@charset "UTF-8";
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css?family=Quicksand:400,700");
@import url("https://fonts.googleapis.com/css?family=Quicksand:400,700");
@import url("https://fonts.googleapis.com/css?family=Quicksand:400,700");
@import url("https://fonts.googleapis.com/css?family=Quicksand:400,700");
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.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: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
  vertical-align: top;
}

figure {
  margin: 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

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 {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue;
}

a:visited {
  color: purple;
}

a:hover, a:focus, a:active {
  color: midnightblue;
}

a:focus {
  outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  float: left;
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}
.site-main .comment-navigation, .site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 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;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}

.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

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

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.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 {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  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;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

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

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/* ===============================\
color
=============================== */
/* ===============================\
mixin
=============================== */
.img-responsive {
  width: 100%;
  height: auto;
}

/* ===============================\
color
=============================== */
/* ===============================\
mixin
=============================== */
.img-responsive {
  width: 100%;
  height: auto;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1040px;
}

* {
  box-sizing: border-box;
}

*:after,
*:before {
  box-sizing: border-box;
}

.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.row:after,
.row:before {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

.cf:after,
.cf:before {
  content: " ";
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row::after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9 {
  float: left;
}

.col-12 {
  width: 100%;
}

.col-11 {
  width: 91.66666667%;
}

.col-10 {
  width: 83.33333333%;
}

.col-9 {
  width: 75%;
}

.col-8 {
  width: 66.66666667%;
}

.col-7 {
  width: 58.33333333%;
}

.col-6 {
  width: 50%;
}

.col-5 {
  width: 41.66666667%;
}

.col-4 {
  width: 33.33333333%;
}

.col-3 {
  width: 25%;
}

.col-2 {
  width: 16.66666667%;
}

.col-1 {
  width: 8.33333333%;
}

/* ===============================\
color
=============================== */
/* ===============================\
mixin
=============================== */
.img-responsive {
  width: 100%;
  height: auto;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", MS PGothic, sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  word-break: break-all;
  color: #000;
  font-size: 1.6rem;
}

a,
a:visited {
  transition: 0.3s ease-in-out;
  color: #000;
  text-decoration: none;
}
a:hover,
a:visited:hover {
  opacity: 0.7;
  color: #000;
}

p {
  font-size: 1.4rem;
}

ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

@media (max-width: 750px) {
  .site {
    padding-top: 80px;
  }
}

#content {
  position: relative;
}

.site-header {
  background: #fff;
}
@media (max-width: 750px) {
  .site-header {
    padding-left: 0;
    padding-right: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    height: 83px;
    width: 100%;
  }
}

.site-branding {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 3rem;
  position: relative;
  min-width: 1010px;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 750px) {
  .site-branding {
    padding: 0;
    padding-left: 15px;
    min-width: 100%;
    width: 100%;
    align-items: center;
  }
}
.site-branding h1 {
  margin: 0;
  width: 490px;
  transform: translateY(20px);
}
@media (max-width: 750px) {
  .site-branding h1 {
    width: 220px;
    transform: translateY(0);
  }
}
@media (max-width: 340px) {
  .site-branding h1 {
    width: 173px;
  }
}
.site-branding h1 a {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 12%;
  overflow: hidden;
  background-size: 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
  background-image: url(../img/common/logo_long.png);
  width: 100%;
}
@media (max-width: 750px) {
  .site-branding h1 a {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 12%;
    overflow: hidden;
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    font-size: 0;
    width: 220px;
    background-image: url(../img/common/logo_long_sp.png);
  }
}
@media (max-width: 340px) {
  .site-branding h1 a {
    width: 163px;
  }
}

.site-branding__line {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.3rem;
  font-weight: bold;
  background-image: url(../img/common/dot_gray_header.png);
  padding: 0;
  margin: 0;
  line-height: 36px;
  width: 100%;
}
@media (max-width: 750px) {
  .site-branding__line {
    position: static;
    font-size: 1.23rem;
    line-height: 18px;
  }
}
.site-branding__line span {
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
@media (max-width: 750px) {
  .site-branding__line span {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.site-branding__sub {
  display: flex;
  flex-direction: column;
}
@media (max-width: 750px) {
  .site-branding__sub {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
  }
}

.site-branding__link {
  text-align: right;
  margin-top: 1rem;
}
@media (max-width: 750px) {
  .site-branding__link {
    display: none;
  }
}
.site-branding__link a {
  margin-left: 1em;
}
.site-branding__link a::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.5px 0 5.5px 9.5px;
  border-color: transparent transparent transparent #000;
  display: inline-block;
  margin-right: 0.25em;
}
.site-branding__link a span {
  font-size: 1.4rem;
}

.site-branding__contact {
  margin-top: -2rem;
}
@media (max-width: 750px) {
  .site-branding__contact {
    margin-top: 0;
    display: flex;
    justify-content: right;
    align-items: center;
    position: static;
  }
}
.site-branding__contact a {
  background: url(../img/common/dot_blue.gif);
  display: block;
  padding: 1em 2em;
}
.site-branding__contact a span {
  display: block;
  width: 260px;
  height: 0;
  padding-top: 32px;
  overflow: hidden;
  background-size: 260px 32px;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
  background-image: url(../img/common/btn_contact.svg);
}
@media (max-width: 750px) {
  .site-branding__contact a {
    display: block;
    width: 65px;
    height: 0;
    padding-top: 65px;
    overflow: hidden;
    background-size: 65px 65px;
    background-position: 0 0;
    background-repeat: no-repeat;
    font-size: 0;
    background-repeat: repeat;
    position: relative;
  }
  .site-branding__contact a span {
    display: block;
    width: 46px;
    height: 0;
    padding-top: 46px;
    overflow: hidden;
    background-size: 46px 46px;
    background-position: 0 0;
    background-repeat: no-repeat;
    font-size: 0;
    background-image: url(../img/common/btn_contact_sp.svg);
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -23px;
    margin-top: -23px;
  }
}

.main-navigation {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 750px) {
  .main-navigation {
    background: rgba(255, 255, 255, 0.95);
    border: none;
    width: 100vw;
    height: 100vh;
    padding-top: 1rem;
  }
}
.main-navigation ul {
  width: 1010px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 750px) {
  .main-navigation ul {
    width: 100%;
  }
}
@media (max-width: 750px) {
  .main-navigation ul {
    flex-direction: column;
  }
}
.main-navigation ul li a {
  display: block;
  padding: 1.6em 0;
  position: relative;
}
.main-navigation ul li a::after {
  transition: 0.2s ease;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0;
  width: 100%;
  background: #00b5ff;
}
.main-navigation ul li a:hover::after {
  height: 7px;
}
@media (max-width: 750px) {
  .main-navigation ul li a {
    padding: 1.5rem 15px;
  }
  .main-navigation ul li a span {
    margin-left: auto;
    margin-right: auto;
  }
}
.main-navigation ul li.menu-sitemap {
  display: none;
}
@media (max-width: 750px) {
  .main-navigation ul li.menu-sitemap {
    display: block;
    text-align: center;
  }
  .main-navigation ul li.menu-sitemap a {
    font-weight: bold;
  }
  .main-navigation ul li.menu-sitemap a span {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 750px) and (orientation: landscape) {
  .main-navigation ul {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .main-navigation ul li {
    width: 32%;
  }
}
.main-navigation .current a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  width: 100%;
  background: #00b5ff;
}

.site-footer-nav .menu-sitemap {
  display: none;
}

.menu-about a span {
  background-image: url(../img/common/menu_01.svg);
  display: block;
  width: 77px;
  height: 0;
  padding-top: 19px;
  overflow: hidden;
  background-size: 77px 19px;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
}

.menu-course a span {
  background-image: url(../img/common/menu_02.svg);
  display: block;
  width: 78px;
  height: 0;
  padding-top: 19px;
  overflow: hidden;
  background-size: 78px 19px;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
}

.menu-topics a span {
  background-image: url(../img/common/menu_03.svg);
  display: block;
  width: 80px;
  height: 0;
  padding-top: 19px;
  overflow: hidden;
  background-size: 80px 19px;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
}

.menu-joblisence a span {
  background-image: url(../img/common/menu_04.svg);
  display: block;
  width: 96px;
  height: 0;
  padding-top: 19px;
  overflow: hidden;
  background-size: 96px 19px;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
}

.menu-voice a span {
  background-image: url(../img/common/menu_05.svg);
  display: block;
  width: 148px;
  height: 0;
  padding-top: 19px;
  overflow: hidden;
  background-size: 148px 19px;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
}

.menu-staff a span {
  background-image: url(../img/common/menu_06.svg);
  display: block;
  width: 96px;
  height: 0;
  padding-top: 19px;
  overflow: hidden;
  background-size: 96px 19px;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
}

.menu-entry a span {
  background-image: url(../img/common/menu_07.svg);
  display: block;
  width: 166px;
  height: 0;
  padding-top: 19px;
  overflow: hidden;
  background-size: 166px 19px;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
}

.menu-systems a span {
  background-image: url(../img/common/menu_08.svg);
  display: block;
  width: 77px;
  height: 0;
  padding-top: 19px;
  overflow: hidden;
  background-size: 77px 19px;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
}

.site-footer {
  background: #ececec url(../img/common/dot_wh.gif);
}
@media (max-width: 750px) {
  .site-footer {
    padding: 0 0 15vw;
  }
}

.site-footer-nav {
  border-bottom: 2px solid #fff;
  margin-bottom: 4rem;
  padding: 2rem 0;
}
@media (max-width: 750px) {
  .site-footer-nav {
    margin-bottom: 2.5rem;
  }
}
.site-footer-nav ul {
  width: 1010px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 750px) {
  .site-footer-nav ul {
    width: 100%;
  }
}
.site-footer-nav ul li a {
  display: block;
  padding: 1em 0.25em;
}
@media (max-width: 750px) {
  .site-footer-nav ul {
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
    column-count: 2;
  }
  .site-footer-nav ul li {
    display: block;
  }
  .site-footer-nav ul li a {
    padding: 0.25em 0;
  }
  .site-footer-nav ul li a span {
    background: none;
    height: auto;
    width: auto;
    padding: 0;
    font-size: 1.6rem;
    font-weight: bold;
  }
}

.site-footer__row {
  width: 1010px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 10;
}
@media (max-width: 750px) {
  .site-footer__row {
    width: 100%;
  }
}
@media (max-width: 750px) {
  .site-footer__row {
    flex-direction: column;
  }
}
.site-footer__row .site-footer__main__info {
  order: 2;
  width: 39%;
}
@media (max-width: 750px) {
  .site-footer__row .site-footer__main__info {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.site-footer__row .site-footer__sub__info {
  order: 1;
  width: 49%;
}
@media (max-width: 750px) {
  .site-footer__row .site-footer__sub__info {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
}

.site-footer__sub__info__nav {
  margin-bottom: 3rem;
}
.site-footer__sub__info__nav ul {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 750px) {
  .site-footer__sub__info__nav ul {
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.site-footer__sub__info__nav ul li {
  margin-right: 1em;
}
.site-footer__sub__info__nav ul li a {
  font-size: 1.6rem;
}
.site-footer__sub__info__nav ul li a::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.5px 0 5.5px 9.5px;
  border-color: transparent transparent transparent #000;
  display: inline-block;
  margin-right: 0.25em;
}
@media (max-width: 750px) {
  .site-footer__sub__info__nav {
    margin-bottom: 1.5rem;
    order: 2;
  }
  .site-footer__sub__info__nav ul {
    display: flex;
    flex-direction: row;
  }
  .site-footer__sub__info__nav ul li a {
    font-size: 1.4rem;
  }
}

.site-footer__sub__info__contact-bnr ul {
  margin-bottom: 2rem;
}
.site-footer__sub__info__contact-bnr ul li + li {
  margin-top: 3rem;
}
@media (max-width: 750px) {
  .site-footer__sub__info__contact-bnr {
    padding-left: 15px;
    padding-right: 15px;
  }
  .site-footer__sub__info__contact-bnr ul li + li {
    margin-top: 1rem;
  }
}

.site-footer__copy {
  width: 1010px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 5;
  margin-top: 6rem;
  padding-bottom: 4rem;
}
@media (max-width: 750px) {
  .site-footer__copy {
    width: 100%;
  }
}
.site-footer__copy::after {
  position: absolute;
  right: 85px;
  bottom: 0;
  content: "";
  display: block;
  width: 270px;
  height: 0;
  padding-top: 214px;
  overflow: hidden;
  background-size: 270px 214px;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
  background-image: url(../img/common/parts_building.png);
  z-index: 10;
}
@media (max-width: 750px) {
  .site-footer__copy::after {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 32%;
    overflow: hidden;
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    font-size: 0;
    width: 50%;
    position: static;
    order: 1;
    margin-left: auto;
    margin-right: auto;
  }
}
.site-footer__copy p {
  margin: 0;
}
@media (max-width: 750px) {
  .site-footer__copy {
    display: flex;
    flex-direction: column;
    padding-bottom: 0;
    margin-top: 0;
  }
  .site-footer__copy p {
    order: 2;
    background-color: #e5e5e5;
    font-size: 1.3rem;
    padding: 10px;
    text-align: center;
  }
}
@media (max-width: 375px) {
  .site-footer__copy {
    margin-top: -2rem;
  }
}

.site-footer__info address {
  font-weight: bold;
  font-style: normal;
  margin: 0;
}
@media (max-width: 750px) {
  .site-footer__info h2 {
    margin-bottom: 0;
  }
}
.site-footer__info h2 a {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 13.57%;
  overflow: hidden;
  background-size: 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
  background-image: url(../img/common/logo_footer.png);
}
@media (max-width: 750px) {
  .site-footer__info h2 a {
    padding-top: 10%;
    width: 80%;
    margin-bottom: 1rem;
  }
}

.site-footer__info__map-link a {
  font-weight: normal;
  text-decoration: underline;
}

.site-footer__info__ohters-link {
  display: flex;
  flex-direction: column;
}
.site-footer__info__ohters-link h3 {
  padding: 0;
  margin: 0;
  font-size: 1.6rem;
  padding: 10px 5px 0;
}
.site-footer__info__ohters-link ul {
  padding: 10px 5px;
  display: flex;
  flex-wrap: wrap;
}
.site-footer__info__ohters-link ul li {
  margin-right: 1em;
}
.site-footer__info__ohters-link ul li a {
  font-weight: bold;
  font-size: 1.4rem;
}
@media (max-width: 750px) {
  .site-footer__info__ohters-link ul li a {
    font-size: 1.2rem;
  }
}
.site-footer__info__ohters-link ul li a::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.5px 0 5.5px 9.5px;
  border-color: transparent transparent transparent #000;
  display: inline-block;
  margin-right: 0.25em;
}

.common-bnr-area {
  border-top: 2px solid #000;
  padding-top: 7.5rem;
  margin-bottom: 3.5rem;
}
@media (max-width: 750px) {
  .common-bnr-area {
    padding-top: 3rem;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 2rem;
  }
}

.common-bnr-area__row {
  width: 1010px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 750px) {
  .common-bnr-area__row {
    width: 100%;
  }
}
.common-bnr-area__row ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.common-bnr-area__row ul li {
  width: 49%;
  margin-bottom: 5%;
}
@media (max-width: 750px) {
  .common-bnr-area__row ul li {
    margin-bottom: 4%;
  }
}
.common-bnr-area__row ul li a {
  text-align: center;
  display: block;
}

.common-bnr-area__sns a {
  padding: 2rem;
  border-radius: 1rem;
  color: #fff;
}
@media (max-width: 750px) {
  .common-bnr-area__sns a {
    padding: 0.5em;
  }
}

.common-bnr-area__facebook a span,
.common-bnr-area__twitter a span {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 7.5%;
  overflow: hidden;
  background-size: 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
  margin: 0 auto;
  width: 160px;
}
@media (max-width: 750px) {
  .common-bnr-area__facebook a span,
  .common-bnr-area__twitter a span {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 11%;
    overflow: hidden;
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    font-size: 0;
    width: 60%;
  }
}

.common-bnr-area__facebook a {
  background: #3d5a96;
}
.common-bnr-area__facebook a span {
  background-image: url(../img/common/bnr_facebook.png);
}

.common-bnr-area__twitter a {
  background: #59adec;
}
.common-bnr-area__twitter a span {
  background-image: url(../img/common/bnr_twitter.png);
}

.pc-only {
  display: block;
}
@media (max-width: 750px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media (max-width: 750px) {
  .sp-only {
    display: block;
  }
}

.btn-section-title-right a {
  display: block;
  width: 140px;
  height: 0;
  padding-top: 40px;
  overflow: hidden;
  background-size: 140px 40px;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
  background-image: url(../img/common/btn_view_all.svg);
  margin-left: auto;
  transition: 0.4s;
}
.btn-section-title-right a:hover {
  background-image: url(../img/common/btn_view_all_on.svg);
  opacity: 1;
}
@media (max-width: 750px) {
  .btn-section-title-right a {
    display: block;
    width: 100px;
    height: 0;
    padding-top: 29px;
    overflow: hidden;
    background-size: 100px 29px;
    background-position: 0 0;
    background-repeat: no-repeat;
    font-size: 0;
  }
}

.btn-section-title-center a {
  display: block;
  width: 140px;
  height: 0;
  padding-top: 40px;
  overflow: hidden;
  background-size: 140px 40px;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
  background-image: url(../img/common/btn_view_all.svg);
  margin-left: auto;
  margin-right: auto;
  transition: 0.4s;
}
.btn-section-title-center a:hover {
  background-image: url(../img/common/btn_view_all_on.svg);
  opacity: 1;
}
@media (max-width: 750px) {
  .btn-section-title-center a {
    display: block;
    width: 100px;
    height: 0;
    padding-top: 29px;
    overflow: hidden;
    background-size: 100px 29px;
    background-position: 0 0;
    background-repeat: no-repeat;
    font-size: 0;
  }
}

.en {
  font-family: "Quicksand", sans-serif;
}

.sp {
  display: none;
}
@media (max-width: 750px) {
  .sp {
    display: block;
  }
}

.pc {
  display: block;
}
@media (max-width: 750px) {
  .pc {
    display: none;
  }
}

.parallax-dot-wrap {
  position: relative;
}

#parallax-dot {
  overflow-x: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

.parallax-dot__layer {
  background: url(../img/home/bg_para_dot.svg);
  background-size: 580px;
  width: 150vw;
  height: 150vh;
}

.table-wrap table {
  border-spacing: 0;
  border-top: 1px solid #8c8c8c;
  border-left: 1px solid #8c8c8c;
  margin: 0 0 0.5em;
}
.table-wrap table th,
.table-wrap table td {
  text-align: center;
  border-bottom: 1px solid #8c8c8c;
  border-right: 1px solid #8c8c8c;
}
@media (max-width: 750px) {
  .table-wrap table th,
  .table-wrap table td {
    padding: 0.5em 0 !important;
  }
}
.table-wrap table td {
  padding: 15px;
}
.table-wrap thead th {
  width: 130px;
  background: #ececec;
  padding: 15px 0;
}
.table-wrap tbody th {
  background: url("../img/common/dot_grey.gif") 0 0 repeat;
  background-size: 4px auto;
}

.flag-title {
  background: #00b5ff url(../img/common/dot_wh_trans.png);
  background-size: 4px 7px;
  color: #fff;
  font-weight: bold;
  font-size: 3.2rem;
  padding: 16px 30px;
  margin: 0 0 55px;
  position: relative;
}
.flag-title::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 20px 40px 0;
  border-color: transparent #fff transparent transparent;
}
@media (max-width: 750px) {
  .flag-title {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .flag-title::before {
    display: none;
  }
}

.topics-bnr ul {
  max-width: 1010px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
}
.topics-bnr ul li {
  width: 494px;
}
.topics-bnr ul li a {
  display: block;
}

.cat-title-wrap {
  margin-bottom: 3rem;
}

.course-time-table-wrap h4 {
  font-size: 2.2rem;
  border: 2px solid #ff0000;
  text-align: center;
  color: #ff0000;
  padding: 1em;
}
.course-time-table-wrap strong {
  font-weight: bold;
  font-size: 1.7rem;
}

.section-instagram {
  background: #ececec url(../img/common/dot_wh.gif);
  padding: 2rem;
  margin-bottom: 10%;
  border-radius: 10px;
}
@media (max-width: 750px) {
  .section-instagram {
    padding: 1rem;
  }
}

.instagram-feed {
  display: flex;
  justify-content: space-between;
}

.instagram-feed__each {
  width: 24%;
}
.instagram-feed__each a {
  display: block;
}
.instagram-feed__each a figure {
  height: 0;
  padding-top: 100%;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

.instagram-feed-title {
  margin-bottom: 2rem;
}
@media (max-width: 750px) {
  .instagram-feed-title {
    margin-bottom: 1rem;
  }
  .instagram-feed-title .btn-section-title-right {
    display: none;
  }
}
.instagram-feed-title h3 {
  margin: 0;
  display: flex;
  justify-content: center;
}

.instagram-feed-title__main {
  font-size: 2.4rem;
  display: flex;
  align-items: center;
}
@media (max-width: 750px) {
  .instagram-feed-title__main {
    font-size: 1.4rem;
  }
}

.instagram-feed-title__icon {
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 1rem;
  background: url(../img/common/instagram-brands.svg) no-repeat center center;
  display: inline-block;
  background-size: 100%;
}
@media (max-width: 750px) {
  .instagram-feed-title__icon {
    width: 1.8rem;
    height: 1.8rem;
  }
}

@media (max-width: 750px) {
  .sp-only {
    display: block;
  }
}

/* ===============================\
color
=============================== */
/* ===============================\
mixin
=============================== */
.img-responsive {
  width: 100%;
  height: auto;
}

.hide {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 750px) {
  .hide {
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
  }
}

.animation {
  transition-property: opacity, visibility;
  transition-duration: 0.3s;
  transition-timing-function: ease-in;
}

.no-scroll {
  overflow: hidden;
}

button#toggle {
  display: none;
}
@media (max-width: 750px) {
  button#toggle {
    border: none;
    width: 65px;
    height: 65px !important;
    margin-left: auto;
    display: block;
    border-radius: 0;
    background-color: #ffff00;
  }
}

.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(8px) scale(0);
}

.menu-trigger.active span:nth-of-type(2) {
  transform: rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2)::after {
  transform: rotate(90deg);
}

.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-8px) scale(0);
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.menu-trigger {
  position: relative;
  width: 28px;
  height: 19px;
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #000;
  border-radius: 4px;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 8px;
}

.menu-trigger span:nth-of-type(2)::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 3px;
  background-color: #000;
  border-radius: 4px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(8px) scale(0);
}

.menu-trigger.active span:nth-of-type(2) {
  transform: rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2)::after {
  transform: rotate(90deg);
}

.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-8px) scale(0);
}

.home-jumbotron {
  margin-bottom: 12rem;
}
@media (max-width: 750px) {
  .home-jumbotron {
    margin-bottom: 5rem;
  }
}

.home-jumbotron__slider {
  max-width: 1400px;
  height: 46.4%;
  margin-left: auto;
  margin-right: auto;
}
.home-jumbotron__slider a:hover {
  opacity: 1;
}
@media (max-width: 750px) {
  .home-jumbotron__slider {
    height: 100vw;
    width: 100%;
  }
}

.home-jumbotron__nav {
  max-width: 1030px;
  margin-left: auto;
  margin-right: auto;
}
.home-jumbotron__nav ul {
  margin-top: -3rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 750px) {
  .home-jumbotron__nav ul {
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    justify-content: space-between;
  }
}
.home-jumbotron__nav ul li {
  padding-left: 10px;
  padding-right: 10px;
  width: 50%;
}
@media (max-width: 750px) {
  .home-jumbotron__nav ul li {
    padding: 0;
    width: 49%;
  }
}
.home-jumbotron__nav ul li a {
  position: relative;
  display: block;
}
.home-jumbotron__nav ul li a::before {
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  box-shadow: 0 0 0 0 #d7b442 inset;
  transition: 0.4s;
}
.home-jumbotron__nav ul li a:hover {
  opacity: 1;
}
.home-jumbotron__nav ul li a:hover::before {
  box-shadow: 0 0 0 9px #d7b442 inset;
}
.home-jumbotron__nav ul li.home-jumbotron__nav__ib {
  width: 100%;
  margin-top: 20px;
}
@media (max-width: 750px) {
  .home-jumbotron__nav ul li.home-jumbotron__nav__ib {
    margin-top: 10px;
  }
}
.home-jumbotron__nav ul li.home-jumbotron__nav__ib a:hover::before {
  box-shadow: 0 0 0 9px #ff8d00 inset;
}
.home-jumbotron__nav ul li.home-jumbotron__nav__sokuhou a:hover::before {
  box-shadow: 0 0 0 9px #fa6b6b inset;
}
.home-jumbotron__nav ul li.home-jumbotron__nav__campus a:hover::before,
.home-jumbotron__nav ul li.home-jumbotron__nav__video a:hover::before {
  box-shadow: 0 0 0 9px #ffff00 inset;
}
.home-jumbotron__nav ul li.home-jumbotron__nav__no-hover a:hover:before {
  display: none;
}
.home-jumbotron__nav__video {
  width: 100% !important;
  margin-top: 20px;
}
.home-jumbotron__nav__no-hover {
  margin-top: 20px;
}
@media (max-width: 750px) {
  .home-jumbotron__nav__no-hover {
    width: 100% !important;
    margin-top: 10px !important;
  }
}

.home-joblist {
  width: 1010px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
}
@media (max-width: 750px) {
  .home-joblist {
    width: 100%;
  }
}

@media (max-width: 750px) {
  .home-joblist__header {
    margin-bottom: 2rem;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.home-joblist__header__title {
  display: block;
  width: 923px;
  height: 0;
  padding-top: 91.5px;
  overflow: hidden;
  background-size: 923px 91.5px;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
  background-image: url(../img/home/ttl_joblist.png);
  margin-bottom: 3rem;
}
@media (max-width: 750px) {
  .home-joblist__header__title {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 10%;
    overflow: hidden;
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    font-size: 0;
    background-image: url(../img/home/ttl_joblist.png);
  }
}

.home-joblist__body {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: -1rem;
}
@media (max-width: 750px) {
  .home-joblist__body {
    flex-direction: column;
  }
}

.home-joblist__each {
  width: 49%;
}
.home-joblist__each a {
  position: relative;
  display: block;
}
.home-joblist__each a figure {
  overflow: hidden;
  position: relative;
}
.home-joblist__each a figure::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 0 0 #ffff00 inset;
  z-index: 10;
  transition: 0.4s;
}
.home-joblist__each a figure img {
  transition: 1.5s;
}
.home-joblist__each a:hover {
  opacity: 1;
}
.home-joblist__each a:hover figure::before {
  box-shadow: 0 0 0 9px #ffff00 inset !important;
}
.home-joblist__each a:hover figure img {
  transform: scale(1.1);
  opacity: 0.7;
}
.home-joblist__each a.tag-red:hover figure::before {
  box-shadow: 0 0 0 9px #ff0000 inset !important;
}
.home-joblist__each a.tag-blue:hover figure::before {
  box-shadow: 0 0 0 9px #3857e3 inset !important;
}
.home-joblist__each a.tag-d-blue:hover figure::before {
  box-shadow: 0 0 0 9px #07047a inset !important;
}
.home-joblist__each a.tag-orange:hover figure::before {
  box-shadow: 0 0 0 9px #fa8c00 inset !important;
}
.home-joblist__each a.tag-green:hover figure::before {
  box-shadow: 0 0 0 9px #00c700 inset !important;
}
.home-joblist__each a.tag-pink:hover figure::before {
  box-shadow: 0 0 0 9px #ff80b3 inset !important;
}
.home-joblist__each:first-child {
  margin-top: 0 !important;
}
.home-joblist__each:nth-child(2) {
  margin-top: 12rem !important;
}
@media (max-width: 750px) {
  .home-joblist__each:nth-child(2) {
    margin-top: 2rem !important;
  }
}
.home-joblist__each:nth-child(even) {
  margin-top: 6rem;
}
@media (max-width: 750px) {
  .home-joblist__each:nth-child(even) {
    margin-top: 0;
  }
}
.home-joblist__each:nth-child(odd) {
  margin-top: -6rem;
}
@media (max-width: 750px) {
  .home-joblist__each {
    width: 100%;
  }
  .home-joblist__each + .home-joblist__each {
    margin-top: 2rem;
  }
}

.home-joblist__each__text {
  margin-top: -16%;
  position: relative;
  width: 86%;
  margin-left: auto;
  margin-right: auto;
  padding: 3.4rem 3rem 3rem;
  background-size: 100% !important;
  transition: 0.6s;
  z-index: 20;
}
.home-joblist__each__text h3 {
  text-align: center;
  z-index: 2;
  position: relative;
  font-size: 3rem;
  margin: 0;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
@media (max-width: 750px) {
  .home-joblist__each__text h3 {
    font-size: 2.4rem;
  }
}
.home-joblist__each__text ul {
  z-index: 2;
  position: relative;
}
.home-joblist__each__text ul li {
  display: inline-block;
  padding-left: 1em;
  background: url(../img/common/dot_circle.svg) no-repeat 0.5em 0.5em;
  background-size: 3px;
}
@media (max-width: 750px) {
  .home-joblist__each__text {
    margin-top: -15%;
  }
  .home-joblist__each__text h3 {
    margin-top: 0.25em;
    margin-bottom: 0.25em;
    padding: 0;
  }
  .home-joblist__each__text ul {
    text-align: center;
  }
  .home-joblist__each__text ul li {
    font-size: 1.2rem;
  }
}
.home-joblist__each__text.book-red {
  background: url(../img/home/bg_book_red.png) no-repeat center top;
}
.home-joblist__each__text.book-blue {
  background: url(../img/home/bg_book_blue.png) no-repeat center top;
}
.home-joblist__each__text.book-d-blue {
  background: url(../img/home/bg_book_d-blue.png) no-repeat center top;
}
.home-joblist__each__text.book-orange {
  background: url(../img/home/bg_book_orange.png) no-repeat center top;
}
.home-joblist__each__text.book-green {
  background: url(../img/home/bg_book_green.png) no-repeat center top;
}
.home-joblist__each__text.book-pink {
  background: url(../img/home/bg_book_pink.png) no-repeat center top;
}

.home-topics {
  background: url(../img/home/bg_blackboard.jpg) no-repeat center center;
  background-size: cover;
  color: #fff;
  padding-bottom: 5rem;
  margin-top: 200px;
  position: relative;
}
.home-topics a {
  color: #fff;
}
.home-topics::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 15px;
  width: 100%;
  display: block;
  background-color: #5b2700;
  z-index: 15;
  box-shadow: 0 -2px 5px #000;
}

.home-topics__top {
  position: absolute;
  width: 100%;
}

.home-topics__header {
  width: 1010px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5rem;
  position: relative;
}
@media (max-width: 750px) {
  .home-topics__header {
    width: 100%;
  }
}
@media (max-width: 750px) {
  .home-topics__header {
    width: 96%;
    padding-left: 2%;
    padding-right: 2%;
    margin-bottom: 2rem;
    margin-top: -9rem;
  }
  .home-topics__header .btn-section-title-right {
    display: none;
  }
}
.home-topics__header .btn-section-title-right {
  position: absolute;
  right: 0;
  bottom: 0;
}

.home-topics__header__title {
  text-align: center;
  width: 100%;
  margin-top: -3rem;
}
.home-topics__header__title h2 {
  margin: 0 auto;
  display: block;
  width: 455px;
  height: 123px;
  top: -123px;
  background-image: url(../img/home/bg_topics_head.png);
  position: relative;
}
@media (max-width: 750px) {
  .home-topics__header__title h2 {
    width: 300px;
    height: 80px;
    background-size: 100%;
    top: -80px;
  }
}
.home-topics__header__title h2 span {
  display: block;
  width: 282px;
  height: 0;
  padding-top: 93px;
  overflow: hidden;
  background-size: 282px 93px;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
  background-image: url(../img/home/ttl_topics.png);
  margin: 0 auto 2rem;
  position: relative;
  top: 95px;
}
@media (max-width: 750px) {
  .home-topics__header__title h2 span {
    display: block;
    width: 227px;
    height: 0;
    padding-top: 68px;
    overflow: hidden;
    background-size: 227px 68px;
    background-position: 0 0;
    background-repeat: no-repeat;
    font-size: 0;
    position: relative;
    top: 60px;
  }
}
.home-topics__header__title p {
  font-size: 1.6rem;
}

.home-topics__body {
  width: 1010px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
}
@media (max-width: 750px) {
  .home-topics__body {
    width: 100%;
  }
}
@media (max-width: 750px) {
  .home-topics__body {
    flex-direction: column;
  }
}

.home-topics__each {
  width: 25%;
  padding-left: 0.75%;
  padding-right: 0.75%;
}
.home-topics__each figure {
  width: 100%;
  padding-top: 100%;
  background-position: center;
  background-size: cover;
}
@media (max-width: 750px) {
  .home-topics__each {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 1em;
  }
}
.home-topics__each a {
  display: block;
}
@media (max-width: 750px) {
  .home-topics__each a {
    display: flex;
  }
  .home-topics__each a figure {
    height: 28vw;
    width: 30%;
    padding-top: 0;
  }
}
.home-topics__each a:hover {
  color: #fff;
}

@media (max-width: 750px) {
  .home-topics__each__text {
    width: 70%;
    padding-left: 1em;
    display: flex;
    flex-direction: column;
  }
}

.home-topics__each__text__cat {
  background: #fff;
  color: #000;
  display: block;
  font-weight: bold;
  padding: 0.5em;
  padding-left: 2em;
  position: relative;
}

.home-topics__each__text__cat__color {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 12px;
  height: 100%;
  display: inline-block;
  background-color: #f4f4f4;
}
.home-topics__each__text__cat__color.course_koumuin {
  background-color: #ff0000;
}
.home-topics__each__text__cat__color.course_info_system {
  background-color: #3857e3;
}
.home-topics__each__text__cat__color.course_business {
  background-color: #00c700;
}
.home-topics__each__text__cat__color.course_secretary {
  background-color: #ff80b3;
}

.topic-red::before {
  background-color: #ff0000;
}

.topic-blue::before {
  background-color: #3857e3;
}

.topic-orange::before {
  background-color: #fa8c00;
}

.topic-gray::before {
  background-color: #999;
}

.topic-green::before {
  background-color: #00c700;
}

.home-topics__each__text__date {
  font-weight: bold;
  font-size: 1.8rem;
}

.home-topics__each__text__title {
  padding: 2rem 1rem;
}
.home-topics__each__text__title h3 {
  font-size: 1.4rem;
  font-weight: normal;
}

.home-voice {
  padding-top: 10rem;
  padding-bottom: 9rem;
  margin-bottom: 10rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media (max-width: 750px) {
  .home-voice {
    padding-top: 5rem;
    padding-bottom: 4rem;
    margin-bottom: 5rem;
  }
}
.home-voice::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url(../img/home/bg_dot_trans.png);
}
.home-voice::after {
  content: "";
  position: absolute;
  left: -5px;
  top: -5px;
  right: -5px;
  bottom: -5px;
  width: 110%;
  height: 110%;
  z-index: -2;
  background: url(../img/home/bg_voice.jpg) no-repeat center center;
  background-size: cover;
  filter: blur(5px);
}

.home-voice__header {
  width: 1010px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5rem;
  position: relative;
}
@media (max-width: 750px) {
  .home-voice__header {
    width: 100%;
  }
}
@media (max-width: 750px) {
  .home-voice__header {
    margin-bottom: 2.5rem;
  }
}

.home-voice__header__title {
  text-align: center;
  font-weight: bold;
}
@media (max-width: 750px) {
  .home-voice__header__title {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.home-voice__header__title h2 {
  display: block;
  width: 543px;
  height: 0;
  padding-top: 61px;
  overflow: hidden;
  background-size: 543px 61px;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
  background-image: url(../img/home/ttl_voice.png);
  margin: 0 auto 3rem;
}
@media (max-width: 750px) {
  .home-voice__header__title h2 {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 8%;
    overflow: hidden;
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    font-size: 0;
    width: 72%;
    margin-bottom: 1.5rem;
  }
}

.home-voice__each__text {
  width: 56%;
  padding: 2em;
}
@media (max-width: 750px) {
  .home-voice__each__text {
    width: 100%;
    font-size: 1rem;
  }
}

.home-voice__each__text__cat {
  background-color: #ffff00;
  display: inline-block;
  font-weight: bold;
  padding: 0.25em 0.5em;
  margin-bottom: 0.5em;
  font-size: 1.6rem;
}

.home-voice__each__text__section {
  display: inline-block;
  margin-bottom: 0.5em;
  font-size: 1.4rem;
}
.home-voice__each__text__section .section {
  font-size: 1.2rem;
}

.home-voice__each__text__name {
  margin: 0;
}

.home-voice__each__course {
  font-size: 1.4rem;
}

.home-voice__body {
  width: 1010px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 750px) {
  .home-voice__body {
    width: 100%;
  }
}
@media (max-width: 750px) {
  .home-voice__body {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 3rem;
  }
}

.home-voice__each {
  width: 49%;
  display: flex;
  margin-bottom: 2%;
}
@media (max-width: 750px) {
  .home-voice__each {
    flex-direction: column;
    background-color: #e5e5e5;
  }
}
.home-voice__each a {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background-color: #e5e5e5;
}
@media (max-width: 750px) {
  .home-voice__each a {
    flex-direction: column;
  }
}
.home-voice__each figure {
  width: 54%;
}
@media (max-width: 750px) {
  .home-voice__each figure {
    width: 100%;
  }
}

.home-feataures {
  width: 1010px;
  margin-left: auto;
  margin-right: auto;
  border: 3px solid #999;
  padding: 5rem 5rem 7rem;
  position: relative;
  z-index: 1;
  background: #fff;
}
@media (max-width: 750px) {
  .home-feataures {
    width: 100%;
  }
}
.home-feataures::after {
  content: "";
  position: absolute;
  right: -4px;
  bottom: -5px;
  display: block;
  width: 105px;
  height: 0;
  padding-top: 107px;
  overflow: hidden;
  background-size: 105px 107px;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
  background-image: url(../img/home/bg_corner.png);
}
@media (max-width: 750px) {
  .home-feataures {
    width: 94%;
    padding: 3rem 1rem 3rem;
    margin-left: 3%;
    margin-right: 3%;
    border: 2px solid #999;
  }
  .home-feataures::after {
    right: -2px;
    bottom: -3px;
    display: block;
    width: 52px;
    height: 0;
    padding-top: 53px;
    overflow: hidden;
    background-size: 52px 53px;
    background-position: 0 0;
    background-repeat: no-repeat;
    font-size: 0;
  }
}

.home-features__header {
  position: relative;
  overflow: hidden;
  margin-bottom: 4rem;
}
.home-features__header .btn-section-title-right {
  position: absolute;
  right: 0;
  bottom: 0;
}

.home-features__header__title {
  text-align: center;
}
.home-features__header__title h2 {
  display: block;
  width: 450px;
  height: 0;
  padding-top: 107px;
  overflow: hidden;
  background-size: 450px 107px;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
  background-image: url(../img/home/ttl_features.png);
  margin: 0 auto 2rem;
}
@media (max-width: 750px) {
  .home-features__header__title h2 {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 19%;
    overflow: hidden;
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    font-size: 0;
    width: 80%;
  }
}
.home-features__header__title p {
  font-size: 1.7rem;
  font-weight: bold;
  margin: 0;
}

.home-features__body .point-01 h3 {
  background-image: url(../img/home/ttl_features_1.png);
}
.home-features__body .point-02 h3 {
  background-image: url(../img/home/ttl_features_2.png);
}
.home-features__body .point-03 h3 {
  background-image: url(../img/home/ttl_features_3.png);
}

.home-features__each {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  padding: 5.5rem 0;
}
@media (max-width: 750px) {
  .home-features__each {
    padding: 3rem 0;
  }
}
.home-features__each:last-child {
  padding-bottom: 0;
}
.home-features__each::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 8px;
  display: block;
  background: url(../img/common/dot_blue_wh.gif);
}
.home-features__each h3 {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 5.5%;
  overflow: hidden;
  background-size: 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
  max-width: 460px;
  margin: 0 auto 3.5rem;
}
@media (max-width: 750px) {
  .home-features__each h3 {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 15%;
    overflow: hidden;
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    font-size: 0;
    margin-bottom: 0;
    width: 96%;
  }
}
.home-features__each p {
  margin: 0 auto;
  font-size: 1.8rem;
  padding: 0 13%;
}
@media (max-width: 750px) {
  .home-features__each p {
    padding: 0 2%;
  }
}

.home-academic-results {
  width: 1010px;
  margin-left: auto;
  margin-right: auto;
  margin: 12rem auto 9rem;
}
@media (max-width: 750px) {
  .home-academic-results {
    width: 100%;
  }
}
.home-academic-results a {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 12.5%;
  overflow: hidden;
  background-size: 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
  background-image: url(../img/home/bnr_results.png);
  background-color: #fff;
}
@media (max-width: 750px) {
  .home-academic-results {
    padding-left: 15px;
    padding-right: 15px;
    margin: 2rem auto;
  }
  .home-academic-results a {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 27%;
    overflow: hidden;
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    font-size: 0;
    background-image: url(../img/home/bnr_results_sp.png);
  }
}

.home-more-detail {
  width: 1010px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 7.5rem;
}
@media (max-width: 750px) {
  .home-more-detail {
    width: 100%;
  }
}
@media (max-width: 750px) {
  .home-more-detail {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 3rem;
  }
}

.home-more-detail__header {
  margin-bottom: 1rem;
}

.home-more-detail__header__title {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 15%;
  overflow: hidden;
  background-size: 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
  background-image: url(../img/home/ttl_more_detail.png);
}
@media (max-width: 750px) {
  .home-more-detail__header__title {
    background-image: url(../img/home/ttl_more_detail_sp.png);
    padding-top: 34%;
  }
}

.home-more-detail__body ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.home-more-detail__body ul li {
  width: 49%;
  margin-bottom: 2rem;
}
.home-more-detail__body ul li a {
  background-color: #fff;
  display: block;
}

.main-navigation li.current a::after {
  height: 7px;
}

@media (max-width: 750px) {
  .main-navigation li.current a::after {
    content: none;
  }
}
.department-content .home-voice__header__title {
  margin-bottom: -40px;
}

.department-headline {
  text-align: center;
  padding: 440px 0 0;
  margin: 0;
}

.department-headline span {
  display: block;
  width: 492px;
  height: 0;
  padding-top: 177px;
  overflow: hidden;
  background-size: 492px 177px;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
  margin: 0 auto;
  background-size: 100%;
}

.department-course {
  width: 1000px;
  margin: 0 auto;
  padding: 0 0 65px;
}

.department-course__koumuin-result {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  margin: 60px auto 0;
  padding: 15px;
  text-align: center;
  font-weight: bold;
  font-size: 2.3rem;
  color: #000;
  background-color: #ffff00;
  border-radius: 30px;
  border: none;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
@media (max-width: 750px) {
  .department-course__koumuin-result {
    font-size: 1.8rem;
    margin: 30px auto;
  }
}
.department-course__koumuin-result:hover {
  opacity: 0.7;
}
.department-course__koumuin-result::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 0.5em;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(-45deg);
  transition: 0.2s ease-in-out;
}

.department-course h3 {
  font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 3.4rem;
  line-height: 1.7;
  text-align: center;
  margin: 70px 0;
  font-weight: normal;
}

.department-course ul {
  overflow: hidden;
}

.department-course ul li {
  float: left;
  width: 300px;
}

.department-course ul li + li {
  margin-left: 50px;
}

.department-course ul li .ttl {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.8;
  margin: 25px 0 10px;
}

.department-course ul li p {
  line-height: 2;
  margin: 0;
}

.department-select__wrap {
  position: relative;
  background: url("../img/department/dot_bk.png") 0 0 repeat;
  background-size: 4px auto;
  border-bottom: 10px solid #ff0000;
  padding: 120px 0 0;
}

.department-select__wrap::before {
  position: absolute;
  top: 0;
  left: 50%;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 74px 157px 0 157px;
  border-color: #ffffff transparent transparent transparent;
  margin-left: -157px;
}

.department-select__wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  box-shadow: 0 -8px 10px -3px rgba(0, 0, 0, 0.4) inset;
}

.department-select {
  position: relative;
  width: 1010px;
  margin: 0 auto;
  z-index: 1;
}

.department-select li {
  float: left;
  width: 476px;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 100px solid #4c4948;
  cursor: pointer;
}

.edge .department-select li,
.ie .department-select li {
  margin-bottom: -1px;
}

.department-select li + li {
  float: right;
}

.department-select .select {
  border-bottom: 100px solid #ff0000;
}

.department-select li span {
  display: block;
  text-align: center;
  font-size: 2.9rem;
  color: #fff;
  font-weight: bold;
  padding: 28px 0 0;
}

.ie .department-select li span {
  padding: 35px 0 0;
}

.department-overview .block {
  padding: 75px 0 0;
}

.page-system_e-sports .e-sports-image {
  height: 540px;
  width: 100%;
  background: url(../img/department/bg_esports_1.jpg) no-repeat center center;
  background-size: cover;
  display: block;
  box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.5) inset;
}
@media (max-width: 750px) {
  .page-system_e-sports .e-sports-image {
    height: 60vw;
  }
}
.page-system_e-sports .block {
  border-top: 10px solid #07047a;
  position: relative;
  background: url(../img/department/bg_esports_3.jpg) no-repeat center center;
  background-size: cover;
}
.page-system_e-sports .block::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to top right, #3f00ff, #ff7c00);
  opacity: 0.7;
  z-index: 1;
}
.page-system_e-sports .intro {
  position: relative;
  z-index: 999;
}
.page-system_e-sports .intro .headline,
.page-system_e-sports .intro ul li {
  color: #fff;
}
.page-system_e-sports .intro ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
@media (max-width: 750px) {
  .page-system_e-sports .intro ul {
    flex-direction: column;
    margin-top: 10px;
  }
}
.page-system_e-sports .intro ul li {
  width: 50%;
  background: url(../img/department/icon_star_wh.png) 5px 9px no-repeat !important;
  background-size: 22px auto !important;
}
@media (max-width: 750px) {
  .page-system_e-sports .intro ul li {
    width: 100%;
  }
}
.page-system_e-sports .session-wrap {
  background: url(../img/department/bg_esports_2.jpg) no-repeat center center;
  background-size: cover;
  margin-top: 10px;
  position: relative;
}
.page-system_e-sports .session-wrap::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to top right, #3f00ff, #ff7c00);
  opacity: 0.7;
  z-index: 1;
}
.page-system_e-sports .session-wrap .session {
  position: relative;
  z-index: 99;
  margin-bottom: 100px;
}
.page-system_e-sports .pickup li,
.page-system_e-sports .list li,
.page-system_e-sports .department-overview h5 {
  color: #fff;
}
.page-system_e-sports .department-overview h5 {
  border-color: #fff;
}
.page-system_e-sports .department-overview .list li {
  background: url(../img/department/icon_point_wh.png) 3px 13px no-repeat;
  background-size: 11px auto;
}
.page-system_e-sports .department-ribbon {
  background: none;
  background-image: url(../img/department/bg_title_esports.png);
}
.page-system_e-sports .department-ribbon:before, .page-system_e-sports .department-ribbon:after {
  display: none;
}

.department-overview .intro {
  width: 1010px;
  margin: 0 auto;
  padding: 0 0 120px;
}

.department-overview .intro .headline {
  text-align: center;
  font-size: 2.8rem;
  line-height: 2;
  font-weight: bold;
  margin: 0 0 50px;
}

.department-overview .intro div {
  position: relative;
  width: 465px;
  margin-left: auto;
  margin-right: auto;
}

.department-overview .intro .sucess:nth-child(odd) {
  float: left;
}
.department-overview .intro .sucess:nth-child(even) {
  float: right;
}
.department-overview .intro .sucess ul {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.department-overview .intro .img {
  display: block;
  width: 211px;
  height: auto;
  margin: 0 auto -35px;
}

.department-overview .intro .ttl {
  font-size: 2.6rem;
  color: #fff;
  font-weight: bold;
  background: url("../img/department/dot_brown.png") 0 0 repeat;
  background-size: 4px auto;
  padding: 10px 23px;
  margin: 0 0 25px;
}

.ie .department-overview .intro .ttl {
  padding: 15px 23px 6px;
}

.department-overview .intro ul li {
  background: url("../img/department/icon_star.png") 5px 9px no-repeat;
  background-size: 22px auto;
  line-height: 2;
  font-size: 2rem;
  font-weight: bold;
  padding: 0 0 0 35px;
}

.ie .department-overview .intro ul li {
  background-position: 5px 4px;
}

.department-overview .point {
  background: url("../img/department/bg_point.png") center center no-repeat;
  background-size: cover;
  padding: 65px 0;
}

.department-overview .point div {
  width: 1010px;
  margin: 0 auto;
}

.department-overview .point img {
  width: 492px;
}

.department-overview .point ul {
  margin: 60px 0 0;
}

.department-overview .point ul li {
  position: relative;
  padding: 0 0 0 36px;
}

.department-overview .point ul li + li {
  margin-top: 30px;
}

.department-overview .point ul li::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 18px 36px;
  border-color: transparent transparent #fff transparent;
}

.department-overview .point ul li span {
  position: relative;
  display: inline-block;
  background: #fff;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.8;
  padding: 11px 40px 11px 68px;
  box-sizing: border-box;
}

.ie .department-overview .point ul li span {
  padding-top: 14px;
}

.department-overview .point ul li:last-child span {
  width: 942px;
}

.department-overview .point ul li span::before {
  position: absolute;
  top: 20px;
  left: 38px;
  content: "";
  width: 17px;
  height: 17px;
  background: #ff0000;
}

.department-overview .session {
  width: 1010px;
  margin: 0 auto;
  padding: 100px 0 70px;
}

.department-ribbon {
  position: relative;
  background: url("../img/common/dot_wh_trans.png") 0 0 repeat;
  background-size: 4px 7px;
  color: #fff;
  font-weight: bold;
  font-size: 3.2rem;
  padding: 16px 30px;
  margin: 0 0 40px;
}

.ie .department-ribbon {
  padding: 21px 30px 12px;
}

.department-ribbon::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 20px 40px 0;
  border-color: transparent #fff transparent transparent;
}

