@charset "UTF-8";
/*
*
* Copyright (c) 2016, Codia Inc. All rights reserved.
* Date : 2019.08.XX
*
*/
@media (min-width: 375px) {
  body {
    /* 375px以上 */ } }
@media (min-width: 601px) {
  body {
    /* WordPress601px以上 */ } }
@media (min-width: 783px) {
  body {
    /* WordPress783px以上 */ } }
@media (min-width: 768px) {
  body {
    /* タブレット以上 */ } }
@media (min-width: 1020px) {
  body {
    /* PC（サイトのコンテンツ幅）以上 */ } }

@keyframes arrow {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0); }
  100% {
    -webkit-transform: translate3d(-50%, -8px, 0);
    transform: translate3d(-50%, -8px, 0); } }
.global_inner, .content_inner, .content_inner_404 {
  padding: 0 20px;
  position: relative;
  width: 100%;
  transition: padding 0.3s; }
  @media (min-width: 768px) {
    .global_inner, .content_inner, .content_inner_404 {
      margin: 0 auto;
      padding: 0 60px; } }

.module_titleSingle .head .category .label, .module_newsList-01 article .head .category .label, .module_newsList-02 article .body .category .label, .module_newsCard-01 article .body .category .label, .module_newsCard-02 article .head .category .label {
  display: inline-block;
  padding: 2px 2em; }

.module_button {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px !important;
  margin-right: -10px;
  margin-bottom: -20px;
  margin-left: -10px; }
  .module_button._left {
    justify-content: flex-start; }
  .module_button._center {
    justify-content: center; }
  .module_button._right {
    justify-content: flex-end; }
  .module_button + .module_button {
    margin-top: 20px !important; }

.module_button-01, .module_button-03, .module_pager-02 li a {
  display: inline-block;
  position: relative;
  width: auto;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0;
  text-decoration: none;
  transition: background-color .3s;
  max-width: none; }
  body.home .module_button-01, body.home .module_button-03, body.home .module_pager-02 li a, .module_pager-02 li body.home a {
    max-width: none;
    width: auto;
    font-size: 16px; }
  body.home .module_button-01 span, body.home .module_button-03 span, body.home .module_pager-02 li a span, .module_pager-02 li body.home a span {
    padding: .65em 3.45em; }
  .module_button-01 span:not([class])::before, .module_button-03 span:not([class])::before, .module_pager-02 li a span:not([class])::before, .module_button-01 span:not([class])::after, .module_button-03 span:not([class])::after, .module_pager-02 li a span:not([class])::after {
    position: absolute;
    top: calc(50% - 7px);
    right: 20px;
    z-index: 5;
    font-family: "Font Awesome\ 5 Pro";
    font-weight: 500;
    line-height: 1;
    font-size: 18px;
    transition: color 0.3s; }
  .module_button-01 span[class^="icon-"]::before, .module_button-03 span[class^="icon-"]::before, .module_pager-02 li a span[class^="icon-"]::before {
    content: none; }
  .module_button-01 span.icon-blank::before, .module_button-03 span.icon-blank::before, .module_pager-02 li a span.icon-blank::before, .module_button-01 span.icon-blank::after, .module_button-03 span.icon-blank::after, .module_pager-02 li a span.icon-blank::after {
    content: '';
    position: absolute;
    top: calc(50% - 5px);
    right: 10px;
    border: 1px solid #fff;
    width: 10px;
    height: 8px;
    transition: .3s; }
  .module_button-01 span.icon-blank::after, .module_button-03 span.icon-blank::after, .module_pager-02 li a span.icon-blank::after {
    transform: translate(-4px, 5px); }
  .module_button-01 span.iconLinkExternal::before, .module_button-03 span.iconLinkExternal::before, .module_pager-02 li a span.iconLinkExternal::before, .module_button-01 span.iconLinkExternal::after, .module_button-03 span.iconLinkExternal::after, .module_pager-02 li a span.iconLinkExternal::after {
    content: '';
    position: absolute;
    top: calc(50% - 5px);
    right: 10px;
    border: 1px solid #fff;
    width: 10px;
    height: 8px;
    transition: .3s; }
  .module_button-01 span.iconLinkExternal::after, .module_button-03 span.iconLinkExternal::after, .module_pager-02 li a span.iconLinkExternal::after {
    transform: translate(-4px, 5px); }

.module_pager-02 li.prev a, .module_pager-02 li.next a {
  display: inline-block;
  position: relative;
  max-width: 295px;
  min-width: 260px;
  width: auto;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0;
  text-decoration: none;
  background-color: #5E35B1;
  transition: background-color .3s;
  max-width: none; }
  body.home .module_pager-02 li.prev a, .module_pager-02 li.prev body.home a, body.home .module_pager-02 li.next a, .module_pager-02 li.next body.home a {
    max-width: none;
    width: auto;
    font-size: 16px; }
  .module_pager-02 li.prev a:hover, .module_pager-02 li.next a:hover {
    background: #fff; }
    .module_pager-02 li.prev a:hover::before, .module_pager-02 li.next a:hover::before {
      transform: scaleX(1); }
  .module_pager-02 li.prev a::before, .module_pager-02 li.next a::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    transform: scaleX(0);
    transition: .3s;
    transform-origin: top left; }
  .module_pager-02 li.prev a span, .module_pager-02 li.next a span {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    padding: .65em 3.75em;
    border: 2px solid #5E35B1;
    min-height: 45px;
    width: 100%;
    height: 100%; }
    body.home .module_pager-02 li.prev a span, .module_pager-02 li.prev body.home a span, body.home .module_pager-02 li.next a span, .module_pager-02 li.next body.home a span {
      padding: .65em 3.45em; }
    .module_pager-02 li.prev a span:not([class])::before, .module_pager-02 li.next a span:not([class])::before, .module_pager-02 li.prev a span:not([class])::after, .module_pager-02 li.next a span:not([class])::after {
      position: absolute;
      top: calc(50% - 7px);
      right: 20px;
      z-index: 5;
      font-family: "Font Awesome\ 5 Pro";
      font-weight: 500;
      line-height: 1;
      font-size: 18px;
      transition: color 0.3s; }
    .module_pager-02 li.prev a span[class^="icon-"]::before, .module_pager-02 li.next a span[class^="icon-"]::before {
      content: none; }
    .module_pager-02 li.prev a span.icon-blank::before, .module_pager-02 li.next a span.icon-blank::before, .module_pager-02 li.prev a span.icon-blank::after, .module_pager-02 li.next a span.icon-blank::after {
      content: '';
      position: absolute;
      top: calc(50% - 5px);
      right: 10px;
      border: 1px solid #fff;
      width: 10px;
      height: 8px;
      transition: .3s; }
    .module_pager-02 li.prev a span.icon-blank::after, .module_pager-02 li.next a span.icon-blank::after {
      transform: translate(-4px, 5px); }

@media (min-width: 1020px) {
  .global_header .gh_menu {
    display: none; } }
.global_header .gh_menu .icon {
  width: 100%; }
.global_header .gh_menu i {
  width: 100%; }
.global_header .gh_menu .icon {
  display: block;
  position: relative;
  top: 13px;
  margin: 0 auto;
  width: 20px;
  height: 2px;
  background-color: #fff;
  transition: 0.3s; }
  body._open-menu .global_header .gh_menu .icon, .global_header body._open-menu .gh_menu .icon {
    background-color: transparent; }
  .global_header .gh_menu .icon::before, .global_header .gh_menu .icon::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    transition: 0.3s;
    background-color: #fff; }
  .global_header .gh_menu .icon::before {
    top: -6px; }
    body._open-menu .global_header .gh_menu .icon::before, .global_header body._open-menu .gh_menu .icon::before {
      top: 0;
      transform: rotate(45deg); }
  .global_header .gh_menu .icon::after {
    top: 6px; }
    body._open-menu .global_header .gh_menu .icon::after, .global_header body._open-menu .gh_menu .icon::after {
      top: 0;
      transform: rotate(-45deg); }
.global_header .gh_menu i {
  margin-top: 20px;
  font-size: 10px; }

input:not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="button"]):not([type="submit"]):not([type="search"]),
select,
textarea, .module_search input[type="search"] {
  border: 1px solid #bcbcbc !important;
  padding: .5em 1em !important;
  width: 100%;
  height: 50px;
  background-color: #f3f3f3;
  font-size: 16px;
  transition: border-color 0.3s, background-color 0.3s; }
  input:hover:not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="button"]):not([type="submit"]):not([type="search"]),
  select:hover,
  textarea:hover, .module_search input[type="search"]:hover {
    border-color: #5E35B1 !important; }
  input:focus:not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="button"]):not([type="submit"]):not([type="search"]),
  select:focus,
  textarea:focus, .module_search input[type="search"]:focus {
    border-color: #5E35B1 !important;
    background-color: #fff; }
  input:-webkit-autofill:not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="button"]):not([type="submit"]):not([type="search"]),
  select:-webkit-autofill,
  textarea:-webkit-autofill, .module_search input[type="search"]:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset; }
  input[readonly="readonly"]:not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="button"]):not([type="submit"]):not([type="search"]),
  select[readonly="readonly"],
  textarea[readonly="readonly"], .module_search input[readonly="readonly"][type="search"], input[readonly]:not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="button"]):not([type="submit"]):not([type="search"]),
  select[readonly],
  textarea[readonly], .module_search input[readonly][type="search"], form.custom-wpcf7c-confirmed:not([novalidate="novalidate"]) input:not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="button"]):not([type="submit"]):not([type="search"]),
  form.custom-wpcf7c-confirmed:not([novalidate="novalidate"]) select,
  form.custom-wpcf7c-confirmed:not([novalidate="novalidate"]) textarea, form.custom-wpcf7c-confirmed:not([novalidate="novalidate"]) .module_search input[type="search"], .module_search form.custom-wpcf7c-confirmed:not([novalidate="novalidate"]) input[type="search"] {
    border-color: transparent !important;
    background-color: transparent !important;
    color: #000; }

[class*="module_title-"] {
  font-weight: 700; }

.module_movie, .module_map {
  position: relative;
  overflow: hidden;
  padding: 0 0 56.25%;
  width: 100%;
  height: 0; }
  .module_movie iframe, .module_map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important; }

ul.module_list-01 li, ul.module_list-notes-01 li, ol.module_list-01 li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px; }
  ul.module_list-01 li::before, ul.module_list-notes-01 li::before, ol.module_list-01 li::before {
    content: '';
    position: absolute; }
  .module_column-col1._left ul.module_list-01 li, .module_column-col1._left ul.module_list-notes-01 li, .module_column-col1._left ol.module_list-01 li {
    display: flex; }
  ul.module_list-01 li + li, ul.module_list-notes-01 li + li, ol.module_list-01 li + li {
    margin-top: .5em; }
  ul.module_list-01 li ul li:first-child, ul.module_list-notes-01 li ul li:first-child, ol.module_list-01 li ul li:first-child,
  ul.module_list-01 li ol li:first-child,
  ul.module_list-notes-01 li ol li:first-child,
  ol.module_list-01 li ol li:first-child {
    margin-top: .5em; }

