@charset "UTF-8";
/* color base
---------------------------------------------------------- */
/* color theme
---------------------------------------------------------- */
/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: 1px #767676 dotted;
  text-decoration: none;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: 700;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #eee;
  color: #222;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

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

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #bbb;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/*--------------------------------------------------------------
3.0 Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
4.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.nav-links:before,
.nav-links:after,
.pagination:before,
.pagination:after,
.comment-author:before,
.comment-author:after,
.widget-area:before,
.widget-area:after,
.widget:before,
.widget:after,
.comment-meta:before,
.comment-meta:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after,
.pagination:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after {
  clear: both;
}

/*--------------------------------------------------------------
5.0 Typography
--------------------------------------------------------------*/
dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  color: #666;
  font-size: 18px;
  font-size: 1.125rem;
  font-style: italic;
  line-height: 1.7;
  margin: 0;
  overflow: hidden;
  padding: 0;
}

blockquote cite {
  display: block;
  font-style: normal;
  font-weight: 600;
  margin-top: 0.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #eee;
  text-decoration: none;
}

big {
  font-size: 125%;
}

blockquote {
  quotes: "" "";
}

q {
  quotes: "“" "”" "‘" "’";
}

blockquote:before,
blockquote:after {
  content: "";
}

:focus {
  outline: none;
}

/* Typography for Arabic Font */
/*--------------------------------------------------------------
6.0 Forms
--------------------------------------------------------------*/
label {
  display: block;
  margin-bottom: 0.5em;
}

fieldset {
  margin-bottom: 1em;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  display: block;
  padding: 0.7em;
  width: 100%;
}

select {
  border: 1px solid #bbb;
  border-radius: 3px;
  height: 3em;
  max-width: 100%;
}

input[type="radio"],
input[type="checkbox"] {
  margin-right: 0.5em;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
  font-weight: 400;
}

button,
input[type="button"],
input[type="submit"] {
  background-color: #222;
  border: 0;
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 800;
  line-height: 1;
  padding: 1em 2em;
  text-shadow: none;
  -webkit-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
}

input + button,
input + input[type="button"],
input + input[type="submit"] {
  padding: 0.75em 2em;
}

button.secondary,
input[type="reset"],
input[type="button"].secondary,
input[type="reset"].secondary,
input[type="submit"].secondary {
  background-color: #ddd;
  color: #222;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
  background: #767676;
}

button.secondary:hover,
button.secondary:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="button"].secondary:hover,
input[type="button"].secondary:focus,
input[type="reset"].secondary:hover,
input[type="reset"].secondary:focus,
input[type="submit"].secondary:hover,
input[type="submit"].secondary:focus {
  background: #bbb;
}

/*--------------------------------------------------------------
7.0 Formatting
--------------------------------------------------------------*/
hr {
  background-color: #bbb;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
9.0 Tables
--------------------------------------------------------------*/
table {
  border-collapse: collapse;
  margin: 0 0 1.5em;
  width: 100%;
}

thead th {
  border-bottom: 2px solid #bbb;
  padding-bottom: 0.5em;
}

th {
  padding: 0.4em;
  text-align: left;
}

tr {
  border-bottom: 1px solid #eee;
}

td {
  padding: 0.4em;
}

/*--------------------------------------------------------------
11.0 Featured Image Hover
--------------------------------------------------------------*/
/*--------------------------------------------------------------
12.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
13.0 Layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
13.1 Header
--------------------------------------------------------------*/
/*--------------------------------------------------------------
13.4 Posts
--------------------------------------------------------------*/
/* Post Landing Page */
.sticky {
  position: relative;
}

.post:not(.sticky) .icon-thumb-tack {
  display: none;
}

.sticky .icon-thumb-tack {
  display: block;
  height: 18px;
  left: -1.5em;
  position: absolute;
  top: 1.65em;
  width: 20px;
}

.page .panel-content .entry-title,
.page-title,
body.page:not(.twentyseventeen-front-page) .entry-title {
  color: #222;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.entry-header .entry-title {
  margin-bottom: 0.25em;
}

.entry-title a {
  color: #333;
  text-decoration: none;
  margin-left: -2px;
}

.entry-title:not(:first-child) {
  padding-top: 0;
}

.entry-meta {
  color: #767676;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.1818em;
  padding-bottom: 0.25em;
  text-transform: uppercase;
}

.entry-meta a {
  color: #767676;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.pagination,
.comments-pagination {
  border-top: 1px solid #eee;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 800;
  padding: 2em 0 3em;
  text-align: center;
}

.pagination .icon,
.comments-pagination .icon {
  width: 0.666666666em;
  height: 0.666666666em;
}

.comments-pagination {
  border: 0;
}

.page-numbers {
  display: none;
  padding: 0.5em 0.75em;
}

.page-numbers.current {
  color: #767676;
  display: inline-block;
}

.page-numbers.current .screen-reader-text {
  clip: auto;
  height: auto;
  overflow: auto;
  position: relative !important;
  width: auto;
}

.prev.page-numbers,
.next.page-numbers {
  background-color: #ddd;
  border-radius: 2px;
  display: inline-block;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  padding: 0.25em 0.5em 0.4em;
}

.prev.page-numbers,
.next.page-numbers {
  -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.prev.page-numbers:focus,
.prev.page-numbers:hover,
.next.page-numbers:focus,
.next.page-numbers:hover {
  background-color: #767676;
  color: #fff;
}

.prev.page-numbers {
  float: left;
}

.next.page-numbers {
  float: right;
}

/* Aligned blockquotes */
.entry-content blockquote.alignleft,
.entry-content blockquote.alignright {
  color: #666;
  font-size: 13px;
  font-size: 0.8125rem;
  width: 48%;
}

/* Blog landing, search, archives */
.blog .site-main > article,
.archive .site-main > article,
.search .site-main > article {
  padding-bottom: 2em;
}

body:not(.twentyseventeen-front-page) .entry-header {
  padding: 1em 0;
}

body:not(.twentyseventeen-front-page) .entry-header,
body:not(.twentyseventeen-front-page) .entry-content,
body:not(.twentyseventeen-front-page) #comments {
  margin-left: auto;
  margin-right: auto;
}

body:not(.twentyseventeen-front-page) .entry-header {
  padding-top: 0;
}

.blog .entry-meta a.post-edit-link,
.archive .entry-meta a.post-edit-link,
.search .entry-meta a.post-edit-link {
  color: #222;
  display: inline-block;
  margin-left: 1em;
  white-space: nowrap;
}

.search .page .entry-meta a.post-edit-link {
  margin-left: 0;
  white-space: nowrap;
}

.taxonomy-description {
  color: #666;
  font-size: 13px;
  font-size: 0.8125rem;
}

/* More tag */
.entry-content .more-link:before {
  content: "";
  display: block;
  margin-top: 1.5em;
}

/* Single Post */
.single-post:not(.has-sidebar) #primary,
.page.page-one-column:not(.twentyseventeen-front-page) #primary,
.archive.page-one-column:not(.has-sidebar) .page-header,
.archive.page-one-column:not(.has-sidebar) #primary {
  margin-left: auto;
  margin-right: auto;
  max-width: 740px;
}

.single-featured-image-header {
  background-color: #fafafa;
  border-bottom: 1px solid #eee;
}

.single-featured-image-header img {
  display: block;
  margin: auto;
}

.page-links {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 800;
  padding: 2em 0 3em;
}

.page-links .page-number {
  color: #767676;
  display: inline-block;
  padding: 0.5em 1em;
}

.page-links a {
  display: inline-block;
}

.page-links a .page-number {
  color: #222;
}

/* Entry footer */
.entry-footer {
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  margin-top: 2em;
  padding: 2em 0;
}

.entry-footer .cat-links,
.entry-footer .tags-links {
  display: block;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.1818em;
  padding-left: 2.5em;
  position: relative;
  text-transform: uppercase;
}

.entry-footer .cat-links + .tags-links {
  margin-top: 1em;
}

.entry-footer .cat-links a,
.entry-footer .tags-links a {
  color: #333;
}

.entry-footer .cat-links .icon,
.entry-footer .tags-links .icon {
  color: #767676;
  left: 0;
  margin-right: 0.5em;
  position: absolute;
  top: 2px;
}

.entry-footer .edit-link {
  display: inline-block;
}

.entry-footer .edit-link a.post-edit-link {
  background-color: #222;
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 800;
  margin-top: 2em;
  padding: 0.7em 2em;
  -webkit-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  white-space: nowrap;
}

.entry-footer .edit-link a.post-edit-link:hover,
.entry-footer .edit-link a.post-edit-link:focus {
  background-color: #767676;
}

/* Post Formats */
.blog .format-status .entry-title,
.archive .format-status .entry-title,
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

.format-quote blockquote {
  color: #333;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 300;
  overflow: visible;
  position: relative;
}

.format-quote blockquote .icon {
  display: block;
  height: 20px;
  left: -1.25em;
  position: absolute;
  top: 0.4em;
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
  width: 20px;
}

/* Post Navigation */
.post-navigation {
  font-weight: 800;
  margin: 3em 0;
}

.post-navigation .nav-links {
  padding: 1em 0;
}

.nav-subtitle {
  background: transparent;
  color: #767676;
  display: block;
  font-size: 11px;
  font-size: 0.6875rem;
  letter-spacing: 0.1818em;
  margin-bottom: 1em;
  text-transform: uppercase;
}

.nav-title {
  color: #333;
  font-size: 15px;
  font-size: 0.9375rem;
}

.post-navigation .nav-next {
  margin-top: 1.5em;
}

.nav-links .nav-previous .nav-title .nav-title-icon-wrapper {
  margin-right: 0.5em;
}

.nav-links .nav-next .nav-title .nav-title-icon-wrapper {
  margin-left: 0.5em;
}

/*--------------------------------------------------------------
13.5 Pages
--------------------------------------------------------------*/
/*--------------------------------------------------------------
13.6 Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
14.0 Comments
--------------------------------------------------------------*/
/*--------------------------------------------------------------
15.0 Widgets
--------------------------------------------------------------*/
#secondary {
  padding: 1em 0 2em;
}

.widget {
  padding-bottom: 3em;
}

h2.widget-title {
  color: #222;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 800;
  letter-spacing: 0.1818em;
  margin-bottom: 1.5em;
  text-transform: uppercase;
}

.widget-title a {
  color: inherit;
}

/* widget forms */
.widget select {
  width: 100%;
}

/* widget lists */
.widget ul {
  list-style: none;
  margin: 0;
}

.widget ul li,
.widget ol li {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  padding: 0.5em 0;
}

.widget:not(.widget_tag_cloud) ul li + li {
  margin-top: -1px;
}

.widget ul li ul {
  margin: 0 0 -1px;
  padding: 0;
  position: relative;
}

.widget ul li li {
  border: 0;
  padding-left: 24px;
  padding-left: 1.5rem;
}

/* Widget lists of links */
.widget_top-posts ul li ul,
.widget_rss_links ul li ul,
.widget-grofile ul.grofile-links li ul,
.widget_pages ul li ul,
.widget_meta ul li ul {
  bottom: 0;
}

.widget_nav_menu ul li li,
.widget_top-posts ul li,
.widget_top-posts ul li li,
.widget_rss_links ul li,
.widget_rss_links ul li li,
.widget-grofile ul.grofile-links li,
.widget-grofile ul.grofile-links li li {
  padding-bottom: 0.25em;
  padding-top: 0.25em;
}

.widget_rss ul li {
  padding-bottom: 1em;
  padding-top: 1em;
}

/* Widget markup */
.widget .post-date,
.widget .rss-date {
  font-size: 0.81em;
}

/* Text widget */
.widget_text {
  word-wrap: break-word;
}

.widget_text ul {
  list-style: disc;
  margin: 0 0 1.5em 1.5em;
}

.widget_text ol {
  list-style: decimal;
}

.widget_text ul li,
.widget_text ol li {
  border: none;
}

.widget_text ul li:last-child,
.widget_text ol li:last-child {
  padding-bottom: 0;
}

.widget_text ul li ul {
  margin: 0 0 0 1.5em;
}

.widget_text ul li li {
  padding-left: 0;
  padding-right: 0;
}

.widget_text ol li {
  list-style-position: inside;
}

.widget_text ol li + li {
  margin-top: -1px;
}

/* RSS Widget */
.widget_rss .widget-title .rsswidget:first-child {
  float: right;
}

.widget_rss .widget-title .rsswidget:first-child:hover {
  background-color: transparent;
}

.widget_rss .widget-title .rsswidget:first-child img {
  display: block;
}

.widget_rss ul li {
  padding: 2.125em 0;
}

.widget_rss ul li:first-child {
  border-top: none;
  padding-top: 0;
}

.widget_rss li .rsswidget {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 300;
  line-height: 1.4;
}

.widget_rss .rss-date,
.widget_rss li cite {
  color: #767676;
  display: block;
  font-size: 10px;
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.18em;
  line-height: 1.5;
  text-transform: uppercase;
}

.widget_rss .rss-date {
  margin: 0.5em 0 1.5em;
  padding: 0;
}

.widget_rss .rssSummary {
  margin-bottom: 0.5em;
}

/* Contact Info Widget */
.widget_contact_info .contact-map {
  margin-bottom: 0.5em;
}

/* Gravatar */
.widget-grofile h4 {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0;
}

/* Recent Comments */
.widget_recent_comments table,
.widget_recent_comments th,
.widget_recent_comments td {
  border: 0;
}

/* Recent Posts widget */
.widget_recent_entries .post-date {
  display: block;
}

/* Search */
.search-form {
  position: relative;
}

.search-form .search-submit {
  bottom: 3px;
  padding: 0.5em 1em;
  position: absolute;
  right: 3px;
  top: 3px;
}

.search-form .search-submit .icon {
  height: 24px;
  top: -2px;
  width: 24px;
}

/* Tag cloud widget */
.tagcloud ul li {
  float: left;
  border-top: 0;
  border-bottom: 0;
  padding: 0;
  margin: 4px 4px 0 0;
}

.tagcloud,
.widget_tag_cloud,
.wp_widget_tag_cloud {
  line-height: 1.5;
}

.widget .tagcloud a,
.widget.widget_tag_cloud a,
.wp_widget_tag_cloud a {
  border: 1px solid #ddd;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  padding: 4px 10px 5px;
  position: relative;
  -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
  width: auto;
  word-wrap: break-word;
  z-index: 0;
}

.widget .tagcloud a:hover,
.widget .tagcloud a:focus,
.widget.widget_tag_cloud a:hover,
.widget.widget_tag_cloud a:focus,
.wp_widget_tag_cloud a:hover,
.wp_widget_tag_cloud a:focus {
  border-color: #bbb;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
}

/* Calendar widget */
.widget_calendar th,
.widget_calendar td {
  text-align: center;
}

.widget_calendar tfoot td {
  border: 0;
}

/* Gallery widget */
.gallery-columns-5 .gallery-caption,
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

/*--------------------------------------------------------------
16.0 Media
--------------------------------------------------------------*/
img,
video {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  margin-bottom: 1.5em;
  max-width: 100%;
}

/* Remove bottom on embeds that wrapped in paragraphs via wpautop. */
p > embed:only-child,
p > iframe:only-child,
p > object:only-child {
  margin-bottom: 0;
}