.department-overview .session .pickup {
  overflow: hidden;
}

.department-overview .session .pickup li {
  float: left;
  width: 322px;
}

.department-overview .session .pickup li + li {
  margin-left: 22px;
}

.department-overview .session .ttl {
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.8;
  margin: 15px 0 5px;
}

.department-overview .session p {
  line-height: 2;
  margin: 0;
}

.department-overview h5 {
  color: #ff0000;
  font-size: 2.6rem;
  font-weight: bold;
  border-bottom: 5px solid #ff0000;
  padding: 0 0 5px;
  margin: 70px 0 35px;
}

.department-overview .list__col3 {
  overflow: hidden;
}

.department-overview .list__col3 .list {
  display: flex;
  flex-wrap: wrap;
}

.department-overview .list__col3 .list + .list {
  margin-left: 2%;
}

.department-overview .list li {
  width: 32%;
  font-size: 1.8rem;
  line-height: 2;
  font-weight: bold;
  background: url("../img/department/icon_point.png") 3px 13px no-repeat;
  background-size: 11px auto;
  padding: 0 0 0 24px;
}

.department-overview .list.goal li {
  width: 100%;
}

.ie .department-overview .list li {
  line-height: 1.6;
  padding: 7px 0 0 24px;
}

.department-overview .table-wrap {
  margin-bottom: 80px;
  padding-bottom: 20px;
}

.table-wrap + .table-wrap {
  margin-top: -75px;
}
@media (max-width: 750px) {
  .table-wrap + .table-wrap {
    margin-top: -50px;
  }
}

.department-overview table {
  border-spacing: 0;
  border-top: 1px solid #8c8c8c;
  border-left: 1px solid #8c8c8c;
  margin: 0 0 0.5em;
}

.department-overview table thead th {
  width: 130px;
  background: #ececec;
  padding: 15px 0;
}

.ie .department-overview table thead th {
  padding: 20px 0 12px;
}

.department-overview table tbody th {
  background: url("../img/common/dot_grey.gif") 0 0 repeat;
  background-size: 4px auto;
}

.department-overview table thead th:first-child {
  width: 230px;
}

.department-overview table tbody th:first-child {
  width: 170px;
}

.department-overview table tbody th:nth-child(2) {
  width: 3em;
}

.department-overview table td,
.department-overview table th {
  text-align: center;
  border-bottom: 1px solid #8c8c8c;
  border-right: 1px solid #8c8c8c;
}

.department-overview table td {
  padding: 15px;
}

.ie .department-overview table td,
.ie .department-overview table th {
  padding: 20px 0 12px;
}

.department-teacher .post span {
  background: #868686;
  color: #fff;
  display: inline-block;
  padding: 2px 10px;
}
.department-teacher .post span + span {
  margin-top: 5px;
}

.department-teacher {
  width: 1010px;
  margin: 0 auto;
  padding: 0 0 70px;
}
.department-teacher .post .course_koumuin {
  background: url("../img/voice/dot_red.png") 0 0 repeat;
  background-size: 4px auto;
}
.department-teacher .post .course_info_system {
  background: url("../img/voice/dot_blue.png") 0 0 repeat;
  background-size: 4px auto;
}
.department-teacher .post .course_e-sports {
  background: url("../img/voice/dot_d-blue.png") 0 0 repeat;
  background-size: 4px auto;
}
.department-teacher .post .course_business {
  background: url("../img/voice/dot_green.png") 0 0 repeat;
  background-size: 4px auto;
}
.department-teacher .post .course_secretary {
  background: url("../img/voice/dot_pink.png") 0 0 repeat;
  background-size: 4px auto;
}

.department-teacher ul {
  overflow: hidden;
  margin: 0 0 45px;
}

.department-teacher li {
  float: left;
  width: 325px;
}
.department-teacher li figure {
  border-radius: 50%;
  overflow: hidden;
}

.department-teacher li + li {
  margin-left: 17px;
}

.department-teacher p {
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  letter-spacing: 0;
  margin: 0;
}

.department-teacher .post {
  margin: 15px 0 0;
}

.ie .department-teacher .post span {
  padding: 6px 10px 0;
}

.department-teacher .post.business span {
  background: #00c700;
}

.department-teacher .post.system span {
  background: #3857e3;
}

.department-teacher .post.secretary span {
  background: #ff80b3;
}

.department-teacher .name {
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 13px 0 8px;
}

@media (max-width: 750px) {
  .department-headline {
    background-size: 150% auto !important;
    padding-top: 47%;
  }
  .department-course h3 {
    font-size: 2rem;
    margin: 7% 5%;
  }
  .department-course {
    width: auto;
    padding: 0 0 5%;
  }
  .department-course ul {
    margin: 0 5%;
  }
  .department-course ul li {
    float: none;
    width: auto;
  }
  .department-course ul li .ttl {
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.6;
    margin: 0 0 3%;
  }
  .department-course ul li img {
    display: block;
    width: 70%;
    height: auto;
    margin: 0 auto;
  }
  .department-course ul li:nth-child(2n) img {
    margin: 0 auto 4%;
  }
  .department-course ul li + li {
    margin: 7% 0 0;
  }
  .department-overview .intro {
    width: auto;
    padding: 5%;
  }
  .department-overview .point div {
    width: auto;
  }
  .department-select__wrap {
    padding-top: calc(50px + 10%);
  }
  .department-select__wrap::before {
    border-width: 50px 100px 0 100px;
    margin-left: -100px;
  }
  .department-select {
    width: auto;
    padding: 0 5%;
  }
  .department-select li {
    width: 49%;
    border-bottom: 60px solid #4c4948;
  }
  .department-select .select {
    border-bottom: 60px solid #ff0000;
  }
  .department-select li span {
    font-size: 1.6rem;
    padding: 9px 0 0;
  }
  .department-overview .intro div {
    float: none;
    width: auto;
  }
  .department-overview .session {
    width: auto;
  }
  .department-overview .point ul li:last-child span {
    width: auto;
  }
  .department-overview .block {
    padding: 0;
  }
  .department-overview .intro .headline {
    font-size: 1.8rem;
    margin: 0 0 5%;
  }
  .department-overview .intro .img {
    width: 50%;
    margin: 0 auto 5%;
  }
  .department-overview .intro .sucess {
    overflow: hidden;
  }
  .department-overview .intro .sucess:nth-child(odd) {
    float: none;
    margin: 5% 0 0;
  }
  .department-overview .intro .sucess:nth-child(even) {
    float: none;
  }
  .department-overview .intro .ttl {
    font-size: 1.8rem;
    margin: 0 0 3%;
    padding: 2% 5%;
  }
  .department-overview .intro ul li {
    font-size: 1.6rem;
    background: url("../img/department/icon_star.png") 5px 3px no-repeat;
    background-size: 20px auto;
  }
  .department-overview .point {
    padding: 10% 5% 5%;
  }
  .department-overview .point img {
    width: 70%;
  }
  .department-overview .point ul {
    margin: 8% 0 0;
  }
  .department-overview .point ul li::before {
    border-width: 0 0 12px 24px;
  }
  .department-overview .point ul li span {
    font-size: 1.6rem;
    padding: 10px 10px 10px 40px;
  }
  .department-overview .point ul li span::before {
    top: 15px;
    left: 15px;
    width: 14px;
    height: 14px;
  }
  .department-overview .point ul li {
    padding: 0 0 0 24px;
  }
  .department-overview .point ul li + li {
    margin-top: 5%;
  }
  .department-overview .session {
    padding: 5%;
  }
  .department-ribbon {
    font-size: 2.4rem;
    padding: 5px 20px;
    margin: 0 0 5%;
  }
  .department-ribbon::before {
    content: none;
  }
  .department-overview .session .pickup li {
    width: auto;
  }
  .department-overview .session .ttl {
    font-size: 1.6rem;
    margin: 3% 0 0;
  }
  .department-overview .session .pickup li + li {
    margin: 5% 0 0;
  }
  .department-overview h5 {
    font-size: 2.2rem;
    border-bottom: 3px solid #ff0000;
    margin: 10% 0 5%;
  }
  .department-overview .list__col3 .list {
    justify-content: space-between;
    width: 100%;
  }
  .department-overview .list__col3 .list + .list {
    margin: 0;
  }
  .table-wrap {
    overflow-x: scroll;
    margin: 0 0 10%;
  }
  .table-wrap table {
    width: 1010px;
    margin: 0;
  }
  .department-overview .list li {
    width: 48.5%;
    font-size: 1.6rem;
    background: url("../img/department/icon_point.png") 3px 9px no-repeat;
    background-size: 8px auto;
    padding: 0 0 0 20px;
  }
  .department-teacher {
    width: auto;
    padding: 0 5% 10%;
  }
  .department-teacher li {
    width: 48.5%;
    margin-top: 5%;
  }
  .department-teacher li:nth-child(odd) {
    float: left;
  }
  .department-teacher li:nth-child(even) {
    float: right;
  }
  .department-teacher li:nth-child(-n+2) {
    margin-top: 0;
  }
  .department-teacher li + li {
    margin-left: 0;
  }
  .department-teacher p {
    font-size: 1.4rem;
  }
  .department-teacher p br {
    display: none;
  }
  .department-teacher .name {
    font-size: 1.8rem;
    margin: 5px 0;
  }
  .department-teacher ul {
    margin: 0 0 10%;
  }
  .department-content .home-voice__header__title {
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  .department-headline span {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
}
.content-topics {
  background: url("../img/common/dot_grey_big.png") 0 0 repeat;
  background-size: 8px auto;
  margin-top: -1px;
  margin-bottom: 10rem;
}

.content-topics .wrap {
  width: 1010px;
  margin: 0 auto;
}

.content-topics .sns {
  overflow: hidden;
  margin-top: 30px;
}

.content-topics .sns li {
  float: left;
}

.content-topics .sns li + li {
  margin-left: 5px;
}

.fb_iframe_widget {
  line-height: 1;
}

.topics-headline {
  position: relative;
  background: url("../img/topics/bg_topics.jpg") center center no-repeat;
  background-size: cover;
  padding: 60px 0 85px;
  margin: 0 0 100px;
}

.topics-headline::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 15px;
  width: 100%;
  display: block;
  background-color: #5b2700;
  z-index: 15;
  -webkit-box-shadow: 0 -2px 5px #000;
  box-shadow: 0 -2px 5px #000;
}

.topics-headline img {
  display: block;
  width: 882px;
  margin: 0 auto;
}

.topics-block {
  float: left;
  width: 665px;
}

.post {
  margin-bottom: 100px;
}

.post p {
  line-height: 2.1;
  font-size: 1.7rem;
}

.post .img {
  margin-bottom: 1%;
}

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

.post .caption {
  line-height: 2;
  font-size: 1.4rem;
  margin-top: 5px;
}

.post .topics-hd {
  margin: 0 0 70px;
}

.post .topics-hd .date {
  line-height: 1;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  margin: 25px 0 20px;
  font-size: 2rem;
}

.post .topics-hd .category {
  display: inline-block;
  margin: 0;
  padding: 0 0.5em;
  font-weight: bold;
  font-size: 1.6rem;
  border: 1px solid #000;
}

.ie .post .topics-hd .category {
  line-height: 1;
  padding: 10px 0.5em 4px;
}

.post .topics-hd .title {
  line-height: 1.6;
  font-size: 3.2rem;
  margin: 0;
}

.post .mainimg {
  margin-bottom: 70px;
}

.post h2 {
  color: #fff;
  margin-bottom: 40px;
  padding: 20px;
  font-size: 26px;
  line-height: 1.6;
  background: url("../img/common/dot_blue_blue.png") 0 0 repeat;
  background-size: 4px auto;
}

.ie .post h2 {
  padding: 20px 20px 10px;
}

.post h3 {
  margin: 65px 0 40px;
  padding: 15px 5px;
  font-size: 2.4rem;
  line-height: 1.4;
  color: #00b5ff;
  border-top: 2px solid #00b5ff;
  border-bottom: 2px solid #00b5ff;
}

.ie .post h3 {
  padding: 19px 5px 10px;
}

.imgTxt {
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
}

.flex-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flex-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.post .img-box01 {
  margin-bottom: 45px;
}

.post .img-box02 {
  margin-bottom: 45px;
}

.post .img-box02 .box {
  width: 322px;
}

.post .img-box03 {
  margin-bottom: 45px;
}

.post .img-box03 .box {
  width: 206px;
}

.post .txtimg-box .box {
  width: 322px;
}

.post .txtimg-box .box .img {
  margin-bottom: 1%;
}

.post .txtimg-box .box p {
  margin-bottom: 0;
}

.post .img-frame {
  margin-bottom: 70px;
  border: 1px solid #E2E4E4;
}

.post .img-frame .img {
  margin-bottom: 0;
  border: 10px solid #fff;
}

.post .line {
  width: 100%;
  border: none;
  height: 4px;
  background: #00b5ff;
  margin: 65px 0;
}

.post h4 {
  font-weight: bold;
  margin-bottom: 0.5em;
  font-size: 2rem;
}

.post .att-txt {
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 1.4rem;
}

.post .pdf-box {
  margin: 60px 0 80px;
}

.post .pdf-box .btn-dl {
  position: relative;
  display: block;
  width: 495px;
  margin: auto;
  padding: 15px;
  text-align: center;
  font-weight: bold;
  font-size: 2.3rem;
  color: #000;
  background-color: #ffff00;
  border-radius: 30px;
}

.ie .post .pdf-box .btn-dl {
  padding: 21px 20px 10px;
}

.post .pdf-box .btn-dl:hover {
  opacity: 0.7;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.post .btn-topics {
  margin-bottom: 50px;
  padding: 15px 20px;
  background: url("../img/topics/topics-bg04.png") 50% 50% no-repeat;
  background-size: 100% 100%;
  align-items: center;
}

.post .btn-topics .img {
  width: 145px;
  height: 90px;
}

.post .btn-topics .txt {
  width: 454px;
}

.post .btn-topics .txt p {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.6;
  color: #4C4948;
  margin-top: 5px;
}

.post .btn-topics .txt p:last-child {
  margin-top: 10px;
}

.post .list-box {
  position: relative;
  border: 1px solid #000;
  margin-bottom: 50px;
  padding: 30px 35px 35px;
}

.post .list-box .ti {
  color: #000;
  margin-bottom: 1em;
  font-size: 20px;
}

.post .list-box li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 22px;
  font-size: 1.8rem;
}

.post .list-box li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.post .list-box li:last-child {
  margin-bottom: 0;
}

.post .link-box {
  margin-bottom: 50px;
}

.post .link-box .att-txt {
  text-align: left;
}

.post .link-box .att-txt:before {
  content: "▼";
  display: inline-block;
  margin-right: 0.5em;
}

.post .link-box .btn-link {
  position: relative;
  display: block;
  padding: 30px 30px 30px 90px;
  font-size: 2.2rem;
  color: #fff;
  border: 2px solid #fff;
}

.ie .post .link-box .btn-link {
  padding: 30px 30px 20px 90px;
}

.post .link-box .btn-link:hover {
  opacity: 0.7;
}

.post .link-box .btn-link:before {
  content: "";
  position: absolute;
  display: block;
  width: 28px;
  height: 38px;
  top: 0;
  bottom: 0;
  left: 30px;
  margin: auto;
  background: url("../img/news/news_icon02.png") 50% 50% no-repeat;
}

.post .youtube-box {
  position: relative;
  height: 378px;
  margin-bottom: 70px;
}

.youtube-box iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.post .gmap-box .map {
  position: relative;
  height: 378px;
  margin-bottom: 15px;
  border: 1px solid #4C4948;
}
.post .gmap-box .map .map-inner {
  width: 100%;
  height: 100%;
}

.post .gmap-box .map iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.post .gmap-box .link-map {
  vertical-align: middle;
  font-weight: bold;
  font-size: 1.6rem;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #000;
}

.post .gmap-box .link-map:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 22px;
  vertical-align: middle;
  margin-right: 10px;
  background: url("../img/topics/icon_blank.png") 50% 50% no-repeat;
  background-size: 100% auto;
}

@media screen and (max-width: 767px) {
  .content-topics {
    margin-top: 0;
  }
  .content-topics .sns {
    margin-top: 5%;
  }
  .post {
    margin-bottom: 10%;
  }
  .post p {
    margin-bottom: 5%;
    font-size: 3.5vw;
  }
  .post .img {
    margin-bottom: 3%;
  }
  .post .caption {
    font-size: 3.5vw;
  }
  .post .topics-hd {
    margin: 0 0 5%;
  }
  .post .topics-hd .date {
    font-size: 2rem;
    margin: 5% 0 4%;
  }
  .post .topics-hd .category {
    font-size: 1.4rem;
  }
  .post .topics-hd .title {
    font-size: 2.4rem;
    margin: 0 0 4%;
  }
  .post .mainimg {
    margin-bottom: 5%;
  }
  .post h2 {
    margin-bottom: 5%;
    padding: 5%;
    font-size: 5vw;
  }
  .post h3 {
    margin: 5% 0;
    padding: 3% 1%;
    font-size: 4.3vw;
  }
  .post .img-box01,
  .post .img-box02,
  .post .img-box03,
  .post .txtimg-box {
    margin-bottom: 0;
  }
  .post .img-box01 .box,
  .post .img-box02 .box,
  .post .img-box03 .box,
  .post .txtimg-box .box {
    width: 100%;
    margin-bottom: 0;
  }
  .post .txtimg-box .box .img {
    margin-bottom: 3%;
  }
  .post .img-frame {
    margin-bottom: 12%;
    border: 1px solid #E2E4E4;
  }
  .post .img-frame .img {
    border: 5px solid #fff;
  }
  .post .line {
    height: 9px;
    margin: 8% 0;
    background-size: 100% auto;
  }
  .post h4 {
    font-size: 3.8vw;
  }
  .post .att-txt {
    text-align: left;
    font-size: 3.5vw;
  }
  .post .pdf-box {
    width: 87%;
    margin: 0 auto 10%;
  }
  .post .pdf-box .btn-dl {
    width: 100%;
    padding: 3%;
    font-size: 4.5vw;
  }
  .post .pdf-box .btn-dl:after {
    display: none;
  }
  .post .btn-topics {
    margin-bottom: 10%;
    padding: 4%;
    align-items: flex-start;
    background-image: url("../img/topics/topics-bg04-sp.png");
  }
  .post .btn-topics .img {
    width: 24%;
    height: auto;
    margin-top: 2%;
  }
  .post .btn-topics .txt {
    width: 70%;
  }
  .post .btn-topics .txt p {
    font-size: 3.5vw;
    margin-top: 0;
  }
  .post .btn-topics .txt p:last-child {
    margin-top: 5px;
  }
  .post .list-box {
    margin-bottom: 10%;
    padding: 5% 6%;
  }
  .post .list-box .ti {
    font-size: 3.8vw;
  }
  .post .list-box li {
    font-size: 3.5vw;
  }
  .post .link-box {
    margin-bottom: 10%;
  }
  .post .link-box .btn-link {
    padding: 6.8% 6.8% 6.8% 20%;
    font-size: 4vw;
  }
  .post .link-box .btn-link:before {
    left: 6%;
    background-size: auto 100%;
  }
  .post .youtube-box {
    height: 0;
    margin-bottom: 11%;
    padding-top: 56.8%;
  }
  .post .gmap-box .map {
    height: 0;
    margin-bottom: 3%;
    padding-top: 56.8%;
  }
  .post .gmap-box .link-map {
    font-size: 3.5vw;
  }
  .post .gmap-box .link-map:before {
    width: 17px;
    background-size: 100% auto;
    margin-right: 0.5em;
  }
  .topics-block {
    float: none;
    width: auto;
  }
  .topics-headline {
    padding: 8% 0 calc(8% + 10px);
    margin: 0 0 10%;
  }
  .topics-headline::after {
    height: 10px;
  }
  .content-topics .wrap {
    width: auto;
    padding: 0 5%;
  }
}
/*----------------------------
other-box
----------------------------*/
.other-ti {
  height: 80px;
  margin-bottom: 35px;
  padding-left: 30px;
  font-weight: bold;
  font-size: 2.6rem;
  justify-content: flex-start;
  color: #fff;
  background: url("../img/common/dot_blue_blue.png") 0 0 repeat;
  background-size: 4px auto;
}

.ie .other-ti {
  height: 70px;
  padding-top: 10px;
}

.other-box {
  padding: 0 0 90px;
}

.other-box .home-topics__body {
  flex-wrap: wrap;
  width: 100%;
  justify-content: left;
}

.other-box .home-topics__each {
  width: 50%;
  margin-top: 30px;
}
.other-box .home-topics__each figure {
  width: 100%;
  padding-top: 100%;
  display: block;
  background-position: center;
  background-size: cover;
}
@media (max-width: 750px) {
  .other-box .home-topics__each figure {
    width: 30%;
    padding-top: 0;
  }
}

.other-box .home-topics__each:nth-child(-n+2) {
  margin-top: 0;
}

.other-box .home-topics__each a:hover {
  color: inherit;
}

@media screen and (max-width: 767px) {
  .other-box {
    padding: 0;
  }
  .other-box .flex-list {
    margin-bottom: 0;
  }
  .other-ti {
    height: auto;
    margin-bottom: 5%;
    padding: 5px 20px;
    font-size: 2.4rem;
  }
  .other-ti:before {
    width: 35px;
    height: 40px;
    margin-right: 15px;
    background-size: auto 100%;
  }
  .other-box .btn-more {
    margin: 0;
  }
  .other-box li a:after {
    display: none;
  }
  .other-list {
    margin-bottom: 0;
  }
  .other-list li dt {
    margin-bottom: 0.5em;
  }
  .btn-back {
    width: 31.25%;
    height: 0;
    padding-top: 12.5%;
    margin: 5% auto 0;
    background-size: 100% auto;
  }
  .other-box .home-topics__each {
    width: 100%;
    padding: 0;
    margin-top: 0;
  }
  .other-box .home-topics__each__text__title {
    padding: 10px 5px 0;
  }
}
/*----------------------------
topics-aside
----------------------------*/
.topics-aside {
  float: right;
  width: 235px;
}

.topics-aside .aside {
  position: relative;
}

.topics-aside .ti {
  margin: 0;
}

.topics-aside .aside01 {
  border-bottom: 10px solid #00B5FF;
  margin: 0 0 50px;
}

.topics-aside .aside01 li {
  font-size: 1.6rem;
  line-height: 1;
  font-weight: bold;
  border-bottom: 1px solid #4c4948;
}

.topics-aside .aside01 li:last-child {
  border-bottom: 0;
}

.topics-aside .aside01 a {
  display: block;
  color: #000;
  padding: 18px 10px;
}

.ie .topics-aside .aside01 a {
  padding: 18px 10px 12px;
}

.topics-aside .aside01 a:hover {
  opacity: 0.7;
}

.topics-aside .aside02 {
  border-bottom: 10px solid #00B5FF;
}

.topics-aside .aside02 li {
  position: relative;
  font-size: 1.6rem;
  border-bottom: 1px solid #4c4948;
  padding: 15px 0;
}

.topics-aside .aside02 li:last-child {
  border-bottom: 0;
}

.topics-aside .aside02 .cat {
  display: inline-block;
  position: absolute;
  top: 25px;
  right: 0;
  width: 80px;
  font-size: 1.4rem;
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
}

.ie .topics-aside .aside02 .cat {
  line-height: 1;
  padding: 5px 0 1px;
}

.topics-aside .aside02 .cat:hover {
  color: #000;
  background: #fff;
}

.topics-aside .aside02 .date {
  line-height: 1.6;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  margin: 0;
}

.topics-aside .aside02 .ttl {
  line-height: 1.8;
  margin: 5px 0 0;
}

