@charset "UTF-8";
body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td, button, figure, figcaption {
  margin: 0;
  padding: 0; }

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

input, textarea {
  margin: 0;
  font-size: inherit;
  appearance: none; }

input, textarea, select, option, optgroup {
  font-family: inherit;
  font-style: normal; }

textarea {
  height: auto;
  resize: none; }

select {
  font-size: inherit;
  appearance: none; }

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

button {
  display: inline-block;
  padding: 0;
  border: none;
  border-radius: 0;
  overflow: visible;
  vertical-align: top;
  font: inherit;
  background: none;
  color: inherit;
  font-size: 100%;
  opacity: 1;
  cursor: pointer;
  outline: none;
  text-transform: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

label {
  cursor: pointer; }

label img {
  pointer-events: none; }

table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit; }

th, td {
  vertical-align: top; }

fieldset, img {
  border: 0; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: top; }

address, caption, code, em, th {
  font-style: normal;
  font-weight: normal; }

ol, ul {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6, strong, em {
  font-size: 100%;
  font-weight: normal; }

em {
  font-style: normal; }

b, strong {
  font-weight: bold; }

br {
  font-size: 0;
  line-height: 0; }

i {
  display: inline-block;
  vertical-align: middle;
  font-style: normal; }

hr {
  display: block;
  height: 0;
  border: none;
  margin: 0; }

*, *:before, *:after {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

iframe {
  border: none; }

input[type="button"],
input[type="text"],
input[type="submit"],
select {
  -webkit-appearance: none;
  border-radius: 0; }

:placeholder-shown {
  font-family: inherit;
  color: #c0c0c0;
  opacity: 1; }

::-webkit-input-placeholder {
  font-family: inherit;
  color: #c0c0c0;
  opacity: 1; }

:-moz-placeholder {
  opacity: 1;
  font-family: inherit;
  color: #c0c0c0;
  opacity: 1; }

::-moz-placeholder {
  opacity: 1;
  font-family: inherit;
  color: #c0c0c0;
  opacity: 1; }

:-ms-input-placeholder {
  font-family: inherit;
  color: #c0c0c0;
  opacity: 1; }

html {
  overflow-y: scroll; }

body {
  overflow: hidden;
  font-family: "Helvetica Neue", "Helvetica", Arial, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  line-height: 1.6923;
  color: #000;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1; }
  @media screen and (max-width: 767px) {
    body {
      overflow-x: hidden; } }
  html[lang="en"] body {
    font-family: "Helvetica Neue", "Helvetica", Arial, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif; }
  [lang="zh-CN"] body {
    font-family: 'Noto Sans SC', sans-serif; }

a[href^=tel] {
  pointer-events: none; }
  @media screen and (max-width: 767px) {
    a[href^=tel] {
      pointer-events: auto; } }

a {
  color: #000;
  text-decoration: none; }
  @media screen and (min-width: 768px) {
    a:hover {
      opacity: .8; } }

u {
  font-weight: bold;
  text-decoration: underline; }

/* ----------------------------------------------------------
 レスポンシブ表示切り替えクラス
---------------------------------------------------------- */
/* pc
---------------------------------------------------------- */
.only-sp,
.no-pc {
  display: none !important; }

/* sp
---------------------------------------------------------- */
@media screen and (max-width: 767px) {
  .only-pc,
  .no-sp {
    display: none !important; }

  .only-sp,
  .no-pc {
    display: block !important; }

  span.only-sp,
  img.only-sp,
  img.no-pc {
    display: inline-block !important; } }
.global_header {
  position: absolute;
  z-index: 9000;
  overflow: hidden;
  width: 100%;
  max-height: 105px;
  font-family: "Helvetica Neue", "Helvetica", Arial, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif; }
  @media screen and (max-width: 767px) {
    .global_header {
      background-color: #fff; } }
  .global_header .header_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    width: 100%; }
    .global_header .header_inner > a {
      display: flex; }
      .global_header .header_inner > a:hover {
        opacity: 1; }
        .global_header .header_inner > a:hover .header_title {
          opacity: .8; }
      .global_header .header_inner > a .header_logo {
        position: relative;
        transform: none; }
        body[class*="_category_faculty"] .global_header .header_inner > a .header_logo::before {
          content: '';
          position: absolute;
          left: 0;
          top: 0;
          width: 10px;
          height: 100%;
          background-color: #f00; }
          @media screen and (max-width: 767px) {
            body[class*="_category_faculty"] .global_header .header_inner > a .header_logo::before {
              width: 7px; } }
        body[class*="_category_faculty_international-studies"] .global_header .header_inner > a .header_logo::before {
          background-color: #25cbd3; }
        body[class*="_category_faculty_law"] .global_header .header_inner > a .header_logo::before {
          background-color: #64127e; }
        body[class*="_category_faculty_economics"] .global_header .header_inner > a .header_logo::before {
          background-color: #006fbc; }
        body[class*="_category_faculty_business"] .global_header .header_inner > a .header_logo::before {
          background-color: #ef8f00; }
        body[class*="_category_faculty_science-engineering"] .global_header .header_inner > a .header_logo::before {
          background-color: #004ea2; }
        body[class*="_category_faculty_architecture"] .global_header .header_inner > a .header_logo::before {
          background-color: #00a8e3; }
        body[class*="_category_faculty_pharmacy"] .global_header .header_inner > a .header_logo::before {
          background-color: #1d2088; }
        body[class*="_category_faculty_lit-art-cul"] .global_header .header_inner > a .header_logo::before {
          background-color: #c0005e; }
        body[class*="_category_faculty_sociology"] .global_header .header_inner > a .header_logo::before {
          background-color: #f8b500; }
        body[class*="_category_faculty_agriculture"] .global_header .header_inner > a .header_logo::before {
          background-color: #8fc31f; }
        body[class*="_category_faculty_medicine"] .global_header .header_inner > a .header_logo::before {
          background-color: #e7242e; }
        body[class*="_category_faculty_bost"] .global_header .header_inner > a .header_logo::before {
          background-color: #cf0081; }
        body[class*="_category_faculty_engineering"] .global_header .header_inner > a .header_logo::before {
          background-color: #149343; }
        body[class*="_category_faculty_hose"] .global_header .header_inner > a .header_logo::before {
          background-color: #009085; }
        body[class*="_category_faculty_jc"] .global_header .header_inner > a .header_logo::before {
          background-color: #fff100; }
        body[class*="_category_faculty_tsushin"] .global_header .header_inner > a .header_logo::before {
          background-color: #6714b5; }
        .global_header .header_inner > a .header_logo span {
          display: block;
          padding: 31px 28px 32px;
          width: 235px;
          height: 105px;
          background-color: #00507e; }
          .global_header .header_inner > a .header_logo span:hover {
            opacity: 1; }
          @media screen and (max-width: 767px) {
            .global_header .header_inner > a .header_logo span {
              padding: 16px 12px 15px;
              width: 117px;
              height: 54px; } }
@keyframes stroke {
  100% {
    stroke-dashoffset: 0; } }
@keyframes fill {
  100% {
    fill: #fff; } }
        .global_header .header_inner > a .header_logo svg {
          display: block;
          max-height: 45px; }
          .global_header .header_inner > a .header_logo svg .cls-1 {
            fill: #fff; }
          .global_header .header_inner > a .header_logo svg .logo-icon {
            fill: #fff; }
      .global_header .header_inner > a .header_title {
        align-self: center;
        margin-left: 20px;
        font-size: 18px;
        font-weight: bold; }
        @media (max-width: 1167px) {
          .global_header .header_inner > a .header_title {
            display: none; } }
        @media screen and (max-width: 767px) {
          .global_header .header_inner > a .header_title {
            display: none; } }
        html[lang="en"] .global_header .header_inner > a .header_title {
          margin-left: 16px;
          font-size: 14px;
          line-height: 1.3;
          letter-spacing: -.04em; }
        html[lang="zh-CN"] .global_header .header_inner > a .header_title {
          font-family: "Helvetica Neue", "Helvetica", Arial, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif; }
    .global_header .header_inner .header_links {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      margin-left: auto;
      font-weight: bold;
      text-align: center; }
      @media screen and (max-width: 767px) {
        .global_header .header_inner .header_links {
          width: calc(100% - 117px); }
          html[lang="en"] .global_header .header_inner .header_links {
            width: auto; }
          html[lang="zh-CN"] .global_header .header_inner .header_links {
            width: auto; } }
      @media screen and (max-width: 767px) {
        .global_header .header_inner .header_links ul {
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-wrap: nowrap;
          -moz-flex-wrap: nowrap;
          -ms-flex-wrap: none;
          flex-wrap: nowrap;
          width: 100%;
          background-color: #222;
          -webkit-box-pack: end;
          -ms-flex-pack: end;
          -webkit-justify-content: flex-end;
          -moz-justify-content: flex-end;
          justify-content: flex-end; } }
      .global_header .header_inner .header_links ul li {
        display: block;
        position: relative;
        float: left;
        width: 108px;
        height: 105px;
        vertical-align: middle; }
        @media screen and (max-width: 767px) {
          .global_header .header_inner .header_links ul li {
            float: none;
            width: 100%;
            height: 54px; }
            html[lang="en"] .global_header .header_inner .header_links ul li {
              width: 60px; }
            html[lang="zh-CN"] .global_header .header_inner .header_links ul li {
              width: 60px; } }
        .global_header .header_inner .header_links ul li::after {
          content: '';
          display: block;
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          margin-top: auto;
          margin-bottom: auto;
          width: 2px;
          height: 67px;
          background-color: #565656; }
          @media screen and (max-width: 767px) {
            .global_header .header_inner .header_links ul li::after {
              height: 33px; } }
        .global_header .header_inner .header_links ul li:last-child, .global_header .header_inner .header_links ul li:nth-last-child(2) {
          border-right: none; }
          .global_header .header_inner .header_links ul li:last-child::after, .global_header .header_inner .header_links ul li:nth-last-child(2)::after {
            display: none; }
        html[lang="en"] .global_header .header_inner .header_links ul li:nth-last-child(2)::after {
          display: block; }
        html[lang="zh-CN"] .global_header .header_inner .header_links ul li:nth-last-child(2)::after {
          display: block; }
        @media screen and (max-width: 767px) {
          .global_header .header_inner .header_links ul li:last-child {
            width: 54px !important; } }
        .global_header .header_inner .header_links ul li span,
        .global_header .header_inner .header_links ul li strong {
          display: table;
          padding: 0;
          width: 100%;
          height: 100%;
          background-color: #222;
          font-weight: inherit; }
          .global_header .header_inner .header_links ul li span a, .global_header .header_inner .header_links ul li strong a {
            display: table-cell;
            padding: 20px 0;
            width: inherit;
            height: inherit;
            font-size: 13px;
            line-height: 1.4;
            color: #fff;
            white-space: nowrap;
            vertical-align: middle; }
            @media screen and (max-width: 767px) {
              .global_header .header_inner .header_links ul li span a, .global_header .header_inner .header_links ul li strong a {
                padding: 0;
                font-size: 10px;
                transform: scale(0.9); } }
            html[lang="en"] .global_header .header_inner .header_links ul li span a,
            html[lang="en"] .global_header .header_inner .header_links ul li strong a {
              line-height: 1.2307692308; }
            html[lang="zh-CN"] .global_header .header_inner .header_links ul li span a, html[lang="zh-CN"] .global_header .header_inner .header_links ul li strong a {
              line-height: 1.2307692308; }
          .global_header .header_inner .header_links ul li span br._sm,
          .global_header .header_inner .header_links ul li strong br._sm {
            display: none; }
            @media (max-width: 400px) {
              .global_header .header_inner .header_links ul li span br._sm,
              .global_header .header_inner .header_links ul li strong br._sm {
                display: inline; } }
        .global_header .header_inner .header_links ul li strong {
          background-color: #fff; }
          @media screen and (max-width: 767px) {
            .global_header .header_inner .header_links ul li strong {
              width: inherit;
              font-size: 10px; } }
          .global_header .header_inner .header_links ul li strong a {
            color: #000; }
            html[lang="en"] .global_header .header_inner .header_links ul li strong a.only-pc {
              display: table-cell !important; }
            @media screen and (max-width: 767px) {
              html[lang="en"] .global_header .header_inner .header_links ul li strong a.only-pc {
                display: none !important; } }
            html[lang="en"] .global_header .header_inner .header_links ul li strong a.only-sp {
              display: none !important; }
            @media screen and (max-width: 767px) {
              html[lang="en"] .global_header .header_inner .header_links ul li strong a.only-sp {
                display: table-cell !important; } }
            html[lang="zh-CN"] .global_header .header_inner .header_links ul li strong a.only-pc {
              display: table-cell !important; }
            @media screen and (max-width: 767px) {
              html[lang="zh-CN"] .global_header .header_inner .header_links ul li strong a.only-pc {
                display: none !important; } }
            html[lang="zh-CN"] .global_header .header_inner .header_links ul li strong a.only-sp {
              display: none !important; }
            @media screen and (max-width: 767px) {
              html[lang="zh-CN"] .global_header .header_inner .header_links ul li strong a.only-sp {
                display: table-cell !important; } }
        .global_header .header_inner .header_links ul li label {
          cursor: pointer;
          display: table;
          position: relative;
          width: inherit;
          height: inherit; }
          .global_header .header_inner .header_links ul li label .label {
            display: table-cell;
            position: relative;
            z-index: 1;
            background-color: transparent;
            vertical-align: middle;
            font: inherit;
            font-size: 13px; }
            html[lang="en"] .global_header .header_inner .header_links ul li label .label {
              letter-spacing: -.04em; }
            html[lang="zh-CN"] .global_header .header_inner .header_links ul li label .label {
              letter-spacing: -.04em; }
            .global_header .header_inner .header_links ul li label .label.only-pc {
              display: table-cell !important; }
              @media screen and (max-width: 767px) {
                .global_header .header_inner .header_links ul li label .label.only-pc {
                  display: none !important; } }
            .global_header .header_inner .header_links ul li label .label.only-sp {
              display: none !important; }
              @media screen and (max-width: 767px) {
                .global_header .header_inner .header_links ul li label .label.only-sp {
                  display: table-cell !important;
                  font-size: 10px;
                  transform: scale(0.8); } }
              @media screen and (max-width: 767px) {
                html[lang="en"] .global_header .header_inner .header_links ul li label .label.only-sp {
                  transform: scale(0.88); } }
              @media screen and (max-width: 767px) {
                html[lang="zh-CN"] .global_header .header_inner .header_links ul li label .label.only-sp {
                  transform: scale(0.88); } }
            .global_header .header_inner .header_links ul li label .label::before {
              content: '';
              display: inline-block;
              margin-right: 5px;
              width: 0;
              height: 0;
              border-style: solid;
              border-width: 4px 3.5px 0 3.5px;
              border-color: #222 transparent transparent transparent;
              vertical-align: middle; }
              @media screen and (max-width: 767px) {
                .global_header .header_inner .header_links ul li label .label::before {
                  position: absolute;
                  left: 50%;
                  bottom: 9px;
                  border-width: 4px 3px 0 3px;
                  transform: translateX(-50%); } }
          .global_header .header_inner .header_links ul li label select {
            cursor: pointer;
            outline: none;
            -moz-appearance: none;
            -webkit-appearance: none;
            appearance: none;
            display: block;
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            z-index: 2;
            margin: auto;
            border: none;
            width: 100%;
            height: 100%;
            background-color: transparent;
            font: inherit;
            font-size: 16px;
            text-align: center;
            opacity: 0; }
            .global_header .header_inner .header_links ul li label select:focus {
              z-index: -1;
              height: auto;
              opacity: 1; }

.footer {
  position: relative;
  background-color: #222; }

.footer-inner {
  position: fixed;
  z-index: 9999;
  bottom: 0;
  width: 100%;
  background-color: #222;
  transform: translateY(100%);
  transition: transform linear .3s; }
  @media screen and (max-width: 767px) {
    .footer-inner {
      padding: 0 17px 20px 17px; } }
  @media print {
    .footer-inner {
      position: static; } }

.footer-inner.is-active {
  transform: translate3d(0, 0, 0); }

@media screen and (max-width: 767px) {
  #footer-toggle.is-active {
    overflow-y: scroll !important;
    max-height: 70vh; } }

#footer-nav {
  display: none; }

.footer-inner.is-activeBottom {
  position: absolute;
  transform: translateY(0); }
  @media print {
    .footer-inner.is-activeBottom {
      position: static; } }

.is-transition {
  transition: transform .3s ease; }

.footer-card-wrap {
  padding-top: 54px;
  background-color: #222; }
  @media (min-width: 768px) and (max-width: 1167px) {
    .footer-card-wrap {
      margin-right: 3px;
      margin-left: 3px;
      padding-top: 35px; } }
  @media screen and (max-width: 767px) {
    .footer-card-wrap {
      padding-top: 35px;
      background-color: transparent; } }
  html[lang="en"] body[class*="_category_faculty"] .footer-card-wrap {
    margin: 0 auto;
    width: 100%; }
  html[lang|="en"] .footer-card-wrap, html[lang|="zh"] .footer-card-wrap {
    margin: 0 auto;
    max-width: 1250px; }
  html[lang|="en"] ._column-6 .footer-card-wrap, html[lang|="zh"] ._column-6 .footer-card-wrap {
    margin: 0 auto;
    max-width: 1414px; }

.footer-card {
  display: flex;
  list-style-image: url(data:0);
  max-width: 1414px;
  flex-wrap: nowrap;
  margin: 0 auto; }
  body[class*="_category_center"] .footer-card {
    max-width: 1250px !important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; }
  @media (min-width: 768px) and (max-width: 1167px) {
    .footer-card {
      margin-bottom: 5px; } }
  @media screen and (max-width: 767px) {
    .footer-card {
      flex-wrap: wrap;
      margin-bottom: 50px; } }
  .footer-card-title {
    max-width: 1414px;
    margin: 0 auto 15px;
    color: #fff;
    font-family: "Gothic MB101 Heavy", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
    font-size: 32px; }
    body[class*="_category_center"] .footer-card-title {
      max-width: 1250px !important; }
@-moz-document url-prefix() {
  .footer-card-title {
    font-family: "Gothic MB101 Bold", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif; } }
    @media screen and (max-width: 767px) {
      .footer-card-title {
        margin-bottom: 25px;
        font-size: 19px; } }
    html[lang="en"] .footer-card-title {
      font-size: 22px;
      line-height: 1;
      letter-spacing: -.02em;
      font-family: "Gothic MB101 Ultra", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif; }
@-moz-document url-prefix() {
  html[lang="en"] .footer-card-title {
    font-family: "Gothic MB101 Bold", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif; } }
      @media (max-width: 1167px) {
        html[lang="en"] .footer-card-title {
          font-size: 1.8851756641vw; } }
      @media screen and (max-width: 767px) {
        html[lang="en"] .footer-card-title {
          font-size: 19px; } }
      @media (max-width: 375px) {
        html[lang="en"] .footer-card-title {
          font-size: 5.0666666667vw; } }
    html[lang="zh-CN"] .footer-card-title {
      font-family: 'Noto Sans SC', sans-serif; }
    .footer-card-title-main {
      display: block;
      font-size: 1em;
      margin-bottom: .3em; }
      .footer-card-title-main[lang="en"] {
        font-size: 22px;
        line-height: 1;
        letter-spacing: -.02em; }
        @media screen and (max-width: 767px) {
          .footer-card-title-main[lang="en"] {
            font-size: 19px; } }
    .footer-card-title-sub {
      display: block;
      font-size: .7em; }
  .footer-card-item {
    flex: 1;
    margin-bottom: 45px;
    padding-bottom: 10px; }
    @media (min-width: 768px) and (max-width: 1167px) {
      .footer-card-item {
        margin-bottom: 25px; } }
    @media screen and (max-width: 767px) {
      .footer-card-item {
        flex: 0 1 auto;
        width: 50%;
        margin-bottom: 0;
        padding-bottom: 0; } }
    @media screen and (max-width: 767px) {
      html[lang="en"] body[class*="_category_official"] .footer-card-item {
        padding-right: 7%; } }
    .footer-card-item .footer-card-image::before {
      height: calc(100% + 1px) !important; }
    @media screen and (max-width: 767px) {
      .footer-card-item .footer-card-image {
        display: none; } }
    .footer-card-item .footer-card-image img {
      overflow: hidden;
      max-height: 143px; }
      body[class*="_category_center"] .footer-card-item .footer-card-image img {
        max-height: 145px; }
  @media screen and (max-width: 767px) {
    .footer-card-item:nth-child(n + 3) {
      margin-top: 23px; } }
  .footer-card-item:nth-last-child(n + 3) {
    margin-right: 3px; }
    @media screen and (max-width: 767px) {
      .footer-card-item:nth-last-child(n + 3) {
        margin-right: 0; } }
  body[class*="_category_center"] .footer-card-item:not(:last-child) {
    margin-right: 13px; }
    @media screen and (max-width: 767px) {
      body[class*="_category_center"] .footer-card-item:not(:last-child) {
        margin-right: 0; } }
  body[class*="_category_center"] .footer-card-item:last-child {
    margin-right: 0; }
    @media screen and (max-width: 767px) {
      body[class*="_category_center"] .footer-card-item:last-child {
        margin-right: 0; } }
  html[lang="en"] .footer-card-item:nth-child(n) {
    margin-right: 18px; }
    @media screen and (max-width: 767px) {
      html[lang="en"] .footer-card-item:nth-child(n) {
        margin-right: 0; } }
  html[lang="en"] .footer-card-item:last-child {
    margin-right: 0; }
  html[lang="en"] body[class*="_category_official"] .footer-card-item:nth-child(n) {
    margin-right: 3px; }
    @media screen and (max-width: 767px) {
      html[lang="en"] body[class*="_category_official"] .footer-card-item:nth-child(n) {
        margin-right: 0; } }
  body[class*="_category_official"] .footer-card-item:last-child {
    margin-right: 0; }
  body[class*="_category_center"] .footer-card-item:last-child {
    margin-right: 0; }
    @media screen and (max-width: 767px) {
      body[class*="_category_center"] .footer-card-item:last-child {
        margin-right: 0; } }
  ._column-6 .footer-card-item:nth-child(n) {
    margin-right: 3px !important; }
    @media screen and (max-width: 767px) {
      ._column-6 .footer-card-item:nth-child(n) {
        margin-right: 0 !important; } }
  body[class*="_category_official"] .footer-card-item-01 .footer-card-detail {
    width: 60%; }
  body[class*="_category_official"] .footer-card-item-02 .footer-card-detail {
    width: 91.35%; }
  body[class*="_category_official"] .footer-card-item-03 .footer-card-detail {
    width: 78.3%; }
  body[class*="_category_official"] .footer-card-item-04 .footer-card-detail {
    width: 69.6%; }
  body[class*="_category_official"] .footer-card-item-05 .footer-card-detail {
    width: 91%; }
  body[class*="_category_official"] .footer-card-item-06 .footer-card-detail {
    width: 86.1%; }
  @media screen and (max-width: 767px) {
    body[class*="_category_official"] .footer-card-item-01 .footer-card-detail {
      width: 96px; } }
  @media screen and (max-width: 767px) {
    body[class*="_category_official"] .footer-card-item-02 .footer-card-detail {
      width: 147px; } }
  @media screen and (max-width: 767px) {
    body[class*="_category_official"] .footer-card-item-03 .footer-card-detail {
      width: 126px; } }
  @media screen and (max-width: 767px) {
    body[class*="_category_official"] .footer-card-item-04 .footer-card-detail {
      width: 112px; } }
  @media screen and (max-width: 767px) {
    body[class*="_category_official"] .footer-card-item-05 .footer-card-detail {
      width: 146px; } }
  @media screen and (max-width: 767px) {
    body[class*="_category_official"] .footer-card-item-06 .footer-card-detail {
      width: 139px; } }
  .footer-card-item-05 {
    border-right: 2px solid #444;
    padding-right: 10px; }
    @media screen and (max-width: 767px) {
      .footer-card-item-05 {
        border-right: none;
        padding-right: 0; } }
    html[lang="en"] .footer-card-item-05 {
      border-right: none;
      padding-right: 0; }
  .footer-card-item-06 {
    padding-left: 10px; }
    @media screen and (max-width: 767px) {
      .footer-card-item-06 {
        padding-left: 0; } }
    html[lang="en"] .footer-card-item-06 {
      padding-left: 0; }
  .footer-card-detail {
    position: relative;
    margin: 20px 0 0 10px;
    padding: 0 0 8.58% !important;
    width: 100%; }
    @media screen and (max-width: 767px) {
      .footer-card-detail {
        margin: 0;
        padding-bottom: 21.21212121% !important; }
        body[class*="_category_official"] .footer-card-detail {
          padding-bottom: 0 !important; } }
    html[lang="en"] .footer-card-detail {
      margin: 20px 10px 0;
      padding: 0 0 15.2173913043% !important; }
      @media screen and (max-width: 767px) {
        html[lang="en"] .footer-card-detail {
          margin: 0;
          padding-bottom: 30.5882352941% !important; } }
    html[lang="zh-CN"] .footer-card-detail {
      margin: 20px 10px 0;
      padding: 0 0 15.2173913043% !important; }
      @media screen and (max-width: 767px) {
        html[lang="zh-CN"] .footer-card-detail {
          margin: 0;
          padding-bottom: 0 !important; } }
    html[lang="en"] body[class*="_category_official"] .footer-card-detail {
      margin-top: 10px;
      padding-bottom: 15px !important;
      width: auto !important; }
      @media screen and (max-width: 767px) {
        html[lang="en"] body[class*="_category_official"] .footer-card-detail {
          margin: 0;
          padding-bottom: 10px !important; } }
    .footer-card-detail._large {
      padding-bottom: 18.442% !important; }
      @media screen and (max-width: 767px) {
        .footer-card-detail._large {
          padding-bottom: 31.68% !important; } }
      html[lang="en"] .footer-card-detail._large {
        padding-bottom: 23.9130434783% !important; }
        @media screen and (max-width: 767px) {
          html[lang="en"] .footer-card-detail._large {
            padding-bottom: 41.1764705882% !important; } }
      @media screen and (max-width: 767px) {
        html[lang="en"] .footer-card-detail._large._SPlarge {
          padding-bottom: 51.7647058824% !important; } }
      @media screen and (max-width: 767px) {
        html[lang="en"] .footer-card-detail._large._SPlarge5 {
          padding-bottom: 62.3529411765% !important; } }
    @media screen and (max-width: 767px) {
      html[lang="en"] .footer-card-detail._SPlarge {
        padding-bottom: 41.1764705882% !important; } }
    @media screen and (max-width: 767px) {
      html[lang="en"] ._column-6 .footer-card-detail {
        padding-bottom: 0 !important; } }
    .footer-card-detail picture {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      width: auto;
      height: 100%; }
    .footer-card-detail img {
      height: 100%; }
      html[lang="en"] body[class*="_category_official"] .footer-card-detail img {
        height: 40px; }
      html[lang="en"] .footer-card-detail img[src$="footer_ttl_03.svg"], html[lang="en"] .footer-card-detail img[src$="footer_ttl_04.svg"], html[lang="en"] .footer-card-detail img[src$="footer_ttl_05.svg"] {
        height: 39px; }
      html[lang="en"] .footer-card-detail img[src$="footer_ttl_03.svg"] {
        padding-right: 25px; }
      html[lang="en"] .footer-card-detail img[src$="footer_ttl_04.svg"], html[lang="en"] .footer-card-detail img[src$="footer_ttl_05.svg"] {
        padding-right: 20px; }
      .footer-card-detail img[src$="footer_ttl_about_us_01.svg"] {
        width: 150px; }
      .footer-card-detail img[src$="footer_ttl_departments_01.svg"] {
        width: 209px; }
      .footer-card-detail img[src$="footer_ttl_education_01.svg"] {
        width: 165px; }
      .footer-card-detail img[src$="footer_ttl_research_01.svg"] {
        width: 152px; }
      .footer-card-detail img[src$="footer_ttl_campus_life_01.svg"] {
        width: 180px; }
      .footer-card-detail img[src$="footer_ttl_admissions_01.svg"] {
        width: 176px; }
      .footer-card-detail img[src$="/science-engineering/chinese/img/common/footer_ttl_01_pc.svg"], .footer-card-detail img[src$="/science-engineering/chinese/img/common/footer_ttl_02_pc.svg"], .footer-card-detail img[src$="/science-engineering/chinese/img/common/footer_ttl_03_pc.svg"], .footer-card-detail img[src$="/science-engineering/chinese/img/common/footer_ttl_04_pc.svg"], .footer-card-detail img[src$="/science-engineering/chinese/img/common/footer_ttl_06_pc.svg"] {
        height: 19px; }
      .footer-card-detail img[src$="/science-engineering/chinese/img/common/footer_ttl_05_pc.svg"] {
        height: 40px; }
      .footer-card-detail img[src$="/science-engineering/english/img/common/footer_ttl_01_pc.svg"], .footer-card-detail img[src$="/science-engineering/english/img/common/footer_ttl_03_pc.svg"], .footer-card-detail img[src$="/science-engineering/english/img/common/footer_ttl_04_pc.svg"], .footer-card-detail img[src$="/science-engineering/english/img/common/footer_ttl_05_pc.svg"], .footer-card-detail img[src$="/science-engineering/english/img/common/footer_ttl_06_pc.svg"] {
        height: 16px; }
        @media screen and (max-width: 767px) {
          .footer-card-detail img[src$="/science-engineering/english/img/common/footer_ttl_01_pc.svg"], .footer-card-detail img[src$="/science-engineering/english/img/common/footer_ttl_03_pc.svg"], .footer-card-detail img[src$="/science-engineering/english/img/common/footer_ttl_04_pc.svg"], .footer-card-detail img[src$="/science-engineering/english/img/common/footer_ttl_05_pc.svg"], .footer-card-detail img[src$="/science-engineering/english/img/common/footer_ttl_06_pc.svg"] {
            height: 14px; } }
      .footer-card-detail img[src$="/science-engineering/english/img/common/footer_ttl_02_pc.svg"] {
        height: 56px; }
  .footer-card-item a {
    position: relative;
    display: block; }
    .footer-card-item a:hover {
      opacity: 1; }
    .footer-card-item a:hover [class$="image"] {
      background-color: rgba(0, 80, 126, 0.65); }
    .footer-card-item a [class$="text"] {
      position: relative;
      z-index: 2; }
    .footer-card-item a [class$="image"] {
      position: relative;
      background-color: transparent; }
      .footer-card-item a [class$="image"]::before {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        z-index: 2;
        width: 100%;
        height: 100%;
        background-color: inherit; }
    .footer-card-item a::after {
      position: absolute;
      left: 0;
      bottom: 0;
      content: '';
      width: 33px;
      height: 5px;
      margin-bottom: 0;
      margin-left: 10px;
      background-color: #919191; }
      @media screen and (max-width: 767px) {
        .footer-card-item a::after {
          display: none;
          width: 28px;
          height: 5px;
          margin-bottom: -28px;
          margin-left: 0; } }
  .footer-card-item.footer-card-item-05 a::after {
    display: block; }
  .footer-card-item.footer-card-item-06 a::after {
    background-color: #ffef03; }
    html[lang="en"] .footer-card-item.footer-card-item-06 a::after {
      background-color: #919191; }

.footer-area {
  display: flex; }
  @media screen and (max-width: 767px) {
    .footer-area {
      display: block; } }

.footer-site-map-wrap {
  background-color: #252525;
  flex: 1; }
  @media screen and (max-width: 767px) {
    .footer-site-map-wrap {
      background-color: transparent; } }

.footer-site-map {
  display: flex;
  max-width: 1414px;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .footer-site-map {
      flex-direction: column; } }
  body[class*="_category_center"] .footer-site-map {
    max-width: 1250px; }
  html[lang|="en"] .footer-site-map, html[lang|="zh"] .footer-site-map {
    max-width: 1250px; }
  html[lang|="en"] ._column-6 .footer-site-map, html[lang|="zh"] ._column-6 .footer-site-map {
    max-width: 1414px; }
  html[lang="en"] .footer-site-map:before {
    content: "";
    flex: 1 0 auto; }
    @media (max-width: 1250px) {
      html[lang="en"] .footer-site-map:before {
        display: none; } }

.footer-links-wrap {
  display: flex;
  position: relative;
  width: 50%;
  padding: 40px 10px 40px 13px; }
  @media (min-width: 768px) and (max-width: 1167px) {
    .footer-links-wrap {
      padding: 40px 10px 40px 23px; } }
  @media screen and (max-width: 767px) {
    .footer-links-wrap {
      flex-wrap: wrap;
      width: auto;
      padding: 0;
      margin-bottom: 15px; } }
  html[lang="ja"] body[class*="_category_official"] .footer-links-wrap {
    align-items: flex-start; }
    @media screen and (max-width: 767px) {
      html[lang="ja"] body[class*="_category_official"] .footer-links-wrap {
        align-items: stretch; } }

.footer-links {
  list-style-image: url(data:0);
  width: 30%; }
  @media (min-width: 768px) and (max-width: 1167px) {
    .footer-links {
      margin-top: -8px; } }
  @media screen and (max-width: 767px) {
    .footer-links {
      flex-grow: 0;
      width: 50%;
      margin-top: 5px; }
      .footer-links:nth-child(1), .footer-links:nth-child(3) {
        margin-top: 0; }
      body[class*="_category_center-top"] .footer-links:nth-child(1), body[class*="_category_center-top"] .footer-links:nth-child(3) {
        margin-top: 5px !important; } }
  .footer-links-item {
    padding-left: 21px;
    text-indent: -21px;
    line-height: 1.4; }
    @media (min-width: 768px) and (max-width: 1167px) {
      .footer-links-item {
        padding-left: 8px;
        padding-right: 8px; } }
    @media screen and (max-width: 767px) {
      .footer-links-item {
        line-height: 1.1; } }
    @media screen and (max-width: 767px) {
      .footer-links-item:nth-child(n + 2) {
        padding-top: 5px; } }
  .footer-links-item a {
    position: relative;
    font-size: 12px;
    line-height: 2.1666666667;
    color: #fff;
    font-weight: 800; }
    @media screen and (max-width: 767px) {
      .footer-links-item a {
        font-size: 10px; } }
    @media (min-width: 768px) and (max-width: 1167px) {
      .footer-links-item a {
        font-size: .9vw; } }
    html[lang="en"] body[class*="_category_faculty"] .footer-links-item a {
      letter-spacing: .04em; }
  .footer-links .ico {
    display: inline-block;
    width: 10px;
    height: 3px;
    margin-right: 11px;
    background-color: #eaeaea; }
    @media screen and (max-width: 767px) {
      .footer-links .ico {
        display: none; } }

.footer-links:nth-child(2) {
  width: 36.05%;
  padding-left: 24px; }
  @media screen and (max-width: 767px) {
    .footer-links:nth-child(2) {
      padding-left: 0;
      order: 3; } }

.footer-links:nth-child(3) {
  padding-left: 20px;
  border-left: 2px solid #444; }
  @media screen and (max-width: 767px) {
    .footer-links:nth-child(3) {
      border-left: none;
      padding-left: 0; } }
  html[lang="ja"] body[class*="_category_official"] .footer-links:nth-child(3) {
    padding-bottom: 1em; }
    @media screen and (max-width: 767px) {
      html[lang="ja"] body[class*="_category_official"] .footer-links:nth-child(3) {
        padding-bottom: 0; } }

.footer-info-wrap {
  position: relative;
  width: 50%;
  background-color: #292929;
  font-family: "Helvetica Neue", "Helvetica", Arial, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif; }
  @media screen and (max-width: 767px) {
    .footer-info-wrap {
      width: auto;
      background-color: transparent; } }
  .footer-info-wrap::after {
    position: absolute;
    top: 0;
    left: 100%;
    content: '';
    width: 1000%;
    height: 100%;
    background-color: #292929; }
    @media screen and (max-width: 767px) {
      .footer-info-wrap::after {
        display: none; } }

.footer-info {
  display: flex;
  flex: 1;
  padding: 40px 0 40px 25px; }
  body[class*="_category_center-top"] .footer-info {
    padding-top: 20px !important;
    padding-bottom: 20px !important; }
  @media screen and (max-width: 767px) {
    .footer-info {
      flex-direction: column;
      padding: 0 !important; } }

.footer-address {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 2.1666666667; }
  @media (max-width: 1167px) {
    .footer-address {
      margin-right: 20px;
      font-size: .9vw; } }
  @media screen and (max-width: 767px) {
    .footer-address {
      margin-right: 0;
      margin-bottom: 30px;
      font-size: 10px;
      line-height: 2; } }
  .footer-address a {
    display: block;
    color: #fff;
    font-size: 12px;
    line-height: 2.1666666667; }
    @media (max-width: 1167px) {
      .footer-address a {
        font-size: .9vw; } }
    @media screen and (max-width: 767px) {
      .footer-address a {
        font-size: 10px;
        line-height: 1.5; } }

.footer-global {
  width: 246px;
  margin-left: auto;
  text-align: left; }
  @media screen and (max-width: 767px) {
    .footer-global {
      width: 100%;
      margin-top: 0;
      text-align: center; } }
  @media (min-width: 768px) and (max-width: 1167px) {
    .footer-global {
      width: 26vw; } }
  .footer-global .footer-global-title {
    position: relative;
    margin-bottom: 7px;
    font-size: 10px;
    text-align: center;
    color: #fff; }
    .footer-global .footer-global-title::before {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      top: 50%;
      bottom: 0;
      width: 100%;
      height: 4px;
      background-color: #fff;
      transform: translateY(-40%); }
    .footer-global .footer-global-title span {
      display: inline-block;
      position: relative;
      padding: 0 .75em;
      background-color: #292929; }
      @media screen and (max-width: 767px) {
        .footer-global .footer-global-title span {
          background-color: #222; } }
  .footer-global .ico-global {
    position: relative; }
    .footer-global .ico-global::before {
      position: absolute;
      content: '';
      display: block;
      width: 32px;
      height: 32px;
      top: 0;
      left: 0;
      bottom: 0;
      margin-top: auto;
      margin-bottom: auto;
      background: url(/v2/img/common/global.svg) center center no-repeat;
      background-size: 32px; }
      @media (max-width: 1167px) {
        .footer-global .ico-global::before {
          width: 23px;
          height: 23px;
          background-size: 23px 23px; } }
      @media screen and (max-width: 767px) {
        .footer-global .ico-global::before {
          width: 22px;
          height: 22px;
          background-size: 22px; } }
  .footer-global > a + .footer-global-title {
    margin-top: 3px;
    margin-bottom: 0; }
  .footer-global > a {
    display: flex;
    justify-content: center;
    padding: 24px 10px;
    font: 900 14px/1.4 "Gothic MB101 Ultra", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
    text-align: left;
    background-color: #fff; }
    .footer-global > a:hover {
      color: #fff;
      background-color: #00507e;
      opacity: 1; }
      .footer-global > a:hover .ico-global::before {
        background-image: url(/v2/img/common/global_white.svg); }
    @media screen and (max-width: 767px) {
      .footer-global > a {
        padding: 30px 0;
        font-size: 12.5px;
        line-height: 1em; } }
    @media (min-width: 768px) and (max-width: 1167px) {
      .footer-global > a {
        font-size: 1.6vw; } }
  .footer-global-text {
    padding-left: 40px; }
    @media screen and (max-width: 767px) {
      .footer-global-text {
        display: inline-block;
        padding-left: 35px; } }
    @media (min-width: 768px) and (max-width: 1167px) {
      .footer-global-text {
        padding-left: 4vw; } }

.footer-sns {
  list-style-image: url(data:0);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  margin-top: 28px;
  color: #9a9a9a; }
  @media screen and (max-width: 767px) {
    .footer-sns {
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      -webkit-align-items: stretch;
      -moz-align-items: stretch;
      align-items: stretch; } }
  .footer-sns li {
    margin: 0 13px; }
    .footer-sns li:nth-child(1) {
      width: 20px;
      height: 16px; }
    .footer-sns li:nth-child(2) {
      width: 19px;
      height: 18px; }
    .footer-sns li:nth-child(3) {
      width: 21px;
      height: 15px; }
    .footer-sns li:nth-child(4) {
      width: 19px;
      height: 19px; }
    .footer-sns li:nth-child(5) {
      width: 24px;
      height: 23px; }
    .footer-sns li a {
      display: block;
      padding: 0 !important;
      width: inherit;
      height: inherit;
      background-color: transparent !important; }
      .footer-sns li a svg,
      .footer-sns li a img {
        position: static !important;
        width: inherit !important;
        height: inherit !important; }
        .footer-sns li a svg path,
        .footer-sns li a img path {
          fill: #9a9a9a !important; }
  @media screen and (max-width: 767px) {
    html[lang="ja"] body[class*="_category_official"] .footer-sns {
      padding-bottom: 30px; } }

.footer-award {
  position: absolute;
  left: 9px;
  bottom: 28px; }
  @media screen and (max-width: 767px) {
    .footer-links-wrap .footer-award {
      display: none; } }
  .footer-info-wrap .footer-award {
    display: none;
    position: static;
    margin-bottom: 10px; }
    @media screen and (max-width: 767px) {
      .footer-info-wrap .footer-award {
        display: block; } }
  .footer-award a img[src$="ico_good_design_01.svg"] {
    width: 142px;
    height: 23px; }

.footer-copyright {
  position: absolute;
  bottom: 0;
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 19px;
  width: 100%;
  height: 63px;
  font-family: "Helvetica Neue", "Helvetica", Arial, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 11px;
  text-align: center;
  line-height: 2;
  color: #a3a3a3;
  font-weight: 800;
  background-color: #000; }
  @media screen and (max-width: 767px) {
    .footer-copyright {
      padding-top: 12px;
      padding-bottom: 12px;
      height: 44px; } }
  .footer-copyright small {
    font-size: 11px; }
    @media screen and (max-width: 767px) {
      .footer-copyright small {
        display: block;
        font-size: 10px;
        transform: scale(0.8); } }

.footer-academics .footer-card {
  margin-bottom: 15px; }
  @media screen and (max-width: 767px) {
    .footer-academics .footer-card {
      margin-bottom: 50px; } }
  .footer-academics .footer-card .footer-card-item {
    margin-bottom: 0; }
    .footer-academics .footer-card .footer-card-item a:after {
      display: none; }
  .footer-academics .footer-card .footer-card-item-05 {
    padding-right: 0;
    border-right: none;
    margin-right: 3px; }
    @media screen and (max-width: 767px) {
      .footer-academics .footer-card .footer-card-item-05 {
        margin-right: 0; } }
    @media screen and (max-width: 767px) {
      .footer-academics .footer-card .footer-card-item-05 a:after {
        display: block; } }
  .footer-academics .footer-card .footer-card-item-06 {
    padding-left: 0; }
    @media screen and (max-width: 767px) {
      .footer-academics .footer-card .footer-card-item-06 {
        display: block; } }
.footer-academics .footer-global {
  width: 246px; }
  @media (max-width: 1167px) {
    .footer-academics .footer-global {
      width: 192px; } }
  @media screen and (max-width: 767px) {
    .footer-academics .footer-global {
      width: 100%; } }
  .footer-academics .footer-global > a {
    display: block;
    padding-top: 25px;
    padding-bottom: 24px;
    height: 90px;
    text-align: center; }
    @media (max-width: 1167px) {
      .footer-academics .footer-global > a {
        padding-top: 19px;
        padding-bottom: 17px;
        height: 70px; } }
    @media screen and (max-width: 767px) {
      .footer-academics .footer-global > a {
        height: 75px; } }
    .footer-academics .footer-global > a > img {
      width: 146px; }
  html[lang="en"] .footer-academics .footer-global._SNSnone--6 {
    margin-top: 7px !important; }
    @media (max-width: 1167px) {
      html[lang="en"] .footer-academics .footer-global._SNSnone--6 {
        margin-top: 10px !important; } }
    @media screen and (max-width: 767px) {
      html[lang="en"] .footer-academics .footer-global._SNSnone--6 {
        margin-top: 0 !important; } }
.footer-academics .footer-address a {
  display: inline-block; }

.footer-agriculture .footer-card {
  margin-bottom: 15px; }
  @media screen and (max-width: 767px) {
    .footer-agriculture .footer-card {
      margin-bottom: 50px; } }
  .footer-agriculture .footer-card .footer-card-item-01 .footer-card-detail {
    width: 78.3%; }
  .footer-agriculture .footer-card .footer-card-item-02 .footer-card-detail {
    width: 53.1%; }
  .footer-agriculture .footer-card .footer-card-item-03 .footer-card-detail {
    width: 53.1%; }
  .footer-agriculture .footer-card .footer-card-item-04 .footer-card-detail {
    width: 57.85%; }
  .footer-agriculture .footer-card .footer-card-item-05 .footer-card-detail {
    width: 57.85%; }
  .footer-agriculture .footer-card .footer-card-item-06 .footer-card-detail {
    width: 53.1%; }
  @media screen and (max-width: 767px) {
    .footer-agriculture .footer-card .footer-card-item-01 .footer-card-detail {
      width: 132px; } }
  @media screen and (max-width: 767px) {
    .footer-agriculture .footer-card .footer-card-item-02 .footer-card-detail {
      width: 75px; } }
  @media screen and (max-width: 767px) {
    .footer-agriculture .footer-card .footer-card-item-03 .footer-card-detail {
      width: 75px; } }
  @media screen and (max-width: 767px) {
    .footer-agriculture .footer-card .footer-card-item-04 .footer-card-detail {
      width: 88px; } }
  @media screen and (max-width: 767px) {
    .footer-agriculture .footer-card .footer-card-item-05 .footer-card-detail {
      width: 88px; } }
  @media screen and (max-width: 767px) {
    .footer-agriculture .footer-card .footer-card-item-06 .footer-card-detail {
      width: 75px; } }
  .footer-agriculture .footer-card .footer-card-item {
    margin-bottom: 0; }
    .footer-agriculture .footer-card .footer-card-item a:after {
      display: none; }
  .footer-agriculture .footer-card .footer-card-item-05 {
    padding-right: 0;
    border-right: none;
    margin-right: 3px; }
    @media screen and (max-width: 767px) {
      .footer-agriculture .footer-card .footer-card-item-05 {
        margin-right: 0; } }
    @media screen and (max-width: 767px) {
      .footer-agriculture .footer-card .footer-card-item-05 a:after {
        display: block; } }
  .footer-agriculture .footer-card .footer-card-item-06 {
    padding-left: 0; }
    @media screen and (max-width: 767px) {
      .footer-agriculture .footer-card .footer-card-item-06 {
        display: block; } }
.footer-agriculture .footer-global {
  width: 246px; }
  @media screen and (max-width: 767px) {
    .footer-agriculture .footer-global {
      width: 100%; } }
  .footer-agriculture .footer-global a {
    display: block;
    padding-top: 27px;
    padding-bottom: 27px;
    text-align: center; }
    .footer-agriculture .footer-global a > img {
      width: 146px; }
.footer-agriculture .footer-address a {
  display: inline-block; }

[class^="_category_faculty"] .footer .footer-card-title,
[class*="_category_center"] .footer .footer-card-title,
html[lang="en"] [class*="_category_official"] .footer .footer-card-title {
  max-width: 1440px;
  padding-left: 13px; }
  @media screen and (max-width: 767px) {
    [class^="_category_faculty"] .footer .footer-card-title,
    [class*="_category_center"] .footer .footer-card-title,
    html[lang="en"] [class*="_category_official"] .footer .footer-card-title {
      padding-left: 0; } }
[class^="_category_faculty"] .footer .footer-card-wrap,
[class*="_category_center"] .footer .footer-card-wrap,
html[lang="en"] [class*="_category_official"] .footer .footer-card-wrap {
  padding-top: 35px; }
  @media screen and (max-width: 767px) {
    [class^="_category_faculty"] .footer .footer-card-wrap,
    [class*="_category_center"] .footer .footer-card-wrap,
    html[lang="en"] [class*="_category_official"] .footer .footer-card-wrap {
      padding-top: 27px; } }
  [class^="_category_faculty"] .footer .footer-card-wrap .footer-card, [class*="_category_center"] .footer .footer-card-wrap .footer-card, html[lang="en"] [class*="_category_official"] .footer .footer-card-wrap .footer-card {
    max-width: 1440px;
    padding-right: 13px;
    padding-left: 13px; }
    body[class*="_category_faculty"] [class^="_category_faculty"] .footer .footer-card-wrap .footer-card,
    body[class*="_category_faculty"] [class*="_category_center"] .footer .footer-card-wrap .footer-card,
    body[class*="_category_faculty"] html[lang="en"] [class*="_category_official"] .footer .footer-card-wrap .footer-card {
      margin-bottom: 28px; }
    @media screen and (max-width: 767px) {
      [class^="_category_faculty"] .footer .footer-card-wrap .footer-card, [class*="_category_center"] .footer .footer-card-wrap .footer-card, html[lang="en"] [class*="_category_official"] .footer .footer-card-wrap .footer-card {
        padding-right: 0;
        padding-left: 0; }
        html[lang="en"] [class^="_category_faculty"] .footer .footer-card-wrap .footer-card, html[lang="en"] [class*="_category_center"] .footer .footer-card-wrap .footer-card, html[lang="en"] html[lang="en"] [class*="_category_official"] .footer .footer-card-wrap .footer-card {
          margin-bottom: 50px; } }
    html[lang="en"] body[class*="_category_faculty"] [class^="_category_faculty"] .footer .footer-card-wrap .footer-card, html[lang="en"] body[class*="_category_faculty"] [class*="_category_center"] .footer .footer-card-wrap .footer-card, html[lang="en"] body[class*="_category_faculty"] html[lang="en"] [class*="_category_official"] .footer .footer-card-wrap .footer-card {
      margin-bottom: 15px; }
      @media screen and (max-width: 767px) {
        html[lang="en"] body[class*="_category_faculty"] [class^="_category_faculty"] .footer .footer-card-wrap .footer-card, html[lang="en"] body[class*="_category_faculty"] [class*="_category_center"] .footer .footer-card-wrap .footer-card, html[lang="en"] body[class*="_category_faculty"] html[lang="en"] [class*="_category_official"] .footer .footer-card-wrap .footer-card {
          margin-bottom: 40px; } }
  @media screen and (max-width: 767px) {
    [class^="_category_faculty"] .footer .footer-card-wrap .footer-card-item:nth-child(n + 3), [class*="_category_center"] .footer .footer-card-wrap .footer-card-item:nth-child(n + 3), html[lang="en"] [class*="_category_official"] .footer .footer-card-wrap .footer-card-item:nth-child(n + 3) {
      margin-top: 18px; } }
  @media screen and (max-width: 767px) {
    html[lang="en"] [class^="_category_faculty"] .footer .footer-card-wrap .footer-card-item:nth-child(n + 3),
    html[lang="en"] [class*="_category_center"] .footer .footer-card-wrap .footer-card-item:nth-child(n + 3),
    html[lang="en"] html[lang="en"] [class*="_category_official"] .footer .footer-card-wrap .footer-card-item:nth-child(n + 3) {
      margin-top: 20px; } }
  [class^="_category_faculty"] .footer .footer-card-wrap .footer-card-detail,
  [class*="_category_center"] .footer .footer-card-wrap .footer-card-detail,
  html[lang="en"] [class*="_category_official"] .footer .footer-card-wrap .footer-card-detail {
    padding-bottom: 0; }
[class^="_category_faculty"] .footer .footer-global,
[class*="_category_center"] .footer .footer-global,
html[lang="en"] [class*="_category_official"] .footer .footer-global {
  margin-top: 7px; }
  @media screen and (max-width: 767px) {
    [class^="_category_faculty"] .footer .footer-global,
    [class*="_category_center"] .footer .footer-global,
    html[lang="en"] [class*="_category_official"] .footer .footer-global {
      margin-top: 0; } }
  html[lang="en"] [class^="_category_faculty"] .footer .footer-global .footer-sns,
  html[lang="en"] [class*="_category_center"] .footer .footer-global .footer-sns,
  html[lang="en"] html[lang="en"] [class*="_category_official"] .footer .footer-global .footer-sns {
    margin-bottom: -15px; }
    @media screen and (max-width: 767px) {
      html[lang="en"] [class^="_category_faculty"] .footer .footer-global .footer-sns,
      html[lang="en"] [class*="_category_center"] .footer .footer-global .footer-sns,
      html[lang="en"] html[lang="en"] [class*="_category_official"] .footer .footer-global .footer-sns {
        margin-bottom: 0; } }
  [class^="_category_faculty"] .footer .footer-global svg,
  [class*="_category_center"] .footer .footer-global svg,
  html[lang="en"] [class*="_category_official"] .footer .footer-global svg {
    position: relative;
    left: -5px;
    width: 146px;
    height: 100%;
    margin-right: auto;
    margin-left: auto; }
    @media (max-width: 1167px) {
      [class^="_category_faculty"] .footer .footer-global svg,
      [class*="_category_center"] .footer .footer-global svg,
      html[lang="en"] [class*="_category_official"] .footer .footer-global svg {
        width: 118px; } }
    @media screen and (max-width: 767px) {
      [class^="_category_faculty"] .footer .footer-global svg,
      [class*="_category_center"] .footer .footer-global svg,
      html[lang="en"] [class*="_category_official"] .footer .footer-global svg {
        width: 140px;
        left: -13px; } }
    [class^="_category_faculty"] .footer .footer-global svg .cls-1,
    [class*="_category_center"] .footer .footer-global svg .cls-1,
    html[lang="en"] [class*="_category_official"] .footer .footer-global svg .cls-1 {
      fill: #fff; }
  [class^="_category_faculty"] .footer .footer-global a,
  [class*="_category_center"] .footer .footer-global a,
  html[lang="en"] [class*="_category_official"] .footer .footer-global a {
    background-color: #00507e; }
    @media screen and (max-width: 767px) {
      [class^="_category_faculty"] .footer .footer-global a,
      [class*="_category_center"] .footer .footer-global a,
      html[lang="en"] [class*="_category_official"] .footer .footer-global a {
        padding-top: 18px;
        padding-bottom: 18px; } }
    [class^="_category_faculty"] .footer .footer-global a:hover,
    [class*="_category_center"] .footer .footer-global a:hover,
    html[lang="en"] [class*="_category_official"] .footer .footer-global a:hover {
      background-color: #fff; }
      [class^="_category_faculty"] .footer .footer-global a:hover .cls-1,
      [class*="_category_center"] .footer .footer-global a:hover .cls-1,
      html[lang="en"] [class*="_category_official"] .footer .footer-global a:hover .cls-1 {
        fill: #222; }
body[class*="_category_faculty"] [class^="_category_faculty"] .footer .footer-links-wrap,
body[class*="_category_faculty"] [class*="_category_center"] .footer .footer-links-wrap,
body[class*="_category_faculty"] html[lang="en"] [class*="_category_official"] .footer .footer-links-wrap {
  padding: 35px 10px 35px 23px; }
  @media screen and (max-width: 767px) {
    body[class*="_category_faculty"] [class^="_category_faculty"] .footer .footer-links-wrap,
    body[class*="_category_faculty"] [class*="_category_center"] .footer .footer-links-wrap,
    body[class*="_category_faculty"] html[lang="en"] [class*="_category_official"] .footer .footer-links-wrap {
      padding: 5px 10px 20px 0;
      margin-bottom: 0; } }
@media screen and (max-width: 767px) {
  [class^="_category_faculty"] .footer .footer-links-wrap .footer-links-item:nth-child(n + 2), [class*="_category_center"] .footer .footer-links-wrap .footer-links-item:nth-child(n + 2), html[lang="en"] [class*="_category_official"] .footer .footer-links-wrap .footer-links-item:nth-child(n + 2) {
    padding-top: 5px; } }
@media screen and (max-width: 767px) {
  html[lang="en"] [class^="_category_faculty"] .footer .footer-links-wrap .footer-links-item:nth-child(n + 2), html[lang="en"] [class*="_category_center"] .footer .footer-links-wrap .footer-links-item:nth-child(n + 2), html[lang="en"] html[lang="en"] [class*="_category_official"] .footer .footer-links-wrap .footer-links-item:nth-child(n + 2) {
    padding-top: 2px; } }
[class^="_category_faculty"] .footer .footer-info,
[class*="_category_center"] .footer .footer-info,
html[lang="en"] [class*="_category_official"] .footer .footer-info {
  padding: 35px 0 35px 25px; }
  @media screen and (max-width: 767px) {
    [class^="_category_faculty"] .footer .footer-info,
    [class*="_category_center"] .footer .footer-info,
    html[lang="en"] [class*="_category_official"] .footer .footer-info {
      padding: 0; } }
  @media screen and (max-width: 767px) {
    [class^="_category_faculty"] .footer .footer-info .footer-address,
    [class*="_category_center"] .footer .footer-info .footer-address,
    html[lang="en"] [class*="_category_official"] .footer .footer-info .footer-address {
      margin-bottom: 23px; } }

@media screen and (max-width: 767px) {
  [class^="_category_faculty"] .footer-links {
    margin-top: 0; } }

.c-menu-wrap {
  overflow: hidden;
  position: relative;
  background-color: transparent; }
  .c-menu-wrap.c-menu-wrap-top {
    display: none; }
    @media screen and (max-width: 767px) {
      .c-menu-wrap.c-menu-wrap-top {
        display: block;
        margin-right: 6px; } }

.c-menu {
  display: table;
  width: 1284px;
  background-color: #222; }
  @media screen and (max-width: 767px) {
    .c-menu {
      width: 980px;
      padding-top: 15px;
      padding-bottom: 15px; } }
  main .c-menu {
    overflow: hidden; }
  .c-menu-item {
    display: table-cell;
    vertical-align: middle;
    text-align: center; }
  .c-menu-item a {
    display: block;
    border-right: 1px solid #4e4e4e;
    padding-right: 12px;
    padding-left: 12px;
    white-space: nowrap;
    font-size: 13px;
    font-weight: 800;
    color: #fff; }
    @media screen and (max-width: 767px) {
      .c-menu-item a {
        font-size: 12px; } }
  .c-menu-item-title {
    background-color: #393939; }
    .c-menu-item-title > a {
      padding: 0 0 3px 0;
      border-right: none;
      font-family: "Gothic MB101 Ultra", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
      font-weight: bold; }
  .c-menu-item-title span {
    font-family: "Gothic MB101 Ultra", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif; }

.c-menu-wrap-top {
  padding-right: 6px;
  padding-left: 6px; }
  @media screen and (max-width: 767px) {
    .c-menu-wrap-top {
      margin-bottom: 10px; } }

.c-menu .marquee {
  width: 726px; }

.marquee-box {
  position: relative;
  height: 65px; }
  @media screen and (max-width: 767px) {
    .marquee-box {
      height: 20px; } }
  .marquee-box .marquee {
    position: absolute;
    top: 12px;
    left: 0;
    display: block; }
    @media screen and (max-width: 767px) {
      .marquee-box .marquee {
        top: 0; } }

.c-menu-search {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  width: 820px;
  height: 61px; }
  @media (min-width: 768px) and (max-width: 1167px) {
    .c-menu-search {
      width: 100%; } }
  .c-menu-search .c-menu-item {
    padding-top: 10px;
    padding-bottom: 10px; }
  .c-menu-search .c-menu-item-title {
    position: relative;
    z-index: 3;
    pointer-events: none;
    padding: 18.5px 23px; }
    .c-menu-search .c-menu-item-title a {
      width: 94px; }
    .c-menu-search .c-menu-item-title img {
      display: block;
      width: 100%; }

.c-search-box-wrap {
  position: relative; }

.c-search-box-result {
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  max-width: 725px;
  display: none;
  padding: 10px;
  margin-bottom: -7px;
  margin-left: 7px;
  border: 1px solid #cacacb;
  border-bottom: none;
  background-color: rgba(255, 255, 255, 0.8); }
  @media (min-width: 768px) and (max-width: 1167px) {
    .c-search-box-result {
      max-width: 755px; } }
  @media screen and (max-width: 767px) {
    .c-search-box-result {
      margin-bottom: -5px;
      margin-left: 0; } }
  .c-search-box-result li {
    border-bottom: 1px solid #d4d4d4; }
    .c-search-box-result li:last-child {
      border-bottom: none; }
  .c-search-box-result li a {
    padding: 10px;
    font-size: 14px;
    line-height: 2.8571428571;
    color: #6c6c6c; }

.c-search-box-result-sp {
  display: none; }
  @media screen and (max-width: 767px) {
    .c-search-box-result-sp {
      display: block; } }

.c-search {
  position: fixed;
  right: 0;
  left: 0;
  bottom: 30px;
  width: 820px;
  margin-right: auto;
  margin-left: auto;
  z-index: 11000;
  transform: translateY(0);
  transition: opacity 0.3s cubic-bezier(1, 0, 0, 1), transform 0.4s cubic-bezier(1, 0, 0, 1); }
  @media (min-width: 768px) and (max-width: 1167px) {
    .c-search {
      width: 80%; } }
  .c-search-box {
    position: relative;
    display: block; }
  .c-search-box input {
    width: 100%;
    display: block;
    padding: 30px 17px;
    margin-left: auto;
    border: 7px solid #00507e;
    font-family: "Helvetica Neue", "Helvetica", Arial, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
    font-weight: 900; }
    @media (min-width: 768px) and (max-width: 1167px) {
      .c-search-box input {
        padding-top: 16px;
        padding-bottom: 16px; } }
    .c-search-box input::placeholder {
      color: #ddd;
      line-height: 1;
      font-family: "Helvetica Neue", "Helvetica", Arial, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif; }
  .c-search .c-search-btn {
    position: absolute;
    top: 0;
    right: 0; }

#search-container {
  opacity: 0; }

.sc-btm-fixed #search-container {
  position: absolute;
  bottom: calc(100% + 93px); }

.sc-btm-fixed .thin#search-container {
  top: -155px; }

@media screen and (max-width: 1167px) and (min-width: 768px) {
  .sc-btm-fixed #search-container {
    top: -176px; } }
.c-search.is-active {
  position: fixed;
  z-index: 5;
  opacity: 1;
  transform: translateY(500px); }
  @media print {
    .c-search.is-active {
      position: static;
      transform: translateY(0); } }
  .c-search.is-active .c-menu-search {
    transform: translateY(0);
    opacity: 1; }

.c-search-close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-right: -10px;
  border-radius: 50%;
  background-color: #ffef03; }
  .c-search-close::before, .c-search-close::after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 10px;
    height: 1px;
    margin: auto;
    background-color: #000; }
    .c-search-close::before:hover, .c-search-close::after:hover {
      opacity: .8; }
  .c-search-close::before {
    transform: rotate(-45deg); }
  .c-search-close::after {
    transform: rotate(45deg); }

.c-search-box-side {
  position: relative;
  display: block; }
  .c-search-box-side input {
    width: 100%;
    display: block;
    height: 37px;
    border: none;
    line-height: 1;
    padding: 14px 60px 14px 14px; }
    .c-search-box-side input::placeholder {
      color: #ddd;
      line-height: 1;
      font-weight: 900;
      vertical-align: middle;
      font-family: "Helvetica Neue", "Helvetica", Arial, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif; }
  .c-search-box-side .c-search-side-btn {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 41px;
    height: 41px;
    margin-top: auto;
    margin-bottom: auto;
    background: url(/v2/img/common/ico_search_02.svg) no-repeat center center;
    background-size: 45px 45px; }

.c-nav-box-wrap {
  z-index: 10; }

.c-nav-box {
  position: absolute;
  bottom: 100%;
  right: 0;
  display: flex;
  transition: bottom linear .4s; }
  @media screen and (max-width: 767px) {
    .c-nav-box {
      min-width: 0;
      width: 100%; } }
  .c-nav-box-item {
    position: relative; }
  .c-nav-box .c-search-box {
    display: flex;
    width: 100%; }

.c-nav-box.is-active {
  bottom: 0;
  z-index: 10;
  margin-bottom: 0; }

.c-nav-box.is-active-fixed {
  position: fixed; }

.c-nav-box.is-active-absolute {
  position: absolute; }

.c-nav-box .c-search-btn {
  display: none; }
  @media screen and (max-width: 767px) {
    .c-nav-box .c-search-btn {
      display: flex; } }
.c-search-btn .ico-search-btn {
  position: relative;
  display: block;
  width: 58px;
  height: 58px;
  background: #00507e; }
  @media (min-width: 1168px) {
    .c-search-btn .ico-search-btn {
      width: 88px;
      height: 88px; } }
  .c-search-btn .ico-search-btn:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 22px;
    height: 23px;
    background: url(/v2/img/common/ico_search_01.svg) no-repeat center center;
    background-size: cover; }
    @media (min-width: 1168px) {
      .c-search-btn .ico-search-btn:after {
        width: 33px;
        height: 35px; } }
@media screen and (max-width: 767px) {
  .c-search-btn {
    display: flex;
    width: calc(100% - 58px); } }
.c-search-btn .sp-input {
  display: none; }
  @media screen and (max-width: 767px) {
    .c-search-btn .sp-input {
      display: block;
      width: 100%; } }
@media screen and (max-width: 767px) {
  .c-search-btn input {
    width: 100%;
    min-height: 58px;
    padding: 5px;
    border: 5px solid #00507e;
    border-radius: 0;
    line-height: 1; } }
.c-search-btn input::placeholder {
  font-weight: bold;
  color: #b2cad8;
  font-size: 11px; }

.c-hamburger-btn {
  position: relative;
  display: block;
  width: 58px;
  height: 58px;
  background-color: #222;
  opacity: 1; }
  @media (min-width: 1168px) {
    .c-hamburger-btn {
      width: 88px;
      height: 88px; } }

.c-hamburger-btn-item {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto; }

.c-hamburger-btn-border {
  width: 25px;
  height: 4px;
  background-color: #fff;
  transition-duration: 75ms;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  @media screen and (max-width: 767px) {
    .c-hamburger-btn-border {
      width: 17px;
      height: 3px; } }
  .c-hamburger-btn-border:nth-child(1) {
    bottom: 16px; }
    @media screen and (max-width: 767px) {
      .c-hamburger-btn-border:nth-child(1) {
        bottom: 18px; } }
  .c-hamburger-btn-border:nth-child(2) {
    bottom: 0; }
    @media screen and (max-width: 767px) {
      .c-hamburger-btn-border:nth-child(2) {
        bottom: 6px; } }
  .c-hamburger-btn-border:nth-child(3) {
    bottom: -16px; }
    @media screen and (max-width: 767px) {
      .c-hamburger-btn-border:nth-child(3) {
        bottom: -6px; } }

.c-hamburger-btn-text {
  top: auto;
  bottom: 20px;
  width: 36px;
  height: 8px;
  background: url(/v2/img/common/txt_menu.svg) no-repeat center center; }
  @media (min-width: 768px) and (max-width: 1167px) {
    .c-hamburger-btn-text {
      bottom: 8px;
      width: 28px; } }
  @media screen and (max-width: 767px) {
    .c-hamburger-btn-text {
      width: 24px;
      height: 6px;
      bottom: 12px; } }

@keyframes hamburger {
  100% {
    height: 0; } }
.c-hamburger-btn.is-active .c-hamburger-btn-border:nth-child(1) {
  transform: rotate(-45deg);
  bottom: 0; }
.c-hamburger-btn.is-active .c-hamburger-btn-border:nth-child(2) {
  transform: translateY(50%);
  opacity: 0;
  animation: hamburger .8s forwards; }
.c-hamburger-btn.is-active .c-hamburger-btn-border:nth-child(3) {
  transform: rotate(45deg);
  bottom: 0; }

.global_container {
  position: relative;
  padding: 135px 0 196px;
  width: 100%;
  min-height: 100vh; }
  @media screen and (max-width: 767px) {
    .global_container {
      padding-top: 0 !important;
      padding-bottom: 135px; } }
  body._category_faculty-top .global_container, body._category_faculty-news_hub .global_container {
    padding: 105px 0 196px; }
    @media screen and (max-width: 767px) {
      body._category_faculty-top .global_container, body._category_faculty-news_hub .global_container {
        padding-bottom: 135px; } }
  body._category_center-top .global_container {
    padding: 105px 0 196px; }
    @media screen and (max-width: 767px) {
      body._category_center-top .global_container {
        padding-bottom: 135px; } }
  .global_container::before {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    z-index: -1;
    content: '';
    width: 100%;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    background: url(/v2/img/common/bg_point_01.png) repeat-y left top, url(/v2/img/common/bg_point_01.png) repeat-y right top; }
    @media screen and (max-width: 767px) {
      .global_container::before {
        display: none;
        background-image: none; } }

.global_mainVisual {
  position: relative;
  margin-bottom: 81px;
  width: 100%;
  background-size: cover; }
  @media screen and (max-width: 767px) {
    .global_mainVisual {
      height: auto; } }
  body._category_faculty-top .global_mainVisual {
    margin-bottom: 0; }
    @media screen and (max-width: 767px) {
      body._category_faculty-top .global_mainVisual {
        height: 375px; } }
  @media screen and (max-width: 767px) {
    body[class*="_category_faculty-lower_hub-1st"] .global_mainVisual::before {
      content: '';
      display: block;
      width: 100%;
      height: 25px; } }
  body._category_center-top .global_mainVisual {
    margin-bottom: 90px; }
    @media screen and (max-width: 767px) {
      body._category_center-top .global_mainVisual {
        margin-bottom: 50px; } }
  @media screen and (max-width: 767px) {
    .global_mainVisual {
      margin-bottom: 0;
      background-image: none; } }
  body._category_faculty-top .global_mainVisual::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 8000;
    width: 183px;
    height: calc(100% + 1px);
    background: url("/v2/img/common/faculty_mainvisual_ttl_pc.svg") no-repeat left bottom;
    background-size: contain; }
    @media screen and (max-width: 767px) {
      body._category_faculty-top .global_mainVisual::before {
        left: -10px;
        width: 128px;
        background: url("/v2/img/common/faculty_mainvisual_ttl_sp.svg") no-repeat left bottom; } }
  .global_mainVisual .mainVisual_banner {
    position: absolute;
    left: 50%;
    bottom: 70px;
    z-index: 2;
    transform: translateX(-50%); }
    @media screen and (max-width: 767px) {
      .global_mainVisual .mainVisual_banner {
        z-index: 8100;
        left: 16px;
        bottom: 20px;
        transform: none; } }
    @media screen and (max-width: 767px) {
      .global_mainVisual .mainVisual_banner img {
        width: 50%; } }
  .global_mainVisual .mainVisual_backGround {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%; }
    @media screen and (max-width: 767px) {
      .global_mainVisual .mainVisual_backGround {
        height: 375px; } }
  .global_mainVisual .mainVisual_backGround-PC,
  .global_mainVisual .mainVisual_backGround-SP {
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: none;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%); }
    @media screen and (max-width: 767px) {
      .global_mainVisual .mainVisual_backGround-PC,
      .global_mainVisual .mainVisual_backGround-SP {
        left: 0;
        top: 0;
        width: 100%;
        height: 100%; } }
  .global_mainVisual .mainVisual_backGround-PC {
    display: block; }
    @media screen and (max-width: 767px) {
      .global_mainVisual .mainVisual_backGround-PC {
        display: none; } }
  .global_mainVisual .mainVisual_backGround-SP {
    display: none; }
    @media screen and (max-width: 767px) {
      .global_mainVisual .mainVisual_backGround-SP {
        display: block;
        object-fit: cover;
        width: 100%;
        height: 100%;
        transform: none; } }
  .global_mainVisual .global_inner, .global_mainVisual .top_inner {
    position: relative;
    height: 480px;
    background-size: cover; }
    @media screen and (max-width: 767px) {
      .global_mainVisual .global_inner, .global_mainVisual .top_inner {
        padding: 0 17px;
        height: auto; } }
    body._category_faculty-top .global_mainVisual .global_inner, body._category_faculty-top .global_mainVisual .top_inner {
      padding: 0;
      max-width: none;
      height: 600px; }
      @media screen and (max-width: 767px) {
        body._category_faculty-top .global_mainVisual .global_inner, body._category_faculty-top .global_mainVisual .top_inner {
          height: 0; } }
      @media screen and (max-width: 767px) {
        html[lang="en"] body._category_faculty-top .global_mainVisual .global_inner, html[lang="en"] body._category_faculty-top .global_mainVisual .top_inner {
          height: 100%; } }
    body._category_faculty-lower_hub-1st .global_mainVisual .global_inner::before, body._category_faculty-lower_hub-1st .global_mainVisual .top_inner::before, body._category_official-lower_hub-1st .global_mainVisual .global_inner::before, body._category_official-lower_hub-1st .global_mainVisual .top_inner::before {
      content: '';
      display: block;
      overflow: hidden;
      position: absolute;
      left: calc(250px + 90px);
      bottom: -86px;
      z-index: -1;
      width: 1180px;
      height: 96px;
      background: url("/v2/img/common/bg_title_02.svg") no-repeat left top; }
      @media screen and (max-width: 767px) {
        body._category_faculty-lower_hub-1st .global_mainVisual .global_inner::before, body._category_faculty-lower_hub-1st .global_mainVisual .top_inner::before, body._category_official-lower_hub-1st .global_mainVisual .global_inner::before, body._category_official-lower_hub-1st .global_mainVisual .top_inner::before {
          left: 0;
          bottom: -80px;
          width: 109%;
          height: 107px;
          background-image: url("/v2/img/common/bg_title_03.svg"); } }
    body._category_center-top .global_mainVisual .global_inner > div, body._category_center-top .global_mainVisual .top_inner > div {
      display: table;
      width: 100%; }
      @media screen and (max-width: 767px) {
        body._category_center-top .global_mainVisual .global_inner > div, body._category_center-top .global_mainVisual .top_inner > div {
          padding-top: 0; } }
    @media screen and (max-width: 767px) {
      .global_mainVisual .global_inner > div, .global_mainVisual .top_inner > div {
        padding-top: 270px; }
        body._category_faculty-top .global_mainVisual .global_inner > div, body._category_faculty-top .global_mainVisual .top_inner > div {
          padding-top: 0; }
        body[class*="_category_official"] .global_mainVisual .global_inner > div, body[class*="_category_official"] .global_mainVisual .top_inner > div {
          padding-top: 295px; } }
    .global_mainVisual .global_inner .mainVisual_title, .global_mainVisual .top_inner .mainVisual_title {
      position: absolute;
      bottom: -81px;
      z-index: 9000;
      padding: 96px 20px 63px 30px;
      width: 250px;
      min-height: 330px;
      background-color: #222;
      color: #fff; }
      @media screen and (max-width: 767px) {
        .global_mainVisual .global_inner .mainVisual_title, .global_mainVisual .top_inner .mainVisual_title {
          position: relative;
          bottom: auto;
          padding: 50px 20px 20px;
          width: 84%;
          min-height: 165px; } }
      body[class*="_category_official"] .global_mainVisual .global_inner .mainVisual_title, body[class*="_category_official"] .global_mainVisual .top_inner .mainVisual_title {
        padding-top: 68px; }
        @media screen and (max-width: 767px) {
          body[class*="_category_official"] .global_mainVisual .global_inner .mainVisual_title, body[class*="_category_official"] .global_mainVisual .top_inner .mainVisual_title {
            padding-top: 35px;
            width: 100%; } }
      body._category_faculty-top .global_mainVisual .global_inner .mainVisual_title, body._category_faculty-top .global_mainVisual .top_inner .mainVisual_title {
        position: absolute;
        right: 100px;
        top: 30px;
        bottom: auto;
        padding: 0;
        background-color: transparent; }
        @media screen and (max-width: 767px) {
          body._category_faculty-top .global_mainVisual .global_inner .mainVisual_title, body._category_faculty-top .global_mainVisual .top_inner .mainVisual_title {
            position: absolute;
            right: 50px;
            top: 74px;
            padding: 0; } }
        html[lang="en"] body._category_faculty-top .global_mainVisual .global_inner .mainVisual_title, html[lang="en"] body._category_faculty-top .global_mainVisual .top_inner .mainVisual_title {
          position: absolute;
          right: auto;
          left: 109px;
          top: auto;
          bottom: 33px;
          width: auto;
          height: auto;
          min-height: auto;
          padding: 0;
          background-color: transparent; }
          @media screen and (max-width: 767px) {
            html[lang="en"] body._category_faculty-top .global_mainVisual .global_inner .mainVisual_title, html[lang="en"] body._category_faculty-top .global_mainVisual .top_inner .mainVisual_title {
              position: absolute;
              right: auto;
              left: 6px;
              top: auto;
              bottom: 22px; } }
        html[lang="zh-CN"] body._category_faculty-top .global_mainVisual .global_inner .mainVisual_title, html[lang="zh-CN"] body._category_faculty-top .global_mainVisual .top_inner .mainVisual_title {
          position: absolute;
          right: auto;
          left: 109px;
          top: auto;
          bottom: 33px;
          width: auto;
          height: auto;
          min-height: auto;
          padding: 0;
          background-color: transparent; }
          @media screen and (max-width: 767px) {
            html[lang="zh-CN"] body._category_faculty-top .global_mainVisual .global_inner .mainVisual_title, html[lang="zh-CN"] body._category_faculty-top .global_mainVisual .top_inner .mainVisual_title {
              position: absolute;
              right: auto;
              left: 6px;
              top: auto;
              bottom: 22px; } }
      body._category_center-top .global_mainVisual .global_inner .mainVisual_title, body._category_center-top .global_mainVisual .top_inner .mainVisual_title {
        display: table-cell;
        position: relative;
        bottom: auto;
        padding: 40px 0 0;
        width: auto;
        height: 480px;
        background-color: transparent;
        vertical-align: middle; }
        @media screen and (max-width: 767px) {
          body._category_center-top .global_mainVisual .global_inner .mainVisual_title, body._category_center-top .global_mainVisual .top_inner .mainVisual_title {
            position: relative;
            z-index: 1;
            padding: 54px 0 0;
            height: 375px; } }
      .global_mainVisual .global_inner .mainVisual_title h1, .global_mainVisual .top_inner .mainVisual_title h1 {
        display: block;
        position: relative;
        height: 68px;
        font-size: 64px;
        font-family: "Gothic MB101 Heavy", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
        white-space: nowrap;
        line-height: 1; }
        @media screen and (max-width: 767px) {
          .global_mainVisual .global_inner .mainVisual_title h1, .global_mainVisual .top_inner .mainVisual_title h1 {
            height: 47px;
            font-size: 41px; } }
        @media screen and (max-width: 767px) {
          .global_mainVisual .global_inner .mainVisual_title h1._line-02, .global_mainVisual .top_inner .mainVisual_title h1._line-02 {
            font-size: 7.5vw; } }
        body[class*="_category_official"] .global_mainVisual .global_inner .mainVisual_title h1, body[class*="_category_official"] .global_mainVisual .top_inner .mainVisual_title h1 {
          white-space: normal;
          font-size: 0; }
          @media screen and (max-width: 767px) {
            body[class*="_category_official"] .global_mainVisual .global_inner .mainVisual_title h1, body[class*="_category_official"] .global_mainVisual .top_inner .mainVisual_title h1 {
              height: auto; } }
        body._category_faculty-top .global_mainVisual .global_inner .mainVisual_title h1, body._category_faculty-top .global_mainVisual .top_inner .mainVisual_title h1 {
          width: 100%;
          height: 100%; }
        body._category_center-top .global_mainVisual .global_inner .mainVisual_title h1, body._category_center-top .global_mainVisual .top_inner .mainVisual_title h1 {
          height: auto; }
          @media screen and (max-width: 767px) {
            body._category_center-top .global_mainVisual .global_inner .mainVisual_title h1, body._category_center-top .global_mainVisual .top_inner .mainVisual_title h1 {
              overflow: hidden; } }
        html[lang="zh-CN"] .global_mainVisual .global_inner .mainVisual_title h1, html[lang="zh-CN"] .global_mainVisual .top_inner .mainVisual_title h1 {
          font-family: 'Noto Sans SC', sans-serif; }
        .global_mainVisual .global_inner .mainVisual_title h1 span, .global_mainVisual .top_inner .mainVisual_title h1 span {
          display: block;
          position: absolute;
          padding: 3px 8px 4px;
          background-color: #fff;
          color: #000; }
          @media screen and (max-width: 767px) {
            .global_mainVisual .global_inner .mainVisual_title h1 span, .global_mainVisual .top_inner .mainVisual_title h1 span {
              padding: 6px 5px 5px; } }
          body[class*="_category_official"] .global_mainVisual .global_inner .mainVisual_title h1 span, body[class*="_category_official"] .global_mainVisual .top_inner .mainVisual_title h1 span {
            height: 68px; }
            @media screen and (max-width: 767px) {
              body[class*="_category_official"] .global_mainVisual .global_inner .mainVisual_title h1 span, body[class*="_category_official"] .global_mainVisual .top_inner .mainVisual_title h1 span {
                display: inline-block;
                position: static;
                height: 47px; }
                body[class*="_category_official"] .global_mainVisual .global_inner .mainVisual_title h1 span + span, body[class*="_category_official"] .global_mainVisual .top_inner .mainVisual_title h1 span + span {
                  margin-top: 5px; } }
          body._category_faculty-top .global_mainVisual .global_inner .mainVisual_title h1 span, body._category_faculty-top .global_mainVisual .top_inner .mainVisual_title h1 span {
            position: static;
            float: right;
            padding: 2px 1px 8px 2px;
            width: 60px;
            height: 100%;
            background-color: #222; }
            @media screen and (max-width: 767px) {
              body._category_faculty-top .global_mainVisual .global_inner .mainVisual_title h1 span, body._category_faculty-top .global_mainVisual .top_inner .mainVisual_title h1 span {
                width: 32px; } }
            body._category_faculty-top .global_mainVisual .global_inner .mainVisual_title h1 span._small, body._category_faculty-top .global_mainVisual .top_inner .mainVisual_title h1 span._small {
              margin-right: 4px;
              padding: 5px 4px;
              width: 44px; }
              @media screen and (max-width: 767px) {
                body._category_faculty-top .global_mainVisual .global_inner .mainVisual_title h1 span._small, body._category_faculty-top .global_mainVisual .top_inner .mainVisual_title h1 span._small {
                  margin-right: 3px;
                  padding: 1px;
                  width: 24px; } }
            html[lang="en"] body._category_faculty-top .global_mainVisual .global_inner .mainVisual_title h1 span, html[lang="en"] body._category_faculty-top .global_mainVisual .top_inner .mainVisual_title h1 span {
              float: left;
              clear: both;
              padding: 7px 8px 7px 8px;
              width: auto;
              height: auto; }
              @media screen and (max-width: 767px) {
                html[lang="en"] body._category_faculty-top .global_mainVisual .global_inner .mainVisual_title h1 span, html[lang="en"] body._category_faculty-top .global_mainVisual .top_inner .mainVisual_title h1 span {
                  padding: 6px 6px 6px 6px; } }
              html[lang="en"] body._category_faculty-top .global_mainVisual .global_inner .mainVisual_title h1 span._space, html[lang="en"] body._category_faculty-top .global_mainVisual .top_inner .mainVisual_title h1 span._space {
                margin-bottom: 10px; }
                @media screen and (max-width: 767px) {
                  html[lang="en"] body._category_faculty-top .global_mainVisual .global_inner .mainVisual_title h1 span._space, html[lang="en"] body._category_faculty-top .global_mainVisual .top_inner .mainVisual_title h1 span._space {
                    margin-bottom: 6px; } }
              html[lang="en"] body._category_faculty-top .global_mainVisual .global_inner .mainVisual_title h1 span img, html[lang="en"] body._category_faculty-top .global_mainVisual .top_inner .mainVisual_title h1 span img {
                width: auto;
                height: 45px; }
                @media (max-width: 1100px) {
                  html[lang="en"] body._category_faculty-top .global_mainVisual .global_inner .mainVisual_title h1 span img, html[lang="en"] body._category_faculty-top .global_mainVisual .top_inner .mainVisual_title h1 span img {
                    height: 4.0909090909vw; } }
                @media screen and (max-width: 767px) {
                  html[lang="en"] body._category_faculty-top .global_mainVisual .global_inner .mainVisual_title h1 span img, html[lang="en"] body._category_faculty-top .global_mainVisual .top_inner .mainVisual_title h1 span img {
                    height: 22px; } }
              html[lang="en"] body._category_faculty-top .global_mainVisual .global_inner .mainVisual_title h1 span._small, html[lang="en"] body._category_faculty-top .global_mainVisual .top_inner .mainVisual_title h1 span._small {
                padding: 5px 8px 5px 8px; }
                @media screen and (max-width: 767px) {
                  html[lang="en"] body._category_faculty-top .global_mainVisual .global_inner .mainVisual_title h1 span._small, html[lang="en"] body._category_faculty-top .global_mainVisual .top_inner .mainVisual_title h1 span._small {
                    padding: 3px 3px 0 6px; } }
                html[lang="en"] body._category_faculty-top .global_mainVisual .global_inner .mainVisual_title h1 span._small img, html[lang="en"] body._category_faculty-top .global_mainVisual .top_inner .mainVisual_title h1 span._small img {
                  height: 16px; }
                  @media (max-width: 1100px) {
                    html[lang="en"] body._category_faculty-top .global_mainVisual .global_inner .mainVisual_title h1 span._small img, html[lang="en"] body._category_faculty-top .global_mainVisual .top_inner .mainVisual_title h1 span._small img {
                      height: 1.4545454545vw; } }
                  @media screen and (max-width: 767px) {
                    html[lang="en"] body._category_faculty-top .global_mainVisual .global_inner .mainVisual_title h1 span._small img, html[lang="en"] body._category_faculty-top .global_mainVisual .top_inner .mainVisual_title h1 span._small img {
                      height: 8px; } }
              html[lang="en"] body._category_faculty-top .global_mainVisual .global_inner .mainVisual_title h1 span._middle, html[lang="en"] body._category_faculty-top .global_mainVisual .top_inner .mainVisual_title h1 span._middle {
                padding: 5px 8px 5px 8px; }
                @media screen and (max-width: 767px) {
                  html[lang="en"] body._category_faculty-top .global_mainVisual .global_inner .mainVisual_title h1 span._middle, html[lang="en"] body._category_faculty-top .global_mainVisual .top_inner .mainVisual_title h1 span._middle {
                    padding: 2.5px 5px 2.5px 5px; } }
                html[lang="en"] body._category_faculty-top .global_mainVisual .global_inner .mainVisual_title h1 span._middle img, html[lang="en"] body._category_faculty-top .global_mainVisual .top_inner .mainVisual_title h1 span._middle img {
                  height: 35.6px; }
                  @media (max-width: 1100px) {
                    html[lang="en"] body._category_faculty-top .global_mainVisual .global_inner .mainVisual_title h1 span._middle img, html[lang="en"] body._category_faculty-top .global_mainVisual .top_inner .mainVisual_title h1 span._middle img {
                      height: 3.2363636364vw; } }
                  @media screen and (max-width: 767px) {
                    html[lang="en"] body._category_faculty-top .global_mainVisual .global_inner .mainVisual_title h1 span._middle img, html[lang="en"] body._category_faculty-top .global_mainVisual .top_inner .mainVisual_title h1 span._middle img {
                      height: 17.8px; } }
            html[lang="zh-CN"] body._category_faculty-top .global_mainVisual .global_inner .mainVisual_title h1 span, html[lang="zh-CN"] body._category_faculty-top .global_mainVisual .top_inner .mainVisual_title h1 span {
              float: left;
              clear: both;
              padding: 7px 8px 7px 8px;
              width: auto;
              height: auto; }
              @media screen and (max-width: 767px) {
                html[lang="zh-CN"] body._category_faculty-top .global_mainVisual .global_inner .mainVisual_title h1 span, html[lang="zh-CN"] body._category_faculty-top .global_mainVisual .top_inner .mainVisual_title h1 span {
                  padding: 6px 6px 6px 6px; } }
              html[lang="zh-CN"] body._category_faculty-top .global_mainVisual .global_inner .mainVisual_title h1 span._space, html[lang="zh-CN"] body._category_faculty-top .global_mainVisual .top_inner .mainVisual_title h1 span._space {
                margin-bottom: 10px; }
                @media screen and (max-width: 767px) {
                  html[lang="zh-CN"] body._category_faculty-top .global_mainVisual .global_inner .mainVisual_title h1 span._space, html[lang="zh-CN"] body._category_faculty-top .global_mainVisual .top_inner .mainVisual_title h1 span._space {
                    margin-bottom: 6px; } }
              html[lang="zh-CN"] body._category_faculty-top .global_mainVisual .global_inner .mainVisual_title h1 span img, html[lang="zh-CN"] body._category_faculty-top .global_mainVisual .top_inner .mainVisual_title h1 span img {
                width: auto;
                height: 45px; }
                @media (max-width: 1100px) {
                  html[lang="zh-CN"] body._category_faculty-top .global_mainVisual .global_inner .mainVisual_title h1 span img, html[lang="zh-CN"] body._category_faculty-top .global_mainVisual .top_inner .mainVisual_title h1 span img {
                    height: 4.0909090909vw; } }
                @media screen and (max-width: 767px) {
                  html[lang="zh-CN"] body._category_faculty-top .global_mainVisual .global_inner .mainVisual_title h1 span img, html[lang="zh-CN"] body._category_faculty-top .global_mainVisual .top_inner .mainVisual_title h1 span img {
                    height: 22px; } }
              html[lang="zh-CN"] body._category_faculty-top .global_mainVisual .global_inner .mainVisual_title h1 span._small, html[lang="zh-CN"] body._category_faculty-top .global_mainVisual .top_inner .mainVisual_title h1 span._small {
                padding: 5px 8px 5px 8px; }
                @media screen and (max-width: 767px) {
                  html[lang="zh-CN"] body._category_faculty-top .global_mainVisual .global_inner .mainVisual_title h1 span._small, html[lang="zh-CN"] body._category_faculty-top .global_mainVisual .top_inner .mainVisual_title h1 span._small {
                    padding: 3px 3px 0 6px; } }
                html[lang="zh-CN"] body._category_faculty-top .global_mainVisual .global_inner .mainVisual_title h1 span._small img, html[lang="zh-CN"] body._category_faculty-top .global_mainVisual .top_inner .mainVisual_title h1 span._small img {
                  height: 16px; }
                  @media (max-width: 1100px) {
                    html[lang="zh-CN"] body._category_faculty-top .global_mainVisual .global_inner .mainVisual_title h1 span._small img, html[lang="zh-CN"] body._category_faculty-top .global_mainVisual .top_inner .mainVisual_title h1 span._small img {
                      height: 1.4545454545vw; } }
                  @media screen and (max-width: 767px) {
                    html[lang="zh-CN"] body._category_faculty-top .global_mainVisual .global_inner .mainVisual_title h1 span._small img, html[lang="zh-CN"] body._category_faculty-top .global_mainVisual .top_inner .mainVisual_title h1 span._small img {
                      height: 8px; } }
              html[lang="zh-CN"] body._category_faculty-top .global_mainVisual .global_inner .mainVisual_title h1 span._middle, html[lang="zh-CN"] body._category_faculty-top .global_mainVisual .top_inner .mainVisual_title h1 span._middle {
                padding: 5px 8px 5px 8px; }
                @media screen and (max-width: 767px) {
                  html[lang="zh-CN"] body._category_faculty-top .global_mainVisual .global_inner .mainVisual_title h1 span._middle, html[lang="zh-CN"] body._category_faculty-top .global_mainVisual .top_inner .mainVisual_title h1 span._middle {
                    padding: 2.5px 5px 2.5px 5px; } }
                html[lang="zh-CN"] body._category_faculty-top .global_mainVisual .global_inner .mainVisual_title h1 span._middle img, html[lang="zh-CN"] body._category_faculty-top .global_mainVisual .top_inner .mainVisual_title h1 span._middle img {
                  height: 35.6px; }
                  @media (max-width: 1100px) {
                    html[lang="zh-CN"] body._category_faculty-top .global_mainVisual .global_inner .mainVisual_title h1 span._middle img, html[lang="zh-CN"] body._category_faculty-top .global_mainVisual .top_inner .mainVisual_title h1 span._middle img {
                      height: 3.2363636364vw; } }
                  @media screen and (max-width: 767px) {
                    html[lang="zh-CN"] body._category_faculty-top .global_mainVisual .global_inner .mainVisual_title h1 span._middle img, html[lang="zh-CN"] body._category_faculty-top .global_mainVisual .top_inner .mainVisual_title h1 span._middle img {
                      height: 17.8px; } }
          body._category_center-top .global_mainVisual .global_inner .mainVisual_title h1 span, body._category_center-top .global_mainVisual .top_inner .mainVisual_title h1 span {
            position: static;
            width: 538px;
            height: 74px;
            background-color: #000; }
            @media screen and (max-width: 767px) {
              body._category_center-top .global_mainVisual .global_inner .mainVisual_title h1 span, body._category_center-top .global_mainVisual .top_inner .mainVisual_title h1 span {
                float: left;
                width: auto;
                height: 45px; } }
        .global_mainVisual .global_inner .mainVisual_title h1 img, .global_mainVisual .top_inner .mainVisual_title h1 img {
          display: block; }
          body[class*="_category_official"] .global_mainVisual .global_inner .mainVisual_title h1 img, body[class*="_category_official"] .global_mainVisual .top_inner .mainVisual_title h1 img {
            max-width: none;
            height: 100%; }
            @media screen and (max-width: 767px) {
              body[class*="_category_official"] .global_mainVisual .global_inner .mainVisual_title h1 img, body[class*="_category_official"] .global_mainVisual .top_inner .mainVisual_title h1 img {
                max-width: none;
                width: auto;
                height: 39px; } }
          body._category_faculty-top .global_mainVisual .global_inner .mainVisual_title h1 img, body._category_faculty-top .global_mainVisual .top_inner .mainVisual_title h1 img, body._category_center-top .global_mainVisual .global_inner .mainVisual_title h1 img, body._category_center-top .global_mainVisual .top_inner .mainVisual_title h1 img {
            width: 100%;
            height: 100%; }
          @media screen and (max-width: 767px) {
            body._category_center-top .global_mainVisual .global_inner .mainVisual_title h1 img, body._category_center-top .global_mainVisual .top_inner .mainVisual_title h1 img {
              width: auto; } }
      .global_mainVisual .global_inner .mainVisual_title p, .global_mainVisual .top_inner .mainVisual_title p {
        margin-top: 40px;
        height: 203px;
        font-size: 13px;
        line-height: 2; }
        body._category_center-top .global_mainVisual .global_inner .mainVisual_title p, body._category_center-top .global_mainVisual .top_inner .mainVisual_title p {
          overflow: hidden;
          margin-top: 5px;
          margin-left: 1px;
          height: auto;
          line-height: 1; }
          @media screen and (max-width: 767px) {
            body._category_center-top .global_mainVisual .global_inner .mainVisual_title p, body._category_center-top .global_mainVisual .top_inner .mainVisual_title p {
              margin-top: 9px; } }
        @media screen and (max-width: 767px) {
          .global_mainVisual .global_inner .mainVisual_title p, .global_mainVisual .top_inner .mainVisual_title p {
            height: 108px;
            font-size: 12px;
            line-height: 1.6; } }
        .global_mainVisual .global_inner .mainVisual_title p span, .global_mainVisual .top_inner .mainVisual_title p span {
          position: relative;
          display: block; }
          body._category_center-top .global_mainVisual .global_inner .mainVisual_title p span, body._category_center-top .global_mainVisual .top_inner .mainVisual_title p span {
            clear: left;
            float: left;
            margin-top: 0;
            padding: 2px 6px 1px;
            height: auto;
            font-size: 18px;
            font-weight: 900;
            background-color: #fff;
            color: #000; }
            @media screen and (max-width: 767px) {
              body._category_center-top .global_mainVisual .global_inner .mainVisual_title p span, body._category_center-top .global_mainVisual .top_inner .mainVisual_title p span {
                padding: 1px 2px;
                font-size: 10px; } }
            body._category_center-top .global_mainVisual .global_inner .mainVisual_title p span + span, body._category_center-top .global_mainVisual .top_inner .mainVisual_title p span + span {
              margin-top: 2px; }
          .global_mainVisual .global_inner .mainVisual_title p span::after, .global_mainVisual .top_inner .mainVisual_title p span::after {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            width: 12px;
            height: calc(100% - 12px);
            margin-top: auto;
            margin-bottom: auto;
            margin-left: -36px;
            background-color: #505050; }
            body._category_center-top .global_mainVisual .global_inner .mainVisual_title p span::after, body._category_center-top .global_mainVisual .top_inner .mainVisual_title p span::after {
              display: none; }
            @media screen and (max-width: 767px) {
              .global_mainVisual .global_inner .mainVisual_title p span::after, .global_mainVisual .top_inner .mainVisual_title p span::after {
                margin-left: -23px;
                width: 6px; } }
      .global_mainVisual .global_inner .mainVisual_title h2, .global_mainVisual .top_inner .mainVisual_title h2 {
        position: relative;
        margin: 40px 0 50px;
        padding-left: 20px;
        font-size: 36px;
        line-height: 1.36111; }
        @media screen and (max-width: 767px) {
          .global_mainVisual .global_inner .mainVisual_title h2, .global_mainVisual .top_inner .mainVisual_title h2 {
            margin-bottom: 11px;
            padding-left: 18px;
            font-size: 24px;
            line-height: 1.375; } }
        .global_mainVisual .global_inner .mainVisual_title h2 span, .global_mainVisual .top_inner .mainVisual_title h2 span {
          display: block; }
          .global_mainVisual .global_inner .mainVisual_title h2 span::before, .global_mainVisual .top_inner .mainVisual_title h2 span::before, .global_mainVisual .global_inner .mainVisual_title h2 span::after, .global_mainVisual .top_inner .mainVisual_title h2 span::after {
            position: absolute;
            left: 0;
            content: '';
            width: 8px;
            height: 2px;
            background-color: #fff; }
          .global_mainVisual .global_inner .mainVisual_title h2 span::before, .global_mainVisual .top_inner .mainVisual_title h2 span::before {
            top: 0;
            margin-top: 9px; }
            @media screen and (max-width: 767px) {
              .global_mainVisual .global_inner .mainVisual_title h2 span::before, .global_mainVisual .top_inner .mainVisual_title h2 span::before {
                margin-top: 5px;
                width: 5px; } }
          .global_mainVisual .global_inner .mainVisual_title h2 span::after, .global_mainVisual .top_inner .mainVisual_title h2 span::after {
            bottom: 0; }
            @media screen and (max-width: 767px) {
              .global_mainVisual .global_inner .mainVisual_title h2 span::after, .global_mainVisual .top_inner .mainVisual_title h2 span::after {
                display: none; } }
          .global_mainVisual .global_inner .mainVisual_title h2 span img, .global_mainVisual .top_inner .mainVisual_title h2 span img {
            display: inline-block;
            border-bottom: 4px solid;
            padding: 3px 0;
            height: 43px;
            vertical-align: bottom; }
            @media screen and (max-width: 767px) {
              .global_mainVisual .global_inner .mainVisual_title h2 span img, .global_mainVisual .top_inner .mainVisual_title h2 span img {
                height: 36px; } }
  .global_mainVisual .mainVisual_category {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 8000;
    padding: 30px 0 0 32px;
    width: 108px;
    height: 100%;
    background-color: #ebebeb; }
    @media screen and (max-width: 767px) {
      .global_mainVisual .mainVisual_category {
        top: 0;
        bottom: auto;
        padding: 90px 0 0 14px;
        width: 54px;
        height: 375px; }
        body._category_faculty-top .global_mainVisual .mainVisual_category {
          padding-top: 75px; } }
    .global_mainVisual .mainVisual_category._wide {
      padding-left: 20px; }
      @media screen and (max-width: 767px) {
        .global_mainVisual .mainVisual_category._wide {
          padding-left: 12px; } }
    .global_mainVisual .mainVisual_category:empty {
      width: auto;
      padding: 0; }
    .global_mainVisual .mainVisual_category::after {
      content: '';
      position: absolute;
      right: 0;
      top: 0;
      width: 10px;
      height: 100%;
      background-color: #f00; }
      @media screen and (max-width: 767px) {
        .global_mainVisual .mainVisual_category::after {
          width: 5px; } }
      body[class*="_category_faculty_international-studies"] .global_mainVisual .mainVisual_category::after {
        background-color: #25cbd3; }
      body[class*="_category_faculty_law"] .global_mainVisual .mainVisual_category::after {
        background-color: #64127e; }
      body[class*="_category_faculty_economics"] .global_mainVisual .mainVisual_category::after {
        background-color: #006fbc; }
      body[class*="_category_faculty_business"] .global_mainVisual .mainVisual_category::after {
        background-color: #ef8f00; }
      body[class*="_category_faculty_science-engineering"] .global_mainVisual .mainVisual_category::after {
        background-color: #004ea2; }
      body[class*="_category_faculty_architecture"] .global_mainVisual .mainVisual_category::after {
        background-color: #00a8e3; }
      body[class*="_category_faculty_pharmacy"] .global_mainVisual .mainVisual_category::after {
        background-color: #1d2088; }
      body[class*="_category_faculty_lit-art-cul"] .global_mainVisual .mainVisual_category::after {
        background-color: #c0005e; }
      body[class*="_category_faculty_sociology"] .global_mainVisual .mainVisual_category::after {
        background-color: #f8b500; }
      body[class*="_category_faculty_agriculture"] .global_mainVisual .mainVisual_category::after {
        background-color: #8fc31f; }
      body[class*="_category_faculty_medicine"] .global_mainVisual .mainVisual_category::after {
        background-color: #e7242e; }
      body[class*="_category_faculty_bost"] .global_mainVisual .mainVisual_category::after {
        background-color: #cf0081; }
      body[class*="_category_faculty_engineering"] .global_mainVisual .mainVisual_category::after {
        background-color: #149343; }
      body[class*="_category_faculty_hose"] .global_mainVisual .mainVisual_category::after {
        background-color: #009085; }
      body[class*="_category_faculty_jc"] .global_mainVisual .mainVisual_category::after {
        background-color: #fff100; }
      body[class*="_category_faculty_tsushin"] .global_mainVisual .mainVisual_category::after {
        background-color: #6714b5; }
    .global_mainVisual .mainVisual_category p {
      width: 27px; }
      @media screen and (max-width: 767px) {
        .global_mainVisual .mainVisual_category p {
          width: 15px; } }
      .global_mainVisual .mainVisual_category p + p {
        margin-top: 30px; }
        @media screen and (max-width: 767px) {
          .global_mainVisual .mainVisual_category p + p {
            margin-top: 15px; } }
    .global_mainVisual .mainVisual_category._wide p._wide {
      width: 45px; }
      @media screen and (max-width: 767px) {
        .global_mainVisual .mainVisual_category._wide p._wide {
          width: 23.5px; } }
    .global_mainVisual .mainVisual_category._wide p:not([class]) {
      margin-left: 18px; }
      @media screen and (max-width: 767px) {
        .global_mainVisual .mainVisual_category._wide p:not([class]) {
          margin-left: 8.5px; } }

.global_inner, .top_inner {
  margin: 0 auto;
  padding: 0 71px;
  max-width: 1366px;
  width: 100%; }
  @media screen and (max-width: 767px) {
    .global_inner, .top_inner {
      padding: 0 18px; } }

@media (max-width: 1167px) {
  .top_inner {
    padding: 0 18px; } }
@media screen and (max-width: 767px) {
  .top_inner {
    padding: 0 6px; } }
@media (max-width: 1167px) {
  html[lang="en"] .top_inner {
    padding: 0 18px; } }
@media screen and (max-width: 767px) {
  html[lang="en"] .top_inner {
    padding: 0 18px; } }

body._category_faculty-lower_hub-2nd:not(._category_search-result) .global_body, body._category_official-lower_hub-2nd:not(._category_search-result) .global_body {
  background: url("/v2/img/common/bg_kindai_01.svg") no-repeat 101.7% top;
  background-size: 893px 310px; }
  @media screen and (max-width: 767px) {
    body._category_faculty-lower_hub-2nd:not(._category_search-result) .global_body, body._category_official-lower_hub-2nd:not(._category_search-result) .global_body {
      background-position: 0 105px;
      background-size: contain; } }
.global_body .global_inner, .global_body .top_inner {
  min-height: 1%; }
.global_body .global_inner::after, .global_body .top_inner::after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden; }
@media (max-width: 960px) {
  body[class*="_category_faculty-news_"] .global_body .global_inner, body[class*="_category_faculty-news_"] .global_body .top_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: reverse;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; } }
.global_body .global_inner > aside, .global_body .top_inner > aside {
  float: left;
  width: 250px; }
  @media (max-width: 960px) {
    .global_body .global_inner > aside, .global_body .top_inner > aside {
      display: none; }
      body[class*="_category_faculty-news_"] .global_body .global_inner > aside, body[class*="_category_faculty-news_"] .global_body .top_inner > aside {
        display: block;
        float: none;
        margin-top: 52px;
        width: 100%; } }
  @media (max-width: 1080px) {
    body[class*="_category_official-news"] .global_body .global_inner > aside, body[class*="_category_official-news"] .global_body .top_inner > aside {
      display: none; } }
  .global_body .global_inner > aside + main, .global_body .top_inner > aside + main {
    float: right;
    max-width: 900px;
    width: calc(100% - 280px); }
    @media (max-width: 960px) {
      .global_body .global_inner > aside + main, .global_body .top_inner > aside + main {
        float: none;
        width: auto; } }
    @media (max-width: 1080px) {
      body[class*="_category_official-news"] .global_body .global_inner > aside + main, body[class*="_category_official-news"] .global_body .top_inner > aside + main {
        float: none;
        width: auto; } }
.global_body section {
  padding: 60px 0; }
  @media screen and (max-width: 767px) {
    .global_body section {
      padding: 40px 0; } }
  .global_body section:last-child:not(._bg-gray) {
    padding-bottom: 0; }
.global_body section._bg-gray {
  background-color: #f8f8f8; }
.global_body section:not([class]) + section:not([class]) {
  padding-top: 0; }
.global_body > section:not([class]):first-child {
  padding-top: 90px; }
  @media screen and (max-width: 767px) {
    .global_body > section:not([class]):first-child {
      padding-top: 129px; } }
  @media screen and (max-width: 767px) {
    body[class*="_category_faculty-lower_hub-1st"] .global_body > section:not([class]):first-child {
      padding-top: 50px; } }
  body[class*="_category_faculty-lower_hub-2nd"] .global_body > section:not([class]):first-child {
    padding-top: 90px; }
    @media screen and (max-width: 767px) {
      body[class*="_category_faculty-lower_hub-2nd"] .global_body > section:not([class]):first-child {
        padding-top: 129px; } }
  body[class*="_category_faculty-news"] .global_body > section:not([class]):first-child {
    padding-top: 140px; }
    @media screen and (max-width: 767px) {
      body[class*="_category_faculty-news"] .global_body > section:not([class]):first-child {
        padding-top: 124px; } }
  .global_mainVisual + .global_body > section:not([class]):first-child {
    padding-top: 90px; }
    @media screen and (max-width: 767px) {
      .global_mainVisual + .global_body > section:not([class]):first-child {
        padding-top: 50px; } }
    body._category_faculty-top .global_mainVisual + .global_body > section:not([class]):first-child {
      padding-top: 40px; }
      @media screen and (max-width: 767px) {
        body._category_faculty-top .global_mainVisual + .global_body > section:not([class]):first-child {
          padding-top: 12px; } }
      html[lang="en"] body._category_faculty-top .global_mainVisual + .global_body > section:not([class]):first-child {
        padding-top: 73px; }
        @media screen and (max-width: 767px) {
          html[lang="en"] body._category_faculty-top .global_mainVisual + .global_body > section:not([class]):first-child {
            padding-top: 30px; } }
    body._category_center-top .global_mainVisual + .global_body > section:not([class]):first-child {
      padding-top: 0; }

.local_navigation a,
.local_navigation-news > ul > li a {
  display: block;
  background-color: #fff; }
  .local_navigation a span,
  .local_navigation-news > ul > li a span {
    display: block;
    margin: 0 2px;
    border-top: 2px solid #000; }
.local_navigation > ul,
.local_navigation-news > ul > li > ul {
  border: 4px solid #222;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4; }
  .local_navigation > ul > li > a,
  .local_navigation-news > ul > li > ul > li > a {
    position: relative;
    background: #fff url(/v2/img/common/ico_arrow_square_black_right.svg) no-repeat 15px center;
    background-size: 19px 19px; }
    .local_navigation > ul > li > a span,
    .local_navigation-news > ul > li > ul > li > a span {
      padding: .65em 1em .85em 2.5em; }
  .local_navigation > ul > li.is-current > a, .local_navigation > ul > li.is-parent > a,
  .local_navigation-news > ul > li > ul > li.is-current > a,
  .local_navigation-news > ul > li > ul > li.is-parent > a {
    background: #000 url(/v2/img/common/ico_arrow_square_white_right.svg) no-repeat 15px center;
    background-size: 19px 19px;
    color: #fff; }
    .local_navigation > ul > li.is-current > a::after, .local_navigation > ul > li.is-parent > a::after,
    .local_navigation-news > ul > li > ul > li.is-current > a::after,
    .local_navigation-news > ul > li > ul > li.is-parent > a::after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      right: -4px;
      bottom: 0;
      margin-top: auto;
      margin-bottom: auto;
      width: 10px;
      height: 10px;
      background-color: #fff; }
    .local_navigation > ul > li.is-current > a span, .local_navigation > ul > li.is-parent > a span,
    .local_navigation-news > ul > li > ul > li.is-current > a span,
    .local_navigation-news > ul > li > ul > li.is-parent > a span {
      border-color: transparent; }
  .local_navigation > ul > li.is-current > ul, .local_navigation > ul > li.is-parent > ul, .local_navigation-news > ul > li > ul > li.is-current > ul, .local_navigation-news > ul > li > ul > li.is-parent > ul {
    display: block !important; }
    body[class*="_category_faculty-teachers_hub"] .local_navigation > ul > li.is-current > ul, body[class*="_category_faculty-teachers_hub"] .local_navigation > ul > li.is-parent > ul,
    body[class*="_category_faculty-teachers_hub"] .local_navigation-news > ul > li > ul > li.is-current > ul,
    body[class*="_category_faculty-teachers_hub"] .local_navigation-news > ul > li > ul > li.is-parent > ul {
      display: none !important; }
  .local_navigation > ul > li:first-child > a span,
  .local_navigation-news > ul > li > ul > li:first-child > a span {
    border-color: transparent; }
  .local_navigation > ul > li > ul,
  .local_navigation-news > ul > li > ul > li > ul {
    font-size: 14px; }
    .local_navigation > ul > li > ul > li > a,
    .local_navigation-news > ul > li > ul > li > ul > li > a {
      background: #fff url(/v2/img/common/ico_arrow_square_white_right.svg) no-repeat 95% center;
      background-size: 19px 19px; }
      .local_navigation > ul > li > ul > li > a span,
      .local_navigation-news > ul > li > ul > li > ul > li > a span {
        border-color: #ececec;
        padding: .75em 2em .75em 1em; }
    .local_navigation > ul > li > ul > li:first-child > a span,
    .local_navigation-news > ul > li > ul > li > ul > li:first-child > a span {
      border-color: transparent; }
    .local_navigation > ul > li > ul > li.is-current > a, .local_navigation > ul > li > ul > li.is-parent > a,
    .local_navigation-news > ul > li > ul > li > ul > li.is-current > a,
    .local_navigation-news > ul > li > ul > li > ul > li.is-parent > a {
      background-color: #e0e0e0;
      color: #000; }
    .local_navigation > ul > li > ul > li.is-current > ul, .local_navigation > ul > li > ul > li.is-parent > ul, .local_navigation-news > ul > li > ul > li > ul > li.is-current > ul, .local_navigation-news > ul > li > ul > li > ul > li.is-parent > ul {
      display: block !important; }
      body[class*="_category_faculty-teachers_hub"] .local_navigation > ul > li > ul > li.is-current > ul, body[class*="_category_faculty-teachers_hub"] .local_navigation > ul > li > ul > li.is-parent > ul,
      body[class*="_category_faculty-teachers_hub"] .local_navigation-news > ul > li > ul > li > ul > li.is-current > ul,
      body[class*="_category_faculty-teachers_hub"] .local_navigation-news > ul > li > ul > li > ul > li.is-parent > ul {
        display: none !important; }
    .local_navigation > ul > li > ul > li.is-current + li a span,
    .local_navigation-news > ul > li > ul > li > ul > li.is-current + li a span {
      border-color: transparent; }
    .local_navigation > ul > li > ul > li > ul > li > a,
    .local_navigation-news > ul > li > ul > li > ul > li > ul > li > a {
      background: #fff url(/v2/img/common/ico_arrow_square_white_right.svg) no-repeat 95% center;
      background-size: 19px 19px; }
      .local_navigation > ul > li > ul > li > ul > li > a span,
      .local_navigation-news > ul > li > ul > li > ul > li > ul > li > a span {
        border-color: #ececec;
        padding: .75em 2em .75em 2em; }
    .local_navigation > ul > li > ul > li > ul > li.is-current a,
    .local_navigation-news > ul > li > ul > li > ul > li > ul > li.is-current a {
      background-color: #f3f3f3;
      color: #000; }

.local_navigation-news {
  font-size: 20px; }
  .local_navigation-news > ul + ul {
    margin-top: 20px;
    font-size: 16px; }
  .local_navigation-news > ul > li + li {
    margin-top: 5px; }
  .local_navigation-news > ul > li > a {
    display: table;
    position: relative;
    border: 4px solid #222;
    width: 100%;
    background: #fff url(/v2/img/common/ico_arrow_square_black_right.svg) no-repeat 95% center;
    background-size: 19px 19px;
    font-weight: bold; }
    .local_navigation-news > ul > li > a span {
      display: table-cell;
      border: none;
      padding: 4px 44px 5px 16px;
      height: 42px;
      vertical-align: middle; }
  .local_navigation-news > ul > li.is-parent > a, .local_navigation-news > ul > li.is-current > a {
    background-color: #222;
    background-image: url("/v2/img/common/ico_arrow_square_white_right.svg");
    color: #fff; }
  .local_navigation-news > ul > li > ul {
    margin: 20px 0; }
    .local_navigation-news > ul > li > ul > li {
      position: relative; }
      .local_navigation-news > ul > li > ul > li:not(:first-child) {
        padding-top: 2px; }
        .local_navigation-news > ul > li > ul > li:not(:first-child)::before {
          content: '';
          display: block;
          position: absolute;
          left: 50%;
          top: 0;
          width: calc(100% - 4px);
          height: 2px;
          background-color: #222;
          transform: translateX(-50%); }
      .local_navigation-news > ul > li > ul > li > a {
        background-position: 95% center;
        font-size: 22px; }
        .local_navigation-news > ul > li > ul > li > a::after {
          display: none !important; }
        .local_navigation-news > ul > li > ul > li > a span {
          border-top: none;
          padding: 9px 44px 10px 16px; }
          .local_navigation-news > ul > li > ul > li > a span i {
            font-size: 19px;
            vertical-align: baseline; }
            @media screen and (max-width: 767px) {
              .local_navigation-news > ul > li > ul > li > a span i {
                font-size: 22px; } }
        .local_navigation-news > ul > li > ul > li > a:hover::before {
          opacity: 1; }
      .local_navigation-news > ul > li > ul > li.is-parent::before, .local_navigation-news > ul > li > ul > li.is-current::before {
        background-color: transparent; }
      .local_navigation-news > ul > li > ul > li.is-parent > a, .local_navigation-news > ul > li > ul > li.is-current > a {
        background-color: #222;
        background-image: url("/v2/img/common/ico_arrow_square_white_right.svg");
        background-position: 95% center;
        color: #fff; }
        .local_navigation-news > ul > li > ul > li.is-parent > a:hover, .local_navigation-news > ul > li > ul > li.is-current > a:hover {
          background-color: #444;
          opacity: 1 !important; }
      .local_navigation-news > ul > li > ul > li .is-current + li::before {
        background-color: transparent; }

.global_breadCrumb {
  position: absolute;
  left: 0;
  top: 105px;
  z-index: 9000;
  width: 100%;
  font-family: "Helvetica Neue", "Helvetica", Arial, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif; }
  @media screen and (max-width: 767px) {
    .global_breadCrumb {
      overflow: hidden;
      top: 54px;
      min-height: 25px; } }
  .global_breadCrumb ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: inherit;
    padding-left: 40px;
    margin-right: auto;
    margin-left: auto;
    background-color: #4a4a4a; }
    @media screen and (max-width: 767px) {
      .global_breadCrumb ul {
        padding: 2px 1em 3px;
        height: inherit; } }
    .global_breadCrumb ul li {
      position: relative;
      margin-right: 22px;
      color: #fff;
      font-size: 12px;
      white-space: nowrap;
      line-height: 2.5; }
      @media screen and (max-width: 767px) {
        .global_breadCrumb ul li {
          font-size: 10px;
          line-height: 2; } }
      .global_breadCrumb ul li:last-child {
        margin-right: 0;
        white-space: normal; }
      @media screen and (max-width: 767px) {
        .global_breadCrumb ul li:nth-child(n + 4) {
          margin-left: 0;
          white-space: normal; } }
      .global_breadCrumb ul li:not(:last-child)::after {
        position: absolute;
        content: '＞';
        margin-left: 5px;
        font-size: 12px;
        line-height: 2.5;
        color: #fff; }
        @media screen and (max-width: 767px) {
          .global_breadCrumb ul li:not(:last-child)::after {
            top: 50%;
            transform: translateY(-50%);
            font-size: 10px; } }
      .global_breadCrumb ul li a {
        color: #fff; }

.module_box {
  overflow: hidden; }

[class^="module_box-color-"] {
  padding: 25px 30px; }
  @media screen and (max-width: 767px) {
    [class^="module_box-color-"] {
      padding: 15px 12px; } }
  [class^="module_box-color-"]._negativeMargin {
    padding: 35px 40px; }
    @media screen and (max-width: 767px) {
      [class^="module_box-color-"]._negativeMargin {
        margin-right: -18px;
        margin-left: -18px;
        padding: 15px 18px; } }

.module_box-color-gray01 {
  background-color: #f0f0f0; }
.module_box-color-gray02 {
  background-color: #eee; }

.module_box-youtube,
.module_box-googleMap {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0; }
  .module_box-youtube > iframe,
  .module_box-googleMap > iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }

.module_box-facebook > iframe {
  display: block;
  margin: 0 auto;
  max-width: 500px; }
  @media screen and (max-width: 767px) {
    .module_box-facebook > iframe {
      max-width: 100%; } }

[class^="module_blockQuote-"] {
  position: relative;
  border-right: 7px solid #000;
  background: repeat; }
  @media screen and (max-width: 767px) {
    [class^="module_blockQuote-"] {
      margin-right: -18px;
      margin-left: -18px;
      border-right-width: 4px;
      padding: 40px 18px 40px 22px !important;
      background-size: 8px 8px; } }
  [class^="module_blockQuote-"]::after {
    content: '';
    position: absolute;
    right: -7px;
    top: 100%;
    width: calc(100% - 8px);
    height: 7px;
    background-color: #000; }
    @media screen and (max-width: 767px) {
      [class^="module_blockQuote-"]::after {
        height: 4px; } }

.module_blockQuote-01 {
  padding: 50px 57px;
  background-image: url(/v2/img/common/bg_stripe_01_pc.png); }
  .module_blockQuote-01 .module_blockQuote_inner::before, .module_blockQuote-01 .module_blockQuote_inner::after {
    content: '';
    display: block;
    position: absolute; }
  .module_blockQuote-01 .module_blockQuote_inner::before {
    right: 0;
    bottom: 100%;
    z-index: 1;
    width: 167px;
    padding-bottom: 148px;
    margin-right: 1.7%;
    margin-bottom: -71px;
    background: url(/v2/img/common/ico_quotation_01.png) no-repeat;
    background-size: cover; }
    @media screen and (max-width: 767px) {
      .module_blockQuote-01 .module_blockQuote_inner::before {
        margin-right: 16px;
        margin-bottom: -29px;
        padding-bottom: 65px;
        width: 75px; } }
  .module_blockQuote-01 .module_blockQuote_inner::after {
    left: 15px;
    top: 0;
    width: calc(100% - 235px);
    height: 7px;
    background-color: #000; }
    @media screen and (max-width: 767px) {
      .module_blockQuote-01 .module_blockQuote_inner::after {
        left: 0;
        height: 4px;
        width: calc(100% - 118px); } }
.module_blockQuote-02 {
  padding: 34px 57px;
  background-image: url(/v2/img/common/bg_stripe_02_pc.png); }

.module_inner-over {
  position: relative;
  margin: 0 -71px; }
  @media screen and (max-width: 767px) {
    .module_inner-over {
      margin: 0 -18px; } }

[class^="module_card-"] {
  border: 4px solid #c0c0c0; }
  @media screen and (max-width: 767px) {
    [class^="module_card-"] {
      border-width: 2px; } }

.module_card-type01 > div {
  padding: 16px; }
  .module_card-type01 > div {
    min-height: 1%; }
  .module_card-type01 > div::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden; }
  .module_card-type01 > div.head .module_image {
    float: left;
    margin-right: 16px; }
  .module_card-type01 > div.head .name {
    font-size: 18px;
    font-weight: bold; }
    @media screen and (max-width: 767px) {
      .module_card-type01 > div.head .name {
        font-size: 14px; } }
  .module_card-type01 > div.body {
    background-color: #f6f6f6; }
    .module_card-type01 > div.body .read {
      font-size: 16px;
      font-weight: bold; }
      @media screen and (max-width: 767px) {
        .module_card-type01 > div.body .read {
          font-size: 14px; } }
    .module_card-type01 > div.body p:not([class]) {
      margin-top: 1em;
      font-size: 12px; }
      @media screen and (max-width: 767px) {
        .module_card-type01 > div.body p:not([class]) {
          font-size: 10px; } }
    .module_card-type01 > div.body .more {
      margin-top: 1em;
      font-size: 14px;
      font-weight: bold;
      text-align: right; }
      @media screen and (max-width: 767px) {
        .module_card-type01 > div.body .more {
          font-size: 12px; } }

.module_panel-col-02 {
  min-height: 1%; }
.module_panel-col-02::after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden; }
.module_panel-col-02 > li {
  float: left;
  width: calc(50% - 10px);
  margin-left: 20px; }
  @media screen and (max-width: 767px) {
    .module_panel-col-02 > li {
      float: none;
      margin-left: 0;
      width: 100%; } }
  .module_panel-col-02 > li:nth-child(2n+1) {
    clear: left;
    margin-left: 0; }
  @media screen and (max-width: 767px) {
    .module_panel-col-02 > li:not(:first-child) {
      margin-top: 25px; } }
  .module_panel-col-02 > li a {
    display: block;
    position: relative;
    background-color: transparent; }
    .module_panel-col-02 > li a:hover {
      opacity: 1; }
    .module_panel-col-02 > li a:hover {
      background-color: rgba(0, 80, 126, 0.65); }
    .module_panel-col-02 > li a::before {
      position: absolute;
      content: '';
      top: 0;
      left: 0;
      z-index: 2;
      width: 100%;
      height: 100%;
      background-color: inherit; }
    .module_panel-col-02 > li a p.text {
      position: absolute;
      left: 0;
      bottom: 0;
      z-index: 3;
      padding: .4em 1em .2em;
      width: 100%;
      min-height: 70px;
      background-color: #222;
      font-family: "Gothic MB101 Heavy", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
      font-size: 28px;
      color: #fff; }
@-moz-document url-prefix() {
  .module_panel-col-02 > li a p.text {
    font-family: "Gothic MB101 Bold", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif; } }
      @media screen and (max-width: 767px) {
        .module_panel-col-02 > li a p.text {
          min-height: 40px;
          padding-right: .5em;
          padding-left: .5em;
          font-size: 16px; } }
      .module_panel-col-02 > li a p.text span {
        display: block;
        position: relative; }
        .module_panel-col-02 > li a p.text span::after {
          content: '';
          display: block;
          position: absolute;
          right: .5em;
          top: 50%;
          border-style: solid;
          border-width: 5.5px 0 5.5px 10px;
          border-color: transparent transparent transparent #ffffff;
          width: 0;
          height: 0;
          transform: translateY(-50%); }
          @media screen and (max-width: 767px) {
            .module_panel-col-02 > li a p.text span::after {
              border-width: 3px 0 3px 6px; } }

.module_panel-col-03 {
  min-height: 1%; }
.module_panel-col-03::after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden; }
.module_panel-col-03 > li {
  float: left;
  width: calc(33.333% - 40px * 2/3);
  margin-left: 40px; }
  @media screen and (max-width: 767px) {
    .module_panel-col-03 > li {
      float: none;
      margin-left: 0;
      width: 100%; } }
  .module_panel-col-03 > li:nth-child(3n+1) {
    clear: left;
    margin-left: 0; }
  .module_panel-col-03 > li:not(:nth-child(-n+3)) {
    margin-top: 40px; }
  @media screen and (max-width: 767px) {
    .module_panel-col-03 > li:not(:first-child) {
      margin-top: 25px; } }
  .module_panel-col-03 > li a,
  .module_panel-col-03 > li > span {
    display: block;
    position: relative;
    overflow: hidden; }
    .module_panel-col-03 > li a .main, .module_panel-col-03 > li > span .main {
      display: block;
      position: relative; }
      html[lang="en"] .module_panel-col-03 > li a .main,
      html[lang="en"] .module_panel-col-03 > li > span .main {
        font-family: "Gothic MB101 Ultra", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif; }
@-moz-document url-prefix() {
  html[lang="en"] .module_panel-col-03 > li a .main,
  html[lang="en"] .module_panel-col-03 > li > span .main {
    font-family: "Gothic MB101 Bold", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif; } }
      .module_panel-col-03 > li a .main img, .module_panel-col-03 > li > span .main img {
        margin-bottom: 7%; }
        @media screen and (max-width: 767px) {
          .module_panel-col-03 > li a .main img, .module_panel-col-03 > li > span .main img {
            margin-bottom: 25px; } }
  .module_panel-col-03 > li a {
    background-color: transparent; }
    .module_panel-col-03 > li a:hover {
      opacity: 1; }
    .module_panel-col-03 > li a:hover {
      background-color: rgba(0, 80, 126, 0.65); }
    .module_panel-col-03 > li a::before {
      position: absolute;
      content: '';
      top: 0;
      left: 0;
      z-index: 2;
      width: 100%;
      height: 100%;
      background-color: inherit; }
  .module_panel-col-03 > li .sub {
    position: relative;
    display: block;
    padding: 12px 10px 13px;
    background: #ebebeb;
    z-index: 3; }
    @media screen and (max-width: 767px) {
      .module_panel-col-03 > li .sub {
        padding: 4px 10px 4px; } }
    html[lang="en"] .module_panel-col-03 > li .sub {
      font-family: "Helvetica Neue", "Helvetica", Arial, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif; }
  .module_panel-col-03 > li p.text {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
    padding: .6em .6em .4em;
    width: 100%;
    background-color: #222;
    font-size: 22px;
    line-height: 1.0204081633;
    letter-spacing: -.02em;
    color: #fff; }
    @media (max-width: 1366px) {
      .module_panel-col-03 > li p.text {
        font-size: 1.6105417277vw; } }
@-moz-document url-prefix() {
  .module_panel-col-03 > li p.text {
    font-family: "Gothic MB101 Bold", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif; } }
    @media screen and (max-width: 767px) {
      .module_panel-col-03 > li p.text {
        min-height: 40px;
        padding: .8em .3em .5em .7em;
        font-size: 16px; } }
    .module_panel-col-03 > li p.text > span {
      display: block;
      position: relative;
      padding-right: 1.6em; }
      .module_panel-col-03 > li p.text > span::after {
        content: '';
        display: block;
        position: absolute;
        right: .8em;
        top: 50%;
        border-style: solid;
        border-width: 5.5px 0 5.5px 10px;
        border-color: transparent transparent transparent #ffffff;
        width: 0;
        height: 0;
        transform: translateY(-50%); }
        @media screen and (max-width: 767px) {
          .module_panel-col-03 > li p.text > span::after {
            border-width: 3px 0 3px 6px; } }
      .module_panel-col-03 > li p.text > span > span {
        display: block; }
      .module_panel-col-03 > li p.text > span ._small {
        font-size: .7em;
        margin-bottom: .3em; }
        @media screen and (max-width: 767px) {
          .module_panel-col-03 > li p.text > span ._small {
            margin-bottom: .5em; } }
  .module_panel-col-03 > li span p.text > span::after {
    content: none; }
  .module_panel-col-03 > li ul.list > li {
    position: relative;
    padding-left: 1em;
    font-size: 12.6px;
    line-height: 1.5873015873;
    letter-spacing: -.02em; }
    @media (max-width: 1366px) {
      .module_panel-col-03 > li ul.list > li {
        font-size: 0.9224011713vw; } }
    @media screen and (max-width: 767px) {
      .module_panel-col-03 > li ul.list > li {
        font-size: 10px;
        line-height: 28/20; } }
    .module_panel-col-03 > li ul.list > li::before {
      display: block;
      content: "・";
      position: absolute;
      top: 0;
      left: 0; }

.module_accordion {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between; }
  .module_accordion > .accordion_head {
    display: block;
    position: relative;
    border: 4px solid #222;
    width: 100%;
    background: #fff none;
    font-size: 16px;
    font-weight: bold;
    color: #000; }
    @media screen and (max-width: 767px) {
      .module_accordion > .accordion_head {
        font-size: 13px; } }
    .module_accordion > .accordion_head .accordion_button {
      display: block;
      padding: 12px 65px 12px 20px;
      width: 100%; }
      @media screen and (max-width: 767px) {
        .module_accordion > .accordion_head .accordion_button {
          padding: 9px 50px 9px 13px; } }
      .module_accordion > .accordion_head .accordion_button:hover {
        opacity: .8; }
      .module_accordion > .accordion_head .accordion_button i,
      .module_accordion > .accordion_head .accordion_button select {
        display: block;
        border: none;
        width: 100%;
        background-color: transparent;
        font: inherit;
        text-align: left; }
        @media screen and (max-width: 767px) {
          .module_accordion > .accordion_head .accordion_button i,
          .module_accordion > .accordion_head .accordion_button select {
            font-size: 16px;
            transform: scale(0.8);
            transform-origin: left center; } }
      .module_accordion > .accordion_head .accordion_button span {
        display: block;
        position: absolute;
        top: 50%;
        right: 1em;
        width: 20px;
        height: 20px;
        background-color: #000;
        transform: translateY(-50%); }
        @media screen and (max-width: 767px) {
          .module_accordion > .accordion_head .accordion_button span {
            right: 12px;
            width: 16px;
            height: 16px; } }
        .module_accordion > .accordion_head .accordion_button span::before, .module_accordion > .accordion_head .accordion_button span::after {
          content: '';
          display: block;
          position: absolute;
          left: 50%;
          top: 50%;
          background-color: #fff;
          transform: translate(-50%, -50%);
          transition: .3s; }
        .module_accordion > .accordion_head .accordion_button span::before {
          width: 10px;
          height: 2px; }
          @media screen and (max-width: 767px) {
            .module_accordion > .accordion_head .accordion_button span::before {
              width: 8px; } }
        .module_accordion > .accordion_head .accordion_button span::after {
          width: 2px;
          height: 10px; }
          @media screen and (max-width: 767px) {
            .module_accordion > .accordion_head .accordion_button span::after {
              height: 8px; } }
      .module_accordion > .accordion_head .accordion_button._open span::after {
        transform: translate(-50%, -50%) rotate(90deg); }
  .module_accordion > .accordion_body {
    margin-top: 36px; }
    @media screen and (max-width: 767px) {
      .module_accordion > .accordion_body {
        margin-top: 25px; } }
    .module_accordion > .accordion_body .inner {
      display: none; }
  .module_accordion .module_column {
    margin-right: 10px;
    width: calc(50% - 10px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media screen and (max-width: 767px) {
      .module_accordion .module_column {
        margin-right: 0;
        width: 100%; } }
    .module_accordion .module_column:nth-child(2n) {
      margin-right: 0;
      margin-left: 10px; }
      @media screen and (max-width: 767px) {
        .module_accordion .module_column:nth-child(2n) {
          margin-left: 0; } }
    .module_accordion .module_column:nth-child(n+3) {
      margin-top: 20px; }
    @media screen and (max-width: 767px) {
      .module_accordion .module_column:nth-child(n+2) {
        margin-top: 20px; } }
    .module_accordion .module_column .accordion_head {
      position: relative;
      width: 100%;
      border: 4px solid #c0c0c0;
      padding: 15px 18px;
      background-color: #eee;
      font-weight: bold; }
      @media screen and (max-width: 767px) {
        .module_accordion .module_column .accordion_head {
          border-width: 3px;
          padding: 12px 15px;
          font-size: 12px; } }
      .module_accordion .module_column .accordion_head::before {
        content: '';
        position: absolute;
        left: -4px;
        top: 0;
        width: 34px;
        height: 10px;
        background-color: #000;
        transform: translateY(-100%); }
        @media screen and (max-width: 767px) {
          .module_accordion .module_column .accordion_head::before {
            width: 25px;
            height: 6px; } }
      .module_accordion .module_column .accordion_head .accordion_button {
        display: block;
        position: absolute;
        top: 50%;
        right: 1em;
        width: 20px;
        height: 20px;
        background-color: #000;
        transform: translateY(-50%); }
        @media screen and (max-width: 767px) {
          .module_accordion .module_column .accordion_head .accordion_button {
            width: 16px;
            height: 16px; } }
        .module_accordion .module_column .accordion_head .accordion_button::before, .module_accordion .module_column .accordion_head .accordion_button::after {
          content: '';
          display: block;
          position: absolute;
          left: 50%;
          top: 50%;
          background-color: #fff;
          transform: translate(-50%, -50%);
          transition: .3s; }
        .module_accordion .module_column .accordion_head .accordion_button::before {
          width: 10px;
          height: 2px; }
          @media screen and (max-width: 767px) {
            .module_accordion .module_column .accordion_head .accordion_button::before {
              width: 8px; } }
        .module_accordion .module_column .accordion_head .accordion_button::after {
          width: 2px;
          height: 10px; }
          @media screen and (max-width: 767px) {
            .module_accordion .module_column .accordion_head .accordion_button::after {
              height: 8px; } }
        .module_accordion .module_column .accordion_head .accordion_button._open::after {
          transform: translate(-50%, -50%) rotate(90deg); }
        .module_accordion .module_column .accordion_head .accordion_button span {
          display: none; }
    .module_accordion .module_column .accordion_body {
      overflow: hidden;
      width: 100%; }
      .module_accordion .module_column .accordion_body .inner {
        border: 4px solid #c0c0c0;
        border-top: none;
        padding: 20px 18px;
        display: none; }
        @media screen and (max-width: 767px) {
          .module_accordion .module_column .accordion_body .inner {
            border-width: 0 3px 3px;
            padding: 12px 15px; } }

[class^="module_column-"] {
  min-height: 1%; }
[class^="module_column-"]::after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden; }
[class^="module_column-"] .module_column {
  float: left; }
[class^="module_column-"] p[class^="module_image"] {
  transform: none; }

.module_column-sizeL .module_column {
  float: none; }
.module_column-sizeM, .module_column-sizeS, .module_column-sizeSS {
  margin-right: -10px;
  margin-left: -10px; }
  .module_column-sizeM .module_column, .module_column-sizeS .module_column, .module_column-sizeSS .module_column {
    width: 50%;
    padding-right: 10px;
    padding-left: 10px; }
.module_column-sizeM .module_column:nth-child(2n+1), .module_column-sizeS .module_column:nth-child(2n+1) {
  clear: left; }
.module_column-sizeM .module_column:nth-child(n+3), .module_column-sizeS .module_column:nth-child(n+3) {
  margin-top: 20px; }
  @media screen and (max-width: 767px) {
    .module_column-sizeM .module_column:nth-child(n+3), .module_column-sizeS .module_column:nth-child(n+3) {
      margin-top: 15px; } }
.module_column-sizeM .module_column:nth-child(n+3) {
  margin-top: 20px; }
  @media screen and (max-width: 767px) {
    .module_column-sizeM .module_column:nth-child(n+3) {
      margin-top: 15px; } }
@media screen and (max-width: 767px) {
  .module_column-sizeM .module_column {
    float: none;
    margin-bottom: 0;
    width: auto; }
    .module_column-sizeM .module_column + .module_column {
      margin-top: 20px; } }
    @media screen and (max-width: 767px) and (max-width: 767px) {
      .module_column-sizeM .module_column + .module_column {
        margin-top: 15px; } }

@media screen and (max-width: 767px) {
  .module_column-sizeS, .module_column-sizeSS {
    margin-right: -7.5px;
    margin-left: -7.5px; } }
@media screen and (max-width: 767px) {
  .module_column-sizeS .module_column, .module_column-sizeSS .module_column {
    padding-right: 7.5px;
    padding-left: 7.5px; }
    .module_column-sizeS .module_column:nth-child(2n+1), .module_column-sizeSS .module_column:nth-child(2n+1) {
      clear: left; } }
@media screen and (max-width: 767px) {
  .module_column-sizeS .module_column:nth-child(2n+1) {
    clear: left; } }
.module_column-sizeS .module_column:nth-child(n+3) {
  margin-top: 20px; }
  @media screen and (max-width: 767px) {
    .module_column-sizeS .module_column:nth-child(n+3) {
      margin-top: 15px; } }
.module_column-sizeSS .module_column {
  max-width: 25%; }
  @media screen and (max-width: 767px) {
    .module_column-sizeSS .module_column {
      max-width: 50%; }
      .module_column-sizeSS .module_column:nth-child(n+3) {
        margin-top: 20px; } }
    @media screen and (max-width: 767px) and (max-width: 767px) {
      .module_column-sizeSS .module_column:nth-child(n+3) {
        margin-top: 15px; } }

  .module_column-sizeSS .module_column:nth-child(4n+1) {
    clear: left; }

@media screen and (max-width: 767px) {
  [class^="module_image-special"] {
    margin-right: -18px;
    margin-left: -18px; } }
[class^="module_image-special"] p:not([class]) {
  position: relative;
  margin-top: -30px;
  padding: 15px 20px;
  font-size: 14px;
  line-height: 1.4; }
  @media screen and (max-width: 767px) {
    [class^="module_image-special"] p:not([class]) {
      margin-top: 0;
      width: 100%; } }

.module_image-specialL .module_image {
  margin-left: 50px; }
  @media screen and (max-width: 767px) {
    .module_image-specialL .module_image {
      margin-left: 0; } }
.module_image-specialL p:not([class]) {
  margin-right: 30px;
  background-color: #000;
  color: #fff; }
.module_image-specialM {
  overflow: hidden; }
  .module_image-specialM .module_column {
    position: relative;
    float: left;
    width: 50%; }
    @media screen and (max-width: 767px) {
      .module_image-specialM .module_column {
        float: none;
        width: 100%; } }
    .module_image-specialM .module_column::before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      z-index: -1;
      margin-top: 140px;
      width: 100%;
      height: 124px;
      background-color: #000; }
      @media screen and (max-width: 767px) {
        .module_image-specialM .module_column::before {
          display: none; } }
    .module_image-specialM .module_column .module_image {
      margin-left: 50px;
      max-width: 390px; }
      @media screen and (max-width: 767px) {
        .module_image-specialM .module_column .module_image {
          margin-left: 0;
          background-color: #000; } }
      @media screen and (max-width: 767px) {
        .module_image-specialM .module_column .module_image img {
          margin-left: 105px;
          width: 67.3%; } }
    .module_image-specialM .module_column > p:not([class]) {
      padding-bottom: 0;
      width: 84.5%;
      background-color: #fff;
      color: #000; }
      @media screen and (max-width: 767px) {
        .module_image-specialM .module_column > p:not([class]) {
          margin-top: -15px;
          width: 69.5%; } }
    .module_image-specialM .module_column:nth-child(odd)::before {
      width: 109%; }
    @media screen and (max-width: 767px) {
      .module_image-specialM .module_column:nth-child(odd) .module_image img {
        margin-left: 105px; } }
    .module_image-specialM .module_column:nth-child(odd) > p:not([class]) {
      margin-left: 30px; }
      @media screen and (max-width: 767px) {
        .module_image-specialM .module_column:nth-child(odd) > p:not([class]) {
          margin-left: 0; } }
    .module_image-specialM .module_column:nth-child(odd)::before {
      width: 109%; }
    .module_image-specialM .module_column:nth-child(even) .module_image {
      margin-left: 30px; }
      @media screen and (max-width: 767px) {
        .module_image-specialM .module_column:nth-child(even) .module_image {
          margin-left: 0; }
          .module_image-specialM .module_column:nth-child(even) .module_image img {
            margin-left: 105px; } }
    .module_image-specialM .module_column:nth-child(even) > p:not([class]) {
      margin-left: 10px; }
      @media screen and (max-width: 767px) {
        .module_image-specialM .module_column:nth-child(even) > p:not([class]) {
          margin-left: 0; } }
    .module_image-specialM .module_column:nth-child(n + 3) {
      clear: both;
      padding-top: 40px; }
    @media screen and (max-width: 767px) {
      .module_image-specialM .module_column:nth-child(n + 2) {
        padding-top: 40px; } }

/* module_title共通設定 */
[class^="module_title-type"] {
  font-family: "Gothic MB101 Heavy", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif; }
  [lang="zh-CN"] [class^="module_title-type"] {
    font-family: 'Noto Sans SC', sans-serif; }
@-moz-document url-prefix() {
  [class^="module_title-type"] {
    font-family: "Gothic MB101 Bold", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif; } }
.module_title-type02 {
  position: relative;
  padding: 0 1em;
  font-size: 36px;
  font-family: "Gothic MB101 Heavy", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
  line-height: 1.2; }
@-moz-document url-prefix() {
  .module_title-type02 {
    font-family: "Gothic MB101 Bold", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif; } }
  @media screen and (max-width: 767px) {
    .module_title-type02 {
      margin-left: -18px;
      padding: 0 .5em;
      font-size: 23px; } }
  .module_title-type02::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: .5em;
    width: 100%;
    height: 12px;
    background-color: #000; }
    @media screen and (max-width: 767px) {
      .module_title-type02::before {
        top: .25em;
        width: 10px;
        height: 13px; } }
  .module_title-type02 span {
    position: relative;
    display: inline-block;
    padding: 0 .25em;
    background-color: #fff; }
    @media (min-width: 768px) and (max-width: 1167px) {
      .module_title-type02 span:after {
        display: block !important;
        position: static !important;
        content: '' !important;
        margin-right: 1px !important;
        float: right !important; } }

.module_title-type {
  /* タイトル h1 */
  /* タイトル h2 */
  /* タイトル h3 */
  /* タイトル h4 */
  /* タイトル h5 */
  /* タイトル 弱ハブ */
  /* タイトル 関連リンク */
  /* タイトル 学部トップ画像 */ }
  .module_title-type01 {
    position: relative;
    margin-bottom: 60px;
    padding-right: 42px; }
    @media screen and (max-width: 767px) {
      .module_title-type01 {
        left: -18px;
        margin-bottom: 37px;
        padding-right: 20px; } }
    .module_title-type01::after {
      position: absolute;
      content: '';
      top: 0;
      right: 0;
      width: 21px;
      height: 6px;
      background-color: #000; }
      @media screen and (max-width: 767px) {
        .module_title-type01::after {
          right: -35px;
          width: 10px;
          height: 3px; } }
    .module_title-type01 > span {
      display: inline-block;
      padding: 2px 10px 4px;
      background-color: #222;
      font-size: 50px;
      line-height: 1.2;
      color: #fff; }
      @media screen and (max-width: 767px) {
        .module_title-type01 > span {
          padding: 3px 10px 2px;
          font-size: 35px; } }
      .module_title-type01 > span.image {
        padding: 5px 10px;
        font-family: "Helvetica Neue", "Helvetica", Arial, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
        line-height: 1; }
        body.ie .module_title-type01 > span.image {
          display: inline;
          padding-top: 10px;
          padding-bottom: 0;
          line-height: 1.4; }
        @media screen and (max-width: 767px) {
          .module_title-type01 > span.image {
            padding: 6px 7px; } }
        .module_title-type01 > span.image ~ .image {
          margin-top: 5px; }
        body.ie .module_title-type01 > span.image br {
          display: block;
          height: 5px; }
        .module_title-type01 > span.image img {
          max-width: none;
          width: auto;
          height: 59px; }
          @media screen and (max-width: 767px) {
            .module_title-type01 > span.image img {
              height: 35px; } }
  .module_title-type02 {
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .module_title-type02 {
        margin-bottom: 25px; } }
    .module_title-type02::before {
      top: -5px;
      bottom: 0;
      margin-top: auto;
      margin-bottom: auto; }
    .module_title-type02 i {
      display: block;
      font-size: 24px; }
      @media screen and (max-width: 767px) {
        .module_title-type02 i {
          font-size: 18px; } }
  .module_title-type03 {
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .module_title-type03 {
        margin-bottom: 15px; } }
    .module_title-type03 > span {
      display: inline-block;
      border-bottom: 6px solid #000;
      font-size: 28px;
      line-height: 1.25; }
      @media (min-width: 768px) and (max-width: 1167px) {
        .module_title-type03 > span:after {
          display: block !important;
          position: static !important;
          content: '' !important;
          margin-right: 1px !important;
          float: right !important; } }
      @media screen and (max-width: 767px) {
        .module_title-type03 > span {
          display: block;
          margin-bottom: 15px;
          border-width: 4px;
          font-size: 20px; } }
  .module_title-type04 {
    margin-bottom: 15px; }
    @media screen and (max-width: 767px) {
      .module_title-type04 {
        margin-bottom: 10px; } }
    .module_title-type04 > span {
      display: inline-block;
      padding: 2px 5px 4px;
      background-color: #222;
      font-size: 24px;
      line-height: 1.2;
      color: #fff; }
      @media (min-width: 768px) and (max-width: 1167px) {
        .module_title-type04 > span:after {
          display: block !important;
          position: static !important;
          content: '' !important;
          margin-right: 1px !important;
          float: right !important; } }
      @media screen and (max-width: 767px) {
        .module_title-type04 > span {
          padding: 3px 5px;
          font-size: 20px; } }
  .module_title-type05 {
    margin-bottom: 7px;
    font-family: "Helvetica Neue", "Helvetica", Arial, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.25; }
    .module_title-type05:not(:first-child) {
      margin-top: 1.5em; }
    @media screen and (max-width: 767px) {
      .module_title-type05 {
        margin-bottom: 12px;
        font-size: 16px;
        line-height: 1.58; } }
  .module_title-type06 {
    position: relative;
    margin-bottom: 15px;
    border-bottom: 4px solid #222;
    padding-bottom: 10px;
    font-family: "Helvetica Neue", "Helvetica", Arial, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
    font-size: 21px;
    font-weight: bold;
    line-height: 1.25; }
    .module_title-type06:not(:first-child) {
      margin-top: 2em; }
    @media screen and (max-width: 767px) {
      .module_title-type06 {
        margin-bottom: 20px;
        padding-bottom: 0;
        font-size: 20px;
        line-height: 1.58; } }
    .module_title-type06 > a {
      display: block;
      position: absolute;
      right: 0;
      bottom: 10px;
      width: 28px;
      height: 28px;
      background: url("/v2/img/common/btn_next_01.png") no-repeat left top;
      background-size: 28px; }
      @media screen and (max-width: 767px) {
        .module_title-type06 > a {
          bottom: 7.5px;
          width: 20px;
          height: 20px;
          background-size: 20px; } }
      .module_title-type06 > a span {
        display: none; }
  .module_title-type-hub-2nd {
    position: relative;
    margin-bottom: 60px;
    border-bottom: 8px solid;
    padding-bottom: 18px;
    font-size: 60px;
    font-family: "Gothic MB101 Ultra", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
    line-height: 1; }
@-moz-document url-prefix() {
  .module_title-type-hub-2nd {
    font-family: "Gothic MB101 Heavy", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif; } }
    @media screen and (max-width: 767px) {
      .module_title-type-hub-2nd {
        border: none;
        margin-bottom: 40px;
        padding-bottom: 0;
        font-size: 42px;
        line-height: 1.15; } }
    @media screen and (max-width: 767px) {
      .module_title-type-hub-2nd::before {
        position: absolute;
        content: '';
        bottom: 0;
        display: block;
        width: 105%;
        height: 8px;
        margin-bottom: -14px;
        margin-left: -18px;
        background-color: #000; } }
  .module_title-type-image01 {
    margin-bottom: 19px;
    font-family: "Gothic MB101 Ultra", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
    text-align: center; }
    .module_title-type-image01 > img {
      height: 50px; }
      @media screen and (max-width: 767px) {
        .module_title-type-image01 > img {
          height: 35px; } }
      html[lang="en"] .module_title-type-image01 > img {
        font-family: "Gothic MB101 Heavy", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif; }
        html[lang="en"] .module_title-type-image01 > img._2line {
          height: 99px; }
          @media screen and (max-width: 767px) {
            html[lang="en"] .module_title-type-image01 > img._2line {
              height: 54px; } }
    .module_title-type-image01 span {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: center;
      margin-top: 13px;
      text-align: center;
      /* for no-flexbox browsers */
      font-size: 16px;
      white-space: nowrap; }
      @media screen and (max-width: 767px) {
        .module_title-type-image01 span {
          margin-top: 10px;
          font-size: 11px; } }
      html[lang="en"] .module_title-type-image01 span {
        margin-top: 16px; }
        @media screen and (max-width: 767px) {
          html[lang="en"] .module_title-type-image01 span {
            margin-top: 10px; } }
      .module_title-type-image01 span:after, .module_title-type-image01 span:before {
        border-top: 8px solid;
        content: "";
        display: inline;
        /* for IE */
        flex-grow: 1; }
      .module_title-type-image01 span:after {
        margin-left: .5em; }
      .module_title-type-image01 span:before {
        margin-right: .5em; }
      html[lang="en"] .module_title-type-image01 span > img {
        width: auto;
        height: 15.5px; }
        @media screen and (max-width: 767px) {
          html[lang="en"] .module_title-type-image01 span > img {
            height: 8px; } }
  .module_title-type-image02 {
    margin-bottom: 20px;
    height: 32px;
    text-align: left; }
    @media (max-width: 1167px) {
      body._category_faculty-top .module_list-feature + .module_title-type-image02 {
        margin-right: 53px;
        margin-left: 53px; } }
    @media screen and (max-width: 767px) {
      body._category_faculty-top .module_list-feature + .module_title-type-image02 {
        margin-right: 12px;
        margin-left: 12px; } }
    @media screen and (max-width: 767px) {
      .module_title-type-image02 {
        margin-bottom: 20px;
        height: 26px; } }
    .module_title-type-image02 img {
      width: auto;
      height: 100%; }
  .module_title-type-search01 {
    margin-bottom: 45px;
    padding: 5px;
    background-color: #e6e6e6;
    font-size: 30px;
    line-height: 1.5333; }
@-moz-document url-prefix() {
  .module_title-type-search01 {
    font-family: "Gothic MB101 Bold", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif; } }
    @media screen and (max-width: 767px) {
      .module_title-type-search01 {
        margin-bottom: 30px;
        font-size: 18px; } }
  .module_title-type-search02 {
    margin-bottom: 45px;
    padding: 0 .25em;
    background-color: #e6e6e6;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.5333; }
    @media screen and (max-width: 767px) {
      .module_title-type-search02 {
        margin: 0 -18px 30px;
        padding: .5em;
        font-size: 16px; } }
  .module_title-type-image img, .module_title-type-image-36 img, .module_title-type-image-69 img {
    width: auto;
    height: 100%; }
  .module_title-type-image-36 {
    margin-bottom: 20px;
    height: 36px; }
    @media screen and (max-width: 767px) {
      .module_title-type-image-36 {
        height: 25px; } }
  .module_title-type-image-69 {
    margin-bottom: 18px;
    height: 69px; }

.module_title-type-text {
  margin-bottom: 33px;
  font-size: 62px;
  line-height: 1; }
  @media screen and (max-width: 767px) {
    .module_title-type-text {
      font-size: 35px; } }
  .module_title-type-text span {
    display: inline-block;
    border-bottom: 5px solid #000; }
    @media screen and (max-width: 767px) {
      .module_title-type-text span {
        display: block;
        border-bottom-width: 7px; } }

.module_title-link {
  position: relative; }
  @media screen and (max-width: 767px) {
    .module_title-link {
      margin-bottom: 25px; } }
  @media screen and (max-width: 767px) {
    .module_title-link > [class*="module_title"] {
      margin-bottom: 0; } }
  .module_title-link:not(:first-child) {
    margin-top: 70px; }
  .module_title-link p.more {
    position: absolute;
    right: 0;
    bottom: 0;
    font-family: "Gothic MB101 Heavy", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
    font-size: 24px;
    line-height: 1; }
@-moz-document url-prefix() {
  .module_title-link p.more {
    font-family: "Gothic MB101 Bold", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif; } }
    @media screen and (max-width: 767px) {
      .module_title-link p.more {
        position: static;
        margin-top: 10px;
        font-size: 24px;
        text-align: right; } }
    .module_title-link p.more::after {
      content: '';
      display: inline-block;
      background-image: url("/v2/img/common/ico_arrow_square_black_right.svg");
      background-size: 24px;
      width: 24px;
      height: 24px;
      margin-left: 10px;
      vertical-align: middle; }
      @media screen and (max-width: 767px) {
        .module_title-link p.more::after {
          width: 24px;
          height: 24px;
          background-size: 24px; } }
    .module_title-link p.more a {
      display: inline-block;
      vertical-align: middle; }
  .module_title-link .module_title-type-image-69 + p.more {
    margin-top: 5px;
    font-size: 28px; }
    @media screen and (max-width: 767px) {
      .module_title-link .module_title-type-image-69 + p.more {
        font-size: 14px; } }
    .module_title-link .module_title-type-image-69 + p.more::after {
      margin-left: 10px;
      width: 32px;
      height: 32px;
      background-size: 32px; }
      @media screen and (max-width: 767px) {
        .module_title-link .module_title-type-image-69 + p.more::after {
          margin-left: 5px;
          width: 16px;
          height: 16px;
          background-size: 16px; } }

.module_titleBox-01 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end; }
  @media (max-width: 1167px) {
    .module_titleBox-01 {
      padding: 0 53px; } }
  @media screen and (max-width: 767px) {
    .module_titleBox-01 {
      display: block;
      padding: 0 12px; } }
  .module_titleBox-01:not(:first-child) {
    margin-top: 50px !important; }
    @media screen and (max-width: 767px) {
      .module_titleBox-01:not(:first-child) {
        margin-top: 45px !important; } }
  .module_titleBox-01 .title span {
    display: block; }
    .module_titleBox-01 .title span.title-main img[src$="ttl_information.svg"] {
      width: 410px; }
      @media screen and (max-width: 767px) {
        .module_titleBox-01 .title span.title-main img[src$="ttl_information.svg"] {
          max-width: 410px;
          width: 100%; } }
    .module_titleBox-01 .title span.title-main img[src$="ttl_research_news_01.svg"] {
      width: 515px; }
      @media screen and (max-width: 767px) {
        .module_titleBox-01 .title span.title-main img[src$="ttl_research_news_01.svg"] {
          max-width: 340px;
          width: 100%; } }
    .module_titleBox-01 .title span.title-main img[src$="ttl_spotlight_01.svg"] {
      width: 335px; }
      @media screen and (max-width: 767px) {
        .module_titleBox-01 .title span.title-main img[src$="ttl_spotlight_01.svg"] {
          max-width: 240px;
          width: 100%; } }
    .module_titleBox-01 .title span.title-main img[src$="ttl_whatsnew_01.svg"] {
      width: 274px; }
      @media screen and (max-width: 767px) {
        .module_titleBox-01 .title span.title-main img[src$="ttl_whatsnew_01.svg"] {
          max-width: 274px;
          width: 100%; } }
    .module_titleBox-01 .title span.title-sub {
      display: flex;
      align-items: center;
      position: relative;
      margin-top: 20px;
      line-height: 1; }
      @media screen and (max-width: 767px) {
        .module_titleBox-01 .title span.title-sub {
          margin-top: 5px; } }
      .module_titleBox-01 .title span.title-sub::before, .module_titleBox-01 .title span.title-sub::after {
        display: block;
        content: '';
        height: 13px;
        background-color: #000; }
        @media screen and (max-width: 767px) {
          .module_titleBox-01 .title span.title-sub::before, .module_titleBox-01 .title span.title-sub::after {
            height: 7px; } }
      .module_titleBox-01 .title span.title-sub::before {
        left: 0;
        width: 35px; }
        @media screen and (max-width: 767px) {
          .module_titleBox-01 .title span.title-sub::before {
            min-width: 15px;
            width: 15px; } }
      .module_titleBox-01 .title span.title-sub::after {
        display: none; }
        @media screen and (max-width: 767px) {
          .module_titleBox-01 .title span.title-sub::after {
            display: block;
            right: 0;
            width: 100%; } }
      .module_titleBox-01 .title span.title-sub img {
        margin-right: 5px;
        margin-left: 5px;
        height: auto; }
        .module_titleBox-01 .title span.title-sub img[src$="ttl_information_01.svg"] {
          width: 70px; }
          @media screen and (max-width: 767px) {
            .module_titleBox-01 .title span.title-sub img[src$="ttl_information_01.svg"] {
              width: 45px; } }
        .module_titleBox-01 .title span.title-sub img[src$="ttl_research_news_02.svg"] {
          width: 104px; }
          @media screen and (max-width: 767px) {
            .module_titleBox-01 .title span.title-sub img[src$="ttl_research_news_02.svg"] {
              width: 71px; } }
        .module_titleBox-01 .title span.title-sub img[src$="ttl_spotlight_02.svg"] {
          width: 221px; }
          @media screen and (max-width: 767px) {
            .module_titleBox-01 .title span.title-sub img[src$="ttl_spotlight_02.svg"] {
              width: 156px; } }
  @media screen and (max-width: 767px) {
    .module_titleBox-01 .link {
      margin-top: 12px;
      text-align: right; } }
  .module_titleBox-01 .link img[src$="txt_more_01.svg"] {
    width: 143px; }
    @media screen and (max-width: 767px) {
      .module_titleBox-01 .link img[src$="txt_more_01.svg"] {
        width: 75px; } }

[class^="module_list"]:not(.module_list-square):not(.module_list-hub-1st):not(.module_list-hub-2nd):not(.module_list-feature):not(.module_list_image-col-03) {
  line-height: 1.4; }
  [class^="module_list"]:not(.module_list-square):not(.module_list-hub-1st):not(.module_list-hub-2nd):not(.module_list-feature):not(.module_list_image-col-03) li {
    position: relative; }
    [class^="module_list"]:not(.module_list-square):not(.module_list-hub-1st):not(.module_list-hub-2nd):not(.module_list-feature):not(.module_list_image-col-03) li::before {
      position: absolute;
      top: 0;
      background-size: contain; }
    [class^="module_list"]:not(.module_list-square):not(.module_list-hub-1st):not(.module_list-hub-2nd):not(.module_list-feature):not(.module_list_image-col-03) li:not(:last-child) {
      margin-bottom: 5px; }
    [class^="module_list"]:not(.module_list-square):not(.module_list-hub-1st):not(.module_list-hub-2nd):not(.module_list-feature):not(.module_list_image-col-03) li > ul {
      margin-top: 10px; }
  [class^="module_list"]:not(.module_list-square):not(.module_list-hub-1st):not(.module_list-hub-2nd):not(.module_list-feature):not(.module_list_image-col-03)._font-sizeL > li:not(:last-child) {
    margin-bottom: 10px; }
  [class^="module_list"]:not(.module_list-square):not(.module_list-hub-1st):not(.module_list-hub-2nd):not(.module_list-feature):not(.module_list_image-col-03)._margin-wide > li:not(:last-child) {
    margin-bottom: 1em; }

.module_list-disc > li {
  padding-left: 1.5em; }
  .module_list-disc > li::before {
    content: '';
    left: .5em;
    margin-top: .4em;
    border-radius: 50%;
    width: 5px;
    height: 5px;
    background-color: #222; }
.module_list-disc._font-sizeSS > li::before {
  width: 3px;
  height: 3px; }

.module_list-check > li {
  padding-left: 1.5em; }
  .module_list-check > li::before {
    content: '';
    left: 0;
    margin-top: 2px;
    width: 19px;
    height: 19px;
    background: url(/v2/img/common/ico_check_01.png) no-repeat; }
    @media screen and (max-width: 767px) {
      .module_list-check > li::before {
        left: .2em;
        width: 15px;
        height: 15px; } }

.module_list-number > li {
  counter-increment: number;
  padding-left: 2em; }
  .module_list-number > li::before {
    content: counter(number) ".";
    left: 0; }

.module_list-note > li {
  padding-left: 1em; }
  .module_list-note > li::before {
    content: '※';
    left: 0; }

.module_list-qa > li {
  padding-left: 1.5em; }
  .module_list-qa > li::before {
    content: 'Q';
    left: 0;
    font-family: "Helvetica Neue", "Helvetica", Arial, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif; }
  .module_list-qa > li:nth-child(even)::before {
    content: 'A'; }

dl.module_list-various {
  min-height: 1%; }
dl.module_list-various::after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden; }
dl.module_list-various dt {
  clear: left;
  float: left;
  margin-right: .5em; }
dl.module_list-various dd {
  overflow: hidden; }
  dl.module_list-various dd:not(:last-child) {
    margin-bottom: 10px; }

dl.module_list-colon {
  min-height: 1%; }
dl.module_list-colon::after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden; }
dl.module_list-colon dt {
  clear: left;
  float: left;
  font-weight: bold; }
  dl.module_list-colon dt::after {
    content: '：'; }
dl.module_list-colon dd {
  overflow: hidden; }

.module_list-square {
  min-height: 1%; }
.module_list-square::after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden; }
.module_list-square > li {
  float: left;
  margin-right: 30px;
  line-height: 2; }
  @media screen and (max-width: 767px) {
    .module_list-square > li {
      margin-right: 15px; } }
  .module_list-square > li:last-child {
    margin-right: 0; }
  .module_list-square > li span {
    position: relative;
    display: block;
    padding-left: 15px; }
    @media (min-width: 768px) and (max-width: 1167px) {
      .module_list-square > li span:after {
        display: block !important;
        position: static !important;
        content: '' !important;
        margin-right: 1px !important;
        float: right !important; } }
    .module_list-square > li span::before {
      position: absolute;
      content: '';
      top: .6em;
      left: 0;
      width: 10px;
      height: 10px;
      background-color: #c0c0c0; }

.module_list-col-03 {
  display: flex;
  flex-wrap: wrap;
  padding: 0 2em; }
  @media screen and (max-width: 767px) {
    .module_list-col-03 {
      padding: 0 1em; } }
  .module_list-col-03 > li {
    margin-left: 1em;
    width: calc(100% / 3 - 2em / 3); }
    @media screen and (max-width: 767px) {
      .module_list-col-03 > li {
        width: calc(100% / 2 - 1em / 2); } }
    .module_list-col-03 > li:nth-child(n+4) {
      margin-top: 1em; }
    @media screen and (max-width: 767px) {
      .module_list-col-03 > li:nth-child(n+3) {
        margin-top: 1em; } }
    .module_list-col-03 > li:nth-child(3n+1) {
      margin-left: 0; }
      @media screen and (max-width: 767px) {
        .module_list-col-03 > li:nth-child(3n+1) {
          margin-left: 1em; } }
    @media screen and (max-width: 767px) {
      .module_list-col-03 > li:nth-child(2n+1) {
        margin-left: 0; } }

dl.module_profile:not(:last-child) {
  margin-bottom: 15px; }
dl.module_profile dt.name-ja {
  display: inline-block;
  padding: 2px 3px;
  background-color: #222;
  font-family: "Gothic MB101 Heavy", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
  font-size: 40px;
  line-height: 1.2;
  color: #fff; }
@-moz-document url-prefix() {
  dl.module_profile dt.name-ja {
    font-family: "Gothic MB101 Bold", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif; } }
  .module_column-sizeSS dl.module_profile dt.name-ja {
    font-size: 24px; }
  @media screen and (max-width: 767px) {
    dl.module_profile dt.name-ja {
      font-size: 23px;
      padding: 3px 5px 2px; } }
dl.module_profile dd.name-en {
  margin-top: 5px;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.66; }
  @media screen and (max-width: 767px) {
    dl.module_profile dd.name-en {
      font-size: 12px;
      line-height: 1.2; } }
  .module_column-sizeSS dl.module_profile dd.name-en {
    font-size: 14px; }
    @media screen and (max-width: 767px) {
      .module_column-sizeSS dl.module_profile dd.name-en {
        font-size: 12px;
        line-height: 1.2; } }
dl.module_profile dd.position {
  position: relative;
  margin-top: 5px;
  padding-left: 32px;
  font-size: 14px;
  font-weight: bold; }
  @media screen and (max-width: 767px) {
    dl.module_profile dd.position {
      padding-left: 23px;
      font-size: 12px; } }
  dl.module_profile dd.position::before {
    content: '';
    display: block;
    overflow: hidden;
    position: absolute;
    top: -2px;
    bottom: 0;
    left: 0;
    margin-top: auto;
    margin-bottom: auto;
    width: 25px;
    height: 8px;
    background-color: #222; }
    @media screen and (max-width: 767px) {
      dl.module_profile dd.position::before {
        width: 18px;
        height: 6px; } }

ul.module_list-hub-1st {
  min-height: 1%; }
ul.module_list-hub-1st::after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden; }
ul.module_list-hub-1st a {
  color: #000; }
ul.module_list-hub-1st > li {
  margin-bottom: 60px; }
  ul.module_list-hub-1st > li {
    min-height: 1%; }
  ul.module_list-hub-1st > li::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden; }
  @media screen and (max-width: 767px) {
    ul.module_list-hub-1st > li {
      margin-bottom: 40px; } }
  ul.module_list-hub-1st > li > p {
    display: table;
    float: left;
    margin-right: 30px;
    border: 6px solid #000;
    width: 250px;
    font-size: 20px; }
    @media screen and (max-width: 767px) {
      ul.module_list-hub-1st > li > p {
        float: none;
        margin-right: 0;
        border-width: 3px;
        width: 100%;
        font-size: 16px; } }
    ul.module_list-hub-1st > li > p > a,
    ul.module_list-hub-1st > li > p > em {
      display: table-cell;
      padding: 22px 14px;
      height: 104px;
      background-color: #fff;
      vertical-align: middle;
      font-weight: bold;
      color: #000;
      text-decoration: none;
      line-height: 1.4; }
      @media screen and (max-width: 767px) {
        ul.module_list-hub-1st > li > p > a,
        ul.module_list-hub-1st > li > p > em {
          height: auto; } }
      ul.module_list-hub-1st > li > p > a span,
      ul.module_list-hub-1st > li > p > em span {
        display: block;
        position: relative;
        padding-left: 30px; }
        ul.module_list-hub-1st > li > p > a span::before, ul.module_list-hub-1st > li > p > a span::after,
        ul.module_list-hub-1st > li > p > em span::before,
        ul.module_list-hub-1st > li > p > em span::after {
          content: '';
          display: block;
          position: absolute;
          left: 0;
          top: 50%;
          transform: translateY(-50%); }
        ul.module_list-hub-1st > li > p > a span::before,
        ul.module_list-hub-1st > li > p > em span::before {
          width: 18px;
          height: 18px;
          background-color: #000; }
        ul.module_list-hub-1st > li > p > a span::after,
        ul.module_list-hub-1st > li > p > em span::after {
          left: 6px;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 4px 0 4px 6px;
          border-color: transparent transparent transparent #fff; }
    ul.module_list-hub-1st > li > p > em span {
      padding-left: 0; }
      ul.module_list-hub-1st > li > p > em span::before, ul.module_list-hub-1st > li > p > em span::after {
        display: none; }
  ul.module_list-hub-1st > li [class^="module_title-type"] {
    overflow: hidden; }
  ul.module_list-hub-1st > li ul,
  ul.module_list-hub-1st > li > div {
    overflow: hidden;
    font-size: 18px;
    line-height: 1.4; }
    @media screen and (max-width: 767px) {
      ul.module_list-hub-1st > li ul,
      ul.module_list-hub-1st > li > div {
        margin-top: 1em;
        font-size: 14px; } }
    ul.module_list-hub-1st > li ul li,
    ul.module_list-hub-1st > li > div li {
      position: relative;
      float: left;
      margin: 0 0 5px 30px;
      width: calc(50% - 15px); }
      ul.module_list-hub-1st > li ul li:nth-child(2n+1),
      ul.module_list-hub-1st > li > div li:nth-child(2n+1) {
        clear: left;
        margin-left: 0; }
      ul.module_list-hub-1st > li ul li:last-child,
      ul.module_list-hub-1st > li > div li:last-child {
        margin-bottom: 0; }
      @media (max-width: 960px) {
        ul.module_list-hub-1st > li ul li,
        ul.module_list-hub-1st > li > div li {
          float: none;
          margin-left: 0;
          width: 100%; } }
      ul.module_list-hub-1st > li ul li p,
      ul.module_list-hub-1st > li > div li p {
        line-height: 1.4 !important; }
      ul.module_list-hub-1st > li ul li a,
      ul.module_list-hub-1st > li > div li a {
        display: block;
        padding: .73em 0;
        border-bottom: 2px solid #e1e1e1;
        font-weight: bold;
        color: #000;
        text-decoration: none; }
        ul.module_list-hub-1st > li ul li a::before,
        ul.module_list-hub-1st > li > div li a::before {
          content: '';
          display: block;
          position: absolute;
          right: 0;
          bottom: 0;
          width: 43px;
          height: 2px;
          background-color: #000; }
        ul.module_list-hub-1st > li ul li a span,
        ul.module_list-hub-1st > li > div li a span {
          display: block;
          padding-right: 43px; }
          ul.module_list-hub-1st > li ul li a span::before, ul.module_list-hub-1st > li ul li a span::after,
          ul.module_list-hub-1st > li > div li a span::before,
          ul.module_list-hub-1st > li > div li a span::after {
            content: '';
            display: block;
            position: absolute;
            right: 12px;
            top: 50%;
            transform: translateY(-50%); }
          ul.module_list-hub-1st > li ul li a span::before,
          ul.module_list-hub-1st > li > div li a span::before {
            width: 18px;
            height: 18px;
            background-color: #000; }
          ul.module_list-hub-1st > li ul li a span::after,
          ul.module_list-hub-1st > li > div li a span::after {
            right: 17px;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 4px 0 4px 6px;
            border-color: transparent transparent transparent #fff; }

ul.module_list-hub-2nd {
  margin: 0 -10px;
  font-size: 18px;
  line-height: 1.4; }
  ul.module_list-hub-2nd {
    min-height: 1%; }
  ul.module_list-hub-2nd::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden; }
  @media screen and (max-width: 767px) {
    ul.module_list-hub-2nd {
      font-size: 14px; } }
  ul.module_list-hub-2nd > li {
    position: relative;
    float: left;
    padding: 0 10px;
    width: 50%; }
    @media screen and (max-width: 767px) {
      ul.module_list-hub-2nd > li {
        float: none;
        width: 100%; } }
    ul.module_list-hub-2nd > li a,
    ul.module_list-hub-2nd > li em {
      display: block;
      position: relative;
      border: 2px solid #e1e1e1;
      padding: 1em 4em 1em 1em;
      background: #fff;
      color: #000; }
      @media screen and (max-width: 767px) {
        ul.module_list-hub-2nd > li a,
        ul.module_list-hub-2nd > li em {
          padding: 18px 4em 19px 20px; } }
      ul.module_list-hub-2nd > li a span,
      ul.module_list-hub-2nd > li em span {
        display: inline-block;
        position: relative;
        font-weight: bold; }
        ul.module_list-hub-2nd > li a span::before, ul.module_list-hub-2nd > li em span::before {
          content: '';
          display: block;
          position: absolute;
          left: 0;
          top: 100%;
          margin-top: .85em;
          width: 100%;
          height: 8px;
          background-color: #000; }
          body.ie ul.module_list-hub-2nd > li a span::before,
          body.ie ul.module_list-hub-2nd > li em span::before {
            top: calc(100% + 1px); }
          @media screen and (max-width: 767px) {
            ul.module_list-hub-2nd > li a span::before, ul.module_list-hub-2nd > li em span::before {
              margin-top: 20px;
              height: 4px; } }
    ul.module_list-hub-2nd > li a::after {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      content: '';
      margin-right: 1.2em;
      width: 0;
      height: 0;
      margin-top: auto;
      margin-bottom: auto;
      border: 3.5px solid transparent;
      border-left: 7px solid #000; }
    ul.module_list-hub-2nd > li:nth-child(2n+1) {
      clear: left; }
    ul.module_list-hub-2nd > li:nth-child(n+3) {
      margin-top: 20px; }
      @media screen and (max-width: 767px) {
        ul.module_list-hub-2nd > li:nth-child(n+3) {
          margin-top: 0; } }
    @media screen and (max-width: 767px) {
      ul.module_list-hub-2nd > li:not(:first-child) {
        margin-top: 15px; } }
    ul.module_list-hub-2nd > li > p:not([class]) {
      margin: 15px 0 0 30px;
      font-size: 14px;
      line-height: 1.7; }
      @media screen and (max-width: 767px) {
        ul.module_list-hub-2nd > li > p:not([class]) {
          margin: 10px 0 0 20px;
          font-size: 12px; } }

ul.module_link-related,
ul.module_link-related-col-03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-weight: bold; }
  @media screen and (max-width: 767px) {
    ul.module_link-related,
    ul.module_link-related-col-03 {
      display: block;
      margin-top: 25px; } }
  ul.module_link-related li,
  ul.module_link-related-col-03 li {
    display: table;
    border: 6px solid #ddd; }
    @media screen and (max-width: 767px) {
      ul.module_link-related li,
      ul.module_link-related-col-03 li {
        margin: 0;
        border-width: 4px;
        width: 100%; }
        ul.module_link-related li:not(:first-child),
        ul.module_link-related-col-03 li:not(:first-child) {
          border-top-width: 0; } }
    ul.module_link-related li a,
    ul.module_link-related-col-03 li a {
      display: table-cell;
      width: 100%;
      background-color: #fff;
      font-size: 20px;
      line-height: 1.4;
      vertical-align: middle; }
      @media screen and (max-width: 767px) {
        ul.module_link-related li a,
        ul.module_link-related-col-03 li a {
          height: 74px;
          font-size: 16px; } }
      ul.module_link-related li a span,
      ul.module_link-related-col-03 li a span {
        display: block;
        position: relative;
        padding: 30px 15px 30px 45px; }
        @media screen and (max-width: 767px) {
          ul.module_link-related li a span,
          ul.module_link-related-col-03 li a span {
            padding: 0 0 0 45px; } }
        ul.module_link-related li a span::before,
        ul.module_link-related-col-03 li a span::before {
          content: '';
          display: block;
          position: absolute;
          left: 0;
          top: 0;
          bottom: 0;
          overflow: hidden;
          margin: auto auto auto 15px;
          width: 20px;
          height: 20px;
          background: url(/v2/img/common/ico_arrow_square_black_right.svg) no-repeat; }
      ul.module_link-related li a[href*="www.facebook.com"] span, ul.module_link-related li a[href*="www.instagram.com"] span,
      ul.module_link-related-col-03 li a[href*="www.facebook.com"] span,
      ul.module_link-related-col-03 li a[href*="www.instagram.com"] span {
        padding-left: 60px; }
        @media screen and (max-width: 767px) {
          ul.module_link-related li a[href*="www.facebook.com"] span, ul.module_link-related li a[href*="www.instagram.com"] span,
          ul.module_link-related-col-03 li a[href*="www.facebook.com"] span,
          ul.module_link-related-col-03 li a[href*="www.instagram.com"] span {
            padding-left: 55px; } }
        ul.module_link-related li a[href*="www.facebook.com"] span::before, ul.module_link-related li a[href*="www.instagram.com"] span::before,
        ul.module_link-related-col-03 li a[href*="www.facebook.com"] span::before,
        ul.module_link-related-col-03 li a[href*="www.instagram.com"] span::before {
          width: 34px;
          height: 34px; }
          @media screen and (max-width: 767px) {
            ul.module_link-related li a[href*="www.facebook.com"] span::before, ul.module_link-related li a[href*="www.instagram.com"] span::before,
            ul.module_link-related-col-03 li a[href*="www.facebook.com"] span::before,
            ul.module_link-related-col-03 li a[href*="www.instagram.com"] span::before {
              width: 28px;
              height: 28px; } }
      ul.module_link-related li a[href*="www.facebook.com"] span::before,
      ul.module_link-related-col-03 li a[href*="www.facebook.com"] span::before {
        background-image: url(/v2/img/common/ico_facebook_dark_01.svg); }
      ul.module_link-related li a[href*="www.instagram.com"] span::before,
      ul.module_link-related-col-03 li a[href*="www.instagram.com"] span::before {
        background-image: url(/v2/img/common/ico_instagram_dark_01.svg); }

ul.module_link-related li {
  width: calc(50% - 10px); }
  @media screen and (max-width: 767px) {
    ul.module_link-related li {
      width: 100%; } }
  ul.module_link-related li:nth-child(n+3) {
    margin-top: 20px; }
    @media screen and (max-width: 767px) {
      ul.module_link-related li:nth-child(n+3) {
        margin-top: 0; } }
  ul.module_link-related li:nth-child(2n+1) {
    margin-right: 20px; }
    @media screen and (max-width: 767px) {
      ul.module_link-related li:nth-child(2n+1) {
        margin-right: 0; } }

ul.module_link-related-col-03 li {
  width: calc((100% / 3) - (40px / 3) - .1px);
  margin-left: 20px; }
  @media screen and (max-width: 767px) {
    ul.module_link-related-col-03 li {
      width: 100%;
      margin-left: 0; } }
  ul.module_link-related-col-03 li:nth-child(3n+1) {
    margin-left: 0; }
  ul.module_link-related-col-03 li:nth-child(n+4) {
    margin-top: 20px; }
    @media screen and (max-width: 767px) {
      ul.module_link-related-col-03 li:nth-child(n+4) {
        margin-top: 0; } }
  @media screen and (max-width: 767px) {
    ul.module_link-related-col-03 li:nth-child(n+2) {
      margin-top: 15px; } }
  @media screen and (max-width: 767px) {
    ul.module_link-related-col-03 li:not(:first-child) {
      border-top-width: 4px; } }

ul.module_link-related-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  font-family: "Gothic MB101 Ultra", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
  font-size: 28px;
  line-height: 1.7857; }
@-moz-document url-prefix() {
  ul.module_link-related-image {
    font-family: "Gothic MB101 Bold", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif; } }
  @media screen and (max-width: 767px) {
    ul.module_link-related-image {
      font-size: 16px; } }
  ul.module_link-related-image::after {
    content: "";
    display: block;
    width: calc((100% / 3) - (40px / 3) - .1px); }
    @media screen and (max-width: 767px) {
      ul.module_link-related-image::after {
        display: none; } }
  ul.module_link-related-image li {
    width: calc((100% / 3) - (40px / 3) - .1px); }
    ul.module_link-related-image li:nth-child(n+4) {
      margin-top: 36px; }
    @media screen and (max-width: 767px) {
      ul.module_link-related-image li {
        width: calc((100% / 2) - (15px / 2));
        margin-bottom: 0; }
        ul.module_link-related-image li:nth-child(n+3) {
          margin-top: 24px; } }
    ul.module_link-related-image li a {
      display: block;
      position: relative;
      background: transparent url(/v2/img/common/bg_noimage.jpg) no-repeat center center;
      background-size: cover;
      background-color: transparent; }
      ul.module_link-related-image li a:hover {
        opacity: 1; }
      ul.module_link-related-image li a:hover {
        background-color: rgba(0, 80, 126, 0.65); }
      ul.module_link-related-image li a::before {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        z-index: 2;
        width: 100%;
        height: 100%;
        background-color: inherit; }
      ul.module_link-related-image li a span {
        position: absolute;
        left: 0;
        top: calc(100% - (.5em + 3px));
        z-index: 3;
        padding-top: 3px;
        padding-right: 3px;
        background-color: #fff;
        line-height: 1.1; }
        section:not([class]):nth-child(even) ul.module_link-related-image li a span {
          background-color: #f8f8f8; }
        @media screen and (max-width: 767px) {
          ul.module_link-related-image li a span {
            top: calc(100% - (.5em + 5px));
            padding-top: 5px; } }

.module_list-notice {
  display: table;
  table-layout: fixed;
  border-collapse: separate;
  border: 7px solid #222;
  border-spacing: 3px;
  width: 100%;
  background-color: #fff;
  line-height: 1.466; }
  @media screen and (max-width: 767px) {
    .module_list-notice {
      display: block;
      border-width: 4px;
      font-size: 12px; } }
  .module_list-notice > * {
    display: table-cell;
    font-weight: bold;
    vertical-align: middle; }
    @media screen and (max-width: 767px) {
      .module_list-notice > * {
        display: block; } }
  .module_list-notice .head {
    width: 190px;
    background-color: #222;
    color: #fff;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .module_list-notice .head {
        width: 100%;
        padding: .75em;
        text-align: left; } }
  .module_list-notice ul.body {
    background-color: #fff;
    font-size: 15px;
    padding-left: .5em; }
    @media (max-width: 1167px) {
      .module_list-notice ul.body {
        font-size: 13px; } }
    @media screen and (max-width: 767px) {
      .module_list-notice ul.body {
        padding-left: 0;
        font-size: 12px; } }
    @media (max-width: 1167px) {
      .module_list-notice ul.body li {
        margin-bottom: 0 !important; } }
    .module_list-notice ul.body li:not(:last-child) {
      border-bottom: 2px solid #f2f2f2; }
    .module_list-notice ul.body li a {
      display: block;
      padding: .5em; }
      @media screen and (max-width: 767px) {
        .module_list-notice ul.body li a {
          padding: 1em; } }
      .module_list-notice ul.body li a > span {
        display: block;
        padding-right: 2em;
        background: url("/v2/img/common/ico_arrow_square_black_right.svg") no-repeat right center;
        background-size: 26px 26px; }
        @media (max-width: 1167px) {
          .module_list-notice ul.body li a > span {
            background-size: 19px 19px; } }

.module_list-feature {
  position: relative;
  margin-top: 80px !important; }
  @media screen and (max-width: 767px) {
    .module_list-feature {
      margin-top: 35px !important; } }
  .module_list-feature + .module_title-type-image02 {
    margin-top: 90px !important; }
  .module_list-feature ol {
    padding: 0 71px; }
    .module_list-feature ol {
      min-height: 1%; }
    .module_list-feature ol::after {
      clear: both;
      content: ".";
      display: block;
      height: 0;
      visibility: hidden; }
    @media screen and (max-width: 767px) {
      .module_list-feature ol {
        padding: 0 12px; } }
    .module_list-feature ol > li {
      float: left;
      position: relative;
      margin-left: 55px;
      width: calc(33.33% - 37px);
      font-size: 22px; }
      @media (max-width: 1167px) {
        .module_list-feature ol > li {
          margin-left: 27px;
          width: calc(33.33% - 18px); } }
      @media screen and (max-width: 767px) {
        .module_list-feature ol > li {
          margin-top: 45px;
          margin-left: 0;
          padding: 0 !important;
          float: none;
          width: 100%; } }
      .module_list-feature ol > li:not(:first-child) {
        margin-top: 75px; }
        @media screen and (max-width: 767px) {
          .module_list-feature ol > li:not(:first-child) {
            margin-left: 0;
            margin-top: 45px; } }
      .module_list-feature ol > li:nth-child(4n+2) {
        clear: left;
        margin-left: 0; }
      .module_list-feature ol > li::before {
        content: '';
        display: block;
        position: absolute;
        left: -20.705%;
        top: -11.5%;
        z-index: -1;
        width: 58.71%;
        height: 54.41%;
        background: transparent no-repeat left top; }
        @media screen and (max-width: 767px) {
          .module_list-feature ol > li::before {
            left: 0;
            top: -13%;
            width: 35.4%;
            height: 42.03%; } }
      .module_list-feature ol > li:nth-child(1)::before {
        background-image: url("/v2/img/common/txt_num_01.svg"); }
      .module_list-feature ol > li:nth-child(2)::before {
        background-image: url("/v2/img/common/txt_num_02.svg"); }
      .module_list-feature ol > li:nth-child(3)::before {
        background-image: url("/v2/img/common/txt_num_03.svg"); }
      .module_list-feature ol > li:nth-child(4)::before {
        background-image: url("/v2/img/common/txt_num_04.svg"); }
      .module_list-feature ol > li a {
        display: block; }
        .module_list-feature ol > li a:hover {
          opacity: 1; }
        .module_list-feature ol > li a div.head {
          display: table;
          margin-bottom: 10px;
          min-height: 2.54em;
          font-size: 15px;
          font-weight: bold;
          line-height: 1.3; }
          @media (max-width: 1167px) {
            .module_list-feature ol > li a div.head {
              min-height: 0;
              font-size: 1.3vw; } }
          @media screen and (max-width: 767px) {
            .module_list-feature ol > li a div.head {
              margin-bottom: 10px !important;
              font-size: 12px !important; } }
          .module_list-feature ol > li a div.head p {
            display: table-cell;
            height: 2.54em;
            vertical-align: bottom; }
            @media screen and (max-width: 767px) {
              .module_list-feature ol > li a div.head p {
                height: auto; } }
        @media screen and (max-width: 767px) {
          .module_list-feature ol > li a div.body {
            margin-left: auto;
            padding-left: 0;
            width: 74.35%; } }
        .module_list-feature ol > li a div.body p {
          position: relative;
          overflow: hidden;
          margin-left: 15px;
          margin-right: 15px;
          padding-bottom: 60%;
          width: 100%;
          height: 0;
          overflow: hidden;
          background: url("/v2/img/common/bg_noimage.jpg") no-repeat center center;
          background-size: cover;
          background-color: transparent; }
          .module_list-feature ol > li a div.body p:hover {
            opacity: 1; }
          .module_list-feature ol > li a div.body p:hover {
            background-color: rgba(0, 80, 126, 0.65); }
          .module_list-feature ol > li a div.body p::before {
            position: absolute;
            content: '';
            top: 0;
            left: 0;
            z-index: 2;
            width: 100%;
            height: 100%;
            background-color: inherit; }
          .module_list-feature ol > li a div.body p img {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            margin: auto; }
        .module_list-feature ol > li a div.foot {
          overflow: hidden;
          margin-top: -.6em;
          font-family: "Gothic MB101 Heavy", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif; }
@-moz-document url-prefix() {
  .module_list-feature ol > li a div.foot {
    font-family: "Gothic MB101 Bold", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif; } }
          @media (max-width: 1167px) {
            .module_list-feature ol > li a div.foot {
              font-size: 1.5vw; } }
          @media screen and (max-width: 767px) {
            .module_list-feature ol > li a div.foot {
              position: absolute !important;
              top: calc(100% - 2.75em) !important;
              margin-top: 0 !important;
              font-size: 22px; } }
          .module_list-feature ol > li a div.foot p:not([class]) {
            position: relative;
            z-index: 50;
            clear: left;
            float: left;
            padding: 1px;
            background-color: #222;
            color: #fff;
            line-height: 1;
            white-space: nowrap; }
            .module_list-feature ol > li a div.foot p:not([class]) + p:not([class]) {
              margin-top: 5px; }
              @media screen and (max-width: 767px) {
                .module_list-feature ol > li a div.foot p:not([class]) + p:not([class]) {
                  margin-top: 0; } }
      .module_list-feature ol > li:first-child {
        float: none;
        overflow: hidden;
        margin: 0 -71px;
        padding-bottom: 93px;
        width: auto;
        font-size: 38px; }
        @media screen and (max-width: 767px) {
          .module_list-feature ol > li:first-child {
            overflow: visible;
            margin: 0 -12px 60px; } }
        .module_list-feature ol > li:first-child::before {
          top: auto;
          left: 1.268%;
          bottom: -2%;
          z-index: 1;
          margin: 0;
          width: 20.502%;
          height: 33.1%; }
          @media (max-width: 1167px) {
            .module_list-feature ol > li:first-child::before {
              bottom: -3%; } }
          @media screen and (max-width: 767px) {
            .module_list-feature ol > li:first-child::before {
              left: 12px;
              bottom: 52%;
              z-index: -1;
              width: 33.06%;
              height: 18.5%; } }
        .module_list-feature ol > li:first-child::after {
          content: '';
          display: block;
          position: absolute;
          right: 0;
          bottom: 0;
          z-index: -1;
          margin-right: 31%;
          width: 62.153%;
          height: 60.58%;
          background-color: #222; }
          @media screen and (max-width: 767px) {
            .module_list-feature ol > li:first-child::after {
              display: none; } }
        .module_list-feature ol > li:first-child .title {
          position: absolute;
          left: 0;
          top: 0;
          max-width: 375px;
          width: 32.5%; }
          @media screen and (max-width: 767px) {
            .module_list-feature ol > li:first-child .title {
              margin: 0 0 60px 13px;
              position: static;
              width: 68%; } }
        .module_list-feature ol > li:first-child a div.head {
          position: absolute;
          left: 11%;
          bottom: 59%;
          max-width: 26%;
          min-height: 0;
          font-size: 17px; }
          @media (max-width: 1167px) {
            .module_list-feature ol > li:first-child a div.head {
              font-size: 1.2vw; } }
          @media screen and (max-width: 767px) {
            .module_list-feature ol > li:first-child a div.head {
              position: static;
              margin-left: 12px;
              max-width: none; } }
          .module_list-feature ol > li:first-child a div.head p {
            height: 2.54em; }
        .module_list-feature ol > li:first-child a div.body {
          float: right;
          padding: 0;
          max-width: 770px;
          width: 66.666%; }
          @media screen and (max-width: 767px) {
            .module_list-feature ol > li:first-child a div.body {
              float: none;
              width: 100%; } }
          .module_list-feature ol > li:first-child a div.body p {
            margin: 0;
            padding-bottom: 59.7403%; }
        .module_list-feature ol > li:first-child a div.foot {
          clear: left;
          position: absolute;
          left: 10.6%;
          top: 43.5%;
          margin-top: 0; }
          @media screen and (max-width: 767px) {
            .module_list-feature ol > li:first-child a div.foot {
              left: 12px;
              top: calc(100% - 3.25em) !important; } }
          .module_list-feature ol > li:first-child a div.foot p:not([class]) {
            padding: 3px 1px; }
            .module_list-feature ol > li:first-child a div.foot p:not([class]) + p:not([class]) {
              margin-top: 6px; }
              @media screen and (max-width: 767px) {
                .module_list-feature ol > li:first-child a div.foot p:not([class]) + p:not([class]) {
                  margin-top: 0; } }
            @media (max-width: 1167px) {
              .module_list-feature ol > li:first-child a div.foot p:not([class]) {
                font-size: 3vw; } }
            @media screen and (max-width: 767px) {
              .module_list-feature ol > li:first-child a div.foot p:not([class]) {
                font-size: 22px; } }

.module_list_image-col-03 {
  font-size: 18px;
  font-weight: bold; }
  .module_list_image-col-03 {
    min-height: 1%; }
  .module_list_image-col-03::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden; }
  @media screen and (max-width: 767px) {
    .module_list_image-col-03 {
      font-size: 16px;
      line-height: 1.2; } }
  .module_list_image-col-03 > li {
    position: relative;
    float: left;
    width: calc((100% / 3) - (96px / 2));
    margin-left: 72px; }
    @media screen and (max-width: 767px) {
      .module_list_image-col-03 > li {
        float: none;
        margin: 35px 0 0;
        width: 100%; } }
    .module_list_image-col-03 > li:nth-child(3n+1) {
      clear: left;
      margin-left: 0; }
    @media screen and (max-width: 767px) {
      .module_list_image-col-03 > li:first-child {
        margin-top: 0; } }
    .module_list_image-col-03 > li a {
      display: block;
      background-color: transparent; }
      .module_list_image-col-03 > li a:hover {
        opacity: 1; }
      .module_list_image-col-03 > li a:hover {
        background-color: rgba(0, 80, 126, 0.65); }
      .module_list_image-col-03 > li a::before {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        z-index: 2;
        width: 100%;
        height: 100%;
        background-color: inherit; }
      .module_list_image-col-03 > li a .head {
        position: relative;
        overflow: hidden;
        padding: 0 0 57.7778%;
        width: 100%;
        height: 0;
        background: url("/v2/img/common/bg_noimage.jpg") no-repeat center center;
        background-size: cover; }
        .module_list_image-col-03 > li a .head img {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          margin: auto;
          max-height: 100%; }
      .module_list_image-col-03 > li a .body {
        position: relative;
        z-index: 3;
        padding-top: 10px;
        background-color: #fff; }

.module_link-col4-type1,
.module_link-col4-type2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 14px; }
  @media screen and (max-width: 767px) {
    .module_link-col4-type1,
    .module_link-col4-type2 {
      font-size: 12px; } }
  .module_link-col4-type1 > li,
  .module_link-col4-type2 > li {
    margin-left: 20px;
    width: calc(25% - 15px); }
    @media screen and (max-width: 767px) {
      .module_link-col4-type1 > li,
      .module_link-col4-type2 > li {
        margin-left: 15px;
        width: calc(50% - 7.5px); } }
    .module_link-col4-type1 > li:nth-child(4n+1),
    .module_link-col4-type2 > li:nth-child(4n+1) {
      margin-left: 0; }
      @media screen and (max-width: 767px) {
        .module_link-col4-type1 > li:nth-child(4n+1),
        .module_link-col4-type2 > li:nth-child(4n+1) {
          margin-left: 15px; } }
    @media screen and (max-width: 767px) {
      .module_link-col4-type1 > li:nth-child(2n+1),
      .module_link-col4-type2 > li:nth-child(2n+1) {
        margin-left: 0; } }
  .module_link-col4-type1 a,
  .module_link-col4-type2 a {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    color: #000;
    text-decoration: none; }
    @media screen and (max-width: 767px) {
      .module_link-col4-type1 a,
      .module_link-col4-type2 a {
        padding-left: 27px; } }
    .module_link-col4-type1 a::before,
    .module_link-col4-type2 a::before {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      top: .2em;
      width: 18px;
      height: 18px;
      background: url("/v2/img/common/ico_arrow_square_white_right.svg") no-repeat left top;
      background-size: 18px; }
      @media screen and (max-width: 767px) {
        .module_link-col4-type1 a::before,
        .module_link-col4-type2 a::before {
          top: .1em; } }

.module_link-col4-type1 > li:nth-child(n+5) {
  margin-top: .5em; }
@media screen and (max-width: 767px) {
  .module_link-col4-type1 > li:nth-child(n+3) {
    margin-top: 1em; } }
.module_link-col4-type1 > li > a::before {
  background-image: url("/v2/img/common/ico_arrow_square_white_right.svg"); }

.module_link-col4-type2 > li:nth-child(n+5) {
  margin-top: 1.5em; }
@media screen and (max-width: 767px) {
  .module_link-col4-type2 > li:nth-child(n+3) {
    margin-top: 2em; } }
.module_link-col4-type2 > li > a {
  font-size: 18px;
  font-weight: bold; }
  @media screen and (max-width: 767px) {
    .module_link-col4-type2 > li > a {
      font-size: 16px; } }
  .module_link-col4-type2 > li > a::before {
    top: .3em;
    background-image: url("/v2/img/common/ico_arrow_square_black_right_02.svg"); }
.module_link-col4-type2 > li ul li {
  margin-top: .75em; }
  @media screen and (max-width: 767px) {
    .module_link-col4-type2 > li ul li {
      margin-top: 1em; } }
  .module_link-col4-type2 > li ul li:first-child {
    margin-top: .5em; }
    @media screen and (max-width: 767px) {
      .module_link-col4-type2 > li ul li:first-child {
        margin-top: .75em; } }
  .module_link-col4-type2 > li ul li a::before {
    background-image: url("/v2/img/common/ico_arrow_square_gray_right.svg"); }
  .module_link-col4-type2 > li ul li.icon-type1 a::before {
    background-image: url("/v2/img/common/ico_arrow_square_white_right.svg"); }

.module_teacher {
  overflow: hidden;
  margin: 0 -15px; }
  .module_teacher > li {
    float: left;
    margin: 45px 0 0;
    padding: 0 15px;
    max-width: 310px;
    width: 33.333%; }
    @media screen and (max-width: 767px) {
      .module_teacher > li {
        max-width: none;
        width: 50%; } }
    .module_teacher > li:nth-child(3n+1) {
      clear: left; }
      @media screen and (max-width: 767px) {
        .module_teacher > li:nth-child(3n+1) {
          clear: none; } }
    @media screen and (max-width: 767px) {
      .module_teacher > li:nth-child(2n+1) {
        clear: left; } }
    @media screen and (max-width: 767px) {
      .module_teacher > li {
        width: calc(50% - 15px);
        margin-top: 30px;
        margin-right: 15px; } }
    .module_teacher > li:nth-child(1), .module_teacher > li:nth-child(2), .module_teacher > li:nth-child(3) {
      margin-top: 0; }
      @media (max-width: 1167px) {
        .module_teacher > li:nth-child(1), .module_teacher > li:nth-child(2), .module_teacher > li:nth-child(3) {
          margin-top: 0; } }
    @media screen and (max-width: 767px) {
      .module_teacher > li:nth-child(1), .module_teacher > li:nth-child(2) {
        margin-top: 0; }
      .module_teacher > li:nth-child(3) {
        margin-top: 30px; } }
    .module_teacher > li .title {
      display: inline-block;
      position: relative;
      margin-bottom: 3px;
      padding: 2px 3px;
      line-height: 1;
      font-size: 40px;
      font-family: "Gothic MB101 Heavy", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
      color: #fff;
      background-color: #222; }
@-moz-document url-prefix() {
  .module_teacher > li .title {
    font-family: "Gothic MB101 DemiBold", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif; } }
      @media screen and (max-width: 767px) {
        .module_teacher > li .title {
          font-size: 23px;
          padding: 1px 3px; } }
      .module_teacher > li .title a,
      .module_teacher > li .title span {
        display: block;
        font-size: 32px;
        color: #fff;
        text-decoration: none; }
        @media screen and (max-width: 767px) {
          .module_teacher > li .title a,
          .module_teacher > li .title span {
            font-size: 23px; } }
      .module_teacher > li .title a {
        padding-right: 24px; }
        @media screen and (max-width: 767px) {
          .module_teacher > li .title a {
            padding-right: 15px; } }
        .module_teacher > li .title a::after {
          position: absolute;
          display: block;
          right: 10px;
          top: 50%;
          content: '';
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 4px 0 4px 8px;
          border-color: transparent transparent transparent #fff;
          transform: translateY(-50%); }
          @media screen and (max-width: 767px) {
            .module_teacher > li .title a::after {
              right: 5px; } }
    .module_teacher > li .list {
      font-size: 14px; }
      @media screen and (max-width: 767px) {
        .module_teacher > li .list {
          font-size: 11px; } }
      .module_teacher > li .list dt {
        position: relative;
        margin-top: 20px;
        padding-left: 32px;
        font-size: 14px;
        font-weight: bold; }
        @media screen and (max-width: 767px) {
          .module_teacher > li .list dt {
            margin-top: 6px;
            padding-left: 23px;
            font-size: 12px; } }
        .module_teacher > li .list dt::before {
          content: '';
          display: block;
          position: absolute;
          top: -2px;
          left: 0;
          bottom: 0;
          margin-top: auto;
          margin-bottom: auto;
          width: 25px;
          height: 8px;
          background-color: #222; }
          @media screen and (max-width: 767px) {
            .module_teacher > li .list dt::before {
              width: 18px;
              height: 6px; } }
      .module_teacher > li .list dd {
        margin-top: 5px;
        line-height: 1.7; }
        @media screen and (max-width: 767px) {
          .module_teacher > li .list dd {
            margin-top: 0; } }
        .module_teacher > li .list dd:nth-child(2) {
          margin-top: 5px; }
        .module_teacher > li .list dd b {
          font-weight: bold; }
        @media screen and (max-width: 767px) {
          .module_teacher > li .list dd:not(:last-child) b {
            display: block; } }
        @media screen and (max-width: 767px) {
          .module_teacher > li .list dd a {
            font-size: 13px; } }
        .module_teacher > li .list dd a[target="_blank"]:not([href^=".pdf"]) {
          padding-right: 20px;
          background: url("/v2/img/common/ico_blank_02.png") no-repeat right center;
          background-size: 14px 11px; }

.module_picks, .module_picks-02 {
  font-size: 18px;
  line-height: 1.25; }
  .module_picks, .module_picks-02 {
    min-height: 1%; }
  .module_picks::after, .module_picks-02::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden; }
  @media screen and (max-width: 767px) {
    .module_picks, .module_picks-02 {
      font-size: 16px;
      line-height: 1.58; } }
  .module_picks > li, .module_picks-02 > li {
    float: left;
    margin: 0 0 0 20px;
    width: calc((100% / 3) - (40px / 3)); }
    @media screen and (max-width: 767px) {
      .module_picks > li, .module_picks-02 > li {
        float: none;
        margin-left: 0;
        width: 100%; } }
    .module_picks > li:nth-child(3n+1), .module_picks-02 > li:nth-child(3n+1) {
      clear: left;
      margin-left: 0; }
    @media screen and (max-width: 767px) {
      .module_picks > li:nth-child(n+2), .module_picks-02 > li:nth-child(n+2) {
        margin-top: 25px; } }
    .module_picks > li a, .module_picks-02 > li a {
      display: block;
      color: #000;
      text-decoration: none; }
      .module_picks > li a p.image, .module_picks-02 > li a p.image {
        position: relative;
        overflow: hidden;
        padding: 0 0 58.04195804%;
        width: 100%;
        background-color: #d3d6da; }
        .module_picks > li a p.image::after, .module_picks-02 > li a p.image::after {
          content: '';
          position: absolute;
          z-index: 3;
          display: block;
          width: 100%;
          height: 100%;
          background-color: transparent; }
        .module_picks > li a p.image img, .module_picks-02 > li a p.image img {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          z-index: 1;
          margin: auto;
          max-width: 100%;
          max-height: 100%; }
      .module_picks > li a:hover, .module_picks-02 > li a:hover {
        opacity: 1; }
        .module_picks > li a:hover p.image::after, .module_picks-02 > li a:hover p.image::after {
          background-color: rgba(0, 80, 126, 0.65); }
      .module_picks > li a p.text, .module_picks-02 > li a p.text {
        margin-top: 20px; }
        @media screen and (max-width: 767px) {
          .module_picks > li a p.text, .module_picks-02 > li a p.text {
            margin-top: 15px; } }

@media (max-width: 1167px) {
  .top_inner .module_picks-02 {
    padding: 0 53px; } }
@media screen and (max-width: 767px) {
  .top_inner .module_picks-02 {
    padding: 0 12px; } }
.module_picks-02 > li {
  margin: 0 0 0 27px;
  width: calc(100% / 3 - 27px * 2 / 3); }
  @media screen and (max-width: 767px) {
    .module_picks-02 > li {
      margin-left: 0;
      width: 100%; } }
  .module_picks-02 > li a p.image {
    padding: 0 0 calc(213 / 388 * 100%); }
    .module_picks-02 > li a p.image.movie::before {
      content: '';
      display: block;
      position: absolute;
      right: 15px;
      bottom: 20px;
      z-index: 2;
      width: 63px;
      height: 26px;
      background: url("/v2/img/common/ico_movie_01.png") no-repeat left top/100% 100%; }
  .module_picks-02 > li a p.text {
    font-weight: bold; }

.module_newsList {
  display: flex;
  flex-wrap: wrap;
  font-size: 15px;
  font-family: "Helvetica Neue", "Helvetica", Arial, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: bold; }
  .module_newsList li {
    margin-left: 40px;
    border-bottom: 2px solid #e2e2e2;
    padding-bottom: 40px;
    width: calc(50% - 20px); }
    @media screen and (max-width: 767px) {
      .module_newsList li {
        margin-left: 0;
        padding-bottom: 25px;
        width: 100%; } }
    .module_newsList li:nth-child(2n+1) {
      margin-left: 0; }
    .module_newsList li:nth-child(n+3) {
      margin-top: 40px; }
      @media screen and (max-width: 767px) {
        .module_newsList li:nth-child(n+3) {
          margin-top: 0; } }
    @media screen and (max-width: 767px) {
      .module_newsList li:nth-child(n+2) {
        margin-top: 25px; } }
    .module_newsList li a {
      color: #000;
      text-decoration: none; }
      .module_newsList li a > div.head {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 20px; }
        .module_newsList li a > div.head .date {
          border-bottom: 2px solid #000;
          font-size: 16px; }
          @media screen and (max-width: 767px) {
            .module_newsList li a > div.head .date {
              font-size: 15px; } }
        .module_newsList li a > div.head .label {
          display: inline-block;
          padding: 0 1em;
          min-width: 70px;
          font-size: 13px;
          background-color: #000;
          color: #fff;
          text-align: center; }
      .module_newsList li a > div.body {
        display: flex;
        justify-content: space-between; }
        .module_newsList li a > div.body div.image {
          position: relative;
          overflow: hidden;
          margin-right: 15px;
          min-width: 166px; }
          @media screen and (max-width: 767px) {
            .module_newsList li a > div.body div.image {
              margin-right: 15px;
              min-width: 120px;
              height: 75px; } }
          .module_newsList li a > div.body div.image p {
            position: relative;
            overflow: hidden;
            padding: 0 0 60%;
            width: 100%;
            height: 0;
            background-color: #e7e7e7; }
            .module_newsList li a > div.body div.image p::after {
              content: '';
              position: absolute;
              left: 0;
              top: 0;
              z-index: 2;
              display: block;
              width: 100%;
              height: 100%; }
            .module_newsList li a > div.body div.image p img {
              position: absolute;
              top: 0;
              right: 0;
              bottom: 0;
              left: 0;
              z-index: 1;
              margin: auto;
              max-width: 100%;
              max-height: 100%; }
        .module_newsList li a > div.body div.text {
          width: 100%; }
      .module_newsList li a:hover div.image p::after {
        background-color: rgba(0, 80, 126, 0.65); }

.module_rootImg-01 {
  display: flex;
  position: relative; }
  @media screen and (max-width: 767px) {
    .module_rootImg-01 {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      overflow-scrolling: touch;
      padding-bottom: 40px; } }
  @media screen and (max-width: 767px) {
    .module_rootImg-01::after {
      content: '';
      display: block;
      position: absolute;
      right: 0;
      bottom: 0;
      width: 49px;
      height: 27px;
      background: url("/v2/img/common/ico_scroll_01.svg") no-repeat left top;
      background-size: 49px 27px; } }
  .module_rootImg-01 > li {
    margin-left: 20px;
    width: calc(100% / 2 - 20px / 2); }
    @media screen and (max-width: 767px) {
      .module_rootImg-01 > li {
        margin-left: 10px;
        min-width: 300px;
        width: 300px; } }
    .module_rootImg-01 > li:nth-child(2n+1) {
      margin-left: 0; }
      @media screen and (max-width: 767px) {
        .module_rootImg-01 > li:nth-child(2n+1) {
          margin-left: 10px; } }
    @media screen and (max-width: 767px) {
      .module_rootImg-01 > li:first-child {
        margin-left: 0; } }
    .module_rootImg-01 > li .text {
      font-size: 20px;
      color: #5B6298; }
      @media screen and (max-width: 767px) {
        .module_rootImg-01 > li .text {
          font-size: 11px; } }

div[class^="module_table"] {
  position: relative; }
  div[class^="module_table"] table {
    border-collapse: separate;
    border: 2px solid;
    border-spacing: 2px;
    width: 100%; }
    div[class^="module_table"] table tr:first-child th:first-child,
    div[class^="module_table"] table tr:first-child td:only-child {
      position: relative; }
      div[class^="module_table"] table tr:first-child th:first-child::before,
      div[class^="module_table"] table tr:first-child td:only-child::before {
        content: '';
        position: absolute;
        left: -4px;
        top: 0;
        overflow: hidden;
        width: 34px;
        height: 10px;
        background-color: #000;
        transform: translateY(-100%); }
        @media screen and (max-width: 767px) {
          div[class^="module_table"] table tr:first-child th:first-child::before,
          div[class^="module_table"] table tr:first-child td:only-child::before {
            width: 28px;
            height: 6px; } }
    div[class^="module_table"] table th,
    div[class^="module_table"] table td {
      padding: .5em .8em;
      vertical-align: middle; }
      div[class^="module_table"] table th:first-child,
      div[class^="module_table"] table td:first-child {
        width: 20%; }
        @media screen and (max-width: 767px) {
          div[class^="module_table"] table th:first-child,
          div[class^="module_table"] table td:first-child {
            width: 40%; } }
      @media screen and (max-width: 767px) {
        div[class^="module_table"] table th,
        div[class^="module_table"] table td {
          padding: 10px 16px; } }
    div[class^="module_table"] table th {
      background-color: #e1e1e1; }
      div[class^="module_table"] table th._type01 {
        background-color: #eee; }
      div[class^="module_table"] table th._type02 {
        background-color: #f0f0f0; }
    div[class^="module_table"] table td {
      background-color: #fff; }
    div[class^="module_table"] table tr:only-child th:only-child,
    div[class^="module_table"] table tr:only-child td:only-child {
      padding: 25px 30px; }
      @media screen and (max-width: 767px) {
        div[class^="module_table"] table tr:only-child th:only-child,
        div[class^="module_table"] table tr:only-child td:only-child {
          padding: 16px; } }
    div[class^="module_table"] table tr:only-child th:only-child {
      background-color: #f0f0f0; }
  div[class^="module_table"]._scroll {
    position: relative; }
    @media screen and (max-width: 767px) {
      div[class^="module_table"]._scroll {
        overflow-x: auto;
        overflow-y: hidden;
        margin-right: -18px;
        padding-top: 4px;
        width: 100%;
        overflow-wrap: break-word;
        word-wrap: break-word;
        word-break: keep-all;
        -webkit-overflow-scrolling: touch; }
        div[class^="module_table"]._scroll::after {
          content: '';
          display: block;
          position: absolute;
          right: 0;
          bottom: 100%;
          width: 98px;
          height: 54px;
          background: url("/v2/img/common/ico_scroll_01.svg") no-repeat left top;
          background-size: 100%; }
        div[class^="module_table"]._scroll::-webkit-scrollbar {
          /*tableにスクロールバーを追加*/
          height: 8px; }
        div[class^="module_table"]._scroll::-webkit-scrollbar-track {
          /*tableにスクロールバーを追加*/
          background: #F1F1F1; }
        div[class^="module_table"]._scroll::-webkit-scrollbar-thumb {
          /*tableにスクロールバーを追加*/
          border-radius: 4px;
          background: #222; }
        div[class^="module_table"]._scroll table {
          table-layout: auto;
          min-width: 810px;
          width: auto; } }
    @media screen and (max-width: 767px) and (max-width: 767px) {
      div[class^="module_table"]._scroll table {
        min-width: 900px; } }
    @media screen and (max-width: 767px) {
          div[class^="module_table"]._scroll table th,
          div[class^="module_table"]._scroll table td {
            display: table-cell;
            width: auto; }
            div[class^="module_table"]._scroll table th + td,
            div[class^="module_table"]._scroll table td + td {
              border-top: none; }
          div[class^="module_table"]._scroll table th {
            max-width: 12em; } }
  div[class^="module_table"]._noFixed table {
    table-layout: auto; }
    div[class^="module_table"]._noFixed table th:first-child,
    div[class^="module_table"]._noFixed table td:first-child {
      width: auto; }
      @media screen and (max-width: 767px) {
        div[class^="module_table"]._noFixed table th:first-child,
        div[class^="module_table"]._noFixed table td:first-child {
          width: auto; } }

div.module_table-type01 table, div.module_table-type01-small table {
  border-color: #c0c0c0;
  background-color: #c0c0c0; }
  @media screen and (max-width: 767px) {
    div.module_table-type01 table td + td, div.module_table-type01-small table td + td {
      border-color: #c0c0c0; } }
div.module_table-type01-small table th,
div.module_table-type01-small table td {
  padding: .5em .8em;
  font-size: 14px; }
  @media screen and (max-width: 767px) {
    div.module_table-type01-small table th,
    div.module_table-type01-small table td {
      min-width: 5em;
      font-size: 10px; } }
div.module_table-type01-small table tr:first-child th {
  padding-top: .5em;
  padding-bottom: .5em; }
  @media screen and (max-width: 767px) {
    div.module_table-type01-small table tr:first-child th {
      padding-top: 1em;
      padding-bottom: 1em; } }
@media screen and (max-width: 767px) {
  div.module_table-type01-small table th {
    padding-top: 1em;
    padding-bottom: 1em; } }
div.module_table-type02 table {
  border-color: #f0f0f0;
  background-color: #f0f0f0; }
  div.module_table-type02 table tr:first-child th:first-child::before,
  div.module_table-type02 table tr:first-child td:only-child::before {
    top: -3px; }
  @media screen and (max-width: 767px) {
    div.module_table-type02 table td + td {
      border-color: #f0f0f0; } }

.module_icon_scroll {
  display: none;
  text-align: right; }
  @media screen and (max-width: 767px) {
    .module_icon_scroll {
      display: block;
      margin: 10px 0 0 auto !important;
      width: 49px;
      height: 27px;
      background: url("/v2/img/common/ico_scroll_01.svg") no-repeat left top;
      background-size: 49px 27px; } }
  .module_icon_scroll span {
    display: none; }

.more {
  margin: 40px 0; }
  .more img {
    display: block;
    margin: 0 auto; }

main a[class*="_icon_blank"] {
  padding-right: 20px;
  background: url(/v2/img/common/ico_blank_02.svg) no-repeat right center;
  background-size: 14px 11px; }
main a[class*="_icon_pdf"] {
  padding-right: 27px;
  background: url(/v2/img/common/ico_pdf_04.svg) no-repeat right center;
  background-size: 22px 14px; }
main a[class*="_icon_excel"] {
  padding-right: 27px;
  background: url(/v2/img/common/ico_excel_02.svg) no-repeat right center;
  background-size: 22px 14px; }
main a[class*="_icon_word"] {
  padding-right: 27px;
  background: url(/v2/img/common/ico_word_02.svg) no-repeat right center;
  background-size: 22px 14px; }

main ul.module_tab-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  width: 100%;
  font-size: 15px; }
  @media screen and (max-width: 767px) {
    main ul.module_tab-link {
      font-size: 10px; } }
  main ul.module_tab-link li {
    position: relative;
    width: 100%;
    text-align: center;
    vertical-align: middle; }
    main ul.module_tab-link li:not(:last-child) {
      border-right: 3px solid #fff; }
    main ul.module_tab-link li a {
      display: block;
      background-color: #e8e8e8;
      font-weight: bold;
      color: #000;
      line-height: 1.1;
      white-space: nowrap; }
      main ul.module_tab-link li a span {
        display: inline-block;
        padding: 0 1em;
        vertical-align: middle;
        white-space: normal; }
      main ul.module_tab-link li a::after {
        content: '';
        display: inline-block;
        width: 1px;
        min-height: 60px;
        vertical-align: middle; }
        @media screen and (max-width: 767px) {
          main ul.module_tab-link li a::after {
            min-height: 55px; } }
      main ul.module_tab-link li a._current {
        color: #fff; }
        main ul.module_tab-link li a._current::before {
          content: '';
          display: block;
          position: absolute;
          top: 100%;
          left: 50%;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 12px 9px 0 9px;
          transform: translateX(-50%); }
      main ul.module_tab-link li a._current {
        background-color: #000; }
        main ul.module_tab-link li a._current::before {
          border-color: #000 transparent transparent transparent; }
      @media screen and (min-width: 768px) {
        main ul.module_tab-link li a:hover {
          color: #fff; }
          main ul.module_tab-link li a:hover::before {
            content: '';
            display: block;
            position: absolute;
            top: 100%;
            left: 50%;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 12px 9px 0 9px;
            transform: translateX(-50%); }
        main ul.module_tab-link li a:hover, main ul.module_tab-link li a._current:hover {
          background-color: #4c4c4c;
          opacity: 1; }
          main ul.module_tab-link li a:hover::before, main ul.module_tab-link li a._current:hover::before {
            border-color: #4c4c4c transparent transparent transparent; } }
    main ul.module_tab-link li._current a {
      background-color: #000;
      color: #fff; }
      main ul.module_tab-link li._current a::before {
        content: '';
        display: block;
        position: absolute;
        top: 100%;
        left: 50%;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 12px 9px 0 9px;
        border-color: #000 transparent transparent transparent;
        transform: translateX(-50%); }

main .module_button a {
  display: block;
  position: relative;
  border: 4px solid #222;
  padding: 12px 65px 12px 20px;
  background: #fff none;
  font-size: 16px;
  font-weight: bold;
  color: #000; }
  @media screen and (max-width: 767px) {
    main .module_button a {
      font-size: 16px;
      padding: 9px 50px 9px 13px; } }
  main .module_button a::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    margin: auto 16px auto -26px;
    width: 19px;
    height: 19px;
    background: url(/v2/img/common/ico_arrow_square_black_right.svg) no-repeat;
    background-size: contain; }
    @media screen and (max-width: 767px) {
      main .module_button a::before {
        margin-left: -36px;
        width: 18px;
        height: 18px; } }
  main .module_button a[class="_icon_blank"]::before {
    width: 24px;
    background: url(/v2/img/common/ico_blank_01.svg) no-repeat; }
    @media screen and (max-width: 767px) {
      main .module_button a[class="_icon_blank"]::before {
        margin-left: 0;
        width: 20px;
        height: 14px; } }
  main .module_button a[class="_icon_pdf"]::before {
    bottom: 4px;
    width: 21px;
    height: 26px;
    background: url(/v2/img/common/ico_pdf_01.svg) no-repeat; }
    @media screen and (max-width: 767px) {
      main .module_button a[class="_icon_pdf"]::before {
        margin-left: 0;
        width: 15px;
        height: 18px; } }
  main .module_button a[class="_icon_excel"]::before {
    bottom: 4px;
    width: 21px;
    height: 26px;
    background: url(/v2/img/common/ico_excel_01.svg) no-repeat; }
    @media screen and (max-width: 767px) {
      main .module_button a[class="_icon_excel"]::before {
        margin-left: 0;
        width: 15px;
        height: 18px; } }
  main .module_button a[class="_icon_word"]::before {
    bottom: 4px;
    width: 21px;
    height: 26px;
    background: url(/v2/img/common/ico_word_01.svg) no-repeat; }
    @media screen and (max-width: 767px) {
      main .module_button a[class="_icon_word"]::before {
        bottom: 0;
        margin-left: 0;
        width: 15px;
        height: 18px; } }
  main .module_button a span {
    display: inline-block; }
main .module_button strong a {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #222;
  color: #fff; }
  @media screen and (max-width: 767px) {
    main .module_button strong a {
      padding-top: 7px;
      padding-bottom: 7px; } }
  main .module_button strong a::before {
    background-image: url(/v2/img/common/ico_arrow_square_white_right.svg); }
  main .module_button strong a[class="_icon_blank"]::before {
    background-image: url(/v2/img/common/ico_blank_03.svg); }
  main .module_button strong a[class="_icon_pdf"]::before {
    background-image: url(/v2/img/common/ico_pdf_03.svg); }
  main .module_button strong a[class="_icon_excel"]::before {
    background-image: url(/v2/img/common/ico_excel_03.svg); }
  main .module_button strong a[class="_icon_word"]::before {
    background-image: url(/v2/img/common/ico_word_03.svg); }
  main .module_button strong a span {
    border-bottom: 4px solid #fff; }

.module_button-login, .module_button-login-col-03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  width: 100%; }
  .module_button-login > li, .module_button-login-col-03 > li {
    position: relative;
    width: 25%;
    border-top: 4px solid;
    border-right: 4px solid;
    border-bottom: 4px solid; }
    @media screen and (max-width: 767px) {
      .module_button-login > li, .module_button-login-col-03 > li {
        width: 50%; } }
    .module_button-login > li:first-child, .module_button-login-col-03 > li:first-child {
      border-left: 4px solid; }
    @media screen and (max-width: 767px) {
      .module_button-login > li:nth-child(2n+1), .module_button-login-col-03 > li:nth-child(2n+1) {
        border-left: 4px solid; }
      .module_button-login > li + li + li, .module_button-login-col-03 > li + li + li {
        border-top: none; } }
    .module_button-login > li a, .module_button-login-col-03 > li a {
      display: block;
      width: 100%;
      padding: 23px 35px 23px 27px;
      line-height: 1.6153;
      font-size: 26px;
      font-family: "Gothic MB101 Bold", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif; }
      @media screen and (max-width: 767px) {
        .module_button-login > li a, .module_button-login-col-03 > li a {
          padding: 10px 13px;
          font-size: 13px; } }
      .module_button-login > li a:hover, .module_button-login-col-03 > li a:hover {
        cursor: pointer;
        opacity: .8; }
      .module_button-login > li a span, .module_button-login-col-03 > li a span {
        display: block;
        text-align: left; }
        .module_button-login > li a span.en, .module_button-login-col-03 > li a span.en {
          font-family: "Helvetica Neue", "Helvetica", Arial, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
          font-weight: 800;
          font-size: 14px;
          line-height: 1; }
          @media screen and (max-width: 767px) {
            .module_button-login > li a span.en, .module_button-login-col-03 > li a span.en {
              font-size: 10px; } }
          @media screen and (max-width: 767px) {
            .module_button-login > li a span.en > span, .module_button-login-col-03 > li a span.en > span {
              transform: scale(0.9);
              transform-origin: left; } }
          .module_button-login > li a span.en::after, .module_button-login-col-03 > li a span.en::after {
            position: absolute;
            content: '';
            right: 39px;
            bottom: 25px;
            width: 20px;
            height: 20px;
            margin-right: -19px;
            background: url(/v2/img/common/ico_arrow_square_black_right.svg) no-repeat right center; }
            @media screen and (max-width: 767px) {
              .module_button-login > li a span.en::after, .module_button-login-col-03 > li a span.en::after {
                right: 13px;
                bottom: 9px;
                width: 11px;
                height: 11px;
                margin-right: -5px; } }
.module_button-login-col-03 > li {
  width: calc(100% / 3); }
  @media screen and (max-width: 767px) {
    .module_button-login-col-03 > li {
      width: 50%; } }

@media (max-width: 1167px) {
  body._category_faculty-top div.top_inner .module_tab-news {
    margin-right: 53px;
    margin-left: 53px; } }
@media screen and (max-width: 767px) {
  body._category_faculty-top div.top_inner .module_tab-news {
    margin-right: 0;
    margin-left: 0; } }
@media screen and (max-width: 767px) {
  div.top_inner .module_tab-news {
    padding: 0 12px; } }
.module_tab-news ul.head {
  display: table;
  table-layout: fixed;
  margin-bottom: 40px;
  width: 100%;
  font-size: 15px; }
  @media screen and (max-width: 767px) {
    .module_tab-news ul.head {
      font-size: 10px; } }
  .module_tab-news ul.head li {
    display: table-cell;
    text-align: center;
    vertical-align: middle; }
    .module_tab-news ul.head li:not(:last-child) {
      border-right: 3px solid #fff; }
    .module_tab-news ul.head li a {
      display: block;
      background-color: #e8e8e8;
      font-weight: bold;
      color: #000;
      line-height: 1.1;
      white-space: nowrap; }
      .module_tab-news ul.head li a span {
        display: inline-block;
        vertical-align: middle;
        white-space: normal; }
      .module_tab-news ul.head li a::after {
        content: '';
        display: inline-block;
        width: 1px;
        min-height: 60px;
        vertical-align: middle; }
    .module_tab-news ul.head li a:hover, .module_tab-news ul.head li._current a {
      background-color: #222;
      color: #fff; }
.module_tab-news div.body {
  display: none;
  font-weight: bold; }
.module_tab-news ol > li {
  margin-bottom: 20px;
  border: 2px solid #f1f1f1; }
  .module_tab-news ol > li > a,
  .module_tab-news ol > li > div {
    display: table;
    table-layout: fixed;
    padding: 1em;
    width: 100%; }
    @media screen and (max-width: 767px) {
      .module_tab-news ol > li > a,
      .module_tab-news ol > li > div {
        display: block;
        padding: 10px; } }
    .module_tab-news ol > li > a > *,
    .module_tab-news ol > li > div > * {
      display: table-cell;
      vertical-align: middle; }
      @media screen and (max-width: 767px) {
        .module_tab-news ol > li > a > *,
        .module_tab-news ol > li > div > * {
          display: block; } }
    .module_tab-news ol > li > a ul.category, .module_tab-news ol > li > div ul.category {
      padding-right: 15px;
      width: 13%;
      font-size: 13px;
      font-weight: bold; }
      @media (max-width: 1167px) {
        .module_tab-news ol > li > a ul.category, .module_tab-news ol > li > div ul.category {
          width: 80px; } }
      @media screen and (max-width: 767px) {
        .module_tab-news ol > li > a ul.category, .module_tab-news ol > li > div ul.category {
          overflow: hidden;
          margin-bottom: 10px;
          padding-right: 0;
          width: 100%; } }
      body._category_center-top .module_tab-news ol > li > a ul.category,
      body._category_center-top .module_tab-news ol > li > div ul.category {
        width: 9%; }
        @media (max-width: 1167px) {
          body._category_center-top .module_tab-news ol > li > a ul.category,
          body._category_center-top .module_tab-news ol > li > div ul.category {
            width: 80px; } }
        @media screen and (max-width: 767px) {
          body._category_center-top .module_tab-news ol > li > a ul.category,
          body._category_center-top .module_tab-news ol > li > div ul.category {
            width: 100%; } }
      .module_tab-news ol > li > a ul.category li, .module_tab-news ol > li > div ul.category li {
        float: left;
        margin-right: 4px;
        background-color: #222;
        color: #fff;
        text-align: center;
        width: 5em; }
        @media (max-width: 1167px) {
          .module_tab-news ol > li > a ul.category li, .module_tab-news ol > li > div ul.category li {
            float: none;
            margin-right: 0;
            margin-bottom: 4px; } }
        @media screen and (max-width: 767px) {
          .module_tab-news ol > li > a ul.category li, .module_tab-news ol > li > div ul.category li {
            float: left;
            margin-right: 4px;
            margin-bottom: 0; } }
        .module_tab-news ol > li > a ul.category li:only-child, .module_tab-news ol > li > a ul.category li:last-child, .module_tab-news ol > li > div ul.category li:only-child, .module_tab-news ol > li > div ul.category li:last-child {
          margin-right: 0; }
          @media (max-width: 1167px) {
            .module_tab-news ol > li > a ul.category li:only-child, .module_tab-news ol > li > a ul.category li:last-child, .module_tab-news ol > li > div ul.category li:only-child, .module_tab-news ol > li > div ul.category li:last-child {
              margin-bottom: 0; } }
    .module_tab-news ol > li > a .text,
    .module_tab-news ol > li > div .text {
      width: 75%;
      font-size: 14px;
      font-weight: bold; }
      @media screen and (max-width: 767px) {
        .module_tab-news ol > li > a .text,
        .module_tab-news ol > li > div .text {
          width: 100%; } }
      .module_tab-news ol > li > a .text span,
      .module_tab-news ol > li > div .text span {
        display: block;
        padding-left: 2em;
        background: url("/v2/img/common/ico_arrow_square_black_right.svg") no-repeat left center;
        background-size: 16px 16px; }
        @media screen and (max-width: 767px) {
          .module_tab-news ol > li > a .text span,
          .module_tab-news ol > li > div .text span {
            background-position: left top;
            background-size: 19px 19px; } }
        .module_tab-news ol > li > a .text span a,
        .module_tab-news ol > li > div .text span a {
          color: #00507e;
          text-decoration: underline; }
    .module_tab-news ol > li > a .date,
    .module_tab-news ol > li > div .date {
      width: 10%;
      font-size: 12px;
      font-weight: bold;
      text-align: right; }
      @media (max-width: 1167px) {
        .module_tab-news ol > li > a .date,
        .module_tab-news ol > li > div .date {
          width: 9em; } }
      @media screen and (max-width: 767px) {
        .module_tab-news ol > li > a .date,
        .module_tab-news ol > li > div .date {
          width: 100%; } }
.module_tab-news p.button a, .module_tab-news p.button span {
  display: block;
  padding: 1em;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .module_tab-news p.button a, .module_tab-news p.button span {
      font-size: 16px; } }
.module_tab-news p.button a {
  background-color: #222; }
.module_tab-news p.button span {
  background-color: #e8e8e8; }

ul.module_slider-banner {
  display: none;
  margin: 0 -10px !important; }
  @media screen and (max-width: 767px) {
    ul.module_slider-banner {
      margin: 0 34px 10px !important; } }
  ul.module_slider-banner li {
    padding-right: 10px;
    padding-left: 10px; }
    ul.module_slider-banner li a {
      position: relative;
      display: block;
      background-color: transparent; }
      ul.module_slider-banner li a:hover {
        opacity: 1; }
      ul.module_slider-banner li a:hover {
        background-color: rgba(0, 80, 126, 0.65); }
      ul.module_slider-banner li a::before {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        z-index: 2;
        width: 100%;
        height: 100%;
        background-color: inherit; }
      ul.module_slider-banner li a img {
        width: 100%; }
  ul.module_slider-banner ul.slick-dots {
    bottom: -25px; }
    @media screen and (max-width: 767px) {
      ul.module_slider-banner ul.slick-dots {
        bottom: -15px; } }

.module_profileBox {
  display: table; }
  .module_profileBox > div {
    display: table-cell;
    vertical-align: bottom; }
    .module_profileBox > div.head {
      padding-right: 20px;
      width: 150px; }
    .module_profileBox > div.body {
      width: calc(100% - 150px); }
      .module_profileBox > div.body .module_profile .position {
        margin-top: 10px;
        line-height: 1; }

.c-video {
  overflow: hidden;
  position: absolute;
  height: 100%;
  width: 100%; }
  @media screen and (max-width: 767px) {
    .c-video {
      padding-top: 0; } }
  body.is-movieSp .c-video {
    position: relative;
    height: 0;
    padding: 0 0 100%; }
  .c-video video {
    width: 100%; }
    body.is-movieSp .c-video video {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }

@media screen and (max-width: 767px) {
  .c-video {
    min-width: 100%;
    left: 0; }

  .c-video video {
    height: auto;
    width: 100%; } }
@media screen and (max-width: 320px) {
  .c-video video {
    height: 100%;
    width: auto; } }
.c-video #video {
  opacity: 0; }

.c-video video {
  display: none; }

.c-video {
  pointer-events: none; }

.c-frame {
  position: relative; }
  .c-frame-header, .c-frame-header-search {
    position: relative;
    top: -15px; }
    @media screen and (max-width: 767px) {
      .c-frame-header, .c-frame-header-search {
        top: auto; } }
    .c-frame-header::after, .c-frame-header-search::after {
      position: absolute;
      content: '';
      right: 0;
      bottom: 100%;
      z-index: -1;
      width: 520px;
      height: 175px;
      margin-bottom: -82px;
      background: url(/v2/img/common/bg_title_01.svg) no-repeat; }
      @media screen and (max-width: 767px) {
        .c-frame-header::after, .c-frame-header-search::after {
          left: 0;
          right: auto;
          bottom: -27px;
          margin-left: -18px;
          width: 400px;
          height: 172px; } }
  .c-frame-header-search::after {
    width: 766px;
    margin-bottom: -82px;
    background: url(/v2/img/common/bg_title_search.svg) no-repeat; }
    @media screen and (max-width: 767px) {
      .c-frame-header-search::after {
        bottom: 100%;
        width: 355px;
        margin-bottom: -135px; } }
  .c-frame-text-result {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 4px;
    font-family: "Gothic MB101 Ultra", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif; }
    @media screen and (max-width: 767px) {
      .c-frame-text-result {
        position: static;
        margin-top: 35px;
        margin-right: 0; } }
    .c-frame-text-result > a {
      display: inline-block;
      padding: 5px 45px 5px 10px;
      font-size: 30px;
      background: #314fa8 url(/v2/img/common/btn_next_04.png) no-repeat 98% center;
      background-size: 25px 25px;
      color: #fff; }
      @media (min-width: 768px) and (max-width: 1167px) {
        .c-frame-text-result > a {
          font-size: 2vw; } }
      @media screen and (max-width: 767px) {
        .c-frame-text-result > a {
          padding: 5px 35px 5px 10px;
          background-size: 20px 20px;
          font-size: 5vw;
          color: #fff; } }
  .c-frame-content {
    padding: 36px 30px 90px;
    border: 1px solid #e5e5e5;
    margin-top: -15px; }
    @media screen and (max-width: 767px) {
      .c-frame-content {
        padding: 35px 0 0;
        border: none;
        margin: 0 -1em; } }

.c-explore {
  font-family: "Gothic MB101 Heavy", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif; }
  .c-explore {
    min-height: 1%; }
  .c-explore::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden; }
  .c-explore + .c-explore {
    margin-top: 60px; }
    @media screen and (max-width: 767px) {
      .c-explore + .c-explore {
        overflow: visible;
        margin-top: 40px; } }
  .c-explore div.c-explore-head {
    float: left;
    margin-right: 30px;
    width: 250px;
    font-size: 20px; }
    @media screen and (max-width: 767px) {
      .c-explore div.c-explore-head {
        float: none;
        margin-right: 0;
        width: 100%;
        font-size: 16px; } }
    .c-explore div.c-explore-head .c-explore-title {
      display: table;
      border: 6px solid #000;
      width: 100%; }
      @media screen and (max-width: 767px) {
        .c-explore div.c-explore-head .c-explore-title {
          border-width: 3px; } }
      .c-explore div.c-explore-head .c-explore-title a, .c-explore div.c-explore-head .c-explore-title em {
        display: table-cell;
        padding: 22px 14px;
        height: 104px;
        background-color: #fff;
        vertical-align: middle; }
        @media screen and (max-width: 767px) {
          .c-explore div.c-explore-head .c-explore-title a, .c-explore div.c-explore-head .c-explore-title em {
            height: auto; } }
        .c-explore div.c-explore-head .c-explore-title a span, .c-explore div.c-explore-head .c-explore-title em span {
          display: block;
          position: relative;
          padding-left: 30px; }
          .c-explore div.c-explore-head .c-explore-title a span::before, .c-explore div.c-explore-head .c-explore-title a span::after, .c-explore div.c-explore-head .c-explore-title em span::before, .c-explore div.c-explore-head .c-explore-title em span::after {
            content: '';
            display: block;
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%); }
          .c-explore div.c-explore-head .c-explore-title a span::before, .c-explore div.c-explore-head .c-explore-title em span::before {
            width: 18px;
            height: 18px;
            background-color: #000; }
          .c-explore div.c-explore-head .c-explore-title a span::after, .c-explore div.c-explore-head .c-explore-title em span::after {
            left: 6px;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 4px 0 4px 6px;
            border-color: transparent transparent transparent #fff; }
      .c-explore div.c-explore-head .c-explore-title em span {
        padding-left: 0; }
        .c-explore div.c-explore-head .c-explore-title em span::before, .c-explore div.c-explore-head .c-explore-title em span::after {
          display: none; }
  .c-explore div.c-explore-body {
    font-size: 18px; }
    @media screen and (max-width: 767px) {
      .c-explore div.c-explore-body {
        margin-top: 1em;
        font-size: 14px; } }
    .c-explore div.c-explore-body ul {
      overflow: hidden;
      margin-bottom: -5px; }
      .c-explore div.c-explore-body ul li.c-explore-body-item {
        position: relative;
        float: left;
        margin: 0 0 5px 30px;
        width: calc(50% - 15px); }
        .c-explore div.c-explore-body ul li.c-explore-body-item:nth-child(2n+1) {
          clear: left;
          margin-left: 0; }
        @media (max-width: 960px) {
          .c-explore div.c-explore-body ul li.c-explore-body-item {
            float: none;
            margin-left: 0;
            width: 100%; } }
        .c-explore div.c-explore-body ul li.c-explore-body-item a {
          display: block;
          padding: .73em 0;
          border-bottom: 2px solid #e1e1e1;
          font-family: "Gothic MB101 Heavy", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif; }
          .c-explore div.c-explore-body ul li.c-explore-body-item a::before {
            content: '';
            display: block;
            position: absolute;
            right: 0;
            bottom: 0;
            width: 43px;
            height: 2px;
            background-color: #000; }
          .c-explore div.c-explore-body ul li.c-explore-body-item a span {
            display: block;
            padding-right: 43px; }
            .c-explore div.c-explore-body ul li.c-explore-body-item a span::before, .c-explore div.c-explore-body ul li.c-explore-body-item a span::after {
              content: '';
              display: block;
              position: absolute;
              right: 12px;
              top: 50%;
              transform: translateY(-50%); }
            .c-explore div.c-explore-body ul li.c-explore-body-item a span::before {
              width: 18px;
              height: 18px;
              background-color: #000; }
            .c-explore div.c-explore-body ul li.c-explore-body-item a span::after {
              right: 17px;
              width: 0;
              height: 0;
              border-style: solid;
              border-width: 4px 0 4px 6px;
              border-color: transparent transparent transparent #fff; }

.c-explore-panel div.c-explore-body {
  margin-left: 280px; }
  @media screen and (max-width: 767px) {
    .c-explore-panel div.c-explore-body {
      margin-top: 30px;
      margin-left: 0; } }
.c-explore-body ul + .c-explore-body-title {
  margin-top: 40px; }
.c-explore-body-title {
  padding-bottom: 5px;
  border-bottom: 7px solid;
  margin-bottom: 10px;
  font-family: "Gothic MB101 Heavy", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif; }
  @media screen and (max-width: 767px) {
    .c-explore-body-title {
      border-bottom-width: 5px; } }

.c-explore-body + .btn-info {
  margin-top: 40px; }
  @media screen and (max-width: 767px) {
    .c-explore-body + .btn-info {
      margin-top: 20px; } }

.c-recommend {
  width: 100%;
  text-align: center;
  font-family: "Gothic MB101 Ultra", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
  font-weight: bold;
  word-break: break-all;
  line-height: 1.1; }
  @media screen and (max-width: 767px) {
    .c-recommend {
      display: block;
      padding-right: 17px;
      padding-left: 17px; } }
  .c-recommend > a {
    display: block;
    width: 100%; }
    .c-recommend > a:nth-child(1) {
      margin-right: 10px; }
      @media screen and (max-width: 767px) {
        .c-recommend > a:nth-child(1) {
          margin-right: 0; } }
  .c-recommend-content {
    display: table;
    width: 100%; }
  .c-recommend-image {
    position: relative;
    display: table-cell;
    width: 100px; }
    @media screen and (max-width: 767px) {
      .c-recommend-image {
        width: 30%; } }
    .c-recommend-image img {
      width: 100%; }
  .c-recommend-text {
    display: table-cell;
    font-size: 28px;
    vertical-align: middle;
    font-family: "Gothic MB101 Ultra", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
    background-color: #ffea00; }
    @media screen and (max-width: 767px) {
      .c-recommend-text {
        font-size: 16px; } }
    @media (min-width: 768px) and (max-width: 1167px) {
      .c-recommend-text {
        font-size: 2.5vw; } }
    .c-recommend-text > span {
      display: inline-block; }
  .c-recommend-utility {
    display: table-cell;
    padding: 10px;
    vertical-align: middle;
    background-color: #222; }
    .c-recommend-utility > p {
      position: relative;
      font-size: 20px;
      color: #fff; }
      @media screen and (max-width: 767px) {
        .c-recommend-utility > p {
          font-size: 12px; } }
      @media (min-width: 768px) and (max-width: 1167px) {
        .c-recommend-utility > p {
          font-size: 2vh; } }
      .c-recommend-utility > p::after {
        content: '';
        display: block;
        width: 20px;
        height: 20px;
        margin: 10px auto 0;
        background: url(/v2/img/common/ico_instagram.svg) no-repeat center center; }
  @media screen and (max-width: 767px) {
    .c-recommend.only-sp .c-recommend-content {
      min-height: 110px; } }
  @media screen and (max-width: 767px) {
    .c-recommend.only-sp .c-recommend-text {
      font-size: 25px; } }

.c-recommend-download {
  display: flex;
  width: 100%;
  margin-bottom: 90px; }
  @media (min-width: 768px) and (max-width: 1167px) {
    .c-recommend-download {
      flex-wrap: wrap;
      justify-content: center;
      margin-bottom: 60px; } }
  @media screen and (max-width: 767px) {
    .c-recommend-download {
      flex-wrap: wrap;
      justify-content: space-between;
      margin-bottom: 40px; } }
  .c-recommend-download > a {
    width: 300px;
    text-align: left; }
    @media screen and (max-width: 767px) {
      .c-recommend-download > a {
        width: 49%; } }
  .c-recommend-download .c-recommend-text {
    width: 200px;
    padding-left: 10px;
    letter-spacing: -.04em; }
    @media (min-width: 768px) and (max-width: 1167px) {
      .c-recommend-download .c-recommend-text {
        padding-left: 6px; } }
    @media screen and (max-width: 767px) {
      .c-recommend-download .c-recommend-text {
        padding-left: 6px;
        width: 60%; } }
  .c-recommend-download .c-recommend-utility {
    width: 163px; }
  .c-recommend-download .c-recommend-utility > p::after {
    width: 38px;
    height: 24px;
    background-image: url(/v2/img/common/ico_download_01.svg); }
    @media screen and (max-width: 767px) {
      .c-recommend-download .c-recommend-utility > p::after {
        width: 24px;
        height: 17px; } }

.c-recommend-download > .c-recommend-service {
  margin-left: auto; }
  @media (min-width: 768px) and (max-width: 1167px) {
    .c-recommend-download > .c-recommend-service {
      margin-top: 20px;
      margin-left: 0; } }
  @media screen and (max-width: 767px) {
    .c-recommend-download > .c-recommend-service {
      width: 100%;
      margin-top: 20px;
      margin-left: 0; } }

.c-recommend-service {
  min-height: 1%; }
.c-recommend-service::after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden; }
.c-recommend-contact {
  float: left;
  width: 65.94%;
  margin-right: 3.04%; }
  .c-recommend-contact > a {
    display: block;
    padding: 15px;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    font-family: "Gothic MB101 Ultra", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
    white-space: nowrap;
    background-color: #222; }
    @media screen and (max-width: 767px) {
      .c-recommend-contact > a {
        font-size: 15px; } }
    @media (min-width: 768px) and (max-width: 1167px) {
      .c-recommend-contact > a {
        font-size: 1.5vh; } }
    .c-recommend-contact > a > span {
      padding-right: 40px;
      background: url(/v2/img/common/ico_mail.svg) no-repeat right center;
      background-size: 23px 17px; }
.c-recommend-sns {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-right: 10px; }
  @media screen and (max-width: 767px) {
    .c-recommend-sns {
      justify-content: space-between;
      margin-right: 0; } }
  .c-recommend-sns > li {
    width: 40px;
    margin-right: 3px; }
    @media screen and (max-width: 767px) {
      .c-recommend-sns > li {
        margin-right: 0; } }
    .c-recommend-sns > li:last-child {
      margin-right: 0; }
  .c-recommend-sns > li a {
    display: block; }
  .c-recommend-sns .icon {
    display: block;
    width: 100%;
    height: 40px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #222; }
  .c-recommend-sns .text {
    color: #222;
    font-family: "Gothic MB101 Ultra", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
    font-weight: bold;
    font-size: 10px; }
  .c-recommend-sns .c-recommend-sns-campus {
    width: 100px; }
    .c-recommend-sns .c-recommend-sns-campus .icon {
      background-image: url(/v2/img/common/ico_campus_01.png); }
  .c-recommend-sns-instagram .icon {
    background-image: url(/v2/img/common/ico_instagram_dark_01.svg); }
  .c-recommend-sns-facebook .icon {
    background-image: url(/v2/img/common/ico_facebook_dark_01.svg); }
  .c-recommend-sns-twitter .icon {
    background-image: url(/v2/img/common/ico_twitter_dark_01.svg); }
  .c-recommend-sns-youtube .icon {
    background-image: url(/v2/img/common/ico_youtube_dark_02.svg); }
  .c-recommend-sns-line .icon {
    background-image: url(/v2/img/common/ico_line_dark_01.svg); }

.c-media {
  min-height: 1%; }
.c-media::after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden; }
.c-media + .c-media {
  margin-top: 40px; }
  @media screen and (max-width: 767px) {
    .c-media + .c-media {
      margin-top: 20px; } }
.c-media .c-media-col {
  max-width: 47%; }
  @media screen and (max-width: 767px) {
    .c-media .c-media-col {
      max-width: none;
      width: 100%; }
      .c-media .c-media-col img {
        max-width: none;
        width: inherit; } }
.c-media .c-media-image-left {
  float: left;
  margin-right: 4.5%; }
  @media screen and (max-width: 767px) {
    .c-media .c-media-image-left {
      float: none;
      margin-bottom: 15px; } }
  .c-media .c-media-image-left + .c-media-detail-right {
    margin-left: 0; }
    @media screen and (max-width: 767px) {
      .c-media .c-media-image-left + .c-media-detail-right {
        margin-top: 15px; } }
.c-media .c-media-image-right {
  float: right;
  margin-left: 4.5%; }
  @media screen and (max-width: 767px) {
    .c-media .c-media-image-right {
      float: none;
      margin-left: 0; } }
  @media screen and (max-width: 767px) {
    .c-media .c-media-image-right + .c-media-detail-left {
      margin-top: 15px; } }
.c-media .c-media-detail-right,
.c-media .c-media-detail-left {
  width: 47%; }
  @media screen and (max-width: 767px) {
    .c-media .c-media-detail-right,
    .c-media .c-media-detail-left {
      width: 100%;
      padding-right: 0;
      padding-left: 0; } }
.c-media .c-media-detail-right {
  float: right; }
  @media screen and (max-width: 767px) {
    .c-media .c-media-detail-right {
      float: none; } }
.c-media .c-media-detail-left {
  float: left; }
  @media screen and (max-width: 767px) {
    .c-media .c-media-detail-left {
      float: none; } }
.c-media + .card-cmn-02 {
  margin-top: 40px; }
  @media screen and (max-width: 767px) {
    .c-media + .card-cmn-02 {
      margin-top: 25px; } }
@media screen and (max-width: 767px) {
  .c-media p:not([class]) {
    font-size: 12px !important; } }
.c-media figure {
  margin-bottom: 5px; }
.c-media .list-profile .title {
  margin-bottom: 3px; }

.c-media .btn-row {
  margin-right: 0;
  margin-left: 0; }
  .c-media .btn-row [class*="btn-col"] {
    padding-right: 0;
    padding-left: 0; }
  .c-media .btn-row .btn-col-2:nth-child(1) {
    padding-right: .5%; }
  .c-media .btn-row .btn-col-2:nth-child(2) {
    padding-left: .5%; }

.c-media-04 .c-media-col {
  max-width: 21.67%;
  margin-right: 4.4%; }
  .c-media-04 .c-media-col:nth-child(4n) {
    margin-right: 0; }
  .c-media-04 .c-media-col:nth-child(n + 5) {
    margin-top: 4.4%; }
  @media (min-width: 768px) and (max-width: 1167px) {
    .c-media-04 .c-media-col {
      max-width: 30.37%; }
      .c-media-04 .c-media-col:nth-child(3n) {
        margin-right: 0; }
      .c-media-04 .c-media-col:nth-child(4n) {
        margin-right: 4.4%; }
      .c-media-04 .c-media-col:nth-child(n + 5) {
        margin-top: auto; }
      .c-media-04 .c-media-col:nth-child(n + 4) {
        margin-top: 4.4%; } }
  @media screen and (max-width: 767px) {
    .c-media-04 .c-media-col {
      max-width: 47.67%;
      float: left; }
      .c-media-04 .c-media-col:nth-child(2n) {
        margin-right: 0; }
      .c-media-04 .c-media-col:nth-child(n + 3) {
        margin-top: 15px; } }
.c-media-04 .list-profile {
  margin-top: -12px; }
  .c-media-04 .list-profile .title {
    font-size: 24px; }
    @media screen and (max-width: 767px) {
      .c-media-04 .list-profile .title {
        margin-bottom: 5px; } }
  .c-media-04 .list-profile .sub,
  .c-media-04 .list-profile .label {
    font-size: 12px; }
  .c-media-04 .list-profile .sub {
    margin-bottom: 0; }
  .c-media-04 .list-profile .label {
    padding-left: 20px; }
    .c-media-04 .list-profile .label::before {
      width: 15px;
      height: 6px; }
  .c-media-04 .list-profile + p {
    margin-top: 15px; }
    @media screen and (max-width: 767px) {
      .c-media-04 .list-profile + p {
        margin-top: 10px; } }

.c-underline {
  text-decoration: underline; }

.c-parts-number {
  position: absolute;
  right: 0;
  z-index: 999;
  color: crimson;
  font-size: 30px;
  background-color: rgba(255, 255, 255, 0.5); }

.bg-style-01,
.bg-style-01-top {
  position: relative; }
  .bg-style-01::before,
  .bg-style-01-top::before {
    position: absolute;
    left: 0;
    right: 0;
    z-index: -1;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    background: url(/v2/img/common/bg_point_01.png) repeat-y left top, url(/v2/img/common/bg_point_01.png) repeat-y right top; }
    @media screen and (max-width: 767px) {
      .bg-style-01::before,
      .bg-style-01-top::before {
        display: none;
        background-image: none; } }

.bg-style-01-top {
  padding-right: 71px;
  padding-left: 71px; }
  @media screen and (max-width: 767px) {
    .bg-style-01-top {
      padding-right: 0;
      padding-left: 0; } }

.bg-style-02 {
  position: relative;
  width: 100%;
  margin-bottom: 164px;
  background-color: #f8f8f8; }
  @media (min-width: 768px) and (max-width: 1167px) {
    .bg-style-02 {
      margin-bottom: 60px; } }
  @media screen and (max-width: 767px) {
    .bg-style-02 {
      margin-bottom: 50px; } }
  .l-content-noMargin + .bg-style-02 {
    margin-bottom: 0; }
  @media (min-width: 1168px) {
    .l-content-noFlex + .bg-style-02 {
      margin-top: -64px; } }
  @media screen and (max-width: 767px) {
    .l-content-noFlex + .bg-style-02 {
      margin-top: 15px;
      margin-bottom: 0; } }
  .bg-style-02 > .sec-pr,
  .bg-style-02 .sec-pr-type02 {
    padding-top: 60px;
    padding-bottom: 80px; }
    @media screen and (max-width: 767px) {
      .bg-style-02 > .sec-pr,
      .bg-style-02 .sec-pr-type02 {
        padding-top: 45px;
        padding-bottom: 45px; } }

.bg-style-02 .list-link-banner li a span {
  background-color: #f8f8f8 !important; }

.bg-headline {
  background: url(/v2/img/common/bg_title_01.svg) no-repeat 101.7% 33px;
  background-size: 893px 301px; }
  @media screen and (max-width: 767px) {
    .bg-headline {
      background-position: 0 25px;
      background-size: contain; } }
  @media (min-width: 1168px) {
    .bg-headline.bg-headline-no-pc {
      background: none; } }
  @media (min-width: 768px) and (max-width: 1167px) {
    .bg-headline.bg-headline-no-pc {
      background: none; } }

.bg-headline-02 {
  background: url(/v2/img/common/bg_title_01.svg) no-repeat 103% 38px;
  background-size: 790px; }
  @media screen and (max-width: 767px) {
    .bg-headline-02 {
      background-position: 0 25px;
      background-size: contain; } }

.tab-news {
  position: relative; }
  .tab-news-list {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin-bottom: 40px;
    font-size: 15px; }
    @media screen and (max-width: 767px) {
      .tab-news-list {
        display: none; } }
  .tab-news-list > li {
    display: table-cell;
    border-right: 3px solid #fff;
    text-align: center;
    vertical-align: middle; }
    .tab-news-list > li:last-child {
      border-right: none; }
  .tab-news-list a {
    display: block;
    line-height: 1.1;
    color: #000;
    font-family: "Gothic MB101 Ultra", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
    background-color: #e8e8e8;
    white-space: nowrap; }
    .tab-news-list a span {
      display: inline-block;
      vertical-align: middle;
      white-space: normal; }
    .tab-news-list a::after {
      content: '';
      display: inline-block;
      width: 1px;
      height: 60px;
      vertical-align: middle; }
  .tab-news-list a:hover, .tab-news-list .is-current a {
    color: #fff;
    background-color: #222; }
  .tab-news + .c-explore {
    margin-top: 107px; }
    @media screen and (max-width: 767px) {
      .tab-news + .c-explore {
        margin-top: 50px; } }

.tab-news-select {
  position: relative;
  display: none;
  margin-bottom: 20px; }
  @media screen and (max-width: 767px) {
    .tab-news-select {
      display: block; } }
  .tab-news-select::before, .tab-news-select::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    content: '';
    margin: auto 12px auto auto;
    display: block; }
  .tab-news-select::before {
    width: 22px;
    height: 22px;
    background: #fff; }
  .tab-news-select::after {
    margin-right: 19px;
    width: 7px;
    height: 15px;
    background: url(/v2/img/common/ico_select_02.svg) no-repeat; }
  .tab-news-select select {
    width: 100%;
    border: none;
    padding: 12px;
    color: #fff;
    font-family: "Gothic MB101 Ultra", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
    text-align: center;
    background-color: #000; }
    .tab-news-select select option {
      color: #000;
      background-color: #fff; }

@media screen and (max-width: 767px) {
  .news-list {
    display: none; } }
.news-list-item {
  border: 2px solid #f1f1f1;
  margin-top: 20px; }
  .news-list-item:first-child {
    margin-top: 0; }
.news-list-item a {
  display: table;
  width: 100%;
  padding: 25px 20px; }
  @media screen and (max-width: 767px) {
    .news-list-item a {
      padding: 10px; } }
@media screen and (max-width: 767px) {
  .news-list.is-current {
    display: block; } }

.news-list-tag {
  display: table-cell;
  width: 14%;
  vertical-align: middle; }
  .news-list-tag {
    min-height: 1%; }
  .news-list-tag::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden; }
  @media screen and (max-width: 767px) {
    .news-list-tag {
      display: block;
      width: 100%; } }
  .news-list-tag > li {
    float: left;
    margin-right: 4px;
    margin-bottom: 4px;
    line-height: 1;
    font-family: "Gothic MB101 Heavy", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif; }
    @media screen and (max-width: 767px) {
      .news-list-tag > li {
        margin-bottom: 7px; } }
    .news-list-tag > li:last-child {
      margin-right: 0; }
  .news-list-tag > li span {
    display: inline-block;
    min-width: 53px;
    padding: 3px;
    text-align: center;
    font-size: 12px;
    line-height: 1;
    color: #fff;
    background-color: #222; }

.news-list-text {
  display: table-cell;
  width: 87.5%;
  padding-left: 37px;
  vertical-align: middle; }
  @media screen and (max-width: 767px) {
    .news-list-text {
      display: block;
      width: 100%;
      padding-left: 0; } }
  .news-list-text > p {
    padding-left: 30px;
    font-family: "Gothic MB101 Bold", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
    background: url(/v2/img/common/ico_arrow_square_black_right.svg) no-repeat left center;
    background-size: 16px 16px; }
    @media screen and (max-width: 767px) {
      .news-list-text > p {
        font-size: 12px;
        background-position: left top;
        background-size: 19px 19px; } }

.news-list-date {
  display: table-cell;
  width: 8.5%;
  vertical-align: middle; }
  @media screen and (max-width: 767px) {
    .news-list-date {
      display: block;
      width: 100%;
      text-align: right; } }
  .news-list-date > p {
    padding-left: 20px;
    font-size: 10px;
    font-family: "Gothic MB101 Ultra", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
    font-weight: bold; }

.tab-news-button {
  text-align: center; }
  .tab-news-button > span,
  .tab-news-button > a {
    display: block;
    padding: 20px;
    margin-top: 20px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    font-family: "Gothic MB101 Ultra", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif; }
    @media screen and (max-width: 767px) {
      .tab-news-button > span,
      .tab-news-button > a {
        font-size: 16px; } }
  .tab-news-button > span {
    background-color: #e8e8e8; }
  .tab-news-button > a {
    background-color: #222; }

.img-full-sp > iframe {
  width: 100%;
  min-height: 520px; }
  @media screen and (max-width: 767px) {
    .img-full-sp > iframe {
      min-height: 260px; } }
@media screen and (max-width: 767px) {
  .img-full-sp {
    margin-right: -17px;
    margin-left: -17px; } }
.img-full-sp + p {
  margin-top: 20px; }

.is-hide {
  position: relative;
  z-index: -1;
  opacity: 0;
  transition: opacity .3s ease; }

.is-show {
  opacity: 1; }

.gsc-control-cse * {
  box-sizing: content-box; }

.gsc-input {
  line-height: 1; }

.only-tab,
.only-sp,
.no-pc {
  display: none !important; }

@media (min-width: 768px) and (max-width: 1167px) {
  .only-tab {
    display: block !important; } }
@media screen and (max-width: 767px) {
  .only-tab,
  .only-pc,
  .no-sp {
    display: none !important; }

  .only-sp,
  .no-pc {
    display: block !important; }

  span.only-sp,
  img.only-sp,
  img.no-pc {
    display: inline-block !important; } }
.c-streaming-video {
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  position: relative; }
  .c-streaming-video > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

@media (min-width: 1168px) {
  .c-txt-indent-01 {
    padding-left: 5em;
    text-indent: -5em; } }

.module_search label {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 60px; }
  @media screen and (max-width: 767px) {
    .module_search label {
      height: 55px; } }
  .module_search label input,
  .module_search label button {
    display: block;
    float: left;
    border: none;
    height: inherit; }
    .module_search label input[type="text"],
    .module_search label button[type="text"] {
      border: 4px solid #000;
      padding: 0 1em;
      border-right: none;
      width: calc(100% - 60px);
      font-weight: bold;
      line-height: 52px; }
      @media screen and (max-width: 767px) {
        .module_search label input[type="text"],
        .module_search label button[type="text"] {
          width: calc(100% - 55px);
          line-height: 47px; } }
    .module_search label input[type="submit"],
    .module_search label button[type="submit"] {
      border: none;
      width: 60px;
      background: #000 url("/v2/img/common/ico_search_01.svg") no-repeat center center;
      background-size: 20px 20px; }
      @media screen and (max-width: 767px) {
        .module_search label input[type="submit"],
        .module_search label button[type="submit"] {
          width: 55px; } }
      .module_search label input[type="submit"] span,
      .module_search label button[type="submit"] span {
        display: none; }

.gsc-control-searchbox-only form.gsc-search-box {
  margin-bottom: 0;
  background: #00507e; }
.gsc-control-searchbox-only table.gsc-search-box {
  margin-bottom: 0;
  background: #00507e; }
.gsc-control-searchbox-only .gsc-input-box {
  height: auto !important;
  border: none !important;
  padding: 0 !important;
  background: #00507e; }
.gsc-control-searchbox-only .gsc-input {
  padding: 0 !important; }
.gsc-control-searchbox-only .gsib_a {
  padding: 0 !important;
  background: #fff; }
.gsc-control-searchbox-only .gsib_b {
  position: absolute;
  right: 100px;
  top: 50%;
  width: 30px;
  height: 30px;
  margin: -15px 0 0; }
  @media screen and (max-width: 767px) {
    .gsc-control-searchbox-only .gsib_b {
      height: 20px;
      margin: -10px 0 0;
      right: 20%; } }
.gsc-control-searchbox-only .gsc-input input {
  width: 100%;
  height: 93px !important;
  display: block;
  padding: 30px 17px !important;
  box-sizing: border-box;
  margin-left: auto;
  margin-top: 0 !important;
  border: 7px solid #00507e !important;
  font-family: "Helvetica Neue", "Helvetica", Arial, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 900;
  background-position: 10px !important; }
  @media (min-width: 768px) and (max-width: 1167px) {
    .gsc-control-searchbox-only .gsc-input input {
      height: 68px !important;
      padding-top: 16px !important;
      padding-bottom: 16px !important; } }
  @media screen and (max-width: 767px) {
    .gsc-control-searchbox-only .gsc-input input {
      width: 100%;
      height: 58px !important;
      padding: 5px !important;
      border: 5px solid #00507e !important;
      border-right: none !important;
      border-radius: 0;
      line-height: 1; }
      html[lang="en"] .gsc-control-searchbox-only .gsc-input input {
        text-indent: 56px !important; } }
  .gsc-control-searchbox-only .gsc-input input::placeholder {
    color: #ddd;
    line-height: 1;
    font-family: "Helvetica Neue", "Helvetica", Arial, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif; }
.gsc-control-searchbox-only .gsc-search-button {
  position: absolute;
  top: 0;
  right: 0; }
  @media screen and (max-width: 767px) {
    .gsc-control-searchbox-only .gsc-search-button {
      position: relative;
      top: auto;
      right: auto; } }
  .gsc-control-searchbox-only .gsc-search-button .gsc-search-button-v2 {
    display: block;
    width: 56px;
    height: 56px;
    background: #00507e url(/v2/img/common/ico_search_01.svg) no-repeat center center;
    background-size: 22px 23px;
    padding: 34px;
    border: none;
    margin: 0;
    box-sizing: border-box;
    border-radius: 0; }
    @media (min-width: 1168px) {
      .gsc-control-searchbox-only .gsc-search-button .gsc-search-button-v2 {
        width: 88px;
        height: 88px;
        padding: 45px;
        background-size: 33px 35px; } }
    @media screen and (max-width: 767px) {
      .gsc-control-searchbox-only .gsc-search-button .gsc-search-button-v2 {
        padding: 29px 10px; } }
    .gsc-control-searchbox-only .gsc-search-button .gsc-search-button-v2 svg {
      display: none; }
.gsc-control-searchbox-only .gsc-clear-button {
  display: none; }

.gssb_c {
  top: auto !important;
  bottom: 193px;
  position: fixed !important;
  bottom: 165px; }
  @media (min-width: 1168px) {
    .gssb_c {
      bottom: 193px; } }
  @media screen and (max-width: 767px) {
    .gssb_c {
      bottom: 58px;
      width: 91.5% !important; } }

.sp-unit {
  display: none; }
  @media screen and (max-width: 767px) {
    .sp-unit {
      display: block;
      width: 100%; } }

@media screen and (max-width: 767px) {
  .c-search-btn .ico-search-btn {
    display: none !important; } }

.gs-title {
  line-height: 1; }

.global_container main p:not([class]) + p:not([class]), .global_container main p:not([class]) + [class^="_"], .global_container main p:not([class]) + [class^="module_"], .global_container main p[class^="_"] + p:not([class]), .global_container main p[class^="_"] + [class^="_"], .global_container main p[class^="_"] + [class^="module_"],
.global_container .global_inner p:not([class]) + p:not([class]),
.global_container .top_inner p:not([class]) + p:not([class]),
.global_container .global_inner p:not([class]) + [class^="_"],
.global_container .top_inner p:not([class]) + [class^="_"],
.global_container .global_inner p:not([class]) + [class^="module_"],
.global_container .top_inner p:not([class]) + [class^="module_"],
.global_container .global_inner p[class^="_"] + p:not([class]),
.global_container .top_inner p[class^="_"] + p:not([class]),
.global_container .global_inner p[class^="_"] + [class^="_"],
.global_container .top_inner p[class^="_"] + [class^="_"],
.global_container .global_inner p[class^="_"] + [class^="module_"],
.global_container .top_inner p[class^="_"] + [class^="module_"] {
  margin-top: 20px; }
  @media screen and (max-width: 767px) {
    .global_container main p:not([class]) + p:not([class]), .global_container main p:not([class]) + [class^="_"], .global_container main p:not([class]) + [class^="module_"], .global_container main p[class^="_"] + p:not([class]), .global_container main p[class^="_"] + [class^="_"], .global_container main p[class^="_"] + [class^="module_"],
    .global_container .global_inner p:not([class]) + p:not([class]),
    .global_container .top_inner p:not([class]) + p:not([class]),
    .global_container .global_inner p:not([class]) + [class^="_"],
    .global_container .top_inner p:not([class]) + [class^="_"],
    .global_container .global_inner p:not([class]) + [class^="module_"],
    .global_container .top_inner p:not([class]) + [class^="module_"],
    .global_container .global_inner p[class^="_"] + p:not([class]),
    .global_container .top_inner p[class^="_"] + p:not([class]),
    .global_container .global_inner p[class^="_"] + [class^="_"],
    .global_container .top_inner p[class^="_"] + [class^="_"],
    .global_container .global_inner p[class^="_"] + [class^="module_"],
    .global_container .top_inner p[class^="_"] + [class^="module_"] {
      margin-top: 15px; } }
.global_container main p:not([class]) + [class*="_font-sizeS"], .global_container main p:not([class]) + [class*="_font-sizeSS"], .global_container main p[class^="_"] + [class*="_font-sizeS"], .global_container main p[class^="_"] + [class*="_font-sizeSS"],
.global_container .global_inner p:not([class]) + [class*="_font-sizeS"],
.global_container .top_inner p:not([class]) + [class*="_font-sizeS"],
.global_container .global_inner p:not([class]) + [class*="_font-sizeSS"],
.global_container .top_inner p:not([class]) + [class*="_font-sizeSS"],
.global_container .global_inner p[class^="_"] + [class*="_font-sizeS"],
.global_container .top_inner p[class^="_"] + [class*="_font-sizeS"],
.global_container .global_inner p[class^="_"] + [class*="_font-sizeSS"],
.global_container .top_inner p[class^="_"] + [class*="_font-sizeSS"] {
  margin-top: 10px; }
  @media screen and (max-width: 767px) {
    .global_container main p:not([class]) + [class*="_font-sizeS"], .global_container main p:not([class]) + [class*="_font-sizeSS"], .global_container main p[class^="_"] + [class*="_font-sizeS"], .global_container main p[class^="_"] + [class*="_font-sizeSS"],
    .global_container .global_inner p:not([class]) + [class*="_font-sizeS"],
    .global_container .top_inner p:not([class]) + [class*="_font-sizeS"],
    .global_container .global_inner p:not([class]) + [class*="_font-sizeSS"],
    .global_container .top_inner p:not([class]) + [class*="_font-sizeSS"],
    .global_container .global_inner p[class^="_"] + [class*="_font-sizeS"],
    .global_container .top_inner p[class^="_"] + [class*="_font-sizeS"],
    .global_container .global_inner p[class^="_"] + [class*="_font-sizeSS"],
    .global_container .top_inner p[class^="_"] + [class*="_font-sizeSS"] {
      margin-top: 10px; } }
.global_container main [class^="module_"]:not(.module_column),
.global_container .global_inner [class^="module_"]:not(.module_column),
.global_container .top_inner [class^="module_"]:not(.module_column) {
  margin-top: 20px; }
  @media screen and (max-width: 767px) {
    .global_container main [class^="module_"]:not(.module_column),
    .global_container .global_inner [class^="module_"]:not(.module_column),
    .global_container .top_inner [class^="module_"]:not(.module_column) {
      margin-top: 15px; } }
  .global_container main [class^="module_"]:not(.module_column):first-child,
  .global_container .global_inner [class^="module_"]:not(.module_column):first-child,
  .global_container .top_inner [class^="module_"]:not(.module_column):first-child {
    margin-top: 0; }
  .global_container main [class^="module_"]:not(.module_column) + p:not([class]), .global_container main [class^="module_"]:not(.module_column) + [class^="_"], .global_container main [class^="module_"]:not(.module_column) + [class^="module_"],
  .global_container .global_inner [class^="module_"]:not(.module_column) + p:not([class]),
  .global_container .top_inner [class^="module_"]:not(.module_column) + p:not([class]),
  .global_container .global_inner [class^="module_"]:not(.module_column) + [class^="_"],
  .global_container .top_inner [class^="module_"]:not(.module_column) + [class^="_"],
  .global_container .global_inner [class^="module_"]:not(.module_column) + [class^="module_"],
  .global_container .top_inner [class^="module_"]:not(.module_column) + [class^="module_"] {
    margin-top: 20px; }
    @media screen and (max-width: 767px) {
      .global_container main [class^="module_"]:not(.module_column) + p:not([class]), .global_container main [class^="module_"]:not(.module_column) + [class^="_"], .global_container main [class^="module_"]:not(.module_column) + [class^="module_"],
      .global_container .global_inner [class^="module_"]:not(.module_column) + p:not([class]),
      .global_container .top_inner [class^="module_"]:not(.module_column) + p:not([class]),
      .global_container .global_inner [class^="module_"]:not(.module_column) + [class^="_"],
      .global_container .top_inner [class^="module_"]:not(.module_column) + [class^="_"],
      .global_container .global_inner [class^="module_"]:not(.module_column) + [class^="module_"],
      .global_container .top_inner [class^="module_"]:not(.module_column) + [class^="module_"] {
        margin-top: 15px; } }
  .global_container main [class^="module_"]:not(.module_column) [class^="module_title-"] + p:not([class]),
  .global_container main [class^="module_"]:not(.module_column) [class^="module_title-"] + [class^="_"],
  .global_container main [class^="module_"]:not(.module_column) [class^="module_title-"] + [class^="module_"]:not(.module_column),
  .global_container .global_inner [class^="module_"]:not(.module_column) [class^="module_title-"] + p:not([class]),
  .global_container .top_inner [class^="module_"]:not(.module_column) [class^="module_title-"] + p:not([class]),
  .global_container .global_inner [class^="module_"]:not(.module_column) [class^="module_title-"] + [class^="_"],
  .global_container .top_inner [class^="module_"]:not(.module_column) [class^="module_title-"] + [class^="_"],
  .global_container .global_inner [class^="module_"]:not(.module_column) [class^="module_title-"] + [class^="module_"]:not(.module_column),
  .global_container .top_inner [class^="module_"]:not(.module_column) [class^="module_title-"] + [class^="module_"]:not(.module_column) {
    margin-top: 0; }
.global_container main [class^="module_title-"]:not(.module_column) + p:not([class]),
.global_container main [class^="module_title-"]:not(.module_column) + [class^="_"],
.global_container main [class^="module_title-"]:not(.module_column) + [class^="module_"]:not(.module_column),
.global_container .global_inner [class^="module_title-"]:not(.module_column) + p:not([class]),
.global_container .top_inner [class^="module_title-"]:not(.module_column) + p:not([class]),
.global_container .global_inner [class^="module_title-"]:not(.module_column) + [class^="_"],
.global_container .top_inner [class^="module_title-"]:not(.module_column) + [class^="_"],
.global_container .global_inner [class^="module_title-"]:not(.module_column) + [class^="module_"]:not(.module_column),
.global_container .top_inner [class^="module_title-"]:not(.module_column) + [class^="module_"]:not(.module_column) {
  margin-top: 0; }
.global_container main [class^="module_image"] + ._font-sizeS,
.global_container main [class*="module_box-youtube"] + ._font-sizeS,
.global_container .global_inner [class^="module_image"] + ._font-sizeS,
.global_container .top_inner [class^="module_image"] + ._font-sizeS,
.global_container .global_inner [class*="module_box-youtube"] + ._font-sizeS,
.global_container .top_inner [class*="module_box-youtube"] + ._font-sizeS {
  margin-top: 10px !important; }
.global_container main [class^="module_title-"] + [class^="module_"]:not(.module_column),
.global_container .global_inner [class^="module_title-"] + [class^="module_"]:not(.module_column),
.global_container .top_inner [class^="module_title-"] + [class^="module_"]:not(.module_column) {
  margin-top: 0; }
.global_container main [class^="module_title-type02"] ~ [class^="module_title-type02"]:not(.module_column),
.global_container .global_inner [class^="module_title-type02"] ~ [class^="module_title-type02"]:not(.module_column),
.global_container .top_inner [class^="module_title-type02"] ~ [class^="module_title-type02"]:not(.module_column) {
  margin-top: 60px; }
  @media screen and (max-width: 767px) {
    .global_container main [class^="module_title-type02"] ~ [class^="module_title-type02"]:not(.module_column),
    .global_container .global_inner [class^="module_title-type02"] ~ [class^="module_title-type02"]:not(.module_column),
    .global_container .top_inner [class^="module_title-type02"] ~ [class^="module_title-type02"]:not(.module_column) {
      margin-top: 40px; } }
.global_container main [class^="module_title-type03"] ~ [class^="module_title-type03"]:not(.module_column),
.global_container .global_inner [class^="module_title-type03"] ~ [class^="module_title-type03"]:not(.module_column),
.global_container .top_inner [class^="module_title-type03"] ~ [class^="module_title-type03"]:not(.module_column) {
  margin-top: 20px; }
  @media screen and (max-width: 767px) {
    .global_container main [class^="module_title-type03"] ~ [class^="module_title-type03"]:not(.module_column),
    .global_container .global_inner [class^="module_title-type03"] ~ [class^="module_title-type03"]:not(.module_column),
    .global_container .top_inner [class^="module_title-type03"] ~ [class^="module_title-type03"]:not(.module_column) {
      margin-top: 15px; } }
.global_container main [class^="module_image-special"]:not(.module_column) > p:not([class]),
.global_container main [class^="module_image-special"]:not(.module_column) > [class^="_"],
.global_container main [class^="module_image-special"] .module_column > p:not([class]),
.global_container main [class^="module_image-special"] .module_column > [class^="_"],
.global_container .global_inner [class^="module_image-special"]:not(.module_column) > p:not([class]),
.global_container .top_inner [class^="module_image-special"]:not(.module_column) > p:not([class]),
.global_container .global_inner [class^="module_image-special"]:not(.module_column) > [class^="_"],
.global_container .top_inner [class^="module_image-special"]:not(.module_column) > [class^="_"],
.global_container .global_inner [class^="module_image-special"] .module_column > p:not([class]),
.global_container .top_inner [class^="module_image-special"] .module_column > p:not([class]),
.global_container .global_inner [class^="module_image-special"] .module_column > [class^="_"],
.global_container .top_inner [class^="module_image-special"] .module_column > [class^="_"] {
  margin-top: -30px; }
  @media screen and (max-width: 767px) {
    .global_container main [class^="module_image-special"]:not(.module_column) > p:not([class]),
    .global_container main [class^="module_image-special"]:not(.module_column) > [class^="_"],
    .global_container main [class^="module_image-special"] .module_column > p:not([class]),
    .global_container main [class^="module_image-special"] .module_column > [class^="_"],
    .global_container .global_inner [class^="module_image-special"]:not(.module_column) > p:not([class]),
    .global_container .top_inner [class^="module_image-special"]:not(.module_column) > p:not([class]),
    .global_container .global_inner [class^="module_image-special"]:not(.module_column) > [class^="_"],
    .global_container .top_inner [class^="module_image-special"]:not(.module_column) > [class^="_"],
    .global_container .global_inner [class^="module_image-special"] .module_column > p:not([class]),
    .global_container .top_inner [class^="module_image-special"] .module_column > p:not([class]),
    .global_container .global_inner [class^="module_image-special"] .module_column > [class^="_"],
    .global_container .top_inner [class^="module_image-special"] .module_column > [class^="_"] {
      margin-top: 0; } }
.global_container main [class="module_blockQuote-01"],
.global_container .global_inner [class="module_blockQuote-01"],
.global_container .top_inner [class="module_blockQuote-01"] {
  margin-top: calc(80px + 40px) !important; }
  @media screen and (max-width: 767px) {
    .global_container main [class="module_blockQuote-01"],
    .global_container .global_inner [class="module_blockQuote-01"],
    .global_container .top_inner [class="module_blockQuote-01"] {
      margin-top: calc(37px + 25px) !important; } }
.global_container main [class^="module_title-"] + [class="module_blockQuote-01"],
.global_container .global_inner [class^="module_title-"] + [class="module_blockQuote-01"],
.global_container .top_inner [class^="module_title-"] + [class="module_blockQuote-01"] {
  margin-top: 77px !important; }
  @media screen and (max-width: 767px) {
    .global_container main [class^="module_title-"] + [class="module_blockQuote-01"],
    .global_container .global_inner [class^="module_title-"] + [class="module_blockQuote-01"],
    .global_container .top_inner [class^="module_title-"] + [class="module_blockQuote-01"] {
      margin-top: 37px !important; } }
.global_container main .module_image + .module_profile,
.global_container .global_inner .module_image + .module_profile,
.global_container .top_inner .module_image + .module_profile {
  margin-top: -1.5em !important; }
  @media screen and (max-width: 767px) {
    .global_container main .module_image + .module_profile,
    .global_container .global_inner .module_image + .module_profile,
    .global_container .top_inner .module_image + .module_profile {
      margin-top: -.75em !important; } }
.global_container main .module_column-sizeSS .module_column .module_image + .module_profile,
.global_container .global_inner .module_column-sizeSS .module_column .module_image + .module_profile,
.global_container .top_inner .module_column-sizeSS .module_column .module_image + .module_profile {
  margin-top: -1em !important; }

._margin_top-PC100 {
  margin-top: 100px !important; }
  @media screen and (max-width: 767px) {
    ._margin_top-PC100 {
      margin-top: 60px !important; } }
._margin_top-PC70 {
  margin-top: 70px !important; }
  @media screen and (max-width: 767px) {
    ._margin_top-PC70 {
      margin-top: 40px !important; } }
._margin_top-PC60 {
  margin-top: 60px !important; }
  @media screen and (max-width: 767px) {
    ._margin_top-PC60 {
      margin-top: 40px !important; } }
._margin_top-PC40 {
  margin-top: 40px !important; }
  @media screen and (max-width: 767px) {
    ._margin_top-PC40 {
      margin-top: 25px !important; } }
._margin_top-PC20 {
  margin-top: 20px !important; }
  @media screen and (max-width: 767px) {
    ._margin_top-PC20 {
      margin-top: 15px !important; } }
._margin_top-PC10 {
  margin-top: 10px !important; }
  @media screen and (max-width: 767px) {
    ._margin_top-PC10 {
      margin-top: 10px !important; } }
._margin_top-PC5 {
  margin-top: 5px !important; }
  @media screen and (max-width: 767px) {
    ._margin_top-PC5 {
      margin-top: 5px !important; } }
._margin_top-PC0 {
  margin-top: 0 !important; }
  @media screen and (max-width: 767px) {
    ._margin_top-PC0 {
      margin-top: 0 !important; } }
._margin_bottom-PC100 {
  margin-bottom: 100px !important; }
  @media screen and (max-width: 767px) {
    ._margin_bottom-PC100 {
      margin-bottom: 60px !important; } }
._margin_bottom-PC70 {
  margin-bottom: 70px !important; }
  @media screen and (max-width: 767px) {
    ._margin_bottom-PC70 {
      margin-bottom: 40px !important; } }
._margin_bottom-PC60 {
  margin-bottom: 60px !important; }
  @media screen and (max-width: 767px) {
    ._margin_bottom-PC60 {
      margin-bottom: 40px !important; } }
._margin_bottom-PC40 {
  margin-bottom: 40px !important; }
  @media screen and (max-width: 767px) {
    ._margin_bottom-PC40 {
      margin-bottom: 25px !important; } }
._margin_bottom-PC35 {
  margin-bottom: 35px !important; }
  @media screen and (max-width: 767px) {
    ._margin_bottom-PC35 {
      margin-bottom: 25px !important; } }
._margin_bottom-PC20 {
  margin-bottom: 20px !important; }
  @media screen and (max-width: 767px) {
    ._margin_bottom-PC20 {
      margin-bottom: 15px !important; } }
._margin_bottom-PC10 {
  margin-bottom: 10px !important; }
  @media screen and (max-width: 767px) {
    ._margin_bottom-PC10 {
      margin-bottom: 10px !important; } }
._margin_bottom-PC5 {
  margin-bottom: 5px !important; }
  @media screen and (max-width: 767px) {
    ._margin_bottom-PC5 {
      margin-bottom: 5px !important; } }
._margin_bottom-PC0 {
  margin-bottom: 0 !important; }
  @media screen and (max-width: 767px) {
    ._margin_bottom-PC0 {
      margin-bottom: 0 !important; } }
._margin_right-PC20 {
  margin-right: 20px !important; }
  @media screen and (max-width: 767px) {
    ._margin_right-PC20 {
      margin-right: 20px !important; } }
._margin_right-PC10 {
  margin-right: 10px !important; }
  @media screen and (max-width: 767px) {
    ._margin_right-PC10 {
      margin-right: 10px !important; } }
._margin_right-PC5 {
  margin-right: 5px !important; }
  @media screen and (max-width: 767px) {
    ._margin_right-PC5 {
      margin-right: 5px !important; } }
._margin_right-PC0 {
  margin-right: 0 !important; }
  @media screen and (max-width: 767px) {
    ._margin_right-PC0 {
      margin-right: 0 !important; } }
._margin_left-PC20 {
  margin-left: 20px !important; }
  @media screen and (max-width: 767px) {
    ._margin_left-PC20 {
      margin-left: 20px !important; } }
._margin_left-PC10 {
  margin-left: 10px !important; }
  @media screen and (max-width: 767px) {
    ._margin_left-PC10 {
      margin-left: 10px !important; } }
._margin_left-PC5 {
  margin-left: 5px !important; }
  @media screen and (max-width: 767px) {
    ._margin_left-PC5 {
      margin-left: 5px !important; } }
._margin_left-PC0 {
  margin-left: 0 !important; }
  @media screen and (max-width: 767px) {
    ._margin_left-PC0 {
      margin-left: 0 !important; } }

._width-per05 {
  width: 5% !important; }
._width-per10 {
  width: 10% !important; }
._width-per15 {
  width: 15% !important; }
._width-per20 {
  width: 20% !important; }
._width-per25 {
  width: 25% !important; }
._width-per30 {
  width: 30% !important; }
._width-per35 {
  width: 35% !important; }
._width-per40 {
  width: 40% !important; }
._width-per45 {
  width: 45% !important; }
._width-per50 {
  width: 50% !important; }
._width-per55 {
  width: 55% !important; }
._width-per60 {
  width: 60% !important; }
._width-per65 {
  width: 65% !important; }
._width-per70 {
  width: 70% !important; }
._width-per75 {
  width: 75% !important; }
._width-per80 {
  width: 80% !important; }
._width-per85 {
  width: 85% !important; }
._width-per90 {
  width: 90% !important; }
._width-per95 {
  width: 95% !important; }
._width-per100 {
  width: 100% !important; }

main {
  font-family: "Helvetica Neue", "Helvetica", Arial, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  line-height: 1.77; }
  @media screen and (max-width: 767px) {
    main {
      font-size: 14px;
      line-height: 1.7; } }
  main ._font-sizeM {
    font-size: 16px !important; }
    main ._font-sizeM * {
      font-size: inherit; }
    @media screen and (max-width: 767px) {
      main ._font-sizeM {
        font-size: 14px !important; }
        main ._font-sizeM * {
          font-size: inherit; } }
  main ._font-sizeL {
    font-size: 18px !important; }
    main ._font-sizeL * {
      font-size: inherit; }
    @media screen and (max-width: 767px) {
      main ._font-sizeL {
        font-size: 16px !important; }
        main ._font-sizeL * {
          font-size: inherit; } }
  main ._font-sizeLL {
    font-size: 24px !important; }
    main ._font-sizeLL * {
      font-size: inherit; }
    @media screen and (max-width: 767px) {
      main ._font-sizeLL {
        font-size: 18px !important; }
        main ._font-sizeLL * {
          font-size: inherit; } }
  main ._font-sizeS {
    font-size: 14px !important; }
    main ._font-sizeS * {
      font-size: inherit; }
    @media screen and (max-width: 767px) {
      main ._font-sizeS {
        font-size: 12px !important; }
        main ._font-sizeS * {
          font-size: inherit; } }
  main ._font-sizeSS {
    font-size: 12px !important; }
    main ._font-sizeSS * {
      font-size: inherit; }
    @media screen and (max-width: 767px) {
      main ._font-sizeSS {
        font-size: 10px !important; }
        main ._font-sizeSS * {
          font-size: inherit; } }
  main a {
    color: #00507e;
    text-decoration: underline; }
  main ._font_color-red {
    color: #f30000; }
  main ._font_color-blue {
    color: #00507e; }
  main ._font_color-navy {
    color: #15355f; }
  main ._font_color-green {
    color: #008f93; }
  main ._font_color-purple {
    color: #5B6298; }
  main ._font_weight-bold {
    font-weight: bold !important; }
    main ._font_weight-bold * {
      font-weight: inherit; }
  main ._font_weight-nomal {
    font-weight: normal !important; }
    main ._font_weight-nomal * {
      font-weight: inherit; }
  main ._font_style-underLine {
    text-decoration: underline; }
  main ._text_align-left {
    text-align: left; }
    main ._text_align-left * {
      text-align: inherit; }
  main ._text_align-center {
    text-align: center; }
    main ._text_align-center * {
      text-align: inherit; }
  main ._text_align-right {
    text-align: right; }
    main ._text_align-right * {
      text-align: inherit; }
  main ._word_break {
    word-break: break-all; }

._blink {
  -webkit-animation: blink 1s ease-in-out infinite alternate;
  -moz-animation: blink 1s ease-in-out infinite alternate;
  animation: blink 1s ease-in-out infinite alternate; }

@-webkit-keyframes blink {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes blink {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes blink {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

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