.wp-caption,
.gallery-caption {
  color: #666;
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: italic;
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

/* Media Elements */
.mejs-container {
  margin-bottom: 1.5em;
}

/* Audio Player */
.mejs-controls a.mejs-horizontal-volume-slider,
.mejs-controls a.mejs-horizontal-volume-slider:focus,
.mejs-controls a.mejs-horizontal-volume-slider:hover {
  background: transparent;
  border: 0;
}

/* Playlist Color Overrides: Light */
.site-content .wp-playlist-light {
  border-color: #eee;
  color: #222;
}

.site-content .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-album {
  color: #333;
}

.site-content .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-artist {
  color: #767676;
}

.site-content .wp-playlist-light .wp-playlist-item {
  border-bottom: 1px dotted #eee;
  -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.site-content .wp-playlist-light .wp-playlist-item:hover,
.site-content .wp-playlist-light .wp-playlist-item:focus {
  border-bottom-color: transparent;
  background-color: #767676;
  color: #fff;
}

.site-content .wp-playlist-light a.wp-playlist-caption:hover,
.site-content .wp-playlist-light .wp-playlist-item:hover a,
.site-content .wp-playlist-light .wp-playlist-item:focus a {
  color: #fff;
}

/* Playlist Color Overrides: Dark */
.site-content .wp-playlist-dark {
  background: #222;
  border-color: #333;
}

.site-content .wp-playlist-dark .mejs-container .mejs-controls {
  background-color: #333;
}

.site-content .wp-playlist-dark .wp-playlist-caption {
  color: #fff;
}

.site-content .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-album {
  color: #eee;
}

.site-content .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-artist {
  color: #aaa;
}

.site-content .wp-playlist-dark .wp-playlist-playing {
  background-color: #333;
}

.site-content .wp-playlist-dark .wp-playlist-item {
  border-bottom: 1px dotted #555;
  -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.site-content .wp-playlist-dark .wp-playlist-item:hover,
.site-content .wp-playlist-dark .wp-playlist-item:focus {
  border-bottom-color: transparent;
  background-color: #aaa;
  color: #222;
}

.site-content .wp-playlist-dark a.wp-playlist-caption:hover,
.site-content .wp-playlist-dark .wp-playlist-item:hover a,
.site-content .wp-playlist-dark .wp-playlist-item:focus a {
  color: #222;
}

/* Playlist Style Overrides */
.site-content .wp-playlist {
  padding: 0.625em 0.625em 0.3125em;
}

.site-content .wp-playlist-current-item .wp-playlist-item-title {
  font-weight: 700;
}

.site-content .wp-playlist-current-item .wp-playlist-item-album {
  font-style: normal;
}

.site-content .wp-playlist-current-item .wp-playlist-item-artist {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: 0.1818em;
  text-transform: uppercase;
}

.site-content .wp-playlist-item {
  padding: 0 0.3125em;
  cursor: pointer;
}

.site-content .wp-playlist-item:last-of-type {
  border-bottom: none;
}

.site-content .wp-playlist-item a {
  padding: 0.3125em 0;
  border-bottom: none;
}

.site-content .wp-playlist-item a,
.site-content .wp-playlist-item a:focus,
.site-content .wp-playlist-item a:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
}

.site-content .wp-playlist-item-length {
  top: 5px;
}

/* SVG Icons base styles */
.icon {
  display: inline-block;
  fill: currentColor;
  height: 1em;
  position: relative;
  /* Align more nicely with capital letters */
  top: -0.0625em;
  vertical-align: middle;
  width: 1em;
}

/*--------------------------------------------------------------
16.1 Galleries
--------------------------------------------------------------*/
.gallery-item {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  margin: 0 0 1.5em;
  padding: 0 1em 0 0;
  width: 50%;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus,
.widget-area .gallery-item a,
.widget-area .gallery-item a:hover,
.widget-area .gallery-item a:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  display: inline-block;
  max-width: 100%;
}

.gallery-item a img {
  display: block;
  -webkit-transition: -webkit-filter 0.2s ease-in;
  transition: -webkit-filter 0.2s ease-in;
  -o-transition: filter 0.2s ease-in;
  transition: filter 0.2s ease-in;
  transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
  -webkit-filter: opacity(60%);
  filter: opacity(60%);
}

.gallery-caption {
  display: block;
  text-align: left;
  padding: 0 10px 0 0;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
17.0 Customizer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
18.0 SVGs Fallbacks
--------------------------------------------------------------*/
/*--------------------------------------------------------------
19.0 Media Queries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
20.0 Print
--------------------------------------------------------------*/
/* ==========================================================
 html5 elements
========================================================== */
article, aside, figure, figcaption, footer, header, nav, section {
  display: block;
}

/* ==========================================================
 reseting
========================================================== */
body {
  font-family: 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'Noto Sans JP', 'メイリオ', 'Meiryo', sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: #231815;
  -webkit-text-size-adjust: 100%;
}

@media screen and (max-width: 768px), print {
  body {
    font-size: 10px;
  }
}

@media screen and (min-width: 0\0) {
  body {
    font-family: 'Hiragino Kaku Gothic Pro', 'Noto Sans JP', 'メイリオ', 'Meiryo', sans-serif;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body {
    font-family: 'Hiragino Kaku Gothic Pro', 'Noto Sans JP', 'メイリオ', 'Meiryo', sans-serif;
  }
}

input, textarea, select, button {
  font-family: 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'Noto Sans JP', 'メイリオ', 'Meiryo', sans-serif;
}

@media screen and (min-width: 0\0) {
  input, textarea, select, button {
    font-family: 'Hiragino Kaku Gothic Pro', 'Noto Sans JP', 'メイリオ', 'Meiryo', sans-serif;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  input, textarea, select, button {
    font-family: 'Hiragino Kaku Gothic Pro', 'Noto Sans JP', 'メイリオ', 'Meiryo', sans-serif;
  }
}

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

input, textarea {
  margin: 0;
  font-size: 100%;
}

input, textarea, select {
  /*-webkit-appearance: none;*/
}

textarea {
  resize: none;
}

button {
  border: none;
  overflow: visible;
  background: none;
  vertical-align: top;
  font-size: 100%;
  color: inherit;
  cursor: pointer;
  -webkit-appearance: none;
}

label {
  cursor: pointer;
}

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

fieldset {
  border: 0;
}

img {
  border: 0;
  height: auto;
  vertical-align: top;
}

caption, th {
  text-align: left;
}

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

a, input {
  /* outline: none; -webkit-tap-highlight-color:rgba(0,0,0,0);*/
}

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

sup {
  vertical-align: top;
}

sub {
  vertical-align: baseline;
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

ul li, ol li {
  padding-left: 1em;
  text-indent: -1em;
  list-style-position: inside;
}

ul li .fa, ol li .fa {
  text-indent: 0;
}

.reset ol, .reset ul, .reset li {
  list-style: none;
  padding-left: 0;
  text-indent: 0;
}

.reset a {
  text-decoration: none;
}

/* ==========================================================
 Typo
========================================================== */
p:not(:last-child) {
  margin-bottom: 20px;
}

h1 {
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 1.6;
}

@media screen and (max-width: 768px), print {
  h1 {
    font-size: 12px;
  }
}

h2 {
  margin-bottom: 10px;
  font-size: 21.5px;
  font-weight: bold;
  line-height: 1.6;
}

@media screen and (max-width: 768px), print {
  h2 {
    font-size: 11px;
  }
}

h3 {
  margin-bottom: 10px;
  font-size: 21.5px;
  line-height: 1.6;
}

@media screen and (max-width: 768px), print {
  h3 {
    font-size: 10px;
    line-height: 1.7;
  }
}

h4 {
  margin-bottom: 10px;
  font-size: 16px;
}

@media screen and (max-width: 768px), print {
  h4 {
    font-size: 10px;
    line-height: 1.4;
  }
}

h5 {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.57;
}

@media screen and (max-width: 768px), print {
  h5 {
    font-size: 10px;
    line-height: 1.25;
  }
}

h6 {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 1.5;
}

@media screen and (max-width: 768px), print {
  h6 {
    font-size: 10px;
    line-height: 1.25;
  }
}

/* ==========================================================
 base Link
========================================================== */
a {
  color: #231815;
}

a:hover, a:active, a:focus {
  text-decoration: none;
}

/* ==========================================================
 clearfix
========================================================== */
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.contents:before, .contents:after {
  content: "";
  display: table;
}

.clearfix:after, .contents:after {
  clear: both;
}

/* For IE 6/7
---------------------------------------------------------- */
.clearfix, .contents {
  *zoom: 1;
}

/* ==========================================================
 layout
========================================================== */
html {
  overflow-y: scroll;
}

body {
  text-align: left;
}

/* ==========================================================
 wrapper
========================================================== */
.wrapper {
  width: 100%;
}

/* ==========================================================
 header
========================================================== */
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  background-color: #fff;
}

.header .header-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 40px;
}

@media screen and (max-width: 1100px), print {
  .header .header-in {
    height: 50px;
    padding-left: 12px;
  }
}

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

@media screen and (max-width: 1100px), print {
  .header .header-content .content-pc {
    display: none;
  }
}

.header .header-content .content-sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
}

@media screen and (min-width: 1101px), print {
  .header .header-content .content-sp {
    display: none;
  }
}

.header .header-content .content-sp .btn {
  display: block;
  width: 50px;
  height: 50px;
  background-position: center;
  background-repeat: no-repeat;
}

.header .header-content .content-sp .btn.btn-user {
  background-image: url(../img/ico_user_01.png);
  background-size: 21px 21px;
}

.header .header-content .content-sp .btn.btn-menu {
  background-image: url(../img/ico_menu.png);
  background-size: 23px 20px;
}

.header .header-content .content-sp .btn.is-open {
  background-color: #231815;
  background-image: url(../img/ico_menu_close_01.png);
  background-size: 19px 19px;
}

.header .header-main {
  width: 590px;
  padding-right: 18px;
}

.header-logo {
  padding-top: 18px;
}

.header-logo a {
  display: block;
  width: 230px;
}

.header-logo a img {
  width: 100%;
}

.header-logo img.logo-sp {
  display: none;
}

@media screen and (max-width: 1100px), print {
  .header-logo {
    padding-top: 10px;
  }
  .header-logo a {
    width: 126px;
  }
  .header-logo img.logo-pc {
    display: none;
  }
  .header-logo img.logo-sp {
    display: block;
  }
}

.header-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-left: -25px;
  padding-top: 18px;
  margin-bottom: 11px;
}

.header-links li {
  margin-left: 25px;
  line-height: 1;
}

.header-links a {
  display: inline-block;
  -webkit-transition: opacity 0.2s ease 0s;
  -o-transition: opacity 0.2s ease 0s;
  transition: opacity 0.2s ease 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.header-links a:hover {
  opacity: 0.5;
}

.header-utility {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 1101px), print {
  .header-utility {
    height: 26px;
    overflow: hidden;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}

.header-utility .header-lan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -4px;
  margin-right: 20px;
}

.header-utility .header-lan li {
  margin-left: 4px;
}

.header-utility .header-lan a {
  display: block;
  width: 60px;
  background-color: #EEEEEF;
  font-size: 13px;
  line-height: 1.3;
  text-align: center;
}

.header-search {
  position: relative;
  width: 154px;
  padding-right: 30px;
  border-left: 1px solid #c6c6c6;
  border-right: 1px solid #c6c6c6;
}

.header-search input[type='text'] {
  display: block;
  width: 100%;
  height: 24px;
  padding: 0 0 0 5px;
  border: 0;
  line-height: 24px;
}

.header-search button {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 24px;
  padding: 4px 0 0 0;
  text-align: center;
}

/* ==========================================================
 nav-global
========================================================== */
.mod-nav-global .btn-sitemap {
  margin-top: 20px;
  width: 100%;
}

.mod-nav-global .btn-sitemap a {
  display: block;
  width: 190px;
  padding: 0 6px;
  border: 1px solid #fff;
  font-size: 13px;
  color: #fff;
  line-height: 1.6;
  -webkit-transition: opacity 0.2s ease 0s;
  -o-transition: opacity 0.2s ease 0s;
  transition: opacity 0.2s ease 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-decoration: none;
}

.mod-nav-global .btn-sitemap a:hover {
  opacity: 0.5;
}

@media screen and (min-width: 1101px), print {
  .mod-nav-global {
    margin-top: 72px;
    -webkit-transition: margin-top 0.2s ease 0s;
    -o-transition: margin-top 0.2s ease 0s;
    transition: margin-top 0.2s ease 0s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}

@media screen and (max-width: 1100px), print {
  .mod-nav-global {
    display: none;
    position: fixed;
    top: 50px;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(35, 24, 21, 0.9);
  }
  .mod-nav-global.show-menu-01 .menu-01 {
    display: block;
  }
  .mod-nav-global.show-menu-02 .menu-02 {
    display: block;
  }
  .mod-nav-global .wrap-inner {
    height: 100%;
    overflow: auto;
    padding: 40px 25px 30px;
  }
  .mod-nav-global .btn-sitemap {
    margin-top: 30px;
    width: 100%;
  }
  .mod-nav-global .btn-sitemap a {
    display: block;
    width: 100%;
    padding: 6px 10px;
    border: 1px solid #fff;
    font-size: 13px;
    line-height: 1.6;
    -webkit-transition: opacity 0.2s ease 0s;
    -o-transition: opacity 0.2s ease 0s;
    transition: opacity 0.2s ease 0s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}

@media screen and (min-width: 1101px), print {
  .nav-global .list-nav-global {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .nav-global .list-nav-global.menu-02 {
    display: none;
  }
  .nav-global .list-nav-global > li:last-child .text a:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 1px;
    height: 20px;
    background-color: #c6c6c6;
  }
  .nav-global .list-nav-global > li:hover > .text a {
    border-color: #006AB6;
    text-decoration: none;
  }
  .nav-global .list-nav-global > li > .text a {
    position: relative;
    display: block;
    min-width: 120px;
    padding: 0 18px;
    border-bottom: 8px solid transparent;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    -webkit-transition: border-color 0.2s ease 0s;
    -o-transition: border-color 0.2s ease 0s;
    transition: border-color 0.2s ease 0s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .nav-global .list-nav-global > li > .text a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1px;
    height: 20px;
    background-color: #c6c6c6;
  }
  .nav-global .list-nav-global > li > .text .btn-accordion {
    display: none;
  }
  .nav-global > .btn-sitemap {
    display: none;
  }
}

@media screen and (max-width: 1100px), print {
  .nav-global .list-nav-global {
    display: none;
  }
  .nav-global .list-nav-global > li > .text {
    position: relative;
  }
  .nav-global .list-nav-global > li > .text a {
    position: relative;
    display: block;
    padding: 7px 8px 7px 10px;
    margin-bottom: 3px;
    background-color: #4C4948;
    font-size: 13px;
    color: #fff;
  }
  .nav-global .list-nav-global > li > .text a:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 36px;
    height: 36px;
    background: url(../img/ico_link_box_01.png) center no-repeat;
    background-size: 18px 18px;
  }
  .nav-global .list-nav-global > li > .text .btn-accordion {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 36px;
    height: 36px;
    background: url(../img/ico_link_box_01.png) center no-repeat;
    background-size: 18px 18px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .nav-global .list-nav-global > li > .text .btn-accordion.is-active {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}

@media screen and (min-width: 1101px), print {
  body.about .list-nav-global li:nth-child(1) .text a {
    border-color: #006AB6;
  }
  body.about.info.education .list-nav-global li:nth-child(2) .text a {
    border: none;
  }
  body.education .list-nav-global li:nth-child(2) .text a {
    border-color: #006AB6;
  }
  body.collaboration .list-nav-global li:nth-child(3) .text a {
    border-color: #006AB6;
  }
  body.support .list-nav-global li:nth-child(4) .text a {
    border-color: #006AB6;
  }
  body.exam .list-nav-global li:nth-child(5) .text a {
    border-color: #006AB6;
  }
}

.mod-nav-panel {
  display: none;
}

@media screen and (min-width: 1101px), print {
  .mod-nav-panel {
    position: absolute;
    top: 169px;
    left: 0;
    width: 100%;
    background-color: rgba(35, 24, 21, 0.9);
  }
  .mod-nav-panel .btn-close {
    position: absolute;
    top: 20px;
    right: 35px;
    width: 26px;
    height: 25px;
    overflow: hidden;
    background: url(../img/ico_close_megamenu.png) 0 0 no-repeat;
    background-size: 100% auto;
    text-indent: -9999px;
    cursor: pointer;
    -webkit-transition: opacity 0.2s ease 0s;
    -o-transition: opacity 0.2s ease 0s;
    transition: opacity 0.2s ease 0s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .mod-nav-panel .btn-close:hover {
    opacity: 0.5;
  }
  .mod-nav-panel .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 970px;
    padding: 20px 0 25px;
    margin: 0 auto;
  }
  .mod-nav-panel .inner .col {
    width: 20%;
    padding: 0 8px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
  }
  .mod-nav-panel .inner .col.col-span-3 {
    width: 60%;
  }
  .mod-nav-panel .inner a {
    color: #fff;
  }
  .mod-nav-panel .box-nav-sub-01:last-child .link-title:last-child {
    margin-bottom: 0;
  }
  .mod-nav-panel .box-nav-sub-01:last-child .list-nav-sub {
    margin-bottom: 0;
  }
  .mod-nav-panel .box-nav-sub-01 .link-title:last-child {
    margin-bottom: 30px;
  }
  .mod-nav-panel .box-nav-sub-01 .link-title a {
    display: block;
    padding: 3px 7px;
    background-color: #717071;
    font-size: 13px;
    line-height: 1.4;
    -webkit-transition: opacity 0.2s ease 0s;
    -o-transition: opacity 0.2s ease 0s;
    transition: opacity 0.2s ease 0s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .mod-nav-panel .box-nav-sub-01 .link-title a:hover {
    opacity: 0.5;
  }
  .mod-nav-panel .box-nav-sub-01 .link-title .btn-accordion {
    display: none;
  }
  .mod-nav-panel .box-nav-sub-02 .list-nav-sub {
    padding: 8px 0 0 6px;
    margin-bottom: 20px;
  }
  .mod-nav-panel .box-nav-sub-02 .list-nav-sub li {
    line-height: 1;
  }
  .mod-nav-panel .box-nav-sub-02 .list-nav-sub li:not(:last-child) {
    margin-bottom: 5px;
  }
  .mod-nav-panel .box-nav-sub-02 .list-nav-sub.type-3-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin-left: -8px;
  }
  .mod-nav-panel .box-nav-sub-02 .list-nav-sub.type-3-col li {
    position: relative;
    width: 182px;
    padding-bottom: 10px;
    margin-top: 10px;
    margin-bottom: 0;
    margin-left: 8px;
    overflow: hidden;
  }
  .mod-nav-panel .box-nav-sub-02 .list-nav-sub.type-3-col li:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
  }
  .mod-nav-panel .box-nav-sub-02 .list-nav-sub.type-3-col a {
    letter-spacing: -0.05em;
  }
  .mod-nav-panel .box-nav-sub-02 .list-nav-sub a {
    display: inline-block;
    font-size: 11px;
    line-height: 1.4;
    -webkit-transition: opacity 0.2s ease 0s;
    -o-transition: opacity 0.2s ease 0s;
    transition: opacity 0.2s ease 0s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .mod-nav-panel .box-nav-sub-02 .list-nav-sub a:hover {
    opacity: 0.5;
  }
}

@media screen and (max-width: 1100px), print {
  .mod-nav-panel .btn-close {
    display: none;
  }
  .mod-nav-panel .box-nav-sub-01 {
    margin-bottom: 2px;
  }
  .mod-nav-panel .box-nav-sub-01 .link-title {
    position: relative;
  }
  .mod-nav-panel .box-nav-sub-01 .link-title a {
    display: block;
    padding: 4px 8px 4px 25px;
    background-color: #727171;
    font-size: 13px;
    color: #fff;
  }
  .mod-nav-panel .box-nav-sub-01 .link-title a:not(:last-child) {
    margin-bottom: 2px;
  }
  .mod-nav-panel .box-nav-sub-01 .link-title a:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 8px;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    background: url(../img/ico_link_box_01.png) 0 0 no-repeat;
    background-size: 100% auto;
  }
  .mod-nav-panel .box-nav-sub-01 .link-title .btn-accordion {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    background: url(../img/ico_link_box_01.png) center no-repeat;
    background-size: 18px 18px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .mod-nav-panel .box-nav-sub-01 .link-title .btn-accordion.is-active {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .mod-nav-panel .box-nav-sub-02 {
    display: none;
  }
  .mod-nav-panel .box-nav-sub-02 .list-nav-sub li {
    margin-bottom: 2px;
  }
  .mod-nav-panel .box-nav-sub-02 .list-nav-sub a {
    position: relative;
    display: block;
    padding: 4px 8px 4px 40px;
    background-color: #9FA0A0;
    font-size: 13px;
    color: #fff;
  }
  .mod-nav-panel .btn-sitemap {
    display: none;
  }
}

/* header sticky
---------------------------------------------------------- */
body {
  padding-top: 169px;
  -webkit-transition: padding-top 0.2s ease 0s;
  -o-transition: padding-top 0.2s ease 0s;
  transition: padding-top 0.2s ease 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media screen and (max-width: 1100px), print {
  body {
    padding-top: 50px;
  }
}

@media screen and (min-width: 1101px), print {
  body.is-header-sticky {
    padding-top: 111px;
  }
  body.is-header-sticky .header .btn-link a {
    padding: 10px;
  }
  body.is-header-sticky .header .header-utility {
    height: 0;
    opacity: 0;
  }
  body.is-header-sticky .header .mod-nav-global {
    margin-top: 12px;
  }
  body.is-header-sticky .header .mod-nav-panel {
    top: 109px;
  }
}

/* ==========================================================
 nav-local
========================================================== */
/* ==========================================================
 nav-breadcrumb
========================================================== */
/* nav-breadcrumb
---------------------------------------------------------- */
.nav-breadcrumb {
  padding-left: 0;
  text-indent: 0;
  list-style: none;
  width: 100%;
  overflow: hidden;
  margin: 10px auto;
  padding-left: 60px;
  -webkit-transition: padding-left 0.2s ease;
  -o-transition: padding-left 0.2s ease;
  transition: padding-left 0.2s ease;
  text-align: left;
}

.nav-breadcrumb li {
  padding-left: 0;
  text-indent: 0;
  list-style: none;
  float: left;
  font-size: 13px;
  white-space: nowrap;
}

.nav-breadcrumb li a {
  font-size: 13px;
  display: inline-block;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.nav-breadcrumb li a:hover {
  -ms-filter: 'alpha( opacity=50)';
  filter: alpha(opacity=50);
  opacity: 0.5;
  text-decoration: none;
}

@media screen and (max-width: 1024px), print {
  .nav-breadcrumb {
    padding-left: 15px;
  }
}

@media screen and (max-width: 768px), print {
  .nav-breadcrumb {
    display: none;
  }
}

/* ==========================================================
 nav
========================================================== */
/* nav-tab-01
---------------------------------------------------------- */
.nav-tab-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 70px;
  margin-left: -2px;
  margin-right: -2px;
}

.nav-tab-01 .nav-tab-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 16.85%;
  padding-left: 2px;
  padding-right: 2px;
  padding-bottom: 5px;
}

.nav-tab-01 .nav-tab-item a {
  padding: 6px 5px 5px;
  color: #231815;
  background-color: #fff;
  font-size: 18.5px;
  display: block;
  text-align: center;
  line-height: 1;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-decoration: none;
}

.nav-tab-01 .nav-tab-item a:hover {
  color: #fff;
  background-color: #4a9a98;
  text-decoration: none;
}

.nav-tab-01 .nav-tab-item.is-active > a {
  color: #fff;
  background-color: #4a9a98;
}

.nav-tab-01 .nav-tab-item.col-lg-9 {
  width: 75%;
}

.nav-tab-01 .nav-tab-item.col-lg-8 {
  width: 66.67%;
}

.nav-tab-01 .nav-tab-item.col-lg-6 {
  width: 50%;
}

.nav-tab-01 .nav-tab-item.col-lg-4 {
  width: 33.33%;
}

.nav-tab-01 .nav-tab-item.col-lg-3 {
  width: 25%;
}

@media screen and (max-width: 768px), print {
  .nav-tab-01 {
    margin-bottom: 20px;
  }
  .nav-tab-01 .nav-tab-item {
    width: 50% !important;
  }
  .nav-tab-01 .nav-tab-item a {
    padding: 7px;
    font-size: 10px;
  }
}

body.education.environment .nav-tab-01 .nav-tab-item a:hover, .bg-environment .nav-tab-01 .nav-tab-item a:hover {
  background-color: #a8bc43;
}

body.education.environment .nav-tab-01 .nav-tab-item.is-active a, .bg-environment .nav-tab-01 .nav-tab-item.is-active a {
  background-color: #a8bc43;
}

body.education.product .nav-tab-01 .nav-tab-item a:hover, .bg-product .nav-tab-01 .nav-tab-item a:hover {
  background-color: #4a9a98;
}

body.education.product .nav-tab-01 .nav-tab-item.is-active a, .bg-product .nav-tab-01 .nav-tab-item.is-active a {
  background-color: #4a9a98;
}

body.education.visual .nav-tab-01 .nav-tab-item a:hover, .bg-visual .nav-tab-01 .nav-tab-item a:hover {
  background-color: #007aaa;
}

body.education.visual .nav-tab-01 .nav-tab-item.is-active a, .bg-visual .nav-tab-01 .nav-tab-item.is-active a {
  background-color: #007aaa;
}

body.education.envi_desi .nav-tab-01 .nav-tab-item a:hover, .bg-envi_desi .nav-tab-01 .nav-tab-item a:hover {
  background-color: #e9d900;
}

body.education.envi_desi .nav-tab-01 .nav-tab-item.is-active a, .bg-envi_desi .nav-tab-01 .nav-tab-item.is-active a {
  background-color: #e9d900;
}

body.education.manga .nav-tab-01 .nav-tab-item a:hover, .bg-manga .nav-tab-01 .nav-tab-item a:hover {
  background-color: #cb4829;
}

body.education.manga .nav-tab-01 .nav-tab-item.is-active a, .bg-manga .nav-tab-01 .nav-tab-item.is-active a {
  background-color: #cb4829;
}

body.education.fashion .nav-tab-01 .nav-tab-item a:hover, .bg-fashion .nav-tab-01 .nav-tab-item a:hover {
  background-color: #d13c72;
}

body.education.fashion .nav-tab-01 .nav-tab-item.is-active a, .bg-fashion .nav-tab-01 .nav-tab-item.is-active a {
  background-color: #d13c72;
}

body.education.art_craft .nav-tab-01 .nav-tab-item a:hover, .bg-art_craft .nav-tab-01 .nav-tab-item a:hover {
  background-color: #d8b063;
}

body.education.art_craft .nav-tab-01 .nav-tab-item.is-active a, .bg-art_craft .nav-tab-01 .nav-tab-item.is-active a {
  background-color: #d8b063;
}

body.education.gsd .nav-tab-01 .nav-tab-item a:hover,
.bg-gsd .nav-tab-01 .nav-tab-item a:hover {
  background-color: #8f6498;
}

body.education.gsd .nav-tab-01 .nav-tab-item.is-active a,
.bg-gsd .nav-tab-01 .nav-tab-item.is-active a {
  background-color: #8f6498;
}

/* nav-tab-02
---------------------------------------------------------- */
.nav-tab-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -4px -2px 100px;
}

.nav-tab-02 .nav-tab-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0 2px;
  margin-top: 4px;
  text-align: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.nav-tab-02 .nav-tab-item.col-9 {
  width: 75%;
}

.nav-tab-02 .nav-tab-item.col-8 {
  width: 66.67%;
}

.nav-tab-02 .nav-tab-item.col-6 {
  width: 50%;
}

.nav-tab-02 .nav-tab-item.col-4 {
  width: 33.33%;
}

.nav-tab-02 .nav-tab-item.col-3 {
  width: 25%;
}

.nav-tab-02 .nav-tab-item a {
  background-color: #eee;
  font-size: 18px;
  line-height: 1.1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 6px 5px 5px;
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-decoration: none;
}

.nav-tab-02 .nav-tab-item a:hover {
  color: #fff;
  background-color: #181878;
}

.nav-tab-02 .nav-tab-item.is-active > a {
  color: #fff;
  background-color: #181878;
}

.nav-tab-02 .nav-tab-item a[target=_blank]::after {
  content: "\f08e";
  font-family: 'FontAwesome';
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.nav-tab-02 .sub-menu {
  display: none;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #eee;
  padding: 0 2px 6px;
}

.nav-tab-02 .sub-menu .nav-tab-item {
  width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.nav-tab-02 .sub-menu .nav-tab-item a {
  background-color: #fff;
  color: #231815;
  font-size: 90%;
}

.nav-tab-02 .sub-menu .nav-tab-item.is-active > a {
  color: #fff;
  background-color: #181878;
}

.nav-tab-02 .is-active > .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav-tab-02 .is-active > .sub-menu .sub-menu {
  display: block;
}

@media screen and (min-width: 769px), print {
  .nav-tab-02 .nav-tab-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .nav-tab-02 .nav-tab-item.col-lg-9 {
    width: 75%;
  }
  .nav-tab-02 .nav-tab-item.col-lg-8 {
    width: 66.67%;
  }
  .nav-tab-02 .nav-tab-item.col-lg-6 {
    width: 50%;
  }
  .nav-tab-02 .nav-tab-item.col-lg-4 {
    width: 33.33%;
  }
  .nav-tab-02 .nav-tab-item.col-lg-3 {
    width: 25%;
  }
  .nav-tab-02 .sub-menu .nav-tab-item {
    width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .nav-tab-02 .sub-menu .nav-tab-item a {
    font-size: 90%;
  }
  .nav-tab-02 .sub-menu .sub-menu {
    display: block;
  }
  .nav-tab-02 .sub-menu .sub-menu .nav-tab-item {
    width: 100%;
  }
}

@media screen and (max-width: 768px), print {
  .nav-tab-02 {
    margin-bottom: 40px;
  }
  .nav-tab-02 .nav-tab-item {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .nav-tab-02 .nav-tab-item.col-sm-9 {
    width: 75%;
  }
  .nav-tab-02 .nav-tab-item.col-sm-8 {
    width: 66.67%;
  }
  .nav-tab-02 .nav-tab-item.col-sm-6 {
    width: 50%;
  }
  .nav-tab-02 .nav-tab-item.col-sm-4 {
    width: 33.33%;
  }
  .nav-tab-02 .nav-tab-item.col-sm-3 {
    width: 25%;
  }
  .nav-tab-02 .nav-tab-item a {
    font-size: 10px;
    padding: 8px 2px 7px;
    letter-spacing: -0.04em;
  }
  .nav-tab-02.sp-fz-9 a {
    font-size: 9px;
  }
}

/* ==========================================================
 contents
========================================================== */
.contents {
  position: relative;
  padding-top: 94px;
  padding-bottom: 100px;
}

@media screen and (max-width: 768px), print {
  .contents {
    padding-top: 32px;
    padding-bottom: 50px;
  }
}

/* ==========================================================
 footer
========================================================== */
.footer {
  background-color: #fff;
}

.footer-links {
  padding: 15px 0;
  background-color: #EEEEEF;
}

@media screen and (max-width: 1100px), print {
  .footer-links {
    padding: 0 20px 10px;
  }
}

.footer-links .list-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 970px;
  margin: 0 auto;
}

@media screen and (max-width: 1100px), print {
  .footer-links .list-links {
    max-width: 100%;
    padding-left: 7px;
  }
}

.footer-links .list-links li {
  font-size: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

@media screen and (max-width: 1100px), print {
  .footer-links .list-links li {
    width: 33.33%;
    margin-top: 10px;
  }
}

.footer-links .list-links a {
  display: inline-block;
  padding-left: 12px;
  background-image: url(../img/ico_arrow_right_01_pc.png);
  background-size: 6px 10px;
  background-position: 0 center;
  background-repeat: no-repeat;
  font-size: 15px;
  line-height: 1;
  -webkit-transition: opacity 0.2s ease 0s;
  -o-transition: opacity 0.2s ease 0s;
  transition: opacity 0.2s ease 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.footer-links .list-links a:hover {
  opacity: 0.5;
}

@media screen and (max-width: 1100px), print {
  .footer-links .list-links a {
    padding-left: 6px;
    background-image: url(../img/ico_arrow_right_01_sp.png);
    background-size: 4px 7px;
    font-size: 10px;
    letter-spacing: -0.03em;
  }
}

.footer-main {
  margin: 0 auto;
  padding: 32px 60px;
}

@media screen and (min-width: 1101px), print {
  .footer-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1300px;
  }
}

@media screen and (max-width: 1100px), print {
  .footer-main {
    padding: 15px 12px 15px 20px;
  }
}

@media screen and (min-width: 1101px), print {
  .footer-main .col-01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 70%;
  }
}

.footer-main .col-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 1101px), print {
  .footer-main .col-02 {
    width: 30%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.footer-main .footer-logo {
  margin-right: 32px;
}

@media screen and (min-width: 1101px), print {
  .footer-main .footer-logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 266px;
    flex: 0 0 266px;
  }
}

@media screen and (max-width: 1100px), print {
  .footer-main .footer-logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 8px;
  }
  .footer-main .footer-logo a {
    width: 133px;
  }
}

.footer-main .footer-logo a {
  display: block;
}

.footer-main .footer-logo img {
  width: 100%;
}

.footer-main .footer-address {
  font-size: 10px;
  line-height: 1.8;
}

@media screen and (max-width: 1100px), print {
  .footer-main .footer-address {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 8px;
  }
}

@media screen and (min-width: 1101px), print {
  .footer-main .footer-address .tel-pc {
    display: inline;
  }
}

@media screen and (max-width: 1100px), print {
  .footer-main .footer-address .tel-pc {
    display: none;
  }
}

@media screen and (min-width: 1101px), print {
  .footer-main .footer-address .tel-sp {
    display: none;
  }
}

@media screen and (max-width: 1100px), print {
  .footer-main .footer-address .tel-sp {
    display: inline;
  }
}

@media screen and (max-width: 1100px), print {
  .footer-main .footer-support {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 23%;
    flex: 0 0 23%;
  }
}

.footer-main .footer-support a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  -webkit-transition: opacity 0.2s ease 0s;
  -o-transition: opacity 0.2s ease 0s;
  transition: opacity 0.2s ease 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.footer-main .footer-support a:hover {
  opacity: 0.5;
}

@media screen and (max-width: 1100px), print {
  .footer-main .footer-support a {
    display: block;
    font-size: 10px;
  }
}

.footer-main .footer-support .txt-jp {
  margin-right: 17px;
}

@media screen and (max-width: 1100px), print {
  .footer-main .footer-support .txt-jp {
    margin-right: 5px;
  }
}

.footer-main .footer-support .txt-eng {
  font-size: 16px;
  color: #006AB6;
}

@media screen and (max-width: 1100px), print {
  .footer-main .footer-support .txt-eng {
    margin-left: 0;
    font-size: 10px;
  }
}

/* ==========================================================
 grid
========================================================== */
/* grid-cmn-01
---------------------------------------------------------- */
.grid-cmn-01 .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.grid-cmn-01 .row .col.col-9 {
  width: 75%;
}

.grid-cmn-01 .row .col.col-8 {
  width: 66.67%;
}

.grid-cmn-01 .row .col.col-6 {
  width: 50%;
}

.grid-cmn-01 .row .col.col-4 {
  width: 33.33%;
}

.grid-cmn-01 .row .col.col-3 {
  width: 25%;
}

@media screen and (min-width: 769px), print {
  .grid-cmn-01 .row .col.col-lg-9 {
    width: 75%;
  }
  .grid-cmn-01 .row .col.col-lg-8 {
    width: 66.67%;
  }
  .grid-cmn-01 .row .col.col-lg-6 {
    width: 50%;
  }
  .grid-cmn-01 .row .col.col-lg-4 {
    width: 33.33%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .grid-cmn-01 .row .col.col-lg-3 {
    width: 25%;
  }
}

@media screen and (max-width: 768px), print {
  .grid-cmn-01 .row .col {
    width: 100%;
  }
  .grid-cmn-01 .row .col.col-sm-9 {
    width: 75%;
  }
  .grid-cmn-01 .row .col.col-sm-8 {
    width: 66.67%;
  }
  .grid-cmn-01 .row .col.col-sm-6 {
    width: 50%;
  }
  .grid-cmn-01 .row .col.col-sm-4 {
    width: 33.33%;
  }
  .grid-cmn-01 .row .col.col-sm-3 {
    width: 25%;
  }
}

/* grid-about-nav
---------------------------------------------------------- */
.grid-about-nav .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -54px -27px 0;
}

.grid-about-nav .col {
  width: 25%;
  padding: 0 27px;
  margin-top: 54px;
}

.grid-about-nav .col.col-span-2 {
  width: 50%;
}

@media screen and (max-width: 768px), print {
  .grid-about-nav .row {
    margin: -25px -15px 0;
  }
  .grid-about-nav .col {
    width: 50%;
    padding: 0 15px;
    margin-top: 25px;
  }
  .grid-about-nav .col.col-span-2 {
    width: 100%;
  }
}

/* grid-campusmap-info
---------------------------------------------------------- */
@media screen and (min-width: 769px), print {
  .grid-campusmap-info .row {
    margin: 0 -27px;
  }
  .grid-campusmap-info .col {
    padding: 0 27px;
  }
}

@media screen and (max-width: 768px), print {
  .grid-campusmap-info .col:not(:last-child) {
    margin-bottom: 15px;
  }
}

/* ==========================================================
 area
========================================================== */
/* area-profile-faculty-member
---------------------------------------------------------- */
.area-profile-faculty-member {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 95px;
  padding-top: 30px;
}

.area-profile-faculty-member .box-name {
  width: 370px;
}

.area-profile-faculty-member .box-name .name-jp {
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
}

.area-profile-faculty-member .box-name .name-en {
  margin-bottom: 15px;
}

.area-profile-faculty-member .box-cont {
  width: 600px;
}

.area-profile-faculty-member .image {
  margin-bottom: 40px;
}

.area-profile-faculty-member .image img {
  width: 100%;
}

.area-profile-faculty-member .box-profile {
  overflow: hidden;
}

.area-profile-faculty-member .box-profile .label {
  float: left;
  width: 80px;
}

.area-profile-faculty-member .box-profile .label .inner {
  margin-top: -3px;
}

.area-profile-faculty-member .box-profile .detail {
  overflow: hidden;
  position: relative;
  padding-left: 20px;
  margin-bottom: 3px;
}

.area-profile-faculty-member .box-profile .detail:before {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #c6c6c6;
}

.area-profile-faculty-member .box-profile .detail .inner {
  margin-top: -3px;
}

@media screen and (max-width: 768px), print {
  .area-profile-faculty-member {
    display: block;
    margin-bottom: 45px;
    padding-top: 0;
  }
  .area-profile-faculty-member .box-name {
    width: 100%;
    margin-bottom: 18px;
  }
  .area-profile-faculty-member .box-name .name-jp {
    font-size: 18px;
  }
  .area-profile-faculty-member .box-name .name-en {
    margin-bottom: 10px;
  }
  .area-profile-faculty-member .box-cont {
    width: 100%;
  }
  .area-profile-faculty-member .image {
    margin-bottom: 20px;
  }
  .area-profile-faculty-member .image img {
    width: 100%;
  }
  .area-profile-faculty-member .box-profile .label {
    width: 50px;
  }
  .area-profile-faculty-member .box-profile .label .inner {
    margin-top: -2px;
  }
  .area-profile-faculty-member .box-profile .detail {
    padding-left: 8px;
    margin-bottom: 3px;
  }
  .area-profile-faculty-member .box-profile .detail:before {
    top: -4px;
  }
  .area-profile-faculty-member .box-profile .detail .inner {
    margin-top: -2px;
  }
}

/* ==========================================================
 section
========================================================== */
/* sec-cmn
---------------------------------------------------------- */
/* sec-education
---------------------------------------------------------- */
.sec-education .sec-inner {
  border: 1px solid #dbdcdf;
  padding: 20px 20px 0;
  margin-bottom: 20px;
}

/* sec-news
---------------------------------------------------------- */
.sec-news {
  margin-bottom: 100px;
}

@media screen and (max-width: 768px), print {
  .sec-news {
    margin-bottom: 40px;
  }
}

/* sec-enterprise
---------------------------------------------------------- */
.sec-enterprise {
  margin-bottom: 90px;
}

.sec-enterprise .sec-enterprise-intro {
  margin-bottom: 60px;
}

.sec-enterprise .sec-enterprise-intro p:not(:last-child) {
  margin-bottom: 10px;
}

@media screen and (max-width: 768px), print {
  .sec-enterprise {
    margin-bottom: 50px;
  }
  .sec-enterprise .sec-enterprise-intro {
    margin-bottom: 40px;
  }
}

/* sec-campusmap
---------------------------------------------------------- */
.sec-campusmap {
  margin-bottom: 80px;
}

@media screen and (max-width: 768px), print {
  .sec-campusmap {
    margin-bottom: 0;
  }
}

/* sec-campusmap-intro
---------------------------------------------------------- */
.sec-campusmap-intro {
  margin-bottom: 80px;
}

@media screen and (max-width: 768px), print {
  .sec-campusmap-intro {
    margin-bottom: 40px;
  }
}

.sec-campusmap-intro .box-cmn-intro-01 {
  margin-bottom: 30px;
}

@media screen and (min-width: 769px), print {
  .sec-campusmap-intro .box-cmn-intro-01 .title {
    width: 38%;
  }
  .sec-campusmap-intro .box-cmn-intro-01 .box-text {
    width: 62%;
  }
}

@media screen and (max-width: 768px), print {
  .sec-campusmap-intro .box-cmn-intro-01 {
    margin-bottom: 25px;
  }
}

/* sec-campusmap-libraly
---------------------------------------------------------- */
.sec-campusmap-library {
  margin-bottom: 80px;
}

@media screen and (max-width: 768px), print {
  .sec-campusmap-library {
    margin-bottom: 35px;
  }
}

.sec-campusmap-library .grid-campusmap-info {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px), print {
  .sec-campusmap-library .grid-campusmap-info {
    margin-bottom: 20px;
  }
}

.sec-campusmap-library .mod-department-01 {
  margin-bottom: 0;
}

@media screen and (min-width: 769px), print {
  .sec-campusmap-library .mod-department-01 .box-detail {
    border: 1px solid #181878;
    border-left: 0;
  }
}

@media screen and (max-width: 768px), print {
  .sec-campusmap-library .mod-department-01 .mod-department-in {
    border-top: 1px solid #181878;
    border-right: 1px solid #181878;
    border-bottom: 1px solid #181878;
  }
}

/* sec-campusmap-hall
---------------------------------------------------------- */
.sec-campusmap-hall {
  margin-bottom: 80px;
}

@media screen and (max-width: 768px), print {
  .sec-campusmap-hall {
    margin-bottom: 40px;
  }
}

/* sec-top-department
---------------------------------------------------------- */
.sec-top-department {
  margin-bottom: 95px;
}

@media screen and (max-width: 768px), print {
  .sec-top-department {
    margin-bottom: 35px;
  }
}

/* sec-top-nav
---------------------------------------------------------- */
.sec-top-nav {
  padding: 24px 0;
}

.sec-top-nav ol, .sec-top-nav ul, .sec-top-nav li {
  list-style: none;
  padding-left: 0;
  text-indent: 0;
}

/* sec-graduate
---------------------------------------------------------- */
.sec-graduate {
  margin-bottom: 100px;
}

@media screen and (max-width: 768px), print {
  .sec-graduate {
    margin-bottom: 40px;
  }
}

/* sec-access
---------------------------------------------------------- */
.sec-access .ttl-cmn-02 {
  margin-bottom: 15px;
}

/* sec-secretariant
---------------------------------------------------------- */
.sec-secretariant {
  margin-bottom: 90px;
}

.sec-secretariant .table-cmn-01 {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px), print {
  .sec-secretariant {
    margin-bottom: 30px;
  }
}

/* section last margin */
section:last-of-type {
  margin-bottom: 0;
}

/* ==========================================================
 title
========================================================== */
/* ttl-cmn-01
---------------------------------------------------------- */
.ttl-cmn-01 {
  border: 1px solid #181878;
  font-size: 24px;
  font-weight: normal;
  margin-top: 80px;
  margin-bottom: 40px;
  padding: 15px 25px;
}

.ttl-cmn-01:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px), print {
  .ttl-cmn-01 {
    font-size: 17px;
    margin-top: 45px;
    margin-bottom: 30px;
    padding: 7px 20px;
  }
}

body.education.environment .ttl-cmn-01, .bg-environment .ttl-cmn-01 {
  border: 1px solid #a8bc43;
}

body.education.product .ttl-cmn-01, .bg-product .ttl-cmn-01 {
  border: 1px solid #4a9a98;
}

body.education.visual .ttl-cmn-01, .bg-visual .ttl-cmn-01 {
  border: 1px solid #007aaa;
}

body.education.envi_desi .ttl-cmn-01, .bg-envi_desi .ttl-cmn-01 {
  border: 1px solid #e9d900;
}

body.education.manga .ttl-cmn-01, .bg-manga .ttl-cmn-01 {
  border: 1px solid #cb4829;
}

body.education.fashion .ttl-cmn-01, .bg-fashion .ttl-cmn-01 {
  border: 1px solid #d13c72;
}

body.education.art_craft .ttl-cmn-01, .bg-art_craft .ttl-cmn-01 {
  border: 1px solid #d8b063;
}

body.education.gsd .ttl-cmn-01,
.bg-gsd .ttl-cmn-01 {
  border: 1px solid #8f6498;
}

/* ttl-cmn-01-2
---------------------------------------------------------- */
.ttl-cmn-01-2 {
  font-size: 28px;
  font-weight: normal;
  margin-top: 60px;
  margin-bottom: 25px;
}

@media screen and (max-width: 768px), print {
  .ttl-cmn-01-2 {
    margin-top: 40px;
    margin-bottom: 22px;
    font-size: 14px;
  }
}

/* ttl-cmn-02
---------------------------------------------------------- */
.ttl-cmn-02 {
  border-top: 1px solid #181878;
  font-size: 16px;
  margin-top: 60px;
  margin-bottom: 38px;
  padding-top: 2px;
}

.ttl-cmn-02:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px), print {
  .ttl-cmn-02 {
    font-size: 13px;
    margin-top: 30px;
    margin-bottom: 22px;
  }
}

body.education.environment .ttl-cmn-02, .bg-environment .ttl-cmn-02 {
  border-top: 1px solid #a8bc43;
}

body.education.product .ttl-cmn-02, .bg-product .ttl-cmn-02 {
  border-top: 1px solid #4a9a98;
}

body.education.visual .ttl-cmn-02, .bg-visual .ttl-cmn-02 {
  border-top: 1px solid #007aaa;
}

body.education.envi_desi .ttl-cmn-02, .bg-envi_desi .ttl-cmn-02 {
  border-top: 1px solid #e9d900;
}

body.education.manga .ttl-cmn-02, .bg-manga .ttl-cmn-02 {
  border-top: 1px solid #cb4829;
}

body.education.fashion .ttl-cmn-02, .bg-fashion .ttl-cmn-02 {
  border-top: 1px solid #d13c72;
}

body.education.art_craft .ttl-cmn-02, .bg-art_craft .ttl-cmn-02 {
  border-top: 1px solid #d8b063;
}

body.education.gsd .ttl-cmn-02,
.bg-gsd .ttl-cmn-02 {
  border-top: 1px solid #8f6498;
}

/* ttl-cmn-03
---------------------------------------------------------- */
.ttl-cmn-03 {
  background-color: #eeeeef;
  font-size: 15px;
  font-weight: bold;
  margin-top: 50px;
  margin-bottom: 25px;
  padding: 5px 10px;
}

.ttl-cmn-03:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px), print {
  .ttl-cmn-03 {
    font-size: 10px;
    padding: 3px 6px;
    margin-top: 30px;
    margin-bottom: 15px;
  }
}

/* ttl-cmn-04
---------------------------------------------------------- */
.ttl-cmn-04 {
  border-top: 1px solid #181878;
  font-size: 13px;
  font-weight: normal;
  height: 35px;
  margin-bottom: 40px;
  padding: 7px 3px;
  position: relative;
}

.ttl-cmn-04:last-child {
  margin-bottom: 0;
}

.ttl-cmn-04 .ttl-cmn-05 {
  position: absolute;
  top: auto;
  right: 0;
}

@media screen and (min-width: 769px), print {
  .ttl-cmn-04 .ttl-cmn-05 {
    -ms-filter: 'alpha( opacity=100)';
    opacity: 1;
    -webkit-transition: opacity 0.2s ease 0s;
    -o-transition: opacity 0.2s ease 0s;
    transition: opacity 0.2s ease 0s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .ttl-cmn-04 .ttl-cmn-05:hover {
    -ms-filter: 'alpha( opacity=50)';
    filter: alpha(opacity=50);
    opacity: 0.5;
    text-decoration: none;
  }
}

@media screen and (max-width: 768px), print {
  .ttl-cmn-04 {
    font-size: 11px;
    height: 22px;
    margin-bottom: 20px;
    padding: 3px 1px;
  }
}

body.education.environment .ttl-cmn-04, .bg-environment .ttl-cmn-04 {
  border-top: 1px solid #a8bc43;
}

body.education.product .ttl-cmn-04, .bg-product .ttl-cmn-04 {
  border-top: 1px solid #4a9a98;
}

body.education.visual .ttl-cmn-04, .bg-visual .ttl-cmn-04 {
  border-top: 1px solid #007aaa;
}

body.education.envi_desi .ttl-cmn-04, .bg-envi_desi .ttl-cmn-04 {
  border-top: 1px solid #e9d900;
}

body.education.manga .ttl-cmn-04, .bg-manga .ttl-cmn-04 {
  border-top: 1px solid #cb4829;
}

body.education.fashion .ttl-cmn-04, .bg-fashion .ttl-cmn-04 {
  border-top: 1px solid #d13c72;
}

body.education.art_craft .ttl-cmn-04, .bg-art_craft .ttl-cmn-04 {
  border-top: 1px solid #d8b063;
}

body.education.gsd .ttl-cmn-04,
.bg-gsd .ttl-cmn-04 {
  border-top: 1px solid #8f6498;
}

/* ttl-cmn-05
---------------------------------------------------------- */
.ttl-cmn-05 {
  font-weight: normal;
  line-height: 1;
}

.ttl-cmn-05 .txt {
  background-color: #babad6;
  display: inline-block;
  padding: 4px 18px 3px;
  font-size: 13px;
  text-align: center;
}

.ttl-cmn-05:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px), print {
  .ttl-cmn-05 .txt {
    padding: 4px 10px 3px;
    font-size: 10px;
  }
}

body.education.environment .ttl-cmn-05 .txt, .bg-environment .ttl-cmn-05 .txt {
  background-color: #dce4b4;
}

body.education.product .ttl-cmn-05 .txt, .bg-product .ttl-cmn-05 .txt {
  background-color: #b7d7d6;
}

body.education.visual .ttl-cmn-05 .txt, .bg-visual .ttl-cmn-05 .txt {
  background-color: #a6d0e1;
}

body.education.envi_desi .ttl-cmn-05 .txt, .bg-envi_desi .ttl-cmn-05 .txt {
  background-color: #f4ec80;
}

body.education.manga .ttl-cmn-05 .txt, .bg-manga .ttl-cmn-05 .txt {
  background-color: #edbfb4;
}

body.education.fashion .ttl-cmn-05 .txt, .bg-fashion .ttl-cmn-05 .txt {
  background-color: #f1c5d5;
}

body.education.art_craft .ttl-cmn-05 .txt, .bg-art_craft .ttl-cmn-05 .txt {
  background-color: #ecd9b4;
}

body.education.gsd .ttl-cmn-05 .txt,
.bg-gsd .ttl-cmn-05 .txt {
  background-color: #cfbed2;
}

/* ttl-cmn-06
---------------------------------------------------------- */
.ttl-cmn-06 {
  position: relative;
  text-align: center;
  overflow: hidden;
}

.ttl-cmn-06:before, .ttl-cmn-06:after {
  content: '';
  position: absolute;
  left: 50%;
  width: 1px;
  height: 40px;
  background-color: #c6c6c6;
}

.ttl-cmn-06:before {
  top: 0;
}

.ttl-cmn-06:after {
  bottom: 0;
}

.ttl-cmn-06:last-child {
  margin-bottom: 0;
}

.ttl-cmn-06 .txt {
  letter-spacing: 4px;
  display: block;
  padding: 50px 0;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.1;
}

@media screen and (max-width: 768px), print {
  .ttl-cmn-06:before, .ttl-cmn-06:after {
    height: 15px;
  }
  .ttl-cmn-06 .txt {
    padding: 20px 0 18px;
    font-size: 20px;
  }
}

/* ttl-top-sec
---------------------------------------------------------- */
.ttl-top-sec {
  position: relative;
  padding: 40px 0;
  margin-bottom: 0;
  text-align: center;
}

.ttl-top-sec:before, .ttl-top-sec:after {
  content: "";
  position: absolute;
  left: 50%;
  width: 1px;
  height: 40px;
  background-color: #c6c6c6;
}

.ttl-top-sec:before {
  top: 0;
}

.ttl-top-sec:after {
  bottom: 0;
}

.ttl-top-sec .text {
  display: inline-block;
  background-color: #fff;
  font-size: 15px;
  font-weight: normal;
  line-height: 40px;
  text-align: center;
  letter-spacing: 0.3em;
}

@media screen and (max-width: 768px), print {
  .ttl-top-sec {
    position: relative;
    padding: 15px 0;
  }
  .ttl-top-sec:before, .ttl-top-sec:after {
    height: 15px;
  }
  .ttl-top-sec .text {
    font-size: 20px;
    line-height: 25px;
  }
}

/* ==========================================================
 text
========================================================== */
/* txt-telphone-01
---------------------------------------------------------- */
.txt-telphone-01 {
  display: inline-block;
  pointer-events: none;
  text-decoration: none;
}

@media screen and (max-width: 768px), print {
  .txt-telphone-01 {
    pointer-events: auto;
  }
}

/* txt-link-01
---------------------------------------------------------- */
.txt-link-01 {
  position: relative;
  color: #181878;
  -webkit-transition: opacity 0.2s ease 0s;
  -o-transition: opacity 0.2s ease 0s;
  transition: opacity 0.2s ease 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.txt-link-01.blank:before {
  content: "\f24d";
  position: absolute;
}

@media screen and (min-width: 769px), print {
  .txt-link-01:hover {
    opacity: 0.5;
  }
}

/* txt-icon-01
---------------------------------------------------------- */
.txt-icon-01 {
  color: #fff;
  display: inline-block;
  background-color: #000;
  border-radius: 50%;
  width: 18px;
  line-height: 19px;
  height: 18px;
  margin-left: 5px;
  text-align: center;
  vertical-align: middle;
}

@media screen and (max-width: 768px), print {
  .txt-icon-01 {
    width: 13px;
    height: 13px;
    line-height: 13px;
    margin-left: 3px;
  }
}

/* ==========================================================
 list
========================================================== */
/* list-cmn-01
---------------------------------------------------------- */
.list-cmn-01 {
  margin-bottom: 20px;
  padding-left: 0;
  text-indent: 0;
  list-style: none;
}

.list-cmn-01.type-01 {
  margin-top: 20px;
}

@media screen and (max-width: 768px), print {
  .list-cmn-01 {
    margin-bottom: 10px;
  }
  .list-cmn-01.type-01 {
    margin-top: 10px;
  }
}

.list-cmn-01 > li {
  padding-left: 0;
  text-indent: 0;
  list-style: none;
  position: relative;
  padding-left: 12px;
  font-size: 14px;
}

.list-cmn-01 > li:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 3px;
  height: 3px;
  background-color: #231815;
  border-radius: 50%;
}

@media screen and (max-width: 768px), print {
  .list-cmn-01 > li {
    font-size: 10px;
    padding-left: 8px;
  }
  .list-cmn-01 > li:before {
    top: 7px;
    width: 2px;
    height: 2px;
  }
}

.list-cmn-01.link-sitemap-05 {
  padding-left: 45px;
}

@media screen and (max-width: 768px), print {
  .list-cmn-01.link-sitemap-05 {
    padding-left: 30px;
  }
}

/* list-cmn-02
---------------------------------------------------------- */
.list-cmn-02 {
  margin-bottom: 20px;
  padding-left: 0;
  text-indent: 0;
  list-style: none;
}

.list-cmn-02.type-01 {
  margin-top: 20px;
}

@media screen and (max-width: 768px), print {
  .list-cmn-02 {
    margin-bottom: 10px;
  }
  .list-cmn-02.type-01 {
    margin-top: 10px;
  }
}

.list-cmn-02 > li {
  padding-left: 0;
  text-indent: 0;
  list-style: none;
  position: relative;
  padding-left: 20px;
}

.list-cmn-02 > li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 10px;
  height: 1px;
  background-color: #231815;
}

@media screen and (max-width: 768px), print {
  .list-cmn-02 > li {
    padding-left: 12px;
    font-size: 10px;
  }
  .list-cmn-02 > li:before {
    top: 7px;
    width: 5px;
  }
}

.list-cmn-02.link-sitemap-04 {
  padding-left: 20px;
}

@media screen and (max-width: 768px), print {
  .list-cmn-02.link-sitemap-04 {
    padding-left: 10px;
  }
}

/* list-cmn-03
---------------------------------------------------------- */
.list-cmn-03 {
  margin-bottom: 20px;
}

.list-cmn-03.type-01 {
  margin-top: 20px;
}

.list-cmn-03.type-02 li {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px), print {
  .list-cmn-03 {
    margin-bottom: 10px;
  }
  .list-cmn-03.type-01 {
    margin-top: 10px;
  }
  .list-cmn-03.type-02 li {
    margin-bottom: 10px;
  }
}

.list-cmn-03 > li {
  margin-bottom: 5px;
  position: relative;
}

@media screen and (max-width: 768px), print {
  .list-cmn-03 > li {
    font-size: 10px;
  }
}

/* list-cmn-04
---------------------------------------------------------- */
.list-cmn-04 {
  margin-bottom: 95px;
}

.list-cmn-04 > li {
  margin-bottom: 20px;
}

.list-cmn-04 > li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list-cmn-04 > li dl .txt-province {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  font-weight: bold;
  width: 255px;
}

.list-cmn-04 > li dl .txt-detail {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.list-cmn-04 > li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px), print {
  .list-cmn-04 {
    margin-bottom: 40px;
  }
  .list-cmn-04 li {
    margin-bottom: 15px;
  }
  .list-cmn-04 li dl .txt-province {
    font-size: 12px;
    margin-bottom: 3px;
    width: 100%;
  }
  .list-cmn-04 li dl .txt-detail {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}

/* list-pdf-01
---------------------------------------------------------- */
.list-pdf-01 {
  margin-bottom: 20px;
}

.list-pdf-01 li {
  margin-bottom: 10px;
}

.list-pdf-01 li:last-child {
  margin-bottom: 0;
}

/* list-number
---------------------------------------------------------- */
.list-number {
  counter-reset: list_num;
  margin-bottom: 25px;
  padding-left: 0;
  text-indent: 0;
  list-style: none;
}

.list-number > li {
  padding-left: 0;
  text-indent: 0;
  list-style: none;
  counter-increment: list_num;
  padding-left: 18px;
  position: relative;
}

.list-number > li:before {
  position: absolute;
  content: counter(list_num) ".";
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
}

@media screen and (max-width: 768px), print {
  .list-number {
    margin-bottom: 15px;
  }
  .list-number li {
    padding-left: 12px;
  }
  .list-number li:before {
    width: 12px;
    height: 12px;
  }
}

/* list-number-02
---------------------------------------------------------- */
.list-number-02 {
  counter-reset: list_num_02;
  margin-bottom: 25px;
  padding-left: 35px;
  padding-left: 0;
  text-indent: 0;
  list-style: none;
}

.list-number-02 > li {
  padding-left: 0;
  text-indent: 0;
  list-style: none;
  counter-increment: list_num_02;
  padding-left: 28px;
  position: relative;
}

.list-number-02 > li:before {
  position: absolute;
  content: "(" counter(list_num_02) ")";
  top: 0;
  left: 0;
  width: 28px;
  height: 16px;
}

@media screen and (max-width: 768px), print {
  .list-number-02 {
    margin-bottom: 15px;
  }
  .list-number-02 li {
    padding-left: 18px;
  }
  .list-number-02 li:before {
    width: 18px;
    height: 12px;
  }
}

/* list-pagination-01
---------------------------------------------------------- */
.list-pagination-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.list-pagination-01, .list-pagination-01 li {
  padding-left: 0;
  text-indent: 0;
  list-style: none;
}

.list-pagination-01 li {
  margin: 0 2px;
}

.list-pagination-01 li a {
  background-color: #dcdceb;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.list-pagination-01 li a img {
  display: block;
  width: 100%;
  height: 100%;
  -ms-filter: 'alpha( opacity=100)';
  opacity: 1;
  -webkit-transition: opacity 0.2s ease 0s;
  -o-transition: opacity 0.2s ease 0s;
  transition: opacity 0.2s ease 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.list-pagination-01 li.page-num a {
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.list-pagination-01 li.page-num a.is-active, .list-pagination-01 li.page-num a:hover {
  color: #fff;
  background-color: #181878;
}

.list-pagination-01 li.page-num a.is-active {
  pointer-events: none;
}

.list-pagination-01 li.page-other span {
  background-color: #dcdceb;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 2px;
  text-align: center;
}

.list-pagination-01 li.first {
  margin-left: 0;
}

.list-pagination-01 li.last {
  margin-right: 0;
}

.list-pagination-01 li.first img:hover, .list-pagination-01 li.last img:hover, .list-pagination-01 li.prev img:hover, .list-pagination-01 li.next img:hover {
  -ms-filter: 'alpha( opacity=50)';
  filter: alpha(opacity=50);
  opacity: 0.5;
}

@media screen and (max-width: 768px), print {
  .list-pagination-01 li {
    margin: 0 1px;
  }
  .list-pagination-01 li a {
    width: 25px;
    height: 25px;
  }
  .list-pagination-01 li.page-other span {
    width: 25px;
    height: 25px;
  }
}

@media screen and (max-width: 374px) {
  .list-pagination-01 li a {
    width: 23px;
  }
}

/* list-top-nav
---------------------------------------------------------- */
.list-top-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -8px -4px 0;
}

.list-top-nav li {
  width: 20%;
  padding: 0 4px;
  margin-top: 8px;
}

.list-top-nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 60px;
  padding: 5px;
  background-color: #595757;
  color: #fff;
  line-height: 1.5;
  letter-spacing: -0.02em;
  text-align: center;
  -webkit-transition: opacity 0.2s ease 0s;
  -o-transition: opacity 0.2s ease 0s;
  transition: opacity 0.2s ease 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.list-top-nav a:hover {
  opacity: 0.5;
}

.list-top-nav small {
  display: block;
  font-size: 12px;
}

@media screen and (max-width: 768px), print {
  .list-top-nav {
    margin: -8px -4px 0;
  }
  .list-top-nav li {
    width: 50%;
    padding: 0 4px;
    margin-top: 8px;
  }
  .list-top-nav a {
    padding: 5px;
    font-size: 11px;
  }
  .list-top-nav small {
    display: block;
    font-size: 9px;
  }
}

/* list-person-01
---------------------------------------------------------- */
.list-person-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 70px;
}

@media screen and (min-width: 769px), print {
  .list-person-01 {
    margin-left: -45px;
  }
}

.list-person-01 ol, .list-person-01 ul, .list-person-01 li {
  padding-left: 0;
  text-indent: 0;
  list-style: none;
}

.list-person-01 li {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 33.33%;
  margin-bottom: 30px;
}

@media screen and (min-width: 769px), print {
  .list-person-01 li {
    padding-left: 45px;
  }
}

.list-person-01 li .box-person-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-filter: 'alpha( opacity=100)';
  opacity: 1;
  -webkit-transition: opacity 0.2s ease 0s;
  -o-transition: opacity 0.2s ease 0s;
  transition: opacity 0.2s ease 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.list-person-01 li .box-person-01 .box-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 80px;
}

.list-person-01 li .box-person-01 .box-image img {
  display: block;
  width: 100%;
}

.list-person-01 li .box-person-01 .box-detail {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: -6px;
  padding-left: 15px;
}

.list-person-01 li .box-person-01 .box-detail .name {
  color: #181878;
  font-size: 17px;
  margin-bottom: 3px;
}

.list-person-01 li .box-person-01 .box-detail .position {
  line-height: 1.4;
  margin-bottom: 0;
}

.list-person-01 li .box-person-01:hover {
  -ms-filter: 'alpha( opacity=50)';
  filter: alpha(opacity=50);
  opacity: 0.5;
  text-decoration: none;
}

@media screen and (max-width: 768px), print {
  .list-person-01 {
    margin-left: 0;
    margin-bottom: 15px;
  }
  .list-person-01 li {
    width: 100%;
    margin-bottom: 15px;
    padding-left: 0;
  }
  .list-person-01 li .box-person-01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .list-person-01 li .box-person-01 .box-image {
    width: 75px;
  }
  .list-person-01 li .box-person-01 .box-detail {
    margin-top: -3px;
    padding-left: 12px;
  }
  .list-person-01 li .box-person-01 .box-detail .name {
    font-size: 10px;
  }
}

/* list-learning-01
---------------------------------------------------------- */
.list-learning-01 {
  overflow: hidden;
}

.list-learning-01 dt {
  float: left;
  display: table;
}

.list-learning-01 dt .icon-acquire {
  color: #fff;
  display: table-cell;
  border-radius: 50%;
  background-color: #595757;
  font-size: 14px;
  line-height: 1.4;
  width: 70px;
  height: 70px;
  text-align: center;
  vertical-align: middle;
}

.list-learning-01 dd {
  overflow: hidden;
  padding-left: 10px;
}

@media screen and (max-width: 768px), print {
  .list-learning-01 {
    margin: 10px 0;
  }
  .list-learning-01 dt .icon-acquire {
    font-size: 10px;
    width: 50px;
    height: 50px;
  }
  .list-learning-01 dd {
    padding-left: 5px;
  }
}

/* list-acquire-01
---------------------------------------------------------- */
/* list-graduate-01
---------------------------------------------------------- */
.list-graduate-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -60px;
  padding-left: 0;
  text-indent: 0;
  list-style: none;
}

.list-graduate-01 li {
  padding-left: 0;
  text-indent: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 50%;
  margin-top: 60px;
}

.list-graduate-01 li .box-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.list-graduate-01 li .box-text .title {
  font-size: 16px;
  margin-bottom: 5px;
  padding-left: 16px;
  position: relative;
}

.list-graduate-01 li .box-text .title:before {
  position: absolute;
  content: '';
  left: 0;
  top: calc(50% - 5px);
  width: 6px;
  height: 6px;
  background-color: #231815;
  border-radius: 50%;
}

.list-graduate-01 li .box-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  padding-left: 20px;
  width: 167px;
}

.list-graduate-01 li .box-image .image img {
  display: block;
  width: 100%;
}

@media screen and (min-width: 769px), print {
  .list-graduate-01 li:nth-child(odd) {
    padding-right: 30px;
  }
  .list-graduate-01 li:nth-child(even) {
    padding-left: 30px;
  }
}

@media screen and (max-width: 768px), print {
  .list-graduate-01 {
    margin-top: -20px;
  }
  .list-graduate-01 li {
    width: 100%;
    margin-top: 20px;
  }
  .list-graduate-01 li .box-text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .list-graduate-01 li .box-text .title {
    font-size: 11px;
    margin-bottom: 5px;
    padding-left: 10px;
  }
  .list-graduate-01 li .box-text .title:before {
    top: calc(50% - 3px);
    width: 4px;
    height: 4px;
  }
  .list-graduate-01 li .box-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 90px;
    padding-left: 15px;
  }
  .list-graduate-01 li .box-image img {
    display: block;
    width: 100%;
  }
}

/* list-checkbox
---------------------------------------------------------- */
.list-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list-checkbox li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.list-checkbox li .label-text {
  margin-left: 5px;
}

/* list-access-01
---------------------------------------------------------- */
.list-access-01 {
  padding-left: 0;
  text-indent: 0;
  list-style: none;
}

.list-access-01 li {
  padding-left: 0;
  text-indent: 0;
  list-style: none;
  padding-left: 12px;
  position: relative;
}

.list-access-01 li a {
  color: #181878;
  display: inline-block;
  vertical-align: middle;
}

.list-access-01 li a:hover {
  text-decoration: underline;
}

.list-access-01 li:before {
  position: absolute;
  content: '';
  left: 0;
  top: 9px;
  width: 7px;
  height: 7px;
  background-color: #231815;
  border-radius: 50%;
}

@media screen and (max-width: 768px), print {
  .list-access-01 li {
    padding-left: 8px;
  }
  .list-access-01 li:before {
    top: 7px;
    width: 4px;
    height: 4px;
  }
}

/* list-card-news
---------------------------------------------------------- */
.list-card-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -25px -25px 50px;
}