.topics-aside .aside02 .ttl a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .topics-aside {
    float: none;
    width: 100%;
    padding-top: 10%;
  }
  .topics-aside .aside {
    margin-bottom: 10%;
    padding-top: 0;
  }
  .topics-aside .aside:before {
    width: 100%;
    height: 0;
    padding-top: 6%;
  }
  .topics-aside .aside:after {
    width: 100%;
    height: 0;
    padding-top: 23%;
  }
  .topics-aside .ti {
    background: #00B5FF;
    padding: 0;
  }
  .topics-aside .ti img {
    width: 70%;
  }
  .topics-aside a {
    padding: 1.5em 0;
  }
  .topics-aside .aside01 li {
    font-size: 1.4rem;
  }
  .topics-aside .aside01 a {
    background-size: 12px auto;
    padding: 12px 5px;
  }
  .topics-aside .aside02 li {
    margin: 0;
    padding: 10px 5px;
  }
  .topics-aside .aside02 .ttl {
    margin: 0;
  }
  .topics-aside .aside02 .cat {
    top: 0;
    font-size: 1.2rem;
    line-height: 1;
    padding: 4px 0;
  }
}
.btn-section-title-right.more a {
  display: block;
  width: 140px;
  height: 0;
  padding-top: 40px;
  overflow: hidden;
  background-size: 140px 40px;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
  background-image: url("../img/common/btn_more.png");
  margin-left: auto;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.btn-section-title-right.more a:hover {
  background-image: url("../img/common/btn_more_on.png");
}

@media (max-width: 750px) {
  .btn-section-title-right a {
    display: block;
    width: 100px;
    height: 0;
    padding-top: 29px;
    overflow: hidden;
    background-size: 100px 29px;
    background-position: 0 0;
    background-repeat: no-repeat;
    font-size: 0;
  }
  .btn-section-title-center.more a {
    background-image: url("../img/common/btn_more.png");
  }
}
.btn-section-title-back {
  padding-bottom: 100px;
  overflow: hidden;
}

.btn-section-title-back a {
  display: block;
  width: 190px;
  height: 0;
  padding-top: 40px;
  overflow: hidden;
  background-size: 190px 40px;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
  background-image: url("../img/common/btn_back.svg");
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.btn-section-title-back a:hover {
  background-image: url("../img/common/btn_back_on.svg");
  opacity: 1;
}

.bnr-box {
  margin-top: 125px;
  padding-bottom: 130px;
}

.bnr-list li {
  width: 495px;
}

@media screen and (max-width: 767px) {
  .bnr-box {
    padding-bottom: 11%;
  }
  .bnr-list li {
    width: 49.5%;
  }
  .btn-section-title-back a {
    width: 140px;
    padding-top: 29px;
    background-size: 100% auto;
  }
}
.staff-headline {
  background: url("../img/staff/bg_staff.jpg") center center no-repeat;
  background-size: auto 100%;
  margin: 0;
  padding: 128px 0;
}

.staff-headline span {
  display: block;
  width: 1010px;
  margin: 0 auto;
}

.staff-headline span img {
  width: 234px;
  height: auto;
}

.content-staff .voice-block {
  padding: 45px 0 60px;
}

.ie .content-staff .voice-block {
  margin-top: -1px;
}

.content-staff .voice-btn .voice-btn__color {
  padding: 0;
  margin: 0;
  border: 0;
}

.page-child .department-teacher {
  padding-bottom: 4rem;
}

.department-teacher ul::after {
  content: "";
  display: block;
  width: 325px;
}

.department-teacher ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.department-teacher li {
  position: relative;
  float: none;
  padding-top: 60px;
  margin-top: 50px;
}
@media (max-width: 750px) {
  .department-teacher li {
    padding-top: 20px;
    margin-top: 25px;
  }
}

.department-teacher li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1010px;
  height: 1px;
  background: #999999;
}
@media (max-width: 750px) {
  .department-teacher li::before {
    display: none;
  }
}

.department-teacher li + li {
  margin-left: 0;
}

.department-teacher li:nth-child(-n+3) {
  padding-top: 0;
  margin-top: 0;
}
@media (max-width: 750px) {
  .department-teacher li:nth-child(-n+3) {
    padding-top: 20px;
    margin-top: 25px;
  }
}

.department-teacher li:nth-child(-n+3)::before {
  content: none;
}

.staff-card {
  background: url("../img/common/dot_grey_grey_big.png") 0 0 repeat;
  background-size: 8px auto;
  margin: 110px 0 0;
}

.staff-card .block {
  position: relative;
  width: 1010px;
  overflow: hidden;
  margin: 0 auto;
}

.staff-card .block img {
  float: right;
  width: 540px;
}

.staff-card .comment {
  float: left;
  width: 400px;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 2;
  padding: 50px 0 65px;
  margin: 0;
}

.staff-card .card {
  position: relative;
  clear: left;
  width: 558px;
  background: #fff;
  padding: 35px 40px;
}

.ie .staff-card .card {
  padding: 45px 40px 35px;
}

.staff-card .card div {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 15px 0;
}

.staff-card .card div p {
  font-size: 1.6rem;
  margin: 0 0 5px;
}

.staff-card .card div ul li {
  display: inline-block;
  line-height: 2;
}

.staff-card .card div ul li::before {
  content: "・";
}

.staff-card .post {
  position: absolute;
  top: -30px;
  left: 40px;
}
.staff-card .post span {
  display: inline-block;
  background: #868686;
  color: #fff;
  font-size: 1.8rem;
  padding: 3px 10px;
  margin: 0;
}
@media (max-width: 750px) {
  .staff-card .post span {
    margin-bottom: 0.25rem;
  }
}
.staff-card .post .course_e-sports {
  background: url("../img/voice/dot_d-blue.png") 0 0 repeat;
  background-size: 4px auto;
}
.staff-card .post .course_koumuin {
  background: url("../img/voice/dot_red.png") 0 0 repeat;
  background-size: 4px auto;
}
.staff-card .post .course_info_system {
  background: url("../img/voice/dot_blue.png") 0 0 repeat;
  background-size: 4px auto;
}
.staff-card .post .course_business {
  background: url("../img/voice/dot_green.png") 0 0 repeat;
  background-size: 4px auto;
}
.staff-card .post .course_secretary {
  background: url("../img/voice/dot_pink.png") 0 0 repeat;
  background-size: 4px auto;
}

.ie .staff-card .post {
  padding: 6px 10px 0;
}

.staff-card .name {
  position: relative;
  font-size: 3.4rem;
  font-weight: bold;
  margin: 0 0 10px;
}

.staff-card .name span {
  display: inline-block;
  font-size: 1.6rem;
  font-family: "Quicksand", sans-serif;
  vertical-align: middle;
  margin-left: 20px;
}

.staff-text {
  width: 840px;
  margin: 0 auto;
}

.staff-text .profile {
  background: url("../img/department/dot_bk.png") 0 0 repeat;
  background-size: 4px auto;
  border-radius: 10px;
  padding: 10px;
  margin: 85px 0 0;
}

.staff-text .profile div {
  background: #fff;
  border-radius: 10px;
  padding: 15px 30px 25px;
}

.staff-text .profile .ttl {
  font-family: "Quicksand", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  margin: 0 0 5px;
}

.staff-text .profile p {
  font-size: 1.7rem;
  line-height: 2;
  margin: 0;
}

.staff-text .message {
  margin: 60px 0 0;
}

.staff-text .message .ttl {
  font-weight: bold;
  font-size: 2.7rem;
  border-bottom: 6px solid #000;
  padding: 0 0 5px;
  margin: 0 0 15px;
}

.staff-text .message p {
  font-size: 1.7rem;
  line-height: 2;
  margin: 0;
}

.staff-photo {
  width: 1010px;
  margin: 90px auto 0;
  padding: 0 0 120px;
}

.staff-photo .ttl {
  text-align: center;
  margin: 0 0 40px;
}

.staff-photo .ttl img {
  width: 771px;
  height: auto;
}

.staff-photo ul {
  overflow: hidden;
  margin: 0 0 80px;
}

.staff-photo ul li {
  float: left;
  width: 322px;
}

.staff-photo ul li p {
  font-size: 1.6rem;
  line-height: 2;
  margin: 15px 0 0;
}

.staff-photo ul li + li {
  margin-left: 22px;
}

@media (max-width: 750px) {
  .staff-headline span {
    width: auto;
  }
  .staff-headline span img {
    display: block;
    width: 140px;
    margin: 0 auto;
    vertical-align: top;
  }
  .staff-headline {
    padding: 10% 0;
  }
  .content-staff .voice-block {
    padding: 5%;
  }
  .content-staff .department-teacher {
    margin: 0 5%;
  }
  .content-staff .department-teacher li {
    padding-top: 0;
    margin-top: 5%;
  }
  .content-staff .department-teacher li:nth-child(-n+3) {
    margin-top: 5%;
  }
  .content-staff .department-teacher li:nth-child(-n+2) {
    margin-top: 0;
  }
  .content-staff .department-teacher li::before {
    content: none;
  }
  .btn-section-title-back {
    padding-bottom: 50px;
  }
  .staff-card {
    margin: 10% 5%;
  }
  .staff-card .block {
    width: 100%;
    margin: 0;
  }
  .staff-card .block img {
    float: none;
    width: 100%;
  }
  .staff-card .card {
    float: none;
    width: auto;
    padding: 7% 5%;
  }
  .staff-card .post {
    left: 5%;
    font-size: 1.4rem;
  }
  .staff-card .comment {
    float: none;
    width: auto;
    font-size: 1.8rem;
    padding: 4rem 0 2rem;
  }
  .staff-text {
    width: auto;
    padding: 0 5%;
  }
  .staff-card .name {
    font-size: 2.4rem;
    margin: 3% 0;
  }
  .staff-text .profile {
    margin: 10% 0;
  }
  .staff-text .profile div {
    padding: 5%;
  }
  .staff-text .profile .ttl {
    font-size: 2.4rem;
    line-height: 1;
  }
  .staff-text .profile p {
    font-size: 1.4rem;
    margin: 5px 0 0;
  }
  .staff-text .message {
    margin: 5% 0 0;
  }
  .staff-text .message .ttl {
    font-size: 2rem;
    line-height: 1.6;
    border-bottom: 3px solid #000;
    margin: 0 0 3%;
  }
  .staff-text .message p {
    font-size: 1.6rem;
  }
  .staff-photo {
    width: auto;
    margin: 10% 5% 0;
    padding: 0 0 10%;
  }
  .staff-photo .ttl {
    margin: 0 0 5%;
  }
  .staff-photo ul {
    margin: 0 0 5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .staff-photo ul li {
    width: 49%;
    margin-top: 5%;
  }
  .staff-photo ul li:nth-child(-n+2) {
    margin-top: 0;
  }
  .staff-photo ul li:nth-child(even) {
    float: right;
  }
  .staff-photo ul li + li {
    margin-left: 0;
  }
  .staff-photo ul li p {
    font-size: 1.4rem;
    margin: 5px 0 0;
  }
}
.table-graduate table {
  border-left: none;
  border-top: 3px solid #8c8c8c;
}
.table-graduate thead th {
  font-size: 1.8rem;
  padding: 25px 0;
}
.table-graduate tbody th {
  color: #fff;
  box-shadow: 0 0 0 9px #fff inset;
  font-size: 2.1rem;
  font-weight: normal;
  width: 9em;
  padding: 1em;
}
@media (max-width: 750px) {
  .table-graduate tbody th {
    box-shadow: none;
  }
}
.table-graduate tbody th span {
  width: 100%;
  height: 100%;
}
.table-graduate tbody td {
  font-size: 1.8rem;
  padding: 26px 15px;
}

.table-graduate__border-bottom {
  border-bottom: 3px solid #8c8c8c !important;
}

.table-graduate__border-right-none {
  border-right: none !important;
}

.table-graduate__koumuin {
  background: #ff0000 url(../img/common/dot_wh_trans.png) !important;
}

.table-graduate__info-system {
  background: #3857e3 url(../img/common/dot_wh_trans.png) !important;
}

.table-graduate__business {
  background: #00c700 url(../img/common/dot_wh_trans.png) !important;
}

.table-graduate__secretary {
  background: #ff80b3 url(../img/common/dot_wh_trans.png) !important;
}

.graduate-download {
  text-align: center;
  margin-top: 6rem;
  margin-bottom: 9rem;
}
.graduate-download p {
  font-size: 1.6rem;
  line-height: 2.4em;
}
@media (max-width: 750px) {
  .graduate-download p br {
    display: none;
  }
}

.graduate-download__link {
  width: 50%;
  margin: 0 auto;
}
.graduate-download__link a {
  color: #fff;
  background-color: #00b5ff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 2.4rem;
  padding: 2rem 6rem;
  height: 80px;
  border-radius: 40px;
  letter-spacing: 0.18em;
}
.graduate-download__link a::after {
  content: "";
  display: inline-block;
  display: block;
  width: 56px;
  height: 0;
  padding-top: 42px;
  overflow: hidden;
  background-size: 56px 42px;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
  background-image: url(../img/misc/icon_download.png);
}
.graduate-download__link a:hover {
  color: #fff;
}
@media (max-width: 750px) {
  .graduate-download__link {
    width: 100%;
  }
}

.school-expenses ul {
  margin-top: 4rem;
}
@media (max-width: 750px) {
  .school-expenses ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media (max-width: 750px) {
  .school-expenses ul li {
    width: 48%;
  }
}
.school-expenses ul li + li {
  margin-top: 2rem;
}
@media (max-width: 750px) {
  .school-expenses ul li + li {
    margin-top: 0;
  }
}
.joblicense-record {
  text-align: center;
  margin: 0 0 20px;
}

.joblicense-record img {
  width: 1016px;
  height: auto;
}

.joblicense-reason .block {
  width: 1010px;
  margin: 0 auto;
}

.joblicense-reason h3 {
  text-align: center;
  margin: 0 0 45px;
}

.joblicense-reason h3 img {
  width: 935px;
  height: auto;
}

.joblicense-reason {
  background: url("../img/common/dot_grey_big.png") 0 0 repeat;
  background-size: 8px auto;
  padding: 100px 0 0;
}

.joblicense-reason ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0 0 65px;
}
@media (max-width: 750px) {
  .joblicense-reason ul {
    padding-bottom: 0;
  }
}

.joblicense-reason ul li {
  width: 494px;
  border-top: 4px solid #4c4948;
  padding: 35px 0 0;
  margin: 40px 0 0;
}

.joblicense-reason ul li:nth-child(-n+2) {
  border-top: 0;
  padding: 0;
  margin: 0;
}

.joblicense-reason ul li .ttl {
  font-size: 2.4rem;
  line-height: 1.6;
  font-weight: bold;
  text-align: center;
  margin: 5px 0;
}

.joblicense-reason ul li p {
  font-size: 1.6rem;
  line-height: 2;
  margin: 0;
}

.joblicense-balloon {
  background: url("../img/joblicense/dot_grey_lignt.png") 3px 3px repeat;
  background-size: 4px auto;
}

.joblicense-balloon .ttl {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  background: url("../img/joblicense/dot_grey_dark.png") 4px 2px repeat;
  background-size: 4px auto;
  padding: 25px 0;
  margin: 0;
}

.ie .joblicense-balloon .ttl {
  padding: 25px 0 18px;
}

.joblicense-balloon .inner {
  padding: 10px 65px 45px;
}

.joblicense-balloon .inner img {
  float: left;
  width: 380px;
  height: auto;
  margin: 10px 0 0;
}

.joblicense-balloon .inner div {
  float: right;
  width: 460px;
}

.joblicense-balloon .ques {
  font-size: 2rem;
  font-weight: bold;
  margin: 0 0 8px;
  padding: 5px 0 0;
}

.joblicense-balloon p {
  font-size: 1.6rem;
  line-height: 2;
  margin: 0;
}
@media (max-width: 750px) {
  .joblicense-balloon p {
    font-size: 1.4rem;
  }
}

.joblicense-balloon .notes {
  font-size: 1.4rem;
  margin: 8px 0 0;
}

.joblicense-imgblock__text {
  width: 82%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: -6rem;
  padding: 3rem 6rem;
  background: #fff;
}
.joblicense-imgblock__text h4 {
  font-size: 2.6rem;
  line-height: 1.85;
  color: #00b5ff;
  margin: 0 0 2rem;
  letter-spacing: 0.22em;
}
.joblicense-imgblock__text p {
  font-size: 1.6rem;
  line-height: 2;
  margin: 0;
}
@media (max-width: 750px) {
  .joblicense-imgblock__text {
    margin-top: -1rem;
    margin-bottom: 50px;
    padding: 2rem;
    width: 90%;
  }
  .joblicense-imgblock__text h4 {
    font-size: 1.6rem;
  }
  .joblicense-imgblock__text h4 br {
    display: none;
  }
  .joblicense-imgblock__text p {
    font-size: 1.4rem;
  }
}

.joblicense-headline {
  background: url("../img/joblicense/bg_headline.png") 0 0 no-repeat;
  background-size: 100% auto;
  color: #fff;
  font-weight: bold;
  font-size: 3.2rem;
  padding: 16px 40px;
  margin: 0 0 30px;
}

.ie .joblicense-headline {
  padding: 22px 40px 10px;
}

.joblicense-license {
  background: url("../img/common/dot_grey_big.png") 0 0 repeat;
  background-size: 8px auto;
  padding: 10px 0 80px;
}
.joblicense-license--bottom {
  background-image: url(../img/about/dot_title.png);
  background-size: 4px;
  padding-bottom: 20rem;
}
@media (max-width: 750px) {
  .joblicense-license--bottom {
    padding-bottom: 20rem !important;
  }
}

.joblicense-license .block {
  width: 1010px;
  margin: 0 auto;
}

.joblicense-imgblock + .joblicense-balloon {
  margin-top: 150px;
}
@media (max-width: 750px) {
  .joblicense-imgblock + .joblicense-balloon {
    margin-top: 0;
    margin-bottom: 50px;
  }
}

.joblicense-license .block + .block {
  margin-top: 120px;
}

.joblicense-content {
  position: relative;
}

.joblicense-content .home-topics::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 125px;
  background: url("../img/common/dot_grey_big.png") -4px -6px repeat;
  background-size: 8px auto;
  z-index: 2;
}

@media (max-width: 750px) {
  .joblicense-record {
    margin: 0 5% 3%;
  }
  .joblicense-reason {
    padding: 10% 5%;
  }
  .joblicense-reason h3 {
    margin: 0 0 5%;
  }
  .joblicense-reason .block {
    width: auto;
  }
  .joblicense-reason ul li {
    width: auto;
    border-top: 0;
    padding-top: 0;
    margin-top: 0;
  }
  .joblicense-reason ul li .ttl {
    font-size: 1.8rem;
  }
  .joblicense-reason ul li p {
    font-size: 1.4rem;
  }
  .joblicense-reason ul li + li {
    margin-top: 5% !important;
  }
  .joblicense-balloon .ttl {
    font-size: 1.8rem;
    line-height: 1.6;
    padding: 4% 5%;
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  .joblicense-balloon .ttl {
    text-align: left;
  }
}
@media (max-width: 750px) {
  .joblicense-balloon .inner {
    padding: 0 10% 5%;
  }
  .joblicense-balloon .inner img {
    display: block;
    width: 70%;
    float: none;
    margin: 0 auto 3%;
  }
  .joblicense-balloon .inner div {
    float: none;
    width: auto;
  }
  .joblicense-license {
    padding: 5%;
  }
  .joblicense-license .block {
    width: auto;
  }
  .joblicense-headline {
    background: url("../img/common/dot_blue_blue.png") 0 0 repeat;
    background-size: 4px auto;
    font-size: 2.4rem;
    padding: 5px 20px;
    margin: 0 0 5%;
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  .joblicense-headline {
    padding: 0.5em 0.6em;
    font-size: 2rem;
  }
}
@media (max-width: 750px) {
  .joblicense-license .block + .block {
    margin-top: 10%;
  }
}
.content-joblisence #result {
  width: 100%;
  padding-top: 19rem;
  margin-top: -19rem;
}
@media (max-width: 750px) {
  .content-joblisence #result {
    padding-top: 10rem;
    margin-top: -10rem;
  }
}

.joblicense-header {
  background-image: url(../img/about/dot_title.png);
  background-size: 4px 4px;
}
.joblicense-header h3 {
  text-align: center;
}
.joblicense-header h3 img {
  max-width: 829px;
}
@media (max-width: 750px) {
  .joblicense-header h3 img {
    width: 100%;
  }
}
.joblicense-header__nav {
  padding-top: 10rem;
  padding-bottom: 8rem;
  margin-top: -14rem;
  background: #fff;
}
@media (max-width: 750px) {
  .joblicense-header__nav {
    margin-top: -3rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.joblicense-header__nav ul {
  width: 1010px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 750px) {
  .joblicense-header__nav ul {
    width: 100%;
  }
}
@media (max-width: 750px) {
  .joblicense-header__nav ul {
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.joblicense-header__nav ul li {
  width: 49%;
  display: flex;
  align-items: stretch;
  font-weight: bold;
  margin-bottom: 0.8em;
}
@media (max-width: 750px) {
  .joblicense-header__nav ul li {
    width: 100%;
    margin: 0;
  }
  .joblicense-header__nav ul li + li {
    margin-top: 0.5rem;
  }
}
.joblicense-header__nav ul li a {
  font-size: 2.6rem;
  background: #ffff00;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  align-items: center;
  border-radius: 20px;
  border: 2px solid #000;
  padding: 0.5em 0.75em;
  letter-spacing: 0.2em;
}
.joblicense-header__nav ul li a span {
  width: calc(100% - 48px);
}
@media (max-width: 750px) {
  .joblicense-header__nav ul li a {
    font-size: 1.6rem;
  }
}
.joblicense-header__nav .icon-down-arrow {
  display: block;
  width: 32px;
  height: 0;
  padding-top: 32px;
  overflow: hidden;
  background-size: 32px 32px;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
  background-image: url(../img/joblicense/icon_arrow_down.svg);
}
.joblicense-header__nav.is-fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
  z-index: 999;
  margin-top: 0;
  padding: 0;
}
.joblicense-header__nav.is-fixed ul li {
  margin: 0.15em 0;
  width: 33%;
}
.joblicense-header__nav.is-fixed ul li a {
  font-size: 1.6rem;
}

.page-joblicense .about-offer {
  padding-top: 7rem;
  padding-bottom: 0;
}
@media (max-width: 750px) {
  .page-joblicense .about-offer {
    padding-top: 2rem;
  }
}
.page-joblicense .about-offer .block {
  margin-top: 0;
  max-width: 850px;
}
.page-joblicense .about-offer .block__each {
  width: 48%;
}
@media (max-width: 750px) {
  .page-joblicense .about-offer .block__each {
    width: 100%;
  }
}
.page-joblicense .about-offer--bottom {
  padding-bottom: 7rem;
}
.page-joblicense .about-offer__inner {
  margin-top: 0;
}
.page-joblicense .home-topics {
  margin-top: 0;
}

#jb-sec-1,
#jb-sec-2,
#jb-sec-3,
#jb-sec-4,
#jb-sec-5,
#jb-sec-6 {
  padding-top: 15rem;
  margin-top: -15rem;
}
@media (max-width: 750px) {
  #jb-sec-1,
  #jb-sec-2,
  #jb-sec-3,
  #jb-sec-4,
  #jb-sec-5,
  #jb-sec-6 {
    padding-top: 64px;
    margin-top: -64px;
  }
}

.jb-anchor {
  display: block;
  width: 100%;
}

.jb-anchor-title {
  width: 1010px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(../img/joblicense/bg_jb-title.png);
  background-repeat: no-repeat;
  background-size: 100%;
  text-align: center;
  height: 106px;
  font-size: 3.2rem;
  padding-top: 1.7rem;
  margin-bottom: 4rem;
}
@media (max-width: 750px) {
  .jb-anchor-title {
    width: 100%;
  }
}
@media (max-width: 750px) {
  .jb-anchor-title {
    background: #ffff00;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1em 20px;
    font-size: 2rem;
    margin-bottom: 0;
    margin-top: 0;
    text-align: left;
    height: auto;
    line-height: 1.5;
  }
  .jb-anchor-title::before {
    content: "";
    width: 1.8em;
    height: 2.2em;
    background: url(../img/joblicense/icon_award.svg) no-repeat center;
  }
  .jb-anchor-title span {
    width: calc(100% - 2.2em);
  }
}

@media (max-width: 750px) {
  .joblicense-body .about-offer {
    padding-top: 0;
  }
}
@media (max-width: 750px) {
  .joblicense-body .about-offer p {
    line-height: 1.5;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 750px) {
  .joblicense-body .about-offer ul li br {
    display: block;
  }
}

.content-syllabus .about-headline {
  margin-bottom: 11rem;
}
@media (max-width: 750px) {
  .content-syllabus .about-headline {
    margin-bottom: 10%;
  }
}

.syllabus-block {
  width: 1010px;
  margin-left: auto;
  margin-right: auto;
  max-width: 828px;
  margin-bottom: 9rem;
}
@media (max-width: 750px) {
  .syllabus-block {
    width: 100%;
  }
}
.syllabus-block__each {
  margin: 0 0 4rem;
}
@media (max-width: 750px) {
  .syllabus-block__each {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 4%;
  }
  .syllabus-block__each__anchor {
    width: 100%;
    height: 0;
    padding-top: 65px;
    margin-top: -65px;
  }
  .syllabus-block__each__body {
    display: none;
  }
}
.syllabus-block__each h3 {
  background-color: #00b5ff;
  color: #fff;
  font-size: 2.8rem;
  padding: 0.5em 1em;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: 0.4s ease;
}
@media (max-width: 750px) {
  .syllabus-block__each h3 {
    font-size: 1.85rem;
  }
}
.syllabus-block__each h3:hover {
  opacity: 0.8;
}
.syllabus-block__each h3 span {
  width: calc(100% - 60px);
}
@media (max-width: 750px) {
  .syllabus-block__each h3 span {
    width: calc(100% - 30px);
  }
}
.syllabus-block__each h3 .btn-accordion {
  width: 50px;
  height: 50px;
  display: block;
  border: 2px solid #fff;
  position: relative;
}
@media (max-width: 750px) {
  .syllabus-block__each h3 .btn-accordion {
    width: 24px;
    height: 24px;
  }
}
.syllabus-block__each h3 .btn-accordion::before, .syllabus-block__each h3 .btn-accordion::after {
  content: "";
  display: block;
  position: absolute;
  border: 1px solid #fff;
  transition: 0.2s ease-in-out;
}
.syllabus-block__each h3 .btn-accordion::before {
  width: 27px;
  transform: translateX(-50%);
  top: 50%;
  left: calc(50% - 1px);
}
@media (max-width: 750px) {
  .syllabus-block__each h3 .btn-accordion::before {
    width: 14px;
    top: calc(50% - 1px);
    left: 50%;
  }
}
.syllabus-block__each h3 .btn-accordion::after {
  height: 27px;
  transform: translateY(-50%);
  top: calc(50% + 1px);
  left: calc(50% - 1px);
}
@media (max-width: 750px) {
  .syllabus-block__each h3 .btn-accordion::after {
    height: 14px;
    top: 50%;
  }
}
.syllabus-block__each h3.is-open .btn-accordion::before {
  width: 27px;
  transform: translateX(-50%) rotate(45deg);
  top: 50%;
  left: 50%;
}
@media (max-width: 750px) {
  .syllabus-block__each h3.is-open .btn-accordion::before {
    width: 16px;
  }
}
.syllabus-block__each h3.is-open .btn-accordion::after {
  height: 27px;
  transform: translateY(-50%) rotate(45deg);
  top: calc(50% + 1px);
  left: calc(50% - 1px);
}
@media (max-width: 750px) {
  .syllabus-block__each h3.is-open .btn-accordion::after {
    height: 16px;
  }
}
.syllabus-block__each ul {
  background: #E3E3E3;
  display: flex;
  flex-wrap: wrap;
}
.syllabus-block__each ul li {
  width: 33.3%;
  background: #fff;
  padding: 0.5px;
}
@media (max-width: 750px) {
  .syllabus-block__each ul li {
    width: 50%;
  }
}
.syllabus-block__each ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.syllabus-block__each ul li a:hover {
  opacity: 0.4;
}
.syllabus-block__each ul li span {
  background: #F4F4F4;
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 1.4em;
}
@media (max-width: 750px) {
  .syllabus-block__each ul li span {
    font-size: 1.4rem;
    padding: 0.75em;
  }
}

.bnr-daisotsu-koumuin {
  max-width: 1010px;
  margin: 3rem auto 6rem;
}
@media (max-width: 750px) {
  .bnr-daisotsu-koumuin {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.content-department .misc-headline span {
  width: auto;
  line-height: 1;
  background: url(../img/about/bg_title.png) center center no-repeat;
  background-size: auto 100%;
  padding: 5% 0;
}
.content-department .misc-headline img {
  width: 193px;
}
@media (max-width: 750px) {
  .content-department .misc-headline img {
    width: 121px;
  }
}

.department-list {
  margin-bottom: 8rem;
}

.department-list__each {
  display: flex;
  justify-content: space-between;
}
.department-list__each + .department-list__each {
  margin-top: 6rem;
}
.department-list__each figure {
  width: 40%;
}
@media (max-width: 750px) {
  .department-list__each {
    flex-direction: column;
  }
  .department-list__each figure {
    width: 100%;
  }
}

.department-list__each__text {
  width: 60%;
  display: flex;
  flex-direction: column;
  padding-left: 2rem;
}
@media (max-width: 750px) {
  .department-list__each__text {
    width: 100%;
    padding: 0;
  }
}

.department-list__each__text__header h3 {
  color: #999;
  background: url(../img/common/dot_grey_big.png);
  background-size: 8px auto;
  margin: 0 0 1rem;
  font-size: 2.6rem;
  font-weight: bold;
  border-bottom: 5px solid #999;
  padding: 0.5em 1em;
  position: relative;
  overflow: hidden;
}
.department-list__each__text__header h3::after {
  content: "";
  display: block;
  width: 34.5px;
  height: 0;
  padding-top: 53px;
  overflow: hidden;
  background-size: 34.5px 53px;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
  position: absolute;
  right: 20px;
  top: -20px;
}
.department-list__each__text__header p {
  margin: 0;
  font-size: 1.8rem;
  line-height: 2.1em;
  font-weight: bold;
}
@media (max-width: 750px) {
  .department-list__each__text__header p br {
    display: none;
  }
}
.department-list__each__text__header .underline-red {
  color: #ff0000;
  border-color: #ff0000;
}
.department-list__each__text__header .underline-red::after {
  background-image: url(../img/department/flag_red.png);
}
.department-list__each__text__header .underline-blue {
  color: #3857e3;
  border-color: #3857e3;
}
.department-list__each__text__header .underline-blue::after {
  background-image: url(../img/department/flag_blue.png);
}
.department-list__each__text__header .underline-d-blue {
  color: #07047a;
  border-color: #07047a;
}
.department-list__each__text__header .underline-d-blue::after {
  background-image: url(../img/department/flag_d-blue.png);
}
.department-list__each__text__header .underline-green {
  color: #00c700;
  border-color: #00c700;
}
.department-list__each__text__header .underline-green::after {
  background-image: url(../img/department/flag_green.png);
}
.department-list__each__text__header .underline-pink {
  color: #ff80b3;
  border-color: #ff80b3;
}
.department-list__each__text__header .underline-pink::after {
  background-image: url(../img/department/flag_pink.png);
}

.department-list__each__text__detail a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 750px) {
  .department-list__each__text__detail a {
    flex-direction: column;
  }
}
.department-list__each__text__detail + .department-list__each__text__detail {
  border-top: 1px solid #000;
}
@media (max-width: 750px) {
  .department-list__each__text__detail + .department-list__each__text__detail {
    margin-top: 1.5em;
  }
}
.department-list__each__text__detail p {
  font-size: 1.6rem;
}
.department-list__each__text__detail .more-detail-btn span {
  font-weight: bold;
  background-color: #ffff00;
  height: 40px;
  width: 180px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 1em;
}
.department-list__each__text__detail .more-detail-btn span::after {
  content: "";
  width: 9px;
  height: 9px;
  display: inline-block;
  transform: rotate(45deg);
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  margin-left: 0.25em;
}
@media (max-width: 750px) {
  .department-list__each__text__detail .more-detail-btn span {
    margin-left: auto;
    margin-right: auto;
  }
}

.about-headline {
  text-align: center;
  background: url("../img/about/dot_title.png") 0 0 repeat;
  background-size: 4px auto;
  margin: 0 0 90px;
}

.about-headline img {
  width: 194px;
  height: auto;
}

.about-headline span {
  display: block;
  width: 1010px;
  background: url("../img/about/bg_title.png") 0 bottom no-repeat;
  background-size: 100% auto;
  margin: 0 auto;
  padding: 47px 0;
}

.about-chara {
  width: 1104px;
  margin: 0 auto;
  padding: 0 0 120px;
}

.about-chara h3 {
  text-align: center;
  margin: 0 0 60px;
}

.about-chara h3 img {
  width: 100%;
  height: auto;
}

.about-chara .block {
  position: relative;
  margin: 0 auto;
  padding: 0 47px 70px;
}

.about-chara .block::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10px;
  background: url("../img/common/dot_blue_wh.gif") 0 0 repeat;
  background-size: auto 4px;
}

.about-chara .headline {
  position: relative;
  padding: 5px 0 0 230px;
  margin: 0 0 50px;
}

.about-chara .headline p {
  font-size: 2rem;
  line-height: 1.9;
  margin: 28px 0 0;
  letter-spacing: 0.05em;
}

.about-chara .headline .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 177px;
  height: auto;
}

.about-chara .headline img {
  width: 615px;
  height: auto;
}

.about-chara ul {
  overflow: hidden;
}

.about-chara ul li {
  margin-bottom: 5rem;
}
@media (max-width: 750px) {
  .about-chara ul li {
    margin-bottom: 0;
  }
  .about-chara ul li:last-child {
    margin-bottom: 2rem;
  }
}

.about-chara ul li .ttl {
  font-size: 2rem;
  font-weight: bold;
  background: url("../img/about/icon_check.png") 4px center no-repeat;
  background-size: 22px auto !important;
  line-height: 1.2;
  margin: 20px 0 10px;
  padding: 0 0 0 35px;
}

.ie .about-chara ul li .ttl {
  background-position: 4px 0;
  padding: 4px 0 0 35px;
}

.about-chara ul li p {
  line-height: 2;
  margin: 0;
  font-size: 1.6rem;
}

.about-chara .block + .block {
  margin-top: 60px;
}

.about-chara .select {
  overflow: hidden;
  background: url("../img/about/bg_chara.png") center bottom no-repeat;
  background-size: 100% auto;
  padding: 72px 48px 150px;
}

.about-chara .select img {
  float: left;
  width: 440px;
  height: auto;
}

.about-chara .select div {
  float: right;
  width: 510px;
}

.about-chara .select .ttl {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.8;
  margin: 0 0 5px;
}

.about-chara .select p {
  line-height: 2;
  margin: 0;
}

.about-chara .content {
  display: flex;
  justify-content: space-between;
}
.about-chara .content figure {
  width: 38%;
}
.about-chara .content ul {
  width: 58%;
}
@media (max-width: 750px) {
  .about-chara .content {
    flex-direction: column;
  }
  .about-chara .content figure,
  .about-chara .content ul {
    width: 100%;
  }
  .about-chara .content figure {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

.about-support .block {
  position: relative;
  width: 1100px;
  border: 3px solid #00b5ff;
  background: #fff;
  margin: 0 auto;
  border-radius: 30px;
}

.about-support .block .img {
  position: absolute;
  top: -10px;
  left: 12px;
  width: 246px;
  height: auto;
}

.about-support .block > p {
  color: #00b5ff;
  font-size: 2.4rem;
  line-height: 1.8;
  text-align: center;
  font-weight: bold;
  margin: 30px 0;
}

.about-support .block h3 {
  font-size: 3.8rem;
  color: #fff;
  text-align: right;
  background: #00b5ff;
  letter-spacing: 0.5rem;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  margin: 0;
  padding: 35px 70px 32px 0;
}

.ie .about-support .block h3 {
  padding: 41px 70px 27px 0;
}

.about-support {
  background: url("../img/about/dot_blue.png") 0 0 repeat;
  background-size: auto 8px;
  padding: 90px 0 80px;
}

.about-support ul {
  overflow: hidden;
  padding: 0 45px 60px;
}

.about-support ul li {
  float: left;
  width: 322px;
}

.about-support ul li + li {
  margin-left: 19px;
}

.about-support ul li .ttl {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: bold;
  margin: 18px 0 15px;
}

.about-support ul li p {
  line-height: 2;
  margin: 0;
}

.about-offer__inner {
  margin-top: -19rem;
}
@media (max-width: 750px) {
  .about-offer__inner {
    margin-top: -6rem;
  }
}
.about-offer__inner + .about-offer__inner {
  margin-top: 4rem;
}

.about-offer {
  background-image: url("../img/about/dot_title.png");
  background-size: 4px;
  padding: 10px 0 90px;
}
.about-offer h3 {
  text-align: center;
  margin: 0;
}
.about-offer h3 img {
  width: 829px;
  height: auto;
}
.about-offer h4 {
  overflow: hidden;
  display: block;
  font-size: 3.2rem;
  letter-spacing: 0.2em;
  text-align: center;
}
@media (max-width: 750px) {
  .about-offer h4 {
    font-size: 2rem;
    padding: 0 2rem;
  }
  .about-offer h4 br {
    display: none;
  }
}

.about-offer p {
  background: url("../img/about/dot_blue_blue.png") 0 0 repeat;
  background-size: 4px auto;
  color: #fff;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: bold;
  padding: 0.5em 0.75em;
  margin: 0 0 20px;
}

.ie .about-offer p {
  padding: 27px 0 14px;
}

.about-offer ul li {
  position: relative;
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: bold;
  background: url("../img/about/icon_dot.png") 4px 14px no-repeat;
  background-size: 11px auto;
  padding: 0 0 0 1.5em;
}
.about-offer ul li + li {
  margin-top: 0.5em;
}

.ie .about-offer ul li {
  padding: 3px 0 0 1.5em;
}

.about-offer .block {
  width: 1010px;
  margin: 80px auto 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about-offer .block.single-block {
  justify-content: center;
}
.about-offer .block.single-block .block__each {
  width: 60%;
}
@media (max-width: 750px) {
  .about-offer .block.single-block .block__each {
    width: 100%;
  }
}

.about-offer .block__each {
  width: 455px;
  margin-bottom: 4rem;
}
.about-offer .block__each + .about-offer .block__each {
  margin-left: auto;
}

.about-detail {
  width: 1010px;
  margin: 0 auto;
  padding: 120px 0;
}

.about-bnr {
  margin: 0 0 120px;
}

.about-bnr li + li {
  margin-top: 40px;
}

.about-detail ol {
  margin: 20px 0 0;
  padding: 0 0 0 1.6em;
}

.about-detail ol li {
  list-style-type: lower-latin;
  font-size: 1.8rem;
  line-height: 2.2;
  font-weight: bold;
}

.about-detail .ttl {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 2;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  padding: 0 15px;
  margin: 50px 0 0;
}

.ie .about-detail .ttl {
  line-height: 1.4;
  padding: 12px 15px 3px;
}

.about-detail .img {
  width: 206px;
  height: auto;
}

.about-detail .important {
  font-size: 3.2rem;
  line-height: 1.2;
  margin: 23px 0 10px;
}

.about-detail p {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 2.2;
  margin: 0;
}

.about-detail .right .address {
  font-size: 3.6rem;
  line-height: 1.2;
  font-family: "Quicksand", sans-serif;
  margin: 0 0 35px;
}

.about-detail .right p {
  font-size: 2rem;
  margin-top: 35px;
}

.about-detail div {
  width: 440px;
}

.about-detail .left {
  float: left;
}

.about-detail .right {
  float: right;
}

@media (max-width: 750px) {
  .about-chara {
    width: auto;
    padding: 0 5%;
  }
  .about-headline span {
    width: auto;
    line-height: 1;
    background: url("../img/about/bg_title.png") center center no-repeat;
    background-size: auto 100%;
    padding: 5% 0;
  }
  .about-headline {
    margin: 0 0 10%;
  }
  .about-chara h3 {
    margin: 0 0 5%;
  }
  .about-headline img {
    width: 120px;
    vertical-align: top;
  }
  .about-chara .block {
    padding: 0;
  }
  .about-chara .headline {
    margin: 0 0 5%;
    padding: 0;
  }
  .about-chara .headline .img {
    width: 15%;
    height: auto;
    margin: 0;
  }
  .about-chara .headline img {
    width: 80%;
    margin: 2% 0 0 20%;
  }
  .about-chara .headline p {
    font-size: 1.8rem;
    margin: 5% 0 0;
  }
  .about-chara ul {
    padding: 0 0 10%;
  }
  .about-chara ul li {
    float: left;
    width: 100%;
  }
  .about-chara ul li .ttl {
    background-size: auto 100%;
    margin: 7% 0 3%;
    padding: 0 0 0 30px;
  }
  .about-chara ul li + li {
    margin: 7% 0 0;
  }
  .about-chara .block + .block {
    margin-top: 10%;
  }
  .about-chara .select {
    padding: 5% 0;
  }
  .about-chara .select img {
    float: none;
    width: 84%;
    margin: 0 8%;
  }
  .about-chara .select div {
    float: none;
    width: auto;
    padding: 5%;
  }
  .about-support {
    margin: 10% 0 0;
    padding: 5%;
  }
  .about-support .block {
    width: auto;
    border-radius: 6px;
    padding: 0 0 5%;
  }
  .about-support .block h3 {
    border-radius: 2px;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    text-align: center;
    padding: 2% 3%;
  }
  .about-support .block .img {
    display: none;
  }
  .about-support .block > p {
    font-size: 1.6rem;
    margin: 5%;
  }
  .about-support ul {
    padding: 0 5%;
  }
  .about-support ul li {
    width: auto;
  }
  .about-support ul li .ttl {
    font-size: 1.6rem;
    margin: 4% 0 2%;
  }
  .about-support ul li + li {
    margin: 5% 0 0;
  }
  .about-offer {
    padding: 2% 0 8%;
  }
  .about-offer .block {
    width: auto;
    margin: 0 5%;
  }
  .about-offer .block div {
    float: left;
    width: 100%;
    margin-top: 5%;
  }
  .about-offer .block .left img,
  .about-offer .block .right img {
    display: none;
  }
  .about-offer p {
    font-size: 2rem;
    padding: 4% 0;
    margin: 0 0 3%;
  }
  .about-offer ul {
    overflow: hidden;
  }
  .about-offer ul li {
    width: 100%;
    font-size: 1.4rem;
  }
  .about-offer ul li br {
    display: none;
  }
  .about-offer ul li:nth-child(odd) {
    float: left;
  }
  .about-offer ul li:nth-child(even) {
    float: right;
  }
  .about-offer ul li {
    background: url("../img/about/icon_dot.png") 4px 10px no-repeat;
    background-size: 6px auto;
    padding: 0 0 0 1.2em;
  }
  .about-bnr li + li {
    margin-top: 5%;
  }
  .about-bnr {
    margin: 0 0 10%;
  }
  .about-detail {
    width: auto;
    padding: 0;
    margin: 10% 5%;
  }
  .about-detail div {
    width: 100%;
  }
  .about-detail .img {
    width: 40%;
  }
  .about-detail .ttl {
    font-size: 2rem;
    margin: 8% 0 0;
  }
  .about-detail .important {
    font-size: 2.4rem;
  }
  .about-detail .important {
    margin: 5% 0 3%;
  }
  .about-detail p {
    font-size: 1.6rem;
    line-height: 2;
  }
  .about-detail ol {
    margin: 5% 0 10%;
  }
  .about-detail ol li {
    font-size: 1.6rem;
  }
  .about-detail .right p {
    font-size: 1.6rem;
    margin: 5% 0 2%;
  }
  .about-detail .right .address {
    font-size: 2.4rem;
    line-height: 1.4;
    margin: 0 0 5%;
  }
}
.about-network {
  margin-bottom: 100px;
}
.about-network h3 {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 2;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  padding: 0 15px;
  margin: 0;
}

.about-network_row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.about-network__each h4 {
  font-size: 1.6rem;
  padding: 0 0.25em;
}
.about-network__each ul li {
  display: inline-block;
  padding-right: 2rem;
}
@media (max-width: 750px) {
  .about-network__each ul li {
    margin-bottom: 1rem;
  }
}
.about-network__each ul li a {
  display: block;
}

.common-bnr-area + .about-network--home {
  margin-top: -40px;
}
@media (max-width: 750px) {
  .common-bnr-area + .about-network--home {
    margin-top: -20px;
  }
}

.about-network--home {
  margin-bottom: 50px;
}
.about-network--home .about-network_row {
  justify-content: center;
}
@media (max-width: 375px) {
  .about-network--home .about-network__each ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
  }
  .about-network--home .about-network__each ul li {
    width: 48%;
    padding: 0;
  }
}

.content-info_disclosure {
  margin-bottom: 10rem;
}

.info_disclosure__each {
  margin-bottom: 10rem;
  padding-top: 1rem;
}
.info_disclosure__each h3 {
  font-size: 2.8rem;
  border-left: 10px solid #00b5ff;
  margin: 0 0 3.5rem;
  padding-left: 0.75em;
  letter-spacing: 0.085em;
}
@media (max-width: 750px) {
  .info_disclosure__each h3 {
    font-size: 1.85rem;
  }
}
.info_disclosure__each table {
  border-top: 2px solid #000;
  border-collapse: collapse;
  border-spacing: 0;
}
.info_disclosure__each table tr th {
  background-image: url(../img/about/dot_title.png);
  background-size: 4px;
  text-align: left;
  width: 400px;
}
@media (max-width: 750px) {
  .info_disclosure__each table tr th br {
    display: none;
  }
}
.info_disclosure__each table tr td a {
  color: #00b5ff;
}
.info_disclosure__each table tr td ul,
.info_disclosure__each table tr td ol {
  padding: 0;
  margin: 0;
}
.info_disclosure__each table tr td ul li,
.info_disclosure__each table tr td ol li {
  margin: 0;
  padding: 0;
  line-height: 1.8;
}
.info_disclosure__each table tr td ol {
  padding-left: 1.25em;
}
.info_disclosure__each table tr th,
.info_disclosure__each table tr td {
  border-bottom: 2px solid #000;
  padding: 1em 1.5em;
  vertical-align: text-top;
}
@media (max-width: 750px) {
  .info_disclosure__each table tr th,
  .info_disclosure__each table tr td {
    width: 100%;
    display: block;
  }
}

.content-department .about-headline__daisotsu img {
  width: 656px;
}
@media (max-width: 750px) {
  .content-department .about-headline__daisotsu img {
    width: 310px;
  }
}

.daisotsu-catch {
  font-size: 2rem;
  text-align: center;
  line-height: 1.8;
}
@media (max-width: 750px) {
  .daisotsu-catch {
    font-size: 1.7rem;
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
  }
  .daisotsu-catch br {
    display: none;
  }
}

.table-title__daisotsu {
  position: relative;
}
.table-title__daisotsu::before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: 8px;
  width: 17px;
  height: 17px;
  background: #ff0000;
  margin-right: 0.5em;
}
.table-title__daisotsu strong {
  padding-left: 2.5rem;
  display: inline-block;
}

#daisotsu-voice {
  background: url(../img/common/dot_grey_big.png) 0 0 repeat !important;
  background-size: 8px auto !important;
}
@media (max-width: 750px) {
  #daisotsu-voice {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#daisotsu-voice::after {
  display: none !important;
}
#daisotsu-voice .home-voice__header__title h2 {
  background-image: url(../img/voice/ttl_voice_daisotsu.png);
}

.daisotsu-voice__each {
  max-width: 1010px;
  margin-left: auto;
  margin-right: auto;
}
.daisotsu-voice__each + .daisotsu-voice__each {
  border-top: 2px solid #000;
  margin-top: 5rem;
  padding-top: 7rem;
}

.daisotsu-voice__each__row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}
@media (max-width: 750px) {
  .daisotsu-voice__each__row {
    flex-direction: column;
  }
}
.daisotsu-voice__each__row figure {
  width: 40%;
}
@media (max-width: 750px) {
  .daisotsu-voice__each__row figure {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.daisotsu-voice__each__row .daisotsu-voice__each__text {
  width: 55%;
}
@media (max-width: 750px) {
  .daisotsu-voice__each__row .daisotsu-voice__each__text {
    width: 100%;
  }
}

.daisotsu-voice__each__text .card {
  background-color: #ffff00;
  position: relative;
  padding: 1em;
  text-align: center;
  font-weight: bold;
}
.daisotsu-voice__each__text .card:after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: -10px;
  width: 100%;
  height: 100%;
  background: url(../img/department/dot_bk.png) 0 0 repeat;
  background-size: 4px auto;
  z-index: -1;
}

.daisotsu-voice__each__text__cat {
  font-size: 2.3rem;
}
@media (max-width: 750px) {
  .daisotsu-voice__each__text__cat {
    font-size: 1.6rem;
  }
}

.daisotsu-voice__each__text__name {
  font-size: 3.4rem;
  margin: 0;
  padding: 0;
}
@media (max-width: 750px) {
  .daisotsu-voice__each__text__name {
    font-size: 2.3rem;
  }
}

@media (max-width: 750px) {
  .daisotsu-voice__each__education {
    font-size: 1.2rem;
  }
}

.daisotsu-voice__each__message {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}
.daisotsu-voice__each__message h3 {
  width: 208px;
  margin-bottom: 0;
}
@media (max-width: 750px) {
  .daisotsu-voice__each__message h3 {
    width: 150px;
  }
}

.daisotsu-voice__each__message__inner {
  background-color: #fff;
  position: relative;
  display: block;
  padding: 2em;
}
@media (max-width: 750px) {
  .daisotsu-voice__each__message__inner {
    padding: 1.5em;
  }
}
.daisotsu-voice__each__message__inner:after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: -10px;
  width: 100%;
  height: 100%;
  background: url(../img/department/dot_bk.png) 0 0 repeat;
  background-size: 4px auto;
  z-index: -1;
}
.daisotsu-voice__each__message__inner p {
  font-size: 2.2rem;
  font-weight: bold;
  margin: 0;
}
@media (max-width: 750px) {
  .daisotsu-voice__each__message__inner p {
    font-size: 1.8rem;
  }
}