.module_table-wrap {
  overflow-x: auto;
  padding-bottom: 1px;
  max-width: 100%;
  height: auto !important; }
  @media (min-width: 768px) {
    .module_table-wrap {
      padding-bottom: 0; } }
  .module_table-wrap::-webkit-scrollbar {
    width: 5px; }
  .module_table-wrap::-webkit-scrollbar:horizontal {
    padding: 5px;
    height: 5px; }
  .module_table-wrap::-webkit-scrollbar-track {
    border-radius: 3px;
    background: rgba(94, 53, 177, 0.2); }
  .module_table-wrap::-webkit-scrollbar-track:horizontal {
    border-radius: 3px;
    background: rgba(94, 53, 177, 0.2); }
  .module_table-wrap::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background: #5E35B1; }
  .module_table-wrap::-webkit-scrollbar-thumb:horizontal {
    border-radius: 3px;
    background: #5E35B1; }

.module_table-01 {
  border: 1px solid #111;
  height: auto !important;
  margin-bottom: 30px;
  width: 650px;
  margin: 0 auto 30px auto; }
  @media (min-width: 768px) {
    .module_table-01 {
      width: 100% !important; } }
  .module_table-01 thead,
  .module_table-01 tbody,
  .module_table-01 tfoot {
    width: 100%; }
  .module_table-01 thead th {
    background: #F1ECFF !important;
    padding: 5px 10px !important; }
  .module_table-01 tr:first-child th,
  .module_table-01 tr:first-child td {
    border-top: 1px solid #111; }
  .module_table-01 tr td {
    border-bottom: 1px solid #111;
    padding: 1em;
    border-left: 1px solid #111;
    min-width: auto; }
    .module_table-01 tr td + td {
      border-left: 1px solid #111;
      border-right: 1px solid #111; }
  .module_table-01 tr th {
    border: 1px solid #111;
    background-color: #F1F1F1;
    font-weight: 400;
    text-align: center;
    color: #333;
    vertical-align: middle;
    padding: 10px; }

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }
  *:focus {
    outline: none; }
  *::before, *::after {
    box-sizing: border-box; }

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

button {
  cursor: pointer; }

button, fieldset, form, input, label,
legend, select, textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  border-radius: 0;
  border: none;
  margin: 0;
  padding: 0;
  font: inherit;
  vertical-align: baseline; }

input, textarea {
  max-width: 100%; }

input[type="button"], input[type="reset"], input[type="submit"], button {
  cursor: pointer; }

html {
  font-size: 10px; }

body {
  position: relative;
  z-index: 0;
  background: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  line-height: 1.8;
  font-size: 1.4rem;
  color: #333;
  word-wrap: break-word;
  overflow-wrap: break-word; }
  body._contentFixed {
    position: relative;
    width: auto;
    height: auto; }

a {
  margin: 0;
  padding: 0;
  background: transparent;
  font: inherit;
  color: #0081D9;
  text-decoration: none;
  vertical-align: baseline; }
  a:hover, a:focus, a:active {
    text-decoration: none; }
  a[href^="tel:"] {
    pointer-events: none; }

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

sup,
sub {
  font-size: 78%; }

sup {
  vertical-align: super; }

sub {
  vertical-align: sub; }

:placeholder-shown {
  color: #707070; }

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

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

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

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

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

.clearFix::after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden; }

._font-sizeS {
  font-size: 1.2rem; }

._font-sizeM {
  font-size: 1.4rem; }

._font-sizeL {
  font-size: 1.8rem; }

._hide {
  display: none !important; }

._align-right {
  text-align: right !important; }

._align-left {
  text-align: left !important; }

._align-center {
  text-align: center !important; }

._indent {
  text-indent: 1rem !important; }

._block-right {
  margin-right: 0 !important;
  margin-left: auto !important; }

._block-center {
  margin-right: auto !important;
  margin-left: auto !important; }

._block-left {
  margin-right: auto !important;
  margin-left: 0 !important; }

._font-normal {
  font-weight: normal !important; }

._font-bold {
  font-weight: bold !important; }

._text-italic {
  font-style: italic !important; }

._text-underline {
  text-decoration: underline !important; }

._text-blink {
  text-decoration: blink !important; }

._text-line_through {
  text-decoration: line-through !important; }

._margin_b50 {
  margin-bottom: 50px; }

._margin_b40 {
  margin-bottom: 40px; }

._margin_t30 {
  margin-top: 30px; }

.caution {
  color: #CB063C; }

@media (min-width: 768px) {
  ._only-SP {
    display: none !important; } }

@media (min-width: 1020px) {
  ._under-TB {
    display: none !important; } }

._over-TB {
  display: none !important; }
  @media (min-width: 768px) {
    ._over-TB {
      display: block !important; } }

._over-PC {
  display: none !important; }
  @media (min-width: 1020px) {
    ._over-PC {
      display: block !important; } }

._noLink {
  display: block;
  pointer-events: none !important;
  color: #333; }

.global_inner {
  max-width: calc(1160px + 120px); }
  .global_inner._column {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse; }

.content_inner {
  max-width: calc(840px + 120px);
  display: flex;
  justify-content: space-between; }

.content_inner_404 {
  max-width: calc(840px + 120px); }

.sp_br {
  display: none; }

section {
  transition: padding 0.3s; }

div .wp-caption.alignleft {
  margin-right: 20px;
  padding: 0 10px 0 0;
  margin-top: 0 !important; }

div.wp-caption + div.wp-caption,
blockquote + div.wp-caption, div.wp-caption +
blockquote,
blockquote +
blockquote {
  margin-top: 1.5em; }
div.wp-caption + [class*="module_"]:not([class*="module_title"]):not([class*="module_button"]):not([class*="module_blockquote"]),
blockquote + [class*="module_"]:not([class*="module_title"]):not([class*="module_button"]):not([class*="module_blockquote"]) {
  margin-top: 50px; }
div.wp-caption + [class*="module_list"],
blockquote + [class*="module_list"] {
  margin-top: 30px !important; }

[class*="module_"]:not([class*="module_title"]):not([class*="module_button-"]):not([class*="module_blockquote"]) + [class*="module_"]:not([class*="module_title"]):not([class*="module_button-"]):not([class*="module_blockquote"]), [class*="module_"]:not([class*="module_title"]):not([class*="module_button-"]):not([class*="module_blockquote"]) + p:not([class]),
[class^="_"]:not(section):not(img):not(li) + [class*="module_"]:not([class*="module_title"]):not([class*="module_button-"]):not([class*="module_blockquote"]),
[class^="_"]:not(section):not(img):not(li) + p:not([class]), [class*="module_"]:not([class*="module_title"]):not([class*="module_button-"]):not([class*="module_blockquote"]) +
[class^="_"]:not(section):not(img):not(li),
[class^="_"]:not(section):not(img):not(li) +
[class^="_"]:not(section):not(img):not(li) {
  margin-top: 30px; }
[class*="module_"]:not([class*="module_title"]):not([class*="module_button-"]):not([class*="module_blockquote"]) + [class*="module_column"], [class*="module_"]:not([class*="module_title"]):not([class*="module_button-"]):not([class*="module_blockquote"]) + [class*="module_box"], [class*="module_"]:not([class*="module_title"]):not([class*="module_button-"]):not([class*="module_blockquote"]) + [class*="module_search"], [class*="module_"]:not([class*="module_title"]):not([class*="module_button-"]):not([class*="module_blockquote"]) + [class*="module_blockquote"],
[class^="_"]:not(section):not(img):not(li) + [class*="module_column"],
[class^="_"]:not(section):not(img):not(li) + [class*="module_box"],
[class^="_"]:not(section):not(img):not(li) + [class*="module_search"],
[class^="_"]:not(section):not(img):not(li) + [class*="module_blockquote"] {
  margin-top: 30px !important; }
  @media (min-width: 768px) {
    [class*="module_"]:not([class*="module_title"]):not([class*="module_button-"]):not([class*="module_blockquote"]) + [class*="module_column"], [class*="module_"]:not([class*="module_title"]):not([class*="module_button-"]):not([class*="module_blockquote"]) + [class*="module_box"], [class*="module_"]:not([class*="module_title"]):not([class*="module_button-"]):not([class*="module_blockquote"]) + [class*="module_search"], [class*="module_"]:not([class*="module_title"]):not([class*="module_button-"]):not([class*="module_blockquote"]) + [class*="module_blockquote"],
    [class^="_"]:not(section):not(img):not(li) + [class*="module_column"],
    [class^="_"]:not(section):not(img):not(li) + [class*="module_box"],
    [class^="_"]:not(section):not(img):not(li) + [class*="module_search"],
    [class^="_"]:not(section):not(img):not(li) + [class*="module_blockquote"] {
      margin-top: 50px !important; } }

p:not([class]) ~ .module_title-01, p:not([class]) ~ [class*="module_column-col"]:not([class*="_bg_box"]) > .module_title-01,
[class*="module_"] ~ .module_title-01,
[class*="module_"] ~ [class*="module_column-col"]:not([class*="_bg_box"]) > .module_title-01 {
  margin-top: 80px; }
p:not([class]) ~ .module_title-02, p:not([class]) ~ [class*="module_column-col"]:not([class*="_bg_box"]) > .module_title-02,
[class*="module_"] ~ .module_title-02,
[class*="module_"] ~ [class*="module_column-col"]:not([class*="_bg_box"]) > .module_title-02 {
  margin-top: 30px; }
p:not([class]) ~ .module_title-03, p:not([class]) ~ :not([class*="_bg_box"]) > .module_title-03,
[class*="module_"] ~ .module_title-03,
[class*="module_"] ~ :not([class*="_bg_box"]) > .module_title-03 {
  margin-top: 40px; }

[class*="module_title"] + .module_title-02, [class*="module_title"] + .module_title-03, [class*="module_title"] + [class^="module_column-col"]:not([class*="_bg_box"]) .module_title-02:first-child, [class*="module_title"] + [class^="module_column-col"]:not([class*="_bg_box"]) .module_title-03:first-child {
  margin-top: 30px !important; }

.module_titleSingle {
  margin-bottom: 50px; }
  .module_titleSingle + * {
    margin-top: 0 !important; }

* + .module_button {
  margin-top: 20px !important; }

._bg_color-gray-01 {
  background-color: #f3f3f3; }

.module_line-01 {
  margin: 30px 0 !important;
  border-color: #ABABAB; }

span.caption {
  display: block;
  margin-top: .5em;
  font-size: 14px;
  color: #707070;
  line-height: 1.43; }

.global_contents em {
  font-style: italic; }
.global_contents strong {
  font-weight: bold; }

[class^="icon-"]::after {
  content: '';
  display: inline-block;
  font-family: "Font Awesome\ 5 Pro";
  font-weight: 100;
  line-height: 1; }

.icon-blank::after {
  content: '\f2d2';
  font-weight: 400;
  padding-left: 5px; }

.iconLinkExternal::after {
  content: '\f2d2';
  font-weight: 400;
  padding: 0 3px;
  display: inline-block;
  font-family: "Font Awesome\ 5 Pro";
  font-weight: 100;
  line-height: 1;
  font-weight: 400; }

.icon-file::after {
  content: '\f15b'; }

.icon-pdf::after {
  content: '\f1c1';
  padding: 0 3px; }

.iconPdf::after {
  content: '\f1c1';
  padding: 0 3px;
  display: inline-block;
  font-family: "Font Awesome\ 5 Pro";
  font-weight: 100;
  line-height: 1; }

.icon-none::after {
  content: none; }

[class^="module_button-"] span::after, [class^="module_button-"][target="_blank"] span::after, [class^="module_button-"][href$=".pdf"] span::after, [class^="module_button-"][href$=".doc"] span::after, [class^="module_button-"][href$=".docx"] span::after, [class^="module_button-"][href$=".docm"] span::after, [class^="module_button-"][href$=".xls"] span::after, [class^="module_button-"][href$=".xlsx"] span::after, [class^="module_button-"][href$=".xlsm"] span::after {
  font-family: "Font Awesome\ 5 Pro";
  font-weight: 100;
  line-height: 1;
  transition: none; }
[class^="module_button-"][target="_blank"] span::after {
  content: '\f2d2';
  font-weight: 400; }
[class^="module_button-"] .icon-file::after {
  content: '\f15b'; }
[class^="module_button-"][href$=".doc"] span::after, [class^="module_button-"][href$=".docx"] span::after, [class^="module_button-"][href$=".docm"] span::after, [class^="module_button-"][href$=".xls"] span::after, [class^="module_button-"][href$=".xlsx"] span::after, [class^="module_button-"][href$=".xlsm"] span::after {
  content: '\f15b'; }
[class^="module_button-"][href$=".pdf"] span::after {
  content: '\f1c1'; }

.global_contents [class^="module_column-col"] p a:not([class])[href$=".pdf"]::after, .global_contents [class^="module_column-col"] p a:not([class])[href$=".doc"]::after, .global_contents [class^="module_column-col"] p a:not([class])[href$=".docx"]::after, .global_contents [class^="module_column-col"] p a:not([class])[href$=".docm"]::after, .global_contents [class^="module_column-col"] p a:not([class])[href$=".xls"]::after, .global_contents [class^="module_column-col"] p a:not([class])[href$=".xlsx"]::after, .global_contents [class^="module_column-col"] p a:not([class])[href$=".xlsm"]::after,
.global_contents [class^="module_column-col"] p a.icon-blank[href$=".pdf"]::after,
.global_contents [class^="module_column-col"] p a.icon-blank[href$=".doc"]::after,
.global_contents [class^="module_column-col"] p a.icon-blank[href$=".docx"]::after,
.global_contents [class^="module_column-col"] p a.icon-blank[href$=".docm"]::after,
.global_contents [class^="module_column-col"] p a.icon-blank[href$=".xls"]::after,
.global_contents [class^="module_column-col"] p a.icon-blank[href$=".xlsx"]::after,
.global_contents [class^="module_column-col"] p a.icon-blank[href$=".xlsm"]::after,
.global_contents [class^="module_column-col"] td a:not([class])[href$=".pdf"]::after,
.global_contents [class^="module_column-col"] td a:not([class])[href$=".doc"]::after,
.global_contents [class^="module_column-col"] td a:not([class])[href$=".docx"]::after,
.global_contents [class^="module_column-col"] td a:not([class])[href$=".docm"]::after,
.global_contents [class^="module_column-col"] td a:not([class])[href$=".xls"]::after,
.global_contents [class^="module_column-col"] td a:not([class])[href$=".xlsx"]::after,
.global_contents [class^="module_column-col"] td a:not([class])[href$=".xlsm"]::after,
.global_contents [class^="module_column-col"] td a.icon-blank[href$=".pdf"]::after,
.global_contents [class^="module_column-col"] td a.icon-blank[href$=".doc"]::after,
.global_contents [class^="module_column-col"] td a.icon-blank[href$=".docx"]::after,
.global_contents [class^="module_column-col"] td a.icon-blank[href$=".docm"]::after,
.global_contents [class^="module_column-col"] td a.icon-blank[href$=".xls"]::after,
.global_contents [class^="module_column-col"] td a.icon-blank[href$=".xlsx"]::after,
.global_contents [class^="module_column-col"] td a.icon-blank[href$=".xlsm"]::after,
.global_contents [class^="module_column-col"] [class^="module_list-"] a:not([class])[href$=".pdf"]::after,
.global_contents [class^="module_column-col"] [class^="module_list-"] a:not([class])[href$=".doc"]::after,
.global_contents [class^="module_column-col"] [class^="module_list-"] a:not([class])[href$=".docx"]::after,
.global_contents [class^="module_column-col"] [class^="module_list-"] a:not([class])[href$=".docm"]::after,
.global_contents [class^="module_column-col"] [class^="module_list-"] a:not([class])[href$=".xls"]::after,
.global_contents [class^="module_column-col"] [class^="module_list-"] a:not([class])[href$=".xlsx"]::after,
.global_contents [class^="module_column-col"] [class^="module_list-"] a:not([class])[href$=".xlsm"]::after,
.global_contents [class^="module_column-col"] [class^="module_list-"] a.icon-blank[href$=".pdf"]::after,
.global_contents [class^="module_column-col"] [class^="module_list-"] a.icon-blank[href$=".doc"]::after,
.global_contents [class^="module_column-col"] [class^="module_list-"] a.icon-blank[href$=".docx"]::after,
.global_contents [class^="module_column-col"] [class^="module_list-"] a.icon-blank[href$=".docm"]::after,
.global_contents [class^="module_column-col"] [class^="module_list-"] a.icon-blank[href$=".xls"]::after,
.global_contents [class^="module_column-col"] [class^="module_list-"] a.icon-blank[href$=".xlsx"]::after,
.global_contents [class^="module_column-col"] [class^="module_list-"] a.icon-blank[href$=".xlsm"]::after {
  display: inline-block;
  margin-right: .25em;
  margin-left: .25em;
  background: none;
  font-family: "Font Awesome\ 5 Pro";
  font-weight: 100;
  line-height: 1; }
.global_contents [class^="module_column-col"] p a:not([class])[href$=".doc"]::after, .global_contents [class^="module_column-col"] p a:not([class])[href$=".docx"]::after, .global_contents [class^="module_column-col"] p a:not([class])[href$=".docm"]::after, .global_contents [class^="module_column-col"] p a:not([class])[href$=".xls"]::after, .global_contents [class^="module_column-col"] p a:not([class])[href$=".xlsx"]::after, .global_contents [class^="module_column-col"] p a:not([class])[href$=".xlsm"]::after,
.global_contents [class^="module_column-col"] p a.icon-blank[href$=".doc"]::after,
.global_contents [class^="module_column-col"] p a.icon-blank[href$=".docx"]::after,
.global_contents [class^="module_column-col"] p a.icon-blank[href$=".docm"]::after,
.global_contents [class^="module_column-col"] p a.icon-blank[href$=".xls"]::after,
.global_contents [class^="module_column-col"] p a.icon-blank[href$=".xlsx"]::after,
.global_contents [class^="module_column-col"] p a.icon-blank[href$=".xlsm"]::after,
.global_contents [class^="module_column-col"] td a:not([class])[href$=".doc"]::after,
.global_contents [class^="module_column-col"] td a:not([class])[href$=".docx"]::after,
.global_contents [class^="module_column-col"] td a:not([class])[href$=".docm"]::after,
.global_contents [class^="module_column-col"] td a:not([class])[href$=".xls"]::after,
.global_contents [class^="module_column-col"] td a:not([class])[href$=".xlsx"]::after,
.global_contents [class^="module_column-col"] td a:not([class])[href$=".xlsm"]::after,
.global_contents [class^="module_column-col"] td a.icon-blank[href$=".doc"]::after,
.global_contents [class^="module_column-col"] td a.icon-blank[href$=".docx"]::after,
.global_contents [class^="module_column-col"] td a.icon-blank[href$=".docm"]::after,
.global_contents [class^="module_column-col"] td a.icon-blank[href$=".xls"]::after,
.global_contents [class^="module_column-col"] td a.icon-blank[href$=".xlsx"]::after,
.global_contents [class^="module_column-col"] td a.icon-blank[href$=".xlsm"]::after,
.global_contents [class^="module_column-col"] [class^="module_list-"] a:not([class])[href$=".doc"]::after,
.global_contents [class^="module_column-col"] [class^="module_list-"] a:not([class])[href$=".docx"]::after,
.global_contents [class^="module_column-col"] [class^="module_list-"] a:not([class])[href$=".docm"]::after,
.global_contents [class^="module_column-col"] [class^="module_list-"] a:not([class])[href$=".xls"]::after,
.global_contents [class^="module_column-col"] [class^="module_list-"] a:not([class])[href$=".xlsx"]::after,
.global_contents [class^="module_column-col"] [class^="module_list-"] a:not([class])[href$=".xlsm"]::after,
.global_contents [class^="module_column-col"] [class^="module_list-"] a.icon-blank[href$=".doc"]::after,
.global_contents [class^="module_column-col"] [class^="module_list-"] a.icon-blank[href$=".docx"]::after,
.global_contents [class^="module_column-col"] [class^="module_list-"] a.icon-blank[href$=".docm"]::after,
.global_contents [class^="module_column-col"] [class^="module_list-"] a.icon-blank[href$=".xls"]::after,
.global_contents [class^="module_column-col"] [class^="module_list-"] a.icon-blank[href$=".xlsx"]::after,
.global_contents [class^="module_column-col"] [class^="module_list-"] a.icon-blank[href$=".xlsm"]::after {
  content: '\f15b'; }
.global_contents [class^="module_column-col"] p a:not([class])[href$=".pdf"]::after,
.global_contents [class^="module_column-col"] p a.icon-blank[href$=".pdf"]::after,
.global_contents [class^="module_column-col"] td a:not([class])[href$=".pdf"]::after,
.global_contents [class^="module_column-col"] td a.icon-blank[href$=".pdf"]::after,
.global_contents [class^="module_column-col"] [class^="module_list-"] a:not([class])[href$=".pdf"]::after,
.global_contents [class^="module_column-col"] [class^="module_list-"] a.icon-blank[href$=".pdf"]::after {
  content: '\f1c1'; }

.module_button {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-bottom: -20px;
  margin-left: -10px; }
  .module_button._left {
    justify-content: flex-start; }
  .module_button._center {
    justify-content: center; }
  .module_button._right {
    justify-content: flex-end; }
  .module_button._column {
    flex-direction: column;
    align-items: flex-start; }

[class*="module_button-"] {
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 20px; }

.module_button-01 {
  position: relative;
  display: inline-block;
  padding: 15px 40px;
  width: 390px;
  color: #fff !important;
  border-radius: 50px;
  background: linear-gradient(to right, #5E35B1, #C5ADF9);
  text-align: center;
  font-size: 18px;
  font-weight: 600; }
  .module_button-01::before {
    background-color: #5E35B1; }
  .module_button-01:hover {
    background-color: #5E35B1;
    color: #fff; }
    .module_button-01:hover span::after {
      color: #fff; }

.module_button-02 {
  position: relative;
  display: inline-block;
  padding: 5px 0 5px 40px;
  max-width: calc(100% - 20px);
  color: #5E35B1;
  line-height: 1.375;
  text-decoration: underline; }
  .module_button-02:hover {
    text-decoration: none; }
    .module_button-02:hover span::before {
      background-color: #f2f2f2; }
    .module_button-02:hover span::after {
      color: #5E35B1 !important; }
  .module_button-02 span::after, .module_button-02[target="_blank"] span::after, .module_button-02[href$=".pdf"] span::after, .module_button-02[href$=".doc"] span::after, .module_button-02[href$=".docx"] span::after, .module_button-02[href$=".docm"] span::after, .module_button-02[href$=".xls"] span::after, .module_button-02[href$=".xlsx"] span::after, .module_button-02[href$=".xlsm"] span::after {
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    letter-spacing: 0;
    text-align: center; }
  .module_button-02 span::before, .module_button-02 span::after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    width: 30px;
    height: 30px; }
  .module_button-02 span::before {
    background-color: #5E35B1; }
  .module_button-02 span::after {
    content: '\f061'; }

.module_button-03 {
  position: relative;
  display: inline-block;
  padding: 15px 40px;
  width: 100%;
  color: #5E35B1 !important;
  border-radius: 50px;
  background: #F1ECFF;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  border: 2px solid #5E35B1; }
  .module_button-03::after {
    color: #5E35B1;
    position: absolute;
    top: 50%;
    right: 27px;
    transform: translateY(-50%);
    font-family: "Font Awesome\ 5 Pro";
    font-weight: 400;
    line-height: 1;
    content: '\f105';
    font-size: 24px; }
  .module_button-03:hover {
    background-color: #5E35B1;
    color: #fff !important; }
    .module_button-03:hover::after {
      color: #fff; }

label {
  cursor: pointer;
  display: block; }

.module_search {
  display: block;
  position: relative;
  margin: 0 auto 30px;
  max-width: 350px; }
  .module_search input[type="search"] {
    padding-right: 50px; }
  .module_search button[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background-color: transparent;
    text-align: center;
    line-height: 50px; }
    .module_search button[type="submit"]::before {
      content: '\f002';
      display: block;
      font-family: "Font Awesome\ 5 Pro";
      font-weight: 100;
      line-height: 1;
      color: #707070;
      transition: 0.3s; }
    .module_search button[type="submit"] span {
      display: none; }
    .module_search button[type="submit"]:hover::before, .module_search button[type="submit"]:focus::before {
      color: #333; }

.module_searchList-01 li {
  border-bottom: solid 1px #ccc; }
  .module_searchList-01 li a {
    padding: 20px 0;
    display: block; }
    .module_searchList-01 li a p {
      margin: 0 !important; }

.module_title-01 {
  margin-bottom: 30px;
  font-size: 22px;
  background: #F2F2F2;
  padding: .45em .7em .45em .7em;
  border-left: 5px solid #5E35B1;
  line-height: 1.3; }
  @media (min-width: 768px) {
    .module_title-01 {
      font-size: 24px; } }

.module_title-02 {
  font-size: 22px;
  color: #5E35B1; }

.module_title-03 {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
  font-size: 20px; }
  .module_title-03::before {
    content: '';
    position: absolute;
    bottom: -10px;
    display: inline-block;
    width: 100%;
    height: 4px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(to right, #5E35B1, #C5ADF9); }

.module_title-04 {
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 18px; }
  .module_title-04 span {
    position: relative; }
    .module_title-04 span img {
      position: absolute;
      top: 25%;
      margin-left: 10px; }

.module_title-05 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 15px; }

.module_titleSingle {
  border-width: 1px 0;
  padding: 0 0 20px 0; }
  .module_titleSingle .head {
    display: flex;
    align-items: center;
    margin-top: 30px; }
    .module_titleSingle .head .date {
      margin-right: 20px;
      letter-spacing: 1px; }
      .module_titleSingle .head .date i {
        margin-right: 5px;
        color: #5E35B1; }
    .module_titleSingle .head .category .label {
      color: #fff;
      background: #54C154;
      font-size: 13px; }
      .module_titleSingle .head .category .label:not(:last-child) {
        margin-right: 10px; }
      .module_titleSingle .head .category .label.examinee {
        background: #E8B72F; }
  .module_titleSingle .body .module_title-01 {
    margin-bottom: 0; }

.module_map {
  padding-bottom: 0;
  height: 50vh; }
  @media (min-width: 768px) {
    .module_map {
      padding-bottom: 56.25%;
      height: 0; } }

.modaal-wrapper .modaal-close:hover::before, .modaal-wrapper .modaal-close:hover::after, .modaal-wrapper .modaal-close:focus::before, .modaal-wrapper .modaal-close:focus::after {
  background: #5E35B1; }

ul.module_list-01 > li::before {
  top: .7em;
  left: 10px;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background-color: #9F82EF; }
ul.module_list-01 > li li {
  padding-left: 20px;
  margin-bottom: 0; }
  ul.module_list-01 > li li::before {
    content: '\f105';
    position: absolute;
    top: 30%;
    right: 0;
    font-size: 14px;
    font-family: "Font Awesome\ 5 Pro";
    font-weight: 400;
    line-height: 1;
    left: 5px;
    color: #9F82EF;
    border-radius: 0;
    width: 0;
    height: 0; }
ul.module_list-notes-01 {
  font-size: 14px; }
  ul.module_list-notes-01 li::before {
    content: '※';
    left: 10px;
    color: #5E35B1; }

ol.module_list-01 {
  counter-reset: number; }
  ol.module_list-01 > li::before {
    counter-increment: number;
    content: counter(number,decimal) ".";
    left: 15px;
    color: #5E35B1;
    font-weight: 700;
    transform: translateX(-50%); }

.module_newsList-01 article {
  padding: 20px 0;
  border-bottom: 1px solid #ABABAB; }
  @media (min-width: 1020px) {
    .module_newsList-01 article {
      padding: 20px 0;
      display: flex;
      justify-content: space-between; } }
  @media (min-width: 1020px) {
    .module_newsList-01 article:first-child {
      border-top: 1px solid #ABABAB; } }
  .module_newsList-01 article a {
    display: block;
    color: #333;
    text-decoration: none;
    transition: 0.3s; }
    @media (min-width: 1020px) {
      .module_newsList-01 article a {
        display: flex;
        align-items: center; } }
    .module_newsList-01 article a:hover .body .title {
      color: #333;
      text-decoration: none; }
  .module_newsList-01 article .head {
    min-width: 210px;
    display: inline-flex; }
    .module_newsList-01 article .head .date {
      padding-right: 20px; }
    .module_newsList-01 article .head .category .label {
      background: #54C154;
      color: #fff;
      font-size: 12px; }
      @media (min-width: 1020px) {
        .module_newsList-01 article .head .category .label {
          font-size: 13px; } }
      .module_newsList-01 article .head .category .label:not(:last-child) {
        margin-right: 10px; }
      .module_newsList-01 article .head .category .label.examinee {
        background: #E8B72F; }
  .module_newsList-01 article .body {
    margin-top: 10px; }
    @media (min-width: 1020px) {
      .module_newsList-01 article .body {
        margin-left: 10px;
        display: inline-flex; } }
    .module_newsList-01 article .body .title {
      transition: color 0.3s;
      text-decoration: underline; }

.module_newsList-02 article {
  border-bottom: 1px solid #ABABAB; }
  .module_newsList-02 article:first-child {
    border-top: 1px solid #ABABAB; }
  .module_newsList-02 article a {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    color: #333;
    text-decoration: none;
    transition: 0.3s; }
    @media (min-width: 768px) {
      .module_newsList-02 article a {
        padding: 20px; } }
    .module_newsList-02 article a:hover .body .title {
      color: #333; }
  .module_newsList-02 article .head {
    position: relative;
    overflow: hidden;
    padding-bottom: 100px;
    width: 100px;
    height: 0; }
    .module_newsList-02 article .head .image::before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #fff; }
    .module_newsList-02 article .head .image._noImage::before {
      background-color: #efefef; }
    .module_newsList-02 article .head .image img {
      position: absolute;
      top: 50%;
      left: 50%;
      max-width: none;
      width: auto;
      height: 100%;
      transform: translate(-50%, -50%); }
      .module_newsList-02 article .head .image img[src$="noimage_logo_01.svg"] {
        width: auto;
        height: 50%; }
  .module_newsList-02 article .body {
    width: calc(100% - 120px); }
    .module_newsList-02 article .body .date {
      display: inline-block;
      width: 100px; }
    .module_newsList-02 article .body .category {
      display: inline-flex; }
      .module_newsList-02 article .body .category .label {
        color: #5E35B1; }
        .module_newsList-02 article .body .category .label:not(:last-child) {
          margin-right: 10px; }
    .module_newsList-02 article .body .title {
      margin-top: 10px;
      transition: color 0.3s; }

.module_newsCard-01 {
  display: flex;
  flex-wrap: wrap; }
  .module_newsCard-01 article {
    position: relative;
    margin-right: 20px;
    width: calc(100% / 1 - 0px / 1); }
    .module_newsCard-01 article:first-child a {
      display: block; }
      .module_newsCard-01 article:first-child a .head {
        width: 100%;
        padding: 0 0 calc(200 / 295 * 100%); }
        @media (min-width: 768px) {
          .module_newsCard-01 article:first-child a .head {
            padding-bottom: calc(160/ 260 * 100%); } }
        .module_newsCard-01 article:first-child a .head .image._noImage img {
          width: auto;
          height: 50%;
          max-width: 128px;
          max-height: 86px; }
          @media (min-width: 768px) {
            .module_newsCard-01 article:first-child a .head .image._noImage img {
              max-height: 66px;
              max-width: 100px; } }
      .module_newsCard-01 article:first-child a .body {
        width: 100%;
        margin-top: 10px; }
        .module_newsCard-01 article:first-child a .body .category {
          position: absolute;
          top: 0; }
    @media (min-width: 768px) {
      .module_newsCard-01 article {
        margin-right: 50px;
        width: calc(100% / 4 - 150px / 4 - .01px); } }
    .module_newsCard-01 article:nth-child(1n) {
      margin-right: 0; }
      @media (min-width: 768px) {
        .module_newsCard-01 article:nth-child(1n) {
          margin-right: 50px; } }
    @media (min-width: 768px) {
      .module_newsCard-01 article:nth-child(4n) {
        margin-right: 0; } }
    .module_newsCard-01 article:nth-child(n+2) {
      margin-top: 40px; }
      @media (min-width: 768px) {
        .module_newsCard-01 article:nth-child(n+2) {
          margin-top: 0; } }
    @media (min-width: 768px) {
      .module_newsCard-01 article:nth-child(n+5) {
        margin-top: 70px; } }
    .module_newsCard-01 article a {
      display: flex;
      color: #333;
      text-decoration: none;
      transition: 0.3s; }
      @media (min-width: 768px) {
        .module_newsCard-01 article a {
          display: block; } }
      .module_newsCard-01 article a:hover .head .image img {
        transform: translate(-50%, -50%) scale(1.1); }
      .module_newsCard-01 article a:hover .head .image._noImage img {
        transform: translate(-50%, -40%) scale(1.1); }
      .module_newsCard-01 article a:hover .foot .title {
        color: #333; }
    .module_newsCard-01 article .head {
      flex: none;
      position: relative;
      overflow: hidden;
      margin-right: 20px;
      padding: 0 0 72px;
      width: 116px;
      height: 0;
      background-color: #EBEBEB; }
      @media (min-width: 768px) {
        .module_newsCard-01 article .head {
          position: relative;
          overflow: hidden;
          margin-right: 0;
          padding-bottom: calc(160/ 260 * 100%);
          width: 100%;
          height: 0; } }
      .module_newsCard-01 article .head .image::before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #fff; }
      .module_newsCard-01 article .head .image img {
        transform: translate(-50%, -50%);
        transition: transform 1s ease; }
      .module_newsCard-01 article .head .image._noImage::before {
        background-color: #efefef; }
      .module_newsCard-01 article .head .image._noImage img {
        transform: translate(-50%, -40%);
        transition: transform 1s ease; }
      .module_newsCard-01 article .head .image img {
        position: absolute;
        top: 50%;
        left: 50%;
        max-width: none;
        width: 100%;
        height: auto;
        transform: translate(-50%, -50%); }
        .module_newsCard-01 article .head .image img[src$="noimage_logo_01.svg"] {
          width: auto;
          height: 50%; }
          @media (min-width: 768px) {
            .module_newsCard-01 article .head .image img[src$="noimage_logo_01.svg"] {
              max-width: 100px;
              max-height: 66px; } }
    .module_newsCard-01 article .body {
      width: calc(100% - 140px); }
      @media (min-width: 768px) {
        .module_newsCard-01 article .body {
          display: block;
          margin-top: 20px;
          width: auto; } }
      .module_newsCard-01 article .body .category {
        background: #54C154;
        display: inline; }
        @media (min-width: 768px) {
          .module_newsCard-01 article .body .category {
            position: absolute;
            top: 0; } }
        .module_newsCard-01 article .body .category .label {
          color: #fff;
          font-size: 13px; }
      .module_newsCard-01 article .body .date {
        width: 100px;
        font-size: 15px; }
    .module_newsCard-01 article .foot {
      margin-top: 10px; }
      .module_newsCard-01 article .foot .title {
        transition: color 0.3s; }

.module_newsCard-02 {
  display: flex;
  flex-wrap: wrap; }
  .module_newsCard-02 article {
    margin-right: 20px;
    width: calc(100% / 1 - 0px / 1); }
    @media (min-width: 768px) {
      .module_newsCard-02 article {
        margin-right: 50px;
        width: calc(100% / 3 - 100px / 3 - .01px); } }
    .module_newsCard-02 article:nth-child(1n) {
      margin-right: 0; }
      @media (min-width: 768px) {
        .module_newsCard-02 article:nth-child(1n) {
          margin-right: 50px; } }
    @media (min-width: 768px) {
      .module_newsCard-02 article:nth-child(3n) {
        margin-right: 0; } }
    .module_newsCard-02 article:nth-child(n+2) {
      margin-top: 40px; }
      @media (min-width: 768px) {
        .module_newsCard-02 article:nth-child(n+2) {
          margin-top: 0; } }
    @media (min-width: 768px) {
      .module_newsCard-02 article:nth-child(n+4) {
        margin-top: 70px; } }
    .module_newsCard-02 article a {
      display: block;
      color: #333;
      text-decoration: none;
      transition: 0.3s; }
      .module_newsCard-02 article a:hover .head .image img {
        transform: translate(-50%, -50%) scale(1.1); }
      .module_newsCard-02 article a:hover .head .image._noImage img {
        transform: translate(-50%, -40%) scale(1.1); }
      .module_newsCard-02 article a:hover .foot .title {
        color: #333; }
    .module_newsCard-02 article .head {
      position: relative;
      overflow: hidden;
      padding-bottom: calc(160/ 260 * 100%);
      width: 100%;
      height: 0; }
      .module_newsCard-02 article .head .category {
        position: absolute;
        background: #54C154; }
        .module_newsCard-02 article .head .category .label {
          color: #fff;
          font-size: 13px; }
      .module_newsCard-02 article .head .image::before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #fff; }
      .module_newsCard-02 article .head .image img {
        transform: translate(-50%, -50%);
        transition: transform 1s ease; }
      .module_newsCard-02 article .head .image._noImage::before {
        background-color: #efefef; }
      .module_newsCard-02 article .head .image._noImage img {
        transform: translate(-50%, -40%);
        transition: transform 1s ease; }
      .module_newsCard-02 article .head .image img {
        position: absolute;
        top: 50%;
        left: 50%;
        max-width: none;
        width: 100%;
        height: auto;
        transform: translate(-50%, -50%); }
        .module_newsCard-02 article .head .image img[src$="noimage_gray.svg"] {
          width: auto;
          height: 50%;
          max-width: 128px;
          max-height: 86px; }
          @media (min-width: 768px) {
            .module_newsCard-02 article .head .image img[src$="noimage_gray.svg"] {
              max-width: 100px;
              max-height: 66px; } }
    .module_newsCard-02 article .body {
      margin-top: 10px; }
      @media (min-width: 768px) {
        .module_newsCard-02 article .body {
          display: flex;
          margin-top: 20px; } }
      .module_newsCard-02 article .body .date {
        width: 100px;
        font-size: 15px; }
    .module_newsCard-02 article .foot {
      margin-top: 10px; }
      .module_newsCard-02 article .foot .title {
        transition: color 0.3s; }

.module_pager-01 {
  display: flex;
  justify-content: center;
  overflow-x: auto;
  margin-top: 50px !important; }
  @media (min-width: 768px) {
    .module_pager-01 {
      margin-top: 80px !important; } }
  .module_pager-01 li {
    position: absolute;
    top: -9999px;
    left: -9999px;
    margin: 0 3px;
    width: 40px;
    height: 40px; }
    .module_pager-01 li.prev, .module_pager-01 li.next {
      position: static !important; }
    .module_pager-01 li.current_prev, .module_pager-01 li.current_next {
      position: static; }
      @media (min-width: 375px) {
        .module_pager-01 li.current_prev, .module_pager-01 li.current_next {
          position: absolute;
          top: -9999px;
          left: -9999px; } }
      @media (min-width: 375px) {
        .module_pager-01 li.current_prev, .module_pager-01 li.current_next {
          position: static; } }
    .module_pager-01 li.current_prev2, .module_pager-01 li.current_next2 {
      position: absolute;
      top: -9999px;
      left: -9999px; }
      @media (min-width: 768px) {
        .module_pager-01 li.current_prev2, .module_pager-01 li.current_next2 {
          position: static; } }
    .module_pager-01 li.current {
      position: static; }
    .module_pager-01 li a,
    .module_pager-01 li span {
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      border: 1px solid #5E35B1;
      width: inherit;
      height: inherit;
      background-color: #fff;
      color: #5E35B1;
      text-decoration: none;
      transition: 0.3s; }
      .module_pager-01 li a:hover, .module_pager-01 li a:focus, .module_pager-01 li a.current,
      .module_pager-01 li span:hover,
      .module_pager-01 li span:focus,
      .module_pager-01 li span.current {
        border-color: #5E35B1;
        background-color: #5E35B1;
        color: #fff; }
      .module_pager-01 li a.current,
      .module_pager-01 li span.current {
        cursor: default;
        pointer-events: none; }
    .module_pager-01 li.prev a, .module_pager-01 li.next a {
      border: none;
      background-color: transparent; }
      @media (min-width: 768px) {
        .module_pager-01 li.prev a, .module_pager-01 li.next a {
          transition: opacity 0.3s; } }
      @media (min-width: 768px) {
        .module_pager-01 li.prev a:hover, .module_pager-01 li.prev a:focus, .module_pager-01 li.next a:hover, .module_pager-01 li.next a:focus {
          opacity: 0.6; } }
      .module_pager-01 li.prev a::before, .module_pager-01 li.next a::before {
        font-family: "Font Awesome\ 5 Pro";
        font-weight: 100;
        line-height: 1;
        font-size: 26px;
        color: #707070; }
    .module_pager-01 li.prev a::before {
      content: '\f104';
      color: #5E35B1; }
    .module_pager-01 li.next a::before {
      content: '\f105';
      color: #5E35B1; }

.module_pager-02 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 70px; }
  @media (min-width: 1020px) {
    .module_pager-02 {
      flex-wrap: nowrap;
      flex-direction: row;
      justify-content: space-between; } }
  .module_pager-02 li {
    margin: 0 auto; }
    @media (min-width: 1020px) {
      .module_pager-02 li {
        margin: 0; } }
    .module_pager-02 li._hidden {
      display: none; }
      @media (min-width: 1020px) {
        .module_pager-02 li._hidden {
          display: block;
          visibility: hidden;
          width: 130px;
          height: 50px; } }
    .module_pager-02 li + li {
      margin-top: 20px; }
      @media (min-width: 1020px) {
        .module_pager-02 li + li {
          margin-top: 0; } }
    .module_pager-02 li a {
      background-color: #5E35B1;
      color: #fff;
      max-width: none;
      min-width: none; }
      .module_pager-02 li a:hover {
        background-color: #fff;
        color: #5E35B1; }
    .module_pager-02 li.back {
      order: 3; }
      @media (min-width: 1020px) {
        .module_pager-02 li.back {
          order: 2; } }
      .module_pager-02 li.back a {
        background-color: #fff;
        color: #5E35B1; }
        .module_pager-02 li.back a:hover {
          background-color: #5E35B1;
          color: #fff; }
          .module_pager-02 li.back a:hover span::before {
            color: #fff; }
        .module_pager-02 li.back a span::before {
          content: '\f0ca';
          position: absolute;
          top: 50%;
          left: 20px;
          font-size: 20px;
          font-family: "Font Awesome\ 5 Pro";
          font-weight: 400;
          line-height: 1;
          transform: translateY(-50%);
          color: #008C00; }
    .module_pager-02 li.prev {
      order: 1; }
      .module_pager-02 li.prev a {
        max-width: none;
        width: auto; }
        @media (min-width: 1020px) {
          .module_pager-02 li.prev a {
            min-width: 180px; } }
        .module_pager-02 li.prev a:hover {
          background-color: #fff;
          color: #5E35B1; }
          .module_pager-02 li.prev a:hover span::before {
            color: #5E35B1; }
        .module_pager-02 li.prev a span::before {
          content: '\f053';
          position: absolute;
          top: 50% !important;
          left: 20px;
          font-size: 20px;
          font-family: "Font Awesome\ 5 Pro";
          font-weight: 400;
          line-height: 1;
          transform: translateY(-50%);
          color: #fff; }
    .module_pager-02 li.next {
      order: 2; }
      @media (min-width: 1020px) {
        .module_pager-02 li.next {
          order: 3; } }
      .module_pager-02 li.next a {
        max-width: none;
        width: auto; }
        @media (min-width: 1020px) {
          .module_pager-02 li.next a {
            min-width: 180px; } }
        .module_pager-02 li.next a:hover {
          background-color: #fff;
          color: #5E35B1; }
          .module_pager-02 li.next a:hover span::after {
            color: #5E35B1; }
        .module_pager-02 li.next a span::after {
          content: '\f105';
          position: absolute;
          top: 50% !important;
          right: 20px;
          font-size: 20px;
          font-family: "Font Awesome\ 5 Pro";
          font-weight: 400;
          line-height: 1;
          transform: translateY(-50%);
          color: #fff; }

.module_pageLink-01 {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  margin: 0 -5px -10px; }
  .module_pageLink-01 > li {
    margin: 0 5px 10px; }
    .module_pageLink-01 > li a {
      display: block;
      border: 1px solid #5E35B1;
      padding: 5px 10px;
      color: #5E35B1;
      text-decoration: none;
      transition: 0.3s; }
      .module_pageLink-01 > li a:hover {
        background-color: #5E35B1;
        color: #fff; }
      .module_pageLink-01 > li a span {
        display: block;
        position: relative;
        padding-right: 1em; }
        .module_pageLink-01 > li a span::after {
          content: '\f107';
          display: block;
          position: absolute;
          right: 0;
          top: calc(50% - .4em);
          font-family: "Font Awesome\ 5 Pro";
          font-weight: 100;
          line-height: 1;
          font-size: 16px; }

.module_table-wrap::-webkit-scrollbar {
  width: 4px;
  height: 4px; }
.module_table-wrap::-webkit-scrollbar-track {
  border-radius: 2px;
  background: #f3f3f3; }
.module_table-wrap::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #5E35B1; }

.chart_wrap .module_table-01 {
  width: 500px !important; }
  @media (min-width: 768px) {
    .chart_wrap .module_table-01 {
      width: auto !important; } }

td.space {
  width: 20px; }

._bg_box-01 {
  background-color: #F2F2F2;
  margin-top: 30px; }
  @media (min-width: 768px) {
    ._bg_box-01 {
      padding: 40px; } }
  ._bg_box-01 .module_title-02 {
    margin: 0 0 20px 0 !important; }
  ._bg_box-01 .module_title-03 {
    margin: 0 0 20px 0 !important; }

.module_blockquote-01 {
  position: relative;
  padding: 0 3em; }
  .module_blockquote-01::before, .module_blockquote-01::after {
    content: '\f10d';
    display: block;
    position: absolute;
    font-family: "Font Awesome\ 5 Pro";
    font-weight: 900;
    line-height: 1;
    font-size: 20px;
    color: #ABABAB; }
  .module_blockquote-01::before {
    content: '\f10d';
    left: 0;
    top: 0; }
  .module_blockquote-01::after {
    content: '\f10e';
    right: 0;
    bottom: 0; }

.module_breadCrumb {
  font-size: 14px;
  color: #333;
  line-height: 1.5;
  left: 0;
  bottom: 20px;
  letter-spacing: 1px; }
  .module_breadCrumb .global_inner {
    display: inherit !important; }
  .module_breadCrumb ul span a {
    color: #fff; }
    .module_breadCrumb ul span a:hover {
      text-decoration: underline; }
  .module_breadCrumb ul li {
    display: inline; }
    .module_breadCrumb ul li:not(:last-child)::after {
      display: inline-block;
      margin: 0 5px; }
    .module_breadCrumb ul li a br,
    .module_breadCrumb ul li span br {
      display: none; }
    .module_breadCrumb ul li a {
      color: #fff !important; }

[class*="module_space-"] {
  border: none;
  margin-top: 0 !important;
  margin-bottom: 0; }

.module_space-L {
  padding-top: 70px !important; }

.module_space-M {
  padding-top: 40px !important; }

.module_space-S {
  padding-top: 20px !important; }

.module_menu-01 {
  padding: 0; }
  .module_menu-01 li {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #ababab;
    font-size: 14px;
    letter-spacing: .1em;
    line-height: 1.3333; }
    .module_menu-01 li [class*="mm_title"] {
      position: relative;
      display: flex;
      align-items: center;
      order: 1;
      width: 100%;
      padding: 20px 60px 20px 0;
      color: #333;
      text-decoration: none;
      line-height: 1.3;
      transition: 0.3s;
      font-size: 14px;
      font-weight: 600; }
      .module_menu-01 li [class*="mm_title"][target="_blank"] span::after {
        content: '\f2d2';
        position: absolute;
        padding-left: 5px;
        font-size: 16px;
        font-family: "Font Awesome\ 5 Pro";
        font-weight: 400;
        line-height: 1;
        color: #fff;
        transition: .3s; }
      .module_menu-01 li [class*="mm_title"] br {
        display: none; }
    .module_menu-01 li [class*="mm_title-02"] {
      position: relative;
      display: flex;
      align-items: center;
      order: 1;
      width: 100%;
      padding: 20px 60px 20px 0;
      color: #333;
      text-decoration: none;
      line-height: 1.3;
      transition: 0.3s;
      font-size: 14px;
      font-weight: 600; }
      .module_menu-01 li [class*="mm_title-02"][target="_blank"] span {
        position: relative; }
        .module_menu-01 li [class*="mm_title-02"][target="_blank"] span::after {
          content: '\f2d2';
          position: absolute;
          top: 50%;
          padding-left: 5px;
          font-size: 16px;
          font-family: "Font Awesome\ 5 Pro";
          font-weight: 400;
          line-height: 1;
          transform: translateY(-50%);
          color: #fff;
          transition: .3s; }
        .module_menu-01 li [class*="mm_title-02"][target="_blank"] span:hover::after {
          color: #C3B2F0; }
      .module_menu-01 li [class*="mm_title-02"] br {
        display: none; }
    .module_menu-01 li [class*="mm_button"] {
      order: 2;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      width: 60px;
      height: auto;
      background-color: transparent;
      pointer-events: all;
      margin-left: auto; }
      .module_menu-01 li [class*="mm_button"]::before, .module_menu-01 li [class*="mm_button"]::after {
        content: '';
        display: block;
        position: absolute;
        left: calc(50% - 5px);
        top: calc(50% - 1px);
        border-radius: 1px;
        width: 16px;
        height: 2px;
        background-color: #5E35B1;
        transition: 0.3s; }
      .module_menu-01 li [class*="mm_button"]::after {
        transform: rotate(-90deg); }
      .module_menu-01 li [class*="mm_button"] span {
        display: none; }
      .module_menu-01 li [class*="mm_button"] + a {
        padding-right: 0;
        width: calc(100% - 60px); }
        .module_menu-01 li [class*="mm_button"] + a::after {
          content: none !important; }
      .module_menu-01 li [class*="mm_button"]._open::after {
        transform: rotate(0deg); }
  .module_menu-01 [class*="mm_wrapper"] {
    order: 3;
    overflow: hidden;
    width: 100%;
    display: none; }
    .module_menu-01 [class*="mm_wrapper"] [class*="mm_inner"] ul {
      border-top: 1px solid #ABABAB;
      width: 100%; }
      .module_menu-01 [class*="mm_wrapper"] [class*="mm_inner"] ul li:last-child {
        border-bottom: none; }
  .module_menu-01 li .mm_wrapper-01 .mm_inner-01 ul li .mm_title-01 {
    color: #333;
    padding-left: 40px; }
    @media (min-width: 768px) {
      .module_menu-01 li .mm_wrapper-01 .mm_inner-01 ul li .mm_title-01 {
        padding-left: 20px; } }
    .module_menu-01 li .mm_wrapper-01 .mm_inner-01 ul li .mm_title-01:hover {
      color: #5E35B1; }
  .module_menu-01 li .mm_wrapper-01 .mm_inner-01 ul li .mm_button-01 + a {
    pointer-events: none; }
  .module_menu-01 li .mm_wrapper-01 .mm_inner-01 ul li .mm_wrapper-02 .mm_inner-02 > ul > li {
    background: #545454; }
    .module_menu-01 li .mm_wrapper-01 .mm_inner-01 ul li .mm_wrapper-02 .mm_inner-02 > ul > li > .mm_title-01 {
      color: #fff;
      font-weight: 400;
      padding: 20px 20px 20px 40px; }
      @media (min-width: 1020px) {
        .module_menu-01 li .mm_wrapper-01 .mm_inner-01 ul li .mm_wrapper-02 .mm_inner-02 > ul > li > .mm_title-01 {
          padding: 20px; } }
      .module_menu-01 li .mm_wrapper-01 .mm_inner-01 ul li .mm_wrapper-02 .mm_inner-02 > ul > li > .mm_title-01::after {
        content: none; }
      .module_menu-01 li .mm_wrapper-01 .mm_inner-01 ul li .mm_wrapper-02 .mm_inner-02 > ul > li > .mm_title-01:hover, .module_menu-01 li .mm_wrapper-01 .mm_inner-01 ul li .mm_wrapper-02 .mm_inner-02 > ul > li > .mm_title-01._current {
        color: #C3B2F0; }
        .module_menu-01 li .mm_wrapper-01 .mm_inner-01 ul li .mm_wrapper-02 .mm_inner-02 > ul > li > .mm_title-01:hover span::after, .module_menu-01 li .mm_wrapper-01 .mm_inner-01 ul li .mm_wrapper-02 .mm_inner-02 > ul > li > .mm_title-01._current span::after {
          color: #C3B2F0; }
    .module_menu-01 li .mm_wrapper-01 .mm_inner-01 ul li .mm_wrapper-02 .mm_inner-02 > ul > li > .mm_title-02 {
      font-weight: 400;
      color: #fff;
      padding-left: 40px; }
      @media (min-width: 1020px) {
        .module_menu-01 li .mm_wrapper-01 .mm_inner-01 ul li .mm_wrapper-02 .mm_inner-02 > ul > li > .mm_title-02 {
          padding-left: 20px; } }
      .module_menu-01 li .mm_wrapper-01 .mm_inner-01 ul li .mm_wrapper-02 .mm_inner-02 > ul > li > .mm_title-02:hover {
        color: rgba(255, 255, 255, 0.7); }
    .module_menu-01 li .mm_wrapper-01 .mm_inner-01 ul li .mm_wrapper-02 .mm_inner-02 > ul > li > .mm_button-02::before, .module_menu-01 li .mm_wrapper-01 .mm_inner-01 ul li .mm_wrapper-02 .mm_inner-02 > ul > li > .mm_button-02::after {
      content: '';
      display: block;
      position: absolute;
      left: calc(50% - 5px);
      top: calc(50% - 1px);
      border-radius: 1px;
      width: 16px;
      height: 2px;
      background-color: #fff;
      transition: 0.3s; }
    .module_menu-01 li .mm_wrapper-01 .mm_inner-01 ul li .mm_wrapper-02 .mm_inner-02 > ul > li > .mm_button-02:hover::before, .module_menu-01 li .mm_wrapper-01 .mm_inner-01 ul li .mm_wrapper-02 .mm_inner-02 > ul > li > .mm_button-02:hover::after {
      background-color: #C3B2F0; }
  .module_menu-01 li .mm_wrapper-01 .mm_inner-01 ul li .mm_wrapper-02 .mm_inner-02 > ul._chs .mm_inner-03 > ul {
    border-top: none; }
    .module_menu-01 li .mm_wrapper-01 .mm_inner-01 ul li .mm_wrapper-02 .mm_inner-02 > ul._chs .mm_inner-03 > ul > li {
      border-bottom: none;
      background: #545454; }
      .module_menu-01 li .mm_wrapper-01 .mm_inner-01 ul li .mm_wrapper-02 .mm_inner-02 > ul._chs .mm_inner-03 > ul > li > button {
        display: none; }
      .module_menu-01 li .mm_wrapper-01 .mm_inner-01 ul li .mm_wrapper-02 .mm_inner-02 > ul._chs .mm_inner-03 > ul > li > a {
        padding: 5px 10px 10px 20px;
        width: 100%;
        color: #fff;
        font-weight: 400; }
        .module_menu-01 li .mm_wrapper-01 .mm_inner-01 ul li .mm_wrapper-02 .mm_inner-02 > ul._chs .mm_inner-03 > ul > li > a::before {
          content: '' !important;
          color: #fff;
          transition: .3s; }
        .module_menu-01 li .mm_wrapper-01 .mm_inner-01 ul li .mm_wrapper-02 .mm_inner-02 > ul._chs .mm_inner-03 > ul > li > a::after {
          content: '' !important;
          font-size: 14px;
          position: relative;
          right: 0;
          transition: .3s; }
        .module_menu-01 li .mm_wrapper-01 .mm_inner-01 ul li .mm_wrapper-02 .mm_inner-02 > ul._chs .mm_inner-03 > ul > li > a._current, .module_menu-01 li .mm_wrapper-01 .mm_inner-01 ul li .mm_wrapper-02 .mm_inner-02 > ul._chs .mm_inner-03 > ul > li > a:hover {
          color: #C3B2F0 !important; }
          .module_menu-01 li .mm_wrapper-01 .mm_inner-01 ul li .mm_wrapper-02 .mm_inner-02 > ul._chs .mm_inner-03 > ul > li > a._current::after, .module_menu-01 li .mm_wrapper-01 .mm_inner-01 ul li .mm_wrapper-02 .mm_inner-02 > ul._chs .mm_inner-03 > ul > li > a._current::before, .module_menu-01 li .mm_wrapper-01 .mm_inner-01 ul li .mm_wrapper-02 .mm_inner-02 > ul._chs .mm_inner-03 > ul > li > a:hover::after, .module_menu-01 li .mm_wrapper-01 .mm_inner-01 ul li .mm_wrapper-02 .mm_inner-02 > ul._chs .mm_inner-03 > ul > li > a:hover::before {
            color: #C3B2F0; }
  .module_menu-01 li .mm_wrapper-01 .mm_inner-01 ul li .mm_wrapper-02 .mm_inner-03 ul, .module_menu-01 li .mm_wrapper-01 .mm_inner-01 ul li .mm_wrapper-02 .mm_inner-04 ul {
    border-top: none; }
    .module_menu-01 li .mm_wrapper-01 .mm_inner-01 ul li .mm_wrapper-02 .mm_inner-03 ul li, .module_menu-01 li .mm_wrapper-01 .mm_inner-01 ul li .mm_wrapper-02 .mm_inner-04 ul li {
      border-bottom: none;
      background: #545454;
      margin-bottom: 5px; }
      .module_menu-01 li .mm_wrapper-01 .mm_inner-01 ul li .mm_wrapper-02 .mm_inner-03 ul li:last-child, .module_menu-01 li .mm_wrapper-01 .mm_inner-01 ul li .mm_wrapper-02 .mm_inner-04 ul li:last-child {
        margin-bottom: 0; }
      .module_menu-01 li .mm_wrapper-01 .mm_inner-01 ul li .mm_wrapper-02 .mm_inner-03 ul li button, .module_menu-01 li .mm_wrapper-01 .mm_inner-01 ul li .mm_wrapper-02 .mm_inner-04 ul li button {
        display: none; }
      .module_menu-01 li .mm_wrapper-01 .mm_inner-01 ul li .mm_wrapper-02 .mm_inner-03 ul li a, .module_menu-01 li .mm_wrapper-01 .mm_inner-01 ul li .mm_wrapper-02 .mm_inner-04 ul li a {
        padding: 0 40px 5px 40px;
        width: 100%;
        color: #fff;
        font-weight: 400; }
        .module_menu-01 li .mm_wrapper-01 .mm_inner-01 ul li .mm_wrapper-02 .mm_inner-03 ul li a::before, .module_menu-01 li .mm_wrapper-01 .mm_inner-01 ul li .mm_wrapper-02 .mm_inner-04 ul li a::before {
          position: absolute;
          top: 50%;
          left: 25px;
          transform: translateY(-50%);
          font-family: "Font Awesome\ 5 Pro";
          font-weight: 400;
          line-height: 1;
          content: '\f054';
          font-size: 10px; }
        .module_menu-01 li .mm_wrapper-01 .mm_inner-01 ul li .mm_wrapper-02 .mm_inner-03 ul li a::after, .module_menu-01 li .mm_wrapper-01 .mm_inner-01 ul li .mm_wrapper-02 .mm_inner-04 ul li a::after {
          content: none; }
        .module_menu-01 li .mm_wrapper-01 .mm_inner-01 ul li .mm_wrapper-02 .mm_inner-03 ul li a._current, .module_menu-01 li .mm_wrapper-01 .mm_inner-01 ul li .mm_wrapper-02 .mm_inner-04 ul li a._current {
          color: #C3B2F0 !important;
          text-decoration: underline; }
      .module_menu-01 li .mm_wrapper-01 .mm_inner-01 ul li .mm_wrapper-02 .mm_inner-03 ul li .lnl_wrapper, .module_menu-01 li .mm_wrapper-01 .mm_inner-01 ul li .mm_wrapper-02 .mm_inner-04 ul li .lnl_wrapper {
        display: block; }
      .module_menu-01 li .mm_wrapper-01 .mm_inner-01 ul li .mm_wrapper-02 .mm_inner-03 ul li:last-child a::before, .module_menu-01 li .mm_wrapper-01 .mm_inner-01 ul li .mm_wrapper-02 .mm_inner-04 ul li:last-child a::before {
        top: 25%;
        transform: translateY(-25%); }
  .module_menu-01 li .mm_wrapper-01 .mm_inner-01 ul li .mm_wrapper-02 .mm_inner-03 ul {
    padding: 0 0 20px 20px; }
    @media (min-width: 1020px) {
      .module_menu-01 li .mm_wrapper-01 .mm_inner-01 ul li .mm_wrapper-02 .mm_inner-03 ul {
        padding: 0 0 20px 0; } }
  .module_menu-01 li .mm_wrapper-01 .mm_inner-01 ul li .mm_wrapper-02 .mm_inner-04 > ul {
    padding-bottom: 20px; }

.module_menu-02 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
  padding: 0;
  font-size: 15px; }
  .module_menu-02 li a {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 20px;
    color: #333;
    text-decoration: none;
    line-height: 1.3;
    transition: 0.3s; }
    .module_menu-02 li a br {
      display: none; }
    .module_menu-02 li a:hover {
      opacity: 0.7; }

.attention {
  position: relative; }
  .attention::before {
    content: '（Note）';
    position: relative; }

.module_list-01.attention {
  position: relative;
  margin-top: 0 !important;
  margin-bottom: 50px !important; }
  .module_list-01.attention::before {
    content: '（Note）';
    position: relative; }

dl.dl-01 {
  margin: 20px 0 30px 0; }

.print_navigation {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media (min-width: 768px) {
    .print_navigation {
      justify-content: flex-end; } }
  @media (min-width: 768px) {
    .print_navigation li {
      margin-left: 30px; } }
  .print_navigation li a {
    font-size: 14px;
    color: #CB063C;
    font-weight: 600;
    position: relative;
    transition: .3s; }
    .print_navigation li a:hover {
      opacity: 0.7; }
    .print_navigation li a span {
      padding: 0 0 0 30px; }
  .print_navigation li:nth-child(2) a::before {
    position: absolute;
    font-family: "Font Awesome\ 5 Pro";
    line-height: 1;
    font-weight: 600;
    content: '\f02f';
    font-size: 22px;
    color: #0081D9; }
  .print_navigation li:nth-child(2) a span {
    position: inherit !important;
    display: block !important;
    opacity: 1 !important;
    top: inherit !important;
    left: inherit !important; }
  .print_navigation li:first-child a::after {
    content: none; }
  .print_navigation li:first-child a::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-family: "Font Awesome\ 5 Pro";
    line-height: 1;
    font-weight: 600;
    content: '\f02f';
    font-size: 22px;
    color: #0081D9; }
  .print_navigation li:last-child a::before, .print_navigation li:nth-child(3) a::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-family: "Font Awesome\ 5 Pro";
    line-height: 1;
    font-weight: 600;
    content: '\f321';
    font-size: 22px;
    color: #0081D9; }

.chart_navigation ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }

#pdfbutton {
  margin: 30px 0; }
  @media (min-width: 768px) {
    #pdfbutton {
      display: flex;
      justify-content: space-between; } }
  #pdfbutton a {
    width: 100%;
    display: block;
    border: 2px solid #5E35B1;
    color: #5E35B1;
    text-align: center;
    background: #F1ECFF;
    border-radius: 50px;
    padding: 13px;
    font-weight: 600;
    position: relative;
    transition: 0.3s;
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      #pdfbutton a {
        width: 48%; } }
    #pdfbutton a.size_S_pdf {
      width: 100%; }
      @media (min-width: 768px) {
        #pdfbutton a.size_S_pdf {
          width: 250px !important; } }
      #pdfbutton a.size_S_pdf::after {
        content: '\f1c1';
        padding: 0 3px;
        display: inline-block;
        font-family: "Font Awesome\ 5 Pro";
        font-weight: 100;
        line-height: 1; }
    #pdfbutton a.size_S {
      width: 100%; }
      @media (min-width: 768px) {
        #pdfbutton a.size_S {
          width: 250px !important; } }
    #pdfbutton a:hover {
      background: #5E35B1;
      color: #fff; }
    #pdfbutton a::after {
      position: relative;
      font-family: "Font Awesome\ 5 Pro";
      font-size: 15px;
      font-weight: 600;
      content: '\f054';
      padding-left: 0; }
    #pdfbutton a span {
      margin-right: 5px; }

.coursePager {
  margin-top: 40px; }
  @media (min-width: 768px) {
    .coursePager ul {
      display: flex;
      justify-content: space-between; } }
  .coursePager ul li {
    margin: 0 0 10px 0;
    padding: 0 !important; }
    @media (min-width: 768px) {
      .coursePager ul li {
        margin: 0 !important; } }
    .coursePager ul li::before {
      content: none; }
    @media (min-width: 768px) {
      .coursePager ul li:nth-child(2) {
        margin: 0 10px 0 auto !important; } }
    .coursePager ul li a {
      border: 2px solid #5E35B1;
      display: block;
      padding: 10px 40px;
      border-radius: 50px;
      text-align: center;
      color: #5E35B1;
      transition: .3s; }
      @media (min-width: 768px) {
        .coursePager ul li a {
          min-width: 180px; } }
      .coursePager ul li a:hover {
        background: #5E35B1;
        color: #fff; }
      .coursePager ul li a::before {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        font-family: "Font Awesome\ 5 Pro";
        line-height: 1;
        font-weight: 600; }
    .coursePager ul li.back a::before {
      left: 20px;
      content: '\f0a8'; }
    .coursePager ul li.prev a::before {
      left: 20px;
      content: '\f053'; }
    .coursePager ul li.next a::before {
      right: 20px;
      content: '\f054'; }

.chart_wrap {
  margin-bottom: 30px; }
  .chart_wrap p {
    margin-bottom: 30px; }
  .chart_wrap h4 {
    color: #CB063C;
    font-weight: 600;
    padding: 10px;
    background: #FEF0E5;
    border: 1px solid #EF6C00;
    text-align: center; }
  .chart_wrap table {
    border: none !important; }
    .chart_wrap table table {
      width: 640px !important;
      margin: 30px auto auto; }
      .chart_wrap table table td {
        width: 100%; }
        .chart_wrap table table td img {
          display: block;
          margin: auto; }
        .chart_wrap table table td div {
          background: #fff !important; }
          .chart_wrap table table td div h5 {
            margin-top: 0 !important; }
    .chart_wrap table tr:first-child th {
      border: none; }
    .chart_wrap table tr:first-child td {
      border: none;
      padding: 0; }
    .chart_wrap table tr td {
      vertical-align: top;
      border: none;
      padding: 0; }
      .chart_wrap table tr td.bg {
        background: url("../images/common/arrow_bg.svg") repeat-y center;
        width: 390px; }
      .chart_wrap table tr td img {
        display: block;
        margin: auto; }
      .chart_wrap table tr td > div {
        background: #F9F9F9;
        border: 1px solid #ccc;
        padding: 25px 25px 10px 25px; }
        .chart_wrap table tr td > div.pb25 {
          padding: 25px; }
        .chart_wrap table tr td > div.bg_purple {
          background: #F6F3FF; }
      .chart_wrap table tr td div {
        height: 100%;
        position: relative; }
        .chart_wrap table tr td div h5:first-child {
          margin-top: 0; }
        .chart_wrap table tr td div a {
          color: #0081D9; }
        .chart_wrap table tr td div dl {
          margin-bottom: 20px; }
        .chart_wrap table tr td div dt {
          font-weight: 600;
          margin-bottom: 10px;
          line-height: 1.5; }

.course_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .course_wrap .course_select {
    width: 100%;
    background: #F1F1F1;
    padding: 10px;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .course_wrap .course_select {
        width: calc(100% / 2 - 10px);
        display: flex;
        flex-direction: column; } }
    .course_wrap .course_select .head {
      padding: 10px 20px 20px 20px;
      font-size: 14px;
      font-weight: 600; }
    .course_wrap .course_select .body {
      background: #fff;
      padding: 20px;
      display: flex;
      flex-grow: 1; }
      .course_wrap .course_select .body a:hover {
        text-decoration: underline; }

[class^="term_icon-"] {
  color: #fff;
  font-size: 11px;
  text-align: center;
  padding: 2px 7px;
  margin-left: 10px;
  font-weight: 400;
  border-radius: 3px; }

.term_icon-red {
  background: #B62929; }

.term_icon-blue {
  background: #17598C; }

.term_icon-green {
  background: #6DAB43; }

.term_icon-orange {
  background: #EB6100; }

.term_icon-purple {
  background: #5E35B1; }

.business ul.list-business {
  display: flex;
  justify-content: space-between; }
  .business ul.list-business li {
    width: calc(100% / 2 - 10px);
    background: #F1F1F1; }
    .business ul.list-business li a {
      display: block;
      padding: 20px;
      color: #333;
      font-weight: 600;
      transition: .3s; }
      .business ul.list-business li a:hover {
        opacity: 0.7; }
      .business ul.list-business li a.icon-blank::after {
        font-weight: 400; }

.division_list .division_title {
  padding: 20px 30px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  line-height: 1.3; }
  .division_list .division_title.human {
    background: url("../images/common/bg_divition-01.jpg");
    background-size: cover; }
  .division_list .division_title.science {
    background: url("../images/common/bg_divition-02.jpg");
    background-size: cover; }
  .division_list .division_title.society {
    background: url("../images/common/bg_divition-03.jpg");
    background-size: cover; }
  .division_list .division_title.global {
    background: url("../images/common/bg_divition-04.jpg");
    background-size: cover; }
    .division_list .division_title.global a {
      color: #fff;
      display: block; }
      .division_list .division_title.global a i {
        margin-left: 20px; }
.division_list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 30px 0 60px 0; }
  .division_list ul li {
    width: 100%;
    margin-bottom: 15px; }
    .division_list ul li a {
      position: relative;
      color: #333;
      font-size: 16px;
      font-weight: 600;
      display: block;
      border-radius: 50px;
      text-align: center;
      border: 1px solid;
      padding: 20px 35px;
      transition: .3s;
      line-height: 1.3; }
      .division_list ul li a:hover {
        color: #fff; }
      .division_list ul li a.icon-blank::after {
        position: absolute;
        right: 27px;
        top: calc(50% - 8px);
        font-weight: 400; }
      .division_list ul li a:not(.icon-blank)::after {
        position: absolute;
        top: 50%;
        right: 27px;
        transform: translateY(-50%);
        font-family: "Font Awesome\ 5 Pro";
        font-weight: 400;
        line-height: 1;
        content: '\f105';
        font-size: 24px; }
  .division_list ul.human a {
    border: 1px solid #5D4037;
    color: #5D4037; }
    .division_list ul.human a:hover {
      background: #5D4037; }
  .division_list ul.science a {
    border: 1px solid #0081D9;
    color: #0081D9; }
    .division_list ul.science a:hover {
      background: #0081D9; }
  .division_list ul.society a {
    border: 1px solid #EF6C00;
    color: #EF6C00; }
    .division_list ul.society a:hover {
      background: #EF6C00; }
  .division_list ul.global a {
    border: 1px solid #CB063C;
    color: #CB063C; }
    .division_list ul.global a:hover {
      background: #CB063C; }

.list-OrderedSign {
  margin-left: 1.5em; }
  .list-OrderedSign li {
    margin-bottom: 20px; }
    .list-OrderedSign li span {
      margin-left: -1.5em;
      margin-right: .5em; }
    .list-OrderedSign li ol {
      margin-top: 30px; }
      .list-OrderedSign li ol li {
        margin-bottom: 10px; }
  .list-OrderedSign .module_title-04 span {
    margin: 0 5px 0 0 !important; }

.module_checkbox-01 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px; }
  .module_checkbox-01 li input[type=radio], .module_checkbox-01 li input[type=checkbox] {
    display: none; }
  .module_checkbox-01 li .radio, .module_checkbox-01 li .checkbox {
    box-sizing: border-box;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    position: relative;
    display: inline-block;
    margin: 0 20px 8px 0;
    padding: 12px 20px 12px 42px;
    border-radius: 25px;
    background-color: #f6f7f8;
    vertical-align: middle;
    cursor: pointer; }
    .module_checkbox-01 li .radio:hover, .module_checkbox-01 li .checkbox:hover {
      background-color: #E0D2FF; }
      .module_checkbox-01 li .radio:hover:after, .module_checkbox-01 li .checkbox:hover:after {
        border-color: #5E35B1; }
    .module_checkbox-01 li .radio:after, .module_checkbox-01 li .checkbox:after {
      -webkit-transition: border-color 0.2s linear;
      transition: border-color 0.2s linear;
      position: absolute;
      top: 55%;
      left: 15px;
      display: block;
      margin-top: -10px;
      width: 16px;
      height: 16px;
      border: 2px solid #bbb;
      border-radius: 25px;
      content: ''; }
  .module_checkbox-01 li .radio:before {
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    position: absolute;
    top: 50%;
    left: 20px;
    display: block;
    margin-top: -5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #5E35B1;
    content: '';
    opacity: 0; }
  .module_checkbox-01 li input[type=radio]:checked + .checkbox::before {
    opacity: 1; }
  .module_checkbox-01 li input[type=radio]:checked + .checkbox::after {
    border-color: #5E35B1; }
  .module_checkbox-01 li input[type=radio]:checked + .checkbox {
    background: #E0D2FF; }
  .module_checkbox-01 li .checkbox:before {
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    position: absolute;
    top: 55%;
    left: 21px;
    display: block;
    margin-top: -7px;
    width: 5px;
    height: 9px;
    border-right: 3px solid #5E35B1;
    border-bottom: 3px solid #5E35B1;
    content: '';
    opacity: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .module_checkbox-01 li input[type=checkbox]:checked + .checkbox::before {
    opacity: 1; }
  .module_checkbox-01 li input[type=radio]:checked + .checkbox::after {
    border-color: #5E35B1; }
  .module_checkbox-01 li input[type=radio]:checked + .checkbox {
    background: #E0D2FF; }

.module_accordion-01 li {
  margin-bottom: 15px; }
  .module_accordion-01 li .contents {
    position: relative;
    left: 0px;
    padding: 20px 0; }
  .module_accordion-01 li._open > .button {
    color: #fff;
    background-color: #8a66d9; }
    .module_accordion-01 li._open > .button span::after {
      transform: rotate(0deg); }
.module_accordion-01 .button {
  background: #fff;
  border: 1px solid #8a66d9;
  color: #5E35B1;
  position: relative;
  padding: 25px 50px 25px 25px;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: 0.3s; }
  .module_accordion-01 .button:hover {
    z-index: 2;
    background-color: #8a66d9;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    color: #fff; }
  .module_accordion-01 .button .btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
    border-left: 1px solid #8a66d9;
    transition: 0.3s;
    background: #8a66d9; }
    .module_accordion-01 .button .btn span::before {
      content: "";
      position: absolute;
      border-radius: 5px;
      display: block;
      width: 12px;
      height: 2px;
      left: calc(50% - 6px);
      top: calc(50% - 1px);
      background-color: #fff;
      transition: 0.3s; }
    .module_accordion-01 .button .btn span::after {
      transform: rotate(-90deg);
      content: "";
      position: absolute;
      border-radius: 5px;
      display: block;
      width: 12px;
      height: 2px;
      left: calc(50% - 6px);
      top: calc(50% - 1px);
      background-color: #fff;
      transition: 0.3s; }
  .module_accordion-01 .button .title {
    font-size: 16px;
    position: relative; }

@media print {
  .module_accordion-01 li .contents {
    display: block !important; } }
.global_header {
  width: 100%;
  background-color: #fff;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  height: 60px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.16); }
  @media (min-width: 1020px) {
    .global_header {
      border-top: 5px solid #5E35B1;
      border-bottom: 1px solid #E8E8E8;
      height: 107px;
      position: absolute;
      z-index: inherit;
      box-shadow: none; } }
  .global_header .global_inner {
    display: flex;
    align-items: center;
    padding: 0;
    max-width: 100%;
    height: 100%; }
  .global_header .gh_logo {
    padding: 0 0 0 20px;
    z-index: 6; }
    @media (min-width: 1220px) {
      .global_header .gh_logo {
        padding: 0 0 0 50px; } }
    .global_header .gh_logo a {
      transition: .3s;
      display: flex;
      flex-direction: column;
      color: #333;
      line-height: 1.4;
      letter-spacing: 0.5px; }
      .global_header .gh_logo a img {
        width: 120px; }
        @media (min-width: 1020px) {
          .global_header .gh_logo a img {
            width: 180px; } }
        @media (min-width: 1220px) {
          .global_header .gh_logo a img {
            width: 253px; } }
      .global_header .gh_logo a span {
        font-weight: 600; }
        .global_header .gh_logo a span.sub_title {
          font-size: 12px; }
          @media (min-width: 1020px) {
            .global_header .gh_logo a span.sub_title {
              font-size: 18px; } }
        .global_header .gh_logo a span.title {
          font-size: 17px; }
          @media (min-width: 1020px) {
            .global_header .gh_logo a span.title {
              font-size: 30px; } }
  .global_header .gh_menu {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    background-color: #5E35B1;
    color: #fff; }
    @media (min-width: 1020px) {
      .global_header .gh_menu {
        display: none; } }

.global_navigation {
  position: fixed;
  left: 0;
  top: 60px;
  z-index: 90;
  overflow: hidden;
  width: 100%;
  height: 0;
  background-color: #eee;
  transition: .3s; }
  @media (min-width: 1020px) {
    .global_navigation {
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      top: 0;
      overflow: visible;
      width: 100%;
      height: 187px;
      background-color: transparent;
      transition: none;
      pointer-events: none;
      position: relative;
      z-index: 5;
      border-bottom: 1px solid #E8E8E8;
      padding: 0; } }
  body.home .global_navigation {
    border: none; }
  body._open-menu .global_navigation {
    overflow-y: auto;
    padding: 20px 0 40px;
    height: calc(100% - 60px); }
    @media (min-width: 1020px) {
      body._open-menu .global_navigation {
        padding: 0;
        height: 70px; } }
  .global_navigation a {
    color: #333;
    text-decoration: none;
    transition: 0.3s; }
    .global_navigation a:hover {
      color: #333; }
  @media (min-width: 1020px) {
    .global_navigation .module_menu-global {
      position: relative;
      top: 107px;
      width: 100%; }
      .global_navigation .module_menu-global a {
        font-size: 16px; } }
  @media (min-width: 1020px) {
    .global_navigation .module_menu-sub {
      display: flex;
      justify-content: flex-end;
      position: absolute;
      top: 0;
      right: 0;
      pointer-events: auto;
      height: 107px;
      margin: 0 !important; } }
  @media (min-width: 1020px) {
    .global_navigation .gn_links-01 {
      pointer-events: auto;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 80px; } }
  .global_navigation .gn_links-01 li {
    border-bottom: solid 1px #ccc; }
    @media (min-width: 1020px) {
      .global_navigation .gn_links-01 li {
        border-bottom: none; } }
    .global_navigation .gn_links-01 li [class*="gnl_title"] {
      padding: 1.5em 1.5em 1.5em 20px;
      transition: .3s; }
      @media (min-width: 1020px) {
        .global_navigation .gn_links-01 li [class*="gnl_title"] {
          padding: 0; } }
      .global_navigation .gn_links-01 li [class*="gnl_title"]::after {
        content: none; }
      .global_navigation .gn_links-01 li [class*="gnl_title"]:hover {
        opacity: 0.7; }
      .global_navigation .gn_links-01 li [class*="gnl_title"][target="_blank"]::after {
        content: '\f2d2';
        position: absolute;
        top: 50%;
        right: -22px;
        font-size: 16px;
        font-family: "Font Awesome\ 5 Pro";
        font-weight: 400;
        line-height: 1;
        transform: translateY(-50%);
        color: #5E35B1; }
    @media (min-width: 1020px) {
      .global_navigation .gn_links-01 li [class*="gnl_button"] {
        display: none; } }
    @media (min-width: 1020px) {
      .global_navigation .gn_links-01 li [class*="gnl_button"] + a {
        width: 100%; } }
    @media (min-width: 1020px) {
      .global_navigation .gn_links-01 li [class*="gnl_wrapper"] {
        display: block;
        position: fixed;
        left: 0;
        top: 120px;
        width: 100%;
        height: 0;
        visibility: hidden;
        pointer-events: all;
        background-color: #f3f3f3; } }
    .global_navigation .gn_links-01 li [class*="gnl_wrapper"] [class*="gnl_inner"] {
      width: 100%; }
      .global_navigation .gn_links-01 li [class*="gnl_wrapper"] [class*="gnl_inner"] ul {
        border-top: none; }
  @media (min-width: 1020px) {
    .global_navigation .gn_links-01 > li + li {
      margin-left: 60px; } }
  .global_navigation .gn_links-01 > li > .gnl_wrapper > .gnl_inner {
    width: 100%; }
    @media (min-width: 1020px) {
      .global_navigation .gn_links-01 > li > .gnl_wrapper > .gnl_inner {
        display: flex;
        justify-content: space-between;
        max-width: calc(1160px + 120px);
        margin: 0 auto;
        padding: 50px 60px; } }
    .global_navigation .gn_links-01 > li > .gnl_wrapper > .gnl_inner > .gnl_title {
      display: none; }
      @media (min-width: 1020px) {
        .global_navigation .gn_links-01 > li > .gnl_wrapper > .gnl_inner > .gnl_title {
          display: block;
          margin-right: 60px;
          width: 240px;
          font-weight: 700; } }
    @media (min-width: 1020px) {
      .global_navigation .gn_links-01 > li > .gnl_wrapper > .gnl_inner > ul {
        display: flex;
        flex-wrap: wrap;
        width: calc(100% - 300px); } }
    .global_navigation .gn_links-01 > li > .gnl_wrapper > .gnl_inner > ul > li {
      width: 100%; }
      @media (min-width: 1020px) {
        .global_navigation .gn_links-01 > li > .gnl_wrapper > .gnl_inner > ul > li {
          width: calc(50% - 30px); } }
      @media (min-width: 1020px) {
        .global_navigation .gn_links-01 > li > .gnl_wrapper > .gnl_inner > ul > li + li {
          margin-left: 60px; } }
      @media (min-width: 1020px) {
        .global_navigation .gn_links-01 > li > .gnl_wrapper > .gnl_inner > ul > li:nth-child(n+3) {
          margin-top: 20px; } }
      .global_navigation .gn_links-01 > li > .gnl_wrapper > .gnl_inner > ul > li:nth-child(2n+1) {
        margin-left: 0; }
      .global_navigation .gn_links-01 > li > .gnl_wrapper > .gnl_inner > ul > li > .gnl_wrapper {
        display: none; }
  @media (min-width: 1020px) {
    .global_navigation .gn_links-02 {
      display: flex;
      justify-content: flex-end;
      pointer-events: auto;
      align-items: center;
      right: 0; } }
  .global_navigation .gn_links-02 li {
    position: relative;
    letter-spacing: .1em;
    padding: 9px 0; }
    .global_navigation .gn_links-02 li + li {
      margin-left: 10px; }
      @media (min-width: 1220px) {
        .global_navigation .gn_links-02 li + li {
          margin-left: 20px; } }
    .global_navigation .gn_links-02 li a {
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      height: 100%;
      font-size: 14px;
      line-height: 1.3333;
      letter-spacing: .05em;
      font-weight: 600;
      transition: 0.3s; }
      .global_navigation .gn_links-02 li a:hover {
        opacity: 0.7; }
      .global_navigation .gn_links-02 li a span i {
        margin-right: 5px;
        color: #5E35B1;
        font-weight: 600; }
  .global_navigation .gn_lang {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    justify-content: space-between;
    padding: 20px; }
    @media (min-width: 1020px) {
      .global_navigation .gn_lang {
        margin: 0 0 0 20px;
        justify-content: inherit;
        padding: 0; } }
    .global_navigation .gn_lang li {
      width: calc(100% / 2 - 5px); }
      @media (min-width: 1020px) {
        .global_navigation .gn_lang li {
          width: auto;
          padding: 0 0 0 10px; } }
      .global_navigation .gn_lang li a {
        display: block;
        text-align: center;
        background: #5E35B1;
        color: #fff;
        border-radius: 25px;
        padding: 5px; }
        @media (min-width: 1020px) {
          .global_navigation .gn_lang li a {
            display: inherit;
            text-align: inherit;
            background: none;
            color: inherit;
            padding: 0; } }
      @media (min-width: 1020px) {
        .global_navigation .gn_lang li:nth-child(2n) a {
          color: #9C9C9C; } }
      @media (min-width: 1020px) {
        .global_navigation .gn_lang li:first-child a::after {
          content: "|";
          position: relative;
          margin-left: 10px;
          color: #707070; } }
  .global_navigation .gh_logo-s {
    display: none; }
    @media (min-width: 1020px) {
      .global_navigation .gh_logo-s {
        display: flex;
        align-items: center;
        line-height: 0;
        margin: 0 20px; } }
    @media (min-width: 1220px) {
      .global_navigation .gh_logo-s {
        margin: 0 50px 0 30px; } }
    .global_navigation .gh_logo-s a:hover img {
      transition: 0.3s;
      opacity: 0.7; }

.global_wrapper {
  padding-top: 60px; }
  @media (min-width: 1020px) {
    .global_wrapper {
      padding-top: 0; } }

.top_mainVisual {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  margin: auto;
  transition: height .3s ease; }
  .top_mainVisual .tm_swiper-container .swiper-wrapper .swiper-slide .tm_background {
    position: relative;
    overflow: hidden;
    padding-bottom: 320px;
    width: 100%;
    height: 0;
    margin: auto; }
    .top_mainVisual .tm_swiper-container .swiper-wrapper .swiper-slide .tm_background img {
      position: absolute;
      left: 50%;
      top: 50%;
      max-width: none;
      max-height: none;
      width: auto;
      height: 100%;
      transform: translate(-50%, -50%); }
  .top_mainVisual .tm_swiper-container .global_inner {
    position: absolute;
    padding: 0;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5; }
  .top_mainVisual .tm_swiper-container .tm_title {
    position: relative;
    background-color: rgba(255, 255, 255, 0.9);
    width: 70%;
    font-size: 26px;
    font-weight: 700;
    color: #333;
    top: calc(100% / 2 - 75px);
    letter-spacing: 2px;
    margin: auto;
    text-align: center;
    padding: 20px;
    line-height: 1.4; }
    @media (min-width: 768px) {
      .top_mainVisual .tm_swiper-container .tm_title {
        width: 530px;
        font-size: 40px;
        font-weight: 700;
        color: #333;
        display: flex;
        top: calc(100% / 2 - 70px);
        flex-direction: column;
        line-height: 1.5;
        padding: 30px 0 30px 20px;
        align-items: inherit;
        text-align: left;
        margin: 0; } }
    .top_mainVisual .tm_swiper-container .tm_title span {
      display: block;
      font-size: 18px; }
      @media (min-width: 768px) {
        .top_mainVisual .tm_swiper-container .tm_title span {
          display: inherit;
          margin-right: 20px;
          font-size: 22px; } }
  .top_mainVisual .tm_swiper-container .tm_accent {
    position: absolute;
    bottom: -30px;
    right: -7px;
    font-size: 60px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 2px; }
  .top_mainVisual .tm_swiper-container .swiper-pagination {
    display: flex;
    justify-content: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: auto;
    bottom: 20px; }
    .top_mainVisual .tm_swiper-container .swiper-pagination .swiper-pagination-bullet {
      opacity: 1;
      margin: 0 5px;
      width: 12px;
      height: 12px;
      background-color: #fff;
      transition: background-color 0.3s; }
      .top_mainVisual .tm_swiper-container .swiper-pagination .swiper-pagination-bullet:hover, .top_mainVisual .tm_swiper-container .swiper-pagination .swiper-pagination-bullet-active {
        background-color: #5E35B1; }

.global_mainVisual {
  position: relative;
  overflow: hidden;
  height: 240px;
  color: #fff;
  transition: height 0.3s;
  margin-bottom: 40px; }
  .global_mainVisual .global_inner {
    display: flex;
    justify-content: center;
    align-items: center;
    position: static;
    height: inherit; }
  .global_mainVisual .gm_background {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat; }
    .global_mainVisual .gm_background::before {
      content: '';
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 20;
      background-color: rgba(51, 51, 51, 0.4); }
  .global_mainVisual .global_inner {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 50;
    height: inherit; }
  .global_mainVisual .gm_title {
    font-size: 26px;
    font-weight: 700;
    text-align: center; }

.global_contents {
  overflow: hidden; }
  body:not(.home) .global_contents > section {
    padding-bottom: 60px; }
    @media (min-width: 1020px) {
      body:not(.home) .global_contents > section {
        padding-bottom: 100px; } }
  body:not(.home) .global_contents > section .module_breadCrumb {
    padding: 20px 0 40px 0; }
  .global_contents > section > .global_inner,
  .global_contents > section > .content_inner {
    max-width: calc(1160px + 60px); }
    @media (min-width: 1020px) {
      .global_contents > section > .global_inner,
      .global_contents > section > .content_inner {
        max-width: calc(1160px + 120px); } }
  .global_contents .content_inner .gc_main._oneColumn {
    max-width: 840px; }
  .global_contents .gc_main {
    width: 100%; }
    @media (min-width: 1020px) {
      .global_contents .gc_main {
        max-width: 800px;
        width: calc(100% - 330px); } }
    .global_contents .gc_main._oneColumn {
      max-width: none;
      margin: auto;
      width: 100%; }
    .global_contents .gc_main .indent-01 {
      display: block;
      padding-left: 1em;
      text-indent: -1em; }
    .global_contents .gc_main .indent-02 {
      display: block;
      padding-left: 1.5em;
      text-indent: -1.5em; }
    .global_contents .gc_main .indent-03 {
      display: block;
      padding-left: 2em;
      text-indent: -2em; }
    .global_contents .gc_main .list-OrderedAlpha {
      list-style-type: upper-alpha; }
      .global_contents .gc_main .list-OrderedAlpha li {
        margin-left: 1em; }
    .global_contents .gc_main .application_list li {
      list-style-type: none;
      list-style-position: inside;
      text-indent: -1.5em;
      margin-bottom: 20px; }
    .global_contents .gc_main p {
      margin: 20px 0 30px 0; }
    .global_contents .gc_main dl dt {
      margin: 0 0 5px 0;
      font-weight: 600; }
    .global_contents .gc_main dl dd {
      margin: 0 0 30px 0; }
  .global_contents .gc_sub {
    display: none; }
    @media (min-width: 1020px) {
      .global_contents .gc_sub {
        display: block !important;
        width: 300px;
        margin-top: 0; } }

.global_footer {
  position: relative;
  background-color: #414141;
  color: #333; }
  .global_footer a {
    color: #333;
    text-decoration: none; }
  .global_footer .gf_add {
    color: #fff;
    padding: 30px;
    margin: 0 auto;
    letter-spacing: 2px;
    text-align: center; }
    @media (min-width: 1020px) {
      .global_footer .gf_add {
        justify-content: space-between;
        display: flex;
        max-width: calc(1160px + 120px);
        align-items: flex-end;
        padding: 40px 60px;
        text-align: inherit; } }
    .global_footer .gf_add .copyright {
      margin-left: auto;
      font-size: 12px; }
    .global_footer .gf_add .text .logo {
      margin-bottom: 20px; }
      @media (min-width: 1020px) {
        .global_footer .gf_add .text .logo {
          margin-bottom: 0; } }
      .global_footer .gf_add .text .logo a {
        font-size: 20px;
        color: #fff;
        font-weight: 600;
        transition: 0.3s; }
        .global_footer .gf_add .text .logo a:hover {
          opacity: 0.7; }
  .global_footer .global_inner {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center; }
  .global_footer .gf_links-wrap {
    display: flex;
    background: #F6F3FF; }
    .global_footer .gf_links-wrap .inner {
      padding: 0 60px 60px;
      margin: 0 auto; }
  .global_footer .gf_links-01 {
    display: flex;
    align-items: flex-start;
    border-top: none;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap; }
    .global_footer .gf_links-01.module_menu-01 {
      padding: 0; }
    .global_footer .gf_links-01 li {
      font-size: 12px;
      border-bottom: none; }
      .global_footer .gf_links-01 li a {
        color: #fff;
        transition: 0.3s; }
        .global_footer .gf_links-01 li a i {
          margin-left: 5px;
          color: #C5ADF9; }
        .global_footer .gf_links-01 li a:hover {
          opacity: 0.7; }
      .global_footer .gf_links-01 li [class*="gfl_title"] {
        padding: 0;
        width: auto; }
        .global_footer .gf_links-01 li [class*="gfl_title"]::after {
          content: none; }
        .global_footer .gf_links-01 li [class*="gfl_title"]:hover {
          opacity: 0.7; }
      .global_footer .gf_links-01 li [class*="gfl_button"] {
        display: none; }
        .global_footer .gf_links-01 li [class*="gfl_button"] + a {
          width: 100%; }
      .global_footer .gf_links-01 li [class*="gfl_wrapper"] {
        display: block; }
        .global_footer .gf_links-01 li [class*="gfl_wrapper"] [class*="gfl_inner"] ul {
          border-top: none; }
          .global_footer .gf_links-01 li [class*="gfl_wrapper"] [class*="gfl_inner"] ul li [class*="gfl_title"] {
            padding: 0; }
            .global_footer .gf_links-01 li [class*="gfl_wrapper"] [class*="gfl_inner"] ul li [class*="gfl_title"]:hover {
              color: #333; }
    .global_footer .gf_links-01 > li > .gfl_title {
      font-weight: 700; }
    .global_footer .gf_links-01 > li > .gfl_wrapper {
      margin-top: 20px; }
      .global_footer .gf_links-01 > li > .gfl_wrapper > .gfl_inner > ul > li {
        position: relative; }
        .global_footer .gf_links-01 > li > .gfl_wrapper > .gfl_inner > ul > li a {
          position: relative; }
          .global_footer .gf_links-01 > li > .gfl_wrapper > .gfl_inner > ul > li a::before {
            content: '-';
            position: relative;
            top: -.1em;
            left: 0; }
        .global_footer .gf_links-01 > li > .gfl_wrapper > .gfl_inner > ul > li + li {
          margin-top: 10px; }
        .global_footer .gf_links-01 > li > .gfl_wrapper > .gfl_inner > ul > li > .gfl_wrapper {
          display: none; }
  .global_footer .gf_links-02 {
    display: block;
    width: calc(20% - 60px); }
    .global_footer .gf_links-02.module_menu-02 {
      padding: 0;
      width: auto;
      margin: 0; }
    .global_footer .gf_links-02 li {
      border: none;
      width: 100%; }
      .global_footer .gf_links-02 li + li {
        margin-top: 10px; }
      .global_footer .gf_links-02 li a {
        padding: 0;
        width: auto;
        font-weight: 700; }
        .global_footer .gf_links-02 li a::after {
          content: none; }
        .global_footer .gf_links-02 li a:hover {
          color: #333; }
  .global_footer .gf_information {
    background: #5E35B1;
    color: #fff;
    padding: 30px 0; }
    .global_footer .gf_information .global_inner {
      padding: 0; }
    .global_footer .gf_information .gf_logo {
      max-width: 100%;
      height: auto;
      border-right: solid 2px #fff;
      padding-right: 60px; }
      @media (min-width: 768px) {
        .global_footer .gf_information .gf_logo a {
          transition: opacity 0.3s; } }
      @media (min-width: 768px) {
        .global_footer .gf_information .gf_logo a:hover, .global_footer .gf_information .gf_logo a:focus {
          opacity: 0.6; } }
    .global_footer .gf_information address {
      color: #fff;
      line-height: 1.8;
      letter-spacing: 1px;
      padding-left: 60px;
      margin-top: 0; }
      .global_footer .gf_information address .gf_address a {
        color: #fff; }
      .global_footer .gf_information address .gf_access {
        margin-top: 0; }
        .global_footer .gf_information address .gf_access a {
          color: #fff;
          text-decoration: underline; }
          .global_footer .gf_information address .gf_access a:hover {
            text-decoration: none; }
      .global_footer .gf_information address .gf_tel a {
        color: #fff; }
  .global_footer .gf_pageTop {
    opacity: 0;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 50;
    width: 60px;
    height: 60px;
    transition: opacity .5s;
    pointer-events: none; }
    body._fixed .global_footer .gf_pageTop {
      opacity: 1;
      pointer-events: auto; }
    .global_footer .gf_pageTop a {
      display: flex;
      border-radius: 100%;
      width: inherit;
      height: inherit;
      background-color: #C5ADF9;
      text-align: center;
      line-height: 50px; }
      .global_footer .gf_pageTop a:hover::before {
        color: #5E35B1; }
      .global_footer .gf_pageTop a span {
        position: relative;
        font-size: 12px;
        width: 60px;
        display: block;
        color: #fff;
        font-weight: 600;
        letter-spacing: 1px;
        text-align: center; }
        .global_footer .gf_pageTop a span::after {
          content: '\f106';
          display: block;
          position: absolute;
          top: 65%;
          left: 50%;
          font-family: "Font Awesome\ 5 Pro";
          font-weight: 100;
          line-height: 1;
          color: #5E35B1;
          transform: translate(-50%, -50%);
          font-size: 24px; }

.local_navigation {
  box-shadow: 0px 0px 6px 3px #dbdbdb; }
  .local_navigation .mm_inner-01 .mm_title-01::after {
    content: '\f105';
    position: absolute;
    top: 50%;
    right: 20px;
    font-size: 20px;
    font-family: "Font Awesome\ 5 Pro";
    font-weight: 400;
    line-height: 1;
    transform: translateY(-50%);
    color: #5E35B1; }
  .local_navigation .ln_links-01 {
    border-top: none; }
    .local_navigation .ln_links-01 > li {
      border-bottom: none; }
      body.page .local_navigation .ln_links-01 > li._parent {
        display: block; }
      .local_navigation .ln_links-01 > li > .lnl_title {
        justify-content: center;
        padding: 20px;
        background: #BDA4F3;
        background: linear-gradient(to right, #6841B8 0%, #BDA4F3 100%);
        color: #fff;
        text-align: center;
        pointer-events: none;
        font-size: 16px; }
      .local_navigation .ln_links-01 > li > .lnl_wrapper {
        display: block !important; }
        .local_navigation .ln_links-01 > li > .lnl_wrapper > .lnl_inner > ul {
          border-top: none; }
          .local_navigation .ln_links-01 > li > .lnl_wrapper > .lnl_inner > ul li {
            position: relative;
            font-size: 14px;
            border-bottom: solid 1px #ccc;
            background: #F9F9F9; }
            .local_navigation .ln_links-01 > li > .lnl_wrapper > .lnl_inner > ul li > .lnl_button._allButton {
              position: absolute;
              left: 0;
              width: 100%;
              height: 58px; }
              .local_navigation .ln_links-01 > li > .lnl_wrapper > .lnl_inner > ul li > .lnl_button._allButton::before {
                left: auto;
                right: 19px; }
              .local_navigation .ln_links-01 > li > .lnl_wrapper > .lnl_inner > ul li > .lnl_button._allButton::after {
                left: auto;
                right: 19px; }
            .local_navigation .ln_links-01 > li > .lnl_wrapper > .lnl_inner > ul li .lnl_button {
              transition: background-color 0.3s; }
              .local_navigation .ln_links-01 > li > .lnl_wrapper > .lnl_inner > ul li .lnl_button:hover::before, .local_navigation .ln_links-01 > li > .lnl_wrapper > .lnl_inner > ul li .lnl_button:hover::after {
                background-color: #C3B2F0; }
            .local_navigation .ln_links-01 > li > .lnl_wrapper > .lnl_inner > ul li .lnl_title._current {
              color: #C3B2F0; }
            .local_navigation .ln_links-01 > li > .lnl_wrapper > .lnl_inner > ul li .lnl_title:hover {
              color: #C3B2F0; }
            .local_navigation .ln_links-01 > li > .lnl_wrapper > .lnl_inner > ul li .lnl_wrapper .lnl_inner ul li._parent > .lnl_title {
              color: #C3B2F0 !important; }
              .local_navigation .ln_links-01 > li > .lnl_wrapper > .lnl_inner > ul li .lnl_wrapper .lnl_inner ul li._parent > .lnl_title::before, .local_navigation .ln_links-01 > li > .lnl_wrapper > .lnl_inner > ul li .lnl_wrapper .lnl_inner ul li._parent > .lnl_title::after {
                color: #C3B2F0 !important; }
            .local_navigation .ln_links-01 > li > .lnl_wrapper > .lnl_inner > ul li .lnl_wrapper .lnl_inner ul li .lnl_title::after {
              color: #fff; }

.archive_navigation {
  display: flex;
  justify-content: flex-end; }
  .archive_navigation .an_links-01 {
    border-top: none;
    width: 250px; }
    .archive_navigation .an_links-01 + .an_links-01 {
      margin: 0 0 0 10px; }
    .archive_navigation .an_links-01 > li {
      position: relative;
      border-bottom: none; }
      body.page .archive_navigation .an_links-01 > li {
        display: none; }
        body.page .archive_navigation .an_links-01 > li._parent {
          display: block; }
      .archive_navigation .an_links-01 > li > .anl_title {
        justify-content: flex-start;
        padding: 19px 40px 19px 20px;
        border: 1px solid #5E35B1;
        background-color: #5E35B1;
        font-weight: 700;
        color: #fff;
        text-align: left;
        cursor: pointer; }
        .archive_navigation .an_links-01 > li > .anl_title._open::after {
          transform: rotate(-180deg); }
        .archive_navigation .an_links-01 > li > .anl_title::after {
          content: '\f078';
          top: calc(50% - 6px);
          right: 20px;
          transform: none;
          transition: 0.3s; }
      .archive_navigation .an_links-01 > li > .anl_wrapper {
        position: absolute;
        top: 60px;
        left: 0;
        z-index: 2; }
        .archive_navigation .an_links-01 > li > .anl_wrapper > .anl_inner > ul {
          border: 1px solid #ABABAB;
          background-color: #fff; }
          .archive_navigation .an_links-01 > li > .anl_wrapper > .anl_inner > ul li .anl_button {
            transition: background-color 0.3s; }
            .archive_navigation .an_links-01 > li > .anl_wrapper > .anl_inner > ul li .anl_button:hover {
              background-color: #FFD736; }
          .archive_navigation .an_links-01 > li > .anl_wrapper > .anl_inner > ul li .anl_title {
            padding: 20px;
            color: #333; }
            .archive_navigation .an_links-01 > li > .anl_wrapper > .anl_inner > ul li .anl_title._current {
              font-weight: 700; }
            .archive_navigation .an_links-01 > li > .anl_wrapper > .anl_inner > ul li .anl_title::after {
              content: none; }
            .archive_navigation .an_links-01 > li > .anl_wrapper > .anl_inner > ul li .anl_title:hover {
              background-color: #FFD736; }

.top_button-02 {
  position: relative;
  display: inline-block;
  padding: 15px 40px;
  width: 800px !important;
  margin: 30px auto auto auto;
  color: #F54E6A !important;
  border-radius: 50px;
  background: #FEF3FF;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  border: 2px solid #F54E6A;
  letter-spacing: 1.5px;
  transition: .3s; }
  .top_button-02::after {
    color: #F54E6A;
    position: absolute;
    top: 50%;
    right: 27px;
    transform: translateY(-50%);
    font-family: "Font Awesome\ 5 Pro";
    font-weight: 400;
    line-height: 1;
    content: '\f105'; }
  .top_button-02:hover {
    background-color: #F54E6A;
    color: #fff !important; }
    .top_button-02:hover::after {
      color: #fff; }

.top_title-01 {
  margin-bottom: 50px;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  position: relative;
  display: block;
  line-height: 1.3; }
  @media (min-width: 768px) {
    .top_title-01 {
      font-size: 30px;
      line-height: inherit; } }
  .top_title-01::before {
    content: '';
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 160px;
    height: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: linear-gradient(to right, #5E35B1, #C5ADF9); }
    @media (min-width: 768px) {
      .top_title-01::before {
        width: 220px; } }

.top_title-02 {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  color: #5E35B1;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .top_title-02 {
      font-size: 24px; } }

.top_news {
  padding: 60px 0 80px 0; }
  .top_news ::-webkit-scrollbar {
    width: 8px; }
  .top_news ::-webkit-scrollbar-track {
    background: #eee;
    border: none;
    border-radius: 10px; }
  .top_news ::-webkit-scrollbar-thumb {
    background: #9F82EF;
    border-radius: 10px;
    box-shadow: none; }
  @media (min-width: 1020px) {
    .top_news {
      padding: 80px 0; } }
  .top_news .module_button-01:hover {
    opacity: 0.7;
    transition: .3s; }
  @media (min-width: 1020px) {
    .top_news .global_inner {
      min-width: 1060px; } }
  .top_news .global_inner .news_container {
    width: 100%;
    border-radius: 10px;
    background: #F6F3FF;
    padding: 20px;
    height: 900px;
    overflow-y: scroll;
    font-size: 14px; }
    @media (min-width: 768px) {
      .top_news .global_inner .news_container {
        padding: 40px; } }
    .top_news .global_inner .news_container p {
      text-align: center; }
  .top_news .top_button {
    margin-top: 30px; }
    .top_news .top_button a {
      display: block;
      background: #fff;
      text-align: center;
      color: #5E35B1;
      font-weight: 600;
      box-shadow: 0px 0px 6px 3px #efefef;
      padding: 20px 0;
      position: relative; }
      .top_news .top_button a::after {
        position: absolute;
        top: 50%;
        right: 27px;
        transform: translateY(-50%);
        font-family: "Font Awesome\ 5 Pro";
        font-weight: 400;
        line-height: 1;
        content: '\f105';
        color: #5E35B1;
        font-size: 24px; }

dl.topinfo {
  width: 100%; }
  dl.topinfo hr {
    width: 100%; }
  @media (min-width: 1020px) {
    dl.topinfo {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap; } }
  dl.topinfo dt {
    color: #5E35B1;
    font-weight: 400 !important; }
    @media (min-width: 1020px) {
      dl.topinfo dt {
        display: block;
        width: 15%;
        clear: left;
        float: left;
        margin-bottom: 20px; } }
    dl.topinfo dt.day_notice {
      font-weight: 600 !important;
      color: #CB063C !important; }
  dl.topinfo dd {
    margin-bottom: 25px; }
    @media (min-width: 1020px) {
      dl.topinfo dd {
        width: 85%;
        margin-bottom: 20px; } }
    dl.topinfo dd a {
      color: #333; }
      dl.topinfo dd a:hover {
        text-decoration: underline; }

.top_division {
  padding: 60px 0;
  background: #F6F3FF; }
  @media (min-width: 1020px) {
    .top_division {
      padding: 80px 0; } }
  @media (min-width: 1020px) {
    .top_division .navigation {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin: 0; } }
  .top_division .navigation > li {
    background: #fff;
    box-shadow: 0px 0px 6px 3px #efefef;
    margin-bottom: 30px; }
    @media (min-width: 1020px) {
      .top_division .navigation > li {
        width: calc(100% / 2 - 20px); } }
    .top_division .navigation > li a {
      position: relative;
      padding: 15px 30px;
      line-height: 1.4;
      transition: 0.3s; }
      @media (min-width: 1020px) {
        .top_division .navigation > li a {
          padding: 20px; } }
      .top_division .navigation > li a.icon-blank::after {
        content: '\f2d2';
        font-size: 14px; }
      .top_division .navigation > li a::after {
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translateY(-50%);
        font-family: "Font Awesome\ 5 Pro";
        font-weight: 400;
        line-height: 1;
        content: '\f105';
        font-size: 22px; }
    .top_division .navigation > li:first-child .head {
      background: url(../images/home/img_division-01.jpg);
      background-size: cover;
      height: 120px; }
    .top_division .navigation > li:first-child li {
      margin-bottom: 15px; }
      .top_division .navigation > li:first-child li a {
        border: 1px solid #5D4037;
        display: block;
        border-radius: 50px;
        text-align: center;
        color: #5D4037;
        font-weight: 600; }
        .top_division .navigation > li:first-child li a:hover {
          background: #5D4037;
          color: #fff; }
    .top_division .navigation > li:nth-child(2) .head {
      background: url(../images/home/img_division-02.jpg);
      background-size: cover;
      height: 120px; }
    .top_division .navigation > li:nth-child(2) li {
      margin-bottom: 15px; }
      .top_division .navigation > li:nth-child(2) li a {
        border: 1px solid #0081D9;
        display: block;
        border-radius: 50px;
        text-align: center;
        color: #0081D9;
        font-weight: 600; }
        .top_division .navigation > li:nth-child(2) li a:hover {
          background: #0081D9;
          color: #fff; }
    .top_division .navigation > li:nth-child(3) .head {
      background: url(../images/home/img_division-03.jpg);
      background-size: cover;
      height: 120px; }
    .top_division .navigation > li:nth-child(3) li {
      margin-bottom: 15px; }
      .top_division .navigation > li:nth-child(3) li a {
        border: 1px solid #EF6C00;
        display: block;
        border-radius: 50px;
        text-align: center;
        color: #EF6C00;
        font-weight: 600; }
        .top_division .navigation > li:nth-child(3) li a:hover {
          background: #EF6C00;
          color: #fff; }
    .top_division .navigation > li:last-child .head {
      background: url(../images/home/img_division-04.jpg);
      background-size: cover;
      height: 120px; }
    .top_division .navigation > li:last-child li {
      margin-bottom: 15px; }
      .top_division .navigation > li:last-child li a {
        border: 1px solid #CB063C;
        display: block;
        border-radius: 50px;
        text-align: center;
        color: #CB063C;
        font-weight: 600; }
        .top_division .navigation > li:last-child li a:hover {
          background: #CB063C;
          color: #fff; }
    .top_division .navigation > li h3 {
      font-size: 18px;
      font-weight: 600;
      text-align: center;
      padding-bottom: 30px;
      line-height: 1.3; }
    .top_division .navigation > li .body {
      padding: 30px 20px 40px 20px; }
  .top_division .module_button-01 {
    width: 300px !important;
    transition: .3s; }
    .top_division .module_button-01:hover {
      opacity: 0.7; }

.top_applications {
  background: #fff;
  padding: 50px 0; }
  @media (min-width: 1020px) {
    .top_applications .navigation {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      margin: auto;
      justify-content: space-between; } }
  .top_applications .navigation li {
    text-align: center;
    margin-bottom: 20px; }
    @media (min-width: 1020px) {
      .top_applications .navigation li {
        width: calc(100% / 2 - 10px); } }
    .top_applications .navigation li a {
      display: flex;
      background: #fff;
      align-items: center;
      justify-content: center;
      height: 110px;
      box-shadow: 0px 0px 6px 3px #efefef;
      font-weight: 600;
      position: relative;
      color: #333;
      transition: 0.3s;
      line-height: 1.4;
      padding: 0 30px; }
      .top_applications .navigation li a:hover {
        color: #5E35B1; }
      .top_applications .navigation li a::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        display: inline-block;
        width: 3px;
        height: 100%;
        background: linear-gradient(to bottom, #5E35B1, #C5ADF9); }
      .top_applications .navigation li a::after {
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
        font-family: "Font Awesome\ 5 Pro";
        font-weight: 400;
        line-height: 1;
        content: '\f105';
        font-size: 24px;
        color: #9F82EF; }

.top_archive {
  padding: 50px 0;
  background: #F9F9F9; }
  @media (min-width: 1020px) {
    .top_archive .navigation {
      display: flex;
      flex-wrap: wrap;
      margin: auto;
      justify-content: space-between; } }
  @media (min-width: 1220px) {
    .top_archive .navigation {
      width: 1040px; } }
  .top_archive .navigation li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px #ccc;
    position: relative; }
    @media (min-width: 1020px) {
      .top_archive .navigation li {
        width: 220px;
        border-bottom: none;
        padding-bottom: 0; } }
    .top_archive .navigation li a {
      font-weight: 600;
      position: relative;
      color: #333;
      transition: 0.3s;
      font-size: 15px;
      line-height: 1.5;
      padding-left: 10px; }
      @media (min-width: 1020px) {
        .top_archive .navigation li a {
          font-size: inherit; } }
      .top_archive .navigation li a._disabled {
        pointer-events: none;
        color: #ccc; }
      .top_archive .navigation li a:hover {
        color: #5E35B1; }
      .top_archive .navigation li a::before {
        content: '';
        position: absolute;
        left: 0;
        display: inline-block;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: linear-gradient(to bottom, #5E35B1, #C5ADF9);
        top: 5px; }
      .top_archive .navigation li a::after {
        font-weight: 400; }
      .top_archive .navigation li a span {
        margin-left: 10px; }

.top_graduate {
  background: #F9F9F9;
  padding: 50px 0; }
  .top_graduate .global_inner {
    max-width: calc(1040px + 120px) !important; }
  .top_graduate ul + ul {
    border-top: 1px solid #ccc;
    padding: 20px 0 0 0;
    justify-content: flex-start; }
    .top_graduate ul + ul li {
      width: auto; }
      @media (min-width: 768px) {
        .top_graduate ul + ul li {
          margin-right: 40px; } }
  @media (min-width: 1020px) {
    .top_graduate ul {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      padding-bottom: 20px; } }
  .top_graduate ul li {
    position: relative;
    font-weight: 600;
    margin-bottom: 15px; }
    @media (min-width: 1020px) {
      .top_graduate ul li {
        width: 33.3%; } }
    .top_graduate ul li span {
      padding-left: 20px;
      margin-right: 10px;
      font-size: 15px; }
      @media (min-width: 1020px) {
        .top_graduate ul li span {
          font-size: inherit; } }
    .top_graduate ul li a {
      margin-right: 5px;
      background: #5E35B1;
      color: #fff;
      border-radius: 30px;
      padding: 0 8px;
      font-weight: 400;
      font-size: 13px;
      letter-spacing: 1px;
      position: relative;
      transition: .3s;
      border: 2px solid #5E35B1;
      height: 30px;
      white-space: nowrap; }
      .top_graduate ul li a:hover {
        background: #fff;
        color: #5E35B1;
        border: 2px solid #5E35B1; }
      .top_graduate ul li a::after {
        font-size: 10px;
        font-weight: 400;
        position: relative;
        bottom: 2px; }
    .top_graduate ul li::before {
      content: '';
      top: 8px;
      position: absolute;
      left: 0;
      display: inline-block;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: linear-gradient(to bottom, #5E35B1, #C5ADF9); }

.important_news {
  border: 1px solid #5E35B1;
  margin-top: 50px;
  background: #f9f9f9;
  padding: 45px;
  position: relative;
  pointer-events: all;
  z-index: 1; }
  .important_news::after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    border: 1px solid #5E35B1;
    width: calc(100% - 5px * 2);
    height: calc(100% - 5px * 2);
    z-index: -5; }
  .important_news .title {
    color: #f00a3b;
    font-size: 20px;
    position: relative;
    display: block;
    text-align: center;
    margin: 20px auto 50px auto !important; }
    .important_news .title::after {
      content: '';
      position: absolute;
      bottom: -20px;
      display: inline-block;
      width: 20%;
      height: 4px;
      left: 50%;
      transform: translateX(-50%);
      background: #f00a3b; }
  .important_news .caution {
    color: #f00a3b; }