.list-card-news ol, .list-card-news ul, .list-card-news li {
  list-style: none;
  padding-left: 0;
  text-indent: 0;
}

.list-card-news li {
  width: 25%;
  padding: 0 25px;
  margin-top: 25px;
}

.list-card-news .box-card-news {
  padding: 0 18px 18px;
  text-align: center;
  background-color: #EFEFEF;
}

.list-card-news .box-card-news .box-link {
  display: block;
  -webkit-transition: opacity 0.2s ease 0s;
  -o-transition: opacity 0.2s ease 0s;
  transition: opacity 0.2s ease 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  line-height: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.list-card-news .box-card-news .box-link:hover {
  opacity: 0.5;
}

.list-card-news .box-card-news .description {
  text-align: left;
  color: #999;
  font-size: 90%;
  line-height: 1.5;
}

.list-card-news .box-card-news .image {
  margin: 0 -18px 25px;
}

.list-card-news .box-card-news .image img {
  width: 100%;
}

.list-card-news .box-card-news .tag-cmn-01 {
  margin-bottom: 15px;
}

.list-card-news .box-card-news .text {
  line-height: 1.6;
}

@media screen and (max-width: 768px), print {
  .list-card-news {
    margin: -25px -15px 25px;
  }
  .list-card-news li {
    width: 50%;
    padding: 0 15px;
    margin-top: 25px;
  }
  .list-card-news .box-card-news {
    padding: 0 10px 10px;
  }
  .list-card-news .box-card-news .image {
    margin: 0 -10px 12px;
  }
  .list-card-news .box-card-news .tag-cmn-01 {
    margin-bottom: 8px;
  }
}

/* list-card-depart
---------------------------------------------------------- */
.list-card-depart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -10px -25px 0;
}