button.daisotsu-voice__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  margin: 30px auto 0;
  padding: 15px;
  text-align: center;
  font-weight: bold;
  font-size: 2.3rem;
  color: #000;
  background-color: #ffff00;
  border-radius: 30px;
  border: none;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
@media (max-width: 750px) {
  button.daisotsu-voice__btn {
    font-size: 1.8rem;
  }
}
button.daisotsu-voice__btn:hover {
  opacity: 0.7;
}
button.daisotsu-voice__btn::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 0.5em;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(45deg);
  transition: 0.2s ease-in-out;
}

button.daisotsu-voice__btn.open::after {
  transform: rotate(-135deg) translateY(-5px);
}

.daisotsu-voice__each__block {
  background-color: #fff;
  padding: 3rem;
  margin-top: 3rem;
  margin-bottom: 8rem;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: none;
}
@media (max-width: 750px) {
  .daisotsu-voice__each__block {
    width: 100%;
    padding: 1.5em;
  }
}
.daisotsu-voice__each__block:after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: -10px;
  width: 100%;
  height: 100%;
  background: url(../img/department/dot_bk.png) 0 0 repeat;
  background-size: 4px auto;
  z-index: -1;
}

.daisotsu-voice__each__block__row + .daisotsu-voice__each__block__row {
  padding-top: 0.5em;
}
.daisotsu-voice__each__block__row h3 {
  font-size: 2.2rem;
}
.daisotsu-voice__each__block__row p {
  font-size: 1.7rem;
}
@media (max-width: 750px) {
  .daisotsu-voice__each__block__row h3 {
    font-size: 1.8rem;
  }
  .daisotsu-voice__each__block__row p {
    font-size: 1.4rem;
  }
  .daisotsu-voice__each__block__row + .daisotsu-voice__each__block__row {
    padding-top: 0;
  }
}

.misc-headline {
  text-align: center;
  background: url("../img/about/dot_title.png") 0 0 repeat;
  background-size: 4px auto;
  margin: 0 0 90px;
}
@media (max-width: 750px) {
  .misc-headline {
    margin-bottom: 10%;
  }
}

.misc-headline span {
  display: block;
  width: 1010px;
  background: url("../img/about/bg_title.png") 0 0 no-repeat;
  background-size: 100% auto;
  margin: 0 auto;
  padding: 47px 0;
}
@media (max-width: 750px) {
  .misc-headline span {
    width: auto;
    line-height: 1;
    background: url(../img/about/bg_title.png) center center no-repeat;
    background-size: auto 100%;
    padding: 5% 0;
  }
}

.content-sitemap .misc-headline img {
  width: 264px;
  height: auto;
}
@media (max-width: 750px) {
  .content-sitemap .misc-headline img {
    width: 165px;
  }
}

.content-info_disclosure .misc-headline img {
  width: 192px;
  height: auto;
}
@media (max-width: 750px) {
  .content-info_disclosure .misc-headline img {
    width: 120px;
  }
}

.content-privacy .misc-headline img {
  width: 458px;
  height: auto;
}
@media (max-width: 750px) {
  .content-privacy .misc-headline img {
    width: 286px;
  }
}

.content-graduate .misc-headline img {
  width: 428px;
  height: auto;
}
@media (max-width: 750px) {
  .content-graduate .misc-headline img {
    width: 268px;
  }
}

.content-seminar .misc-headline img {
  width: 561px;
  height: auto;
}
@media (max-width: 750px) {
  .content-seminar .misc-headline img {
    width: 300px;
  }
}

.content-opencampus .misc-headline img {
  width: 416px;
  height: auto;
}
@media (max-width: 750px) {
  .content-opencampus .misc-headline img {
    width: 260px;
  }
}

.sitemap-block-row {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 750px) {
  .sitemap-block-row {
    flex-direction: column;
  }
}
.sitemap-block-row:last-child {
  margin-bottom: 1rem;
}

.sitemap-block-col {
  width: 49%;
}
@media (max-width: 750px) {
  .sitemap-block-col {
    width: 100%;
    padding-bottom: 5%;
  }
}
.sitemap-block-col h3 {
  color: #00b5ff;
  font-size: 2.6rem;
  display: flex;
  align-items: center;
  margin: 0 0 2rem;
  letter-spacing: 0.1em;
}
@media (max-width: 750px) {
  .sitemap-block-col h3 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
}
.sitemap-block-col h3 a {
  color: #00b5ff;
}
.sitemap-block-col .flag {
  width: 71px;
  height: 27px;
  background: #00b5ff;
  display: inline-block;
  position: relative;
  margin-right: 2rem;
}
@media (max-width: 750px) {
  .sitemap-block-col .flag {
    width: 13px;
    margin-right: 0.5em;
  }
}
.sitemap-block-col .flag::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13.5px 8px 13.5px 0;
  border-color: transparent #fff transparent transparent;
}
.sitemap-block-col ul {
  padding-left: 8rem;
  margin-bottom: 8rem;
}
.sitemap-block-col ul li {
  border-bottom: 1px solid #8c8c8c;
  padding: 0 1em;
}
.sitemap-block-col ul li a {
  font-size: 1.8rem;
  padding: 0.65em 0;
  display: inline-block;
}
.sitemap-block-col ul li a::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.5px 0 5.5px 9.5px;
  border-color: transparent transparent transparent #000;
  display: inline-block;
  margin-right: 1em;
}
@media (max-width: 750px) {
  .sitemap-block-col ul {
    padding-left: 0;
    margin-bottom: 3rem;
  }
  .sitemap-block-col ul li {
    padding: 0;
  }
  .sitemap-block-col ul li a {
    font-size: 1.6rem;
  }
}

.privacy-content {
  padding-top: 1rem;
  padding-bottom: 6rem;
}
.privacy-content p {
  font-size: 1.6rem;
  line-height: 2.1em;
  margin-top: 0;
  margin-bottom: 1.8em;
}
.privacy-content h3 {
  font-size: 2.2rem;
  color: #00b5ff;
  border-bottom: 4px solid #00b5ff;
  margin: 0 0 2.5rem;
  padding-bottom: 2rem;
}
.privacy-content ul {
  padding-left: 1.2em;
  padding-bottom: 0.5em;
}
.privacy-content ul li {
  margin-bottom: 1em;
  line-height: 2.1em;
}
.privacy-content ul li ul {
  padding-top: 0.5em;
  margin-left: 0.25em;
}

.privacy-content__block {
  padding-bottom: 3rem;
}

.privacy-content__contact {
  border: 1px solid #8c8c8c;
  font-weight: bold;
  display: inline-block;
  padding: 1em 2.4em;
  line-height: 2.2em;
}

.event-info-flex {
  padding-bottom: 10rem;
}
@media (max-width: 750px) {
  .event-info-flex {
    padding-bottom: 5rem;
  }
}
.event-info-flex h3 {
  background: url(../img/joblicense/bg_headline.png) 0 0 no-repeat;
  background-size: 100% auto;
  color: #fff;
  font-weight: bold;
  font-size: 3.2rem;
  padding: 16px 40px;
  margin: 0 0 30px;
}
@media (max-width: 750px) {
  .event-info-flex h3 {
    background: url(../img/about/dot_blue_blue.png) 0 0 repeat;
    font-size: 2rem;
    background-size: 4px auto;
    padding: 1em;
  }
}
.event-info-flex p {
  font-size: 1.6rem;
}
.event-info-flex .parts-text {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin: 4rem 6rem;
  padding: 3rem 6rem;
}
@media (max-width: 750px) {
  .event-info-flex .parts-text {
    padding: 0;
  }
}
.event-info-flex .parts-text p {
  font-size: 1.6rem;
  line-height: 2;
  margin: 0;
}
.event-info-flex .parts-text,
.event-info-flex .parts-image {
  width: 82%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3rem;
}
@media (max-width: 750px) {
  .event-info-flex .parts-text,
  .event-info-flex .parts-image {
    width: 100%;
  }
}
.event-info-flex .parts-image {
  overflow: hidden;
}
.event-info-flex .parts-image:last-of-type {
  margin-bottom: 4rem;
}
.event-info-flex hr {
  margin-top: 4rem;
  margin-bottom: 6rem;
  height: 2px;
  width: 100%;
  background: #000;
  border: none;
}

.btn-sroll-to-form {
  text-align: center;
  margin-bottom: 4rem;
  margin-top: 4rem;
}
.btn-sroll-to-form a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 495px;
  margin: auto;
  padding: 15px;
  text-align: center;
  font-weight: bold;
  font-size: 2.3rem;
  color: #000;
  background-color: #ffff00;
  border-radius: 30px;
}
@media (max-width: 750px) {
  .btn-sroll-to-form a {
    width: 100%;
  }
}
.btn-sroll-to-form a span {
  padding-right: 0.5em;
}
.btn-sroll-to-form a::after {
  content: "";
  width: 9px;
  height: 9px;
  display: inline-block;
  transform: rotate(45deg) translateX(-4px);
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
}
.btn-sroll-to-form p {
  font-size: 1.6rem;
}
.btn-sroll-to-form p strong {
  font-size: 2.2rem;
}

.content-error404 .misc-headline img {
  width: 404px;
}
@media (max-width: 750px) {
  .content-error404 .misc-headline img {
    width: 241px;
  }
}

.error404-message {
  text-align: center;
  margin-bottom: 10rem;
}
.error404-message p {
  font-size: 1.6rem;
  line-height: 1.8;
}
.error404-message .back-to-top a {
  position: relative;
  display: inline-block;
  margin: auto;
  padding: 15px 20px;
  text-align: center;
  font-weight: bold;
  font-size: 2.3rem;
  color: #000;
  background-color: #ffff00;
  border-radius: 30px;
}

.side-fixed-bnr {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
}
.side-fixed-bnr ul li {
  text-align: right;
}
.side-fixed-bnr ul li + li {
  margin-top: 1em;
}
@media (max-width: 750px) {
  .side-fixed-bnr {
    display: none;
  }
}
.side-fixed-bnr__opencampus a {
  position: relative;
  display: block;
}
.side-fixed-bnr__opencampus a img {
  width: 81px;
}
.side-fixed-bnr__opencampus a::before, .side-fixed-bnr__opencampus a::after {
  content: "";
  position: absolute;
  transition: 0.4s ease;
}
.side-fixed-bnr__opencampus a::before {
  display: block;
  width: 64px;
  height: 0;
  padding-top: 53px;
  overflow: hidden;
  background-size: 64px 53px;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
  background-image: url(../img/bnr/bnr_oc_fukidasi.png);
  top: -5px;
  left: -5px;
  z-index: 14;
  animation: bounce1 2.4s ease-in-out infinite;
}
.side-fixed-bnr__opencampus a::after {
  display: block;
  width: 61px;
  height: 0;
  padding-top: 84px;
  overflow: hidden;
  background-size: 61px 84px;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
  background-image: url(../img/bnr/bnr_oc_usagi.png);
  top: 20px;
  right: 0;
  z-index: 15;
  animation: bounce2 2s ease-in-out infinite;
}
.side-fixed-bnr__opencampus a:hover {
  opacity: 1;
}
.side-fixed-bnr__opencampus a:hover img {
  opacity: 0.6;
}
.side-fixed-bnr__opencampus a:hover::before {
  animation: none;
}
.side-fixed-bnr__opencampus a:hover::after {
  animation: bounce2 0.2s ease-in-out infinite;
}

@keyframes bounce1 {
  0%, 100%, 20%, 50%, 80% {
    transform: translateY(0px);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}
@keyframes bounce2 {
  0% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
  25% {
    transform: translate(2px, 2px) rotateZ(1deg);
  }
  50% {
    transform: translate(0px, 2px) rotateZ(0deg);
  }
  75% {
    transform: translate(2px, 0px) rotateZ(-1deg);
  }
  100% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
}
.footer-fixed-bnr {
  display: none;
}
@media (max-width: 750px) {
  .footer-fixed-bnr {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
  }
}
.footer-fixed-bnr a {
  position: relative;
  display: block;
}
.footer-fixed-bnr a::before, .footer-fixed-bnr a::after {
  content: "";
  position: absolute;
  transition: 0.4s ease;
}
.footer-fixed-bnr a::before {
  display: block;
  width: 64px;
  height: 0;
  padding-top: 54px;
  overflow: hidden;
  background-size: 64px 54px;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
  background-image: url(../img/bnr/bnr_oc_fukidasi.png);
  top: -24px;
  right: 15px;
  z-index: 14;
  animation: bounce1 2.4s ease-in-out infinite;
}
.footer-fixed-bnr a::after {
  display: block;
  width: 51px;
  height: 0;
  padding-top: 76px;
  overflow: hidden;
  background-size: 51px 76px;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
  background-image: url(../img/bnr/bnr_oc_usagi.png);
  top: 0;
  right: 0;
  z-index: 15;
  animation: bounce2 2s ease-in-out infinite;
}
.footer-fixed-bnr a:hover {
  opacity: 1;
}
.footer-fixed-bnr a:hover img {
  opacity: 0.6;
}
.footer-fixed-bnr a:hover::before {
  animation: none;
}
.footer-fixed-bnr a:hover::after {
  animation: bounce2 0.2s ease-in-out infinite;
}

.voice-headline {
  text-align: center;
  background: url("../img/voice/bg_ttl.png") center 0 no-repeat;
  background-size: 1400px auto;
  margin: 0;
}
.voice-headline + .voice-result {
  margin-top: 100px;
}
@media (max-width: 750px) {
  .voice-headline + .voice-result {
    margin-top: 10%;
  }
}

.voice-headline img {
  width: 356px;
  height: auto;
}

.voice-headline span {
  display: block;
  text-align: left;
  width: 1010px;
  padding: 124px 0;
  margin: 0 auto;
}

.voice-block {
  background: url("../img/joblicense/dot_grey_lignt.png") 0 0 repeat;
  background-size: 4px auto;
  padding: 90px 0 75px;
  margin: 0 0 95px;
}

.voice-btn {
  width: 1010px;
  margin: 0 auto;
}

.voice-btn .voice-btn__color {
  border-bottom: 1px solid #999;
  padding: 0 0 38px;
  margin: 0 0 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.voice-btn .voice-btn__color li {
  width: 49%;
  font-size: 2.4rem;
  margin-top: 20px;
}

.voice-btn .voice-btn__color li a {
  display: block;
  color: #fff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

.voice-btn .voice-btn__mono {
  position: relative;
  border-bottom: 1px solid #999;
  padding: 0 0 38px;
  margin: 0 0 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.voice-btn .voice-btn__mono::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}

.voice-btn .voice-btn__mono:last-child {
  border-bottom: 0;
  margin: 0;
  padding: 0;
}

.voice-btn .voice-btn__mono--job li {
  width: 33.3%;
  margin-top: 20px;
  padding: 0 12px;
}
@media (max-width: 750px) {
  .voice-btn .voice-btn__mono--job li {
    padding: 0 6px;
  }
}

.voice-btn .voice-btn__mono--lisence li {
  width: 25%;
  margin-top: 20px;
  padding: 0 12px;
}

.voice-btn .voice-btn__mono li a {
  display: block;
  background: #656262;
  box-shadow: 2px 2px 0 1px #4c4948;
  color: #fff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

.voice-btn p {
  font-size: 2.6rem;
  font-weight: bold;
  background: url("../img/voice/icon_search.png") 0 center no-repeat;
  background-size: auto 100%;
  padding: 0 0 0 45px;
  margin: 0 0 10px;
}

.voice-btn a {
  text-align: center;
  border-radius: 10px;
  box-shadow: 2px 2px 0 1px #4c4948;
  padding: 20px 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

.ie .voice-btn a {
  padding: 22px 0 12px;
}

.voice-btn .course_koumuin a {
  background: url("../img/voice/dot_red.png") 0 0 repeat;
  background-size: 4px auto;
}

.voice-btn .course_e-sports a {
  background: url("../img/voice/dot_d-blue.png") 0 0 repeat;
  background-size: 4px auto;
}

.voice-btn .course_info_system a {
  background: url("../img/voice/dot_blue.png") 0 0 repeat;
  background-size: 4px auto;
}

.voice-btn .course_business a {
  background: url("../img/voice/dot_green.png") 0 0 repeat;
  background-size: 4px auto;
}

.voice-btn .course_secretary a {
  background: url("../img/voice/dot_pink.png") 0 0 repeat;
  background-size: 4px auto;
}

.voice-btn .course_ib a {
  background: url("../img/voice/dot_orange.png") 0 0 repeat;
  background-size: 4px auto;
}

.wp-pagenavi {
  margin: 60px 0 135px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wp-pagenavi a,
.wp-pagenavi .current {
  margin: 0 5px !important;
}
.wp-pagenavi a {
  width: 40px;
  line-height: 40px;
  background: #d6d6d6;
  text-align: center;
  border-radius: 100%;
  color: #000;
  border: none !important;
  padding: 0 !important;
}
.wp-pagenavi .nextpostslink {
  display: inline-block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  border-radius: 100%;
  background: url("../img/voice/icon_right.png") center center no-repeat #000;
  background-size: 10px auto;
}
.wp-pagenavi .nextpostslink:hover {
  background: url("../img/voice/icon_right_on.png") center center no-repeat #d6d6d6;
  background-size: 10px auto;
}
.wp-pagenavi .previouspostslink {
  display: inline-block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  border-radius: 100%;
  background: url("../img/voice/icon_left.png") center center no-repeat #000;
  background-size: 10px auto;
}
.wp-pagenavi .previouspostslink:hover {
  background: url("../img/voice/icon_left_on.png") center center no-repeat #d6d6d6;
  background-size: 10px auto;
}
.wp-pagenavi .current {
  background: #000;
  color: #fff;
  border-radius: 100%;
  display: inline-block;
  width: 40px;
  font-size: 1.8rem;
  text-align: center;
  line-height: 40px;
  vertical-align: bottom;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

.pager {
  margin: 60px 0 135px;
}

.pager .prev a {
  display: block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  border-radius: 100%;
  background: url("../img/voice/icon_left.png") center center no-repeat #000;
  background-size: 10px auto;
}

.pager .prev a:hover {
  background: url("../img/voice/icon_left_on.png") center center no-repeat #d6d6d6;
  background-size: 10px auto;
}

.pager .next a {
  display: block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  border-radius: 100%;
  background: url("../img/voice/icon_right.png") center center no-repeat #000;
  background-size: 10px auto;
}

.pager .next a:hover {
  background: url("../img/voice/icon_right_on.png") center center no-repeat #d6d6d6;
  background-size: 10px auto;
}

.pager ul {
  text-align: center;
  font-size: 0;
}

.pager li {
  display: inline-block;
  width: 40px;
  font-size: 1.8rem;
  /*border-radius: 100%;*/
  text-align: center;
  line-height: 40px;
  vertical-align: bottom;
}

.ie .pager li {
  line-height: 36px;
  padding-top: 4px;
}

.pager li + li {
  margin-left: 10px;
}

.pager li.current {
  background: #000;
  color: #fff;
  border-radius: 100%;
}

.pager a {
  display: block;
  width: 40px;
  line-height: 40px;
  background: #d6d6d6;
  text-align: center;
  border-radius: 100%;
}

.ie .pager a {
  line-height: 1;
  padding: 14px 0 8px;
}

.ie .pager .next a,
.ie .pager .prev a {
  padding: 0;
}

.pager a:hover {
  color: #fff;
  background: #000;
  opacity: 1;
}

.voice-detail {
  background: url("../img/common/dot_grey_big.png") 0 0 repeat;
  background-size: 8px auto;
}

.voice-detail h3 {
  text-align: center;
  margin: 120px 0 60px;
}

.voice-detail h3 img {
  width: 247px;
  height: auto;
  margin-top: -25px;
}

.voice-detail .subtitle {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 2;
  text-align: center;
  margin: 0 0 30px;
}

.voice-detail .card {
  text-align: center;
}

.voice-detail .card > img {
  width: 1010px;
  height: auto;
}

.voice-detail .card div {
  position: relative;
  background: #ffff00;
  width: 430px;
  padding: 30px;
  margin: -40px auto 0;
}

.voice-detail .card div::after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: -10px;
  width: 100%;
  height: 100%;
  background: url("../img/department/dot_bk.png") 0 0 repeat;
  background-size: 4px auto;
  z-index: -1;
}

.voice-detail .card div p {
  text-align: center;
  font-weight: bold;
  margin: 0;
}

.voice-detail .card div .class {
  font-size: 2.3rem;
}

.voice-detail .card div .section {
  font-size: 1.4rem;
  margin-top: 0.5em;
}

.voice-detail .card div .name {
  position: relative;
  font-size: 2.4rem;
  margin: 20px 0 40px;
}

.voice-detail .card div .year {
  font-size: 2rem;
}
.voice-detail .card div .year small {
  font-size: 1.4rem;
}

.voice-detail .card div .name::before {
  content: "";
  position: absolute;
  bottom: -17px;
  left: 50%;
  width: 120px;
  height: 1px;
  background: #000;
  margin-left: -60px;
}

.voice-detail .card div .name span {
  font-size: 3.4rem;
  margin-left: 0.5em;
}

.voice-detail .license {
  position: relative;
  width: 840px;
  border: 3px solid #ffff00;
  background: #fff;
  margin: 80px auto 74px;
  padding: 50px 45px;
}

.voice-detail .license img {
  position: absolute;
  top: -16px;
  left: 45px;
  width: 283px;
  height: auto;
}

.voice-detail .license ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.voice-detail .license ul li {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2;
  background: url("../img/department/icon_point.png") 0 12px no-repeat;
  background-size: 11px auto;
  padding-left: 20px;
  width: 49%;
}

.ie .voice-detail .license ul li {
  padding-top: 3px;
}

.voice-text {
  width: 840px;
  margin: 0 auto;
  padding: 0 0 130px;
}

.voice-text p {
  font-size: 1.7rem;
  line-height: 2;
}

.voice-text hr {
  height: 0;
  border-top: 1px solid #000;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  margin: 75px 0;
}

.voice-text h4 {
  font-size: 2.2rem;
  font-weight: bold;
  border-left: 11px solid #ffff00;
  line-height: 1.8;
  padding: 0 0 0 15px;
  margin: 0 0 15px;
}

.ie .voice-text h4 {
  padding-top: 4px;
}

.voice-text .img {
  margin: 0 0 75px;
}

.voice-text .message {
  position: relative;
  background: #fff;
  width: 100%;
  padding: 60px 50px 40px;
  margin: 80px auto 0;
}

.voice-text .message img {
  position: absolute;
  top: -20px;
  left: 0;
  width: 208px;
  height: auto;
}

.voice-text .message::after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: -10px;
  width: 100%;
  height: 100%;
  background: url("../img/department/dot_bk.png") 0 0 repeat;
  background-size: 4px auto;
  z-index: -1;
}

.voice-new {
  width: 1010px;
  margin: 0 auto;
  padding: 140px 0 120px;
}

.voice-new .home-voice__body {
  margin-bottom: 20px;
}

.voice-ribbon {
  position: relative;
  background: #00b5ff;
  color: #fff;
  font-weight: bold;
  font-size: 3.2rem;
  padding: 16px 30px;
  margin: 0 0 60px;
}

.ie .voice-ribbon {
  padding: 21px 30px 12px;
}

.voice-ribbon::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 20px 40px 0;
  border-color: transparent #ffffff transparent transparent;
}

@media (max-width: 750px) {
  .voice-btn {
    width: auto;
  }
  .voice-btn p {
    font-size: 1.6rem;
    padding-left: 26px;
  }
  .voice-btn .voice-btn__color {
    padding: 0 0 7%;
    margin: 0 0 7%;
  }
  .voice-btn .voice-btn__color li {
    width: 100%;
    font-size: 1.8rem;
    margin-top: 3%;
  }
  .voice-btn .voice-btn__color li a {
    padding: 15px 0;
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  .voice-btn .voice-btn__color li a {
    padding: 7px;
  }
}
@media (max-width: 750px) {
  .voice-btn .voice-btn__mono {
    padding: 0 0 7%;
    margin: 0 0 7%;
  }
  .voice-btn .voice-btn__mono li {
    width: 49%;
    font-size: 1.3rem;
    margin-top: 3%;
  }
  .voice-btn .voice-btn__mono li a {
    padding: 12px 0;
  }
  .voice-headline span {
    width: auto;
    padding: 10% 0;
  }
  .voice-headline {
    background-size: auto 110%;
    background-position: 100% 0;
  }
  .voice-headline img {
    display: block;
    width: 220px;
    height: auto;
    vertical-align: top;
    margin: 0 auto;
  }
  .voice-block {
    margin: 0 0 10%;
    padding: 5% 5% 8%;
  }
  .voice-result .home-voice__body {
    padding-bottom: 0;
  }
  .pager {
    margin: 5% 0 10%;
  }
  .pager li {
    width: 25px;
    font-size: 1.4rem;
    line-height: 25px;
  }
  .pager li + li {
    margin-left: 5px;
  }
  .pager li a {
    width: 25px;
    line-height: 25px;
  }
  .pager .next a,
  .pager .prev a {
    width: 25px;
    height: 25px;
    background-size: 6px auto;
  }
  .voice-detail h3 {
    margin: 10% 0 1%;
  }
  .voice-detail h3 img {
    width: 26%;
    height: auto;
    margin-top: -4%;
  }
  .voice-detail .subtitle {
    font-size: 1.6rem;
    margin: 0 5% 5%;
  }
  .voice-detail .card div {
    width: auto;
    margin: -10px 5% 0;
    padding: 5%;
  }
  .voice-detail .card div::after {
    bottom: -5px;
    right: -5px;
  }
  .voice-detail .card div .class {
    font-size: 1.6rem;
  }
  .voice-detail .card div .name {
    font-size: 2rem;
    margin: 10px 0 25px;
  }
  .voice-detail .card div .name span {
    font-size: 2.4rem;
  }
  .voice-detail .card div .name::before {
    width: 80px;
    bottom: -10px;
    margin-left: -40px;
  }
  .voice-detail .card div .year {
    font-size: 1.4rem;
  }
  .voice-text .img {
    margin: 0 0 5%;
  }
  .voice-detail .license {
    width: auto;
    margin: 12% 5% 8%;
    padding: 5%;
  }
  .voice-detail .license ul {
    float: none;
    width: auto;
  }
  .voice-detail .license ul + ul {
    float: none;
  }
  .voice-detail .license ul li {
    font-size: 1.4rem;
    background: url("../img/department/icon_point.png") 0 10px no-repeat;
    background-size: 6px auto;
    padding: 0 0 0 1.2em;
    width: 100%;
  }
  .voice-detail .license img {
    left: 5%;
    width: 200px;
  }
  .voice-text {
    width: auto;
    padding: 0 5% 10%;
  }
  .voice-new {
    width: auto;
  }
  .voice-text h4 {
    font-size: 1.8rem;
  }
  .voice-text hr {
    margin: 10% 0;
  }
  .voice-text .message {
    padding: 12% 5% 5%;
    margin: 15% 0 0;
  }
  .voice-text .message img {
    width: 150px;
  }
  .voice-text .message::after {
    right: -5px;
    bottom: -5px;
  }
  .voice-text p {
    margin: 0;
  }
  .voice-ribbon {
    font-size: 2.4rem;
    padding: 5px 20px;
    margin: 0 0 5%;
  }
  .voice-new {
    padding: 5% 0;
  }
  .voice-new .home-voice__body {
    padding-bottom: 0;
  }
  .voice-ribbon {
    margin: 0 15px 5%;
  }
  .voice-ribbon::before {
    content: none;
  }
}
.content-contact .misc-headline img {
  width: 530px;
}
@media (max-width: 750px) {
  .content-contact .misc-headline img {
    width: 300px;
  }
}

.contact-pamphlet {
  padding-bottom: 7rem;
}

.contact-pamphlet__top {
  display: flex;
  justify-content: space-between;
  align-items: top;
  margin-bottom: 3rem;
}
@media (max-width: 750px) {
  .contact-pamphlet__top {
    flex-direction: column;
    margin-bottom: 0;
  }
}
.contact-pamphlet__top figure {
  width: 33%;
}
@media (max-width: 750px) {
  .contact-pamphlet__top figure {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
  }
}
.contact-pamphlet__top .open-time {
  color: #ff0000;
  font-size: 2.2rem;
  font-weight: bold;
  margin-top: 3rem;
}
@media (max-width: 750px) {
  .contact-pamphlet__top .open-time {
    font-size: 1.6rem;
    margin-top: 1.5rem;
  }
}

.contact-pamphlet__text {
  width: 58%;
}
.contact-pamphlet__text h3 {
  font-size: 2.4rem;
  line-height: 1.8em;
  margin: 0;
}
@media (max-width: 750px) {
  .contact-pamphlet__text {
    width: 100%;
  }
  .contact-pamphlet__text h3 {
    font-size: 1.6rem;
  }
  .contact-pamphlet__text h3 br {
    display: none;
  }
}

.contact-pamphlet__text__tel {
  margin-top: 6rem;
  background: #ff0000;
  color: #fff;
  text-align: center;
  padding: 3rem 0 4rem;
}
@media (max-width: 750px) {
  .contact-pamphlet__text__tel {
    padding: 1.5rem 0 2rem;
  }
}
.contact-pamphlet__text__tel span {
  display: block;
}
.contact-pamphlet__text__tel .title {
  font-size: 3.3rem;
  margin-bottom: 1em;
}
.contact-pamphlet__text__tel .num {
  display: block;
  width: 508px;
  height: 0;
  padding-top: 46px;
  overflow: hidden;
  background-size: 508px 46px;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
  background-image: url(../img/contact/contact_tel_num.png);
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 750px) {
  .contact-pamphlet__text__tel {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 2rem;
  }
  .contact-pamphlet__text__tel .title {
    font-size: 1.8rem;
  }
  .contact-pamphlet__text__tel .num {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 9%;
    overflow: hidden;
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    font-size: 0;
  }
}

.contact-pamphlet__bottom {
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.contact-pamphlet__bottom p {
  font-size: 1.8rem;
  margin: 0;
  line-height: 2.2em;
}
@media (max-width: 750px) {
  .contact-pamphlet__bottom p {
    font-size: 1.6rem;
  }
}

.contact-mailform {
  background: #ececec url(../img/common/dot_wh.gif);
  padding-top: 8rem;
  padding-bottom: 8rem;
}
@media (max-width: 750px) {
  .contact-mailform {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.contact-mailform h3 {
  display: block;
  width: 466px;
  height: 0;
  padding-top: 37.5px;
  overflow: hidden;
  background-size: 466px 37.5px;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
  background-image: url(../img/contact/ttl_mailform.png);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 7rem;
}
@media (max-width: 750px) {
  .contact-mailform h3 {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 8%;
    overflow: hidden;
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    font-size: 0;
    width: 80%;
    margin-bottom: 3rem;
  }
}

.contact-each,
.contact-each__detail_child {
  padding: 2rem 0;
}
.contact-each + .contact-each,
.contact-each + .contact-each__detail_child,
.contact-each__detail_child + .contact-each,
.contact-each__detail_child + .contact-each__detail_child {
  border-top: 1px solid #acacac;
}
@media (max-width: 750px) {
  .contact-each,
  .contact-each__detail_child {
    padding: 1rem 0;
  }
}

.contact-mailform--entry h3 {
  display: block;
  width: 425.5px;
  height: 0;
  padding-top: 37.5px;
  overflow: hidden;
  background-size: 425.5px 37.5px;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
  background-image: url(../img/contact/ttl_entryform.png);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 7rem;
}
@media (max-width: 750px) {
  .contact-mailform--entry h3 {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 9%;
    overflow: hidden;
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    font-size: 0;
    width: 80%;
    margin-bottom: 3rem;
  }
}

.contact-each {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 750px) {
  .contact-each {
    flex-direction: column;
  }
}
.contact-each:first-child {
  border-top: 1px solid #acacac;
}

.mw_wp_form .contact-each .error {
  font-weight: bold;
  color: #ff0000;
  padding-top: 0.25em;
  font-size: 1.3rem;
}

.contact-each__head {
  width: 210px;
  font-size: 1.6rem;
  font-weight: bold;
  padding-right: 5rem;
}
@media (max-width: 750px) {
  .contact-each__head {
    padding-right: 0;
    padding-bottom: 1rem;
  }
  .contact-each__head br {
    display: none;
  }
}
.contact-each__head .required {
  background-color: #ff0000;
  color: #fff;
  font-weight: normal;
  font-size: 1.2rem;
  padding: 0.25em 0.25em;
  margin-left: 0.5em;
  display: inline-block;
}

.contact-each__detail {
  width: 80%;
}
.contact-each__detail input,
.contact-each__detail textarea {
  border: 1px solid #999;
  font-size: 16px;
  padding: 1em;
  width: 100%;
  border-radius: 8px;
  color: #000;
}
.contact-each__detail input[type=radio],
.contact-each__detail input[type=checkbox] {
  width: auto;
  display: none;
}
.contact-each__detail select {
  font-size: 16px;
  padding: 1em;
  border: none;
  border: 1px solid #999;
  background: linear-gradient(to bottom, #efefef 0%, #efefef 40%, #efefef 40%, #d8d8d8 60%, #d8d8d8 100%);
  height: 60px;
  width: 200px;
}
.contact-each__detail .horizontal-item {
  margin-left: 0 !important;
}
.contact-each__detail .mwform-zip-field {
  display: block;
}
@media (max-width: 750px) {
  .contact-each__detail .mwform-tel-field input {
    width: 6em !important;
  }
}
.contact-each__detail .zip {
  width: 260px;
  margin-right: 1em;
}
@media (max-width: 750px) {
  .contact-each__detail .zip {
    width: 10em;
  }
}
.contact-each__detail .zip-wrap {
  display: flex;
  align-items: center;
}

@media (max-width: 750px) {
  .contact-each__detail__reason {
    display: flex;
    flex-direction: column;
  }
}
.contact-each__detail__reason p {
  display: none;
}
.contact-each__detail__reason + .contact-each__detail__reason {
  border-top: 1px solid #acacac;
  padding-top: 0.75em;
}
@media (max-width: 750px) {
  .contact-each__detail__reason + .contact-each__detail__reason {
    border-top: 0;
  }
}
.contact-each__detail__reason:last-child {
  margin-bottom: -0.5em;
}
.contact-each__detail__reason .mwform-checkbox-field {
  display: inline-block;
  padding-bottom: 0.5em;
}
.contact-each__detail__reason strong {
  font-size: 1.5rem;
  display: block;
}

@media (max-width: 750px) {
  .contact-each__head,
  .contact-each__detail {
    width: 100%;
  }
}
.radio-row {
  display: flex;
}
@media (max-width: 750px) {
  .radio-row {
    flex-direction: column;
  }
}

.mwform-radio-field,
.mwform-checkbox-field {
  margin-right: 3em;
}
@media (max-width: 750px) {
  .mwform-radio-field,
  .mwform-checkbox-field {
    margin-right: 0;
  }
}
.mwform-radio-field label:hover,
.mwform-checkbox-field label:hover {
  cursor: pointer;
}

.mwform-radio-field-text,
.mwform-checkbox-field-text {
  font-weight: bold;
  font-size: 2.2rem;
  display: flex;
  align-items: center;
}
@media (max-width: 750px) {
  .mwform-radio-field-text,
  .mwform-checkbox-field-text {
    font-size: 1.6rem;
    line-height: 1.8;
    padding-top: 0.25em;
    padding-bottom: 0.25em;
  }
}
.mwform-radio-field-text::before,
.mwform-checkbox-field-text::before {
  content: "";
  width: 22px;
  height: 22px;
  display: inline-block;
  border: 1px solid #999;
  background-color: #fff;
  border-radius: 3px;
  margin-right: 1em;
}

input[type=radio]:checked + span::before,
input[type=checkbox]:checked + span::before {
  background-color: #00b5ff;
}

.contact-each__detail--birth {
  display: flex;
  justify-content: left;
}
@media (max-width: 750px) {
  .contact-each__detail--birth {
    flex-direction: column;
  }
}
.contact-each__detail--birth .birth-col {
  display: flex;
  align-items: flex-end;
  margin-left: 1em;
  width: 33.3%;
}
@media (max-width: 750px) {
  .contact-each__detail--birth .birth-col {
    width: 100%;
  }
}
.contact-each__detail--birth .birth-col select {
  width: 100%;
}
.contact-each__detail--birth .birth-col:first-child {
  margin-left: 0;
}
@media (max-width: 750px) {
  .contact-each__detail--birth .birth-col {
    margin-bottom: 0.5em;
    margin-left: 0;
  }
}
.contact-each__detail--birth .birth-col .error {
  display: block;
  order: 3;
}
.contact-each__detail--birth .birth-col .date-text {
  order: 2;
}
.contact-each__detail--birth .date-text {
  font-weight: bold;
  font-size: 2.2rem;
  padding-left: 0.5em;
}

.contact-each__detail_child {
  display: flex;
  flex-direction: column;
}
.contact-each__detail_child h4 {
  margin: 0;
  font-size: 2.2rem;
}
.contact-each__detail_child .mwform-checkbox-field {
  display: block;
  margin-left: 0 !important;
  display: flex;
  align-items: center;
  margin-bottom: 1em;
}
@media (max-width: 750px) {
  .contact-each__detail_child .mwform-checkbox-field {
    flex-direction: column;
    align-items: flex-start;
  }
}
.contact-each__detail_child .mwform-checkbox-field input {
  width: auto;
  display: none;
}
.contact-each__detail_child .mwform-checkbox-field label:hover {
  cursor: pointer;
}
.contact-each__detail_child .mwform-checkbox-field-text {
  font-size: 1.8rem;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.contact-each__detail_child .mwform-checkbox-field-text::before {
  content: "";
  width: 22px;
  height: 22px;
  display: inline-block;
  border: 1px solid #999;
  background-color: #fff;
  border-radius: 3px;
  margin-right: 1em;
}
.contact-each__detail_child input[type=checkbox]:checked + span::before {
  background-color: #00b5ff;
}

.sec_koumuin .mwform-checkbox-field::after {
  font-size: 1.6rem;
  font-weight: bold;
}
@media (max-width: 750px) {
  .sec_koumuin .mwform-checkbox-field::after {
    margin-left: 3.5em;
    font-size: 1rem;
  }
}
.sec_koumuin .mwform-checkbox-field:first-child::after {
  content: "（国家一般職（高卒）・地方初級・中級（県庁・市役所等)）";
}
.sec_koumuin .mwform-checkbox-field:nth-child(2)::after {
  content: "（警察・消防・海上保安・自衛官等）";
}
.sec_koumuin .mwform-checkbox-field:nth-child(3)::after {
  content: "（3年制）";
}
.sec_koumuin .mwform-checkbox-field:nth-child(4)::after {
  content: "(2年制)";
}
.sec_koumuin .mwform-checkbox-field:nth-child(7)::after {
  content: "（女子のみ）";
}

.sec_daisotsu .mwform-checkbox-field::after {
  font-size: 1.4rem;
  font-weight: bold;
}
@media (max-width: 750px) {
  .sec_daisotsu .mwform-checkbox-field::after {
    margin-left: 3.5em;
    font-size: 1rem;
  }
}
.sec_daisotsu .mwform-checkbox-field:first-child::after {
  content: "（国家一般職（大卒）、地方上級、国税専門官、裁判所一般職など）";
}
.sec_daisotsu .mwform-checkbox-field:nth-child(2)::after {
  content: "（国立大学法人、警察官、消防官、海上保安官、9月10月市町村、技術区分公務員など）";
}

.contact-button {
  text-align: center;
  margin-top: 3rem;
}
.contact-button div {
  display: inline-block;
}
@media (max-width: 750px) {
  .contact-button div {
    margin-bottom: 1em;
  }
}
.contact-button button {
  background: #00b5ff;
  color: #fff;
  font-size: 3rem;
  border: none;
  height: 80px;
  display: flex;
  align-items: center;
  border-radius: 40px;
  padding: 0 40px;
  cursor: pointer;
  transition: 0.4s ease-in-out;
}
@media (max-width: 750px) {
  .contact-button button {
    font-size: 2.2rem;
    height: 60px;
  }
}
.contact-button button:hover {
  opacity: 0.7;
}

.contact-button__back button {
  background-color: #999;
}

#conZipBtn {
  font-size: 2rem;
  border: none;
  background-color: #4d4948;
  color: #fff;
  padding: 0;
  height: 56px;
  border-radius: 8px;
  padding-left: 1em;
  padding-right: 1em;
  cursor: pointer;
}

.mw_wp_form_confirm #conZipBtn {
  display: none;
}

.content-admission .misc-headline img {
  width: 400px;
}
@media (max-width: 750px) {
  .content-admission .misc-headline img {
    width: 300px;
  }
}

#message-sent {
  max-width: 600px;
  line-height: 1.8;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 750px) {
  .mw_wp_form_input,
  .mw_wp_form_confirm,
  .mw_wp_form_complete {
    margin-top: -160px;
    padding-top: 160px;
  }
}

@media (max-width: 750px) {
  .contact-each__consent .mwform-checkbox-field-text {
    flex-direction: column;
    text-align: center;
  }
}
@media (max-width: 750px) {
  .contact-each__consent .mwform-checkbox-field-text::before {
    margin-right: 0;
    margin-top: 1rem;
    order: 2;
  }
}

@media (max-width: 750px) {
  #scrollSec {
    padding-top: 65px;
    margin-top: -65px;
  }
}

.page-thanks-contact {
  background: #ececec url(../img/common/dot_wh.gif);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
@media (max-width: 750px) {
  .page-thanks-contact {
    height: auto;
  }
}
.page-thanks-contact #message {
  padding: 15px;
  max-width: 640px;
  text-align: center;
}
.page-thanks-contact .back-to-home {
  margin-bottom: 5rem;
}
.page-thanks-contact .back-to-home a {
  background-color: #00b5ff;
  color: #fff;
  height: 60px;
  font-size: 2.2rem;
  padding: 20px 40px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  margin-left: auto;
  margin-right: auto;
}
.page-thanks-contact .logo {
  width: 180px;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

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

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

.opencumpus-form {
  padding-bottom: 10rem;
}
.opencumpus-form .contact-button {
  margin-top: 9rem;
}
@media (max-width: 750px) {
  .opencumpus-form .contact-button {
    margin-top: 3rem;
  }
}
.opencumpus-form .contact-button button {
  width: 100%;
  max-width: 490px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 750px) {
  .opencumpus-form .contact-button button {
    font-size: 1.4rem;
    height: 40px;
    padding-left: 4em;
    padding-right: 4em;
    letter-spacing: 0.1em;
  }
}
.opencumpus-form .mwform-checkbox-field-text,
.opencumpus-form .mwform-radio-field-text {
  font-size: 1.8rem;
}
@media (max-width: 750px) {
  .opencumpus-form .mwform-checkbox-field-text,
  .opencumpus-form .mwform-radio-field-text {
    font-size: 1.4rem;
  }
}
.opencumpus-form #conZipBtn {
  background-color: #00b5ff;
  width: 114px;
}
@media (max-width: 750px) {
  .opencumpus-form #conZipBtn {
    height: 46px;
  }
}
.opencumpus-form .mwform-checkbox-field-text:before,
.opencumpus-form .mwform-radio-field-text:before {
  width: 16px;
  height: 16px;
  margin-right: 0.5em;
}

.oc-group-wrap {
  margin-bottom: 3.8rem;
  border: 1px solid #C1C2C2;
  border-top: none;
}
.oc-group-wrap .sec_koumuin .mwform-checkbox-field:after {
  margin-left: 1.5em;
  display: inline-block;
}
.oc-group-wrap .zip-wrap {
  flex-direction: column;
  align-items: flex-start;
}
.oc-group-wrap .zip-wrap div {
  display: flex;
}
.oc-group-wrap .zip-wrap + p {
  margin-bottom: 0;
}
@media (max-width: 750px) {
  .oc-group-wrap {
    margin-bottom: 2rem;
  }
}
.oc-group-wrap .contact-each {
  display: flex;
  align-items: stretch;
  margin: 0;
  padding: 0;
}
.oc-group-wrap .contact-each__head {
  background: url(../img/opencampus/bg_form_title.gif);
  display: flex;
  align-items: center;
  width: 300px;
  font-size: 1.8rem;
  padding: 1.5rem;
}
@media (max-width: 750px) {
  .oc-group-wrap .contact-each__head {
    width: 100%;
    padding: 1rem;
    font-size: 1.6rem;
  }
}
.oc-group-wrap .contact-each__head .required {
  margin-right: 0.75em;
  font-size: 1.6rem;
  padding: 0.15em 0;
  width: 3.3em;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 750px) {
  .oc-group-wrap .contact-each__head .required {
    font-size: 1.2rem;
    margin-left: 0;
  }
}
.oc-group-wrap .contact-each__head span {
  width: calc(100% - 3em);
}
.oc-group-wrap .contact-each__detail {
  padding: 2rem 2.5rem;
  font-weight: bold;
  font-size: 1.8rem;
  background: #fff;
}
.oc-group-wrap .contact-each__detail .vertical-item {
  margin-right: 0;
  margin-bottom: 0;
}
.oc-group-wrap .contact-each__detail .vertical-item + .vertical-item {
  margin-top: 0.75em;
}
.oc-group-wrap .contact-each__detail .horizontal-item {
  margin-right: 2rem;
}
@media (max-width: 750px) {
  .oc-group-wrap .contact-each__detail {
    padding: 1rem;
  }
  .oc-group-wrap .contact-each__detail .mwform-tel-field input {
    width: 5em !important;
  }
}
.oc-group-wrap .contact-each__detail--row {
  display: flex;
}
@media (max-width: 750px) {
  .oc-group-wrap .contact-each__detail--row {
    flex-direction: column;
  }
}
.oc-group-wrap .contact-each__detail_child {
  padding: 0;
}
.oc-group-wrap .contact-each__detail input,
.oc-group-wrap .contact-each__detail select,
.oc-group-wrap .contact-each__detail textarea {
  background: #f2f7ff;
  border-radius: 10px;
}
@media (max-width: 750px) {
  .oc-group-wrap .contact-each__detail input,
  .oc-group-wrap .contact-each__detail select,
  .oc-group-wrap .contact-each__detail textarea {
    font-size: 1.6rem;
    padding: 0.25em 0.5em;
  }
}
@media (max-width: 750px) {
  .oc-group-wrap .contact-each__detail input,
  .oc-group-wrap .contact-each__detail select {
    height: 46px;
  }
}
.oc-group-wrap .contact-each__detail select[name=date-opencampus] {
  width: 400px;
}
@media (max-width: 750px) {
  .oc-group-wrap .contact-each__detail select[name=date-opencampus] {
    width: 100%;
  }
}
.oc-group-wrap .contact-each__detail textarea[name=address] {
  min-height: 110px;
}
.oc-group-wrap .contact-each__detail__name-first, .oc-group-wrap .contact-each__detail__name-second {
  display: flex;
  align-items: center;
  width: 37%;
  flex-direction: column;
}
@media (max-width: 750px) {
  .oc-group-wrap .contact-each__detail__name-first, .oc-group-wrap .contact-each__detail__name-second {
    width: 100%;
  }
}
.oc-group-wrap .contact-each__detail__name-first div, .oc-group-wrap .contact-each__detail__name-second div {
  display: flex;
  align-items: center;
  width: 100%;
}
.oc-group-wrap .contact-each__detail__name-first span, .oc-group-wrap .contact-each__detail__name-second span {
  width: 3.5em;
}
@media (max-width: 750px) {
  .oc-group-wrap .contact-each__detail__name-first span, .oc-group-wrap .contact-each__detail__name-second span {
    font-size: 1.2rem;
  }
}
.oc-group-wrap .contact-each__detail__name-first {
  margin-right: 1em;
}
@media (max-width: 750px) {
  .oc-group-wrap .contact-each__detail__name-first {
    margin-bottom: 1rem;
    margin-right: 0;
  }
}
.oc-group-wrap .contact-each__detail__school {
  width: 58%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 1em;
  flex-direction: column;
}
.oc-group-wrap .contact-each__detail__school div {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.oc-group-wrap .contact-each__detail__school input {
  width: calc(100% - 4em);
}
@media (max-width: 750px) {
  .oc-group-wrap .contact-each__detail__school {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
@media (max-width: 750px) {
  .oc-group-wrap .contact-each__detail__school span {
    font-size: 1.4rem;
  }
}
.oc-group-wrap .contact-each__detail__grade {
  width: 42%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
.oc-group-wrap .contact-each__detail__grade div {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.oc-group-wrap .contact-each__detail__grade select {
  width: calc(100% - 3em);
}
@media (max-width: 750px) {
  .oc-group-wrap .contact-each__detail__grade span {
    font-size: 1.4rem;
  }
}
.oc-group-wrap .contact-each__detail__subject, .oc-group-wrap .contact-each__detail__survey {
  width: 100%;
}
.oc-group-wrap .contact-each__detail__subject div, .oc-group-wrap .contact-each__detail__survey div {
  width: 100%;
  display: flex;
}
@media (max-width: 750px) {
  .oc-group-wrap .contact-each__detail__subject div, .oc-group-wrap .contact-each__detail__survey div {
    flex-direction: column;
  }
}
.oc-group-wrap .contact-each__detail .birth-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.oc-group-wrap .contact-each__detail .birth-col div {
  display: flex;
  align-items: center;
  width: 100%;
}
@media (max-width: 750px) {
  .oc-group-wrap .contact-each__detail--birth {
    flex-direction: row;
  }
  .oc-group-wrap .contact-each__detail--birth .date-text {
    font-size: 1.6rem;
  }
}
.oc-group-wrap .contact-each__detail__reason--group {
  display: flex;
}
.oc-group-wrap .contact-each__detail__reason--group strong {
  color: #999;
  font-size: 1.8rem;
  width: 5.5em;
}
@media (max-width: 750px) {
  .oc-group-wrap .mwform-radio-field-text {
    margin-bottom: 0.75em;
  }
}
.oc-group-wrap .error {
  font-size: 1.4rem !important;
  margin-top: 0.5em;
  width: 100% !important;
  color: red;
}
.oc-group-wrap .error-message {
  width: 100%;
}
.oc-group-wrap .error-message + p {
  padding: 0;
  margin: 0;
}
.oc-group-wrap .error-color input,
.oc-group-wrap .error-color select,
.oc-group-wrap .error-color textarea {
  border: 1px solid #d40000;
  background-color: #fdf2f2;
}

.mw_wp_form_confirm .contact-each__detail__name-first div,
.mw_wp_form_confirm .contact-each__detail__name-second div,
.mw_wp_form_confirm .contact-each__detail__school div,
.mw_wp_form_confirm .contact-each__detail__grade div {
  justify-content: left;
}
.mw_wp_form_confirm .contact-each__detail__name-first div span,
.mw_wp_form_confirm .contact-each__detail__name-second div span,
.mw_wp_form_confirm .contact-each__detail__school div span,
.mw_wp_form_confirm .contact-each__detail__grade div span {
  display: none;
}

.open-campus-message {
  background-size: 114.5px;
  background: url(../img/opencampus/bg_slash_yellow.png);
  position: relative;
  padding-top: 52px;
  padding-bottom: 190px;
}
@media (max-width: 750px) {
  .open-campus-message {
    padding-top: 20px;
    padding-bottom: 113px;
  }
}
.open-campus-message::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  content: "";
  display: block;
  width: 715.5px;
  height: 0;
  padding-top: 255.5px;
  overflow: hidden;
  background-size: 715.5px 255.5px;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
  background-image: url(../img/opencampus/bg_opencampus.png);
  transform: translateX(-32%);
}
@media (max-width: 750px) {
  .open-campus-message::after {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 34%;
    overflow: hidden;
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    font-size: 0;
    width: 96%;
    right: 0;
    left: auto;
    transform: none;
  }
}
.open-campus-message h2 {
  display: block;
  width: 1013px;
  height: 0;
  padding-top: 233px;
  overflow: hidden;
  background-size: 1013px 233px;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
  background-image: url(../img/opencampus/ttl_openccampus.png);
}
@media (max-width: 750px) {
  .open-campus-message h2 {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 44%;
    overflow: hidden;
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    font-size: 0;
    background-image: url(../img/opencampus/ttl_openccampus_sp.png);
  }
}
.open-campus-message h3 {
  display: block;
  width: 853.5px;
  height: 0;
  padding-top: 33.5px;
  overflow: hidden;
  background-size: 853.5px 33.5px;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
  background-image: url(../img/opencampus/txt_openccampus.png);
  margin: 60px auto 45px;
}
@media (max-width: 750px) {
  .open-campus-message h3 {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 20%;
    overflow: hidden;
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    font-size: 0;
    background-image: url(../img/opencampus/txt_openccampus_sp.png);
    width: 86%;
    margin: 28px auto 6px;
  }
}
.open-campus-message p {
  max-width: 853px;
  margin: 0 auto;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.085em;
}
@media (max-width: 750px) {
  .open-campus-message p {
    font-size: 1.2rem;
  }
}

.open-campus-flow {
  background: url(../img/opencampus/bg_slash_blue.png);
  background-size: 113.5px;
  padding-top: 35px;
  padding-bottom: 40px;
  position: relative;
}
@media (max-width: 750px) {
  .open-campus-flow {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.open-campus-flow h2 {
  display: block;
  width: 850.5px;
  height: 0;
  padding-top: 216px;
  overflow: hidden;
  background-size: 850.5px 216px;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
  background-image: url(../img/opencampus/ttl_reservation.png);
  margin: 0 auto 57px;
  transform: translateX(7.5%);
}
@media (max-width: 750px) {
  .open-campus-flow h2 {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 45%;
    overflow: hidden;
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    font-size: 0;
    background-image: url(../img/opencampus/ttl_reservation_sp.png);
    transform: translateX(-2%);
    margin-bottom: 20px;
  }
}
.open-campus-flow h3 {
  display: block;
  width: 240px;
  height: 0;
  padding-top: 235px;
  overflow: hidden;
  background-size: 240px 235px;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
  background-image: url(../img/opencampus/txt_reservation_1.png);
  position: absolute;
  top: -57px;
  transform: translateX(-10px);
}
@media (max-width: 750px) {
  .open-campus-flow h3 {
    display: none;
  }
}
.open-campus-flow p.flow {
  display: block;
  width: 755.5px;
  height: 0;
  padding-top: 83.5px;
  overflow: hidden;
  background-size: 755.5px 83.5px;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
  background-image: url(../img/opencampus/txt_reservation_2.png);
  margin: 0 auto 46px;
  transform: translateX(-6px);
}
@media (max-width: 750px) {
  .open-campus-flow p.flow {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 47%;
    overflow: hidden;
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    font-size: 0;
    width: 96%;
    background-image: url(../img/opencampus/txt_reservation_2_sp.png);
    margin-bottom: 20px;
  }
}
.open-campus-flow p {
  color: #fff;
  font-weight: bold;
  line-height: 2;
  font-size: 1.8rem;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 750px) {
  .open-campus-flow p {
    font-size: 1.2rem;
    letter-spacing: 0.1em;
  }
}

.open-campus-datepick {
  padding-top: 72px;
  padding-bottom: 55px;
}
@media (max-width: 750px) {
  .open-campus-datepick {
    padding-top: 28px;
  }
}
.open-campus-datepick h2 {
  display: block;
  width: 1000px;
  height: 0;
  padding-top: 132.5px;
  overflow: hidden;
  background-size: 1000px 132.5px;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
  background-image: url(../img/opencampus/ttl_clickgo.png);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 86px;
}
@media (max-width: 750px) {
  .open-campus-datepick h2 {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 30%;
    overflow: hidden;
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    font-size: 0;
    background-image: url(../img/opencampus/ttl_clickgo_sp.png);
    margin-bottom: 20px;
  }
}

#btn-select-date ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
@media (max-width: 750px) {
  #btn-select-date ul {
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
  }
}
#btn-select-date ul li {
  width: 49%;
  margin-bottom: 4%;
}
@media (max-width: 750px) {
  #btn-select-date ul li {
    width: 86%;
    margin-bottom: 6%;
  }
}
#btn-select-date ul li a {
  display: flex;
  flex-direction: column;
  border: 3px solid #FEE40B;
  background: linear-gradient(#ffff00 30%, #fff000 70%);
  font-weight: bold;
  align-items: center;
  border-radius: 100px;
  padding: 2rem;
  letter-spacing: 0.2em;
  width: 100%;
}
@media (max-width: 750px) {
  #btn-select-date ul li a {
    padding: 1.5rem;
    letter-spacing: 0;
  }
}
#btn-select-date ul li a:hover {
  background: linear-gradient(#FEC70B 30%, #FDB80B 70%);
  opacity: 1;
  border-color: #FDAE0A;
}
#btn-select-date ul li a .date {
  margin-bottom: 1.25rem;
}
@media (max-width: 750px) {
  #btn-select-date ul li a .date {
    margin-bottom: 0;
  }
}
#btn-select-date ul li a .date small {
  font-size: 2.9rem;
}
@media (max-width: 750px) {
  #btn-select-date ul li a .date small {
    font-size: 1.6rem;
  }
}
#btn-select-date ul li a .date span {
  font-size: 3.8rem;
}
@media (max-width: 750px) {
  #btn-select-date ul li a .date span {
    font-size: 2.2rem;
  }
}
#btn-select-date ul li a .date p {
  text-align: center;
  font-size: 2.4rem;
  margin-top: 10px;
  margin: 0;
}
@media (max-width: 750px) {
  #btn-select-date ul li a .date p {
    font-size: 1.4rem;
  }
}
#btn-select-date ul li a .reservation {
  font-size: 2.8rem;
  display: flex;
  align-items: center;
}
@media (max-width: 750px) {
  #btn-select-date ul li a .reservation {
    font-size: 1.6rem;
  }
}
#btn-select-date ul li a .reservation::after {
  margin-left: 0.5em;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 21.7px 12.5px 0 12.5px;
  border-color: #000 transparent transparent transparent;
}
@media (max-width: 750px) {
  #btn-select-date ul li a .reservation::after {
    border-width: 13px 7.5px 0 7.5px;
  }
}

.btn-other-date {
  display: flex;
  justify-content: center;
}
.btn-other-date a {
  background-color: #ffff00;
  font-size: 3.2rem;
  font-weight: bold;
  padding: 15px;
  letter-spacing: 0.1em;
  max-width: 494px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
}
@media (max-width: 750px) {
  .btn-other-date a {
    width: 76%;
    font-size: 1.6rem;
  }
}

.opencumpus-form h3 {
  background: url(../img/opencampus/bg_form_title.gif);
  padding: 30px;
  margin: 0 0 40px;
}
@media (max-width: 750px) {
  .opencumpus-form h3 {
    margin-left: -15px;
    margin-right: -15px;
    padding: 25px 15px;
    margin-bottom: 20px;
  }
}
.opencumpus-form h3 span {
  display: block;
  width: 559px;
  height: 0;
  padding-top: 41px;
  overflow: hidden;
  background-size: 559px 41px;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
  background-image: url(../img/opencampus/ttl_reservation_form.png);
  margin-left: auto;
  margin-right: auto;
  transform: translateX(-40px);
}
@media (max-width: 750px) {
  .opencumpus-form h3 span {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 8%;
    overflow: hidden;
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    font-size: 0;
    background-image: url(../img/opencampus/ttl_reservation_form_sp.png);
    margin-left: auto;
    margin-right: auto;
    transform: none;
  }
}
.opencumpus-form--survey {
  margin-top: 10rem;
}
@media (max-width: 750px) {
  .opencumpus-form--survey {
    margin-top: 0;
  }
}
.opencumpus-form--survey h3 span {
  display: block;
  width: 267.5px;
  height: 0;
  padding-top: 40px;
  overflow: hidden;
  background-size: 267.5px 40px;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
  background-image: url(../img/opencampus/ttl_survey.png);
  margin-left: auto;
  margin-right: auto;
  transform: none;
}
@media (max-width: 750px) {
  .opencumpus-form--survey h3 span {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 8%;
    overflow: hidden;
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    font-size: 0;
    width: 50%;
  }
}

#ib-student {
  background: url(../img/common/dot_grey_big.png) 0 0 repeat !important;
  background-size: 8px auto !important;
  padding-bottom: 100px;
  padding-top: 80px;
}
@media (max-width: 750px) {
  #ib-student {
    padding-top: 40px;
    padding-bottom: 60px;
    margin-top: 20px;
  }
}
#ib-student h3 {
  text-align: center;
  margin: 0 0 50px;
}
@media (max-width: 750px) {
  #ib-student h3 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
}
#ib-student figure {
  text-align: center;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
#ib-student figure img {
  width: 100%;
}

.ib-student__txt,
.ib-teacher__txt {
  background: #fff;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 750px) {
  .ib-student__txt,
  .ib-teacher__txt {
    width: 90%;
  }
}
.ib-student__txt p,
.ib-teacher__txt p {
  font-size: 1.7rem;
  line-height: 2;
  margin: 0;
}
@media (max-width: 750px) {
  .ib-student__txt p,
  .ib-teacher__txt p {
    font-size: 1.4rem;
  }
}

.ib-student__txt,
.ib-teacher__txt {
  position: relative;
}
.ib-student__txt span,
.ib-teacher__txt span {
  top: -40px;
  left: 0px;
  position: absolute;
}
.ib-student__txt .inner,
.ib-teacher__txt .inner {
  padding: 4rem 5rem;
  background: #fff;
  position: relative;
  z-index: 2;
}
@media (max-width: 750px) {
  .ib-student__txt .inner,
  .ib-teacher__txt .inner {
    padding: 2.5em 1em 1em;
  }
}
.ib-student__txt::after,
.ib-teacher__txt::after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: -10px;
  width: 100%;
  height: 100%;
  background: url(../img/department/dot_bk.png) 0 0 repeat;
  background-size: 4px auto;
  z-index: 1;
}

.ib-student__profile {
  color: #fff;
  max-width: 430px;
  margin-top: -60px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 106px;
  text-align: center;
  position: relative;
  background: #ff8d00;
}
@media (max-width: 750px) {
  .ib-student__profile {
    width: 90%;
    margin-top: -20px;
  }
}
.ib-student__profile .inner {
  padding: 3rem 0 1rem;
  background: #ff8d00;
  position: relative;
  z-index: 2;
}
@media (max-width: 750px) {
  .ib-student__profile .inner {
    padding: 1rem;
  }
}
.ib-student__profile::after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: -10px;
  width: 100%;
  height: 100%;
  background: url(../img/department/dot_bk.png) 0 0 repeat;
  background-size: 4px auto;
  z-index: 1;
}
.ib-student__profile span {
  font-size: 2.3rem;
}
@media (max-width: 750px) {
  .ib-student__profile span {
    font-size: 1.6rem;
  }
}
.ib-student__profile h4 {
  font-size: 3.4rem;
  margin: 0;
  padding: 3rem 0 2rem;
  position: relative;
}
@media (max-width: 750px) {
  .ib-student__profile h4 {
    font-size: 2.2rem;
    padding: 0 0 0.5em;
    margin-bottom: 0.5em;
  }
}
.ib-student__profile h4::after {
  content: "";
  border-bottom: 1px solid #fff;
  width: 30%;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.ib-student__profile small {
  font-size: 2.4rem;
}
@media (max-width: 750px) {
  .ib-student__profile small {
    font-size: 1.6rem;
  }
}
.ib-student__profile p {
  font-size: 2rem;
}
@media (max-width: 750px) {
  .ib-student__profile p {
    font-size: 1.4rem;
    margin: 0;
  }
}

#ib-teacher {
  background: url(../img/i_business/bg_dot_dark.png) 0 0 repeat !important;
  background-size: 8px auto !important;
  padding-top: 70px;
  overflow: hidden;
}
@media (max-width: 750px) {
  #ib-teacher {
    padding-top: 40px;
  }
}
#ib-teacher h3 {
  text-align: center;
  padding: 0;
  margin: 0 0 50px;
}
@media (max-width: 750px) {
  #ib-teacher h3 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
}
#ib-teacher .inner {
  max-width: 1010px;
  margin-bottom: 140px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 750px) {
  #ib-teacher .inner {
    margin-bottom: 50px;
    flex-direction: column;
  }
}
#ib-teacher .inner-ib-teacher {
  min-height: 500px;
}
@media (max-width: 750px) {
  #ib-teacher .inner-ib-teacher {
    min-height: auto;
  }
}
#ib-teacher figure {
  order: 2;
  position: absolute;
  z-index: 3;
  right: 0;
  top: 0;
}
@media (max-width: 750px) {
  #ib-teacher figure {
    order: 1;
    position: static;
  }
}

.ib-teacher__profile {
  order: 1;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 750px) {
  .ib-teacher__profile {
    order: 2;
    position: static;
  }
}

.ib-teacher__profile__detail {
  background: #fff;
  width: 560px;
  position: relative;
  z-index: 3;
  padding: 0 4rem 4rem;
}
@media (max-width: 750px) {
  .ib-teacher__profile__detail {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.ib-teacher__profile__detail h4 {
  margin: -15px 0 0;
  padding-bottom: 0.5em;
}
.ib-teacher__profile__detail h5 {
  font-size: 1.6rem;
  margin: 10px 0;
  font-weight: bold;
}

.ib-teacher__profile__message {
  font-size: 2.6rem;
  font-weight: bold;
  padding: 0;
  margin: 50px 0 65px;
  line-height: 2.1em;
}
@media (max-width: 750px) {
  .ib-teacher__profile__message {
    margin: 20px 15px 40px;
    font-size: 2rem;
  }
}

.ib-teacher__profile__detail {
  font-size: 3.4rem;
}
@media (max-width: 750px) {
  .ib-teacher__profile__detail {
    font-size: 2.4rem;
  }
}
.ib-teacher__profile__detail .name-teacher {
  font-size: 2.6rem;
}
@media (max-width: 750px) {
  .ib-teacher__profile__detail .name-teacher {
    font-size: 1.6rem;
  }
}
.ib-teacher__profile__detail .name-en {
  font-size: 1.6rem;
  margin-left: 0.5em;
}
@media (max-width: 750px) {
  .ib-teacher__profile__detail .name-en {
    font-size: 1.4rem;
    margin-left: 0;
  }
}

.ib-teacher__profile__detail__list {
  border-top: 2px solid #000;
  border-bottom: 1px solid #000;
  padding-bottom: 2rem;
}
.ib-teacher__profile__detail__list span {
  font-size: 1.6rem;
  line-height: 1;
}
.ib-teacher__profile__detail__list ul {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.ib-teacher__profile__detail__list ul li {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-right: 1.5em;
}
@media (max-width: 750px) {
  .ib-teacher__profile__detail__list ul li {
    font-size: 1.4rem;
  }
}

.ib-teacher__profile__detail__tag {
  font-size: 1.8rem;
  font-weight: bold;
  background: #ff8d00;
  color: #fff;
  position: relative;
  top: -1.5em;
  left: 0;
  padding: 0.5em 0.8em;
}

#ib-tuition {
  max-width: 1010px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 750px) {
  #ib-tuition {
    padding: 50px 15px;
  }
}

.ib-tuition__row h4 {
  font-size: 2.4rem;
  color: #ff8d00;
  border: 4px solid #ff8d00;
  display: inline-block;
  padding: 0.35em 1em;
  margin: 0 0 3rem;
}
@media (max-width: 750px) {
  .ib-tuition__row h4 {
    font-size: 2rem;
  }
}
.ib-tuition__row ul {
  display: flex;
}
@media (max-width: 750px) {
  .ib-tuition__row ul {
    flex-direction: column;
    width: 90%;
  }
}
.ib-tuition__row ul li + li {
  margin-left: 90px;
}
@media (max-width: 750px) {
  .ib-tuition__row ul li + li {
    margin-left: 0;
    margin-top: 0.5em;
  }
}
.ib-tuition__row + .ib-tuition__row {
  margin-top: 50px;
}
.ib-tuition__row p {
  font-size: 1.7rem;
}
@media (max-width: 750px) {
  .ib-tuition__row p {
    font-size: 1.4rem;
  }
}

@media (max-width: 750px) {
  .ib-tuition-table {
    overflow-x: scroll;
  }
}
.ib-tuition-table table {
  border-top: 1px solid #8c8c8c;
  border-left: 1px solid #8c8c8c;
  border-collapse: collapse;
  border-spacing: 0;
}
@media (max-width: 750px) {
  .ib-tuition-table table {
    width: 800px;
  }
}
.ib-tuition-table table th,
.ib-tuition-table table td {
  border-right: 1px solid #8c8c8c;
  border-bottom: 1px solid #8c8c8c;
  text-align: center;
  padding: 0.75em 0.5em;
}
.ib-tuition-table table th {
  font-size: 1.8rem;
  font-weight: bold;
  background: #E7E7E7;
}
.ib-tuition-table table th.red {
  background: #ff0000;
  color: #fff;
}
.ib-tuition-table table td.red {
  color: #ff0000;
}

#ib-access {
  max-width: 1010px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
}
@media (max-width: 750px) {
  #ib-access {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#ib-access figure {
  text-align: center;
}
#ib-access figure + #ib-access figure {
  margin-top: 100px;
}
@media (max-width: 750px) {
  #ib-access figure {
    margin-top: 20px;
  }
}
#ib-access p {
  font-size: 1.7rem;
  line-height: 2;
  margin-top: 1.5em;
}
@media (max-width: 750px) {
  #ib-access p {
    font-size: 1.4rem;
  }
}

.ib-access__area {
  background-color: #fff4cf;
  overflow: hidden;
  margin-top: 100px;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 750px) {
  .ib-access__area {
    padding-left: 15px;
    padding-right: 15px;
  }
}

#ib-docs {
  max-width: 1010px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 750px) {
  #ib-docs {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#ib-docs p {
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2rem;
}
@media (max-width: 750px) {
  #ib-docs p {
    font-size: 1.6rem;
  }
}
#ib-docs hr {
  border-bottom: 1px solid #000;
  background: none;
  margin: 64px 0;
}

.btn-download {
  background: #00b5ff;
  color: #fff !important;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 2.4rem;
  padding: 1em 2.5em;
  border-radius: 80px;
}
@media (max-width: 750px) {
  .btn-download {
    font-size: 1.8rem;
  }
}
.btn-download:visited, .btn-download:visited:hover {
  color: #fff;
}
.btn-download:hover {
  color: #fff;
}
.btn-download::after {
  content: "";
  display: inline-block;
  display: block;
  width: 56px;
  height: 0;
  padding-top: 42px;
  overflow: hidden;
  background-size: 56px 42px;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
  background-image: url(../img/misc/icon_download.png);
}

.btn-download--facebook {
  margin-bottom: 80px;
  background: #3d5a96;
  justify-content: center;
}
.btn-download--facebook img {
  margin-right: 0.5em;
}
.btn-download--facebook:after {
  display: none;
}/*# sourceMappingURL=output.css.map */

.password-form-message {
  text-align: center;
  line-height: 2.1;
  margin-bottom: 4.4rem;
}
@media (max-width: 750px) {
  .password-form-message {
    text-align: center;
    font-size: 1.3rem;
    margin-bottom: 4vw;
  }
}