.list-card-depart ol, .list-card-depart ul, .list-card-depart li {
  list-style: none;
  padding-left: 0;
  text-indent: 0;
}

.list-card-depart li {
  width: 25%;
  padding: 0 25px;
  margin-top: 10px;
}

.list-card-depart .box-card-depart .box-link {
  display: block;
  -webkit-transition: opacity 0.2s ease 0s;
  -o-transition: opacity 0.2s ease 0s;
  transition: opacity 0.2s ease 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  line-height: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.list-card-depart .box-card-depart .box-link:hover {
  opacity: 0.5;
}

.list-card-depart .box-card-depart .image {
  position: relative;
}

.list-card-depart .box-card-depart .image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.list-card-depart .box-card-depart .image:after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 18px;
  height: 18px;
  background-color: #231815;
  background-image: url(/img/ico_link_white_01.png);
  background-size: 6px 10px;
  background-position: center;
  background-repeat: no-repeat;
}

.list-card-depart .box-card-depart .image img {
  width: 100%;
}

.list-card-depart .box-card-depart .text {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
}

@media screen and (max-width: 768px), print {
  .list-card-depart {
    margin: -10px -10px 0;
  }
  .list-card-depart li {
    width: 50%;
    padding: 0 15px;
    margin-top: 10px;
  }
  .list-card-depart .box-card-depart .text {
    margin-top: 4px;
    font-size: 10px;
  }
}

/* list-notice-01
---------------------------------------------------------- */
.list-notice-01 {
  padding-left: 0;
  text-indent: 0;
  list-style: none;
}

.list-notice-01 li {
  padding-left: 0;
  text-indent: 0;
  list-style: none;
  font-size: 13px;
  position: relative;
  padding-left: 15px;
}

.list-notice-01 li:before {
  position: absolute;
  content: '※';
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
}

@media screen and (max-width: 768px), print {
  .list-notice-01 li {
    font-size: 10px;
    padding-left: 12px;
  }
}

/* ==========================================================
 table
========================================================== */
/* table-cmn-01
---------------------------------------------------------- */
.table-cmn-01 {
  margin-bottom: 30px;
  width: 100%;
}

.table-cmn-01 thead th {
  border-right: 5px solid #fff;
  background-color: #efefef;
  padding: 12px 0;
  text-align: center;
}

.table-cmn-01 thead th.blank {
  border-right: none;
  background-color: #fff;
}

.table-cmn-01 thead th:last-child {
  border-right: none;
}

.table-cmn-01 tbody tr th {
  border-bottom: 2px solid #fff;
  background-color: #dbdcdf;
  width: 130px;
  padding: 0 3px;
  text-align: center;
  vertical-align: middle;
}

.table-cmn-01 tbody tr th.col-2 {
  text-align: left;
  border-top: 1px solid #dcdcdc;
  border-bottom: none;
  padding: 0 10px;
}

.table-cmn-01 tbody tr th.last-col {
  border-bottom: 1px solid #dbdcdf;
}

.table-cmn-01 tbody tr td {
  border-bottom: 1px solid #e9e7e7;
  padding: 8px 10px;
  position: relative;
}

.table-cmn-01 tbody tr td:before {
  position: absolute;
  content: '';
  bottom: -1px;
  right: -2.5px;
  width: 5px;
  height: calc(100% + 1px);
  background-color: #fff;
}

.table-cmn-01 tbody tr td:last-child:before {
  display: none;
}

.table-cmn-01 tbody tr .blank {
  border-right: none;
  background-color: #fff;
}

.table-cmn-01 tbody tr .blank:before {
  display: none;
}

.table-cmn-01 tbody tr:last-child th {
  border-bottom: 1px solid #dbdcdf;
}

.table-cmn-01 tbody tr:last-child td:before {
  display: none;
}

.table-cmn-01 .v-space {
  border-right: 2px solid #fff;
}

.table-cmn-01 .h-space {
  border-bottom: 5px solid #fff;
}

@media screen and (max-width: 768px), print {
  .table-cmn-01 {
    width: 970px;
  }
  .table-cmn-01 tbody tr td {
    padding: 5px 10px;
  }
  .table-cmn-01.full-width {
    width: 100% !important;
  }
  .table-cmn-01.table-sp-mb-00 {
    margin-bottom: 0;
  }
}

/* table-cmn-02
---------------------------------------------------------- */
.table-cmn-02 {
  margin-bottom: 20px;
  width: 100%;
}

.table-cmn-02 tbody tr th {
  border-bottom: 2px solid #fff;
  background-color: #dbdcdf;
  width: 125px;
  text-align: center;
}

.table-cmn-02 tbody tr th.last-col {
  border-bottom: 1px solid #dbdcdf;
}

.table-cmn-02 tbody tr td {
  border-bottom: 1px solid #e9e7e7;
  padding: 8px 10px;
}

.table-cmn-02 tbody tr:first-child td {
  border-top: 1px solid #e9e7e7;
}

.table-cmn-02 tbody tr:last-child th {
  border-bottom: 1px solid #dbdcdf;
}

@media screen and (max-width: 768px), print {
  .table-cmn-02 tbody tr th {
    border-bottom: none;
    display: block;
    width: auto;
    padding: 5px;
  }
  .table-cmn-02 tbody tr td {
    border-bottom: none;
    display: block;
    padding: 8px 5px;
  }
  .table-cmn-02 tbody tr:first-child td {
    border-top: none;
  }
  .table-cmn-02 tbody tr:last-child th {
    border-bottom: none;
  }
  .table-cmn-02 tbody tr:last-child td {
    border-bottom: 1px solid #e9e7e7;
  }
}

.table-cmn-02.table-type-01 th {
  width: 25%;
  padding: 0 5px;
}

@media screen and (max-width: 768px), print {
  .table-cmn-02.table-type-01 th {
    width: 100%;
    padding: 0;
  }
}

.table-cmn-02.table-class-01 th {
  width: 51%;
  padding: 0px 5px;
  text-align: left;
}

@media screen and (max-width: 768px), print {
  .table-cmn-02.table-class-01 th {
    width: 100%;
    padding: 0;
  }
}

/* table-cmn-02
---------------------------------------------------------- */
.table-cmn-03 {
  margin-bottom: 20px;
  width: 100%;
}

.table-cmn-03 thead th {
  border-bottom: 2px solid #fff;
  background-color: #dbdcdf;
  width: 125px;
  text-align: center;
  padding: 8px 10px;
}

.table-cmn-03 tbody tr th {
  border-bottom: 2px solid #fff;
  background-color: #dbdcdf;
  width: 125px;
  text-align: center;
}

.table-cmn-03 tbody tr td {
  border-bottom: 1px solid #e9e7e7;
  padding: 8px 10px;
}

.table-cmn-03 tbody tr:first-child td {
  border-top: 1px solid #e9e7e7;
}

.table-cmn-03 tbody tr:last-child th {
  border-bottom: 1px solid #dbdcdf;
}

@media screen and (max-width: 768px), print {
  .table-cmn-03 tbody tr th {
    border-bottom: none;
    display: block;
    width: auto;
    padding: 5px;
  }
  .table-cmn-03 tbody tr td {
    border-bottom: none;
    padding: 8px 5px;
  }
  .table-cmn-03 tbody tr:first-child td {
    border-top: none;
  }
  .table-cmn-03 tbody tr:last-child th {
    border-bottom: none;
  }
  .table-cmn-03 tbody tr:last-child td {
    border-bottom: 1px solid #e9e7e7;
  }
}

@media screen and (max-width: 768px), print {
  .table-cmn-03.table-line-sp td {
    border-bottom: 1px solid #e9e7e7;
  }
}

/* table-notice-01
---------------------------------------------------------- */
.table-notice-01 {
  margin-bottom: 25px;
}

.table-notice-01 .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.table-notice-01 .item:not(:last-child) {
  margin-bottom: 24px;
}

@media screen and (max-width: 768px), print {
  .table-notice-01 .item:not(:last-child) {
    margin-bottom: 10px;
  }
}

.table-notice-01 .date {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 150px;
  border-bottom: 1px solid #c6c6c6;
}

.table-notice-01 .date .inner {
  padding-bottom: 8px;
  line-height: 1.2;
  text-align: center;
}

@media screen and (max-width: 768px), print {
  .table-notice-01 .date {
    width: 88px;
    border-bottom: 0;
  }
  .table-notice-01 .date .inner {
    padding-bottom: 4px;
    padding-left: 5px;
    border-bottom: 1px solid #c6c6c6;
    text-align: left;
  }
}

.table-notice-01 .desc {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  overflow: hidden;
  padding-left: 24px;
}

.table-notice-01 .desc:before {
  content: "";
  position: absolute;
  top: -8px;
  left: 12px;
  width: 1px;
  height: 100%;
  background-color: #c6c6c6;
}

.table-notice-01 .desc .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-left: 20px;
  padding-bottom: 8px;
  border-bottom: 1px solid #c6c6c6;
  line-height: 1.2;
}

@media screen and (max-width: 768px), print {
  .table-notice-01 .desc {
    padding-left: 10px;
  }
  .table-notice-01 .desc:before {
    top: -4px;
    left: 5px;
  }
  .table-notice-01 .desc .inner {
    padding-left: 5px;
    padding-bottom: 5px;
  }
}

.table-notice-01 .tag-cmn-01 {
  margin-right: 20px;
}

.table-notice-01 a {
  display: inline-block;
  line-height: 1.7;
  margin-top: -3px;
  -webkit-transition: opacity 0.2s ease 0s;
  -o-transition: opacity 0.2s ease 0s;
  transition: opacity 0.2s ease 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.table-notice-01 a:hover {
  opacity: 0.5;
}

@media screen and (max-width: 768px), print {
  .table-notice-01 .tag-cmn-01 {
    margin-right: 10px;
  }
}

/* ==========================================================
 button
========================================================== */
/* btn-wrap
---------------------------------------------------------- */
.btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  max-width: 1000px;
  padding: 0 15px;
  margin: 50px auto 0;
}

@media screen and (max-width: 768px), print {
  .btn-wrap {
    width: 100%;
    padding: 0 25px;
    margin-top: 25px;
  }
}

.btn-wrap .btn-link-01 {
  position: relative;
  right: -150px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media screen and (max-width: 1300px), print {
  .btn-wrap .btn-link-01 {
    right: 0;
  }
}

/* btn-link-01
---------------------------------------------------------- */
.btn-link-01 {
  border-radius: 8px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #181878;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-size: 52px;
  width: 210px;
  height: 60px;
  text-align: center;
  -ms-filter: 'alpha( opacity=100)';
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  text-decoration: none;
}

.btn-link-01 span {
  color: #fff;
  font-size: 16px;
}

.btn-link-01:hover {
  -ms-filter: 'alpha( opacity=50)';
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.btn-link-01.btn-gsd {
  background-color: #8f6498;
  background-image: url(../img/ico_exclamation_08.png);
}

.btn-link-01.btn-environment {
  background-color: #a8bc43;
  background-image: url(../img/ico_exclamation_01.png);
}

.btn-link-01.btn-product {
  background-color: #4a9a98;
  background-image: url(../img/ico_exclamation_02.png);
}

.btn-link-01.btn-visual {
  background-color: #007aaa;
  background-image: url(../img/ico_exclamation_03.png);
}

.btn-link-01.btn-envi_desi {
  background-color: #e9d900;
  background-image: url(../img/ico_exclamation_04.png);
}

.btn-link-01.btn-manga {
  background-color: #cb4829;
  background-image: url(../img/ico_exclamation_05.png);
}

.btn-link-01.btn-fashion {
  background-color: #d13c72;
  background-image: url(../img/ico_exclamation_06.png);
}

.btn-link-01.btn-art_craft {
  background-color: #d8b063;
  background-image: url(../img/ico_exclamation_07.png);
}

.btn-link-01.btn-art_craft {
  background-color: #8f6498;
  background-image: url(../img/ico_exclamation_08.png);
}

@media screen and (max-width: 768px), print {
  .btn-link-01 {
    background-size: 26px;
    border-radius: 4px;
    width: 105px;
    height: 30px;
  }
  .btn-link-01 span {
    font-size: 10px;
  }
  .btn-link-01 span.letter-drop {
    font-size: 9px;
  }
}

body.education.environment .btn-link-01, .bg-environment .btn-link-01 {
  background-color: #a8bc43;
  background-image: url(../img/ico_exclamation_01.png);
}

body.education.product .btn-link-01, .bg-product .btn-link-01 {
  background-color: #4a9a98;
  background-image: url(../img/ico_exclamation_02.png);
}

body.education.visual .btn-link-01, .bg-visual .btn-link-01 {
  background-color: #007aaa;
  background-image: url(../img/ico_exclamation_03.png);
}

body.education.envi_desi .btn-link-01, .bg-envi_desi .btn-link-01 {
  background-color: #e9d900;
  background-image: url(../img/ico_exclamation_04.png);
}

body.education.manga .btn-link-01, .bg-manga .btn-link-01 {
  background-color: #cb4829;
  background-image: url(../img/ico_exclamation_05.png);
}

body.education.fashion .btn-link-01, .bg-fashion .btn-link-01 {
  background-color: #d13c72;
  background-image: url(../img/ico_exclamation_06.png);
}

body.education.art_craft .btn-link-01, .bg-art_craft .btn-link-01 {
  background-color: #d8b063;
  background-image: url(../img/ico_exclamation_07.png);
}

body.education.gsd .btn-link-01,
.bg-gsd .btn-link-01 {
  background-color: #8f6498;
  background-image: url(../img/ico_exclamation_08.png);
}

/* btn-link-02
---------------------------------------------------------- */
.btn-link-02 {
  display: inline-block;
  min-width: 190px;
  height: 60px;
  padding: 18px 10px;
  background-color: #595757;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-decoration: none;
}

.btn-link-02 span {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

@media screen and (min-width: 769px), print {
  .btn-link-02:hover {
    opacity: 0.5;
  }
}

@media screen and (max-width: 768px), print {
  .btn-link-02 {
    min-width: 95px;
    height: 30px;
    padding: 7px 5px;
  }
}

/* btn-link-03
---------------------------------------------------------- */
.btn-link-03 {
  display: inline-block;
  min-width: 190px;
  height: 70px;
  padding: 18px 10px;
  background-color: #595757;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-decoration: none;
}

.btn-link-03 span {
  color: #fff;
  display: block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  line-height: 1.2;
}

@media screen and (min-width: 769px), print {
  .btn-link-03:hover {
    opacity: 0.5;
  }
}

@media screen and (max-width: 768px), print {
  .btn-link-03 {
    min-width: 95px;
    height: 40px;
    padding: 7px 5px;
  }
  .btn-link-03 span {
    line-height: 1.3;
  }
}

/* btn-readmore-01
---------------------------------------------------------- */
.btn-readmore-01 {
  margin-top: 40px;
  text-align: center;
}

.btn-readmore-01 a {
  display: inline-block;
  letter-spacing: 0.3em;
  -webkit-transition: opacity 0.2s ease 0s;
  -o-transition: opacity 0.2s ease 0s;
  transition: opacity 0.2s ease 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.btn-readmore-01 a:hover {
  opacity: 0.5;
  text-decoration: none;
}

@media screen and (max-width: 768px), print {
  .btn-readmore-01 {
    margin-top: 10px;
  }
}

/* ==========================================================
 link
========================================================== */
/* link-cmn-01
---------------------------------------------------------- */
.link-cmn-01 {
  color: #181878;
  text-decoration: underline;
  word-wrap: break-word;
}

.link-cmn-01:hover {
  text-decoration: none;
}

/* link-cmn-02
---------------------------------------------------------- */
.link-cmn-02 {
  color: #181878;
  white-space: nowrap;
  text-decoration: none;
}

.link-cmn-02:hover {
  text-decoration: underline;
}

/* link-pdf-01
---------------------------------------------------------- */
.link-pdf-01 {
  color: #181878;
  margin-bottom: 20px;
  text-decoration: underline;
}

.link-pdf-01:hover {
  text-decoration: none;
}

/* ==========================================================
 icon
========================================================== */
/* ico-link
---------------------------------------------------------- */
.ico-link {
  color: #181878;
}

/* ==========================================================
 tag
========================================================== */
/* tag-cmn-01
---------------------------------------------------------- */
.tag-cmn-01 {
  display: inline-block;
  min-width: 80px;
  padding: 3px 3px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  line-height: 1;
}

.tag-cmn-01.type-01 {
  min-width: 185px;
}

@media screen and (max-width: 768px), print {
  .tag-cmn-01 {
    min-width: 60px;
    font-size: 7px;
  }
  .tag-cmn-01.type-01 {
    min-width: 95px;
    padding: 3px 2px;
    letter-spacing: -0.15em;
  }
}

.tag-cmn-01.color-01 {
  background-color: #004376;
}

.tag-cmn-01.color-02 {
  background-color: #7D0000;
}

.tag-cmn-01.color-03 {
  background-color: #194E2C;
}

.tag-cmn-01.color-04 {
  background-color: #79420F;
}

.tag-cmn-01.color-05 {
  background-color: #A8BC43;
}

.tag-cmn-01.color-06 {
  background-color: #4A9A98;
}

.tag-cmn-01.color-07 {
  background-color: #007AAA;
}

.tag-cmn-01.color-08 {
  background-color: #E9D900;
}

.tag-cmn-01.color-09 {
  background-color: #CB4829;
}

.tag-cmn-01.color-10 {
  background-color: #181878;
}

/* ==========================================================
 figure
========================================================== */
/* fig-cmn-01
---------------------------------------------------------- */
.fig-cmn-01 {
  text-align: center;
}

.fig-cmn-01 .fig-link {
  display: inline-block;
  -ms-filter: 'alpha( opacity=100)';
  opacity: 1;
  -webkit-transition: opacity 0.2s ease 0s;
  -o-transition: opacity 0.2s ease 0s;
  transition: opacity 0.2s ease 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media screen and (min-width: 769px), print {
  .fig-cmn-01 .fig-link:hover {
    -ms-filter: 'alpha( opacity=50)';
    filter: alpha(opacity=50);
    opacity: 0.5;
    text-decoration: none;
  }
}

.fig-cmn-01 img {
  max-width: 100%;
}

.fig-cmn-01 .caption {
  font-size: 12px;
  text-align: left;
}

.fig-cmn-01 .caption.text-center {
  text-align: center;
}

.fig-cmn-01 .caption.color-blue {
  color: #181878;
}

@media screen and (max-width: 768px), print {
  .fig-cmn-01 .caption {
    font-size: 10px;
  }
}

/* fig-cmn-02
---------------------------------------------------------- */
.fig-cmn-02 {
  margin-bottom: 30px !important;
  text-align: center;
}

.fig-cmn-02 img {
  max-width: 100%;
}

/* ==========================================================
 box
========================================================== */
/* box-container
---------------------------------------------------------- */
.box-container {
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 769px), print {
  .box-container {
    max-width: 1000px;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media screen and (max-width: 768px), print {
  .box-container {
    padding-right: 25px;
    padding-left: 25px;
  }
}

/* box-top-parallax
---------------------------------------------------------- */
.box-top-parallax {
  position: relative;
  padding-top: 50%;
  overflow: hidden;
}

.box-top-parallax img {
  display: block;
  position: absolute;
  top: -50%;
  left: 0;
  width: 100%;
  height: auto;
}

.box-top-parallax .text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  font-size: 30px;
  letter-spacing: 0.5em;
  text-align: center;
  color: #fff;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 768px), print {
  .box-top-parallax {
    padding-top: 0;
    height: 185px;
  }
  .box-top-parallax .text {
    font-size: 18px;
  }
}

/* box-cmn-intro-01
---------------------------------------------------------- */
@media screen and (min-width: 769px), print {
  .box-cmn-intro-01 {
    margin-bottom: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .box-cmn-intro-01 .title {
    width: 53%;
    margin-bottom: 0;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.5;
  }
  .box-cmn-intro-01 .box-text {
    width: 47%;
    padding-left: 30px;
    line-height: 2.2;
  }
}

@media screen and (max-width: 768px), print {
  .box-cmn-intro-01 {
    margin-bottom: 40px;
  }
  .box-cmn-intro-01 .title {
    margin-bottom: 10px;
    font-size: 14px;
  }
}

/* box-education-intro
---------------------------------------------------------- */
.box-education-intro {
  margin-bottom: 70px;
}

@media screen and (max-width: 768px), print {
  .box-education-intro {
    margin-bottom: 35px;
  }
}

.box-education-intro .ttl-intro {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px), print {
  .box-education-intro .ttl-intro {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
  }
}

.box-education-intro .list-education-intro {
  overflow: hidden;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (min-width: 769px), print {
  .box-education-intro .list-education-intro {
    margin-left: -60px;
  }
}

.box-education-intro .list-education-intro .list-education-intro-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.box-education-intro .list-education-intro .list-education-intro-item.col-4 {
  width: 33.33%;
}

.box-education-intro .list-education-intro .list-education-intro-item.col-6 {
  width: 50%;
}

@media screen and (min-width: 769px), print {
  .box-education-intro .list-education-intro .list-education-intro-item {
    padding-left: 60px;
  }
}

@media screen and (max-width: 768px), print {
  .box-education-intro .list-education-intro .list-education-intro-item {
    margin-bottom: 20px;
  }
  .box-education-intro .list-education-intro .list-education-intro-item:last-child {
    margin-bottom: 0;
  }
  .box-education-intro .list-education-intro .list-education-intro-item.col-4, .box-education-intro .list-education-intro .list-education-intro-item.col-6 {
    width: 100%;
  }
}

.box-education-intro .list-education-intro .list-education-intro-item .list {
  border-bottom: 1px solid #181878;
  font-size: 0;
  margin-bottom: 20px;
  padding-bottom: 5px;
}

.box-education-intro .list-education-intro .list-education-intro-item .list .txt-feature {
  font-size: 15px;
  font-weight: bold;
  margin-right: 5px;
}

.box-education-intro .list-education-intro .list-education-intro-item .list .txt-number {
  font-size: 72px;
  line-height: 1;
}

@media screen and (max-width: 768px), print {
  .box-education-intro .list-education-intro .list-education-intro-item .list {
    margin-bottom: 10px;
  }
  .box-education-intro .list-education-intro .list-education-intro-item .list .txt-feature {
    font-size: 11px;
  }
  .box-education-intro .list-education-intro .list-education-intro-item .list .txt-number {
    font-size: 36px;
    margin-right: 20px;
  }
}

.box-education-intro .list-education-intro .list-education-intro-item .title {
  font-size: 22px;
  font-weight: bold;
}

.box-education-intro .list-education-intro .list-education-intro-item .title.title--pc {
  display: block;
}

.box-education-intro .list-education-intro .list-education-intro-item .title.title--sp {
  display: none;
}

@media screen and (min-width: 769px), print {
  .box-education-intro .list-education-intro .list-education-intro-item .title {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 768px), print {
  .box-education-intro .list-education-intro .list-education-intro-item .title {
    font-size: 12px;
    line-height: 1.75;
  }
  .box-education-intro .list-education-intro .list-education-intro-item .title.title--pc {
    display: none;
  }
  .box-education-intro .list-education-intro .list-education-intro-item .title.title--sp {
    display: inline-block;
  }
}

.box-education-intro .list-education-intro .list-education-intro-item .text {
  font-size: 15px;
  line-height: 2.3;
}

@media screen and (max-width: 768px), print {
  .box-education-intro .list-education-intro .list-education-intro-item .text {
    font-size: 10px;
    line-height: 1.7;
  }
}

body.education.environment .box-education-intro .list-education-intro .list-education-intro-item .list, .bg-environment .box-education-intro .list-education-intro .list-education-intro-item .list {
  border-color: #a8bc43;
}

body.education.product .box-education-intro .list-education-intro .list-education-intro-item .list, .bg-product .box-education-intro .list-education-intro .list-education-intro-item .list {
  border-color: #4a9a98;
}

body.education.visual .box-education-intro .list-education-intro .list-education-intro-item .list, .bg-visual .box-education-intro .list-education-intro .list-education-intro-item .list {
  border-color: #007aaa;
}

body.education.envi_desi .box-education-intro .list-education-intro .list-education-intro-item .list, .bg-envi_desi .box-education-intro .list-education-intro .list-education-intro-item .list {
  border-color: #e9d900;
}

body.education.manga .box-education-intro .list-education-intro .list-education-intro-item .list, .bg-manga .box-education-intro .list-education-intro .list-education-intro-item .list {
  border-color: #cb4829;
}

body.education.fashion .box-education-intro .list-education-intro .list-education-intro-item .list, .bg-fashion .box-education-intro .list-education-intro .list-education-intro-item .list {
  border-color: #d13c72;
}

body.education.art_craft .box-education-intro .list-education-intro .list-education-intro-item .list, .bg-art_craft .box-education-intro .list-education-intro .list-education-intro-item .list {
  border-color: #d8b063;
}

body.education.gsd .box-education-intro .list-education-intro .list-education-intro-item .list,
.bg-gsd .box-education-intro .list-education-intro .list-education-intro-item .list {
  border-color: #8f6498;
}

/* box-cmn-video-01
---------------------------------------------------------- */
.box-cmn-video-01 {
  margin-bottom: 90px;
}

.box-cmn-video-01 .video-wrap {
  position: relative;
  padding-top: 56.25%;
}

.box-cmn-video-01 .video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.box-cmn-video-01 .txt-caption {
  margin-top: 10px;
  font-size: 16px;
}

@media screen and (max-width: 768px), print {
  .box-cmn-video-01 {
    margin-bottom: 40px;
  }
  .box-cmn-video-01 .txt-caption {
    margin-top: 3px;
    font-size: 10px;
  }
}

/* box-about-cate
---------------------------------------------------------- */
.box-about-cate .title {
  display: block;
  margin-bottom: 12px;
  padding: 9px 10px 7px;
  background-color: #EEEEEF;
  font-weight: bold;
  line-height: 1;
}

.box-about-cate .list-links {
  padding-left: 0;
  text-indent: 0;
  list-style: none;
}

.box-about-cate .list-links li {
  padding-left: 0;
  text-indent: 0;
  list-style: none;
  position: relative;
  margin-bottom: 8px;
  padding-left: 20px;
  line-height: 1;
}

.box-about-cate .list-links li:last-child {
  margin-bottom: 0;
}

.box-about-cate .list-links li:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 8px;
  height: 1px;
  background-color: #231815;
}

.box-about-cate .list-links a {
  display: inline-block;
  -webkit-transition: opacity 0.2s ease 0s;
  -o-transition: opacity 0.2s ease 0s;
  transition: opacity 0.2s ease 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.box-about-cate .list-links a:hover {
  opacity: 0.5;
}

@media screen and (max-width: 768px), print {
  .box-about-cate .list-links li {
    padding-left: 18px;
  }
  .box-about-cate .list-links li:before {
    top: 3px;
    width: 10px;
  }
}

@media screen and (max-width: 768px), print {
  .box-about-cate .title {
    padding: 6px 8px 5px;
    margin-bottom: 8px;
  }
  .box-about-cate .text {
    margin-bottom: 10px;
  }
}

/* box-about-greeting
---------------------------------------------------------- */
.box-about-greeting {
  margin-bottom: 60px;
}

.box-about-greeting .box-image {
  margin-bottom: 25px;
}

.box-about-greeting .box-image .image img {
  width: 100%;
}

.box-about-greeting .box-detail .ttl-detail {
  font-size: 21.5px;
  margin-bottom: 15px;
}

.box-about-greeting .box-detail .txt-greeting {
  text-align: right;
}

@media screen and (max-width: 768px) {
  .box-about-greeting {
    margin-bottom: 30px;
  }
  .box-about-greeting .box-image {
    margin-bottom: 15px;
  }
  .box-about-greeting .box-detail .ttl-detail {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .box-about-greeting .box-detail .txt-greeting .name {
    width: 140px;
  }
}

/* box-library
---------------------------------------------------------- */
.box-library {
  padding: 30px;
  margin-bottom: 50px;
  background-color: #EAEFF8;
}

.box-library + .box-library {
  margin-top: -40px;
}

.box-library .ttl-library {
  margin-bottom: 10px;
  font-size: 15px;
}

.box-library .card-library {
  overflow: hidden;
}

.box-library .card-library .image {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}

.box-library .card-library .text {
  margin-bottom: 10px;
}

.box-library .card-library .text:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 769px), print {
  .box-library .grid-cmn-01 .row {
    margin: 0 -12px;
  }
  .box-library .grid-cmn-01 .col {
    padding: 0 12px;
  }
}

@media screen and (max-width: 768px), print {
  .box-library {
    padding: 15px;
    margin-bottom: 40px;
  }
  .box-library + .box-library {
    margin-top: -30px;
  }
  .box-library .ttl-library {
    margin-bottom: 5px;
    font-size: 11px;
  }
  .box-library .grid-cmn-01 .col {
    margin-bottom: 15px;
  }
  .box-library .grid-cmn-01 .col:last-child {
    margin-bottom: 0;
  }
  .box-library .card-library {
    overflow: hidden;
  }
  .box-library .card-library .text {
    margin-bottom: 5px;
  }
  .box-library .card-library .text:last-child {
    margin-bottom: 0;
  }
}

/* box-campusmap-info
---------------------------------------------------------- */
.box-campusmap-info .title {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: -0.04em;
}

.box-campusmap-info .title small {
  font-size: 16px;
}

.box-campusmap-info .title .number {
  position: relative;
  top: -4px;
  display: inline-block;
  min-width: 20px;
  margin-left: 16px;
  padding: 4px 3px 3px 2px;
  background-color: #231815;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
}

@media screen and (max-width: 768px), print {
  .box-campusmap-info .title {
    font-size: 12px;
  }
  .box-campusmap-info .title small {
    font-size: 9px;
  }
  .box-campusmap-info .title .number {
    top: -1px;
    min-width: 12px;
    padding: 2px 2px 1px 1px;
    margin-left: 5px;
    color: #fff;
    font-size: 10px;
  }
  .box-campusmap-info .text {
    margin-bottom: 10px;
  }
}

/* box-form-01
---------------------------------------------------------- */
.box-form-01 {
  margin-top: 40px;
}

@media screen and (max-width: 768px), print {
  .box-form-01 {
    margin-top: 20px;
  }
}

.box-form-01 .ttl-form-01 {
  font-size: 24px;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px), print {
  .box-form-01 .ttl-form-01 {
    font-size: 13px;
    margin-bottom: 5px;
  }
}

.box-form-01 .list-form-notice-01 {
  margin-bottom: 10px;
  list-style: none;
  padding-left: 0;
  text-indent: 0;
}

.box-form-01 .list-form-notice-01 li {
  font-size: 13px;
  list-style: none;
  padding-left: 0;
  text-indent: 0;
}

@media screen and (max-width: 768px), print {
  .box-form-01 .list-form-notice-01 {
    margin-bottom: 15px;
  }
  .box-form-01 .list-form-notice-01 li {
    font-size: 10px;
    line-height: 1.4;
  }
}

/* box-input-wrap
---------------------------------------------------------- */
.box-input-wrap .box-input-01 {
  margin-bottom: 20px;
}

.box-input-wrap .box-input-01 .ttl-input-01 {
  font-size: 16px;
  margin-bottom: 3px;
}

.box-input-wrap .box-input-01:last-child {
  margin-bottom: 10px;
}

@media screen and (max-width: 768px), print {
  .box-input-wrap .box-input-01 {
    margin-bottom: 10px;
  }
  .box-input-wrap .box-input-01 .ttl-input-01 {
    font-size: 10px;
    margin-bottom: 0;
  }
  .box-input-wrap .box-input-01:last-child {
    margin-bottom: 5px;
  }
}

/* box-table-scroll
---------------------------------------------------------- */
.box-table-scroll {
  overflow: hidden;
}

@media screen and (max-width: 768px), print {
  .box-table-scroll {
    overflow-x: scroll;
  }
}

/* box-notices-01
---------------------------------------------------------- */
.box-notice-01 {
  white-space: normal;
}

.box-notice-01 .txt-notice-01 {
  font-size: 13px;
  margin-bottom: 0;
}

@media screen and (max-width: 768px), print {
  .box-notice-01 .txt-notice-01 {
    font-size: 10px;
  }
}

/* box-research-achievement
---------------------------------------------------------- */
.box-research-achievement {
  padding-top: 5px;
  border-top: 1px solid #181878;
  margin-bottom: 40px;
  overflow: hidden;
}

.box-research-achievement .label {
  float: left;
  width: 115px;
  font-size: 16px;
}

.box-research-achievement .detail {
  overflow: hidden;
  font-size: 13px;
}

.box-research-achievement .detail .number {
  color: #181878;
}

@media screen and (max-width: 768px), print {
  .box-research-achievement {
    padding-top: 2px;
    margin-bottom: 15px;
  }
  .box-research-achievement .label {
    width: 70px;
    font-size: 13px;
  }
  .box-research-achievement .detail {
    font-size: 10px;
  }
}

/* box-address-01
---------------------------------------------------------- */
.box-address-01 .txt-address-01 {
  margin-bottom: 0;
}

/* box-curriculum-wrap
---------------------------------------------------------- */
.box-curriculum-wrap .ttl-curriculum-01 {
  color: #fff;
  background-color: #181878;
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 40px;
  text-align: center;
}

.box-curriculum-wrap .txt-curriculum-01 {
  line-height: 1.9;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px), print {
  .box-curriculum-wrap .ttl-curriculum-01 {
    font-size: 10px;
    margin-bottom: 20px;
    padding: 4px 0;
  }
  .box-curriculum-wrap .txt-curriculum-01 {
    margin-bottom: 20px;
  }
}

body.education.environment .box-curriculum-wrap .ttl-curriculum-01, .bg-environment .box-curriculum-wrap .ttl-curriculum-01 {
  background-color: #a8bc43;
}

body.education.product .box-curriculum-wrap .ttl-curriculum-01, .bg-product .box-curriculum-wrap .ttl-curriculum-01 {
  background-color: #4a9a98;
}

body.education.visual .box-curriculum-wrap .ttl-curriculum-01, .bg-visual .box-curriculum-wrap .ttl-curriculum-01 {
  background-color: #007aaa;
}

body.education.envi_desi .box-curriculum-wrap .ttl-curriculum-01, .bg-envi_desi .box-curriculum-wrap .ttl-curriculum-01 {
  background-color: #e9d900;
}

body.education.manga .box-curriculum-wrap .ttl-curriculum-01, .bg-manga .box-curriculum-wrap .ttl-curriculum-01 {
  background-color: #cb4829;
}

body.education.fashion .box-curriculum-wrap .ttl-curriculum-01, .bg-fashion .box-curriculum-wrap .ttl-curriculum-01 {
  background-color: #d13c72;
}

body.education.art_craft .box-curriculum-wrap .ttl-curriculum-01, .bg-art_craft .box-curriculum-wrap .ttl-curriculum-01 {
  background-color: #d8b063;
}

body.education.gsd .box-curriculum-wrap .ttl-curriculum-01,
.bg-gsd .box-curriculum-wrap .ttl-curriculum-01 {
  background-color: #8f6498;
}

/* box-curriculum-01
---------------------------------------------------------- */
.box-curriculum-01 {
  padding-bottom: 45px;
}

.box-curriculum-01 .box-title {
  margin-bottom: 15px;
}

.box-curriculum-01 .box-title .title {
  font-size: 21px;
}

.box-curriculum-01 .box-title .title .txt-num {
  display: inline-block;
  font-size: 72px;
  line-height: 1;
  margin-right: 12px;
  position: relative;
  top: 3px;
}

.box-curriculum-01 .box-title .title .txt-year {
  line-height: 1.2;
  border-right: 1px solid #c6c6c6;
  display: inline-block;
  margin-right: 20px;
  padding-right: 20px;
}

.box-curriculum-01 .box-title .title .txt-day {
  line-height: 1.2;
  border-right: 1px solid #c6c6c6;
  display: inline-block;
  margin-right: 20px;
  padding-right: 20px;
}

.box-curriculum-01 .box-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

@media screen and (min-width: 769px), print {
  .box-curriculum-01 .box-detail .box-detail-left {
    width: 50%;
  }
}

.box-curriculum-01 .box-detail .box-detail-right {
  width: 490px;
  padding-left: 35px;
}

@media screen and (min-width: 769px), print {
  .box-curriculum-01 .box-detail .box-detail-right {
    width: 50%;
    padding-left: 30px;
  }
}

.box-curriculum-01 .box-curriculum-info-01 {
  background-color: #fff;
  padding: 15px 15px 10px;
}

.box-curriculum-01 .box-curriculum-info-01 .list-curriculm-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -5px;
  margin-left: -30px;
}

.box-curriculum-01 .box-curriculum-info-01 .list-curriculm-01 li {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 50%;
  margin-top: 5px;
  padding-left: 30px;
}

.box-curriculum-01 .box-curriculum-info-01 .list-curriculm-01 li .tag-info {
  font-size: 14px;
  margin-bottom: 5px;
}

.box-curriculum-01 .box-curriculum-info-01 .list-curriculm-01 li .tag-info span {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  padding: 0 2px;
  width: 145px;
  text-align: center;
}

.box-curriculum-01 .box-curriculum-info-01 .list-curriculm-01 li .tag-info span.bg-green {
  background-color: #8fb468;
}

.box-curriculum-01 .box-curriculum-info-01 .list-curriculm-01 li .tag-info span.bg-pink {
  background-color: #eb6ea5;
}

.box-curriculum-01 .box-curriculum-info-01 .list-curriculm-01 li .tag-info span.bg-blue {
  background-color: #4cb1da;
}

.box-curriculum-01 .box-curriculum-info-01 .list-curriculm-01 li .txt-info {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 0;
}

.box-curriculum-01:last-child {
  margin-bottom: 100px;
  padding-bottom: 0;
}

@media screen and (max-width: 768px), print {
  .box-curriculum-01 {
    padding-top: 15px;
    padding-bottom: 30px;
  }
  .box-curriculum-01 .box-title {
    margin-bottom: 15px;
  }
  .box-curriculum-01 .box-title .title {
    font-size: 12px;
  }
  .box-curriculum-01 .box-title .title .txt-num {
    font-size: 36px;
    margin-right: 6px;
    top: 1px;
  }
  .box-curriculum-01 .box-title .title .txt-year {
    margin-right: 12px;
    padding-right: 12px;
  }
  .box-curriculum-01 .box-title .title .txt-day {
    margin-right: 12px;
    padding-right: 12px;
  }
  .box-curriculum-01 .box-detail {
    margin-bottom: 0;
  }
  .box-curriculum-01 .box-detail .box-detail-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  .box-curriculum-01 .box-detail .box-detail-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 100%;
    padding-left: 0;
  }
  .box-curriculum-01 .box-curriculum-info-01 {
    padding: 7px;
  }
  .box-curriculum-01 .box-curriculum-info-01 .list-curriculm-01 {
    margin-left: 0;
  }
  .box-curriculum-01 .box-curriculum-info-01 .list-curriculm-01 li {
    width: 100%;
    padding-left: 0;
  }
  .box-curriculum-01 .box-curriculum-info-01 .list-curriculm-01 li .tag-info span {
    font-size: 10px;
    width: 105px;
  }
  .box-curriculum-01 .box-curriculum-info-01 .list-curriculm-01 li .txt-info {
    font-size: 10px;
  }
  .box-curriculum-01:first-child {
    padding-top: 0;
  }
  .box-curriculum-01:last-child {
    margin-bottom: 50px;
  }
  .box-curriculum-01:not(:first-child) {
    border-top: 1px solid #dcdceb;
  }
}

@media screen and (max-width: 768px), print {
  body.education.environment .box-curriculum-01:not(:first-child), .bg-environment .box-curriculum-01:not(:first-child) {
    border-top: 1px solid #a8bc43;
  }
}

@media screen and (max-width: 768px), print {
  body.education.product .box-curriculum-01:not(:first-child), .bg-product .box-curriculum-01:not(:first-child) {
    border-top: 1px solid #4a9a98;
  }
}

@media screen and (max-width: 768px), print {
  body.education.visual .box-curriculum-01:not(:first-child), .bg-visual .box-curriculum-01:not(:first-child) {
    border-top: 1px solid #007aaa;
  }
}

@media screen and (max-width: 768px), print {
  body.education.envi_desi .box-curriculum-01:not(:first-child), .bg-envi_desi .box-curriculum-01:not(:first-child) {
    border-top: 1px solid #e9d900;
  }
}

@media screen and (max-width: 768px), print {
  body.education.manga .box-curriculum-01:not(:first-child), .bg-manga .box-curriculum-01:not(:first-child) {
    border-top: 1px solid #cb4829;
  }
}

@media screen and (max-width: 768px), print {
  body.education.fashion .box-curriculum-01:not(:first-child), .bg-fashion .box-curriculum-01:not(:first-child) {
    border-top: 1px solid #d13c72;
  }
}

@media screen and (max-width: 768px), print {
  body.education.art_craft .box-curriculum-01:not(:first-child), .bg-art_craft .box-curriculum-01:not(:first-child) {
    border-top: 1px solid #d8b063;
  }
}

@media screen and (max-width: 768px), print {
  body.education.gsd .box-curriculum-01:not(:first-child),
  .bg-gsd .box-curriculum-01:not(:first-child) {
    border-top: 1px solid #8f6498;
  }
}

/* box-curriculum-02
---------------------------------------------------------- */
@media screen and (max-width: 768px), print {
  .box-curriculum-02 {
    margin-bottom: 20px;
  }
  .box-curriculum-02:not(:first-child) {
    border-top: 1px solid #dcdceb;
    padding-top: 20px;
  }
  .box-curriculum-02:last-child {
    margin-bottom: 0;
  }
}

/* box-access-01
---------------------------------------------------------- */
.box-access-01 {
  margin-bottom: 40px;
}

.box-access-01 .txt-access-01 {
  margin-bottom: 5px;
}

.box-access-01 .txt-access-notice {
  margin-bottom: 10px;
  position: relative;
  padding-left: 18px;
}

.box-access-01 .txt-access-notice:before {
  position: absolute;
  content: '※';
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
}

.box-access-01 .img-access-01 {
  max-width: 790px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.box-access-01 .img-access-01 img {
  display: block;
  width: 100%;
}

.box-access-01 .img-access-02 {
  text-align: center;
}

@media screen and (max-width: 768px), print {
  .box-access-01 {
    margin-bottom: 35px;
  }
  .box-access-01 .ttl-cmn-03 {
    margin-bottom: 20px;
  }
  .box-access-01 .txt-access-notice {
    line-height: 1.4;
    padding-left: 12px;
  }
  .box-access-01 .txt-access-notice:before {
    position: absolute;
    content: '※';
    left: 0;
    top: 0;
    width: 10px;
    height: 10px;
  }
  .box-access-01 .img-access-02 {
    padding: 0 15px;
    width: 100%;
  }
  .box-access-01 .img-access-02 img {
    display: block;
    width: 100%;
  }
}

/* box-policy-01
---------------------------------------------------------- */
.box-scroll-in .list-scroll-in .list-scroll-in-item {
  margin-bottom: 70px;
  position: relative;
}

@media screen and (max-width: 768px), print {
  .box-scroll-in .list-scroll-in .list-scroll-in-item {
    margin-bottom: 50px;
  }
}

.box-scroll-in .list-scroll-in .list-scroll-in-item .ttl-cmn-02 {
  margin-bottom: 25px;
}

@media screen and (max-width: 768px), print {
  .box-scroll-in .list-scroll-in .list-scroll-in-item .ttl-cmn-02 {
    margin-bottom: 15px;
  }
}

.box-scroll-in .list-scroll-in .list-scroll-in-item .box-scroll-in-detail {
  margin-bottom: 35px;
}

@media screen and (min-width: 769px), print {
  .box-scroll-in .list-scroll-in .list-scroll-in-item .box-scroll-in-detail {
    padding-left: 255px;
  }
}

@media screen and (max-width: 768px), print {
  .box-scroll-in .list-scroll-in .list-scroll-in-item .box-scroll-in-detail {
    margin-bottom: 15px;
  }
}

.box-scroll-in .list-scroll-in .list-scroll-in-item .box-scroll-in-detail .txt-scroll-in-detail {
  margin-bottom: 5px;
}

.box-scroll-in .list-scroll-in .list-scroll-in-item .box-scroll-in-detail .list-scroll-in-detail li {
  line-height: 1.5;
  position: relative;
}

.box-scroll-in .list-scroll-in .list-scroll-in-item .btn-pagetop {
  position: absolute;
  right: 0;
  bottom: -20px;
}

.box-scroll-in .list-scroll-in .list-scroll-in-item .btn-pagetop a {
  display: block;
  -ms-filter: 'alpha( opacity=100)';
  opacity: 1;
  -webkit-transition: opacity 0.2s ease 0s;
  -o-transition: opacity 0.2s ease 0s;
  transition: opacity 0.2s ease 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.box-scroll-in .list-scroll-in .list-scroll-in-item .btn-pagetop a img {
  display: block;
}

.box-scroll-in .list-scroll-in .list-scroll-in-item .btn-pagetop a:hover {
  -ms-filter: 'alpha( opacity=50)';
  filter: alpha(opacity=50);
  opacity: 0.5;
  text-decoration: none;
}

@media screen and (max-width: 768px), print {
  .box-scroll-in .list-scroll-in .list-scroll-in-item .btn-pagetop {
    bottom: -10px;
  }
  .box-scroll-in .list-scroll-in .list-scroll-in-item .btn-pagetop a {
    width: 9px;
  }
  .box-scroll-in .list-scroll-in .list-scroll-in-item .btn-pagetop a img {
    width: 100%;
  }
}

/* box-course-01
---------------------------------------------------------- */
.box-course-01 .list-course-01 .list-course-item {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 80px;
}

@media screen and (max-width: 768px), print {
  .box-course-01 .list-course-01 .list-course-item {
    margin-bottom: 30px;
  }
  .box-course-01 .list-course-01 .list-course-item:last-child {
    margin-bottom: 0;
  }
}

.box-course-01 .list-course-01 .list-course-item .box-detail {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.box-course-01 .list-course-01 .list-course-item .box-detail .ttl-course {
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 40px;
}

.box-course-01 .list-course-01 .list-course-item .box-detail .ttl-course-sub {
  color: #181878;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 13px;
}

.box-course-01 .list-course-01 .list-course-item .box-detail .txt-course {
  line-height: 2.3;
}

@media screen and (min-width: 769px), print {
  .box-course-01 .list-course-01 .list-course-item .box-detail {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media screen and (max-width: 768px), print {
  .box-course-01 .list-course-01 .list-course-item .box-detail .ttl-course {
    font-size: 12px;
    line-height: 1.75;
    margin-bottom: 8px;
  }
  .box-course-01 .list-course-01 .list-course-item .box-detail .ttl-course-sub {
    font-size: 11px;
    margin-bottom: 3px;
  }
  .box-course-01 .list-course-01 .list-course-item .box-detail .txt-course {
    line-height: 1.7;
  }
}

.box-course-01 .list-course-01 .list-course-item .box-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.box-course-01 .list-course-01 .list-course-item .box-image .image {
  border-top: 1px solid #181878;
}

.box-course-01 .list-course-01 .list-course-item .box-image .image img {
  display: block;
  width: 100%;
}

@media screen and (min-width: 769px), print {
  .box-course-01 .list-course-01 .list-course-item .box-image {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-left: 50px;
  }
  .box-course-01 .list-course-01 .list-course-item .box-image .image {
    width: 515px;
  }
}

@media screen and (max-width: 768px), print {
  .box-course-01 .list-course-01 .list-course-item .box-image {
    margin-bottom: 10px;
  }
}

body.education.environment .box-course-01 .box-image .image, .bg-environment .box-course-01 .box-image .image {
  border-top: 1px solid #a8bc43 !important;
}

body.education.environment .box-course-01 .box-detail .ttl-course-sub, .bg-environment .box-course-01 .box-detail .ttl-course-sub {
  color: #a8bc43 !important;
}

body.education.product .box-course-01 .box-image .image, .bg-product .box-course-01 .box-image .image {
  border-top: 1px solid #4a9a98 !important;
}

body.education.product .box-course-01 .box-detail .ttl-course-sub, .bg-product .box-course-01 .box-detail .ttl-course-sub {
  color: #4a9a98 !important;
}

body.education.visual .box-course-01 .box-image .image, .bg-visual .box-course-01 .box-image .image {
  border-top: 1px solid #007aaa !important;
}

body.education.visual .box-course-01 .box-detail .ttl-course-sub, .bg-visual .box-course-01 .box-detail .ttl-course-sub {
  color: #007aaa !important;
}

body.education.envi_desi .box-course-01 .box-image .image, .bg-envi_desi .box-course-01 .box-image .image {
  border-top: 1px solid #e9d900 !important;
}

body.education.envi_desi .box-course-01 .box-detail .ttl-course-sub, .bg-envi_desi .box-course-01 .box-detail .ttl-course-sub {
  color: #e9d900 !important;
}

body.education.manga .box-course-01 .box-image .image, .bg-manga .box-course-01 .box-image .image {
  border-top: 1px solid #cb4829 !important;
}

body.education.manga .box-course-01 .box-detail .ttl-course-sub, .bg-manga .box-course-01 .box-detail .ttl-course-sub {
  color: #cb4829 !important;
}

body.education.fashion .box-course-01 .box-image .image, .bg-fashion .box-course-01 .box-image .image {
  border-top: 1px solid #d13c72 !important;
}

body.education.fashion .box-course-01 .box-detail .ttl-course-sub, .bg-fashion .box-course-01 .box-detail .ttl-course-sub {
  color: #d13c72 !important;
}

body.education.art_craft .box-course-01 .box-image .image, .bg-art_craft .box-course-01 .box-image .image {
  border-top: 1px solid #d8b063 !important;
}

body.education.art_craft .box-course-01 .box-detail .ttl-course-sub, .bg-art_craft .box-course-01 .box-detail .ttl-course-sub {
  color: #d8b063 !important;
}

body.education.gsd .box-course-01 .box-image .image,
.bg-gsd .box-course-01 .box-image .image {
  border-top: 1px solid #8f6498 !important;
}

body.education.gsd .box-course-01 .box-detail .ttl-course-sub,
.bg-gsd .box-course-01 .box-detail .ttl-course-sub {
  color: #8f6498 !important;
}

/* box-image-right-01
---------------------------------------------------------- */
.box-image-right-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 80px;
}

.box-image-right-01 .box-detail {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.box-image-right-01 .box-detail .ttl-detail {
  margin-bottom: 15px;
  font-size: 21.5px;
}

.box-image-right-01 .box-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 570px;
}

.box-image-right-01 .box-image .image {
  border-top: 1px solid #181878;
}

.box-image-right-01 .box-image .image img {
  display: block;
  width: 100%;
}

.box-image-right-01 .box-image.image-ico {
  width: 135px;
}

.box-image-right-01 .box-image.image-w30 {
  width: 30%;
}

.box-image-right-01 .box-image.img-w-auto {
  width: auto;
}

.box-image-right-01:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 769px), print {
  .box-image-right-01 .box-detail {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .box-image-right-01 .box-image {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-left: 55px;
  }
}

@media screen and (max-width: 768px), print {
  .box-image-right-01 {
    margin-bottom: 30px;
  }
  .box-image-right-01 .box-detail .ttl-detail {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .box-image-right-01 .box-image {
    margin-bottom: 10px;
    width: auto;
  }
  .box-image-right-01 .box-image.image-ico {
    width: auto;
  }
  .box-image-right-01 .box-image.image-w30 {
    width: 100%;
  }
}

body.education.environment .box-image-right-01 .box-image .image, .bg-environment .box-image-right-01 .box-image .image {
  border-top: 1px solid #a8bc43;
}

body.education.product .box-image-right-01 .box-image .image, .bg-product .box-image-right-01 .box-image .image {
  border-top: 1px solid #4a9a98;
}

body.education.visual .box-image-right-01 .box-image .image, .bg-visual .box-image-right-01 .box-image .image {
  border-top: 1px solid #007aaa;
}

body.education.envi_desi .box-image-right-01 .box-image .image, .bg-envi_desi .box-image-right-01 .box-image .image {
  border-top: 1px solid #e9d900;
}

body.education.manga .box-image-right-01 .box-image .image, .bg-manga .box-image-right-01 .box-image .image {
  border-top: 1px solid #cb4829;
}

body.education.fashion .box-image-right-01 .box-image .image, .bg-fashion .box-image-right-01 .box-image .image {
  border-top: 1px solid #d13c72;
}

body.education.art_craft .box-image-right-01 .box-image .image, .bg-art_craft .box-image-right-01 .box-image .image {
  border-top: 1px solid #d8b063;
}

body.education.gsd .box-image-right-01 .box-image .image,
.bg-gsd .box-image-right-01 .box-image .image {
  border-top: 1px solid #8f6498;
}

/* box-image-right-02
---------------------------------------------------------- */
.box-image-right-02 {
  overflow: hidden;
  margin-bottom: 60px;
}

.box-image-right-02 .box-detail {
  overflow: hidden;
}

.box-image-right-02 .box-detail .ttl-detail {
  margin-bottom: 5px;
  font-size: 21.5px;
}

.box-image-right-02 .box-image {
  float: right;
  margin-left: -5px;
  padding-left: 55px;
  width: 570px;
}

.box-image-right-02 .box-image .image {
  padding-left: 5px;
}

.box-image-right-02 .box-image .image img {
  display: block;
  width: 100%;
}

.box-image-right-02 .box-image .image .caption {
  font-size: 15px;
}

@media screen and (max-width: 768px), print {
  .box-image-right-02 .box-image .image .caption {
    font-size: 12px;
  }
}

.box-image-right-02 .box-image.grid-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.box-image-right-02 .box-image.grid-col .col-02 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 50%;
}

.box-image-right-02 .box-image.grid-col .col-03 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 34.4%;
}

.box-image-right-02 .box-image.grid-col .col-04 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 36.58%;
}

.box-image-right-02 .box-image.grid-col .col-08 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 63.42%;
}

.box-image-right-02 .box-image.grid-col .col-09 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 65.6%;
}

.box-image-right-02 .box-image.grid-col .col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 100%;
}

.box-image-right-02:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px), print {
  .box-image-right-02 {
    margin-bottom: 35px;
  }
  .box-image-right-02 .box-detail .ttl-detail {
    font-size: 12px;
  }
  .box-image-right-02 .box-image {
    float: none;
    margin-left: -2px;
    margin-bottom: 10px;
    padding-left: 0;
    width: auto;
  }
  .box-image-right-02 .box-image .image {
    padding-left: 2px;
  }
}

/* box-category-news-01
---------------------------------------------------------- */
.box-category-news-01 {
  margin-bottom: 45px;
}

.box-category-news-01 .box-category-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.box-category-news-01 .box-detail {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.box-category-news-01 .box-detail .txt-date .date {
  color: #757575;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

.box-category-news-01 .box-detail .txt-date .link {
  color: #fff;
  background-color: #9a9a9a;
  border-radius: 3px;
  font-size: 12px;
  line-height: 1.2;
  display: inline-block;
  padding: 3px 10px;
  -ms-filter: 'alpha( opacity=100)';
  opacity: 1;
  -webkit-transition: opacity 0.2s ease 0s;
  -o-transition: opacity 0.2s ease 0s;
  transition: opacity 0.2s ease 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  vertical-align: middle;
  text-decoration: none;
}

.box-category-news-01 .box-detail .txt-date .link:hover {
  -ms-filter: 'alpha( opacity=50)';
  filter: alpha(opacity=50);
  opacity: 0.5;
  text-decoration: none;
}

@media screen and (max-width: 768px), print {
  .box-category-news-01 .box-detail .txt-date .link {
    font-size: 10px;
    padding: 2px 6px;
  }
}

.box-category-news-01 .box-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  padding-left: 20px;
}

.box-category-news-01 .box-image .image {
  width: 170px;
}

.box-category-news-01 .box-image .image img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 768px), print {
  .box-category-news-01 .box-image {
    padding-left: 15px;
  }
  .box-category-news-01 .box-image .image {
    width: 150px;
  }
}

/* box-category-detail
---------------------------------------------------------- */
.box-category-detail .txt-category-detail .txt-b {
  font-weight: bold;
  display: block;
}

.box-category-detail .txt-category-detail .txt-n {
  font-weight: normal;
  display: block;
}

.box-category-detail .img-category-detail {
  width: 40%;
}

.box-category-detail .img-category-detail img {
  display: block;
  width: 100%;
}

.box-category-detail .img-category-detail.left {
  float: left;
  margin: 0 1em 1em 0;
}

.box-category-detail .img-category-detail.right {
  float: right;
  margin: 0 0 1em 1em;
}

/* box-iframe-map
---------------------------------------------------------- */
.box-iframe-map {
  height: 600px;
}

@media screen and (max-width: 768px), print {
  .box-iframe-map {
    height: 300px;
  }
}

/* ==========================================================
 hero
========================================================== */
/* hero-cmn
---------------------------------------------------------- */
.hero-cmn {
  position: relative;
}

.hero-cmn .hero-img img {
  display: block;
  width: 100%;
}

.hero-cmn .no-img {
  padding-bottom: 47.85%;
  background-color: #ccc;
}

.hero-cmn .hero-ttl {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  color: #fff;
  font-size: 40px;
  font-weight: normal;
  text-align: center;
}

.hero-cmn .hero-ttl.black {
  color: #000;
}

.hero-cmn .btn-link-01 {
  position: absolute;
  right: 60px;
  bottom: 30px;
}

@media screen and (max-width: 768px), print {
  .hero-cmn .hero-ttl {
    font-size: 15px;
  }
  .hero-cmn .btn-link-01 {
    right: 25px;
    bottom: 15px;
  }
}

/* hero-cmn-02
---------------------------------------------------------- */
.hero-cmn-02 {
  background-color: #fff;
  padding: 70px 0;
  text-align: center;
}

.hero-cmn-02 .hero-ttl {
  border-bottom: 1px solid #181878;
  font-size: 30px;
  display: inline-block;
  margin-bottom: 0;
  padding: 0 15px;
}

@media screen and (max-width: 768px), print {
  .hero-cmn-02 {
    padding: 30px 0;
  }
  .hero-cmn-02 .hero-ttl {
    font-size: 16px;
    padding: 0 10px;
  }
}

/* hero-top
---------------------------------------------------------- */
.hero-top {
  position: relative;
  min-height: 648px;
  visibility: hidden;
}

.hero-top .hero-ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.hero-top .hero-ttl img {
  width: 100%;
}

.hero-top .slider-wrap {
  position: relative;
  overflow: hidden;
}

.hero-top .slider-wrap .slider {
  overflow: hidden;
}

.hero-top .slider-wrap .slider .item {
  float: left;
  margin: 0;
  position: relative;
}

.hero-top .slider-wrap .slider img {
  width: 100%;
  position: relative;
  z-index: 0;
}

.hero-top .slider-wrap .btn-control {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  overflow: hidden;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-position: center;
  background-size: 10px 18px;
  background-repeat: no-repeat;
  text-indent: -9999px;
  -webkit-transition: opacity 0.2s ease 0s;
  -o-transition: opacity 0.2s ease 0s;
  transition: opacity 0.2s ease 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
}

.hero-top .slider-wrap .btn-control:hover {
  opacity: 0.5;
}

.hero-top .slider-wrap .btn-control.btn-prev {
  left: 45px;
  background-image: url(/img/top/ico_prev.png);
}

.hero-top .slider-wrap .btn-control.btn-next {
  right: 45px;
  background-image: url(/img/top/ico_next.png);
}

@media screen and (min-width: 768px), print {
  .hero-top .slider-wrap {
    padding-top: 50%;
  }
  .hero-top .slider-wrap .slider {
    position: absolute !important;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 768px), print {
  .hero-top .hero-ttl {
    width: 245px;
  }
  .hero-top .slider-wrap .btn-control.btn-prev {
    left: 0;
  }
  .hero-top .slider-wrap .btn-control.btn-next {
    right: 0;
  }
}

/* ==========================================================
 module
========================================================== */
/* mod-nav-cate-01
---------------------------------------------------------- */
.mod-nav-cate-01 .box {
  display: block;
}

.mod-nav-cate-01 .image {
  border-top: 1px solid #181878;
}

.mod-nav-cate-01 .image.no-border {
  border-top: 0;
}

.mod-nav-cate-01 .image img {
  width: 100%;
}

.mod-nav-cate-01 .txt-caption {
  margin-top: 10px;
  font-size: 21px;
}

.mod-nav-cate-01 .txt-caption.txt-center {
  text-align: center;
}

@media screen and (min-width: 769px), print {
  .mod-nav-cate-01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -60px -30px 0;
  }
  .mod-nav-cate-01 .item {
    width: 50%;
    padding: 0 30px;
    margin-top: 60px;
  }
}

@media screen and (max-width: 768px), print {
  .mod-nav-cate-01 .item:not(:last-child) {
    margin-bottom: 30px;
  }
  .mod-nav-cate-01 .txt-caption {
    margin-top: 5px;
    font-size: 10px;
  }
}

body.education.environment .mod-nav-cate-01 .image, .bg-environment .mod-nav-cate-01 .image {
  border-top: 1px solid #a8bc43;
}

body.education.product .mod-nav-cate-01 .image, .bg-product .mod-nav-cate-01 .image {
  border-top: 1px solid #4a9a98;
}

body.education.visual .mod-nav-cate-01 .image, .bg-visual .mod-nav-cate-01 .image {
  border-top: 1px solid #007aaa;
}

body.education.envi_desi .mod-nav-cate-01 .image, .bg-envi_desi .mod-nav-cate-01 .image {
  border-top: 1px solid #e9d900;
}

body.education.manga .mod-nav-cate-01 .image, .bg-manga .mod-nav-cate-01 .image {
  border-top: 1px solid #cb4829;
}

body.education.fashion .mod-nav-cate-01 .image, .bg-fashion .mod-nav-cate-01 .image {
  border-top: 1px solid #d13c72;
}

body.education.art_craft .mod-nav-cate-01 .image, .bg-art_craft .mod-nav-cate-01 .image {
  border-top: 1px solid #d8b063;
}

body.education.gsd .mod-nav-cate-01 .image,
.bg-gsd .mod-nav-cate-01 .image {
  border-top: 1px solid #8f6498;
}

/* mod-contact
---------------------------------------------------------- */
.mod-contact .ttl-contact {
  color: #fff;
  background-color: #231815;
  font-size: 18px;
  display: inline-block;
  min-width: 165px;
  padding: 4px 10px 2px;
  text-align: center;
}

.mod-contact .txt-contact {
  line-height: 1.4;
  margin-bottom: 0;
}

.mod-contact .txt-contact-tel,
.mod-contact .txt-contact-fax {
  display: inline-block;
  pointer-events: none;
  text-decoration: none;
}

.mod-contact .txt-contact-mail {
  color: #181878;
  display: inline-block;
}

.mod-contact .txt-contact-mail:hover {
  text-decoration: underline;
}

.mod-contact .list-contact {
  line-height: 1.4;
  overflow: hidden;
}

.mod-contact .list-contact dt {
  float: left;
}

.mod-contact .list-contact dd {
  overflow: hidden;
}

@media screen and (max-width: 768px), print {
  .mod-contact .ttl-contact {
    font-size: 13px;
    margin-bottom: 15px;
    padding: 2px 10px;
    min-width: 120px;
  }
  .mod-contact .txt-contact-tel {
    pointer-events: auto;
    text-decoration: none;
  }
}

/* mod-anchor-scroll-01
---------------------------------------------------------- */
.mod-anchor-scroll-01 {
  margin-bottom: 135px;
}

.mod-anchor-scroll-01 ol, .mod-anchor-scroll-01 ul, .mod-anchor-scroll-01 li {
  list-style: none;
  padding-left: 0;
  text-indent: 0;
}

.mod-anchor-scroll-01 .ttl-anchor-scroll-01 {
  font-size: 30px;
  margin-bottom: 15px;
}

.mod-anchor-scroll-01 .mod-anchor-scroll-in {
  background-color: #eeeeef;
  padding: 25px 25px 10px;
}

.mod-anchor-scroll-01 .mod-anchor-scroll-in .list-anchor-scroll-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mod-anchor-scroll-01 .mod-anchor-scroll-in .list-anchor-scroll-01 li {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 33.33%;
  margin-bottom: 10px;
  padding-right: 10px;
}

.mod-anchor-scroll-01 .mod-anchor-scroll-in .list-anchor-scroll-01 li a {
  background-image: url(../img/ico_arrow_right_02.png);
  background-position: left 3px;
  background-repeat: no-repeat;
  -ms-filter: 'alpha( opacity=100)';
  opacity: 1;
  -webkit-transition: opacity 0.2s ease 0s;
  -o-transition: opacity 0.2s ease 0s;
  transition: opacity 0.2s ease 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  padding-left: 32px;
  display: block;
}

.mod-anchor-scroll-01 .mod-anchor-scroll-in .list-anchor-scroll-01 li a:hover {
  -ms-filter: 'alpha( opacity=50)';
  filter: alpha(opacity=50);
  opacity: 0.5;
  text-decoration: none;
}

.mod-anchor-scroll-01 .mod-anchor-scroll-in .list-anchor-scroll-01 li a span {
  display: block;
  font-size: 12px;
}

@media screen and (max-width: 768px), print {
  .mod-anchor-scroll-01 .mod-anchor-scroll-in .list-anchor-scroll-01 li a span {
    font-size: 10px;
  }
}

@media screen and (max-width: 768px), print {
  .mod-anchor-scroll-01 {
    margin-bottom: 50px;
  }
  .mod-anchor-scroll-01 .ttl-anchor-scroll-01 {
    font-size: 17px;
    margin-bottom: 10px;
  }
  .mod-anchor-scroll-01 .mod-anchor-scroll-in {
    padding: 10px 15px 5px;
  }
  .mod-anchor-scroll-01 .mod-anchor-scroll-in .list-anchor-scroll-01 li {
    margin-bottom: 0;
    width: 100%;
  }
  .mod-anchor-scroll-01 .mod-anchor-scroll-in .list-anchor-scroll-01 li a {
    background-size: 9px;
    display: inline-block;
    vertical-align: middle;
    padding-left: 17px;
  }
}

/* mod-list-info
---------------------------------------------------------- */
.mod-list-info {
  overflow: hidden;
  padding-left: 10px;
  border-left: 1px solid #231815;
  font-size: 14px;
}

.mod-list-info .label {
  float: left;
  width: 70px;
}

.mod-list-info .label .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mod-list-info .detail {
  position: relative;
  padding-left: 24px;
  overflow: hidden;
}

.mod-list-info .detail:before {
  content: ":";
  position: absolute;
  top: 0;
  left: 12px;
}

@media screen and (max-width: 768px), print {
  .mod-list-info {
    padding-left: 5px;
    font-size: 9px;
  }
  .mod-list-info .label {
    width: 50px;
  }
  .mod-list-info .detail {
    padding-left: 12px;
  }
  .mod-list-info .detail:before {
    left: 3px;
  }
}

/* mod-department-01
---------------------------------------------------------- */
.mod-department-01 {
  border-left: 4px solid #181878;
  margin-bottom: 145px;
}

.mod-department-01 .ttl-department-01 {
  font-size: 13px;
  margin-bottom: 0;
  padding: 2px 20px 8px;
}

.mod-department-01 .mod-department-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #fff;
}

.mod-department-01 .mod-department-in .box-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.mod-department-01 .mod-department-in .box-image .image {
  width: 296px;
}

.mod-department-01 .mod-department-in .box-image .image img {
  display: block;
  width: 100%;
}

.mod-department-01 .mod-department-in .box-image .box-info {
  display: none;
}

.mod-department-01 .mod-department-in .box-detail {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 14px 30px;
}

.mod-department-01 .mod-department-in .box-detail .box-detail-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.mod-department-01 .mod-department-in .box-detail .box-detail-in .box-left {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  padding-right: 30px;
}

.mod-department-01 .mod-department-in .box-detail .box-detail-in .box-left .txt-staff-01 {
  margin-bottom: 0;
}

.mod-department-01 .mod-department-in .box-detail .box-detail-in .box-right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.mod-department-01 .mod-department-in .box-detail .box-detail-in .box-right .txt-detail-in {
  font-size: 12px;
}

.mod-department-01 .mod-department-in .box-detail .ttl-detail {
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 10px;
}

.mod-department-01 .mod-department-in .box-detail .txt-detail {
  margin-bottom: 6px;
}

@media screen and (max-width: 768px), print {
  .mod-department-01 {
    border-width: 2px;
    margin-bottom: 60px;
  }
  .mod-department-01 .ttl-department-01 {
    font-size: 10px;
    padding: 1px 10px;
  }
  .mod-department-01 .mod-department-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #fff;
  }
  .mod-department-01 .mod-department-in .box-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .mod-department-01 .mod-department-in .box-image .image {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 160px;
  }
  .mod-department-01 .mod-department-in .box-image .image img {
    display: block;
    width: 100%;
  }
  .mod-department-01 .mod-department-in .box-image .box-info {
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 15px;
  }
  .mod-department-01 .mod-department-in .box-detail {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding: 8px 15px;
    width: 100%;
  }
  .mod-department-01 .mod-department-in .box-detail .box-detail-in {
    display: none;
  }
  .mod-department-01 .mod-department-in .box-detail .ttl-detail {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .mod-department-01 .mod-department-in .box-detail .txt-detail {
    margin-bottom: 0;
  }
}

body.education.environment .mod-department-01, .bg-environment .mod-department-01 {
  border-left: 4px solid #a8bc43;
}

body.education.product .mod-department-01, .bg-product .mod-department-01 {
  border-left: 4px solid #4a9a98;
}

body.education.visual .mod-department-01, .bg-visual .mod-department-01 {
  border-left: 4px solid #007aaa;
}

body.education.envi_desi .mod-department-01, .bg-envi_desi .mod-department-01 {
  border-left: 4px solid #e9d900;
}

body.education.manga .mod-department-01, .bg-manga .mod-department-01 {
  border-left: 4px solid #cb4829;
}

body.education.fashion .mod-department-01, .bg-fashion .mod-department-01 {
  border-left: 4px solid #d13c72;
}

body.education.art_craft .mod-department-01, .bg-art_craft .mod-department-01 {
  border-left: 4px solid #d8b063;
}

body.education.gsd .mod-department-01,
.bg-gsd .mod-department-01 {
  border-left: 4px solid #8f6498;
}

/* mod-campusmap
---------------------------------------------------------- */
.mod-campusmap .mod-campusmap-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

@media screen and (min-width: 769px), print {
  .mod-campusmap .row {
    margin: -60px -27px 0;
  }
  .mod-campusmap .col {
    margin-top: 60px;
    padding: 0 27px;
  }
}

@media screen and (max-width: 768px), print {
  .mod-campusmap .row {
    margin-bottom: 30px;
  }
  .mod-campusmap .row:last-child {
    margin-bottom: 0;
  }
  .mod-campusmap .col:not(:last-child) {
    margin-bottom: 30px;
  }
}

/* mod-info-01
---------------------------------------------------------- */
.mod-info-01 {
  background-color: #fff;
  padding: 15px;
}

.mod-info-01 .txt-info {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 3px;
}

.mod-info-01 .txt-info:last-child {
  margin-bottom: 0;
}

.mod-info-01 .tag-info {
  color: #fff;
  background-color: #595757;
  display: inline-block;
  line-height: 1.4;
  margin-right: 10px;
  padding: 1px 5px 0;
}

@media screen and (max-width: 768px), print {
  .mod-info-01 {
    padding: 7px;
  }
  .mod-info-01 .txt-info {
    font-size: 11px;
  }
  .mod-info-01 .tag-info {
    margin-right: 5px;
  }
}

/* mod-info-02
---------------------------------------------------------- */
.mod-info-02 .txt-info {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 3px;
}

.mod-info-02 .txt-info:last-child {
  margin-bottom: 0;
}

.mod-info-02 .tag-info {
  color: #fff;
  background-color: #4a9a98;
  display: inline-block;
  line-height: 1.4;
  margin-right: 10px;
  width: 80px;
  padding: 1px 5px 0;
  text-align: center;
}

.mod-info-02 .tag-info.type-01 {
  letter-spacing: 3.5px;
}

@media screen and (max-width: 768px), print {
  .mod-info-02 .txt-info {
    font-size: 11px;
  }
  .mod-info-02 .tag-info {
    margin-right: 5px;
    width: 65px;
  }
  .mod-info-02 .tag-info.type-01 {
    letter-spacing: 2.5px;
  }
}

body.education.environment .mod-info-02 .tag-info, .bg-environment .mod-info-02 .tag-info {
  background-color: #a8bc43;
}

body.education.product .mod-info-02 .tag-info, .bg-product .mod-info-02 .tag-info {
  background-color: #4a9a98;
}

body.education.visual .mod-info-02 .tag-info, .bg-visual .mod-info-02 .tag-info {
  background-color: #007aaa;
}

body.education.envi_desi .mod-info-02 .tag-info, .bg-envi_desi .mod-info-02 .tag-info {
  background-color: #e9d900;
}

body.education.manga .mod-info-02 .tag-info, .bg-manga .mod-info-02 .tag-info {
  background-color: #cb4829;
}

body.education.fashion .mod-info-02 .tag-info, .bg-fashion .mod-info-02 .tag-info {
  background-color: #d13c72;
}

body.education.art_craft .mod-info-02 .tag-info, .bg-art_craft .mod-info-02 .tag-info {
  background-color: #d8b063;
}

body.education.gsd .mod-info-02 .tag-info,
.bg-gsd .mod-info-02 .tag-info {
  background-color: #8f6498;
}

/* mod-staff-01
---------------------------------------------------------- */
.mod-staff-01 {
  margin-top: 15px;
}

.mod-staff-01 .txt-staff-01 {
  font-size: 17px;
  line-height: 1.4;
  margin-bottom: 10px;
}

.mod-staff-01 .txt-staff-01 .position {
  font-size: 12px;
}

.mod-staff-01 .txt-staff-01 .course {
  font-size: 12px;
  display: block;
}

@media screen and (max-width: 768px), print {
  .mod-staff-01 {
    margin-top: 0;
  }
  .mod-staff-01 .txt-staff-01 {
    font-size: 10px;
    margin-bottom: 5px;
  }
  .mod-staff-01 .txt-staff-01 .position {
    font-size: 10px;
  }
  .mod-staff-01 .txt-staff-01 .course {
    font-size: 10px;
  }
}

/* mod-teachers-01
---------------------------------------------------------- */
.mod-teachers-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 45px;
}

.mod-teachers-01 .box-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  padding-right: 30px;
  width: 330px;
}

.mod-teachers-01 .box-image .image img {
  display: block;
  width: 100%;
}

.mod-teachers-01 .box-image .image .caption {
  margin-top: 5px;
  font-size: 12px;
}

.mod-teachers-01 .box-teachers {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.mod-teachers-01 .box-teachers .box-teachers-in {
  border-bottom: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
  padding-bottom: 5px;
}

.mod-teachers-01 .box-teachers .box-teachers-in .box-teachers-left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 30px;
}

.mod-teachers-01 .box-teachers .box-teachers-in .box-teachers-right {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.mod-teachers-01 .box-teachers .box-teachers-in .box-teachers-right .img-teachers {
  width: 230px;
}

.mod-teachers-01 .box-teachers .box-teachers-in .box-teachers-right .img-teachers img {
  display: block;
  width: 100%;
}

.mod-teachers-01 .box-teachers .box-teachers-in .box-teachers-right .caption {
  text-align: right;
}

.mod-teachers-01 .box-teachers .box-teachers-in .box-teachers-right .caption .txt-staff-01 {
  margin: 15px 0 0;
}

.mod-teachers-01 .box-teachers .txt-teachers-02 {
  font-size: 12px;
}

@media screen and (max-width: 768px), print {
  .mod-teachers-01 {
    margin-bottom: 25px;
  }
  .mod-teachers-01 .box-image {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin-bottom: 10px;
    padding-right: 0;
    width: 100%;
  }
  .mod-teachers-01 .box-image .image img {
    display: block;
    width: 100%;
  }
  .mod-teachers-01 .box-image .image .caption {
    font-size: 10px;
  }
  .mod-teachers-01 .box-teachers {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    width: 100%;
  }
  .mod-teachers-01 .box-teachers .box-teachers-in .box-teachers-left {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-right: 0;
    width: 100%;
  }
  .mod-teachers-01 .box-teachers .box-teachers-in .box-teachers-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .mod-teachers-01 .box-teachers .box-teachers-in .box-teachers-right .img-teachers {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 165px;
  }
  .mod-teachers-01 .box-teachers .box-teachers-in .box-teachers-right .caption {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    text-align: right;
  }
  .mod-teachers-01 .box-teachers .box-teachers-in .box-teachers-right .caption .txt-staff-01 {
    margin: 0;
  }
  .mod-teachers-01 .box-teachers .txt-teachers-01 {
    margin-bottom: 10px;
  }
  .mod-teachers-01 .box-teachers .txt-teachers-02 {
    font-size: 10px;
  }
}

/* mod-graduates-01
---------------------------------------------------------- */
.mod-graduates-01 {
  background-color: #fff;
  border-bottom: 1px solid #181878;
  border-top: 1px solid #181878;
  margin-bottom: 60px;
}

.mod-graduates-01 .box-topic {
  border-bottom: 1px solid #181878;
}

.mod-graduates-01 .box-topic .txt-topic {
  border-right: 1px solid #181878;
  display: inline-block;
  font-size: 13px;
  padding: 4px 30px;
}

.mod-graduates-01 .box-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mod-graduates-01 .box-detail .box-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 14px 30px;
}

.mod-graduates-01 .box-detail .box-text ol, .mod-graduates-01 .box-detail .box-text ul, .mod-graduates-01 .box-detail .box-text li {
  padding-left: 0;
  text-indent: 0;
  list-style: none;
}

.mod-graduates-01 .box-detail .box-text .list-tag-01 {
  margin-bottom: 5px;
  overflow: hidden;
}

.mod-graduates-01 .box-detail .box-text .list-tag-01 li {
  border-left: 1px solid #181878;
  float: left;
  font-size: 12px;
  line-height: 1.4;
  padding: 2px 20px;
}

.mod-graduates-01 .box-detail .box-text .title {
  font-size: 21px;
  line-height: 1.5;
  margin-bottom: 5px;
}

.mod-graduates-01 .box-detail .box-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.mod-graduates-01 .box-detail .box-image .image {
  width: 455px;
}

.mod-graduates-01 .box-detail .box-image .image img {
  display: block;
  width: 100%;
}

.mod-graduates-01:not(:last-child) {
  margin-bottom: 30px;
}

.mod-graduates-01 .mod-staff-01 {
  margin-top: 10px;
}

.mod-graduates-01 .mod-staff-01 .txt-staff-01 {
  margin-bottom: 15px;
}

@media screen and (max-width: 768px), print {
  .mod-graduates-01 .box-topic .txt-topic {
    font-size: 10px;
    padding: 2px 15px;
  }
  .mod-graduates-01 .box-detail {
    padding: 15px 15px 10px;
  }
  .mod-graduates-01 .box-detail .box-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 10px 0 0;
  }
  .mod-graduates-01 .box-detail .box-text .list-tag-01 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
  }
  .mod-graduates-01 .box-detail .box-text .list-tag-01 li {
    font-size: 10px;
    line-height: 1.4;
    padding: 0 10px;
  }
  .mod-graduates-01 .box-detail .box-text .title {
    font-size: 12px;
  }
  .mod-graduates-01 .box-detail .box-text .text {
    margin-bottom: 10px;
  }
  .mod-graduates-01 .box-detail .box-text .mod-staff-01 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .mod-graduates-01 .box-detail .box-text .mod-staff-01 .txt-staff-01 {
    margin-bottom: 0;
  }
  .mod-graduates-01 .box-detail .box-image {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
  }
  .mod-graduates-01 .box-detail .box-image .image {
    width: auto;
  }
  .mod-graduates-01:not(:last-child) {
    margin-bottom: 15px;
  }
}