.password-input-group {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 750px) {
  .password-input-group {
    padding-bottom: 7vw;
  }
}
.password-input-group input[name=post_password] {
  width: 420px;
  height: 60px;
  font-size: 1.7rem;
  border: 1px solid #00b5ff;
  border-radius: 10px;
  font-weight: bold;
  margin-bottom: 3rem;
  padding: 1em 1.3em;
  position: relative;
}
@media (max-width: 750px) {
  .password-input-group input[name=post_password] {
    width: 100%;
    height: auto;
    margin-bottom: 6vw;
  }
}
.password-input-group input[name=post_password]::placeholder {
  color: #cccccc;
  letter-spacing: 0.058em;
  position: absolute;
  left: 1.4em;
  font-size: 1.7rem;
}
.password-input-group label {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.password-input-group button {
  font-size: 2rem;
  background: #00b5ff;
  border: none;
  color: #fff;
  width: 110px;
  height: 60px;
  border-radius: 10px;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
  transition: 0.4s ease;
}
.password-input-group button:hover {
  opacity: 0.8;
}

.joblicense-record {
  text-align: center;
  margin: 0 0 20px;
}

.joblicense-record img {
  width: 1016px;
  height: auto;
}

.joblicense-reason .block {
  width: 1010px;
  margin: 0 auto;
}

.joblicense-reason h3 {
  text-align: center;
  margin: 0 0 45px;
}

.joblicense-reason h3 img {
  width: 935px;
  height: auto;
}

.joblicense-reason {
  background: url("../img/common/dot_grey_big.png") 0 0 repeat;
  background-size: 8px auto;
  padding: 100px 0 0;
}

.joblicense-reason ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0 0 65px;
}
@media (max-width: 750px) {
  .joblicense-reason ul {
    padding-bottom: 0;
  }
}

.joblicense-reason ul li {
  width: 494px;
  border-top: 4px solid #4c4948;
  padding: 35px 0 0;
  margin: 40px 0 0;
}

.joblicense-reason ul li:nth-child(-n+2) {
  border-top: 0;
  padding: 0;
  margin: 0;
}

.joblicense-reason ul li .ttl {
  font-size: 2.4rem;
  line-height: 1.6;
  font-weight: bold;
  text-align: center;
  margin: 5px 0;
}

.joblicense-reason ul li p {
  font-size: 1.6rem;
  line-height: 2;
  margin: 0;
}

.joblicense-balloon {
  background: url("../img/joblicense/dot_grey_lignt.png") 3px 3px repeat;
  background-size: 4px auto;
}

.joblicense-balloon .ttl {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  background: url("../img/joblicense/dot_grey_dark.png") 4px 2px repeat;
  background-size: 4px auto;
  padding: 25px 0;
  margin: 0;
}

.ie .joblicense-balloon .ttl {
  padding: 25px 0 18px;
}

.joblicense-balloon .inner {
  padding: 10px 65px 45px;
}

.joblicense-balloon .inner img {
  float: left;
  width: 380px;
  height: auto;
  margin: 10px 0 0;
}

.joblicense-balloon .inner div {
  float: right;
  width: 460px;
}

.joblicense-balloon .ques {
  font-size: 2rem;
  font-weight: bold;
  margin: 0 0 8px;
  padding: 5px 0 0;
}

.joblicense-balloon p {
  font-size: 1.6rem;
  line-height: 2;
  margin: 0;
}
@media (max-width: 750px) {
  .joblicense-balloon p {
    font-size: 1.4rem;
  }
}

.joblicense-balloon .notes {
  font-size: 1.4rem;
  margin: 8px 0 0;
}

.joblicense-imgblock__text {
  width: 82%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: -6rem;
  padding: 3rem 6rem;
  background: #fff;
}
.joblicense-imgblock__text h4 {
  font-size: 2.6rem;
  line-height: 1.85;
  color: #00b5ff;
  margin: 0 0 2rem;
  letter-spacing: 0.22em;
}
.joblicense-imgblock__text p {
  font-size: 1.6rem;
  line-height: 2;
  margin: 0;
}
@media (max-width: 750px) {
  .joblicense-imgblock__text {
    margin-top: -1rem;
    margin-bottom: 50px;
    padding: 2rem;
    width: 90%;
  }
  .joblicense-imgblock__text h4 {
    font-size: 1.6rem;
  }
  .joblicense-imgblock__text h4 br {
    display: none;
  }
  .joblicense-imgblock__text p {
    font-size: 1.4rem;
  }
}

.joblicense-headline {
  background: url("../img/joblicense/bg_headline.png") 0 0 no-repeat;
  background-size: 100% auto;
  color: #fff;
  font-weight: bold;
  font-size: 3.2rem;
  padding: 16px 40px;
  margin: 0 0 30px;
}

.ie .joblicense-headline {
  padding: 22px 40px 10px;
}

.joblicense-license {
  background: url("../img/common/dot_grey_big.png") 0 0 repeat;
  background-size: 8px auto;
  padding: 10px 0 80px;
}
.joblicense-license--bottom {
  background-image: url(../img/about/dot_title.png);
  background-size: 4px;
  padding-bottom: 20rem;
}
@media (max-width: 750px) {
  .joblicense-license--bottom {
    padding-bottom: 20rem !important;
  }
}

.joblicense-license .block {
  width: 1010px;
  margin: 0 auto;
}

.joblicense-imgblock + .joblicense-balloon {
  margin-top: 150px;
}
@media (max-width: 750px) {
  .joblicense-imgblock + .joblicense-balloon {
    margin-top: 0;
    margin-bottom: 50px;
  }
}

.joblicense-license .block + .block {
  margin-top: 120px;
}

.joblicense-content {
  position: relative;
}

.joblicense-content .home-topics::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 125px;
  background: url("../img/common/dot_grey_big.png") -4px -6px repeat;
  background-size: 8px auto;
  z-index: 2;
}

@media (max-width: 750px) {
  .joblicense-record {
    margin: 0 5% 3%;
  }
  .joblicense-reason {
    padding: 10% 5%;
  }
  .joblicense-reason h3 {
    margin: 0 0 5%;
  }
  .joblicense-reason .block {
    width: auto;
  }
  .joblicense-reason ul li {
    width: auto;
    border-top: 0;
    padding-top: 0;
    margin-top: 0;
  }
  .joblicense-reason ul li .ttl {
    font-size: 1.8rem;
  }
  .joblicense-reason ul li p {
    font-size: 1.4rem;
  }
  .joblicense-reason ul li + li {
    margin-top: 5% !important;
  }
  .joblicense-balloon .ttl {
    font-size: 1.8rem;
    line-height: 1.6;
    padding: 4% 5%;
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  .joblicense-balloon .ttl {
    text-align: left;
  }
}
@media (max-width: 750px) {
  .joblicense-balloon .inner {
    padding: 0 10% 5%;
  }
  .joblicense-balloon .inner img {
    display: block;
    width: 70%;
    float: none;
    margin: 0 auto 3%;
  }
  .joblicense-balloon .inner div {
    float: none;
    width: auto;
  }
  .joblicense-license {
    padding: 5%;
  }
  .joblicense-license .block {
    width: auto;
  }
  .joblicense-headline {
    background: url("../img/common/dot_blue_blue.png") 0 0 repeat;
    background-size: 4px auto;
    font-size: 2.4rem;
    padding: 5px 20px;
    margin: 0 0 5%;
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  .joblicense-headline {
    padding: 0.5em 0.6em;
    font-size: 2rem;
  }
}
@media (max-width: 750px) {
  .joblicense-license .block + .block {
    margin-top: 10%;
  }
}
.content-joblisence #result {
  width: 100%;
  padding-top: 19rem;
  margin-top: -19rem;
}
@media (max-width: 750px) {
  .content-joblisence #result {
    padding-top: 10rem;
    margin-top: -10rem;
  }
}

.joblicense-header {
  background-image: url(../img/about/dot_title.png);
  background-size: 4px 4px;
}
.joblicense-header h3 {
  text-align: center;
}
.joblicense-header h3 img {
  max-width: 829px;
}
@media (max-width: 750px) {
  .joblicense-header h3 img {
    width: 100%;
  }
}
.joblicense-header__nav {
  padding-top: 10rem;
  padding-bottom: 8rem;
  margin-top: -14rem;
  background: #fff;
}
@media (max-width: 750px) {
  .joblicense-header__nav {
    margin-top: -3rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.joblicense-header__nav ul {
  width: 1010px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 750px) {
  .joblicense-header__nav ul {
    width: 100%;
  }
}
@media (max-width: 750px) {
  .joblicense-header__nav ul {
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.joblicense-header__nav ul li {
  width: 49%;
  display: flex;
  align-items: stretch;
  font-weight: bold;
  margin-bottom: 0.8em;
}
@media (max-width: 750px) {
  .joblicense-header__nav ul li {
    width: 100%;
    margin: 0;
  }
  .joblicense-header__nav ul li + li {
    margin-top: 0.5rem;
  }
}
.joblicense-header__nav ul li a {
  font-size: 2.6rem;
  background: #ffff00;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  align-items: center;
  border-radius: 20px;
  border: 2px solid #000;
  padding: 0.5em 0.75em;
  letter-spacing: 0.2em;
}
.joblicense-header__nav ul li a span {
  width: calc(100% - 48px);
}
@media (max-width: 750px) {
  .joblicense-header__nav ul li a {
    font-size: 1.6rem;
  }
}
.joblicense-header__nav .icon-down-arrow {
  display: block;
  width: 32px;
  height: 0;
  padding-top: 32px;
  overflow: hidden;
  background-size: 32px 32px;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
  background-image: url(../img/joblicense/icon_arrow_down.svg);
}
.joblicense-header__nav.is-fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
  z-index: 999;
  margin-top: 0;
  padding: 0;
}
.joblicense-header__nav.is-fixed ul li {
  margin: 0.15em 0;
  width: 33%;
}
.joblicense-header__nav.is-fixed ul li a {
  font-size: 1.6rem;
}

.page-joblicense .about-offer {
  padding-top: 7rem;
  padding-bottom: 0;
}
@media (max-width: 750px) {
  .page-joblicense .about-offer {
    padding-top: 2rem;
  }
}
.page-joblicense .about-offer .block {
  margin-top: 0;
  max-width: 850px;
}
.page-joblicense .about-offer .block__each {
  width: 48%;
}
@media (max-width: 750px) {
  .page-joblicense .about-offer .block__each {
    width: 100%;
  }
}
.page-joblicense .about-offer .block__each.ac-active {
  width: 100%;
}
.page-joblicense .about-offer .block__each.ac-active h5 {
  text-align: left;
  position: relative;
}
.page-joblicense .about-offer .block__each.ac-active h5 .toggle-icon {
  position: absolute;
  width: 36px;
  height: 36px;
  border: 1px solid #fff;
  right: 20px;
  top: calc(50% - 18px);
}
.page-joblicense .about-offer .block__each.ac-active h5 .toggle-icon::before, .page-joblicense .about-offer .block__each.ac-active h5 .toggle-icon::after {
  position: absolute;
  content: "";
  display: block;
  border-bottom: 1px solid #fff;
  width: 20px;
  height: 1px;
  top: 50%;
  left: 50%;
  transition: 0.4s ease;
}
.page-joblicense .about-offer .block__each.ac-active h5 .toggle-icon::before {
  transform: translateX(-10px) translateY(0) rotate(90deg);
}
.page-joblicense .about-offer .block__each.ac-active h5 .toggle-icon::after {
  transform: translateX(-10px) translateY(0);
}
.page-joblicense .about-offer .block__each.ac-active ul {
  overflow: hidden;
}
.page-joblicense .about-offer .block__each.ac-active.close ul {
  height: 0;
  transition: 0.45s ease;
}
.page-joblicense .about-offer .block__each.ac-active.open h5 .toggle-icon::before {
  transform: translateX(-10px) translateY(0) rotate(45deg);
}
.page-joblicense .about-offer .block__each.ac-active.open h5 .toggle-icon::after {
  transform: translateX(-10px) translateY(0) rotate(-45deg);
}
.page-joblicense .about-offer .block__each.ac-active.open ul {
  height: 100%;
  transition: 0.45s ease;
}
.page-joblicense .about-offer .block__each.ac-none h5 .toggle-icon {
  display: none;
}
.page-joblicense .about-offer .block__each:not(.ac-none) h5 {
  cursor: pointer;
  transition: 0.4s ease;
}
.page-joblicense .about-offer .block__each:not(.ac-none) h5:hover {
  opacity: 0.7;
}
.page-joblicense .about-offer--bottom {
  padding-bottom: 7rem;
}
.page-joblicense .about-offer__inner {
  margin-top: 0;
}
.page-joblicense .home-topics {
  margin-top: 0;
}

#jb-sec-1,
#jb-sec-2,
#jb-sec-3,
#jb-sec-4,
#jb-sec-5,
#jb-sec-6 {
  padding-top: 15rem;
  margin-top: -15rem;
}
@media (max-width: 750px) {
  #jb-sec-1,
  #jb-sec-2,
  #jb-sec-3,
  #jb-sec-4,
  #jb-sec-5,
  #jb-sec-6 {
    padding-top: 64px;
    margin-top: -64px;
  }
}

.jb-anchor {
  display: block;
  width: 100%;
}

.jb-anchor-title {
  width: 1010px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(../img/joblicense/bg_jb-title.png);
  background-repeat: no-repeat;
  background-size: 100%;
  text-align: center;
  height: 106px;
  font-size: 3.2rem;
  padding-top: 1.7rem;
  margin-bottom: 4rem;
}
@media (max-width: 750px) {
  .jb-anchor-title {
    width: 100%;
  }
}
@media (max-width: 750px) {
  .jb-anchor-title {
    background: #ffff00;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1em 20px;
    font-size: 2rem;
    margin-bottom: 0;
    margin-top: 0;
    text-align: left;
    height: auto;
    line-height: 1.5;
  }
  .jb-anchor-title::before {
    content: "";
    width: 1.8em;
    height: 2.2em;
    background: url(../img/joblicense/icon_award.svg) no-repeat center;
  }
  .jb-anchor-title span {
    width: calc(100% - 2.2em);
  }
}

@media (max-width: 750px) {
  .joblicense-body .about-offer {
    padding-top: 0;
  }
}
@media (max-width: 750px) {
  .joblicense-body .about-offer p, .joblicense-body .about-offer h5 {
    line-height: 1.5;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 750px) {
  .joblicense-body .about-offer ul li br {
    display: block;
  }
}

.joblicense-header h3 img {
  max-width: 829px;
  margin-top: 40px;
}

.joblicense-header__nav {
  margin-top: -9rem;
}

@media (max-width: 750px) {
  .joblicense-header h3 img {
    margin-top: 0;
  }
  .joblicense-header__nav {
    margin-top: -13vw;
  }
}
.about-offer .pdf_downlod {
  width: 1010px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 750px) {
  .about-offer .pdf_downlod {
    width: 100%;
  }
}
.about-offer .pdf_downlod p {
  font-size: 1.6rem;
  font-weight: normal;
  background: none;
  color: #000;
}
.about-offer .pdf_downlod a {
  font-size: 2.3rem;
  font-weight: bold;
  width: 462px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
  background: #ffff00;
  margin: 0 auto;
}

.content-syllabus .about-headline {
  margin-bottom: 11rem;
}
@media (max-width: 750px) {
  .content-syllabus .about-headline {
    margin-bottom: 10%;
  }
}

.syllabus-block {
  width: 1010px;
  margin-left: auto;
  margin-right: auto;
  max-width: 828px;
  margin-bottom: 9rem;
}
@media (max-width: 750px) {
  .syllabus-block {
    width: 100%;
  }
}
.syllabus-block__each {
  margin: 0 0 4rem;
}
@media (max-width: 750px) {
  .syllabus-block__each {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 4%;
  }
  .syllabus-block__each__anchor {
    width: 100%;
    height: 0;
    padding-top: 65px;
    margin-top: -65px;
  }
  .syllabus-block__each__body {
    display: none;
  }
}
.syllabus-block__each h3 {
  background-color: #00b5ff;
  color: #fff;
  font-size: 2.8rem;
  padding: 0.5em 1em;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: 0.4s ease;
}
@media (max-width: 750px) {
  .syllabus-block__each h3 {
    font-size: 1.85rem;
  }
}
.syllabus-block__each h3:hover {
  opacity: 0.8;
}
.syllabus-block__each h3 span {
  width: calc(100% - 60px);
}
@media (max-width: 750px) {
  .syllabus-block__each h3 span {
    width: calc(100% - 30px);
  }
}
.syllabus-block__each h3 .btn-accordion {
  width: 50px;
  height: 50px;
  display: block;
  border: 2px solid #fff;
  position: relative;
}
@media (max-width: 750px) {
  .syllabus-block__each h3 .btn-accordion {
    width: 24px;
    height: 24px;
  }
}
.syllabus-block__each h3 .btn-accordion::before, .syllabus-block__each h3 .btn-accordion::after {
  content: "";
  display: block;
  position: absolute;
  border: 1px solid #fff;
  transition: 0.2s ease-in-out;
}
.syllabus-block__each h3 .btn-accordion::before {
  width: 27px;
  transform: translateX(-50%);
  top: 50%;
  left: calc(50% - 1px);
}
@media (max-width: 750px) {
  .syllabus-block__each h3 .btn-accordion::before {
    width: 14px;
    top: calc(50% - 1px);
    left: 50%;
  }
}
.syllabus-block__each h3 .btn-accordion::after {
  height: 27px;
  transform: translateY(-50%);
  top: calc(50% + 1px);
  left: calc(50% - 1px);
}
@media (max-width: 750px) {
  .syllabus-block__each h3 .btn-accordion::after {
    height: 14px;
    top: 50%;
  }
}
.syllabus-block__each h3.is-open .btn-accordion::before {
  width: 27px;
  transform: translateX(-50%) rotate(45deg);
  top: 50%;
  left: 50%;
}
@media (max-width: 750px) {
  .syllabus-block__each h3.is-open .btn-accordion::before {
    width: 16px;
  }
}
.syllabus-block__each h3.is-open .btn-accordion::after {
  height: 27px;
  transform: translateY(-50%) rotate(45deg);
  top: calc(50% + 1px);
  left: calc(50% - 1px);
}
@media (max-width: 750px) {
  .syllabus-block__each h3.is-open .btn-accordion::after {
    height: 16px;
  }
}
.syllabus-block__each ul {
  background: #E3E3E3;
  display: flex;
  flex-wrap: wrap;
}
.syllabus-block__each ul li {
  width: 33.3%;
  background: #fff;
  padding: 0.5px;
}
@media (max-width: 750px) {
  .syllabus-block__each ul li {
    width: 50%;
  }
}
.syllabus-block__each ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.syllabus-block__each ul li a:hover {
  opacity: 0.4;
}
.syllabus-block__each ul li span {
  background: #F4F4F4;
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 1.4em;
}
@media (max-width: 750px) {
  .syllabus-block__each ul li span {
    font-size: 1.4rem;
    padding: 0.75em;
  }
}

.bnr-daisotsu-koumuin {
  max-width: 1010px;
  margin: 3rem auto 6rem;
}
@media (max-width: 750px) {
  .bnr-daisotsu-koumuin {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.content-department .misc-headline span {
  width: auto;
  line-height: 1;
  background: url(../img/about/bg_title.png) center center no-repeat;
  background-size: auto 100%;
  padding: 5% 0;
}
.content-department .misc-headline img {
  width: 193px;
}
@media (max-width: 750px) {
  .content-department .misc-headline img {
    width: 121px;
  }
}

.department-list {
  margin-bottom: 8rem;
}

.department-list__each {
  display: flex;
  justify-content: space-between;
}
.department-list__each + .department-list__each {
  margin-top: 6rem;
}
.department-list__each figure {
  width: 40%;
}
@media (max-width: 750px) {
  .department-list__each {
    flex-direction: column;
  }
  .department-list__each figure {
    width: 100%;
  }
}

.department-list__each__text {
  width: 60%;
  display: flex;
  flex-direction: column;
  padding-left: 2rem;
}
@media (max-width: 750px) {
  .department-list__each__text {
    width: 100%;
    padding: 0;
  }
}

.department-list__each__text__header h3 {
  color: #999;
  background: url(../img/common/dot_grey_big.png);
  background-size: 8px auto;
  margin: 0 0 1rem;
  font-size: 2.6rem;
  font-weight: bold;
  border-bottom: 5px solid #999;
  padding: 0.5em 1em;
  position: relative;
  overflow: hidden;
}
.department-list__each__text__header h3::after {
  content: "";
  display: block;
  width: 34.5px;
  height: 0;
  padding-top: 53px;
  overflow: hidden;
  background-size: 34.5px 53px;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
  position: absolute;
  right: 20px;
  top: -20px;
}
.department-list__each__text__header p {
  margin: 0;
  font-size: 1.8rem;
  line-height: 2.1em;
  font-weight: bold;
}
@media (max-width: 750px) {
  .department-list__each__text__header p br {
    display: none;
  }
}
.department-list__each__text__header .underline-red {
  color: #cf1126;
  border-color: #cf1126;
}
.department-list__each__text__header .underline-red::after {
  background-image: url(../img/department/flag_red.png);
}
.department-list__each__text__header .underline-deepred {
  color: #8a1126;
  border-color: #8a1126;
}
.department-list__each__text__header .underline-deepred::after {
  background-image: url(../img/department/flag_d_red.png);
}
.department-list__each__text__header .underline-blue {
  color: #004691;
  border-color: #004691;
}
.department-list__each__text__header .underline-blue::after {
  background-image: url(../img/department/flag_blue.png);
}
.department-list__each__text__header .underline-d-blue {
  color: #002a6c;
  border-color: #002a6c;
}
.department-list__each__text__header .underline-d-blue::after {
  background-image: url(../img/department/flag_d_blue.png);
}
.department-list__each__text__header .underline-green {
  color: #009143;
  border-color: #009143;
}
.department-list__each__text__header .underline-green::after {
  background-image: url(../img/department/flag_green.png);
}
.department-list__each__text__header .underline-orange {
  color: #f5a100;
  border-color: #f5a100;
}
.department-list__each__text__header .underline-orange::after {
  background-image: url(../img/department/flag_orange.png);
}

.department-list__each__text__detail a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 750px) {
  .department-list__each__text__detail a {
    flex-direction: column;
  }
}
.department-list__each__text__detail + .department-list__each__text__detail {
  border-top: 1px solid #000;
}
@media (max-width: 750px) {
  .department-list__each__text__detail + .department-list__each__text__detail {
    margin-top: 1.5em;
  }
}
.department-list__each__text__detail p {
  font-size: 1.6rem;
}
.department-list__each__text__detail .more-detail-btn span {
  font-weight: bold;
  background-color: #ffff00;
  height: 40px;
  width: 180px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 1em;
}
.department-list__each__text__detail .more-detail-btn span::after {
  content: "";
  width: 9px;
  height: 9px;
  display: inline-block;
  transform: rotate(45deg);
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  margin-left: 0.25em;
}
@media (max-width: 750px) {
  .department-list__each__text__detail .more-detail-btn span {
    margin-left: auto;
    margin-right: auto;
  }
}

.link-license-list {
  text-align: center;
  margin-bottom: 70px;
}
.link-license-list a {
  display: inline-flex;
  font-weight: bold;
  background-color: #ffff00;
  height: 40px;
  border-radius: 20px;
  align-items: center;
  justify-content: center;
  padding-left: 1em;
  padding-right: 1em;
  margin-left: auto;
  margin-right: auto;
}
.link-license-list a::after {
  content: "";
  width: 9px;
  height: 9px;
  display: inline-block;
  transform: rotate(45deg);
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  margin-left: 0.25em;
}
.link-license-list a:hover {
  background-color: #000;
  opacity: 1;
  color: #fff;
}
.link-license-list a:hover::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.schedule {
  width: 1010px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
}
@media (max-width: 750px) {
  .schedule {
    width: 100%;
  }
}
@media (max-width: 750px) {
  .schedule {
    padding-left: 5%;
    padding-right: 5%;
    margin-bottom: 15vw;
  }
}
.schedule h3 {
  position: relative;
  background: #000 url(../img/common/dot_transparent.png) 0 0 repeat;
  background-size: 4px auto;
  color: #fff;
  font-weight: bold;
  font-size: 3.2rem;
  padding: 16px 30px;
  margin: 0 0 40px;
}
@media (max-width: 750px) {
  .schedule h3 {
    font-size: 2.4rem;
    padding: 5px 20px;
    margin: 0 0 5%;
  }
}
.schedule h3::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 20px 40px 0;
  border-color: transparent #fff transparent transparent;
}
@media (max-width: 750px) {
  .schedule h3::before {
    display: none;
  }
}
.schedule h4 {
  color: #000;
  font-size: 2.6rem;
  font-weight: bold;
  border-bottom: 5px solid #000;
  padding: 0 0 5px;
  margin: 70px 0 35px;
}
@media (max-width: 750px) {
  .schedule h4 {
    font-size: 2.2rem;
    border-width: 3px !important;
    margin: 7vw 0 5vw;
  }
}
.schedule .schedule-table.table-wrap th {
  background-color: #ececec;
  width: 7em;
}
.schedule .schedule-table.table-wrap td {
  text-align: left;
}

.about-headline {
  text-align: center;
  background: url("../img/about/dot_title.png") 0 0 repeat;
  background-size: 4px auto;
  margin: 0 0 90px;
}

.about-headline img {
  width: 194px;
  height: auto;
}

.about-headline span {
  display: block;
  width: 1010px;
  background: url("../img/about/bg_title.png") 0 bottom no-repeat;
  background-size: 100% auto;
  margin: 0 auto;
  padding: 47px 0;
}

.about-chara {
  width: 1104px;
  margin: 0 auto;
  padding: 0 0 120px;
}

.about-chara h3.title {
  position: relative;
  height: 0;
  padding-top: 264px;
  overflow: hidden;
  background: url(../img/about/ttl_chara_pc.png) no-repeat center top;
  background-size: 100%;
  margin: 0 0 60px;
}
@media (max-width: 750px) {
  .about-chara h3.title {
    padding-top: 37vw;
    background: url(../img/about/ttl_chara_sp.png) no-repeat center top;
    background-size: 100%;
  }
}
.about-chara h3.title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10px;
  background: url(../img/common/dot_blue_wh.gif) 0 0 repeat;
  background-size: auto 4px;
}

.about-chara h3 img {
  width: 100%;
  height: auto;
}

.about-chara .block {
  position: relative;
  margin: 0 auto;
  padding: 0 47px 70px;
}

.about-chara .block::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10px;
  background: url("../img/common/dot_blue_wh.gif") 0 0 repeat;
  background-size: auto 4px;
}

.about-chara .headline {
  position: relative;
  padding: 5px 0 0 230px;
  margin: 0 0 50px;
}

.about-chara .headline p {
  font-size: 2rem;
  line-height: 1.9;
  margin: 28px 0 0;
  letter-spacing: 0.05em;
}

.about-chara .headline .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 177px;
  height: auto;
}

.about-chara .headline img {
  width: 615px;
  height: auto;
}

.about-chara ul {
  overflow: hidden;
}

.about-chara ul li {
  margin-bottom: 5rem;
}
@media (max-width: 750px) {
  .about-chara ul li {
    margin-bottom: 0;
  }
  .about-chara ul li:last-child {
    margin-bottom: 2rem;
  }
}

.about-chara ul li .ttl {
  font-size: 2rem;
  font-weight: bold;
  background: url("../img/about/icon_check.png") 4px center no-repeat;
  background-size: 22px auto !important;
  line-height: 1.2;
  margin: 20px 0 10px;
  padding: 0 0 0 35px;
}

.ie .about-chara ul li .ttl {
  background-position: 4px 0;
  padding: 4px 0 0 35px;
}

.about-chara ul li p {
  line-height: 2;
  margin: 0;
  font-size: 1.6rem;
}

.about-chara .block + .block {
  margin-top: 60px;
}

.about-chara .select {
  overflow: hidden;
  background: url("../img/about/bg_chara.png") center bottom no-repeat;
  background-size: 100% auto;
  padding: 72px 48px 150px;
}

.about-chara .select img {
  float: left;
  width: 440px;
  height: auto;
}

.about-chara .select div {
  float: right;
  width: 510px;
}

.about-chara .select .ttl {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.8;
  margin: 0 0 5px;
}

.about-chara .select p {
  line-height: 2;
  margin: 0;
}

.about-chara .content {
  display: flex;
  justify-content: space-between;
}
.about-chara .content figure {
  width: 38%;
}
.about-chara .content ul {
  width: 58%;
}
@media (max-width: 750px) {
  .about-chara .content {
    flex-direction: column;
  }
  .about-chara .content figure,
  .about-chara .content ul {
    width: 100%;
  }
  .about-chara .content figure {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

.about-support .block {
  position: relative;
  width: 1100px;
  border: 3px solid #00b5ff;
  background: #fff;
  margin: 0 auto;
  border-radius: 30px;
}

.about-support .block .img {
  position: absolute;
  top: -10px;
  left: 12px;
  width: 246px;
  height: auto;
}

.about-support .block > p {
  color: #00b5ff;
  font-size: 2.4rem;
  line-height: 1.8;
  text-align: center;
  font-weight: bold;
  margin: 30px 0;
}

.about-support .block h3 {
  font-size: 3.8rem;
  color: #fff;
  text-align: right;
  background: #00b5ff;
  letter-spacing: 0.5rem;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  margin: 0;
  padding: 35px 70px 32px 0;
}

.ie .about-support .block h3 {
  padding: 41px 70px 27px 0;
}

.about-support {
  background: url("../img/about/dot_blue.png") 0 0 repeat;
  background-size: auto 8px;
  padding: 90px 0 80px;
}

.about-support ul {
  overflow: hidden;
  padding: 0 45px 60px;
}

.about-support ul li {
  float: left;
  width: 322px;
}

.about-support ul li + li {
  margin-left: 19px;
}

.about-support ul li .ttl {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: bold;
  margin: 18px 0 15px;
}

.about-support ul li p {
  line-height: 2;
  margin: 0;
}

.about-offer__inner {
  margin-top: -19rem;
}
@media (max-width: 750px) {
  .about-offer__inner {
    margin-top: -6rem;
  }
}
.about-offer__inner + .about-offer__inner {
  margin-top: 4rem;
}

.about-offer {
  background-image: url("../img/about/dot_title.png");
  background-size: 4px;
  padding: 10px 0 90px;
}
.about-offer h3 {
  text-align: center;
  margin: 0;
}
.about-offer h3 img {
  width: 829px;
  height: auto;
}
.about-offer h4 {
  overflow: hidden;
  display: block;
  font-size: 3.2rem;
  letter-spacing: 0.2em;
  text-align: center;
}
@media (max-width: 750px) {
  .about-offer h4 {
    font-size: 2rem;
    padding: 0 2rem;
  }
  .about-offer h4 br {
    display: none;
  }
}

.about-offer p,
.about-offer h5 {
  background: url("../img/about/dot_blue_blue.png") 0 0 repeat;
  background-size: 4px auto;
  color: #fff;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: bold;
  padding: 0.5em 0.75em;
  margin: 0 0 20px;
}

.ie .about-offer p {
  padding: 27px 0 14px;
}

.about-offer ul li {
  position: relative;
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: bold;
  background: url("../img/about/icon_dot.png") 4px 14px no-repeat;
  background-size: 11px auto;
  padding: 0 0 0 1.5em;
}
.about-offer ul li + li {
  margin-top: 0.5em;
}

.ie .about-offer ul li {
  padding: 3px 0 0 1.5em;
}

.about-offer .block {
  width: 1010px;
  margin: 80px auto 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about-offer .block.single-block {
  justify-content: center;
}
.about-offer .block.single-block .block__each {
  width: 60%;
}
@media (max-width: 750px) {
  .about-offer .block.single-block .block__each {
    width: 100%;
  }
}

.about-offer .block__each {
  width: 455px;
  margin-bottom: 4rem;
}
.about-offer .block__each + .about-offer .block__each {
  margin-left: auto;
}

.about-detail {
  width: 1010px;
  margin: 0 auto;
  padding: 120px 0;
}

.about-bnr {
  margin: 0 0 120px;
}

.about-bnr li + li {
  margin-top: 40px;
}

.about-detail ol {
  margin: 20px 0 0;
  padding: 0 0 0 1.6em;
}

.about-detail ol li {
  list-style-type: lower-latin;
  font-size: 1.8rem;
  line-height: 2.2;
  font-weight: bold;
}

.about-detail .ttl {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 2;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  padding: 0 15px;
  margin: 50px 0 0;
}

.ie .about-detail .ttl {
  line-height: 1.4;
  padding: 12px 15px 3px;
}

.about-detail .img {
  width: 206px;
  height: auto;
}

.about-detail .important {
  font-size: 3.2rem;
  line-height: 1.2;
  margin: 23px 0 10px;
}

.about-detail p {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 2.2;
  margin: 0;
}

.about-detail .right .address {
  font-size: 3.6rem;
  line-height: 1.2;
  font-family: "Quicksand", sans-serif;
  margin: 0 0 35px;
}

.about-detail .right p {
  font-size: 2rem;
  margin-top: 35px;
}

.about-detail div {
  width: 440px;
}

.about-detail .left {
  float: left;
}

.about-detail .right {
  float: right;
}

@media (max-width: 750px) {
  .about-chara {
    width: auto;
    padding: 0 5%;
  }
  .about-headline span {
    width: auto;
    line-height: 1;
    background: url("../img/about/bg_title.png") center center no-repeat;
    background-size: auto 100%;
    padding: 5% 0;
  }
  .about-headline {
    margin: 0 0 10%;
  }
  .about-chara h3 {
    margin: 0 0 5%;
  }
  .about-headline img {
    width: 120px;
    vertical-align: top;
  }
  .about-chara .block {
    padding: 0;
  }
  .about-chara .headline {
    margin: 0 0 5%;
    padding: 0;
  }
  .about-chara .headline .img {
    width: 15%;
    height: auto;
    margin: 0;
  }
  .about-chara .headline img {
    width: 80%;
    margin: 2% 0 0 20%;
  }
  .about-chara .headline p {
    font-size: 1.8rem;
    margin: 5% 0 0;
  }
  .about-chara ul {
    padding: 0 0 10%;
  }
  .about-chara ul li {
    float: left;
    width: 100%;
  }
  .about-chara ul li .ttl {
    background-size: auto 100%;
    margin: 7% 0 3%;
    padding: 0 0 0 30px;
  }
  .about-chara ul li + li {
    margin: 7% 0 0;
  }
  .about-chara .block + .block {
    margin-top: 10%;
  }
  .about-chara .select {
    padding: 5% 0;
  }
  .about-chara .select img {
    float: none;
    width: 84%;
    margin: 0 8%;
  }
  .about-chara .select div {
    float: none;
    width: auto;
    padding: 5%;
  }
  .about-support {
    margin: 10% 0 0;
    padding: 5%;
  }
  .about-support .block {
    width: auto;
    border-radius: 6px;
    padding: 0 0 5%;
  }
  .about-support .block h3 {
    border-radius: 2px;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    text-align: center;
    padding: 2% 3%;
  }
  .about-support .block .img {
    display: none;
  }
  .about-support .block > p {
    font-size: 1.6rem;
    margin: 5%;
  }
  .about-support ul {
    padding: 0 5%;
  }
  .about-support ul li {
    width: auto;
  }
  .about-support ul li .ttl {
    font-size: 1.6rem;
    margin: 4% 0 2%;
  }
  .about-support ul li + li {
    margin: 5% 0 0;
  }
  .about-offer {
    padding: 2% 0 8%;
  }
  .about-offer .block {
    width: auto;
    margin: 0 5%;
  }
  .about-offer .block div {
    float: left;
    width: 100%;
    margin-top: 5%;
  }
  .about-offer .block .left img,
  .about-offer .block .right img {
    display: none;
  }
  .about-offer p {
    font-size: 2rem;
    padding: 4% 0;
    margin: 0 0 3%;
  }
  .about-offer ul {
    overflow: hidden;
  }
  .about-offer ul li {
    width: 100%;
    font-size: 1.4rem;
  }
  .about-offer ul li br {
    display: none;
  }
  .about-offer ul li:nth-child(odd) {
    float: left;
  }
  .about-offer ul li:nth-child(even) {
    float: right;
  }
  .about-offer ul li {
    background: url("../img/about/icon_dot.png") 4px 10px no-repeat;
    background-size: 6px auto;
    padding: 0 0 0 1.2em;
  }
  .about-bnr li + li {
    margin-top: 5%;
  }
  .about-bnr {
    margin: 0 0 10%;
  }
  .about-detail {
    width: auto;
    padding: 0;
    margin: 10% 5%;
  }
  .about-detail div {
    width: 100%;
  }
  .about-detail .img {
    width: 40%;
  }
  .about-detail .ttl {
    font-size: 2rem;
    margin: 8% 0 0;
  }
  .about-detail .important {
    font-size: 2.4rem;
  }
  .about-detail .important {
    margin: 5% 0 3%;
  }
  .about-detail p {
    font-size: 1.6rem;
    line-height: 2;
  }
  .about-detail ol {
    margin: 5% 0 10%;
  }
  .about-detail ol li {
    font-size: 1.6rem;
  }
  .about-detail .right p {
    font-size: 1.6rem;
    margin: 5% 0 2%;
  }
  .about-detail .right .address {
    font-size: 2.4rem;
    line-height: 1.4;
    margin: 0 0 5%;
  }
}
.about-network {
  margin-bottom: 100px;
}
.about-network h3 {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 2;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  padding: 0 15px;
  margin: 0;
}

.about-network_row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.about-network__each h4 {
  font-size: 1.6rem;
  padding: 0 0.25em;
}
.about-network__each ul li {
  display: inline-block;
  padding-right: 2rem;
}
@media (max-width: 750px) {
  .about-network__each ul li {
    margin-bottom: 1rem;
  }
}
.about-network__each ul li a {
  display: block;
}

.common-bnr-area + .about-network--home {
  margin-top: -40px;
}
@media (max-width: 750px) {
  .common-bnr-area + .about-network--home {
    margin-top: -20px;
  }
}

.about-network--home {
  margin-bottom: 50px;
}
.about-network--home .about-network_row {
  justify-content: center;
}
@media (max-width: 375px) {
  .about-network--home .about-network__each ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
  }
  .about-network--home .about-network__each ul li {
    width: 48%;
    padding: 0;
  }
}

.content-info_disclosure {
  margin-bottom: 10rem;
}

.info_disclosure__each {
  margin-bottom: 10rem;
  padding-top: 1rem;
}
.info_disclosure__each h3 {
  font-size: 2.8rem;
  border-left: 10px solid #00b5ff;
  margin: 0 0 3.5rem;
  padding-left: 0.75em;
  letter-spacing: 0.085em;
}
@media (max-width: 750px) {
  .info_disclosure__each h3 {
    font-size: 1.85rem;
  }
}
.info_disclosure__each table {
  border-top: 2px solid #000;
  border-collapse: collapse;
  border-spacing: 0;
}
.info_disclosure__each table tr th {
  background-image: url(../img/about/dot_title.png);
  background-size: 4px;
  text-align: left;
  width: 400px;
}
@media (max-width: 750px) {
  .info_disclosure__each table tr th br {
    display: none;
  }
}
.info_disclosure__each table tr td a {
  color: #00b5ff;
}
.info_disclosure__each table tr td ul,
.info_disclosure__each table tr td ol {
  padding: 0;
  margin: 0;
}
.info_disclosure__each table tr td ul li,
.info_disclosure__each table tr td ol li {
  margin: 0;
  padding: 0;
  line-height: 1.8;
}
.info_disclosure__each table tr td ol {
  padding-left: 1.25em;
}
.info_disclosure__each table tr th,
.info_disclosure__each table tr td {
  border-bottom: 2px solid #000;
  padding: 1em 1.5em;
  vertical-align: text-top;
}
@media (max-width: 750px) {
  .info_disclosure__each table tr th,
  .info_disclosure__each table tr td {
    width: 100%;
    display: block;
  }
}

.content-department .about-headline__daisotsu img {
  width: 656px;
}
@media (max-width: 750px) {
  .content-department .about-headline__daisotsu img {
    width: 310px;
  }
}

.daisotsu-catch {
  font-size: 2rem;
  text-align: center;
  line-height: 1.8;
}
@media (max-width: 750px) {
  .daisotsu-catch {
    font-size: 1.7rem;
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
  }
  .daisotsu-catch br {
    display: none;
  }
}

.table-title__daisotsu {
  position: relative;
}
.table-title__daisotsu::before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: 8px;
  width: 17px;
  height: 17px;
  background: #ff0000;
  margin-right: 0.5em;
}
.table-title__daisotsu strong {
  padding-left: 2.5rem;
  display: inline-block;
}

#daisotsu-voice {
  background: url(../img/common/dot_grey_big.png) 0 0 repeat !important;
  background-size: 8px auto !important;
}
@media (max-width: 750px) {
  #daisotsu-voice {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#daisotsu-voice::after {
  display: none !important;
}
#daisotsu-voice .home-voice__header__title h2 {
  background-image: url(../img/voice/ttl_voice_daisotsu.png);
}