body.education.environment .mod-graduates-01, .bg-environment .mod-graduates-01 {
  border-bottom: 1px solid #a8bc43;
  border-top: 1px solid #a8bc43;
}

body.education.environment .mod-graduates-01 .box-topic, .bg-environment .mod-graduates-01 .box-topic {
  border-bottom: 1px solid #a8bc43;
}

body.education.environment .mod-graduates-01 .box-topic .txt-topic, .bg-environment .mod-graduates-01 .box-topic .txt-topic {
  border-right: 1px solid #a8bc43;
}

body.education.environment .mod-graduates-01 .box-detail .box-text .list-tag-01 li, .bg-environment .mod-graduates-01 .box-detail .box-text .list-tag-01 li {
  border-left: 1px solid #a8bc43;
}

body.education.product .mod-graduates-01, .bg-product .mod-graduates-01 {
  border-bottom: 1px solid #4a9a98;
  border-top: 1px solid #4a9a98;

}

body.education.product .mod-graduates-01 .box-topic, .bg-product .mod-graduates-01 .box-topic {
  border-bottom: 1px solid #4a9a98;
}

body.education.product .mod-graduates-01 .box-topic .txt-topic, .bg-product .mod-graduates-01 .box-topic .txt-topic {
  border-right: 1px solid #4a9a98;
}