.daisotsu-voice__each {
  max-width: 1010px;
  margin-left: auto;
  margin-right: auto;
}
.daisotsu-voice__each + .daisotsu-voice__each {
  border-top: 2px solid #000;
  margin-top: 5rem;
  padding-top: 7rem;
}

.daisotsu-voice__each__row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}
@media (max-width: 750px) {
  .daisotsu-voice__each__row {
    flex-direction: column;
  }
}
.daisotsu-voice__each__row figure {
  width: 40%;
}
@media (max-width: 750px) {
  .daisotsu-voice__each__row figure {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.daisotsu-voice__each__row .daisotsu-voice__each__text {
  width: 55%;
}
@media (max-width: 750px) {
  .daisotsu-voice__each__row .daisotsu-voice__each__text {
    width: 100%;
  }
}

.daisotsu-voice__each__text .card {
  background-color: #ffff00;
  position: relative;
  padding: 1em;
  text-align: center;
  font-weight: bold;
}
.daisotsu-voice__each__text .card:after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: -10px;
  width: 100%;
  height: 100%;
  background: url(../img/department/dot_bk.png) 0 0 repeat;
  background-size: 4px auto;
  z-index: -1;
}

.daisotsu-voice__each__text__cat {
  font-size: 2.3rem;
}
@media (max-width: 750px) {
  .daisotsu-voice__each__text__cat {
    font-size: 1.6rem;
  }
}

.daisotsu-voice__each__text__name {
  font-size: 3.4rem;
  margin: 0;
  padding: 0;
}
@media (max-width: 750px) {
  .daisotsu-voice__each__text__name {
    font-size: 2.3rem;
  }
}

@media (max-width: 750px) {
  .daisotsu-voice__each__education {
    font-size: 1.2rem;
  }
}

.daisotsu-voice__each__message {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}
.daisotsu-voice__each__message h3 {
  width: 208px;
  margin-bottom: 0;
}
@media (max-width: 750px) {
  .daisotsu-voice__each__message h3 {
    width: 150px;
  }
}

.daisotsu-voice__each__message__inner {
  background-color: #fff;
  position: relative;
  display: block;
  padding: 2em;
}
@media (max-width: 750px) {
  .daisotsu-voice__each__message__inner {
    padding: 1.5em;
  }
}
.daisotsu-voice__each__message__inner:after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: -10px;
  width: 100%;
  height: 100%;
  background: url(../img/department/dot_bk.png) 0 0 repeat;
  background-size: 4px auto;
  z-index: -1;
}
.daisotsu-voice__each__message__inner p {
  font-size: 2.2rem;
  font-weight: bold;
  margin: 0;
}
@media (max-width: 750px) {
  .daisotsu-voice__each__message__inner p {
    font-size: 1.8rem;
  }
}

button.daisotsu-voice__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  margin: 30px auto 0;
  padding: 15px;
  text-align: center;
  font-weight: bold;
  font-size: 2.3rem;
  color: #000;
  background-color: #ffff00;
  border-radius: 30px;
  border: none;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
@media (max-width: 750px) {
  button.daisotsu-voice__btn {
    font-size: 1.8rem;
  }
}
button.daisotsu-voice__btn:hover {
  opacity: 0.7;
}
button.daisotsu-voice__btn::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 0.5em;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(45deg);
  transition: 0.2s ease-in-out;
}

button.daisotsu-voice__btn.open::after {
  transform: rotate(-135deg) translateY(-5px);
}

.daisotsu-voice__each__block {
  background-color: #fff;
  padding: 3rem;
  margin-top: 3rem;
  margin-bottom: 8rem;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: none;
}
@media (max-width: 750px) {
  .daisotsu-voice__each__block {
    width: 100%;
    padding: 1.5em;
  }
}
.daisotsu-voice__each__block:after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: -10px;
  width: 100%;
  height: 100%;
  background: url(../img/department/dot_bk.png) 0 0 repeat;
  background-size: 4px auto;
  z-index: -1;
}

.daisotsu-voice__each__block__row + .daisotsu-voice__each__block__row {
  padding-top: 0.5em;
}
.daisotsu-voice__each__block__row h3 {
  font-size: 2.2rem;
}
.daisotsu-voice__each__block__row p {
  font-size: 1.7rem;
}
@media (max-width: 750px) {
  .daisotsu-voice__each__block__row h3 {
    font-size: 1.8rem;
  }
  .daisotsu-voice__each__block__row p {
    font-size: 1.4rem;
  }
  .daisotsu-voice__each__block__row + .daisotsu-voice__each__block__row {
    padding-top: 0;
  }
}

.misc-headline {
  text-align: center;
  background: url("../img/about/dot_title.png") 0 0 repeat;
  background-size: 4px auto;
  margin: 0 0 90px;
}
@media (max-width: 750px) {
  .misc-headline {
    margin-bottom: 10%;
  }
}

.misc-headline span {
  display: block;
  width: 1010px;
  background: url("../img/about/bg_title.png") 0 0 no-repeat;
  background-size: 100% auto;
  margin: 0 auto;
  padding: 47px 0;
}
@media (max-width: 750px) {
  .misc-headline span {
    width: auto;
    line-height: 1;
    background: url(../img/about/bg_title.png) center center no-repeat;
    background-size: auto 100%;
    padding: 5% 0;
  }
}

.content-sitemap .misc-headline img {
  width: 264px;
  height: auto;
}
@media (max-width: 750px) {
  .content-sitemap .misc-headline img {
    width: 165px;
  }
}

.content-info_disclosure .misc-headline img {
  width: 192px;
  height: auto;
}
@media (max-width: 750px) {
  .content-info_disclosure .misc-headline img {
    width: 120px;
  }
}

.content-privacy .misc-headline img {
  width: 458px;
  height: auto;
}
@media (max-width: 750px) {
  .content-privacy .misc-headline img {
    width: 286px;
  }
}

.content-graduate .misc-headline img {
  width: 428px;
  height: auto;
}
@media (max-width: 750px) {
  .content-graduate .misc-headline img {
    width: 268px;
  }
}

.content-seminar .misc-headline img {
  width: 561px;
  height: auto;
}
@media (max-width: 750px) {
  .content-seminar .misc-headline img {
    width: 300px;
  }
}

.content-opencampus .misc-headline img {
  width: 416px;
  height: auto;
}
@media (max-width: 750px) {
  .content-opencampus .misc-headline img {
    width: 260px;
  }
}

.sitemap-block-row {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 750px) {
  .sitemap-block-row {
    flex-direction: column;
  }
}
.sitemap-block-row:last-child {
  margin-bottom: 1rem;
}

.sitemap-block-col {
  width: 49%;
}
@media (max-width: 750px) {
  .sitemap-block-col {
    width: 100%;
    padding-bottom: 5%;
  }
}
.sitemap-block-col h3 {
  color: #00b5ff;
  font-size: 2.6rem;
  display: flex;
  align-items: center;
  margin: 0 0 2rem;
  letter-spacing: 0.1em;
}
@media (max-width: 750px) {
  .sitemap-block-col h3 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
}
.sitemap-block-col h3 a {
  color: #00b5ff;
}
.sitemap-block-col .flag {
  width: 71px;
  height: 27px;
  background: #00b5ff;
  display: inline-block;
  position: relative;
  margin-right: 2rem;
}
@media (max-width: 750px) {
  .sitemap-block-col .flag {
    width: 13px;
    margin-right: 0.5em;
  }
}
.sitemap-block-col .flag::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13.5px 8px 13.5px 0;
  border-color: transparent #fff transparent transparent;
}
.sitemap-block-col ul {
  padding-left: 8rem;
  margin-bottom: 8rem;
}
.sitemap-block-col ul li {
  border-bottom: 1px solid #8c8c8c;
  padding: 0 1em;
}
.sitemap-block-col ul li a {
  font-size: 1.8rem;
  padding: 0.65em 0;
  display: inline-block;
}
.sitemap-block-col ul li a::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.5px 0 5.5px 9.5px;
  border-color: transparent transparent transparent #000;
  display: inline-block;
  margin-right: 1em;
}
@media (max-width: 750px) {
  .sitemap-block-col ul {
    padding-left: 0;
    margin-bottom: 3rem;
  }
  .sitemap-block-col ul li {
    padding: 0;
  }
  .sitemap-block-col ul li a {
    font-size: 1.6rem;
  }
}

.privacy-content {
  padding-top: 1rem;
  padding-bottom: 6rem;
}
.privacy-content p {
  font-size: 1.6rem;
  line-height: 2.1em;
  margin-top: 0;
  margin-bottom: 1.8em;
}
.privacy-content h3 {
  font-size: 2.2rem;
  color: #00b5ff;
  border-bottom: 4px solid #00b5ff;
  margin: 0 0 2.5rem;
  padding-bottom: 2rem;
}
.privacy-content ul {
  padding-left: 1.2em;
  padding-bottom: 0.5em;
}
.privacy-content ul li {
  margin-bottom: 1em;
  line-height: 2.1em;
}
.privacy-content ul li ul {
  padding-top: 0.5em;
  margin-left: 0.25em;
}

.privacy-content__block {
  padding-bottom: 3rem;
}

.privacy-content__contact {
  border: 1px solid #8c8c8c;
  font-weight: bold;
  display: inline-block;
  padding: 1em 2.4em;
  line-height: 2.2em;
}

.event-info-flex {
  padding-bottom: 10rem;
}
@media (max-width: 750px) {
  .event-info-flex {
    padding-bottom: 5rem;
  }
}
.event-info-flex h3 {
  background: url(../img/joblicense/bg_headline.png) 0 0 no-repeat;
  background-size: 100% auto;
  color: #fff;
  font-weight: bold;
  font-size: 3.2rem;
  padding: 16px 40px;
  margin: 0 0 30px;
}
@media (max-width: 750px) {
  .event-info-flex h3 {
    background: url(../img/about/dot_blue_blue.png) 0 0 repeat;
    font-size: 2rem;
    background-size: 4px auto;
    padding: 1em;
  }
}
.event-info-flex p {
  font-size: 1.6rem;
}
.event-info-flex .parts-text {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin: 4rem 6rem;
  padding: 3rem 6rem;
}
@media (max-width: 750px) {
  .event-info-flex .parts-text {
    padding: 0;
  }
}
.event-info-flex .parts-text p {
  font-size: 1.6rem;
  line-height: 2;
  margin: 0;
}
.event-info-flex .parts-text,
.event-info-flex .parts-image {
  width: 82%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3rem;
}
@media (max-width: 750px) {
  .event-info-flex .parts-text,
  .event-info-flex .parts-image {
    width: 100%;
  }
}
.event-info-flex .parts-image {
  overflow: hidden;
}
.event-info-flex .parts-image:last-of-type {
  margin-bottom: 4rem;
}
.event-info-flex hr {
  margin-top: 4rem;
  margin-bottom: 6rem;
  height: 2px;
  width: 100%;
  background: #000;
  border: none;
}

.btn-sroll-to-form {
  text-align: center;
  margin-bottom: 4rem;
  margin-top: 4rem;
}
.btn-sroll-to-form a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 495px;
  margin: auto;
  padding: 15px;
  text-align: center;
  font-weight: bold;
  font-size: 2.3rem;
  color: #000;
  background-color: #ffff00;
  border-radius: 30px;
}
@media (max-width: 750px) {
  .btn-sroll-to-form a {
    width: 100%;
  }
}
.btn-sroll-to-form a span {
  padding-right: 0.5em;
}
.btn-sroll-to-form a::after {
  content: "";
  width: 9px;
  height: 9px;
  display: inline-block;
  transform: rotate(45deg) translateX(-4px);
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
}
.btn-sroll-to-form p {
  font-size: 1.6rem;
}
.btn-sroll-to-form p strong {
  font-size: 2.2rem;
}

.content-error404 .misc-headline img {
  width: 404px;
}
@media (max-width: 750px) {
  .content-error404 .misc-headline img {
    width: 241px;
  }
}

.error404-message {
  text-align: center;
  margin-bottom: 10rem;
}
.error404-message p {
  font-size: 1.6rem;
  line-height: 1.8;
}
.error404-message .back-to-top a {
  position: relative;
  display: inline-block;
  margin: auto;
  padding: 15px 20px;
  text-align: center;
  font-weight: bold;
  font-size: 2.3rem;
  color: #000;
  background-color: #ffff00;
  border-radius: 30px;
}

.side-fixed-bnr {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
}
.side-fixed-bnr ul li {
  text-align: right;
}
.side-fixed-bnr ul li + li {
  margin-top: 1em;
}
@media (max-width: 750px) {
  .side-fixed-bnr {
    display: none;
  }
}
.side-fixed-bnr__opencampus a {
  position: relative;
  display: block;
}
.side-fixed-bnr__opencampus a img {
  width: 81px;
}
.side-fixed-bnr__opencampus a::before, .side-fixed-bnr__opencampus a::after {
  content: "";
  position: absolute;
  transition: 0.4s ease;
}
.side-fixed-bnr__opencampus a::before {
  display: block;
  width: 64px;
  height: 0;
  padding-top: 53px;
  overflow: hidden;
  background-size: 64px 53px;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
  background-image: url(../img/bnr/bnr_oc_fukidasi.png);
  top: -5px;
  left: -5px;
  z-index: 14;
  animation: bounce1 2.4s ease-in-out infinite;
}
.side-fixed-bnr__opencampus a::after {
  display: block;
  width: 61px;
  height: 0;
  padding-top: 84px;
  overflow: hidden;
  background-size: 61px 84px;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
  background-image: url(../img/bnr/bnr_oc_usagi.png);
  top: 20px;
  right: 0;
  z-index: 15;
  animation: bounce2 2s ease-in-out infinite;
}
.side-fixed-bnr__opencampus a:hover {
  opacity: 1;
}
.side-fixed-bnr__opencampus a:hover img {
  opacity: 0.6;
}
.side-fixed-bnr__opencampus a:hover::before {
  animation: none;
}
.side-fixed-bnr__opencampus a:hover::after {
  animation: bounce2 0.2s ease-in-out infinite;
}

@keyframes bounce1 {
  0%, 100%, 20%, 50%, 80% {
    transform: translateY(0px);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}
@keyframes bounce2 {
  0% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
  25% {
    transform: translate(2px, 2px) rotateZ(1deg);
  }
  50% {
    transform: translate(0px, 2px) rotateZ(0deg);
  }
  75% {
    transform: translate(2px, 0px) rotateZ(-1deg);
  }
  100% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
}
.footer-fixed-bnr {
  display: none;
}
@media (max-width: 750px) {
  .footer-fixed-bnr {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
  }
}
.footer-fixed-bnr a {
  position: relative;
  display: block;
}
.footer-fixed-bnr a::before, .footer-fixed-bnr a::after {
  content: "";
  position: absolute;
  transition: 0.4s ease;
}
.footer-fixed-bnr a::before {
  display: block;
  width: 64px;
  height: 0;
  padding-top: 54px;
  overflow: hidden;
  background-size: 64px 54px;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
  background-image: url(../img/bnr/bnr_oc_fukidasi.png);
  top: -24px;
  right: 15px;
  z-index: 14;
  animation: bounce1 2.4s ease-in-out infinite;
}
.footer-fixed-bnr a::after {
  display: block;
  width: 51px;
  height: 0;
  padding-top: 76px;
  overflow: hidden;
  background-size: 51px 76px;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
  background-image: url(../img/bnr/bnr_oc_usagi.png);
  top: 0;
  right: 0;
  z-index: 15;
  animation: bounce2 2s ease-in-out infinite;
}
.footer-fixed-bnr a:hover {
  opacity: 1;
}
.footer-fixed-bnr a:hover img {
  opacity: 0.6;
}
.footer-fixed-bnr a:hover::before {
  animation: none;
}
.footer-fixed-bnr a:hover::after {
  animation: bounce2 0.2s ease-in-out infinite;
}

.voice-headline {
  text-align: center;
  background: url("../img/voice/bg_ttl.png") center 0 no-repeat;
  background-size: 1400px auto;
  margin: 0;
}
.voice-headline + .voice-result {
  margin-top: 100px;
}
@media (max-width: 750px) {
  .voice-headline + .voice-result {
    margin-top: 10%;
  }
}

.voice-headline img {
  width: 356px;
  height: auto;
}

.voice-headline span {
  display: block;
  text-align: left;
  width: 1010px;
  padding: 124px 0;
  margin: 0 auto;
}

.voice-block {
  background: url("../img/joblicense/dot_grey_lignt.png") 0 0 repeat;
  background-size: 4px auto;
  padding: 90px 0 75px;
  margin: 0 0 95px;
}

.voice-btn {
  width: 1010px;
  margin: 0 auto;
}

.voice-btn .voice-btn__color {
  border-bottom: 1px solid #999;
  padding: 0 0 38px;
  margin: 0 0 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.voice-btn .voice-btn__color li {
  width: 49%;
  font-size: 2.4rem;
  margin-top: 20px;
}

.voice-btn .voice-btn__color li a {
  display: block;
  color: #fff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

.voice-btn .voice-btn__mono {
  position: relative;
  border-bottom: 1px solid #999;
  padding: 0 0 38px;
  margin: 0 0 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.voice-btn .voice-btn__mono:last-child {
  border-bottom: 0;
  margin: 0;
  padding: 0;
}

.voice-btn .voice-btn__mono--job li {
  width: 33.3%;
  margin-top: 20px;
  padding: 0 12px;
}

.voice-btn .voice-btn__mono--lisence li {
  width: 25%;
  margin-top: 20px;
  padding: 0 12px;
}

.voice-btn .voice-btn__mono--cat_student li {
  width: 50%;
  margin-top: 20px;
  padding: 0 12px !important;
}

@media (max-width: 750px) {
  .voice-btn .voice-btn__mono li {
    padding: 0 6px !important;
  }
}

.voice-btn .voice-btn__mono li a {
  display: block;
  background: #656262;
  box-shadow: 2px 2px 0 1px #4c4948;
  color: #fff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

.voice-btn p {
  font-size: 2.6rem;
  font-weight: bold;
  background: url("../img/voice/icon_search.png") 0 center no-repeat;
  background-size: auto 100%;
  padding: 0 0 0 45px;
  margin: 0 0 10px;
}

.voice-btn a {
  text-align: center;
  border-radius: 10px;
  box-shadow: 2px 2px 0 1px #4c4948;
  padding: 20px 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

.ie .voice-btn a {
  padding: 22px 0 12px;
}

.voice-btn .course_e-sports a {
  background: #002a6c url("../img/common/dot_transparent.png") 0 0 repeat;
  background-size: 4px auto;
}

.voice-btn .course_info_system a {
  background: #004691 url("../img/common/dot_transparent.png") 0 0 repeat;
  background-size: 4px auto;
}

.voice-btn .course_business a {
  background: #009143 url("../img/common/dot_transparent.png") 0 0 repeat;
  background-size: 4px auto;
}

.voice-btn .course_secretary a {
  background: #f5a100 url("../img/common/dot_transparent.png") 0 0 repeat;
  background-size: 4px auto;
}

.voice-btn .course_koumuin a {
  background: #cf1126 url("../img/common/dot_transparent.png") 0 0 repeat;
  background-size: 4px auto;
}

.voice-btn .course_ib a {
  background: #8a1126 url("../img/common/dot_transparent.png") 0 0 repeat;
  background-size: 4px auto;
}

.wp-pagenavi {
  margin: 60px 0 135px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wp-pagenavi a,
.wp-pagenavi .current {
  margin: 0 5px !important;
}
.wp-pagenavi a {
  width: 40px;
  line-height: 40px;
  background: #d6d6d6;
  text-align: center;
  border-radius: 100%;
  color: #000;
  border: none !important;
  padding: 0 !important;
}
.wp-pagenavi .nextpostslink {
  display: inline-block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  border-radius: 100%;
  background: url("../img/voice/icon_right.png") center center no-repeat #000;
  background-size: 10px auto;
}
.wp-pagenavi .nextpostslink:hover {
  background: url("../img/voice/icon_right_on.png") center center no-repeat #d6d6d6;
  background-size: 10px auto;
}
.wp-pagenavi .previouspostslink {
  display: inline-block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  border-radius: 100%;
  background: url("../img/voice/icon_left.png") center center no-repeat #000;
  background-size: 10px auto;
}
.wp-pagenavi .previouspostslink:hover {
  background: url("../img/voice/icon_left_on.png") center center no-repeat #d6d6d6;
  background-size: 10px auto;
}
.wp-pagenavi .current {
  background: #000;
  color: #fff;
  border-radius: 100%;
  display: inline-block;
  width: 40px;
  font-size: 1.8rem;
  text-align: center;
  line-height: 40px;
  vertical-align: bottom;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

.pager {
  margin: 60px 0 135px;
}

.pager .prev a {
  display: block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  border-radius: 100%;
  background: url("../img/voice/icon_left.png") center center no-repeat #000;
  background-size: 10px auto;
}

.pager .prev a:hover {
  background: url("../img/voice/icon_left_on.png") center center no-repeat #d6d6d6;
  background-size: 10px auto;
}

.pager .next a {
  display: block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  border-radius: 100%;
  background: url("../img/voice/icon_right.png") center center no-repeat #000;
  background-size: 10px auto;
}

.pager .next a:hover {
  background: url("../img/voice/icon_right_on.png") center center no-repeat #d6d6d6;
  background-size: 10px auto;
}

.pager ul {
  text-align: center;
  font-size: 0;
}

.pager li {
  display: inline-block;
  width: 40px;
  font-size: 1.8rem;
  /*border-radius: 100%;*/
  text-align: center;
  line-height: 40px;
  vertical-align: bottom;
}

.ie .pager li {
  line-height: 36px;
  padding-top: 4px;
}

.pager li + li {
  margin-left: 10px;
}

.pager li.current {
  background: #000;
  color: #fff;
  border-radius: 100%;
}

.pager a {
  display: block;
  width: 40px;
  line-height: 40px;
  background: #d6d6d6;
  text-align: center;
  border-radius: 100%;
}

.ie .pager a {
  line-height: 1;
  padding: 14px 0 8px;
}

.ie .pager .next a,
.ie .pager .prev a {
  padding: 0;
}

.pager a:hover {
  color: #fff;
  background: #000;
  opacity: 1;
}

.voice-detail {
  background: url("../img/common/dot_grey_big.png") 0 0 repeat;
  background-size: 8px auto;
  padding-bottom: 70px;
}

.voice-detail h3 {
  text-align: center;
  margin: 120px 0 60px;
}

.voice-detail h3 img {
  width: 247px;
  height: auto;
  margin-top: -25px;
}

.voice-detail .subtitle {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 2;
  text-align: center;
  margin: 0 0 30px;
}

.voice-detail .card {
  text-align: center;
}

.voice-detail .card > img {
  width: 1010px;
  height: auto;
}

.voice-detail .card div {
  position: relative;
  background: #ffff00;
  width: 430px;
  padding: 30px;
  margin: -40px auto 0;
}

.voice-detail .card div::after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: -10px;
  width: 100%;
  height: 100%;
  background: url("../img/department/dot_bk.png") 0 0 repeat;
  background-size: 4px auto;
  z-index: -1;
}

.voice-detail .card div p {
  text-align: center;
  font-weight: bold;
  margin: 0;
}

.voice-detail .card div .class {
  font-size: 2.3rem;
}

.voice-detail .card div .section {
  font-size: 1.4rem;
  margin-top: 0.5em;
}

.voice-detail .card div .name {
  position: relative;
  font-size: 2.4rem;
  margin: 20px 0 40px;
}

.voice-detail .card div .year {
  font-size: 2rem;
}
.voice-detail .card div .year small {
  font-size: 1.4rem;
}

.voice-detail .card div .name::before {
  content: "";
  position: absolute;
  bottom: -17px;
  left: 50%;
  width: 120px;
  height: 1px;
  background: #000;
  margin-left: -60px;
}

.voice-detail .card div .name span {
  font-size: 3.4rem;
  margin-left: 0.5em;
}

.voice-detail .license {
  position: relative;
  width: 840px;
  border: 3px solid #ffff00;
  background: #fff;
  margin: 80px auto 74px;
  padding: 50px 45px;
}

.voice-detail .license img {
  position: absolute;
  top: -16px;
  left: 45px;
  width: 283px;
  height: auto;
}

.voice-detail .license ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.voice-detail .license ul li {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2;
  background: url("../img/department/icon_point.png") 0 12px no-repeat;
  background-size: 11px auto;
  padding-left: 20px;
  width: 49%;
}

.ie .voice-detail .license ul li {
  padding-top: 3px;
}

.voice-text {
  width: 840px;
  margin: 0 auto;
  padding: 0 0 70px;
}
.voice-text__flex {
  margin-top: 70px;
}

.voice-text p {
  font-size: 1.7rem;
  line-height: 2;
}

.voice-text hr {
  height: 0;
  border-top: 1px solid #000;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  margin: 75px 0;
}

.voice-text h4 {
  font-size: 2.2rem;
  font-weight: bold;
  border-left: 11px solid #ffff00;
  line-height: 1.8;
  padding: 0 0 0 15px;
  margin: 0 0 15px;
}

.ie .voice-text h4 {
  padding-top: 4px;
}

.voice-text .img {
  margin: 0 0 75px;
}

.voice-text .message {
  position: relative;
  background: #fff;
  width: 100%;
  padding: 60px 50px 40px;
  margin: 80px auto 0;
}

.voice-text .message img {
  position: absolute;
  top: -20px;
  left: 0;
  width: 208px;
  height: auto;
}

.voice-text .message::after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: -10px;
  width: 100%;
  height: 100%;
  background: url("../img/department/dot_bk.png") 0 0 repeat;
  background-size: 4px auto;
  z-index: -1;
}

.voice-new {
  width: 1010px;
  margin: 0 auto;
  padding: 70px 0 120px;
}

.voice-new .home-voice__body {
  margin-bottom: 20px;
}

.voice-ribbon {
  position: relative;
  background: #00b5ff;
  color: #fff;
  font-weight: bold;
  font-size: 3.2rem;
  padding: 16px 30px;
  margin: 0 0 60px;
}

.ie .voice-ribbon {
  padding: 21px 30px 12px;
}

.voice-ribbon::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 20px 40px 0;
  border-color: transparent #ffffff transparent transparent;
}

@media (max-width: 750px) {
  .voice-btn {
    width: auto;
  }
  .voice-btn p {
    font-size: 1.6rem;
    padding-left: 26px;
  }
  .voice-btn .voice-btn__color {
    padding: 0 0 7%;
    margin: 0 0 7%;
  }
  .voice-btn .voice-btn__color li {
    width: 100%;
    font-size: 1.8rem;
    margin-top: 3%;
  }
  .voice-btn .voice-btn__color li a {
    padding: 15px 0;
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  .voice-btn .voice-btn__color li a {
    padding: 7px;
  }
}
@media (max-width: 750px) {
  .voice-btn .voice-btn__mono {
    padding: 0 0 7%;
    margin: 0 0 7%;
  }
  .voice-btn .voice-btn__mono li {
    width: 49%;
    font-size: 1.3rem;
    margin-top: 3%;
  }
  .voice-btn .voice-btn__mono li a {
    padding: 12px 0;
  }
  .voice-headline span {
    width: auto;
    padding: 10% 0;
  }
  .voice-headline {
    background-size: auto 110%;
    background-position: 100% 0;
  }
  .voice-headline img {
    display: block;
    width: 220px;
    height: auto;
    vertical-align: top;
    margin: 0 auto;
  }
  .voice-block {
    margin: 0 0 10%;
    padding: 5% 5% 8%;
  }
  .voice-result .home-voice__body {
    padding-bottom: 0;
  }
  .pager {
    margin: 5% 0 10%;
  }
  .pager li {
    width: 25px;
    font-size: 1.4rem;
    line-height: 25px;
  }
  .pager li + li {
    margin-left: 5px;
  }
  .pager li a {
    width: 25px;
    line-height: 25px;
  }
  .pager .next a,
  .pager .prev a {
    width: 25px;
    height: 25px;
    background-size: 6px auto;
  }
  .voice-detail h3 {
    margin: 10% 0 1%;
  }
  .voice-detail h3 img {
    width: 26%;
    height: auto;
    margin-top: -4%;
  }
  .voice-detail .subtitle {
    font-size: 1.6rem;
    margin: 0 5% 5%;
  }
  .voice-detail .card div {
    width: auto;
    margin: -10px 5% 0;
    padding: 5%;
  }
  .voice-detail .card div::after {
    bottom: -5px;
    right: -5px;
  }
  .voice-detail .card div .class {
    font-size: 1.6rem;
  }
  .voice-detail .card div .name {
    font-size: 2rem;
    margin: 10px 0 25px;
  }
  .voice-detail .card div .name span {
    font-size: 2.4rem;
  }
  .voice-detail .card div .name::before {
    width: 80px;
    bottom: -10px;
    margin-left: -40px;
  }
  .voice-detail .card div .year {
    font-size: 1.4rem;
  }
  .voice-text .img {
    margin: 0 0 5%;
  }
  .voice-detail .license {
    width: auto;
    margin: 12% 5% 8%;
    padding: 5%;
  }
  .voice-detail .license ul {
    float: none;
    width: auto;
  }
  .voice-detail .license ul + ul {
    float: none;
  }
  .voice-detail .license ul li {
    font-size: 1.4rem;
    background: url("../img/department/icon_point.png") 0 10px no-repeat;
    background-size: 6px auto;
    padding: 0 0 0 1.2em;
    width: 100%;
  }
  .voice-detail .license img {
    left: 5%;
    width: 200px;
  }
  .voice-text {
    width: auto;
    padding: 0 5% 10%;
  }
  .voice-new {
    width: auto;
  }
  .voice-text h4 {
    font-size: 1.8rem;
  }
  .voice-text hr {
    margin: 10% 0;
  }
  .voice-text .message {
    padding: 12% 5% 5%;
    margin: 15% 0 0;
  }
  .voice-text .message img {
    width: 150px;
  }
  .voice-text .message::after {
    right: -5px;
    bottom: -5px;
  }
  .voice-text p {
    margin: 0;
  }
  .voice-ribbon {
    font-size: 2.4rem;
    padding: 5px 20px;
    margin: 0 0 5%;
  }
  .voice-new {
    padding: 5% 0;
  }
  .voice-new .home-voice__body {
    padding-bottom: 0;
  }
  .voice-ribbon {
    margin: 0 15px 5%;
  }
  .voice-ribbon::before {
    content: none;
  }
}
.voice-schedule {
  position: relative;
  width: 840px;
  background: #fff;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 750px) {
  .voice-schedule {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.voice-schedule::after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: -10px;
  width: 100%;
  height: 100%;
  background: url(../img/department/dot_bk.png) 0 0 repeat;
  background-size: 4px auto;
  z-index: -1;
}
@media (max-width: 750px) {
  .voice-schedule::after {
    right: -5px;
    bottom: -5px;
  }
}
.voice-schedule h3 {
  color: #000;
  margin: 0 0 40px !important;
  padding: 20px 25px;
  font-size: 26px;
  line-height: 1.6;
  background-color: #ffff00;
  text-align: left;
}
@media (max-width: 750px) {
  .voice-schedule h3 {
    font-size: 1.8rem;
    margin-bottom: 5% !important;
  }
}
.voice-schedule .tabelWrap {
  padding: 0 50px 40px;
}
@media (max-width: 750px) {
  .voice-schedule .tabelWrap {
    padding: 0 5% 5%;
  }
}
.voice-schedule table {
  border-collapse: collapse;
  margin-bottom: 0;
}
.voice-schedule table tbody th,
.voice-schedule table tbody td {
  text-align: center;
  vertical-align: center;
  border-bottom: 1px solid #8c8c8c;
  padding: 5px;
  line-height: 1.8;
}
.voice-schedule table tbody th {
  width: 20%;
}
@media (max-width: 750px) {
  .voice-schedule table tbody th {
    border-bottom: none;
    width: 100%;
  }
}
@media (max-width: 750px) {
  .voice-schedule table tbody tr {
    display: flex;
    flex-direction: column;
  }
}
.voice-schedule table tbody tr:last-child th,
.voice-schedule table tbody tr:last-child td {
  border-bottom: none;
}
.voice-schedule table tbody dl {
  display: flex;
  margin: 0;
}
@media (max-width: 750px) {
  .voice-schedule table tbody dl {
    flex-direction: column;
  }
}
.voice-schedule table tbody dl dt,
.voice-schedule table tbody dl dd {
  display: flex;
  margin: 0;
}
.voice-schedule table tbody dl dt {
  width: 30%;
  align-items: center;
  justify-content: center;
}
@media (max-width: 750px) {
  .voice-schedule table tbody dl dt {
    width: 100%;
    justify-content: flex-start;
    text-align: left;
  }
}
.voice-schedule table tbody dl dd {
  text-align: left;
  width: 70%;
}
@media (max-width: 750px) {
  .voice-schedule table tbody dl dd {
    width: 100%;
  }
}

.content-contact .misc-headline img {
  width: 530px;
}
@media (max-width: 750px) {
  .content-contact .misc-headline img {
    width: 300px;
  }
}

.contact-pamphlet {
  padding-bottom: 7rem;
}

.contact-pamphlet__top {
  display: flex;
  justify-content: space-between;
  align-items: top;
  margin-bottom: 3rem;
}
@media (max-width: 750px) {
  .contact-pamphlet__top {
    flex-direction: column;
    margin-bottom: 0;
  }
}
.contact-pamphlet__top figure {
  width: 33%;
}
@media (max-width: 750px) {
  .contact-pamphlet__top figure {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
  }
}
.contact-pamphlet__top .open-time {
  font-size: 2.2rem;
  font-weight: bold;
  margin-top: 3rem;
}
@media (max-width: 750px) {
  .contact-pamphlet__top .open-time {
    font-size: 1.6rem;
    margin-top: 1.5rem;
  }
}

.contact-pamphlet__text {
  width: 58%;
}
.contact-pamphlet__text h3 {
  font-size: 2.4rem;
  line-height: 1.8em;
  margin: 0;
}
@media (max-width: 750px) {
  .contact-pamphlet__text {
    width: 100%;
  }
  .contact-pamphlet__text h3 {
    font-size: 1.6rem;
  }
  .contact-pamphlet__text h3 br {
    display: none;
  }
}

.contact-pamphlet__text__tel {
  margin-top: 6rem;
  background: #ff0000;
  color: #fff;
  text-align: center;
  padding: 3rem 0 4rem;
  margin-bottom: 30px;
}
@media (max-width: 750px) {
  .contact-pamphlet__text__tel {
    padding: 1.5rem 0 2rem;
  }
}
.contact-pamphlet__text__tel span {
  display: block;
}
.contact-pamphlet__text__tel .title {
  font-size: 3.3rem;
  margin-bottom: 1em;
}
.contact-pamphlet__text__tel .num {
  display: block;
  width: 508px;
  height: 0;
  padding-top: 46px;
  overflow: hidden;
  background-size: 508px 46px;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
  background-image: url(../img/contact/contact_tel_num.png);
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 750px) {
  .contact-pamphlet__text__tel {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 2rem;
  }
  .contact-pamphlet__text__tel .title {
    font-size: 1.8rem;
  }
  .contact-pamphlet__text__tel .num {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 9%;
    overflow: hidden;
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    font-size: 0;
  }
}

.contact-pamphlet__pdf {
  background: #ff0000;
  color: #fff;
  padding: 30px;
}
.contact-pamphlet__pdf a {
  background: #fff;
  color: #ff0000;
  font-size: 2.2rem;
  text-align: center;
  font-weight: bold;
  display: block;
  border-radius: 2rem;
}
.contact-pamphlet__pdf a::after {
  content: "";
}

.contact-pamphlet__bottom {
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.contact-pamphlet__bottom p {
  font-size: 1.8rem;
  margin: 0;
  line-height: 2.2em;
}
@media (max-width: 750px) {
  .contact-pamphlet__bottom p {
    font-size: 1.6rem;
  }
}

.contact-mailform {
  background: #ececec url(../img/common/dot_wh.gif);
  padding-top: 8rem;
  padding-bottom: 8rem;
}
@media (max-width: 750px) {
  .contact-mailform {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.contact-mailform h3 {
  display: block;
  width: 466px;
  height: 0;
  padding-top: 37.5px;
  overflow: hidden;
  background-size: 466px 37.5px;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
  background-image: url(../img/contact/ttl_mailform.png);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 7rem;
}
@media (max-width: 750px) {
  .contact-mailform h3 {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 8%;
    overflow: hidden;
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    font-size: 0;
    width: 80%;
    margin-bottom: 3rem;
  }
}

.contact-each,
.contact-each__detail_child {
  padding: 2rem 0;
}
.contact-each + .contact-each,
.contact-each + .contact-each__detail_child,
.contact-each__detail_child + .contact-each,
.contact-each__detail_child + .contact-each__detail_child {
  border-top: 1px solid #acacac;
}
@media (max-width: 750px) {
  .contact-each,
  .contact-each__detail_child {
    padding: 1rem 0;
  }
}

.contact-mailform--entry h3 {
  display: block;
  width: 425.5px;
  height: 0;
  padding-top: 37.5px;
  overflow: hidden;
  background-size: 425.5px 37.5px;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
  background-image: url(../img/contact/ttl_entryform.png);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 7rem;
}
@media (max-width: 750px) {
  .contact-mailform--entry h3 {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 9%;
    overflow: hidden;
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    font-size: 0;
    width: 80%;
    margin-bottom: 3rem;
  }
}

.contact-each {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 750px) {
  .contact-each {
    flex-direction: column;
  }
}
.contact-each:first-child {
  border-top: 1px solid #acacac;
}

.mw_wp_form .contact-each .error {
  font-weight: bold;
  color: #ff0000;
  padding-top: 0.25em;
  font-size: 1.3rem;
}

.contact-each__head {
  width: 210px;
  font-size: 1.6rem;
  font-weight: bold;
  padding-right: 5rem;
}
@media (max-width: 750px) {
  .contact-each__head {
    padding-right: 0;
    padding-bottom: 1rem;
  }
  .contact-each__head br {
    display: none;
  }
}
.contact-each__head .required {
  background-color: #ff0000;
  color: #fff;
  font-weight: normal;
  font-size: 1.2rem;
  padding: 0.25em 0.25em;
  margin-left: 0.5em;
  display: inline-block;
}

.contact-each__detail {
  width: 80%;
}
.contact-each__detail input,
.contact-each__detail textarea {
  border: 1px solid #999;
  font-size: 16px;
  padding: 1em;
  width: 100%;
  border-radius: 8px;
  color: #000;
}
.contact-each__detail input[type=radio],
.contact-each__detail input[type=checkbox] {
  width: auto;
  display: none;
}
.contact-each__detail select {
  font-size: 16px;
  padding: 1em;
  border: none;
  border: 1px solid #999;
  background: linear-gradient(to bottom, #efefef 0%, #efefef 40%, #efefef 40%, #d8d8d8 60%, #d8d8d8 100%);
  height: 60px;
  width: 200px;
}
.contact-each__detail .horizontal-item {
  margin-left: 0 !important;
}
.contact-each__detail .mwform-zip-field {
  display: block;
}
@media (max-width: 750px) {
  .contact-each__detail .mwform-tel-field input {
    width: 6em !important;
  }
}
.contact-each__detail .zip {
  width: 260px;
  margin-right: 1em;
}
@media (max-width: 750px) {
  .contact-each__detail .zip {
    width: 10em;
  }
}
.contact-each__detail .zip-wrap {
  display: flex;
  align-items: center;
}

@media (max-width: 750px) {
  .contact-each__detail__reason {
    display: flex;
    flex-direction: column;
  }
}
.contact-each__detail__reason p {
  display: none;
}
.contact-each__detail__reason + .contact-each__detail__reason {
  border-top: 1px solid #acacac;
  padding-top: 0.75em;
}
@media (max-width: 750px) {
  .contact-each__detail__reason + .contact-each__detail__reason {
    border-top: 0;
  }
}
.contact-each__detail__reason:last-child {
  margin-bottom: -0.5em;
}
.contact-each__detail__reason .mwform-checkbox-field {
  display: inline-block;
  padding-bottom: 0.5em;
}
.contact-each__detail__reason strong {
  font-size: 1.5rem;
  display: block;
}

@media (max-width: 750px) {
  .contact-each__head,
  .contact-each__detail {
    width: 100%;
  }
}
.radio-row {
  display: flex;
}
@media (max-width: 750px) {
  .radio-row {
    flex-direction: column;
  }
}

.mwform-radio-field,
.mwform-checkbox-field {
  margin-right: 3em;
}
@media (max-width: 750px) {
  .mwform-radio-field,
  .mwform-checkbox-field {
    margin-right: 0;
  }
}
.mwform-radio-field label:hover,
.mwform-checkbox-field label:hover {
  cursor: pointer;
}

.mwform-radio-field-text,
.mwform-checkbox-field-text {
  font-weight: bold;
  font-size: 2.2rem;
  display: flex;
  align-items: center;
}
@media (max-width: 750px) {
  .mwform-radio-field-text,
  .mwform-checkbox-field-text {
    font-size: 1.6rem;
    line-height: 1.8;
    padding-top: 0.25em;
    padding-bottom: 0.25em;
  }
}
.mwform-radio-field-text::before,
.mwform-checkbox-field-text::before {
  content: "";
  width: 22px;
  height: 22px;
  display: inline-block;
  border: 1px solid #999;
  background-color: #fff;
  border-radius: 3px;
  margin-right: 1em;
}

input[type=radio]:checked + span::before,
input[type=checkbox]:checked + span::before {
  background-color: #00b5ff;
}

.contact-each__detail--birth {
  display: flex;
  justify-content: left;
}
@media (max-width: 750px) {
  .contact-each__detail--birth {
    flex-direction: column;
  }
}
.contact-each__detail--birth .birth-col {
  display: flex;
  align-items: flex-end;
  margin-left: 1em;
  width: 33.3%;
}
@media (max-width: 750px) {
  .contact-each__detail--birth .birth-col {
    width: 100%;
  }
}
.contact-each__detail--birth .birth-col select {
  width: 100%;
}
.contact-each__detail--birth .birth-col:first-child {
  margin-left: 0;
}
@media (max-width: 750px) {
  .contact-each__detail--birth .birth-col {
    margin-bottom: 0.5em;
    margin-left: 0;
  }
}
.contact-each__detail--birth .birth-col .error {
  display: block;
  order: 3;
}
.contact-each__detail--birth .birth-col .date-text {
  order: 2;
}
.contact-each__detail--birth .date-text {
  font-weight: bold;
  font-size: 2.2rem;
  padding-left: 0.5em;
}

.contact-each__detail_child {
  display: flex;
  flex-direction: column;
}
.contact-each__detail_child h4 {
  margin: 0;
  font-size: 2.2rem;
}
.contact-each__detail_child .mwform-checkbox-field {
  display: block;
  margin-left: 0 !important;
  display: flex;
  align-items: center;
  margin-bottom: 1em;
}
@media (max-width: 750px) {
  .contact-each__detail_child .mwform-checkbox-field {
    flex-direction: column;
    align-items: flex-start;
  }
}
.contact-each__detail_child .mwform-checkbox-field input {
  width: auto;
  display: none;
}
.contact-each__detail_child .mwform-checkbox-field label:hover {
  cursor: pointer;
}
.contact-each__detail_child .mwform-checkbox-field-text {
  font-size: 1.8rem;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.contact-each__detail_child .mwform-checkbox-field-text::before {
  content: "";
  width: 22px;
  height: 22px;
  display: inline-block;
  border: 1px solid #999;
  background-color: #fff;
  border-radius: 3px;
  margin-right: 1em;
}
.contact-each__detail_child input[type=checkbox]:checked + span::before {
  background-color: #00b5ff;
}

.sec_koumuin .mwform-checkbox-field::after {
  font-size: 1.6rem;
  font-weight: bold;
}
@media (max-width: 750px) {
  .sec_koumuin .mwform-checkbox-field::after {
    margin-left: 3.5em;
    font-size: 1rem;
  }
}
.sec_koumuin .mwform-checkbox-field:first-child::after {
  content: "（国家一般職（高卒）・地方初級・中級（県庁・市役所等)）";
}
.sec_koumuin .mwform-checkbox-field:nth-child(2)::after {
  content: "（警察・消防・海上保安・自衛官等）";
}
.sec_koumuin .mwform-checkbox-field:nth-child(3)::after {
  content: "（3年制）";
}
.sec_koumuin .mwform-checkbox-field:nth-child(4)::after {
  content: "(2年制)";
}
.sec_koumuin .mwform-checkbox-field:nth-child(7)::after {
  content: "（女子のみ）";
}

.sec_daisotsu .mwform-checkbox-field::after {
  font-size: 1.4rem;
  font-weight: bold;
}
@media (max-width: 750px) {
  .sec_daisotsu .mwform-checkbox-field::after {
    margin-left: 3.5em;
    font-size: 1rem;
  }
}
.sec_daisotsu .mwform-checkbox-field:first-child::after {
  content: "（国家一般職（大卒）、地方上級、国税専門官、裁判所一般職など）";
}
.sec_daisotsu .mwform-checkbox-field:nth-child(2)::after {
  content: "（国立大学法人、警察官、消防官、海上保安官、9月10月市町村、技術区分公務員など）";
}

.contact-button {
  text-align: center;
  margin-top: 3rem;
}
.contact-button div {
  display: inline-block;
}
@media (max-width: 750px) {
  .contact-button div {
    margin-bottom: 1em;
  }
}
.contact-button button {
  background: #00b5ff;
  color: #fff;
  font-size: 3rem;
  border: none;
  height: 80px;
  display: flex;
  align-items: center;
  border-radius: 40px;
  padding: 0 40px;
  cursor: pointer;
  transition: 0.4s ease-in-out;
}
@media (max-width: 750px) {
  .contact-button button {
    font-size: 2.2rem;
    height: 60px;
  }
}
.contact-button button:hover {
  opacity: 0.7;
}

.contact-button__back button {
  background-color: #999;
}

#conZipBtn {
  font-size: 2rem;
  border: none;
  background-color: #4d4948;
  color: #fff;
  padding: 0;
  height: 56px;
  border-radius: 8px;
  padding-left: 1em;
  padding-right: 1em;
  cursor: pointer;
}

.mw_wp_form_confirm #conZipBtn {
  display: none;
}

.content-admission .misc-headline img {
  width: 400px;
}
@media (max-width: 750px) {
  .content-admission .misc-headline img {
    width: 300px;
  }
}

#message-sent {
  max-width: 600px;
  line-height: 1.8;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 750px) {
  .mw_wp_form_input,
  .mw_wp_form_confirm,
  .mw_wp_form_complete {
    margin-top: -160px;
    padding-top: 160px;
  }
}

@media (max-width: 750px) {
  .contact-each__consent .mwform-checkbox-field-text {
    flex-direction: column;
    text-align: center;
  }
}
@media (max-width: 750px) {
  .contact-each__consent .mwform-checkbox-field-text::before {
    margin-right: 0;
    margin-top: 1rem;
    order: 2;
  }
}

@media (max-width: 750px) {
  #scrollSec {
    padding-top: 65px;
    margin-top: -65px;
  }
}

.sec_koumuin .mwform-checkbox-field:after {
  display: none !important;
}

.sec_koumuin .mwform-checkbox-field-text .small {
  width: 100%;
  font-size: 1.5rem;
}

.sec_koumuin .mwform-checkbox-field-text:before {
  margin-top: 0.25em;
}

.contact-each__detail_child .mwform-checkbox-field-text {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

@media (max-width: 750px) {
  .contact-each__detail_child .mwform-checkbox-field-text .txtwrap {
    width: calc(100% - 2em);
  }
  .contact-each__detail_child .mwform-checkbox-field-text .small {
    font-size: 3.1vw;
  }
}
.page-thanks-contact {
  background: #ececec url(../img/common/dot_wh.gif);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
@media (max-width: 750px) {
  .page-thanks-contact {
    height: auto;
  }
}
.page-thanks-contact #message {
  padding: 15px;
  max-width: 640px;
  text-align: center;
}
.page-thanks-contact .back-to-home {
  margin-bottom: 5rem;
}
.page-thanks-contact .back-to-home a {
  background-color: #00b5ff;
  color: #fff;
  height: 60px;
  font-size: 2.2rem;
  padding: 20px 40px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  margin-left: auto;
  margin-right: auto;
}
.page-thanks-contact .logo {
  width: 180px;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

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

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

.opencumpus-form {
  padding-bottom: 10rem;
}
.opencumpus-form .contact-button {
  margin-top: 9rem;
}
@media (max-width: 750px) {
  .opencumpus-form .contact-button {
    margin-top: 3rem;
  }
}
.opencumpus-form .contact-button button {
  width: 100%;
  max-width: 490px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 750px) {
  .opencumpus-form .contact-button button {
    font-size: 1.4rem;
    height: 40px;
    padding-left: 4em;
    padding-right: 4em;
    letter-spacing: 0.1em;
  }
}
.opencumpus-form .mwform-checkbox-field-text,
.opencumpus-form .mwform-radio-field-text {
  font-size: 1.8rem;
}
@media (max-width: 750px) {
  .opencumpus-form .mwform-checkbox-field-text,
  .opencumpus-form .mwform-radio-field-text {
    font-size: 1.4rem;
  }
}
.opencumpus-form #conZipBtn {
  background-color: #00b5ff;
  width: 114px;
}
@media (max-width: 750px) {
  .opencumpus-form #conZipBtn {
    height: 46px;
  }
}
.opencumpus-form .mwform-checkbox-field-text:before,
.opencumpus-form .mwform-radio-field-text:before {
  width: 16px;
  height: 16px;
  margin-right: 0.5em;
}

.oc-group-wrap {
  margin-bottom: 3.8rem;
  border: 1px solid #C1C2C2;
  border-top: none;
}
.oc-group-wrap .sec_koumuin .mwform-checkbox-field:after {
  margin-left: 1.5em;
  display: inline-block;
}
.oc-group-wrap .zip-wrap {
  flex-direction: column;
  align-items: flex-start;
}
.oc-group-wrap .zip-wrap div {
  display: flex;
}
.oc-group-wrap .zip-wrap + p {
  margin-bottom: 0;
}
@media (max-width: 750px) {
  .oc-group-wrap {
    margin-bottom: 2rem;
  }
}
.oc-group-wrap .contact-each {
  display: flex;
  align-items: stretch;
  margin: 0;
  padding: 0;
}
.oc-group-wrap .contact-each__head {
  background: url(../img/opencampus/bg_form_title.gif);
  display: flex;
  align-items: center;
  width: 300px;
  font-size: 1.8rem;
  padding: 1.5rem;
}
@media (max-width: 750px) {
  .oc-group-wrap .contact-each__head {
    width: 100%;
    padding: 1rem;
    font-size: 1.6rem;
  }
}
.oc-group-wrap .contact-each__head .required {
  margin-right: 0.75em;
  font-size: 1.6rem;
  padding: 0.15em 0;
  width: 3.3em;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 750px) {
  .oc-group-wrap .contact-each__head .required {
    font-size: 1.2rem;
    margin-left: 0;
  }
}
.oc-group-wrap .contact-each__head span {
  width: calc(100% - 3em);
}
.oc-group-wrap .contact-each__detail {
  padding: 2rem 2.5rem;
  font-weight: bold;
  font-size: 1.8rem;
  background: #fff;
}
.oc-group-wrap .contact-each__detail .vertical-item {
  margin-right: 0;
  margin-bottom: 0;
}
.oc-group-wrap .contact-each__detail .vertical-item + .vertical-item {
  margin-top: 0.75em;
}
.oc-group-wrap .contact-each__detail .horizontal-item {
  margin-right: 2rem;
}
@media (max-width: 750px) {
  .oc-group-wrap .contact-each__detail {
    padding: 1rem;
  }
  .oc-group-wrap .contact-each__detail .mwform-tel-field input {
    width: 5em !important;
  }
}
.oc-group-wrap .contact-each__detail--row {
  display: flex;
}
@media (max-width: 750px) {
  .oc-group-wrap .contact-each__detail--row {
    flex-direction: column;
  }
}
.oc-group-wrap .contact-each__detail_child {
  padding: 0;
}
.oc-group-wrap .contact-each__detail input,
.oc-group-wrap .contact-each__detail select,
.oc-group-wrap .contact-each__detail textarea {
  background: #f2f7ff;
  border-radius: 10px;
}
@media (max-width: 750px) {
  .oc-group-wrap .contact-each__detail input,
  .oc-group-wrap .contact-each__detail select,
  .oc-group-wrap .contact-each__detail textarea {
    font-size: 1.6rem;
    padding: 0.25em 0.5em;
  }
}
@media (max-width: 750px) {
  .oc-group-wrap .contact-each__detail input,
  .oc-group-wrap .contact-each__detail select {
    height: 46px;
  }
}
.oc-group-wrap .contact-each__detail select[name=date-opencampus] {
  width: 400px;
}
@media (max-width: 750px) {
  .oc-group-wrap .contact-each__detail select[name=date-opencampus] {
    width: 100%;
  }
}
.oc-group-wrap .contact-each__detail textarea[name=address] {
  min-height: 110px;
}
.oc-group-wrap .contact-each__detail__name-first, .oc-group-wrap .contact-each__detail__name-second {
  display: flex;
  align-items: center;
  width: 37%;
  flex-direction: column;
}
@media (max-width: 750px) {
  .oc-group-wrap .contact-each__detail__name-first, .oc-group-wrap .contact-each__detail__name-second {
    width: 100%;
  }
}
.oc-group-wrap .contact-each__detail__name-first div, .oc-group-wrap .contact-each__detail__name-second div {
  display: flex;
  align-items: center;
  width: 100%;
}
.oc-group-wrap .contact-each__detail__name-first span, .oc-group-wrap .contact-each__detail__name-second span {
  width: 3.5em;
}
@media (max-width: 750px) {
  .oc-group-wrap .contact-each__detail__name-first span, .oc-group-wrap .contact-each__detail__name-second span {
    font-size: 1.2rem;
  }
}
.oc-group-wrap .contact-each__detail__name-first {
  margin-right: 1em;
}
@media (max-width: 750px) {
  .oc-group-wrap .contact-each__detail__name-first {
    margin-bottom: 1rem;
    margin-right: 0;
  }
}
.oc-group-wrap .contact-each__detail__school {
  width: 58%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 1em;
  flex-direction: column;
}
.oc-group-wrap .contact-each__detail__school div {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.oc-group-wrap .contact-each__detail__school input {
  width: calc(100% - 4em);
}
@media (max-width: 750px) {
  .oc-group-wrap .contact-each__detail__school {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
@media (max-width: 750px) {
  .oc-group-wrap .contact-each__detail__school span {
    font-size: 1.4rem;
  }
}
.oc-group-wrap .contact-each__detail__grade {
  width: 42%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
.oc-group-wrap .contact-each__detail__grade div {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.oc-group-wrap .contact-each__detail__grade select {
  width: calc(100% - 3em);
}
@media (max-width: 750px) {
  .oc-group-wrap .contact-each__detail__grade span {
    font-size: 1.4rem;
  }
}
.oc-group-wrap .contact-each__detail__subject, .oc-group-wrap .contact-each__detail__survey {
  width: 100%;
}
.oc-group-wrap .contact-each__detail__subject div, .oc-group-wrap .contact-each__detail__survey div {
  width: 100%;
  display: flex;
}
@media (max-width: 750px) {
  .oc-group-wrap .contact-each__detail__subject div, .oc-group-wrap .contact-each__detail__survey div {
    flex-direction: column;
  }
}
.oc-group-wrap .contact-each__detail .birth-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.oc-group-wrap .contact-each__detail .birth-col div {
  display: flex;
  align-items: center;
  width: 100%;
}
@media (max-width: 750px) {
  .oc-group-wrap .contact-each__detail--birth {
    flex-direction: row;
  }
  .oc-group-wrap .contact-each__detail--birth .date-text {
    font-size: 1.6rem;
  }
}
.oc-group-wrap .contact-each__detail__reason--group {
  display: flex;
}
.oc-group-wrap .contact-each__detail__reason--group strong {
  color: #999;
  font-size: 1.8rem;
  width: 5.5em;
}
@media (max-width: 750px) {
  .oc-group-wrap .mwform-radio-field-text {
    margin-bottom: 0.75em;
  }
}
.oc-group-wrap .error {
  font-size: 1.4rem !important;
  margin-top: 0.5em;
  width: 100% !important;
  color: red;
}
.oc-group-wrap .error-message {
  width: 100%;
}
.oc-group-wrap .error-message + p {
  padding: 0;
  margin: 0;
}
.oc-group-wrap .error-color input,
.oc-group-wrap .error-color select,
.oc-group-wrap .error-color textarea {
  border: 1px solid #d40000;
  background-color: #fdf2f2;
}

.mw_wp_form_confirm .contact-each__detail__name-first div,
.mw_wp_form_confirm .contact-each__detail__name-second div,
.mw_wp_form_confirm .contact-each__detail__school div,
.mw_wp_form_confirm .contact-each__detail__grade div {
  justify-content: left;
}
.mw_wp_form_confirm .contact-each__detail__name-first div span,
.mw_wp_form_confirm .contact-each__detail__name-second div span,
.mw_wp_form_confirm .contact-each__detail__school div span,
.mw_wp_form_confirm .contact-each__detail__grade div span {
  display: none;
}

.open-campus-message {
  background-size: 114.5px;
  background: url(../img/opencampus/bg_slash_yellow.png);
  position: relative;
  padding-top: 52px;
  padding-bottom: 190px;
}
@media (max-width: 750px) {
  .open-campus-message {
    padding-top: 20px;
    padding-bottom: 113px;
  }
}
.open-campus-message::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  content: "";
  display: block;
  width: 715.5px;
  height: 0;
  padding-top: 255.5px;
  overflow: hidden;
  background-size: 715.5px 255.5px;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
  background-image: url(../img/opencampus/bg_opencampus.png);
  transform: translateX(-32%);
}
@media (max-width: 750px) {
  .open-campus-message::after {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 34%;
    overflow: hidden;
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    font-size: 0;
    width: 96%;
    right: 0;
    left: auto;
    transform: none;
  }
}
.open-campus-message h2 {
  display: block;
  width: 1013px;
  height: 0;
  padding-top: 233px;
  overflow: hidden;
  background-size: 1013px 233px;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
  background-image: url(../img/opencampus/ttl_openccampus.png);
}
@media (max-width: 750px) {
  .open-campus-message h2 {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 44%;
    overflow: hidden;
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    font-size: 0;
    background-image: url(../img/opencampus/ttl_openccampus_sp.png);
  }
}
.open-campus-message h3 {
  display: block;
  width: 853.5px;
  height: 0;
  padding-top: 33.5px;
  overflow: hidden;
  background-size: 853.5px 33.5px;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
  background-image: url(../img/opencampus/txt_openccampus.png);
  margin: 60px auto 45px;
}
@media (max-width: 750px) {
  .open-campus-message h3 {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 20%;
    overflow: hidden;
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    font-size: 0;
    background-image: url(../img/opencampus/txt_openccampus_sp.png);
    width: 86%;
    margin: 28px auto 6px;
  }
}
.open-campus-message p {
  max-width: 853px;
  margin: 0 auto;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.085em;
}
@media (max-width: 750px) {
  .open-campus-message p {
    font-size: 1.2rem;
  }
}

.open-campus-flow {
  background: url(../img/opencampus/bg_slash_blue.png);
  background-size: 113.5px;
  padding-top: 35px;
  padding-bottom: 40px;
  position: relative;
}
@media (max-width: 750px) {
  .open-campus-flow {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.open-campus-flow h2 {
  display: block;
  width: 850.5px;
  height: 0;
  padding-top: 216px;
  overflow: hidden;
  background-size: 850.5px 216px;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
  background-image: url(../img/opencampus/ttl_reservation.png);
  margin: 0 auto 57px;
  transform: translateX(7.5%);
}
@media (max-width: 750px) {
  .open-campus-flow h2 {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 45%;
    overflow: hidden;
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    font-size: 0;
    background-image: url(../img/opencampus/ttl_reservation_sp.png);
    transform: translateX(-2%);
    margin-bottom: 20px;
  }
}
.open-campus-flow h3 {
  display: block;
  width: 240px;
  height: 0;
  padding-top: 235px;
  overflow: hidden;
  background-size: 240px 235px;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
  background-image: url(../img/opencampus/txt_reservation_1.png);
  position: absolute;
  top: -57px;
  transform: translateX(-10px);
}
@media (max-width: 750px) {
  .open-campus-flow h3 {
    display: none;
  }
}
.open-campus-flow p.flow {
  display: block;
  width: 755.5px;
  height: 0;
  padding-top: 83.5px;
  overflow: hidden;
  background-size: 755.5px 83.5px;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
  background-image: url(../img/opencampus/txt_reservation_2.png);
  margin: 0 auto 46px;
  transform: translateX(-6px);
}
@media (max-width: 750px) {
  .open-campus-flow p.flow {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 47%;
    overflow: hidden;
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    font-size: 0;
    width: 96%;
    background-image: url(../img/opencampus/txt_reservation_2_sp.png);
    margin-bottom: 20px;
  }
}
.open-campus-flow p {
  color: #fff;
  font-weight: bold;
  line-height: 2;
  font-size: 1.8rem;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 750px) {
  .open-campus-flow p {
    font-size: 1.2rem;
    letter-spacing: 0.1em;
  }
}

.open-campus-datepick {
  padding-top: 72px;
  padding-bottom: 55px;
}
@media (max-width: 750px) {
  .open-campus-datepick {
    padding-top: 28px;
  }
}
.open-campus-datepick h2 {
  display: block;
  width: 1000px;
  height: 0;
  padding-top: 132.5px;
  overflow: hidden;
  background-size: 1000px 132.5px;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
  background-image: url(../img/opencampus/ttl_clickgo.png);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 86px;
}
@media (max-width: 750px) {
  .open-campus-datepick h2 {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 30%;
    overflow: hidden;
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    font-size: 0;
    background-image: url(../img/opencampus/ttl_clickgo_sp.png);
    margin-bottom: 20px;
  }
}

#btn-select-date ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
@media (max-width: 750px) {
  #btn-select-date ul {
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
  }
}
#btn-select-date ul li {
  width: 49%;
  margin-bottom: 4%;
}
@media (max-width: 750px) {
  #btn-select-date ul li {
    width: 86%;
    margin-bottom: 6%;
  }
}
#btn-select-date ul li a {
  display: flex;
  flex-direction: column;
  border: 3px solid #FEE40B;
  background: linear-gradient(#ffff00 30%, #fff000 70%);
  font-weight: bold;
  align-items: center;
  border-radius: 100px;
  padding: 2rem;
  letter-spacing: 0.2em;
  width: 100%;
}
@media (max-width: 750px) {
  #btn-select-date ul li a {
    padding: 1.5rem;
    letter-spacing: 0;
  }
}
#btn-select-date ul li a:hover {
  background: linear-gradient(#FEC70B 30%, #FDB80B 70%);
  opacity: 1;
  border-color: #FDAE0A;
}
#btn-select-date ul li a .date {
  margin-bottom: 1.25rem;
}
@media (max-width: 750px) {
  #btn-select-date ul li a .date {
    margin-bottom: 0;
  }
}
#btn-select-date ul li a .date small {
  font-size: 2.9rem;
}
@media (max-width: 750px) {
  #btn-select-date ul li a .date small {
    font-size: 1.6rem;
  }
}
#btn-select-date ul li a .date span {
  font-size: 3.8rem;
}
@media (max-width: 750px) {
  #btn-select-date ul li a .date span {
    font-size: 2.2rem;
  }
}
#btn-select-date ul li a .date p {
  text-align: center;
  font-size: 2.4rem;
  margin-top: 10px;
  margin: 0;
}
@media (max-width: 750px) {
  #btn-select-date ul li a .date p {
    font-size: 1.4rem;
  }
}
#btn-select-date ul li a .reservation {
  font-size: 2.8rem;
  display: flex;
  align-items: center;
}
@media (max-width: 750px) {
  #btn-select-date ul li a .reservation {
    font-size: 1.6rem;
  }
}
#btn-select-date ul li a .reservation::after {
  margin-left: 0.5em;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 21.7px 12.5px 0 12.5px;
  border-color: #000 transparent transparent transparent;
}
@media (max-width: 750px) {
  #btn-select-date ul li a .reservation::after {
    border-width: 13px 7.5px 0 7.5px;
  }
}

.btn-other-date {
  display: flex;
  justify-content: center;
}
.btn-other-date a {
  background-color: #ffff00;
  font-size: 3.2rem;
  font-weight: bold;
  padding: 15px;
  letter-spacing: 0.1em;
  max-width: 494px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
}
@media (max-width: 750px) {
  .btn-other-date a {
    width: 76%;
    font-size: 1.6rem;
  }
}

.opencumpus-form h3 {
  background: url(../img/opencampus/bg_form_title.gif);
  padding: 30px;
  margin: 0 0 40px;
}
@media (max-width: 750px) {
  .opencumpus-form h3 {
    margin-left: -15px;
    margin-right: -15px;
    padding: 25px 15px;
    margin-bottom: 20px;
  }
}
.opencumpus-form h3 span {
  display: block;
  width: 559px;
  height: 0;
  padding-top: 41px;
  overflow: hidden;
  background-size: 559px 41px;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
  background-image: url(../img/opencampus/ttl_reservation_form.png);
  margin-left: auto;
  margin-right: auto;
  transform: translateX(-40px);
}
@media (max-width: 750px) {
  .opencumpus-form h3 span {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 8%;
    overflow: hidden;
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    font-size: 0;
    background-image: url(../img/opencampus/ttl_reservation_form_sp.png);
    margin-left: auto;
    margin-right: auto;
    transform: none;
  }
}
.opencumpus-form--survey {
  margin-top: 10rem;
}
@media (max-width: 750px) {
  .opencumpus-form--survey {
    margin-top: 0;
  }
}
.opencumpus-form--survey h3 span {
  display: block;
  width: 267.5px;
  height: 0;
  padding-top: 40px;
  overflow: hidden;
  background-size: 267.5px 40px;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
  background-image: url(../img/opencampus/ttl_survey.png);
  margin-left: auto;
  margin-right: auto;
  transform: none;
}
@media (max-width: 750px) {
  .opencumpus-form--survey h3 span {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 8%;
    overflow: hidden;
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    font-size: 0;
    width: 50%;
  }
}

#ib-student {
  background: url(../img/common/dot_grey_big.png) 0 0 repeat !important;
  background-size: 8px auto !important;
  padding-bottom: 100px;
  padding-top: 80px;
}
@media (max-width: 750px) {
  #ib-student {
    padding-top: 40px;
    padding-bottom: 60px;
    margin-top: 20px;
  }
}
#ib-student h3 {
  text-align: center;
  margin: 0 0 50px;
}
@media (max-width: 750px) {
  #ib-student h3 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
}
#ib-student figure {
  text-align: center;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
#ib-student figure img {
  width: 100%;
}

.ib-student__txt,
.ib-teacher__txt {
  background: #fff;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 750px) {
  .ib-student__txt,
  .ib-teacher__txt {
    width: 90%;
  }
}
.ib-student__txt p,
.ib-teacher__txt p {
  font-size: 1.7rem;
  line-height: 2;
  margin: 0;
}
@media (max-width: 750px) {
  .ib-student__txt p,
  .ib-teacher__txt p {
    font-size: 1.4rem;
  }
}

.ib-student__txt,
.ib-teacher__txt {
  position: relative;
}
.ib-student__txt span,
.ib-teacher__txt span {
  top: -40px;
  left: 0px;
  position: absolute;
}
.ib-student__txt .inner,
.ib-teacher__txt .inner {
  padding: 4rem 5rem;
  background: #fff;
  position: relative;
  z-index: 2;
}
@media (max-width: 750px) {
  .ib-student__txt .inner,
  .ib-teacher__txt .inner {
    padding: 2.5em 1em 1em;
  }
}
.ib-student__txt::after,
.ib-teacher__txt::after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: -10px;
  width: 100%;
  height: 100%;
  background: url(../img/department/dot_bk.png) 0 0 repeat;
  background-size: 4px auto;
  z-index: 1;
}

.ib-student__profile {
  color: #fff;
  max-width: 430px;
  margin-top: -60px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 106px;
  text-align: center;
  position: relative;
  background: #8a1126;
}
@media (max-width: 750px) {
  .ib-student__profile {
    width: 90%;
    margin-top: -20px;
  }
}
.ib-student__profile .inner {
  padding: 3rem 0 1rem;
  background: #8a1126;
  position: relative;
  z-index: 2;
}
@media (max-width: 750px) {
  .ib-student__profile .inner {
    padding: 1rem;
  }
}
.ib-student__profile::after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: -10px;
  width: 100%;
  height: 100%;
  background: url(../img/department/dot_bk.png) 0 0 repeat;
  background-size: 4px auto;
  z-index: 1;
}
.ib-student__profile span {
  font-size: 2.3rem;
}
@media (max-width: 750px) {
  .ib-student__profile span {
    font-size: 1.6rem;
  }
}
.ib-student__profile h4 {
  font-size: 3.4rem;
  margin: 0;
  padding: 3rem 0 2rem;
  position: relative;
}
@media (max-width: 750px) {
  .ib-student__profile h4 {
    font-size: 2.2rem;
    padding: 0 0 0.5em;
    margin-bottom: 0.5em;
  }
}
.ib-student__profile h4::after {
  content: "";
  border-bottom: 1px solid #fff;
  width: 30%;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.ib-student__profile small {
  font-size: 2.4rem;
}
@media (max-width: 750px) {
  .ib-student__profile small {
    font-size: 1.6rem;
  }
}
.ib-student__profile p {
  font-size: 2rem;
}
@media (max-width: 750px) {
  .ib-student__profile p {
    font-size: 1.4rem;
    margin: 0;
  }
}

#ib-teacher {
  background: url(../img/i_business/bg_dot_dark.png) 0 0 repeat !important;
  background-size: 8px auto !important;
  padding-top: 70px;
  overflow: hidden;
}
@media (max-width: 750px) {
  #ib-teacher {
    padding-top: 40px;
  }
}
#ib-teacher h3 {
  text-align: center;
  padding: 0;
  margin: 0 0 50px;
}
@media (max-width: 750px) {
  #ib-teacher h3 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
}
#ib-teacher .inner {
  max-width: 1010px;
  margin-bottom: 140px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 750px) {
  #ib-teacher .inner {
    margin-bottom: 50px;
    flex-direction: column;
  }
}
#ib-teacher .inner-ib-teacher {
  min-height: 500px;
}
@media (max-width: 750px) {
  #ib-teacher .inner-ib-teacher {
    min-height: auto;
  }
}
#ib-teacher figure {
  order: 2;
  position: absolute;
  z-index: 3;
  right: 0;
  top: 0;
}
@media (max-width: 750px) {
  #ib-teacher figure {
    order: 1;
    position: static;
  }
}

.ib-teacher__profile {
  order: 1;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 750px) {
  .ib-teacher__profile {
    order: 2;
    position: static;
  }
}

.ib-teacher__profile__detail {
  background: #fff;
  width: 560px;
  position: relative;
  z-index: 3;
  padding: 0 4rem 4rem;
}
@media (max-width: 750px) {
  .ib-teacher__profile__detail {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.ib-teacher__profile__detail h4 {
  margin: -15px 0 0;
  padding-bottom: 0.5em;
}
.ib-teacher__profile__detail h5 {
  font-size: 1.6rem;
  margin: 10px 0;
  font-weight: bold;
}

.ib-teacher__profile__message {
  font-size: 2.6rem;
  font-weight: bold;
  padding: 0;
  margin: 50px 0 65px;
  line-height: 2.1em;
}
@media (max-width: 750px) {
  .ib-teacher__profile__message {
    margin: 20px 15px 40px;
    font-size: 2rem;
  }
}

.ib-teacher__profile__detail {
  font-size: 3.4rem;
}
@media (max-width: 750px) {
  .ib-teacher__profile__detail {
    font-size: 2.4rem;
  }
}
.ib-teacher__profile__detail .name-teacher {
  font-size: 2.6rem;
}
@media (max-width: 750px) {
  .ib-teacher__profile__detail .name-teacher {
    font-size: 1.6rem;
  }
}
.ib-teacher__profile__detail .name-en {
  font-size: 1.6rem;
  margin-left: 0.5em;
}
@media (max-width: 750px) {
  .ib-teacher__profile__detail .name-en {
    font-size: 1.4rem;
    margin-left: 0;
  }
}

.ib-teacher__profile__detail__list {
  border-top: 2px solid #000;
  border-bottom: 1px solid #000;
  padding-bottom: 2rem;
}
.ib-teacher__profile__detail__list span {
  font-size: 1.6rem;
  line-height: 1;
}
.ib-teacher__profile__detail__list ul {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.ib-teacher__profile__detail__list ul li {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-right: 1.5em;
}
@media (max-width: 750px) {
  .ib-teacher__profile__detail__list ul li {
    font-size: 1.4rem;
  }
}

.ib-teacher__profile__detail__tag {
  font-size: 1.8rem;
  font-weight: bold;
  background: #8a1126;
  color: #fff;
  position: relative;
  top: -1.5em;
  left: 0;
  padding: 0.5em 0.8em;
}

#ib-tuition {
  max-width: 1010px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 750px) {
  #ib-tuition {
    padding: 50px 15px;
  }
}

.ib-tuition__row h4 {
  font-size: 2.4rem;
  color: #8a1126;
  border: 4px solid #8a1126;
  display: inline-block;
  padding: 0.35em 1em;
  margin: 0 0 3rem;
}
@media (max-width: 750px) {
  .ib-tuition__row h4 {
    font-size: 2rem;
  }
}
.ib-tuition__row ul {
  display: flex;
}
@media (max-width: 750px) {
  .ib-tuition__row ul {
    flex-direction: column;
    width: 90%;
  }
}
.ib-tuition__row ul li + li {
  margin-left: 90px;
}
@media (max-width: 750px) {
  .ib-tuition__row ul li + li {
    margin-left: 0;
    margin-top: 0.5em;
  }
}
.ib-tuition__row + .ib-tuition__row {
  margin-top: 50px;
}
.ib-tuition__row p {
  font-size: 1.7rem;
}
@media (max-width: 750px) {
  .ib-tuition__row p {
    font-size: 1.4rem;
  }
}

@media (max-width: 750px) {
  .ib-tuition-table {
    overflow-x: scroll;
  }
}
.ib-tuition-table table {
  border-top: 1px solid #8c8c8c;
  border-left: 1px solid #8c8c8c;
  border-collapse: collapse;
  border-spacing: 0;
}
@media (max-width: 750px) {
  .ib-tuition-table table {
    width: 800px;
  }
}
.ib-tuition-table table th,
.ib-tuition-table table td {
  border-right: 1px solid #8c8c8c;
  border-bottom: 1px solid #8c8c8c;
  text-align: center;
  padding: 0.75em 0.5em;
}
.ib-tuition-table table th {
  font-size: 1.8rem;
  font-weight: bold;
  background: #E7E7E7;
}
.ib-tuition-table table th.red {
  background: #ff0000;
  color: #fff;
}
.ib-tuition-table table td.red {
  color: #ff0000;
}

#ib-access {
  max-width: 1010px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  margin-bottom: 80px;
}
@media (max-width: 750px) {
  #ib-access {
    padding-top: 50px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
#ib-access figure {
  text-align: center;
}
#ib-access figure + #ib-access figure {
  margin-top: 100px;
}
@media (max-width: 750px) {
  #ib-access figure {
    margin-top: 20px;
  }
}
#ib-access p {
  font-size: 1.7rem;
  line-height: 2;
  margin-top: 1.5em;
}
@media (max-width: 750px) {
  #ib-access p {
    font-size: 1.4rem;
  }
}

.ib-access__area {
  background-color: #fff4cf;
  overflow: hidden;
  margin-top: 100px;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 750px) {
  .ib-access__area {
    padding-left: 15px;
    padding-right: 15px;
  }
}

#ib-docs {
  max-width: 1010px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 750px) {
  #ib-docs {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#ib-docs p {
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2rem;
}
@media (max-width: 750px) {
  #ib-docs p {
    font-size: 1.6rem;
  }
}
#ib-docs hr {
  border-bottom: 1px solid #000;
  background: none;
  margin: 64px 0;
}

.btn-download {
  background: #00b5ff;
  color: #fff !important;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 2.4rem;
  padding: 1em 2.5em;
  border-radius: 80px;
}
@media (max-width: 750px) {
  .btn-download {
    font-size: 1.8rem;
  }
}
.btn-download:visited, .btn-download:visited:hover {
  color: #fff;
}
.btn-download:hover {
  color: #fff;
}
.btn-download::after {
  content: "";
  display: inline-block;
  display: block;
  width: 56px;
  height: 0;
  padding-top: 42px;
  overflow: hidden;
  background-size: 56px 42px;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
  background-image: url(../img/misc/icon_download.png);
}

.btn-download--facebook {
  margin-bottom: 80px;
  background: #3d5a96;
  justify-content: center;
}
.btn-download--facebook img {
  margin-right: 0.5em;
}
.btn-download--facebook:after {
  display: none;
}/*# sourceMappingURL=output.css.map */