body.education.product .mod-graduates-01 .box-detail .box-text .list-tag-01 li, .bg-product .mod-graduates-01 .box-detail .box-text .list-tag-01 li {
  border-left: 1px solid #4a9a98;
}

body.education.visual .mod-graduates-01, .bg-visual .mod-graduates-01 {
  border-bottom: 1px solid #007aaa;
  border-top: 1px solid #007aaa;
}

body.education.visual .mod-graduates-01 .box-topic, .bg-visual .mod-graduates-01 .box-topic {
  border-bottom: 1px solid #007aaa;
}

body.education.visual .mod-graduates-01 .box-topic .txt-topic, .bg-visual .mod-graduates-01 .box-topic .txt-topic {
  border-right: 1px solid #007aaa;
}

body.education.visual .mod-graduates-01 .box-detail .box-text .list-tag-01 li, .bg-visual .mod-graduates-01 .box-detail .box-text .list-tag-01 li {
  border-left: 1px solid #007aaa;
}

body.education.envi_desi .mod-graduates-01, .bg-envi_desi .mod-graduates-01 {
  border-bottom: 1px solid #e9d900;
  border-top: 1px solid #e9d900;
}

body.education.envi_desi .mod-graduates-01 .box-topic, .bg-envi_desi .mod-graduates-01 .box-topic {
  border-bottom: 1px solid #e9d900;
}

body.education.envi_desi .mod-graduates-01 .box-topic .txt-topic, .bg-envi_desi .mod-graduates-01 .box-topic .txt-topic {
  border-right: 1px solid #e9d900;
}

body.education.envi_desi .mod-graduates-01 .box-detail .box-text .list-tag-01 li, .bg-envi_desi .mod-graduates-01 .box-detail .box-text .list-tag-01 li {
  border-left: 1px solid #e9d900;
}

body.education.manga .mod-graduates-01, .bg-manga .mod-graduates-01 {
  border-bottom: 1px solid #cb4829;
  border-top: 1px solid #cb4829;
}

body.education.manga .mod-graduates-01 .box-topic, .bg-manga .mod-graduates-01 .box-topic {
  border-bottom: 1px solid #cb4829;
}

body.education.manga .mod-graduates-01 .box-topic .txt-topic, .bg-manga .mod-graduates-01 .box-topic .txt-topic {
  border-right: 1px solid #cb4829;
}

body.education.manga .mod-graduates-01 .box-detail .box-text .list-tag-01 li, .bg-manga .mod-graduates-01 .box-detail .box-text .list-tag-01 li {
  border-left: 1px solid #cb4829;
}

body.education.fashion .mod-graduates-01, .bg-fashion .mod-graduates-01 {
  border-bottom: 1px solid #d13c72;
  border-top: 1px solid #d13c72;
}


body.education.fashion .mod-graduates-01 .box-topic, .bg-fashion .mod-graduates-01 .box-topic {
  border-bottom: 1px solid #d13c72;
}

body.education.fashion .mod-graduates-01 .box-topic .txt-topic, .bg-fashion .mod-graduates-01 .box-topic .txt-topic {
  border-right: 1px solid #d13c72;
}

body.education.fashion .mod-graduates-01 .box-detail .box-text .list-tag-01 li, .bg-fashion .mod-graduates-01 .box-detail .box-text .list-tag-01 li {
  border-left: 1px solid #d13c72;
}

body.education.art_craft .mod-graduates-01, .bg-art_craft .mod-graduates-01 {
  border-bottom: 1px solid #d8b063;
  border-top: 1px solid #d8b063;
}

body.education.art_craft .mod-graduates-01 .box-topic, .bg-art_craft .mod-graduates-01 .box-topic {
  border-bottom: 1px solid #d8b063;
}

body.education.art_craft .mod-graduates-01 .box-topic .txt-topic, .bg-art_craft .mod-graduates-01 .box-topic .txt-topic {
  border-right: 1px solid #d8b063;
}

body.education.art_craft .mod-graduates-01 .box-detail .box-text .list-tag-01 li, .bg-art_craft .mod-graduates-01 .box-detail .box-text .list-tag-01 li {
  border-left: 1px solid #d8b063;
}

body.education.gsd .mod-graduates-01,
.bg-gsd .mod-graduates-01 {
  border-bottom: 1px solid #8f6498;
}

body.education.gsd .mod-graduates-01 .box-topic,
.bg-gsd .mod-graduates-01 .box-topic {
  border-top: 1px solid #8f6498;
  border-bottom: 1px solid #8f6498;
}

body.education.gsd .mod-graduates-01 .box-topic .txt-topic,
.bg-gsd .mod-graduates-01 .box-topic .txt-topic {
  border-right: 1px solid #8f6498;
}

body.education.gsd .mod-graduates-01 .box-detail .box-text .list-tag-01 li,
.bg-gsd .mod-graduates-01 .box-detail .box-text .list-tag-01 li {
  border-left: 1px solid #8f6498;
}

/* mod-corporate-links
---------------------------------------------------------- */
.mod-corporate-links {
  overflow: hidden;
}

.mod-corporate-links .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mod-corporate-links .box .image {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  max-width: 230px;
}

.mod-corporate-links .box .image img {
  display: block;
  width: 70%;
}

.mod-corporate-links .box .info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 20px;
}

@media screen and (min-width: 769px), print {
  .mod-corporate-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -50px -27px 20px;
  }
  .mod-corporate-links .item {
    width: 50%;
    padding: 0 27px;
    margin-top: 50px;
  }
}

@media screen and (max-width: 768px), print {
  .mod-corporate-links {
    margin-bottom: 20px;
  }
  .mod-corporate-links .item:not(:last-child) {
    margin-bottom: 30px;
  }
  .mod-corporate-links .box .image {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    max-width: inherit;
    width: 47%;
  }
  .mod-corporate-links .box .info {
    padding-left: 15px;
    width: 53%;
  }
}

/* mod-profile-history
---------------------------------------------------------- */
.mod-profile-history .title {
  margin-bottom: 8px;
}

.mod-profile-history .detail {
  margin-bottom: 10px;
}

.mod-profile-history .detail:last-child {
  margin-bottom: 0;
}

.mod-profile-history .list-order {
  padding-left: 0;
  text-indent: 0;
  list-style: none;
}

.mod-profile-history .list-order li {
  padding-left: 0;
  text-indent: 0;
  list-style: none;
  position: relative;
  counter-increment: section;
  padding-left: 15px;
}

.mod-profile-history .list-order li:before {
  content: counter(section, decimal) ".";
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  color: #181878;
}

@media screen and (max-width: 768px), print {
  .mod-profile-history .title {
    margin-bottom: 0;
  }
  .mod-profile-history .list-order li {
    padding-left: 12px;
  }
  .mod-profile-history .list-order li:before {
    width: 12px;
  }
}

/* mod-cmn-news
---------------------------------------------------------- */
.mod-cmn-news {
  margin-bottom: 60px;
}

.mod-cmn-news:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px), print {
  .mod-cmn-news {
    margin-bottom: 30px;
  }
}

/* ==========================================================
 form
========================================================== */
/* base Form
---------------------------------------------------------- */
/* type="text" */
input[type="text"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  background-color: #efefef;
  display: block;
  font-size: 16px;
  outline: none;
  padding: 13px;
  width: 100%;
}

@media screen and (max-width: 768px), print {
  input[type="text"] {
    font-size: 10px;
    padding: 5px;
  }
}

/* type="tel" */
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  background-color: #efefef;
  display: block;
  font-size: 16px;
  outline: none;
  padding: 13px;
  width: 100%;
}

@media screen and (max-width: 768px), print {
  input[type="tel"] {
    font-size: 10px;
    padding: 5px;
  }
}

/* type="email" */
input[type="email"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  background-color: #efefef;
  display: block;
  font-size: 16px;
  outline: none;
  padding: 13px;
  width: 100%;
}

@media screen and (max-width: 768px), print {
  input[type="email"] {
    font-size: 10px;
    padding: 5px;
  }
}

/* type="checkbox" */
/* type="radio" */
/* type="submit" */
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #fff;
  cursor: pointer;
  border: none;
  border-radius: 0;
  background-color: #181878;
  display: block;
  font-size: 18px;
  padding: 5px;
  width: 160px;
  -ms-filter: 'alpha( opacity=100)';
  opacity: 1;
  -webkit-transition: opacity 0.2s ease 0s;
  -o-transition: opacity 0.2s ease 0s;
  transition: opacity 0.2s ease 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

input[type="submit"]:hover {
  -ms-filter: 'alpha( opacity=50)';
  filter: alpha(opacity=50);
  opacity: 0.5;
  text-decoration: none;
}

@media screen and (max-width: 768px), print {
  input[type="submit"] {
    font-size: 12px;
    padding: 2px;
    width: 80px;
  }
}

input.btn-type-submit[type="submit"] {
  padding: 5px 5px 4px 5px;
}

/* ==========================================================
 textarea
========================================================== */
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  background-color: #efefef;
  display: block;
  font-size: 16px;
  outline: none;
  padding: 13px;
  height: 180px;
  width: 100%;
}

@media screen and (max-width: 768px), print {
  textarea {
    font-size: 10px;
    padding: 5px;
    height: 90px;
  }
}

/* ==========================================================
 top page
========================================================== */
.top {
  background-color: #fff;
}

/* ==========================================================
 partslist
========================================================== */
/* sec-partslist
---------------------------------------------------------- */
.sec-partslist {
  margin-bottom: 100px;
}

.sec-partslist .sec-heading {
  margin-bottom: 45px;
  font-size: 30px;
  color: #B4B4B4;
  line-height: 1.1;
}

@media screen and (min-width: 769px), print {
  .sec-partslist .sec-container {
    max-width: 1110px;
    margin: 0 auto;
    overflow: hidden;
  }
}

@media screen and (max-width: 768px), print {
  .sec-partslist {
    margin-bottom: 50px;
  }
  .sec-partslist:first-child {
    padding-top: 50px;
  }
  .sec-partslist .sec-heading {
    margin-bottom: 25px;
    font-size: 24px;
  }
  .sec-partslist .sec-container {
    padding-right: 25px;
    padding-left: 25px;
  }
}

/* box-partslist
---------------------------------------------------------- */
.box-partslist-wrap {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.box-partslist-wrap:first-child {
  margin-bottom: 0;
}

.box-partslist-wrap .nav-tab-01 {
  margin-bottom: 0;
}

@media screen and (max-width: 768px), print {
  .box-partslist-wrap {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

.box-partslist {
  margin-bottom: 50px;
}

.box-partslist:last-child {
  margin-bottom: 0;
}

.box-partslist .ttl-partslist .label {
  display: block;
  width: 100px;
  background-color: #B4B4B4;
  font-size: 10px;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}

.box-partslist .txt-partslist {
  font-size: 25px;
  text-align: center;
}

@media screen and (min-width: 769px), print {
  .box-partslist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .box-partslist .ttl-partslist {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 140px;
  }
  .box-partslist .cont {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

@media screen and (max-width: 768px), print {
  .box-partslist {
    margin-bottom: 25px;
  }
  .box-partslist .ttl-partslist {
    margin-bottom: 10px;
  }
  .box-partslist .txt-partslist {
    font-size: 14px;
  }
}

.theme-university {
  background-color: #181878;
}

.theme-environment {
  background-color: #a8bc43;
}

.theme-product {
  background-color: #4a9a98;
}

.theme-visual {
  background-color: #007aaa;
}

.theme-envi_desi {
  background-color: #e9d900;
}

.theme-manga {
  background-color: #cb4829;
}

.theme-fashion {
  background-color: #d13c72;
}

.theme-art_craft {
  background-color: #d8b063;
}

.theme-gsd {
  background-color: #8f6498;
}

.theme-base {
  background-color: #231815;
}

.theme-blue {
  background-color: #181878;
}

.bg-university {
  background-color: #dcdceb;
}

body.education.environment, .bg-environment {
  background-color: #f2f5e3;
}

body.education.product, .bg-product {
  background-color: #e4f0f0;
}

body.education.visual, .bg-visual {
  background-color: #e0eff5;
}

body.education.envi_desi, .bg-envi_desi {
  background-color: #fcf9d9;
}

body.education.manga, .bg-manga {
  background-color: #f9e9e5;
}

body.education.fashion, .bg-fashion {
  background-color: #fae8ee;
}

body.education.art_craft, .bg-art_craft {
  background-color: #f9f3e8;
}

body.education.gsd, .bg-gsd {
  background-color: #eee8f0;
}

/* list-color-swatches
---------------------------------------------------------- */
.list-color-swatches {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -15px -15px 0;
  overflow: hidden;
}

.list-color-swatches li {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 95px;
  margin-top: 15px;
  padding: 0 15px;
  text-indent: 0;
}

@media screen and (max-width: 768px), print {
  .list-color-swatches li {
    width: 33.33%;
  }
}

.box-color-swatches {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.box-color-swatches .ttl-color {
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
  font-size: 10px;
  color: #B4B4B4;
  white-space: nowrap;
}

.box-color-swatches .box-color {
  width: 100%;
  height: 30px;
}

.box-color-swatches .box-color + .box-color {
  margin-top: 3px;
}

.box-color-swatches .hex {
  width: 100%;
  margin-top: 10px;
  text-align: center;
  font-size: 10px;
}

.box-color-swatches .hex + .hex {
  margin-top: 0;
}

/* grid-partslist-button-01
---------------------------------------------------------- */
.grid-partslist-button-01 .row {
  margin-top: -15px;
}

.grid-partslist-button-01 .row .col {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin-top: 15px;
}

@media screen and (max-width: 768px), print {
  .grid-partslist-button-01 .row {
    margin-top: -5px;
  }
  .grid-partslist-button-01 .row .col {
    margin-top: 10px;
  }
}

/* ==========================================================
 body about
========================================================== */
body.about .contents {
  padding-top: 70px;
  padding-bottom: 70px;
}

@media screen and (max-width: 768px), print {
  body.about .contents {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

/* ==========================================================
 body education
========================================================== */
body.bg-white {
  background-color: #fff !important;
}

body.education.arts_design.top .box-cmn-intro-01 {
  margin-bottom: 115px;
}

@media screen and (max-width: 768px), print {
  body.education.arts_design.top .box-cmn-intro-01 {
    margin-bottom: 45px;
  }
}

body.education.arts_design.top .fig-cmn-01 {
  margin-bottom: 130px;
}

@media screen and (max-width: 768px), print {
  body.education.arts_design.top .fig-cmn-01 {
    margin-bottom: 75px;
  }
}

body.education.arts_design.top .list-card-depart {
  margin: -60px -30px 90px;
}

body.education.arts_design.top .list-card-depart li {
  width: 50%;
  padding: 0 30px;
  margin-top: 60px;
}

body.education.arts_design.top .list-card-depart .text {
  font-size: 22px;
}

@media screen and (max-width: 768px), print {
  body.education.arts_design.top .list-card-depart {
    margin: -20px 0 40px;
  }
  body.education.arts_design.top .list-card-depart li {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  body.education.arts_design.top .list-card-depart .box-card-depart .image:after {
    display: none;
  }
  body.education.arts_design.top .list-card-depart .text {
    text-align: left;
  }
}

body.education.arts_design.product.top .box-cmn-intro-01 {
  margin-bottom: 90px;
}

@media screen and (max-width: 768px), print {
  body.education.arts_design.product.top .box-cmn-intro-01 {
    margin-bottom: 30px;
  }
}

body.education.arts_design.product.top .box-cmn-video-01 {
  margin-bottom: 90px;
}

@media screen and (max-width: 768px), print {
  body.education.arts_design.product.top .box-cmn-video-01 {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 768px), print {
  body.education.arts_design.product.top .btn-wrap {
    bottom: 40px;
  }
}

@media screen and (max-width: 480px) {
  .box-calendar-01 {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
}

.box-calendar-01 iframe {
  width: 100% !important;
  min-width: 480px !important;
}

.select-box {
  min-width: 150px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* ==========================================================
 is
========================================================== */
/* opacity hover
---------------------------------------------------------- */
.is-opacity {
  -ms-filter: 'alpha( opacity=100)';
  opacity: 1;
  -webkit-transition: opacity 0.2s ease 0s;
  -o-transition: opacity 0.2s ease 0s;
  transition: opacity 0.2s ease 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.is-opacity:hover {
  -ms-filter: 'alpha( opacity=50)';
  filter: alpha(opacity=50);
  opacity: 0.5;
  text-decoration: none;
}

/* css animation
---------------------------------------------------------- */
.is-animate {
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* ==========================================================
 style
========================================================== */
.s-fw-n {
  font-weight: normal;
}

.s-fw-b {
  font-weight: bold;
}

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

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

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

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

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

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

.s-ov-h {
  overflow: hidden;
}

.s-clear {
  clear: both;
}

.s-hide {
  display: none;
}

.s-txt-hide {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/* helper class
---------------------------------------------------------- */
/* bg */
.s-bg-n {
  background: none !important;
}

/* color */
.s-fc-black {
  color: #000 !important;
}

/* mt */
.s-mt-00 {
  margin-top: 0 !important;
}

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

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

/* mb */
.s-mb-00 {
  margin-bottom: 0 !important;
}

.s-mb-10 {
  margin-bottom: 10px !important;
}

.s-mb-20 {
  margin-bottom: 20px !important;
}

.s-mb-25 {
  margin-bottom: 25px !important;
}

.s-mb-30 {
  margin-bottom: 30px !important;
}

.s-mb-40 {
  margin-bottom: 40px !important;
}

.s-mb-50 {
  margin-bottom: 50px !important;
}

/* ml */
.s-ml-00 {
  margin-left: 0 !important;
}

/* mr */
.s-mr-00 {
  margin-right: 0 !important;
}

/* padding */
.s-pl-15 {
  padding-left: 15px !important;
}

@media screen and (max-width: 768px), print {
  .s-pl-10-sp {
    padding-left: 10px;
  }
}

/* width */
.s-w-08 {
  width: 8% !important;
}

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

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

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

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

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

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

/* border */
.s-bb-02 {
  border-bottom: 2px solid #fff;
}

.s-bt-02 {
  border-top: 2px solid #fff;
}

.s-bt-00 {
  border-top: none !important;
}

.s-bb-00 {
  border-bottom: none !important;
}

.s-bb-th {
  border-bottom: 1px solid #dbdcdf !important;
}

/* line-height */
.s-lh-16 {
  line-height: 1.6 !important;
}

.s-lh-02 {
  line-height: 2 !important;
}

.s-vt-top {
  vertical-align: top !important;
}

.s-pt-radio [type="radio"] {
  margin-top: -3px !important;
}

/* ==========================================================
 rwd switch
========================================================== */
/* pc
---------------------------------------------------------- */
.only-sp,
.no-pc {
  display: none !important;
}

/* sp
---------------------------------------------------------- */
@media screen and (max-width: 768px), print {
  .only-pc,
  .no-sp,
  .only-tb {
    display: none !important;
  }
  .only-sp,
  .no-pc {
    display: block !important;
  }
  img.only-sp, img.no-pc {
    display: inline-block !important;
  }
}

.js-accordion-top-01 .box-table-accordion {
  display: none;
}

.js-accordion-top-01 .link-cmn-01 {
  cursor: pointer;
}

.js-accordion-top-01 .is-active i {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.news .article .box-category-detail img,
.profile_img img {
  width: auto;
  max-width: 100%;
  height: auto;
}

img.size-full {
  width: auto;
  max-width: 100%;
  height: auto;
}

.tag-cmn-01.bgcolor_ {
  background-color: #ccc;
}

.tag-cmn-01.bgcolor_visual-design {
  background-color: #007aaa;
}

.tag-cmn-01.bgcolor_eb-design {
  background-color: #a8bc43;
}

.tag-cmn-01.bgcolor_product-design {
  background-color: #4a9a98;
}

.tag-cmn-01.bgcolor_visual-representation {
  background-color: #e9d900;
}

.tag-cmn-01.bgcolor_manga-representation {
  background-color: #cb4829;
}

.tag-cmn-01.bgcolor_fashion-design {
  background-color: #d13c72;
}

.tag-cmn-01.bgcolor_art-craft {
  background-color: #d8b063;
}

.tag-cmn-01.bgcolor_gsad {
  background-color: #906499;
}

.tag-cmn-01.bgcolor_kobe-du {
  background-color: #2c4198;
}

table.single_faculty_member th,
table.single_faculty_member td {
  padding-bottom: 1em;
  vertical-align: top;
}

.area-profile-faculty-member th {
  width: 6em;
}

.area-profile-faculty-member td {
  border-left: 1px solid #ccc;
  padding-left: 0.5em;
}

.list-important {
  margin-bottom: 20px;
}

.list-important .item-important {
  margin-top: 6px;
  background-color: #eee;
  padding: 10px 14px;
}

.list-important .item-important .ttl {
  margin-bottom: 6px;
}

.list-important .item-important .txt {
  font-size: 90%;
}

body.policy.about h1.ttl-cmn-01 {
  border: 0;
  padding: 0;
  font-size: 28px;
  font-weight: normal;
  margin-top: 60px;
  margin-bottom: 25px;
}

@media screen and (max-width: 768px), print {
  body.policy.about h1.ttl-cmn-01 {
    margin-top: 40px;
    margin-bottom: 22px;
    font-size: 14px;
  }
}

.notfound-search form {
  width: 100%;
  position: relative;
  height: 40px;
}

.notfound-search form input[type="text"] {
  position: relative;
  z-index: 0;
  padding: 0 60px 0 10px;
  height: 100%;
}

.notfound-search form button[type="submit"] {
  width: 60px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.arts_design .table-notice-01 ul, .arts_design .table-notice-01 li {
  padding-left: 0;
  text-indent: 0;
  list-style: none;
}

.arts_design .table-notice-01 .tag-cmn-01 {
  margin-bottom: 4px;
  margin-right: 4px;
  padding-left: 4px;
  padding-right: 4px;
}

.arts_design .table-notice-01 .inner {
  display: block;
}

.arts_design .table-notice-01 .inner a {
  display: block;
}

ul.sitemap, ul.sitemap li {
  padding-left: 0;
  text-indent: 0;
  list-style: none;
}

ul.sitemap a {
  display: block;
}

ul.sitemap > li {
  margin-bottom: 10px;
}

ul.sitemap > li > a {
  padding: 6px 10px;
  background-color: #eee;
}

ul.sitemap .children {
  padding: 8px;
}

@media screen and (min-width: 769px), print {
  ul.sitemap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
  }
  ul.sitemap > li {
    width: 33.33334%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-left: 8px;
    padding-right: 8px;
  }
  ul.sitemap > li:first-child {
    width: 100%;
  }
}

.list-notes .item-notes {
  margin-bottom: 8px;
}

.list-notes .item-notes dt {
  padding: 8px 10px;
  background-color: #eee;
}

.list-notes .item-notes dd {
  padding: 8px;
}

.list-notes .item-notes li {
  word-break: break-all;
}

.bypostauthor {
  font-size: 100%;
  background-color: #eee;
  color: #231815;
}

.box-colmns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.box-colmns .box-side {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.box-colmns .box-side .list-categories {
  display: none;
}

.box-colmns .box-main {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.box-colmns .selector__categories {
  width: 100%;
}

@media screen and (min-width: 769px), print {
  .box-colmns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-left: -20px;
    margin-right: -20px;
  }
  .box-colmns .selector__categories {
    display: none;
  }
  .box-colmns .box-side {
    padding-left: 20px;
    padding-right: 20px;
    width: 30%;
  }
  .box-colmns .box-side > *:first-child {
    margin-top: 0;
  }
  .box-colmns .box-side .list-categories, .box-colmns .box-side .list-categories li {
    display: block;
    padding-left: 0;
    text-indent: 0;
    list-style: none;
  }
  .box-colmns .box-side .list-categories .cat-item {
    position: relative;
  }
  .box-colmns .box-side .list-categories .cat-item > a {
    position: relative;
    display: block;
    padding: 7px 38px 7px 10px;
    font-size: 13px;
    color: #fff;
    margin-bottom: 3px;
    line-height: 1.5;
  }
  .box-colmns .box-side .list-categories > .cat-item > a {
    background-color: #4C4948;
  }
  .box-colmns .box-side .list-categories .children > .cat-item > a {
    background-color: #727171;
  }
  .box-colmns .box-side .list-categories .children > .cat-item .children .cat-item > a {
    background-color: #9FA0A0;
  }
  .box-colmns .box-side .list-categories .cat-item.current-cat > a {
    background-color: #181878 !important;
  }
  .box-colmns .box-side .list-categories .cat-item > a::after {
    content: '';
  }
  .box-colmns .box-side .list-categories .cat-item > a::after, .box-colmns .box-side .list-categories .btn-toggle {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 36px;
    height: 36px;
    background: url(../img/ico_link_box_01.png) center no-repeat;
    background-size: 18px 18px;
    cursor: pointer;
  }
  .box-colmns .box-side .list-categories .cat-item.has-children > a::after {
    display: none;
  }
  .box-colmns .box-side .list-categories .cat-item.has-children > .btn-toggle {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .box-colmns .box-side .list-categories .cat-item.is-open > .btn-toggle {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .box-colmns .box-main {
    padding-left: 20px;
    padding-right: 20px;
    width: 70%;
  }
  .box-colmns .box-main > *:first-child {
    margin-top: 0;
  }
}

.box-category-detail dl dt {
  font-weight: bold;
  margin-bottom: .6em;
}

.box-category-detail dl dd {
  padding-left: 1em;
  margin-bottom: 1em;
}

.box-category-detail dl dd::after {
  content: '';
  display: table;
  clear: both;
}

.box-category-detail dl dt:last-child,
.box-category-detail dl dd:last-child {
  margin-bottom: 0;
}

.partslist .grid-cmn-01 .row {
  margin-left: -6px;
  margin-right: -6px;
}

.partslist .grid-cmn-01 .row .col {
  padding-left: 6px;
  padding-right: 6px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.partslist .class-name {
  padding: 4px 10px;
  display: block;
  background-color: #231815;
  color: #fff;
  font-size: 12px;
  margin-bottom: 8px;
  letter-spacing: 1px;
}

.partslist .class-name a {
  color: #fff;
}

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