@charset "UTF-8";
/* ---------------------------
* PC and Mobile
* --------------------------- */
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

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

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 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 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * 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;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

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

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 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 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * 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;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 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 */
}

/* ---------------------------
* mixin
* --------------------------- */
.wgt-lead__text {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: bold;
}

.mod-simulation__title .num {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 900;
}

html {
  word-break: break-all;
  word-wrap: break-word;
  font-size: 62.5%;
}

html .entry > p,
html .entry > ul,
html .entry > ol {
  margin: 0 auto 16px;
  font-size: 1.6rem;
  line-height: 1.875;
}

html .entry > p a,
html .entry > ul a,
html .entry > ol a {
  color: #9a001b;
  font-weight: bold;
}

html .entry > p figure a[target="_blank"],
html .entry > ul figure a[target="_blank"],
html .entry > ol figure a[target="_blank"] {
  background-image: none;
  margin: 0;
  padding: 0;
}

html .entry > p figure figcaption a[target="_blank"],
html .entry > ul figure figcaption a[target="_blank"],
html .entry > ol figure figcaption a[target="_blank"] {
  background: url(../img/base/icon-external_link.png) no-repeat 100% 50%;
  padding-right: 20px;
  margin-right: 5px;
}

html .entry > p figure figcaption a:not[target="_blank"],
html .entry > ul figure figcaption a:not[target="_blank"],
html .entry > ol figure figcaption a:not[target="_blank"] {
  background: url(../img/base/icon-external_link.png) no-repeat 100% 50%;
  padding-right: 20px;
  margin-right: 5px;
}

html .entry > p figure figcaption a[href^=""],
html .entry > ul figure figcaption a[href^=""],
html .entry > ol figure figcaption a[href^=""] {
  padding: inherit;
  background-color: transparent;
}

html .entry > p a[target="_blank"],
html .entry > ul a[target="_blank"],
html .entry > ol a[target="_blank"] {
  background: url(../img/base/icon-external_link.png) no-repeat 100% 50%;
  padding-right: 20px;
  margin-right: 5px;
}

html .entry > p a:not[target="_blank"],
html .entry > ul a:not[target="_blank"],
html .entry > ol a:not[target="_blank"] {
  background: url(../img/base/icon-external_link.png) no-repeat 100% 50%;
  padding-right: 20px;
  margin-right: 5px;
}

html .entry > p a[href^=""],
html .entry > ul a[href^=""],
html .entry > ol a[href^=""] {
  padding: inherit;
  background-color: transparent;
}

html .entry > p a[href$=".pdf"],
html .entry > ul a[href$=".pdf"],
html .entry > ol a[href$=".pdf"] {
  background: url(../img/base/icon-pdf.png) no-repeat 100% 50%;
  padding-right: 20px;
  margin-right: 5px;
}

html .entry > p a[href$=".xlsx"],
html .entry > p a[href$=".xls"],
html .entry > ul a[href$=".xlsx"],
html .entry > ul a[href$=".xls"],
html .entry > ol a[href$=".xlsx"],
html .entry > ol a[href$=".xls"] {
  background: url(../img/base/icon-excel.png) no-repeat 100% 50%;
  padding-right: 20px;
  margin-right: 5px;
}

html .entry > p a[href$=".docx"],
html .entry > p a[href$=".doc"],
html .entry > ul a[href$=".docx"],
html .entry > ul a[href$=".doc"],
html .entry > ol a[href$=".docx"],
html .entry > ol a[href$=".doc"] {
  background: url(../img/base/icon-word.png) no-repeat 100% 50%;
  padding-right: 20px;
  margin-right: 5px;
}

html .entry > ul,
html .entry > ol {
  width: 960px;
}

html .entry > p {
  width: 1000px;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Nunito Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #4c4c4c;
}

body ::-moz-selection {
  background: #dadada;
}

body ::selection {
  background: #dadada;
}

body .pc-only {
  display: block;
}

body .sp-only {
  display: none;
}

body .br-sp {
  display: none;
}

body.page-60 .linkset-L, body.page-10 .linkset-L, body.page-30 .linkset-L {
  padding-top: 50px;
}

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

a:hover {
  opacity: 0.6;
}

p a {
  font-weight: bold;
}

/*  base
---------------*/
.base-page {
  min-width: 1000px;
  position: relative;
  width: 100%;
  /*--- topへ戻る ---*/
}

.base-page #page-top {
  position: absolute;
  bottom: 860px;
  right: 5px;
  width: 20px;
  height: 98px;
  margin: 0;
  padding: 0 20px;
  cursor: pointer;
  cursor: hand;
}

.base-page #page-top a {
  color: #1a1a1a;
  text-decoration: none;
  display: block;
  height: 90px;
  opacity: 1;
}

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

.base-main {
  position: relative;
}

.wgt-freearea,
.entry .wgt-freearea {
  color: #4c4c4c;
}

.wgt-freearea.mission-bg,
.entry .wgt-freearea.mission-bg {
  background-color: #fff;
  margin: 0 auto;
  background-image: url(../img/mod-mission/bg-gray.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}

.wgt-freearea a,
.entry .wgt-freearea a {
  color: #9a001b;
  font-weight: bold;
}

.wgt-freearea a:hover,
.entry .wgt-freearea a:hover {
  text-decoration: none;
}

.wgt-freearea a[target="_blank"],
.entry .wgt-freearea a[target="_blank"] {
  background-image: url(../img/base/icon-external_link.png);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  padding-right: 20px;
  margin-right: 5px;
}

.wgt-freearea a:not[target="_blank"],
.entry .wgt-freearea a:not[target="_blank"] {
  background: url(../img/base/icon-external_link.png) no-repeat 100% 50%;
  padding-right: 20px;
  margin-right: 5px;
}

.wgt-freearea a[href^=""],
.entry .wgt-freearea a[href^=""] {
  padding: inherit;
  background-color: transparent;
}

.wgt-freearea a[href$=".pdf"],
.entry .wgt-freearea a[href$=".pdf"] {
  background: url(../img/base/icon-pdfS.png) no-repeat 100% 50%;
  padding-right: 20px;
  margin-right: 5px;
}

.wgt-freearea a[href$=".xlsx"],
.wgt-freearea a[href$=".xls"],
.entry .wgt-freearea a[href$=".xlsx"],
.entry .wgt-freearea a[href$=".xls"] {
  background: url(../img/base/icon-excelS.png) no-repeat 100% 50%;
  padding-right: 20px;
  margin-right: 5px;
}

.wgt-freearea a[href$=".docx"],
.wgt-freearea a[href$=".doc"],
.entry .wgt-freearea a[href$=".docx"],
.entry .wgt-freearea a[href$=".doc"] {
  background: url(../img/base/icon-wordS.png) no-repeat 100% 50%;
  padding-right: 20px;
  margin-right: 5px;
}

.wgt-freearea figure a[target="_blank"], .wgt-freearea .mod-entry-slider__item a[target="_blank"],
.wgt-freearea .wgt-banner a[target="_blank"],
.entry .wgt-freearea figure a[target="_blank"],
.entry .wgt-freearea .mod-entry-slider__item a[target="_blank"],
.entry .wgt-freearea .wgt-banner a[target="_blank"] {
  background-image: none;
  margin: 0;
  padding: 0;
}

.wgt-freearea figure figcaption a[target="_blank"], .wgt-freearea .mod-entry-slider__item figcaption a[target="_blank"],
.wgt-freearea .wgt-banner figcaption a[target="_blank"],
.entry .wgt-freearea figure figcaption a[target="_blank"],
.entry .wgt-freearea .mod-entry-slider__item figcaption a[target="_blank"],
.entry .wgt-freearea .wgt-banner figcaption a[target="_blank"] {
  background: url(../img/base/icon-external_link.png) no-repeat 100% 50%;
  padding-right: 20px;
  margin-right: 5px;
}

.wgt-freearea figure figcaption a:not[target="_blank"], .wgt-freearea .mod-entry-slider__item figcaption a:not[target="_blank"],
.wgt-freearea .wgt-banner figcaption a:not[target="_blank"],
.entry .wgt-freearea figure figcaption a:not[target="_blank"],
.entry .wgt-freearea .mod-entry-slider__item figcaption a:not[target="_blank"],
.entry .wgt-freearea .wgt-banner figcaption a:not[target="_blank"] {
  background: url(../img/base/icon-external_link.png) no-repeat 100% 50%;
  padding-right: 20px;
  margin-right: 5px;
}

.wgt-freearea figure figcaption a[href^=""], .wgt-freearea .mod-entry-slider__item figcaption a[href^=""],
.wgt-freearea .wgt-banner figcaption a[href^=""],
.entry .wgt-freearea figure figcaption a[href^=""],
.entry .wgt-freearea .mod-entry-slider__item figcaption a[href^=""],
.entry .wgt-freearea .wgt-banner figcaption a[href^=""] {
  padding: inherit;
  background-color: transparent;
}

.wgt-freearea p a[target="_blank"],
.entry .wgt-freearea p a[target="_blank"] {
  background: url(../img/base/icon-external_link.png) no-repeat 100% 50%;
  padding-right: 20px;
  margin-right: 5px;
}

.wgt-freearea p a:not[target="_blank"],
.entry .wgt-freearea p a:not[target="_blank"] {
  background: url(../img/base/icon-external_link.png) no-repeat 100% 50%;
  padding-right: 20px;
  margin-right: 5px;
}

.wgt-freearea p a[href^=""],
.entry .wgt-freearea p a[href^=""] {
  padding: inherit;
  background-color: transparent;
}

.wgt-freearea p a[href$=".pdf"],
.entry .wgt-freearea p a[href$=".pdf"] {
  background: url(../img/base/icon-pdfS.png) no-repeat 100% 50%;
  padding-right: 20px;
  margin-right: 5px;
}

.wgt-freearea p a[href$=".xlsx"],
.wgt-freearea p a[href$=".xls"],
.entry .wgt-freearea p a[href$=".xlsx"],
.entry .wgt-freearea p a[href$=".xls"] {
  background: url(../img/base/icon-excelS.png) no-repeat 100% 50%;
  padding-right: 20px;
  margin-right: 5px;
}

.wgt-freearea p a[href$=".docx"],
.wgt-freearea p a[href$=".doc"],
.entry .wgt-freearea p a[href$=".docx"],
.entry .wgt-freearea p a[href$=".doc"] {
  background: url(../img/base/icon-wordS.png) no-repeat 100% 50%;
  padding-right: 20px;
  margin-right: 5px;
}

.wgt-freearea .column > p:not(.column2),
.wgt-freearea .column > ul:not(.column2),
.wgt-freearea .column > ol:not(.column2),
.entry .wgt-freearea .column > p:not(.column2),
.entry .wgt-freearea .column > ul:not(.column2),
.entry .wgt-freearea .column > ol:not(.column2) {
  margin: 0 auto 16px;
  font-size: 1.6rem;
  line-height: 1.875;
}

.wgt-freearea .column > p:not(.column2) a,
.wgt-freearea .column > ul:not(.column2) a,
.wgt-freearea .column > ol:not(.column2) a,
.entry .wgt-freearea .column > p:not(.column2) a,
.entry .wgt-freearea .column > ul:not(.column2) a,
.entry .wgt-freearea .column > ol:not(.column2) a {
  color: #9a001b;
  font-weight: bold;
}

.wgt-freearea .column > p:not(.column2) a[target="_blank"],
.wgt-freearea .column > ul:not(.column2) a[target="_blank"],
.wgt-freearea .column > ol:not(.column2) a[target="_blank"],
.entry .wgt-freearea .column > p:not(.column2) a[target="_blank"],
.entry .wgt-freearea .column > ul:not(.column2) a[target="_blank"],
.entry .wgt-freearea .column > ol:not(.column2) a[target="_blank"] {
  background: url(../img/base/icon-external_link.png) no-repeat 100% 50%;
  padding-right: 20px;
  margin-right: 5px;
}

.wgt-freearea .column > p:not(.column2) a:not[target="_blank"],
.wgt-freearea .column > ul:not(.column2) a:not[target="_blank"],
.wgt-freearea .column > ol:not(.column2) a:not[target="_blank"],
.entry .wgt-freearea .column > p:not(.column2) a:not[target="_blank"],
.entry .wgt-freearea .column > ul:not(.column2) a:not[target="_blank"],
.entry .wgt-freearea .column > ol:not(.column2) a:not[target="_blank"] {
  background: url(../img/base/icon-external_link.png) no-repeat 100% 50%;
  padding-right: 20px;
  margin-right: 5px;
}

.wgt-freearea .column > p:not(.column2) a[href^=""],
.wgt-freearea .column > ul:not(.column2) a[href^=""],
.wgt-freearea .column > ol:not(.column2) a[href^=""],
.entry .wgt-freearea .column > p:not(.column2) a[href^=""],
.entry .wgt-freearea .column > ul:not(.column2) a[href^=""],
.entry .wgt-freearea .column > ol:not(.column2) a[href^=""] {
  padding: inherit;
  background-color: transparent;
}

.wgt-freearea .column > p:not(.column2) a[href$=".pdf"],
.wgt-freearea .column > ul:not(.column2) a[href$=".pdf"],
.wgt-freearea .column > ol:not(.column2) a[href$=".pdf"],
.entry .wgt-freearea .column > p:not(.column2) a[href$=".pdf"],
.entry .wgt-freearea .column > ul:not(.column2) a[href$=".pdf"],
.entry .wgt-freearea .column > ol:not(.column2) a[href$=".pdf"] {
  background: url(../img/base/icon-pdfS.png) no-repeat 100% 50%;
  padding-right: 20px;
  margin-right: 5px;
}

.wgt-freearea .column > p:not(.column2) a[href$=".xlsx"],
.wgt-freearea .column > p:not(.column2) a[href$=".xls"],
.wgt-freearea .column > ul:not(.column2) a[href$=".xlsx"],
.wgt-freearea .column > ul:not(.column2) a[href$=".xls"],
.wgt-freearea .column > ol:not(.column2) a[href$=".xlsx"],
.wgt-freearea .column > ol:not(.column2) a[href$=".xls"],
.entry .wgt-freearea .column > p:not(.column2) a[href$=".xlsx"],
.entry .wgt-freearea .column > p:not(.column2) a[href$=".xls"],
.entry .wgt-freearea .column > ul:not(.column2) a[href$=".xlsx"],
.entry .wgt-freearea .column > ul:not(.column2) a[href$=".xls"],
.entry .wgt-freearea .column > ol:not(.column2) a[href$=".xlsx"],
.entry .wgt-freearea .column > ol:not(.column2) a[href$=".xls"] {
  background: url(../img/base/icon-excelS.png) no-repeat 100% 50%;
  padding-right: 20px;
  margin-right: 5px;
}

.wgt-freearea .column > p:not(.column2) a[href$=".docx"],
.wgt-freearea .column > p:not(.column2) a[href$=".doc"],
.wgt-freearea .column > ul:not(.column2) a[href$=".docx"],
.wgt-freearea .column > ul:not(.column2) a[href$=".doc"],
.wgt-freearea .column > ol:not(.column2) a[href$=".docx"],
.wgt-freearea .column > ol:not(.column2) a[href$=".doc"],
.entry .wgt-freearea .column > p:not(.column2) a[href$=".docx"],
.entry .wgt-freearea .column > p:not(.column2) a[href$=".doc"],
.entry .wgt-freearea .column > ul:not(.column2) a[href$=".docx"],
.entry .wgt-freearea .column > ul:not(.column2) a[href$=".doc"],
.entry .wgt-freearea .column > ol:not(.column2) a[href$=".docx"],
.entry .wgt-freearea .column > ol:not(.column2) a[href$=".doc"] {
  background: url(../img/base/icon-wordS.png) no-repeat 100% 50%;
  padding-right: 20px;
  margin-right: 5px;
}

.wgt-freearea .column > ul:not(.column2),
.wgt-freearea .column > ol:not(.column2),
.entry .wgt-freearea .column > ul:not(.column2),
.entry .wgt-freearea .column > ol:not(.column2) {
  width: 960px;
}

.wgt-freearea .column > p:not(.column2),
.entry .wgt-freearea .column > p:not(.column2) {
  width: 1000px;
}

.wgt-freearea__inner,
.entry .wgt-freearea__inner {
  margin: 60px auto 0;
}

.wgt-freearea__inner.mission-mt,
.entry .wgt-freearea__inner.mission-mt {
  margin-top: 0;
  padding-top: 17%;
}

.wgt-freearea__title,
.entry .wgt-freearea__title {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 10px;
}

.wgt-freearea__title h2,
.entry .wgt-freearea__title h2 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 2.8rem;
  line-height: 1.470;
  margin: 0 0 10px;
  padding-top: 50px;
}

.wgt-freearea__title h3,
.entry .wgt-freearea__title h3 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 2.4rem;
  line-height: 1.4;
  border-bottom: 3px solid #9a001b;
  padding-bottom: 10px;
  margin: 25px 0 0;
}

.wgt-freearea__title h4,
.entry .wgt-freearea__title h4 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 2.1rem;
  line-height: 1.4;
  border-left: 4px solid #040404;
  padding-left: 15px;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.wgt-freearea__imagegroupBox,
.entry .wgt-freearea__imagegroupBox {
  max-width: 1000px;
  margin: 0 auto 10px;
  display: -webkit-box;
  display: flex;
  padding: 20px 0 30px;
}

.wgt-freearea .detailTitle,
.entry .wgt-freearea .detailTitle {
  width: 1000px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 2.8rem;
  padding-top: 70px;
  padding-bottom: 30px;
  margin: 0 auto;
  letter-spacing: normal;
}

.wgt-freearea__imageGroup h5,
.entry .wgt-freearea__imageGroup h5 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 2rem;
  line-height: 2;
  padding: 0 10px 30px 0;
  margin: 0;
}

.wgt-freearea__imageGroup p,
.entry .wgt-freearea__imageGroup p {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.875;
}

.wgt-freearea__imageGroup p a,
.entry .wgt-freearea__imageGroup p a {
  color: #9a001b;
  font-weight: bold;
  text-decoration: underline;
}

.wgt-freearea__imageGroup p a:hover,
.entry .wgt-freearea__imageGroup p a:hover {
  text-decoration: none;
}

.wgt-freearea__image,
.entry .wgt-freearea__image {
  margin: 0;
  text-align: center;
}

.wgt-freearea__image figcaption,
.entry .wgt-freearea__image figcaption {
  font-size: 1.3rem;
  line-height: 1.923;
  padding: 20px 35px 20px 0;
  text-align: left;
}

.wgt-freearea__imageTextbox,
.entry .wgt-freearea__imageTextbox {
  padding-right: 10px;
}

.wgt-freearea__imagegroupBox2,
.entry .wgt-freearea__imagegroupBox2 {
  max-width: 1000px;
  margin: 0 auto 10px;
  padding: 35px 0 0;
}

.wgt-freearea__imagegroupBox2Inner,
.entry .wgt-freearea__imagegroupBox2Inner {
  letter-spacing: -.4em;
}

.wgt-freearea__imageGroup2,
.entry .wgt-freearea__imageGroup2 {
  display: inline-block;
  vertical-align: top;
  width: 490px;
  padding-bottom: 40px;
  letter-spacing: normal;
}

.wgt-freearea__imageGroup2:nth-child(odd),
.entry .wgt-freearea__imageGroup2:nth-child(odd) {
  padding-right: 20px;
}

.wgt-freearea__image2,
.entry .wgt-freearea__image2 {
  margin: 0;
}

.wgt-freearea__image2 img,
.entry .wgt-freearea__image2 img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.wgt-freearea__image2 figcaption,
.entry .wgt-freearea__image2 figcaption {
  font-size: 1.3rem;
  line-height: 1.923;
  padding-top: 20px;
  text-align: left;
}

.wgt-freearea__imageTextbox2 h5,
.entry .wgt-freearea__imageTextbox2 h5 {
  font-size: 2.0rem;
  line-height: 2;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.wgt-freearea__imageTextbox2 p,
.entry .wgt-freearea__imageTextbox2 p {
  font-size: 1.6rem;
  line-height: 1.875;
  padding-right: 5px;
}

.wgt-freearea__imageTextbox2 p a,
.entry .wgt-freearea__imageTextbox2 p a {
  color: #9a001b;
  font-weight: bold;
  text-decoration: underline;
}

.wgt-freearea__imageTextbox2 p a:hover,
.entry .wgt-freearea__imageTextbox2 p a:hover {
  text-decoration: none;
}

.wgt-freearea__imagegroupBox3,
.entry .wgt-freearea__imagegroupBox3 {
  max-width: 1000px;
  margin: 0 auto 10px;
  padding-top: 25px;
  letter-spacing: -.4em;
}

.wgt-freearea__imageGroup3,
.entry .wgt-freearea__imageGroup3 {
  display: inline-block;
  vertical-align: top;
  width: 330px;
  padding: 0 5px 20px 0;
  letter-spacing: normal;
}

.wgt-freearea__imageGroup3 figure img,
.entry .wgt-freearea__imageGroup3 figure img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.wgt-freearea__imageGroup3:nth-child(3n),
.entry .wgt-freearea__imageGroup3:nth-child(3n) {
  padding-right: 0;
}

.wgt-freearea__imageTextbox3 h5,
.entry .wgt-freearea__imageTextbox3 h5 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  margin: 0;
  font-size: 2.0rem;
  line-height: 1.5;
  padding: 0 15px 15px 0;
}

.wgt-freearea__imageTextbox3 p,
.entry .wgt-freearea__imageTextbox3 p {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.875;
  margin: 0;
  padding-right: 15px;
}

.wgt-freearea__imageTextbox3 p a,
.entry .wgt-freearea__imageTextbox3 p a {
  color: #9a001b;
  font-weight: bold;
  text-decoration: underline;
}

.wgt-freearea__imageTextbox3 p a:hover,
.entry .wgt-freearea__imageTextbox3 p a:hover {
  text-decoration: none;
}

.wgt-freearea__imagegroupBox4,
.entry .wgt-freearea__imagegroupBox4 {
  max-width: 1000px;
  margin: 0 auto 10px;
  padding-top: 25px;
  letter-spacing: -.4em;
}

.wgt-freearea__imagegroupBox4.col4w1340,
.entry .wgt-freearea__imagegroupBox4.col4w1340 {
  max-width: 1340px;
  text-align: center;
  padding-bottom: 0px;
}

.wgt-freearea__imagegroupBox4 .imagegroup-title,
.entry .wgt-freearea__imagegroupBox4 .imagegroup-title {
  letter-spacing: normal;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 3.4rem;
  line-height: 2.125;
  padding-bottom: 40px;
  margin: 0 auto;
  width: 1000px;
}

.wgt-freearea__imagegroupBox4 .imagegroup-subtitle,
.entry .wgt-freearea__imagegroupBox4 .imagegroup-subtitle {
  letter-spacing: normal;
  font-size: 1.6rem;
  line-height: 1.875;
  padding-bottom: 60px;
  margin: 0 auto;
  width: 1000px;
}

.wgt-freearea__imageGroup4,
.entry .wgt-freearea__imageGroup4 {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  letter-spacing: normal;
  padding: 0 0 30px 0;
}

.wgt-freearea__imageGroup4 figure img,
.entry .wgt-freearea__imageGroup4 figure img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.wgt-freearea .text-link a,
.entry .wgt-freearea .text-link a {
  text-decoration: none;
  color: #4c4c4c;
  font-weight: normal;
}

.wgt-freearea__imageTextbox4 h5,
.entry .wgt-freearea__imageTextbox4 h5 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 20px;
  line-height: 1.5;
  padding: 0 15px 30px 0;
  padding-bottom: 30px;
  margin: 0;
}

.wgt-freearea__imageTextbox4 p,
.entry .wgt-freearea__imageTextbox4 p {
  font-size: 1.6rem;
  line-height: 1.875;
  margin: 0;
  padding: 0 15px 0 0;
}

.wgt-freearea__imageTextbox4 p a,
.entry .wgt-freearea__imageTextbox4 p a {
  color: #9a001b;
  font-weight: bold;
  text-decoration: underline;
}

.wgt-freearea__imageTextbox4 p a:hover,
.entry .wgt-freearea__imageTextbox4 p a:hover {
  text-decoration: none;
}

.wgt-freearea .messageArea,
.entry .wgt-freearea .messageArea {
  margin-top: 140px;
  position: relative;
}

.wgt-freearea .messageArea__detail,
.entry .wgt-freearea .messageArea__detail {
  color: #fff !important;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  max-width: 1340px;
  margin: 0 auto;
}

.wgt-freearea .messageArea__detailInner,
.entry .wgt-freearea .messageArea__detailInner {
  max-width: 860px;
  padding-right: 37%;
  padding-left: 1%;
}

.wgt-freearea .messageArea__detailInner h2, .wgt-freearea .messageArea__detailInner h5,
.entry .wgt-freearea .messageArea__detailInner h2,
.entry .wgt-freearea .messageArea__detailInner h5 {
  font-size: 3.6rem;
  line-height: 1.666;
  margin: 0;
  padding: 70px 0 50px;
  font-weight: normal;
}

.wgt-freearea .messageArea__detailInner p,
.entry .wgt-freearea .messageArea__detailInner p {
  font-size: 1.6rem;
  line-height: 2.5;
  margin: 0;
  padding: 0 0 7% 0;
}

.wgt-freearea .messageArea__detailInner a,
.entry .wgt-freearea .messageArea__detailInner a {
  color: #fff;
}

.wgt-freearea .messageArea.club,
.entry .wgt-freearea .messageArea.club {
  margin-top: 100px;
  background-color: #9a001b;
  overflow: hidden;
}

.wgt-freearea .messageArea.club .messageArea__detail,
.entry .wgt-freearea .messageArea.club .messageArea__detail {
  max-width: 1000px;
  margin: 0 auto;
}

.wgt-freearea .messageArea.club .messageArea__detailInner,
.entry .wgt-freearea .messageArea.club .messageArea__detailInner {
  max-width: none;
  padding: 0;
}

.wgt-freearea .messageArea.club .messageArea__detailInner h5,
.entry .wgt-freearea .messageArea.club .messageArea__detailInner h5 {
  margin: 0;
  padding: 70px 0 50px;
  font-size: 3.6rem;
  line-height: 1.666;
  font-weight: normal;
  text-align: center;
}

.wgt-freearea .messageArea.club .messageArea__detailInner p,
.entry .wgt-freearea .messageArea.club .messageArea__detailInner p {
  font-size: 1.6rem;
  line-height: 2.5;
  margin: 0;
  padding: 0;
}

.wgt-freearea .messageArea.club .messageArea__detailInner .wgt-unit3__btn,
.entry .wgt-freearea .messageArea.club .messageArea__detailInner .wgt-unit3__btn {
  margin-top: 48px;
  margin-left: -35px;
  margin-bottom: 50px;
  padding: 0;
  font-size: 0;
  overflow: hidden;
}

.wgt-freearea .messageArea.club .messageArea__detailInner .wgt-unit3__btnBox,
.entry .wgt-freearea .messageArea.club .messageArea__detailInner .wgt-unit3__btnBox {
  width: 308px;
  margin: 0 0 20px 35px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: #9a001b;
}

.wgt-freearea .messageArea.club .messageArea__detailInner .wgt-unit3__btnText,
.entry .wgt-freearea .messageArea.club .messageArea__detailInner .wgt-unit3__btnText {
  color: #FFF;
  padding-right: 30px;
  font-size: 2rem;
}

.wgt-freearea .msgWrapper,
.entry .wgt-freearea .msgWrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse;
  flex-wrap: nowrap;
  /*justify-content: space-between;*/
  -webkit-box-align: stretch;
          align-items: stretch;
  color: white;
}

.wgt-freearea .msgWrapper .nameArea,
.entry .wgt-freearea .msgWrapper .nameArea {
  background-color: #9a001b;
  width: 34%;
  position: relative;
  overflow: hidden;
}

.wgt-freearea .msgWrapper .nameArea img,
.entry .wgt-freearea .msgWrapper .nameArea img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: auto;
  max-width: none;
  height: 100%;
}

.wgt-freearea .msgWrapper .nameArea .department-president,
.entry .wgt-freearea .msgWrapper .nameArea .department-president {
  position: absolute;
  bottom: 30px;
  right: 40px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  text-align: left;
  color: #fff;
}

.wgt-freearea .msgWrapper .nameArea .department-president .college,
.entry .wgt-freearea .msgWrapper .nameArea .department-president .college {
  font-size: 2.0rem;
  margin: 0;
}

.wgt-freearea .msgWrapper .nameArea .department-president .president,
.entry .wgt-freearea .msgWrapper .nameArea .department-president .president {
  font-size: 3.0rem;
  margin: 0;
}

.wgt-freearea .msgWrapper .nameArea .department-president .Official-position,
.entry .wgt-freearea .msgWrapper .nameArea .department-president .Official-position {
  font-size: 2.0rem;
}

.wgt-freearea .msgWrapper .msgArea,
.entry .wgt-freearea .msgWrapper .msgArea {
  width: 66%;
  background-color: #9a001b;
}

.wgt-freearea .msgWrapper .msgArea .msgTxtBox,
.entry .wgt-freearea .msgWrapper .msgArea .msgTxtBox {
  background-color: #9a001b;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.wgt-freearea .msgWrapper .msgArea .msgTxt,
.entry .wgt-freearea .msgWrapper .msgArea .msgTxt {
  width: 880px;
  margin-left: auto;
  margin-right: 5%;
}

.wgt-freearea .msgWrapper .msgArea .msgTxt h2, .wgt-freearea .msgWrapper .msgArea .msgTxt h5,
.entry .wgt-freearea .msgWrapper .msgArea .msgTxt h2,
.entry .wgt-freearea .msgWrapper .msgArea .msgTxt h5 {
  font-size: 3.6rem;
  line-height: 1.666;
  margin: 0;
  padding: 70px 0 50px;
  font-weight: normal;
}

.wgt-freearea .msgWrapper .msgArea .msgTxt p,
.entry .wgt-freearea .msgWrapper .msgArea .msgTxt p {
  font-size: 1.6rem;
  line-height: 2.5;
  margin: 0;
  padding: 0 0 7% 0;
}

.wgt-freearea .msgWrapper .msgArea .msgTxt a,
.entry .wgt-freearea .msgWrapper .msgArea .msgTxt a {
  color: #fff;
}

.wgt-freearea .msgWrapper .msgArea .department-col2,
.entry .wgt-freearea .msgWrapper .msgArea .department-col2 {
  letter-spacing: -.4em;
}

.wgt-freearea .msgWrapper .msgArea .department-col2 .col2-left,
.wgt-freearea .msgWrapper .msgArea .department-col2 .col2-right,
.entry .wgt-freearea .msgWrapper .msgArea .department-col2 .col2-left,
.entry .wgt-freearea .msgWrapper .msgArea .department-col2 .col2-right {
  width: 49.8%;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  font-size: 1.6rem;
  line-height: 2.5;
  letter-spacing: normal;
}

.wgt-freearea .msgWrapper .msgArea .department-col2 .col2-left p,
.wgt-freearea .msgWrapper .msgArea .department-col2 .col2-right p,
.entry .wgt-freearea .msgWrapper .msgArea .department-col2 .col2-left p,
.entry .wgt-freearea .msgWrapper .msgArea .department-col2 .col2-right p {
  margin: 0;
}

.wgt-freearea .msgWrapper .msgArea .department-col2 .col2-left,
.entry .wgt-freearea .msgWrapper .msgArea .department-col2 .col2-left {
  padding-right: 20px;
}

.wgt-freearea .admission,
.entry .wgt-freearea .admission {
  background: url(../img/base/admission-bg.jpg) no-repeat 60% center;
  background-size: cover;
}

.wgt-freearea .department,
.entry .wgt-freearea .department {
  margin-top: 0;
}

.wgt-freearea .department-president,
.entry .wgt-freearea .department-president {
  position: absolute;
  bottom: 30px;
  right: 40px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  text-align: left;
  color: #fff;
}

.wgt-freearea .department-president .college,
.entry .wgt-freearea .department-president .college {
  font-size: 2.0rem;
  margin: 0;
}

.wgt-freearea .department-president .president,
.entry .wgt-freearea .department-president .president {
  font-size: 3.0rem;
  margin: 0;
}

.wgt-freearea .department-president .Official-position,
.entry .wgt-freearea .department-president .Official-position {
  font-size: 2.0rem;
}

.wgt-freearea__passedBox,
.entry .wgt-freearea__passedBox {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.wgt-freearea__passedBox .passed_col1 .mb100,
.entry .wgt-freearea__passedBox .passed_col1 .mb100 {
  margin-bottom: 100px;
}

.wgt-freearea__passedBox .passed_col1 .mb140,
.entry .wgt-freearea__passedBox .passed_col1 .mb140 {
  margin-bottom: 100px;
}

.wgt-freearea__passedBox .passed_col1 h3,
.entry .wgt-freearea__passedBox .passed_col1 h3 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 3.4rem;
  margin: 0 0 20px 0;
}

.wgt-freearea__passedSchedule,
.entry .wgt-freearea__passedSchedule {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.wgt-freearea__passedSchedule h3,
.entry .wgt-freearea__passedSchedule h3 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 3.4rem;
  margin: 0 0 40px 0;
}

.wgt-freearea__passedSchedule h4,
.entry .wgt-freearea__passedSchedule h4 {
  color: #c71030;
  font-size: 2.0rem;
  margin: 0 0 30px 0;
  font-weight: bold;
}

.wgt-freearea__passedSchedule .passed-colwrap,
.entry .wgt-freearea__passedSchedule .passed-colwrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.wgt-freearea__passedSchedule .passed-tablecol2,
.entry .wgt-freearea__passedSchedule .passed-tablecol2 {
  flex-wrap: wrap;
}

.wgt-freearea__passedSchedule .passed-department,
.entry .wgt-freearea__passedSchedule .passed-department {
  border-collapse: collapse;
  width: 470px;
  margin-bottom: 70px;
}

.wgt-freearea__passedSchedule .passed-department th, .wgt-freearea__passedSchedule .passed-department td,
.entry .wgt-freearea__passedSchedule .passed-department th,
.entry .wgt-freearea__passedSchedule .passed-department td {
  border: 1px solid #dddddd;
  padding: 20px 20px 24px 20px;
  text-align: left;
}

.wgt-freearea__passedSchedule .passed-department th,
.entry .wgt-freearea__passedSchedule .passed-department th {
  width: 212px;
}

.wgt-freearea__passedSchedule .passed-department .bg-blue,
.entry .wgt-freearea__passedSchedule .passed-department .bg-blue {
  background: #e5eaf2;
}

.wgt-freearea__passedSchedule .passed-department .bg-red,
.entry .wgt-freearea__passedSchedule .passed-department .bg-red {
  background: #f5e5e8;
}

.wgt-freearea__passedSchedule .passed-department .department-head,
.entry .wgt-freearea__passedSchedule .passed-department .department-head {
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  padding: 20px 0 25px;
  text-align: center;
}

.wgt-freearea__passedSchedule .passed-department .head-bgblue,
.entry .wgt-freearea__passedSchedule .passed-department .head-bgblue {
  background: #013581;
}

.wgt-freearea__passedSchedule .passed-department .head-bgred,
.entry .wgt-freearea__passedSchedule .passed-department .head-bgred {
  background: #9a001b;
}

.wgt-freearea__passedSchedule .passed-department td a,
.entry .wgt-freearea__passedSchedule .passed-department td a {
  font-weight: normal;
}

.wgt-freearea__passedSchedule .passed-department td a[href$=".pdf"],
.entry .wgt-freearea__passedSchedule .passed-department td a[href$=".pdf"] {
  background: url(../img/base/icon-pdf.png) no-repeat 100% 50%;
  background-size: contain;
  padding-right: 20px;
  margin-right: 5px;
}

@media (max-width: 1340px) {
  .wgt-freearea .msgWrapper .msgArea .msgTxtBox {
    width: 95%;
    padding-right: 3%;
    margin: 0 auto;
  }
  .wgt-freearea .msgWrapper .msgArea .msgTxt {
    width: auto;
    margin: 0;
    padding: 0;
  }
}

.wgt-textarea__inner {
  margin: 0 0 10px 0;
}

.wgt-textarea__inner a {
  color: #9a001b;
}

.wgt-textarea__inner a:hover {
  text-decoration: none;
}

.wgt-textarea__type1 {
  width: 800px;
  margin: 20px auto 70px;
  line-height: 1.875;
}

.wgt-textarea__type1 p {
  margin: 0;
}

.wgt-textarea .passedText {
  text-align: center;
  width: 1000px;
}

.wgt-textarea .passedText .mb42 {
  margin-bottom: 42px;
}

.wgt-textarea__type2 {
  background: #9a001b;
  margin: 50px 0 10px;
}

.wgt-textarea__type2 a {
  color: #fff !important;
}

.wgt-textarea__type2Inner {
  width: 800px;
  margin: 0 auto;
  padding: 68px 0 50px 0;
}

.wgt-textarea__type2Inner h5 {
  color: #fff;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 2rem;
  margin: 0;
  padding-bottom: 47px;
}

.wgt-textarea__type2Inner p {
  color: #fff;
  line-height: 1.875;
  margin: 0;
}

.wgt-textarea__type3 {
  margin: 50px 0 10px;
}

.wgt-textarea__type3Inner {
  width: 800px;
  margin: 0 auto;
  background: #f2f2f2;
  padding: 50px 100px 40px;
}

.wgt-textarea__type3Inner p {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.875;
}

.wgt-textarea__type4 {
  margin: 50px 0 10px;
}

.wgt-textarea__type4Inner {
  width: 1000px;
  margin: 0 auto;
}

.wgt-textarea__type4Inner dl {
  margin: 0 auto;
  width: 800px;
}

.wgt-textarea__type4Inner dl dt,
.wgt-textarea__type4Inner dl dd {
  line-height: 1.875;
  padding-bottom: 33px;
}

.wgt-textarea__type4Inner dl dt {
  font-family: "Nunito Sans", sans-serif;
  font-weight: bold;
  width: 50px;
  float: left;
}

.wgt-textarea__type4Inner dl .question {
  color: #9a001b;
}

.wgt-textarea__type4Inner dl .answer {
  color: #54acd2;
}

.wgt-textarea__type4Inner dl .questionText {
  font-weight: bold;
}

.wgt-textarea__type4Inner dl dd {
  margin-left: 50px;
}

.wgt-textarea__type5 {
  margin: 35px 0 10px;
}

.wgt-textarea__type5 > .wgt-textarea__col2 > div > p {
  line-height: 1.875;
}

.wgt-textarea__col2 {
  width: 1000px;
  margin: 0 auto 70px;
  letter-spacing: -.4em;
}

.wgt-textarea__col2 div {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  line-height: 2.5;
  letter-spacing: normal;
}

.wgt-textarea__col2 div p {
  margin: 0;
}

.wgt-textarea__col2 .col2-left {
  width: 480px;
  margin-right: 40px;
}

.wgt-textarea__col2 .col2-right {
  width: 480px;
}

.wgt-table {
  margin: 0;
  padding-bottom: 100px;
}

.wgt-table__type1 {
  margin: 35px 0 10px;
}

.wgt-table__type1 table {
  max-width: 800px;
  margin: 0 auto;
  border-top: 1px solid #c2c2c2;
  border-collapse: collapse;
}

.wgt-table__type1 table tr {
  border-bottom: 1px solid #c2c2c2;
}

.wgt-table__type1 table th, .wgt-table__type1 table td {
  height: auto;
  line-height: 1.4;
  text-align: left;
  padding: 7px;
  vertical-align: top;
}

.wgt-table__type1 table th {
  background: #f6f7f7;
}

.wgt-table__type2 {
  margin: 35px 0 10px;
}

.wgt-table__type2 table {
  max-width: 800px;
  margin: 0 auto;
  border-collapse: collapse;
}

.wgt-table__type2 table tr {
  border-top: 1px solid #c2c2c2;
  border-right: 1px solid #c2c2c2;
}

.wgt-table__type2 table th, .wgt-table__type2 table td {
  height: auto;
  line-height: 1.7;
  border-left: 1px solid #c2c2c2;
  border-right: 1px solid #c2c2c2;
  border-bottom: 1px solid #c2c2c2;
  text-align: left;
  padding: 7px;
  vertical-align: top;
}

.wgt-table__type2 table th {
  background: #f6f7f7;
}

.wgt-table__type3 {
  margin: 35px 0 10px;
}

.wgt-table__type3 table {
  max-width: 800px;
  margin: 0 auto;
  border-collapse: collapse;
}

.wgt-table__type3 table tr {
  border-top: 1px solid #c2c2c2;
  border-right: 1px solid #c2c2c2;
}

.wgt-table__type3 table th, .wgt-table__type3 table td {
  height: auto;
  line-height: 1.4;
  border-left: 1px solid #c2c2c2;
  border-bottom: 1px solid #c2c2c2;
  text-align: left;
  padding: 7px;
  vertical-align: top;
}

.wgt-table__type3 table th {
  background: #f6f7f7;
}

.wgt-unit {
  margin: 0 0 50px 0;
}

.wgt-unit__type1 {
  width: 1000px;
  margin: 30px auto 10px;
}

.wgt-unit__leftImage {
  float: left;
  padding-bottom: 18px;
  padding-right: 40px;
}

.wgt-unit__leftImage figure {
  margin: 0;
  text-align: center;
  display: table;
}

.wgt-unit__leftImage figure figcaption {
  font-size: 1.3rem;
  line-height: 1.923;
  padding-top: 20px;
  text-align: left;
  display: table-caption;
  caption-side: bottom;
}

.wgt-unit__rightText p {
  font-size: 1.6rem;
  line-height: 1.875;
  margin: 0;
}

.wgt-unit__rightText p a {
  color: #9a001b;
  font-weight: bold;
  text-decoration: underline;
}

.wgt-unit__rightText p a:hover {
  text-decoration: none;
}

.wgt-unit__type2 {
  width: 1000px;
  margin: 35px auto 10px;
}

.wgt-unit__rightImage {
  float: right;
  padding-bottom: 18px;
  padding-left: 40px;
}

.wgt-unit__rightImage figure {
  margin: 0;
  text-align: center;
  display: table;
}

.wgt-unit__rightImage figure img {
  max-width: 100%;
}

.wgt-unit__rightImage figure figcaption {
  font-size: 1.3rem;
  line-height: 1.923;
  padding-top: 20px;
  text-align: left;
  display: table-caption;
  caption-side: bottom;
}

.wgt-unit__leftText p {
  font-size: 1.6rem;
  line-height: 1.875;
  margin: 0;
}

.wgt-unit__leftText p a {
  color: #9a001b;
  font-weight: bold;
  text-decoration: underline;
}

.wgt-unit__leftText p a:hover {
  text-decoration: none;
}

.wgt-unit2 {
  background: #f2f2f2;
}

.wgt-unit2.bgbk {
  background: #2e2e2e;
}

.wgt-unit2__inner {
  width: 1000px;
  margin: 0 auto;
}

.wgt-unit2__type1 {
  padding: 90px 0 94px 0;
}

.wgt-unit2__type1Title {
  text-align: center;
}

.wgt-unit2__type1Title.cff {
  color: #fff;
}

.wgt-unit2__type1Title h2 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 3.4rem;
  line-height: 1.470;
  margin: 0;
  padding-bottom: 40px;
}

.wgt-unit2__type1Title p {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.875;
  padding-bottom: 30px;
}

.wgt-unit2__type1movieBox {
  margin: 50px 0 10px;
}

.wgt-unit2__type1textBox {
  color: #4c4c4c;
}

.wgt-unit2__type1textBox h5 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 2.0rem;
  margin: 0;
  padding-bottom: 28px;
}

.wgt-unit2__type1textBox p {
  margin: 0;
  line-height: 1.875;
  font-size: 1.73rem;
}

.wgt-unit2__type2inner {
  width: 100%;
  letter-spacing: -.4em;
  padding-bottom: 40px;
}

.wgt-unit2__type2Title {
  text-align: center;
  letter-spacing: normal;
}

.wgt-unit2__type2Title h2 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 3.4rem;
  line-height: 1.470;
  margin: 0;
  padding-bottom: 40px;
}

.wgt-unit2__type2Title p {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.875;
  padding-bottom: 40px;
}

.wgt-unit2__type2Box {
  display: inline-block;
  vertical-align: top;
  width: 490px;
  padding-right: 0;
  letter-spacing: normal;
  padding-bottom: 50px;
}

.wgt-unit2__type2Box:nth-child(even) {
  padding-right: 20px;
}

.wgt-unit2__type2movieBox {
  padding-bottom: 28px;
}

.wgt-unit2__type2textBox {
  padding-right: 10px;
}

.wgt-unit2__type2textBox h5 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 2.0rem;
  margin: 0;
  padding-bottom: 28px;
}

.wgt-unit2__type2textBox p {
  margin: 0;
  line-height: 1.875;
  font-size: 1.6rem;
}

.wgt-unit3 {
  margin-top: 40px;
  padding-bottom: 10px;
}

.wgt-unit3.education {
  background: url("../img/wgt-unit3/bg-education.jpg") no-repeat 50% 0;
  background-size: cover;
}

.wgt-unit3.education .wgt-unit3__title,
.wgt-unit3.education .wgt-unit3__text {
  font-weight: 400;
  color: #FFF;
}

.wgt-unit3.topSpaceType01 .wgt-unit3__inner {
  padding-top: 70px;
}

.wgt-unit3__inner {
  width: 1000px;
  margin: 0 auto;
  text-align: left;
}

.wgt-unit3__map {
  margin: 50px 0 10px;
}

.wgt-unit3__title {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 2.8rem;
  line-height: 1.4;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0;
  text-align: center;
}

.wgt-unit3__text {
  font-size: 1.6rem;
  line-height: 1.875;
  padding-bottom: 20px;
  margin: 0;
  text-align: center;
}

.wgt-unit3__btn {
  margin: 20px 0 50px;
}

.wgt-unit3__btn.admissionbtn {
  max-width: 880px;
  letter-spacing: -.4rem;
}

.wgt-unit3__btnInner.departmentbtn {
  letter-spacing: -.4em;
}

.wgt-unit3__btnBox {
  width: 495px;
  height: 100px;
  border: 1px solid #e6e6e6;
  color: #4c4c4c;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 5px;
}

.wgt-unit3__btnBox.boxwhite {
  width: 47%;
  margin: 0 18px 20px 0;
  border: 1px solid #ae3349;
  letter-spacing: normal;
}

.wgt-unit3__btnBox.boxwhite a[target="_blank"] {
  background: url(../img/base/icon-external_linkB.png) no-repeat 96% 50%;
}

.wgt-unit3__btnBox.boxwhite a:not([target="_blank"]) {
  background: url(../img/base/icon-btn-arrow-white.png) no-repeat 96% 50%;
}

.wgt-unit3__btnBox.boxwhite a[href^=""] {
  padding: inherit;
  background-color: transparent;
}

.wgt-unit3__btnBox.boxwhite a[href$=".pdf"] {
  background: url(../img/base/icon-pdf.png) no-repeat 96% 50%;
}

.wgt-unit3__btnBox.boxwhite a[href$=".xlsx"], .wgt-unit3__btnBox.boxwhite a[href$=".xls"] {
  background: url(../img/base/icon-excel.png) no-repeat 96% 50%;
}

.wgt-unit3__btnBox.boxwhite a[href$=".docx"], .wgt-unit3__btnBox.boxwhite a[href$=".doc"] {
  background: url(../img/base/icon-word.png) no-repeat 96% 50%;
}

.wgt-unit3__btnBox.boxwhite:nth-child(even) {
  margin-right: 0;
}

.wgt-unit3__btnBox.department-h70 {
  width: 48%;
  height: 70px;
  box-sizing: border-box;
}

.wgt-unit3__btnBox a {
  color: #4c4c4c;
  text-decoration: none;
  display: block;
  box-sizing: border-box;
  font-weight: normal;
}

.wgt-unit3__btnBox a[target="_blank"] {
  background: url(../img/base/icon-external_linkB.png) no-repeat 96% 50%;
  padding: 0;
  margin: 0;
}

.wgt-unit3__btnBox a:not([target="_blank"]) {
  background: url(../img/base/icon-btn-arrow.png) no-repeat 96% 50%;
}

.wgt-unit3__btnBox a[href^=""] {
  padding: inherit;
  background-color: transparent;
}

.wgt-unit3__btnBox a[href$=".pdf"] {
  background: url(../img/base/icon-pdf.png) no-repeat 96% 50%;
}

.wgt-unit3__btnBox a[href$=".xlsx"], .wgt-unit3__btnBox a[href$=".xls"] {
  background: url(../img/base/icon-excel.png) no-repeat 96% 50%;
}

.wgt-unit3__btnBox a[href$=".docx"], .wgt-unit3__btnBox a[href$=".doc"] {
  background: url(../img/base/icon-word.png) no-repeat 96% 50%;
}

.wgt-unit3__btnImage {
  float: left;
  width: 100px;
  height: 100px;
  background: url("../img/wgt-unit/unit.png") no-repeat 50% 50%;
  background-size: 105%;
}

.wgt-unit3__btnImage:hover {
  background-image: url("../img/wgt-unit/unit.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.wgt-unit3__btnText {
  width: 395px;
  height: 100px;
  margin-left: 100px;
  color: #4c4c4c;
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding: 0 60px 0 30px;
  font-size: 1.3rem;
}

.wgt-unit3__btnText.text-white {
  color: #fff;
  padding: 0 40px 0 20px;
}

.wgt-unit3__btnText.department-text-h70 {
  height: 70px;
}

.wgt-unit3__btnset {
  margin: 20px 0 50px;
}

.wgt-unit3__btnsetList {
  margin: 0;
  padding: 0;
}

.wgt-unit3__btnsetList li {
  width: 329px;
  height: 100px;
  display: inline-block;
  list-style-type: none;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
  vertical-align: top;
  margin-bottom: 13px;
  text-align: left;
  padding: 0;
}

.wgt-unit3__btnsetList li a {
  width: 329px;
  height: 98px;
  font-size: 1.4rem;
  font-weight: normal;
  color: #4c4c4c;
  text-decoration: none;
  display: table-cell;
  vertical-align: middle;
  padding: 0 45px 0 30px !important;
  background: #FFF url("../img/wgt-unit/icon-arrow.png") no-repeat 309px 50%;
}

.wgt-unit3__btnsetList li a[target="_blank"] {
  background: #FFF url(../img/base/icon-external_linkB.png) no-repeat 96% 50%;
}

.wgt-unit3__btnsetList li a:not([target="_blank"]) {
  background: #FFF url(../img/base/icon-btn-arrow.png) no-repeat 96% 50%;
}

.wgt-unit3__btnsetList li a[href$=".pdf"] {
  background: #FFF url(../img/base/icon-pdf.png) no-repeat 96% 50%;
}

.wgt-unit3__btnsetList li a[href$=".xlsx"], .wgt-unit3__btnsetList li a[href$=".xls"] {
  background: #FFF url(../img/base/icon-excel.png) no-repeat 96% 50%;
}

.wgt-unit3__btnsetList li a[href$=".docx"], .wgt-unit3__btnsetList li a[href$=".doc"] {
  background: #FFF url(../img/base/icon-word.png) no-repeat 96% 50%;
}

.wgt-list {
  margin: 0 0 30px 0;
}

.wgt-list__type1 {
  margin: 30px 0 10px;
}

.wgt-list__type1Inner {
  width: 1000px;
  margin: 0 auto;
}

.wgt-list__type1Inner ul {
  margin: 0;
  padding: 0;
}

.wgt-list__type1Inner ul li {
  height: 60px;
  line-height: 3.75;
  list-style-type: none;
  padding: 0 100px;
}

.wgt-list__type1Inner ul li:nth-child(2n+1) {
  background: #f2f2f2;
}

.wgt-list__type1Inner ul li:nth-child(2n) {
  background: #fafafa;
}

.wgt-list__type2 {
  margin: 30px 0 10px;
}

.wgt-list__type2Inner {
  width: 800px;
  margin: 0 auto;
}

.wgt-list__type2Inner ol {
  padding: 0;
  margin: 0;
}

.wgt-list__type2Inner li {
  line-height: 1.875;
}

.wgt-list__type3 {
  margin: 30px 0 10px;
}

.wgt-list__type3Inner {
  width: 1000px;
  margin: 0 auto;
}

.wgt-list__type3Inner ul {
  margin: 0;
  padding: 0;
  width: 1000px;
}

.wgt-list__type3Inner ul li {
  line-height: 1.875;
  float: left;
  width: 50%;
  list-style-position: inside;
}

.wgt-list__type4 {
  clear: both;
  margin: 30px 0 10px;
}

.wgt-list__type4Inner {
  width: 1000px;
  margin: 0 auto;
}

.wgt-list__type4Inner ol {
  margin: 0;
  padding: 0;
  width: 1000px;
}

.wgt-list__type4Inner ol li {
  line-height: 1.875;
  float: left;
  width: 50%;
  list-style-position: inside;
}

.wgt-lead {
  margin: 0 0 100px;
  background: #9a001b;
}

.wgt-lead__inner {
  width: 1000px;
  margin: 0 auto;
  padding: 170px 0 110px;
}

.wgt-lead__text {
  margin: 0 0 1em;
  color: #FFF;
  font-weight: 400;
  font-size: 3.6rem;
  line-height: 1.945;
  text-align: center;
}

.wgt-lead__text em {
  font-style: normal;
  text-decoration: underline;
}

.wgt-lead__text a {
  color: #fff;
}

.wgt-button {
  min-width: 300px;
  margin: 0 auto 40px;
  letter-spacing: normal;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.25;
}

.wgt-button a {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  min-width: 300px;
  margin: 0 !important;
  padding: 15px 33px 14px 15px !important;
  border: 3px solid #9a001b;
  text-decoration: none;
  font-weight: normal;
  background-image: none !important;
}

.wgt-button a:before {
  position: absolute;
  top: 50%;
  right: 21px;
  display: block;
  content: '';
  background-image: url("../img/base/icon-arrow-right-red.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 5px;
  height: 8px;
  margin-top: -4px;
}

.wgt-button a:hover {
  color: #fff;
  background: #9a001b !important;
  opacity: 1;
}

.wgt-button a:hover:before {
  background-image: url("../img/base/icon-arrow-right-white.png");
}

.wgt-button a[target="_blank"]:before {
  width: 14px;
  height: 12px;
  background-image: url(../img/base/icon-external_link.png);
}

.wgt-button a[href$=".pdf"]:before {
  width: 24px;
  height: 28px;
  background-image: url(../img/base/icon-pdf.png);
  position: absolute;
  top: 30%;
}

.wgt-button a[href$=".xlsx"]:before, .wgt-button a[href$=".xls"]:before {
  width: 24px;
  height: 28px;
  background-image: url(../img/base/icon-excel.png);
}

.wgt-button a[href$=".docx"]:before, .wgt-button a[href$=".doc"]:before {
  width: 24px;
  height: 28px;
  background-image: url(../img/base/icon-word.png);
}

.wgt-banner {
  margin: 50px auto 100px;
  width: 1000px;
  font-size: 0;
  text-align: center;
}

.wgt-banner a {
  display: inline-block;
}

.wgt-banner__item.label {
  margin: -5px 0 0 -5px;
}

/* ---------------------------
* Module keyvisual
* --------------------------- */
.mod-keyvisual {
  position: relative;
  background: #e5e5e5;
}

.mod-keyvisual__image {
  overflow: hidden;
  text-align: left;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 500px;
}

.mod-keyvisual__image img {
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: inherit;
}

.mod-keyvisual__textbox {
  max-width: 1000px;
  padding: 0;
  margin: 0 auto;
}

.mod-keyvisual__title {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 3.5rem;
  line-height: 1.2;
  padding: 23% 0 40px;
  font-weight: normal;
  margin: 0;
}

.mod-keyvisual .nocate {
  padding: 251px 0 70px;
}

.mod-keyvisual__titleImg {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 5.2rem;
  line-height: 1.2;
  padding: 26% 0 30px;
  font-weight: normal;
  margin: 0;
  z-index: 0;
  position: relative;
  color: #fff;
}

.mod-keyvisual .passed {
  font-size: 3.5rem;
  text-align: center;
  color: #1a1a1a;
  padding: 230px 0 78px;
}

.mod-keyvisual__subtitleImg {
  color: #fff;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 24px;
  z-index: 0;
  position: relative;
  margin: 0;
  line-height: 1.666;
  padding-bottom: 87px;
}

/* ---------------------------
* Module header
* --------------------------- */
.mod-header {
  z-index: 9;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 1340px;
  min-width: 1000px;
  width: 100%;
}

.mod-header ul {
  list-style-type: none;
}

.mod-header__inner {
  margin: 0 auto;
  padding: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}

.mod-header__sitetitle {
  margin: 0;
  -webkit-box-flex: initial;
          flex: initial;
  width: 300px;
  min-width: 150px;
  background: #fff;
  height: 150px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
  z-index: 5;
}

.mod-header__sitetitle h1 {
  position: relative;
  z-index: 1;
}

.mod-header__sitetitle a {
  display: block;
}

.mod-header__sitetitle img {
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.mod-header__main {
  width: 1040px;
  min-width: 830px;
}

.mod-header__submenu {
  background: #3e3a39;
  height: 75px;
  width: 100%;
}

.mod-header__submenuInner {
  float: left;
  width: 68%;
  margin: 0 0 0 5%;
}

.mod-header__info {
  color: #ffffff;
}

.mod-header__infonavi {
  font-size: 1.3rem;
  display: -webkit-box;
  display: flex;
  padding: 8px 0;
  line-height: 1;
  margin: 0;
}

.mod-header__infonavi li {
  text-align: center;
}

.mod-header__infonavi li a {
  text-decoration: none;
  display: block;
  padding: 9px 20px 7px 36px;
}

.mod-header__objectPerson {
  width: 135px;
  height: 30px;
  background: url("../img/header/icon-arrow.png") no-repeat 28px 50%;
  background-color: #63605f;
  border-radius: 15px;
  margin-right: 20px;
}

.mod-header__objectPerson a {
  color: #fff;
  display: block;
  box-sizing: border-box;
}

.mod-header__infoList {
  background-repeat: no-repeat;
  background-position: 6px 47%;
}

.mod-header__infoList a {
  color: #fff;
}

.mod-header__subnavi {
  font-size: 13px;
  font-size: 1.3rem;
}

.mod-header__subnavi ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: flex;
}

.mod-header__subnavi ul li {
  color: #b0afaf;
  border-right: 1px solid #565352;
  padding: 0 10px;
}

.mod-header__subnavi ul li a {
  color: #b0afaf;
  text-decoration: none;
}

.mod-header__subnavi ul li:first-child {
  padding-left: 0;
}

.mod-header__subnavi ul li:last-child {
  border-right: none;
}

.mod-header__navi {
  float: left;
  width: 22%;
  height: 75px;
  margin: 0 0 0 5%;
  position: relative;
}

.mod-header__navi .searchbtnBox {
  width: 0;
}

.mod-header__navi input.search_text {
  width: 0;
  border: none;
  transition: all .3s ease, z-index .3s ease;
  height: 55px;
  margin-left: 20px;
  color: #fff;
  box-sizing: border-box;
  padding: 0 20px !important;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #5b5b5b !important;
  z-index: -1;
}

.mod-header__navi input.search_text_open {
  background: #5b5b5b !important;
  width: 330px !important;
  z-index: 1;
}

.mod-header__navi input.search_btn {
  display: none;
  vertical-align: middle;
  position: absolute;
  top: 30px;
  right: 40px;
  z-index: 2;
}

.mod-header__navi input::-ms-clear {
  visibility: hidden;
}

.mod-header__language {
  margin-left: 697px;
  color: #fff;
  display: -webkit-box;
  display: flex;
  padding: 0;
  margin: 0;
  -webkit-box-pack: end;
          justify-content: flex-end;
}

.mod-header__language li {
  padding: 0 5px;
  margin: 27px 5px;
  font-size: 1.3rem;
}

.mod-header__language li a {
  color: #fff;
  text-decoration: none;
}

.mod-header__language li.language-jp {
  border-bottom: 1px solid #fff;
}

.mod-header__language li.saerch-btn {
  padding: 0 35px;
  cursor: pointer;
  cursor: hand;
}

.mod-header__language li.saerch-btn img {
  vertical-align: middle;
}

.mod-header__objectnavi {
  opacity: 0;
  visibility: hidden;
  width: 270px;
  height: 320px;
  margin: 0;
  padding: 8px 0 0;
  z-index: -1;
  position: relative;
  transition: all .3s ease, z-index .3s ease;
  -webkit-transform: translate(0, 20px);
          transform: translate(0, 20px);
  box-shadow: 0px 3px 15px 1px rgba(4, 0, 0, 0.36);
}

.mod-header__objectnavi li {
  font-size: 1.4rem;
  line-height: 2.857;
  border-bottom: 1px solid #e5e5e5;
  text-align: left;
  background: #fff url("../img/base/icon-arrow-black-right.png") no-repeat 250px 50%;
}

.mod-header__objectnavi li a {
  color: #9a001b;
  padding: 0;
  display: block;
  padding-left: 20px;
}

.mod-header__objectnavi li a:hover {
  color: #fff;
  background-color: #9a001b;
  background-image: url("../img/base/icon-arrow-white-right.png");
  background-repeat: no-repeat;
  background-position: 250px 50%;
  opacity: 1;
}

.mod-header__objectnavi.opened {
  visibility: visible;
  opacity: 1;
  z-index: 1000;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* ---------------------------
* Module globalnavi
* --------------------------- */
.mod-globalnavi {
  background: #9a001b;
  color: #fefefe;
}

.mod-globalnavi__main {
  padding-left: 40px;
  position: relative;
}

.mod-globalnavi__main #slide-line {
  position: absolute;
  bottom: 0;
  height: 4px;
  background-color: #fff;
  transition: all .3s ease;
}

.mod-globalnavi__nav {
  height: 75px;
  margin: 0;
  padding: 0;
}

.mod-globalnavi__navitem {
  padding: 0;
  float: left;
  line-height: 4.6875;
}

.mod-globalnavi__navitem a {
  color: #fff;
  text-decoration: none;
  display: block;
}

.mod-globalnavi__navitem a span {
  border-right: 1px solid #ae3349;
  padding: 0 17px;
}

.mod-globalnavi__navitem:last-child {
  border-right: none;
}

/* ---------------------------
* Module mod-globalnaviSp
* --------------------------- */
/* ---------------------------
* Module breadcrumbs
* --------------------------- */
.mod-breadcrumbs {
  background: #f2f2f2;
  position: relative;
}

.mod-breadcrumbs__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.mod-breadcrumbs__list {
  max-width: 1000px;
  padding: 20px 0;
  margin: 0;
  display: -webkit-box;
  display: flex;
}

.mod-breadcrumbs__list li {
  font-size: 1.3rem;
  list-style-type: none;
  height: 20px;
}

.mod-breadcrumbs__list li:before {
  content: '－';
  margin: 0 15px;
  color: #999999;
}

.mod-breadcrumbs__list li:first-child:before {
  display: none;
}

.mod-breadcrumbs__list li:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mod-breadcrumbs__list li a {
  color: #999999;
  text-decoration: none;
}

.mod-breadcrumbs .breadcrumbs-home,
.mod-breadcrumbs .breadcrumbs-list {
  white-space: nowrap;
}

/* ---------------------------
* Module linkbox
* --------------------------- */
.mod-linkbox__inner {
  max-width: 1000px;
  margin: 40px auto;
  padding: 0;
}

.mod-linkbox__list {
  margin: 0 0 0 40px;
  padding: 0;
  letter-spacing: -.4em;
}

.mod-linkbox__list li {
  min-width: 200px;
  height: 50px;
  text-align: center;
  border: 3px solid #9a001b;
  list-style-type: none;
  padding: 0;
  margin: 0 10px 5px 0;
  line-height: 2.75;
  box-sizing: border-box;
  display: inline-block;
  letter-spacing: normal;
}

.mod-linkbox__list li a {
  text-decoration: none;
  font-size: 1.6rem;
  display: block;
  color: #9a001b;
  height: 44px;
  padding: 0 40px;
}

.mod-linkbox__list li a:link {
  background-image: url("../img/base/icon-arrow-red.png");
  background-repeat: no-repeat;
  background-position: right 15px bottom 50%;
}

.mod-linkbox__list li a:hover {
  color: #fff;
  background-color: #9a001b;
  background-image: url("../img/base/icon-arrow-white.png");
  background-position: right 15px bottom 50%;
  background-repeat: no-repeat;
  opacity: 1;
}

/* ---------------------------
* Module footer
* --------------------------- */
.mod-footer {
  background: #3e3a39;
  min-width: 1000px;
  border-top: #9a001b 10px solid;
  margin-top: 100px;
}

.mod-footer.mt-none {
  margin-top: 0px;
}

.mod-footer__contents {
  margin: 0 auto;
  max-width: 1340px;
  text-align: center;
}

.mod-footer .naviModel {
  width: 200px;
}

.mod-footer__navi {
  width: 14%;
  display: inline-block;
  vertical-align: top;
  padding: 60px 2% 60px 2%;
  border-left: 1px solid #484443;
  font-size: 1.4rem;
  text-align: left;
}

.mod-footer__navi h2 {
  color: #fff;
  font-size: 1.4rem;
  font-weight: normal;
  white-space: nowrap;
  margin: 0;
  line-height: 2.142;
}

.mod-footer__navi p {
  color: #c1c0c0;
}

.mod-footer__navi ul {
  margin: 0;
  padding: 0;
}

.mod-footer__navi ul li {
  color: #c1c0c0;
  list-style-type: none;
  line-height: 2.142;
}

.mod-footer__navi ul li ul li:before {
  content: 'ー';
  padding-right: 8px;
}

.mod-footer__navi .foot-inner-list li {
  margin-bottom: 5px;
  padding-left: 22px;
  text-indent: -22px;
}

.mod-footer__navi:last-child {
  border-right: 1px solid #484443;
}

.mod-footer__naviInner ul {
  margin: 0;
  padding: 0;
}

.mod-footer__naviInner ul li {
  list-style-type: none;
}

.mod-footer__naviInner ul li a {
  color: #c1c0c0;
  text-decoration: none;
}

.mod-footer__naviInner ul li a:hover {
  text-decoration: underline;
}

.mod-footer__bottom {
  clear: both;
  background-color: #424242;
  margin: 0 auto;
  background-image: url("../img/footer/arrow-shape.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  border-top: 1px solid #484443;
}

.mod-footer__bottomLogo {
  text-align: center;
  padding: 72px 0 82px;
}

.mod-footer__bottomLogo .footerLogo {
  margin: 0 auto;
  width: 200px;
}

.mod-footer__bottomCopy {
  color: #b3b3b3;
  text-align: center;
  padding: 52px 0;
  font-size: 1rem;
}

/* ---------------------------
* Module footbanner
* --------------------------- */
.mod-footbanner {
  margin: 100px 0 0;
  background: #9a001b;
}

.mod-footbanner.mailtype .mod-footbanner__inner {
  display: table;
  height: auto;
  padding: 45px 0;
}

.mod-footbanner.mailtype .banner-head {
  float: none;
  width: 245px;
  padding: 17px 20px;
  display: table-cell;
  border-right: 1px solid #ae3349;
  text-align: center;
  vertical-align: middle;
}

.mod-footbanner.mailtype .banner-detail {
  float: none;
  width: auto;
  display: table-cell;
  padding: 17px 0 17px 50px;
  vertical-align: middle;
}

.mod-footbanner.mailtype .destination {
  margin: 0 0 5px;
  font-weight: 400;
  font-size: 1.8rem;
}

.mod-footbanner.mailtype .mailTitle {
  display: inline-block;
  margin-right: 20px;
  font-weight: 400;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 1.8rem;
}

.mod-footbanner.mailtype .mail {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-size: 2.5rem;
}

.mod-footbanner__inner {
  width: 800px;
  height: auto;
  margin: 0 auto;
  padding: 40px 0;
  text-align: center;
  display: table;
}

.mod-footbanner__inner .en {
  font-family: "Nunito Sans", sans-serif;
}

.mod-footbanner__inner .banner-head {
  width: 400px;
  display: table-cell;
  vertical-align: middle;
  padding: 42px 0;
  border-right: 1px solid #ae3349;
}

.mod-footbanner__inner .banner-head .banner-title {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 2.4rem;
  color: #fff;
  margin: 0;
  font-weight: normal;
}

.mod-footbanner__inner .banner-detail {
  color: #fff;
  font-size: 1.8rem;
  width: auto;
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 52px;
}

.mod-footbanner__inner .banner-detail p {
  margin: 0 0 6px 0;
  text-align: left;
}

.mod-footbanner__inner .banner-detail .destination {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.mod-footbanner__inner .banner-detail .extension {
  font-size: 1.4rem;
  padding-left: 8px;
}

.mod-footbanner__inner .banner-detail .telephoneTitle {
  font-size: 1.6rem;
  padding-right: 8px;
  font-family: "Nunito Sans", sans-serif;
}

.mod-footbanner__inner .banner-detail .telephoneno {
  font-size: 3.0rem;
  font-family: "Nunito Sans", sans-serif;
}

/* ---------------------------
* Module news
* --------------------------- */
.mod-news {
  position: relative;
  background: #e5e5e5;
}

.mod-news__image {
  overflow: hidden;
  text-align: left;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: auto;
}

.mod-news__image img {
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: inherit;
}

.mod-news__textbox {
  max-width: 1000px;
  padding: 210px 0 5%;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}

.mod-news .nocate {
  padding: 255px 0 70px;
}

.mod-news__date {
  padding-bottom: 30px;
}

.mod-news__date .date {
  white-space: nowrap;
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.6rem;
}

.mod-news__date .label {
  white-space: nowrap;
  color: #fff;
  font-size: 1.6rem;
  padding: 9px 30px;
  margin: 0 0 0 4%;
  display: inline-block;
  width: 191px;
  height: 16px;
  line-height: 1;
  text-align: center;
}

.mod-news__date .label.type-corporate {
  background: #9a001b;
}

.mod-news__title {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 3.5rem;
  line-height: 1.428;
  padding: 0 10px;
  margin: 0;
  font-weight: normal;
}

/* ---------------------------
* Module newsfoot
* --------------------------- */
.mod-newsfoot {
  width: 1000px;
  margin: 50px auto 50px;
}

.mod-newsfoot__inner {
  padding: 40px 0;
  background: #f2f2f2;
}

.mod-newsfoot__inner .news-inquiry {
  padding: 0 40px;
}

.mod-newsfoot__inner .news-inquiry h5 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 2.1rem;
  height: 30px;
  border-left: 4px solid #040404;
  padding: 0 0 0 18px;
  margin: 0 0 25px 0;
}

.mod-newsfoot__inner .news-inquiry p {
  margin: 0;
  padding-bottom: 20px;
}

.mod-newsfoot__inner .news-inquiry table th {
  font-weight: normal;
  padding-right: 30px;
}

.mod-newsfoot__inner .news-inquiry table td {
  padding-right: 20px;
}

/* ---------------------------
* Module newscategory
* --------------------------- */
.mod-newscategory__title {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 3.4rem;
  padding-bottom: 35px;
  margin: 0;
  text-align: center;
  width: 1000px;
  margin: 0 auto;
}

.mod-newscategory__list {
  list-style-type: none;
  padding: 0 0 50px 0;
  letter-spacing: -.4em;
  width: 1000px;
  margin: 0 auto;
  text-align: center;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.mod-newscategory__list li {
  border: 1px solid #e6e6e6;
  display: inline-block;
  vertical-align: top;
  width: 493px;
  padding: 26px 0 0;
  letter-spacing: normal;
  margin-bottom: 20px;
  text-align: left;
  position: relative;
}

.mod-newscategory__list li a {
  display: block;
  text-decoration: none;
  box-sizing: border-box;
  color: #4c4c4c;
  font-weight: normal;
}

.mod-newscategory__list li:nth-child(odd) {
  margin-right: 10px;
}

.mod-newscategory__list .news-top {
  width: 493px;
  margin-bottom: 10px;
  position: relative;
}

.mod-newscategory__list .news-top:nth-child(odd) {
  margin-right: 10px;
}

.mod-newscategory__list4 {
  list-style-type: none;
  margin: 0;
  padding: 0 0 140px 0;
  letter-spacing: -.4em;
  width: 1340px;
  margin: 0 auto;
}

.mod-newscategory__list4 li {
  border: 1px solid #e6e6e6;
  display: inline-block;
  vertical-align: top;
  width: 20%;
  padding: 20px 2.2%;
  letter-spacing: normal;
  margin-bottom: 20px;
  margin-right: 0.5%;
}

.mod-newscategory__list4 li a {
  display: block;
  text-decoration: none;
  box-sizing: border-box;
  color: #4c4c4c;
}

.mod-newscategory__list4 li:nth-child(4),
.mod-newscategory__list4 li:nth-child(8) {
  margin-right: 0;
}

.mod-newscategory__date {
  padding: 0 26px 30px;
}

.mod-newscategory__date .date {
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.4rem;
  float: left;
  display: inline-block;
  height: 30px;
  line-height: 2.142;
}

.mod-newscategory__date .label {
  white-space: nowrap;
  color: #fff;
  font-size: 1.4rem;
  padding: 8px 0;
  float: right;
  background: #9a001b;
  text-align: center;
  height: 14px;
  line-height: 1;
  width: 190px;
  display: inline-block;
}

.mod-newscategory__listTitle p {
  font-size: 1.4rem;
  margin: 0;
  padding: 0 26px 34px;
  min-height: 42px;
}

.mod-newscategory__listTitle p a[target="_blank"] {
  background: url(../img/base/icon-external_linkB.png) no-repeat 100% 50%;
  padding: 10px 30px 10px 0;
  margin-right: 5px;
}

.mod-newscategory__listTitle p a:not[target="_blank"] {
  background: url(../img/base/icon-external_linkB.png) no-repeat 100% 50%;
  padding: 10px 30px 10px 0;
  margin-right: 5px;
}

.mod-newscategory__listTitle p a[href^=""] {
  padding: inherit;
  background-color: transparent;
}

.mod-newscategory__listTitle p a[href$=".pdf"] {
  background: url(../img/base/icon-pdf.png) no-repeat 100% 50%;
  padding: 10px 30px 10px 0;
  margin-right: 5px;
}

.mod-newscategory__listTitle p a[href$=".xlsx"],
.mod-newscategory__listTitle p a[href$=".xls"] {
  background: url(../img/base/icon-excel.png) no-repeat 100% 50%;
  padding: 10px 30px 10px 0;
  margin-right: 5px;
}

.mod-newscategory__listTitle p a[href$=".docx"],
.mod-newscategory__listTitle p a[href$=".doc"] {
  background: url(../img/base/icon-word.png) no-repeat 100% 50%;
  padding: 10px 30px 10px 0;
  margin-right: 5px;
}

.mod-newscategory .labelpb {
  padding-bottom: 45px;
}

.mod-newscategory__bottom {
  background: #f6f7f7;
  height: 50px;
  margin: 0;
  height: auto;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.mod-newscategory__bottom ul {
  margin: 0;
  padding: 16px 26px;
  height: 18px;
  letter-spacing: -.4em;
}

.mod-newscategory__bottom ul li.news-label {
  list-style-type: none;
  display: inline-block;
  vertical-align: top;
  font-size: 1.2rem;
  border-right: 1px solid #4c4c4c;
  border-top: none;
  border-left: none;
  border-bottom: none;
  width: auto;
  padding: 0 16px;
  margin: 0;
  letter-spacing: normal;
}

.mod-newscategory__bottom ul li.news-label:last-child {
  border-right: none;
}

.mod-newscategory__bottom .news-label:first-child {
  padding-left: 0;
}

.mod-newscategory__bottom .news-label:last-child {
  border-right: none;
}

.mod-quoteunit {
  margin: 70px 0 0;
}

.mod-quoteunit.topSpaceType01 .mod-quoteunit__inner {
  padding-top: 95px;
}

.mod-quoteunit__newsSet {
  text-align: left;
  letter-spacing: -.4em;
  max-width: 1340px;
  margin: 0 auto 80px;
}

.mod-quoteunit__newsSet h2 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 3.4rem;
  margin: 0;
  padding-bottom: 42px;
  letter-spacing: normal;
  text-align: center;
}

.mod-quoteunit__newsSet .introduction {
  width: 1000px;
  font-size: 1.6rem;
  line-height: 1.875;
  margin: 0 auto;
  padding-bottom: 57px;
  letter-spacing: normal;
  text-align: center;
}

.mod-quoteunit__newsSetBoxWrap {
  max-width: 1340px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.mod-quoteunit__newsSetBox {
  letter-spacing: normal;
  padding: 0;
  border: 1px solid #e5e5e5;
  width: 24%;
  vertical-align: top;
  text-align: left;
  margin: 0 10px 30px 0;
  display: -webkit-box;
  display: flex;
  position: relative;
}

.mod-quoteunit__newsSetBox a {
  text-decoration: none;
  font-weight: normal;
  color: #4c4c4c;
}

.mod-quoteunit__newsSetBox p a[target="_blank"] {
  background: url(../img/base/icon-external_linkB.png) no-repeat 100% 50%;
  padding: 10px 28px 10px 0;
  margin: 0;
}

.mod-quoteunit__newsSetBox p a:not[target="_blank"] {
  background: url(../img/base/icon-external_link.png) no-repeat 100% 50%;
  padding: 10px 28px 10px 0;
  margin: 0;
}

.mod-quoteunit__newsSetBox p a[href^=""] {
  padding: inherit;
  background-color: transparent;
}

.mod-quoteunit__newsSetBox p a[href$=".pdf"] {
  background: url(../img/base/icon-pdf.png) no-repeat 100% 50%;
  padding: 10px 28px 10px 0;
  margin: 0;
}

.mod-quoteunit__newsSetBox p a[href$=".xlsx"],
.mod-quoteunit__newsSetBox p a[href$=".xls"] {
  background: url(../img/base/icon-excel.png) no-repeat 100% 50%;
  padding: 10px 28px 10px 0;
  margin: 0;
}

.mod-quoteunit__newsSetBox p a[href$=".docx"],
.mod-quoteunit__newsSetBox p a[href$=".doc"] {
  background: url(../img/base/icon-word.png) no-repeat 100% 50%;
  padding: 10px 28px 10px 0;
  margin: 0;
}

.mod-quoteunit__newsSetBox:nth-child(4n) {
  margin-right: 0;
}

.mod-quoteunit__newsSetBoxHead {
  padding: 26px 25px 0;
  max-width: 270px;
  width: 100%;
}

.mod-quoteunit__newsSetBoxHead .date {
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.4rem;
  display: inline-block;
  height: 30px;
  line-height: 2.142;
}

.mod-quoteunit__newsSetBoxHead .label {
  white-space: nowrap;
  color: #fff;
  font-size: 1.25vmin;
  padding: 3% 0;
  line-height: 1;
  float: right;
  background: #9a001b;
  width: 114px;
  text-align: center;
}

.mod-quoteunit__newsSetBoxHead p {
  font-size: 1.4rem;
  line-height: 2.142;
  margin: 0;
  width: auto;
  padding: 26px 0 40px;
}

.mod-quoteunit .labelpb {
  padding-bottom: 45px;
}

.mod-quoteunit__newsSetBoxBottom {
  background: #f6f7f7;
  height: 50px;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.mod-quoteunit__newsSetBoxBottom ul {
  margin: 0;
  padding: 16px 25px;
  height: 18px;
  letter-spacing: -.4em;
}

.mod-quoteunit__newsSetBoxBottom ul li {
  list-style-type: none;
  display: inline-block;
  vertical-align: top;
  font-size: 1.2rem;
  border-right: 1px solid #4c4c4c;
  padding: 0 4%;
  letter-spacing: normal;
}

.mod-quoteunit__newsSetBoxBottom ul li:first-child {
  padding-left: 0;
}

.mod-quoteunit__newsSetBoxBottom ul li:last-child {
  border-right: none;
}

.mod-quoteunit__newsSetBtn {
  margin: 25px 0 10px;
}

.mod-quoteunit__newsSetBtn p {
  width: 300px;
  height: 60px;
  margin: 0 auto;
  letter-spacing: normal;
  text-align: center;
  font-size: 1.6rem;
  line-height: 3.375;
}

.mod-quoteunit__newsSetBtn p a {
  border: 3px solid #9a001b;
  box-sizing: border-box;
  display: block;
  width: 300px;
  height: 60px;
  text-decoration: none;
  background-image: url("../img/base/icon-arrow-right-red.png");
  background-repeat: no-repeat;
  background-position: 95% 50%;
  font-weight: normal;
}

.mod-quoteunit__newsSetBtn p a:hover {
  color: #fff;
  background-color: #9a001b;
  background-image: url("../img/base/icon-arrow-right-white.png");
  background-position: 95% 50%;
  background-repeat: no-repeat;
  opacity: 1;
}

.mod-featurecus {
  max-width: 1340px;
  margin: 90px auto 0;
}

.mod-featurecus__headText {
  max-width: 1000px;
  margin: 0 auto;
}

.mod-featurecus__headText p {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.875;
  margin: 0;
}

.mod-featurecus__featureSet {
  margin: 0 auto;
  padding-bottom: 70px;
  letter-spacing: -.4em;
}

.mod-featurecus__featureSet h2 {
  font-size: 3.4rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  margin: 0;
  padding-bottom: 60px;
  text-align: center;
  letter-spacing: normal;
}

.mod-featurecus__featureSetBox {
  border-top: 2px solid #9a001b;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  padding: 2.1%;
  position: relative;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  width: 25.5%;
  margin-right: 5%;
}

.mod-featurecus__featureSetBox .number {
  font-size: 6.0rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  color: #9a001b;
  position: absolute;
  top: -45px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  width: 63px;
  background-color: #fff;
}

.mod-featurecus__featureSetBox h3, .mod-featurecus__featureSetBox h4, .mod-featurecus__featureSetBox h5 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 2.4rem;
  line-height: 1.666;
  min-height: 78px;
  margin: 0;
  padding: 75px 0 38px;
  text-align: center;
}

.mod-featurecus__featureSetBox h3 a, .mod-featurecus__featureSetBox h4 a, .mod-featurecus__featureSetBox h5 a {
  color: #1a1a1a;
  padding-bottom: 38px;
}

.mod-featurecus__featureSetBox p {
  font-size: 1.4rem;
  line-height: 2.142;
  min-height: 116px;
  margin: 0 0 33px 0;
  position: relative;
  padding-top: 38px;
}

.mod-featurecus__featureSetBox p .line {
  width: 30px;
  height: 1px;
  padding-bottom: 36px;
  text-align: center;
  position: absolute;
  top: -38px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.mod-featurecus__featureSetBox figure {
  margin: 0;
}

.mod-featurecus__featureSetBox:nth-child(4) {
  margin-right: 0;
}

/* ---------------------------
* Module passedHeader
* --------------------------- */
.mod-passedHeader {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 1340px;
  min-width: 1000px;
  width: 100%;
}

.mod-passedHeader__head {
  height: 43px;
  margin: 0 auto;
  background: #fff;
  padding: 43px 0;
}

.mod-passedHeader__logo {
  margin: 0;
  text-align: center;
}

.mod-passedHeader__logo img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.mod-passedHeader__logo a {
  display: inline-block;
}

/* ---------------------------
* Module ppassedFooter
* --------------------------- */
.mod-passedFooter {
  background: #424242;
  height: 116px;
}

.mod-passedFooter__Copy {
  width: 1000px;
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.0rem;
  color: #c2c2c2;
  margin: 0 auto;
  text-align: center;
  height: 116px;
  line-height: 11.6;
}

/* ---------------------------
* Module mission
* --------------------------- */
.mod-mission {
  background-color: #9a001b;
  overflow: hidden;
}

.mod-mission__main {
  max-width: 810px;
  margin: 0 auto;
  color: #FFF;
  padding: 85px 20px 0;
}

.mod-mission__heading {
  margin: 0 0 40px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 600;
  font-size: 34px;
  text-align: center;
}

.mod-mission__mission {
  margin: 0 0 50px;
}

.mod-mission__description {
  position: relative;
  padding-bottom: 0;
  overflow: hidden;
}

.mod-mission__descriptionInner {
  position: relative;
  margin: 0 auto;
  padding: 0 20px;
  color: #FFF;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  background-color: #9a001b;
}

.mod-mission__title {
  margin: 0 auto 20px;
  font-weight: 400;
  font-size: 38px;
  width: 600px;
}

.mod-mission__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 2.223;
  width: 600px;
  margin: 0  auto;
}

.mod-mission__index {
  background-color: #fff;
  margin: 0 auto;
  background-image: url(../img/mod-mission/bg-red.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  position: relative;
  background-color: #f6f7f7;
  padding: 17% 0 0;
  overflow: hidden;
}

.mod-mission__indexInner {
  position: relative;
  margin: 0 auto;
  padding: 0 20px;
}

.mod-mission__indexTitle {
  margin: 0 auto 40px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 600;
  font-size: 26px;
  line-height: 1.538;
  text-align: center;
  max-width: 800px;
}

.mod-mission__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  max-width: 800px;
  margin: 0 auto;
}

.mod-mission__list li {
  display: inline-block;
}

.mod-mission__list li a {
  display: block;
  color: inherit;
  text-decoration: none;
  text-align: center;
}

.mod-mission__list li .text {
  display: block;
  margin: 10px 0 0;
  padding: 0 24px 0 0;
  color: #4d4d4d;
  font-size: 16px;
  background: url(../img/base/icon-btn-arrow.png) no-repeat 100% 50%;
}

.mod-mission .missionbg {
  width: 100%;
  height: 100%;
  background-color: #fff;
  margin: 0 auto;
  background-image: url(../img/footer/arrow-shape.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  border-top: 1px solid #484443;
}

/* ---------------------------
* Module simulation
* --------------------------- */
.mod-simulation {
  background-color: #f7f8f1;
}

.mod-simulation__inner {
  max-width: 1340px;
  margin: 0 auto;
  padding: 120px 20px 60px;
  overflow-x: hidden;
}

.mod-simulation__heading {
  margin: 0 0 20px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 600;
  color: #1a1a1a;
  font-size: 3.4rem;
  text-align: center;
}

.mod-simulation__description {
  max-width: 990px;
  margin: 0 auto 20px;
  text-align: center;
}

.mod-simulation__wrap {
  margin: 100px 0 30px;
  display: -webkit-box;
  display: flex;
}

.mod-simulation__figure {
  margin: 0 20px 20px 0;
  width: 49.92537%;
  text-align: center;
}

.mod-simulation__contents {
  width: 48.50746%;
}

.mod-simulation__item {
  background-color: #fff;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  margin: 0 0 20px;
}

.mod-simulation__thumbnail {
  margin: 0;
  width: 35.38462%;
  -webkit-box-ordinal-group: 2;
          order: 1;
}

.mod-simulation__thumbnail img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.mod-simulation__main {
  box-sizing: border-box;
  width: 64.61538%;
  padding: 15px 30px;
  -webkit-box-ordinal-group: 1;
          order: 0;
}

.mod-simulation__title {
  position: relative;
  margin: 0 0 10px;
  padding: 0 0 0 47px;
  color: #1a1a1a;
  font-size: 1.8rem;
  line-height: 1.667;
}

.mod-simulation__title .num {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  background-color: #9a001b;
  color: #FFF;
  width: 30px;
  border-radius: 100%;
  font-size: 16px;
  line-height: 1.875;
  text-align: center;
}

.mod-simulation__text {
  margin: 10px 0 0;
  font-size: 1.6rem;
  line-height: 1.875;
}

.mod-simulation__button {
  margin-top: 30px;
  margin-bottom: 0;
}

/* ---------------------------
* Module access
* --------------------------- */
.mod-access {
  max-width: 1000px;
  margin: 90px auto;
  padding: 0 20px;
}

.mod-access__title {
  margin: 0 0 40px;
  color: #1a1a1a;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 600;
  font-size: 3.4rem;
  line-height: 1.471;
  text-align: center;
}

.mod-access__data {
  margin: 0 0 1em;
  color: #4d4d4d;
  font-size: 1.6rem;
  line-height: 1.875;
  text-align: center;
}

.mod-access__data2 {
  position: relative;
  margin: 0 0 25px;
  padding: 0 0 0 50px;
  color: #4d4d4d;
  font-size: 1.6rem;
  line-height: 1.875;
}

.mod-access__data2 .icon {
  position: absolute;
  top: -9px;
  left: 0;
  display: inline-block;
  line-height: 2.125;
  width: 34px;
  height: 34px;
  text-align: center;
}

.mod-access__data2 .icon img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}

.mod-access__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.mod-access__list li {
  width: 48%;
  margin-left: 4%;
  padding: 30px 0 20px;
  border-top: 1px solid #e5e5e5;
}

.mod-access__list li:nth-child(2n+1) {
  margin-left: 0;
}

.mod-access__list li:nth-child(1), .mod-access__list li:nth-child(2) {
  border-top: none;
  padding-top: 0;
}

.mod-access__maplink {
  margin: 20px 0;
}

/* ---------------------------
* Module photos
* --------------------------- */
.mod-photos {
  margin: 0 0 80px;
}

.mod-photos__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  overflow-x: hidden;
}

.mod-photos__heading {
  margin: 0 0 60px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 600;
  color: #1a1a1a;
  font-size: 3.4rem;
  text-align: center;
}

.mod-photos__wrap {
  list-style: none;
  margin: -35px 0 0;
  margin-left: -1.96078%;
  padding: 0;
  overflow: hidden;
}

.mod-photos__item {
  margin: 0;
  float: left;
  width: 48.03922%;
  margin-left: 1.96078%;
  margin-top: 35px;
}

.mod-photos__item figcaption {
  display: block;
  margin: 5px 0 0;
  font-size: 1.3rem;
  line-height: 1.923;
}

/* ---------------------------
* Module club
* --------------------------- */
.mod-club {
  background-color: #f6f7f7;
}

.mod-club__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 130px 0 50px;
  overflow: hidden;
}

.mod-club__section {
  margin: 0 0 80px;
}

.mod-club__heading {
  margin: 0 0 55px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 600;
  color: #1a1a1a;
  font-size: 3.4rem;
}

.mod-club__list {
  list-style: none;
  margin: -20px 0 40px -35px;
  padding: 0;
  overflow: hidden;
}

.mod-club__list a {
  display: block;
  color: inherit;
  font-weight: normal;
  text-decoration: none;
}

.mod-club__list li {
  float: left;
  width: 310px;
  margin: 20px 0 0 35px;
}

.mod-club__list li:nth-child(3n+1) {
  clear: both;
}

.mod-club__title {
  box-sizing: border-box;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  min-height: 106px;
  margin: 0;
  padding: 5px 30px;
  background-color: #ffffff;
  border-top: 2px solid #9a001b;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 400;
  color: #1a1a1a;
  font-size: 2.4rem;
  line-height: 1.458;
}

.mod-club__image {
  margin: 0;
}

.mod-club__notes {
  text-indent: -1.2em;
  padding-left: 1.2em;
  margin: 15px 0 10px;
  color: #999999;
  font-size: 1.3rem;
  line-height: 1.538;
}

/* ---------------------------
* Module studentnavi
* --------------------------- */
.mod-studentnavi__inner {
  max-width: 1185px;
  margin: 0 auto;
  padding: 100px 0 50px;
}

.mod-studentnavi__list {
  list-style: none;
  margin: -30px 0 0;
  padding: 0;
  overflow: hidden;
}

.mod-studentnavi__list li {
  float: left;
  width: 31.22363%;
  margin: 30px 0 0;
  margin-left: 2.95359%;
}

.mod-studentnavi__list li a {
  position: relative;
  display: -webkit-box;
  display: flex;
  font-weight: normal;
  color: inherit;
  text-decoration: none;
}

.mod-studentnavi__list li:nth-child(3n+1) {
  clear: both;
  margin-left: 0;
}

.mod-studentnavi__icon {
  margin: 0 28px 0 0;
  width: 100px;
}

.mod-studentnavi__icon img {
  border-radius: 100%;
}

.mod-studentnavi__main {
  position: relative;
}

.mod-studentnavi__main:after {
  margin: 5px 0 0;
  display: block;
  content: '';
  width: 30px;
  height: 30px;
  background: url("..//img/mod-studentnavi/icon-arrow.png") no-repeat 0 0;
}

.mod-studentnavi__name {
  margin: 0;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 600;
  font-size: 1.8rem;
}

.mod-studentnavi__name .name {
  font-weight: bold;
  font-size: 2.4rem;
  margin-right: 0.5em;
}

.mod-studentnavi__subject {
  margin: 0;
  font-size: 1.4rem;
}

.mod-studentnavi__subject .subject {
  display: inline-block;
  font-size: 1.8rem;
}

.mod-studentnavi__subject .year {
  display: inline-block;
}

/* ---------------------------
* Module voice
* --------------------------- */
.mod-voice {
  background-color: #f2f2f2;
  overflow: hidden;
}

.mod-voice__inner {
  position: relative;
  max-width: 1338px;
  margin: 0 auto;
  padding: 140px 70px 0;
}

.mod-voice__inner:after {
  content: ".";
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
}

.mod-voice__item {
  position: relative;
  box-sizing: border-box;
  background-color: #fff;
  max-width: 1180px;
  padding: 0 5.23169%;
  margin: 0 auto 120px;
}

.mod-voice__item:after {
  content: ".";
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
}

.mod-voice__head {
  position: relative;
  margin: 0;
}

.mod-voice__profile {
  margin: 0 0 45px 360px;
  padding: 55px 0 0;
  min-height: 190px;
}

.mod-voice__image {
  position: absolute;
  top: -80px;
  left: 0;
  margin: 0 50px 0 0;
  width: 320px;
}

.mod-voice__image img {
  display: block;
  box-sizing: border-box;
  border-radius: 100%;
  border: 10px solid #FFF;
}

.mod-voice__name {
  margin: 0;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 600;
  font-size: 2.4rem;
}

.mod-voice__name .name {
  font-weight: bold;
  font-size: 4rem;
  margin-right: 0.5em;
}

.mod-voice__subject {
  margin: 0;
  font-size: 1.6rem;
}

.mod-voice__subject .subject {
  display: inline-block;
  font-size: 2rem;
}

.mod-voice__subject .year {
  display: inline-block;
}

.mod-voice__profileText {
  margin: 10px 0 0;
  color: #4c4c4c;
  font-size: 1.6rem;
  line-height: 1.875;
}

.mod-voice__balloon {
  position: relative;
  box-sizing: border-box;
  max-width: 1020px;
  margin: 0 auto 80px;
  border-radius: 20px;
  padding: 20px;
  background-color: #f8f8f8;
  font-size: 3rem;
  line-height: 1.5;
  text-align: center;
}

.mod-voice__balloon:before {
  position: absolute;
  top: -30px;
  left: 270px;
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 0 0 30px;
  border-color: transparent transparent transparent #f8f8f8;
}

.mod-voice__interview {
  margin: 0 0 80px;
}

.mod-voice__interview:after {
  content: ".";
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
}

.mod-voice__interview.imageLeft .mod-voice__main {
  float: left;
  width: 61.53846%;
  max-width: 640px;
  padding-left: 40px;
  padding-right: 14.42308%;
  min-height: 357px;
}

.mod-voice__interview.imageLeft .mod-voice__photo {
  position: relative;
  right: -6.63462%;
  float: right;
  margin-right: -6.73077%;
  margin-top: -357px;
  width: 63.46154%;
}

.mod-voice__interview.imageRight .mod-voice__main {
  float: right;
  width: 61.53846%;
  max-width: 640px;
  padding-right: 40px;
  padding-left: 14.42308%;
  min-height: 357px;
}

.mod-voice__interview.imageRight .mod-voice__photo {
  position: relative;
  left: -6.63462%;
  float: left;
  margin-left: -6.73077%;
  margin-top: -357px;
  width: 63.46154%;
}

.mod-voice__photo {
  box-sizing: border-box;
  margin: 0;
  width: 63.46154%;
  padding: 10px;
  background-color: #FFF;
  text-align: center;
}

.mod-voice__photo img {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.mod-voice__main {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  padding: 80px 40px;
  box-sizing: border-box;
}

.mod-voice__main:before, .mod-voice__main:after {
  display: block;
  content: '';
  width: 100%;
  height: 40px;
  border: 3px solid #cccccc;
  box-sizing: border-box;
}

.mod-voice__main:before {
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: none;
}

.mod-voice__main:after {
  position: absolute;
  left: 0;
  bottom: 0;
  border-top: none;
}

.mod-voice__main p {
  font-size: 1.3rem;
  line-height: 1.846;
  margin: 36px 0 0 0;
}

.mod-voice__qa {
  margin: 0;
}

.mod-voice__qa dt {
  position: relative;
  margin: 0 0 20px;
  padding: 0 0 0 60px;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.8;
}

.mod-voice__qa dt:before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  content: '';
  width: 36px;
  height: 27px;
  background: url("../img/mod-voice/icon-q.png") no-repeat 0 0;
}

.mod-voice__qa dd {
  position: relative;
  margin: 0 0 20px;
  padding: 0 0 0 60px;
  font-size: 2rem;
  line-height: 1.8;
}

.mod-voice__qa dd:before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  content: '';
  width: 36px;
  height: 27px;
  background: url("../img/mod-voice/icon-a.png") no-repeat 0 0;
}

.mod-voice__notes {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mod-voice__notes li {
  position: relative;
  padding-left: 60px;
  color: #4c4c4c;
  font-size: 1.3rem;
  line-height: 1.846;
}

.mod-voice__notes li .num {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 40px;
  text-align: right;
}

/* ---------------------------
* Module timeschedule
* --------------------------- */
.mod-timeschedule {
  position: relative;
  background-color: #f6f7f7;
  overflow: hidden;
}

.mod-timeschedule:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: '';
  width: 100%;
  min-height: 333px;
  padding-top: 20.8125%;
  background: #FFF url("../img/mod-timeschedule/bg.png") no-repeat 50% 100%;
  background-size: contain;
  box-sizing: border-box;
}

.mod-timeschedule__inner {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}

.mod-timeschedule__head {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 0 0 55px;
}

.mod-timeschedule__icon {
  margin: 0 120px 0 0;
}

.mod-timeschedule__icon img {
  border-radius: 100%;
}

.mod-timeschedule__name {
  margin: 0 0 43px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 600;
  font-size: 2.0rem;
}

.mod-timeschedule__name .name {
  font-weight: bold;
  font-size: 3.4rem;
  margin-right: 0.5em;
}

.mod-timeschedule__subject {
  margin: 0;
  font-size: 1.4rem;
}

.mod-timeschedule__subject .subject {
  display: inline-block;
  font-size: 1.8rem;
}

.mod-timeschedule__subject .year {
  display: inline-block;
}

.mod-timeschedule__body {
  margin: 0 0 90px;
}

.mod-timeschedule__heading {
  margin: 0 0 25px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: bold;
  font-size: 2.8rem;
  text-align: center;
}

.mod-timeschedule__swipe {
  display: none;
  margin: 0 0 20px;
  color: #4c4c4c;
  font-size: 1.3rem;
  text-align: center;
}

.mod-timeschedule__timeschedule {
  margin: 0 0 90px;
  background-color: #fff;
}

.mod-timeschedule__timescheduleImage {
  width: 1000px;
  margin: 0;
}

.mod-timeschedule__item {
  margin: 0 0 50px;
}

.mod-timeschedule__title {
  margin: 0 0 25px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 2.4rem;
}

.mod-timeschedule__wrap {
  display: -webkit-box;
  display: flex;
}

.mod-timeschedule__figure {
  margin: 0 30px 0 0;
  width: 320px;
}

.mod-timeschedule__contents {
  width: 630px;
}

.mod-timeschedule__contents > p {
  margin-top: 0;
  font-size: 1.4rem;
  line-height: 2.142;
}

/* ---------------------------
* Module interview
* --------------------------- */
.mod-interview {
  position: relative;
  background-color: #f6f7f7;
}

.mod-interview__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 0 30px;
  overflow: hidden;
}

.mod-interview__heading {
  margin: 0 0 35px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: bold;
  font-size: 2.8rem;
  text-align: center;
}

.mod-interview__balloon {
  margin: 0 0 20px;
  display: -webkit-box;
  display: flex;
}

.mod-interview__icon {
  -webkit-box-flex: 0;
          flex: 0 0 140px;
  margin: 0 60px 0 40px;
}

.mod-interview__icon img {
  border-radius: 100%;
}

.mod-interview__main {
  position: relative;
  border-radius: 20px;
  padding: 35px 50px;
  background-color: #fff;
}

.mod-interview__main > p {
  margin: 0;
  font-size: 1.6rem;
  line-height: 2.1875;
}

.mod-interview__main:before {
  position: absolute;
  top: 50px;
  left: -20px;
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16.5px 28px 16.5px 0;
  border-color: transparent #FFF transparent transparent;
}

/* ---------------------------
* Module emergency
* --------------------------- */
.mod-emergency {
  background-color: #ffdd00;
  position: relative;
  z-index: 1;
}

.mod-emergency__inner {
  max-width: 1340px;
  margin: 0 auto;
  padding: 13px 20px 0;
  font-size: 13px;
  line-height: 1.538;
  overflow: hidden;
}

.mod-emergency p {
  margin-top: 10px;
}

.mod-emergency__icon {
  position: relative;
  top: -3px;
  margin: 0 13px 0 0;
  display: inline-block;
  background-color: #1a1a1a;
  border-radius: 3px;
  min-width: 130px;
  color: #FFF;
  font-size: 13px;
  line-height: 2.308;
  text-align: center;
  vertical-align: middle;
}

.mod-emergency__title {
  display: inline-block;
  margin: 0;
  color: #1a1a1a;
  font-size: 16px;
  line-height: 1.875;
}

/* ---------------------------
* Module publication
* --------------------------- */
.mod-publication {
  background-color: #c71030;
  position: relative;
  z-index: 1;
}

.mod-publication__inner {
  max-width: 1340px;
  margin: 0 auto;
  padding: 23px 20px 20px;
  overflow: hidden;
  display: -webkit-box;
  display: flex;
}

.mod-publication__head {
  margin-right: 44px;
}

.mod-publication__title {
  margin: 0;
  color: #FFF;
  font-size: 28px;
  line-height: 1.428;
}

.mod-publication__title .sub {
  font-size: 18px;
  vertical-align: middle;
}

.mod-publication__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mod-publication__list li {
  font-size: 13px;
  line-height: 1.924;
}

.mod-publication__list li a {
  display: inline;
  padding-right: 20px;
  color: #FFF;
  background-image: url("../img/base/icon-arrow-white-right.png");
  background-repeat: no-repeat;
  background-position: 100% 50%;
}

@media screen and (max-width: 48em) {
  /* ---------------------------
* Mobile
* --------------------------- */
  html .entry > p {
    width: auto;
    padding: 0 15px 13px;
    margin: 0 auto;
    font-size: 1.5rem;
    line-height: 1.73;
  }
  html .entry > ul,
  html .entry > ol {
    width: auto;
    padding: 0 0 13px 40px;
    margin: auto;
  }
  body {
    width: 100%;
    min-width: 320px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  body.page-00 {
    padding: 21.5% 0 0;
  }
  body .pc-only {
    display: none;
  }
  body .sp-only {
    display: block;
  }
  body .br-sp {
    display: block;
  }
  body .base-page--top {
    position: static;
    padding-top: 0;
  }
  a:hover {
    opacity: 1;
  }
  /*  base
---------------*/
  .base-page {
    min-width: 0;
    overflow-y: hidden;
    z-index: 1;
    background: #fff;
    /*--- topへ戻る ---*/
  }
  .base-page #page-top {
    position: fixed;
    bottom: 30px;
    right: 15px;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    background-image: none;
  }
  .base-page #page-top a {
    z-index: 100;
    position: relative;
    cursor: pointer;
    width: 40px;
    display: block;
  }
  .base-page #page-top img {
    width: 40px;
    height: 40px;
  }
  .sp-nav-opened .base-main {
    z-index: -1;
    position: relative;
  }
}

@media screen and (max-width: 48em) and (max-width: 1340px) {
  .wgt-freearea .msgWrapper .msgArea .msgTxtBox {
    width: 95%;
    padding-right: 3%;
    margin: 0 auto;
  }
  .wgt-freearea .msgWrapper .msgArea .msgTxt {
    width: auto;
    margin: 0;
    padding: 0;
  }
}

@media screen and (max-width: 48em) {
  .wgt-freearea .column > p:not(.column2) {
    width: auto;
    padding: 0 15px 13px;
    margin: 0 auto;
    font-size: 1.5rem;
    line-height: 1.73;
  }
  .wgt-freearea .column > ul:not(.column2),
  .wgt-freearea .column > ol:not(.column2) {
    width: auto;
    padding: 0 0 13px 40px;
    margin: auto;
  }
  .wgt-freearea__inner {
    margin: 50px auto 0;
    padding: 0;
  }
  .wgt-freearea__inner.mission-mt {
    padding-top: 60px;
  }
  .wgt-freearea__title {
    width: auto;
  }
  .wgt-freearea__title h2 {
    font-size: 2.0rem;
    line-height: 1.5;
    padding-bottom: 30px;
  }
  .wgt-freearea__title h3 {
    font-size: 1.7rem;
    padding-bottom: 15px;
    margin: 0 0 28px 0;
  }
  .wgt-freearea__title h4 {
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 50px;
  }
  .wgt-freearea__imagegroupBox {
    max-width: initial !important;
    width: auto;
    padding: 0 15px;
    display: block;
    padding-bottom: 0;
  }
  .wgt-freearea .detailTitle {
    width: auto;
    font-size: 2.0rem;
    line-height: 1.5;
    padding: 50px 15px 30px;
    margin: 0;
  }
  .wgt-freearea__imageGroup {
    padding-bottom: 48px;
  }
  .wgt-freearea__imageGroup h5 {
    font-size: 1.8rem;
    line-height: 1.6;
    padding: 0 10px 21px 0;
    margin: 0;
  }
  .wgt-freearea__imageGroup p {
    font-size: 1.5rem;
    line-height: 1.73;
  }
  .wgt-freearea__image figcaption {
    line-height: 1.626;
    padding: 20px 0 26px;
  }
  .wgt-freearea__imageTextbox {
    padding-right: 0;
  }
  .wgt-freearea__imagegroupBox2 {
    max-width: initial !important;
    width: auto;
    padding: 0 15px;
    display: block;
    padding-bottom: 0;
  }
  .wgt-freearea__imagegroupBox2Inner {
    text-align: center;
  }
  .wgt-freearea__imageGroup2 {
    width: auto;
    padding: 0 0 48px 0;
  }
  .wgt-freearea__imageGroup2 h5 {
    font-size: 1.8rem;
    line-height: 1.6;
    padding: 0 10px 21px 0;
    margin: 0;
  }
  .wgt-freearea__imageGroup2 p {
    margin: 0;
    font-size: 1.5rem;
    line-height: 1.73;
  }
  .wgt-freearea__imageGroup2:nth-child(odd) {
    padding-right: 0;
  }
  .wgt-freearea__image2 figcaption {
    line-height: 1.626;
    padding: 20px 0 26px;
  }
  .wgt-freearea__imageTextbox2 {
    padding-right: 0;
  }
  .wgt-freearea__imagegroupBox3 {
    max-width: initial;
    width: auto;
    padding: 0 15px;
    display: block;
    padding-bottom: 20px;
  }
  .wgt-freearea__imageGroup3 {
    width: 48%;
    padding: 0 0 30px 0;
  }
  .wgt-freearea__imageGroup3 figure figcaption {
    padding: 10px 0 20px;
  }
  .wgt-freearea__imageGroup3:nth-child(odd) {
    padding-right: 10px !important;
  }
  .wgt-freearea__imageGroup3:nth-child(3n) {
    padding-right: 0;
  }
  .wgt-freearea__imageTextbox3 {
    letter-spacing: normal;
  }
  .wgt-freearea__imageTextbox3 h5 {
    margin: 0;
    padding: 0 0 18px;
    font-size: 1.8rem;
  }
  .wgt-freearea__imageTextbox3 p {
    font-size: 1.5rem;
    margin: 0;
    padding: 0 5px 0 0;
  }
  .wgt-freearea__imagegroupBox4 {
    max-width: initial;
    width: auto;
    padding: 0 15px 0;
    display: block;
  }
  .wgt-freearea__imagegroupBox4.col4w1340 {
    max-width: initial;
  }
  .wgt-freearea__imagegroupBox4 .imagegroup-title {
    font-size: 2.0rem;
    line-height: 1.5;
    padding-bottom: 36px;
    width: auto;
  }
  .wgt-freearea__imagegroupBox4 .imagegroup-subtitle {
    font-size: 1.5rem;
    line-height: 1.538;
    width: auto;
  }
  .wgt-freearea__imageGroup4 {
    width: 48%;
    padding-bottom: 50px;
  }
  .wgt-freearea__imageGroup4 figure figcaption {
    padding: 10px 10px 20px 0;
  }
  .wgt-freearea__imageTextbox4 {
    padding-right: 0;
  }
  .wgt-freearea__imageTextbox4 h5 {
    font-size: 1.8rem;
    padding-bottom: 15px;
    padding-right: 10px;
    margin: 0;
  }
  .wgt-freearea__imageTextbox4 p {
    font-size: 1.5rem;
    padding-right: 15px;
  }
  .wgt-freearea .messageArea {
    background: #9a001b;
  }
  .wgt-freearea .messageArea__detail {
    max-width: initial;
  }
  .wgt-freearea .messageArea__detailInner {
    max-width: initial;
    padding: 0;
    padding-bottom: 50px;
  }
  .wgt-freearea .messageArea__detailInner h2, .wgt-freearea .messageArea__detailInner h5 {
    font-size: 2.0rem;
    line-height: 1.5;
    padding: 50px 15px 30px;
  }
  .wgt-freearea .messageArea__detailInner p {
    font-size: 1.5rem;
    line-height: 1.730;
    padding: 0 15px 32px;
  }
  .wgt-freearea .messageArea__photo {
    position: relative;
  }
  .wgt-freearea .messageArea__photo img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
  .wgt-freearea .messageArea__photo .department-president {
    position: absolute;
    bottom: 20px;
    right: 0;
    left: 0;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    text-align: left;
    color: #fff;
    text-align: center;
  }
  .wgt-freearea .messageArea__photo .department-president .college {
    font-size: 1.5rem;
    margin: 0;
    padding: 0;
  }
  .wgt-freearea .messageArea__photo .department-president .president {
    font-size: 2.25rem;
    margin: 0;
    padding: 0;
  }
  .wgt-freearea .messageArea__photo .department-president .Official-position {
    font-size: 1.5rem;
    padding: 0;
  }
  .wgt-freearea .messageArea .department-col2 .col2-left,
  .wgt-freearea .messageArea .department-col2 .col2-right {
    width: 100%;
    padding-right: 0;
  }
  .wgt-freearea .messageArea.club {
    margin-top: 50px;
    overflow: hidden;
  }
  .wgt-freearea .messageArea.club .messageArea__detail {
    padding: 50px 15px 0;
  }
  .wgt-freearea .messageArea.club .messageArea__detailInner {
    max-width: none;
    padding: 0;
  }
  .wgt-freearea .messageArea.club .messageArea__detailInner h5 {
    margin: 0 0 25px;
    padding: 0;
    font-size: 2rem;
    line-height: 1.5;
  }
  .wgt-freearea .messageArea.club .messageArea__detailInner p {
    margin: 0 0 1em;
    font-size: 1.3rem;
    line-height: 1.731;
  }
  .wgt-freearea .messageArea.club .messageArea__detailInner .wgt-unit3__btn {
    margin: 40px 0 50px;
    overflow: visible;
  }
  .wgt-freearea .messageArea.club .messageArea__detailInner .wgt-unit3__btnBox {
    display: block;
    float: none;
    width: auto;
    margin: 0 0 10px;
  }
  .wgt-freearea .msgWrapper {
    flex-wrap: nowrap;
    display: block;
  }
  .wgt-freearea .msgWrapper .nameArea {
    width: 100%;
  }
  .wgt-freearea .msgWrapper .nameArea img {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-transform: none;
            transform: none;
  }
  .wgt-freearea .msgWrapper .nameArea .department-president {
    position: absolute;
    bottom: 20px;
    right: 0;
    left: 0;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    text-align: left;
    color: #fff;
    text-align: center;
  }
  .wgt-freearea .msgWrapper .nameArea .department-president .college {
    font-size: 1.5rem;
    margin: 0;
    padding: 0;
  }
  .wgt-freearea .msgWrapper .nameArea .department-president .president {
    font-size: 2.25rem;
    margin: 0;
    padding: 0;
  }
  .wgt-freearea .msgWrapper .nameArea .department-president .Official-position {
    font-size: 1.5rem;
    padding: 0;
  }
  .wgt-freearea .msgWrapper .msgArea {
    width: 100%;
  }
  .wgt-freearea .msgWrapper .msgArea .msgTxtBox {
    width: 100%;
    padding: 0;
  }
  .wgt-freearea .msgWrapper .msgArea .msgTxtBox .msgTxt h2, .wgt-freearea .msgWrapper .msgArea .msgTxtBox .msgTxt h5 {
    font-size: 2.0rem;
    line-height: 1.5;
    padding: 50px 15px 30px;
  }
  .wgt-freearea .msgWrapper .msgArea .msgTxtBox .msgTxt p {
    font-size: 1.5rem;
    line-height: 1.730;
    padding: 0 15px 32px;
  }
  .wgt-freearea .msgWrapper .msgArea .msgTxtBox .department-col2 .col2-left,
  .wgt-freearea .msgWrapper .msgArea .msgTxtBox .department-col2 .col2-right {
    width: 100%;
    padding-right: 0;
  }
  .wgt-freearea__passedBox {
    width: auto;
    margin: 0 auto;
    text-align: center;
    padding: 0 15px;
  }
  .wgt-freearea__passedBox .passed_col1 .btn-3-1 {
    width: 100%;
    font-size: 1.6rem;
  }
  .wgt-freearea__passedBox .passed_col1 .btn-3-1 a {
    width: 100%;
  }
  .wgt-freearea__passedBox .passed_col1 .mb100 {
    margin-bottom: 50px;
  }
  .wgt-freearea__passedBox .passed_col1 .mb140 {
    margin-bottom: 75px;
  }
  .wgt-freearea__passedBox .passed_col1 h3 {
    font-size: 2.0rem;
    margin: 0 0 30px 0;
  }
  .wgt-freearea__passedSchedule {
    width: auto;
    margin: 0 auto;
    text-align: center;
    padding: 0 15px;
  }
  .wgt-freearea__passedSchedule h3 {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-size: 2.0rem;
    margin: 0 0 30px 0;
  }
  .wgt-freearea__passedSchedule h4 {
    color: #c71030;
    font-size: 1.7rem;
    margin: 0 0 30px 0;
    font-weight: bold;
  }
  .wgt-freearea__passedSchedule .passed-colwrap {
    display: block;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
  .wgt-freearea__passedSchedule .passed-tablecol2 {
    flex-wrap: nowrap;
  }
  .wgt-freearea__passedSchedule .passed-department {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 30px;
  }
  .wgt-freearea__passedSchedule .passed-department th, .wgt-freearea__passedSchedule .passed-department td {
    border: 1px solid #dddddd;
    padding: 20px 0;
    text-align: center;
    display: block;
  }
  .wgt-freearea__passedSchedule .passed-department th {
    width: 100%;
    box-sizing: border-box;
  }
  .wgt-freearea__passedSchedule .passed-department .department-head {
    color: #fff;
    font-size: 1.7rem;
    font-weight: bold;
    padding: 20px 0 25px;
    text-align: center;
  }
  .wgt-freearea__passedSchedule .passed-department td a {
    font-weight: normal;
  }
  .wgt-freearea__passedSchedule .passed-department td a[href$=".pdf"] {
    background: url(../img/base/icon-pdf.png) no-repeat 100% 50%;
    padding-right: 20px;
    margin-right: 5px;
    background-size: contain;
  }
  .wgt-freearea__passedSchedule .passed-department:last-child {
    margin-bottom: 50px;
  }
  .wgt-textarea__inner a {
    color: #9a001b;
  }
  .wgt-textarea__inner a:hover {
    text-decoration: none;
  }
  .wgt-textarea__type1 {
    width: auto;
    margin: 0 auto 50px;
    padding: 0 15px;
  }
  .wgt-textarea__type1 p {
    font-size: 1.5rem;
    line-height: 1.73;
  }
  .wgt-textarea .passedText {
    text-align: center;
    width: auto;
  }
  .wgt-textarea .passedText .mb42 {
    margin-bottom: 42px;
  }
  .wgt-textarea__type2 {
    margin-bottom: 0;
  }
  .wgt-textarea__type2 p {
    font-size: 1.5rem;
    line-height: 1.73;
  }
  .wgt-textarea__type2Inner {
    width: auto;
    padding: 50px 15px 50px;
  }
  .wgt-textarea__type2Inner h5 {
    color: #fff;
    font-size: 1.8rem;
    padding-bottom: 18px;
    line-height: 1.6;
    margin: 0;
  }
  .wgt-textarea__type2Inner p {
    font-size: 1.5rem;
    line-height: 1.73;
  }
  .wgt-textarea__type3 {
    margin: 0 15px;
    padding-top: 50px;
  }
  .wgt-textarea__type3Inner {
    width: auto;
    margin: 0 auto 47px;
    padding: 18px 15px 10px;
  }
  .wgt-textarea__type3Inner p {
    font-size: 1.5rem;
    line-height: 1.73;
  }
  .wgt-textarea__type4 {
    margin-bottom: 0;
    padding-bottom: 17px;
  }
  .wgt-textarea__type4Inner {
    width: auto;
    padding: 0 15px;
  }
  .wgt-textarea__type4Inner dl {
    width: auto;
  }
  .wgt-textarea__type4Inner dl dt,
  .wgt-textarea__type4Inner dl dd {
    line-height: 1.73;
    padding-bottom: 33px;
  }
  .wgt-textarea__type4Inner dl dt {
    font-family: "Nunito Sans", sans-serif;
    font-weight: bold;
    width: 50px;
    float: left;
  }
  .wgt-textarea__type4Inner dl dd {
    margin-left: 50px;
  }
  .wgt-textarea__type5 > .wgt-textarea__col2 > div > p {
    font-size: 1.5rem;
    line-height: 1.73;
  }
  .wgt-textarea__col2 {
    width: auto;
    padding: 0 15px;
    margin: 0 0 70px;
  }
  .wgt-textarea__col2 div {
    line-height: 2.5;
  }
  .wgt-textarea__col2 div p {
    margin: 0;
  }
  .wgt-textarea__col2 .col2-left {
    width: 100%;
    margin-right: 0;
    padding-bottom: 30px;
  }
  .wgt-textarea__col2 .col2-right {
    width: 100%;
  }
  .wgt-table {
    margin: 0 15px 50px;
    padding-bottom: 0;
  }
  .wgt-table__type1 table {
    width: 100%;
    border-top: 1px solid #c2c2c2;
    border-collapse: collapse;
  }
  .wgt-table__type1 table tr {
    border-bottom: 1px solid #c2c2c2;
  }
  .wgt-table__type1 table th, .wgt-table__type1 table td {
    height: auto;
    line-height: 1.4;
    text-align: left;
    padding-left: 18px;
    display: block;
    font-size: 1.5rem;
  }
  .wgt-table__type1 table th {
    background: #f6f7f7;
    width: auto;
  }
  .wgt-table__type1 table td {
    width: auto;
  }
  .wgt-table__type2 {
    overflow: auto;
    white-space: nowrap;
  }
  .wgt-table__type2 table {
    width: 100%;
    border-collapse: collapse;
  }
  .wgt-table__type2 table tr {
    border-top: 1px solid #c2c2c2;
    border-right: 1px solid #c2c2c2;
  }
  .wgt-table__type2 table th, .wgt-table__type2 table td {
    width: 120px;
    height: auto;
    line-height: 1.4;
  }
  .wgt-table__type2 table th {
    background: #f6f7f7;
  }
  .wgt-table__type2::-webkit-scrollbar {
    height: 5px;
  }
  .wgt-table__type2::-webkit-scrollbar {
    height: 5px;
  }
  .wgt-table__type2::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }
  .wgt-table__type3 {
    overflow: auto;
    white-space: nowrap;
  }
  .wgt-table__type3 table {
    width: 100%;
  }
  .wgt-table__type3 table th, .wgt-table__type3 table td {
    width: 120px;
    line-height: 1.4;
    padding: 20px;
  }
  .wgt-table__type3 table th {
    background: #f6f7f7;
  }
  .wgt-table__type3::-webkit-scrollbar {
    height: 5px;
  }
  .wgt-table__type3::-webkit-scrollbar {
    height: 5px;
  }
  .wgt-table__type3::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }
  .wgt-unit {
    margin: 0 0 50px 0;
  }
  .wgt-unit__type1 {
    width: auto;
    padding: 0 15px;
  }
  .wgt-unit__leftImage {
    width: 100%;
    padding: 0 0 16px;
    margin: 0 auto;
  }
  .wgt-unit__leftImage figure {
    display: table;
    margin: 0 auto;
  }
  .wgt-unit__leftImage figure img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
    padding-bottom: 15px;
  }
  .wgt-unit__leftImage figure figcaption {
    font-size: 1.3rem;
    line-height: 1.636;
    padding: 0 0 30px 0;
    display: table-caption;
    caption-side: bottom;
  }
  .wgt-unit__rightText {
    padding: 0;
  }
  .wgt-unit__rightText p {
    font-size: 1.5rem;
    line-height: 1.73;
  }
  .wgt-unit__type2 {
    width: auto;
    padding: 0 15px;
  }
  .wgt-unit__rightImage {
    width: 100%;
    padding: 0 0 16px;
    margin: 0 auto;
  }
  .wgt-unit__rightImage figure {
    display: table;
    margin: 0 auto;
  }
  .wgt-unit__rightImage figure img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
    padding-bottom: 15px;
  }
  .wgt-unit__rightImage figure figcaption {
    font-size: 1.3rem;
    line-height: 1.636;
    padding: 0 0 30px 0;
    display: table-caption;
    caption-side: bottom;
  }
  .wgt-unit__leftText {
    padding: 0;
  }
  .wgt-unit__leftText p {
    font-size: 1.5rem;
    line-height: 1.73;
  }
  .wgt-unit2__inner {
    width: auto;
  }
  .wgt-unit2__type1 {
    padding: 50px 15px 45px;
  }
  .wgt-unit2__type1Title h2 {
    font-size: 2.0rem;
    line-height: 1.470;
    margin: 0;
    padding-bottom: 20px;
  }
  .wgt-unit2__type1Title p {
    margin: 0;
    font-size: 1.5rem;
    line-height: 1.73;
    padding-bottom: 40px;
  }
  .wgt-unit2__type1movieBox {
    position: relative;
    height: 0;
    padding: 30px 0 56.25%;
    overflow: hidden;
    margin: 0 0 20px;
  }
  .wgt-unit2__type1movieBox iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .wgt-unit2__type1textBox h5 {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-size: 1.7rem;
    margin: 0;
    padding-bottom: 28px;
  }
  .wgt-unit2__type1textBox p {
    margin: 0;
    line-height: 1.875;
    font-size: 1.5rem;
  }
  .wgt-unit2__type2inner {
    width: auto;
    display: block;
    padding: 0 15px;
  }
  .wgt-unit2__type2Title h2 {
    font-size: 2.0rem;
    line-height: 1.470;
    padding: 0 15px 20px;
  }
  .wgt-unit2__type2Title p {
    font-size: 1.3rem;
    line-height: 1.73;
    padding-bottom: 40px;
  }
  .wgt-unit2__type2Box {
    width: auto;
    padding: 0;
  }
  .wgt-unit2__type2Box:nth-child(even) {
    padding-right: 0;
  }
  .wgt-unit2__type2movieBox {
    margin: 0 0 20px;
    padding-bottom: 28px;
    position: relative;
    height: 0;
    padding: 30px 0 56.25%;
    overflow: hidden;
  }
  .wgt-unit2__type2movieBox iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .wgt-unit2__type2textBox {
    padding: 0 0 46px 0;
  }
  .wgt-unit2__type2textBox h5 {
    font-size: 1.6rem;
    line-height: 1.666;
  }
  .wgt-unit2__type2textBox p {
    margin: 0;
    line-height: 1.73;
    font-size: 1.5rem;
  }
  .wgt-unit3.topSpaceType01 .wgt-unit3__inner {
    padding-top: 45px;
  }
  .wgt-unit3__inner {
    width: auto;
    text-align: center;
  }
  .wgt-unit3__map {
    width: auto;
    height: 290px;
    padding: 50px 15px;
  }
  .wgt-unit3__map iframe {
    width: 100%;
    height: 290px;
  }
  .wgt-unit3__title {
    font-size: 2.0rem;
    line-height: 1.5;
    padding: 0 15px 20px;
  }
  .wgt-unit3__text {
    font-size: 1.5rem;
    line-height: 1.538;
    margin: 0;
    padding: 0 15px 30px;
  }
  .wgt-unit3__btn {
    padding: 0 15px 0px;
  }
  .wgt-unit3__btn.admissionbtn {
    max-width: initial;
    padding: 0 15px 70px;
  }
  .wgt-unit3__btn a[target="_blank"] {
    background: url(../img/base/icon-external_linkB.png) no-repeat 96% 50%;
    padding: 0;
    margin: 0;
  }
  .wgt-unit3__btn a:not([target="_blank"]) {
    background: url(../img/base/icon-btn-arrow.png) no-repeat 96% 50%;
  }
  .wgt-unit3__btn a[href$=".pdf"] {
    background: url(../img/base/icon-pdf.png) no-repeat 96% 50%;
  }
  .wgt-unit3__btn a[href$=".xlsx"], .wgt-unit3__btn a[href$=".xls"] {
    background: url(../img/base/icon-excel.png) no-repeat 96% 50%;
  }
  .wgt-unit3__btn a[href$=".docx"], .wgt-unit3__btn a[href$=".doc"] {
    background: url(../img/base/icon-word.png) no-repeat 96% 50%;
  }
  .wgt-unit3__btnBox {
    width: 100%;
    height: 70px;
    border: 1px solid #e6e6e6;
    color: #4c4c4c;
    display: inline-block;
  }
  .wgt-unit3__btnBox.boxwhite {
    width: 100%;
    max-width: initial;
    margin: 0 0 10px;
  }
  .wgt-unit3__btnBox a {
    color: #4c4c4c;
    text-decoration: none;
    display: block;
    box-sizing: border-box;
  }
  .wgt-unit3__btnImage {
    float: left;
    width: 70px;
    height: 70px;
    background: url("../img/wgt-unit/unit.png") no-repeat 50% 50%;
    background-size: 105%;
  }
  .wgt-unit3__btnImage:hover {
    background-image: url("../img/wgt-unit/unit.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100%;
    background-color: rgba(0, 0, 0, 0.3);
  }
  .wgt-unit3__btnText {
    width: 100%;
    height: 70px;
    padding: 0 40px 0 20px;
    line-height: 1.346;
    font-size: 1.4rem;
  }
  .wgt-unit3__btnText.text-white {
    font-size: 1.4rem;
    width: auto;
    padding: 0 40px 0 12px;
  }
  .wgt-unit3__btnset {
    padding: 0 15px 0px;
  }
  .wgt-unit3__btnsetList li {
    width: 100%;
    height: 70px;
    display: table;
  }
  .wgt-unit3__btnsetList li a {
    width: initial;
    height: 70px;
    font-size: 1.4rem;
    display: table-cell;
    vertical-align: middle;
    padding: 0 40px 0 30px !important;
  }
  .wgt-list {
    margin: 0 15px 10px;
  }
  .wgt-list__type1Inner {
    width: auto;
  }
  .wgt-list__type1Inner ul li {
    height: auto;
    line-height: 1.73;
    list-style-type: none;
    padding: 20px 15px;
    font-size: 1.5rem;
  }
  .wgt-list__type1Inner ul li:nth-child(2n+1) {
    background: #f2f2f2;
  }
  .wgt-list__type1Inner ul li:nth-child(2n) {
    background: #fafafa;
  }
  .wgt-list__type2Inner {
    width: auto;
  }
  .wgt-list__type2Inner ol {
    margin: 0 0 0 20px;
  }
  .wgt-list__type2Inner li {
    padding-bottom: 20px;
  }
  .wgt-list__type3Inner {
    width: auto;
  }
  .wgt-list__type3Inner ul {
    margin: 0 0 0 20px;
    width: auto;
  }
  .wgt-list__type3Inner ul li {
    line-height: 1.875;
    width: 100%;
    list-style-position: outside;
    padding-bottom: 17px;
  }
  .wgt-list__type4Inner {
    width: auto;
  }
  .wgt-list__type4Inner ol {
    margin: 0 0 0 20px;
    width: auto;
  }
  .wgt-list__type4Inner ol li {
    width: 100%;
    list-style-position: outside;
    padding-bottom: 20px;
  }
  .wgt-lead {
    margin-bottom: 50px;
  }
  .wgt-lead__inner {
    width: auto;
    padding: 50px 14px 30px;
  }
  .wgt-lead__text {
    font-size: 2rem;
  }
  .wgt-button {
    min-width: 230px;
    font-size: 1.4rem;
    line-height: 1.428;
  }
  .wgt-button a {
    min-width: 230px;
    padding-left: 10px !important;
    padding-right: 25px !important;
  }
  .wgt-button a:before {
    right: 10px !important;
  }
  .wgt-banner {
    margin: 25px auto 50px;
    max-width: 80.46875%;
    width: auto;
    display: table;
  }
  .wgt-banner a {
    display: inline-block;
    box-sizing: border-box;
  }
  .wgt-banner__item {
    display: block;
  }
  .wgt-banner__item.label {
    display: block;
    margin-top: -1%;
    margin-left: -1%;
  }
  .wgt-banner__item + .wgt-banner__item {
    margin-top: -1px;
  }
  /* ---------------------------
* Module keyvisual
* --------------------------- */
  .mod-keyvisual {
    position: relative;
    height: auto;
    overflow: hidden;
  }
  .mod-keyvisual__image {
    height: 290px;
    padding-top: 26%;
  }
  .mod-keyvisual__textbox {
    width: auto;
    max-width: initial;
    padding: 0 15px;
  }
  .mod-keyvisual__textboxInner {
    height: auto;
  }
  .mod-keyvisual__title {
    font-size: 2.25rem;
    line-height: 1.333;
  }
  .mod-keyvisual .nocate {
    padding: 30% 0 10%;
  }
  .mod-keyvisual__titleImg {
    font-size: 3.5rem;
    padding: 40% 0 15px;
  }
  .mod-keyvisual .passed {
    font-size: 2.6rem;
    text-align: left;
    color: #1a1a1a;
    padding: 96px 0 45px;
  }
  .mod-keyvisual__subtitleImg {
    font-size: 1.5rem;
    line-height: 1.8;
    padding-bottom: 70px;
  }
  /* ---------------------------
* Module header
* --------------------------- */
  .mod-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    min-width: 320px;
    padding: 0;
    z-index: auto;
  }
  .mod-header__inner {
    padding: 0;
    display: block;
    position: relative;
    width: 100%;
    -webkit-box-pack: start;
            justify-content: flex-start;
  }
  .mod-header__sitetitle {
    -webkit-box-flex: 0;
            flex: none;
    width: 68.75%;
    background: #fff;
    height: auto;
    float: left;
    display: block;
    -webkit-box-align: stretch;
            align-items: stretch;
  }
  .mod-header__sitetitle h1 {
    margin: 0;
  }
  .mod-header__main {
    width: auto;
    min-width: 320px;
  }
  .mod-header__submenu {
    display: none;
  }
  .mod-header__submenuInner {
    float: left;
  }
  .mod-header__infoBox {
    width: 100%;
  }
  .mod-header__info {
    color: #ffffff;
    padding-left: 40px;
  }
  .mod-header__infonavi {
    font-size: 1.3rem;
    display: -webkit-box;
    display: flex;
    padding: 8px 0;
    line-height: 1;
    margin: 0;
  }
  .mod-header__infonavi li {
    text-align: center;
  }
  .mod-header__infonavi li a {
    text-decoration: none;
    display: block;
    padding: 8px 30px 8px 50px;
  }
  .mod-header__objectPerson {
    width: 135px;
    height: 30px;
    background: url("../img/header/icon-arrow.png") no-repeat 28px 50%;
    background-color: #63605f;
    border-radius: 15px;
  }
  .mod-header__objectPerson a {
    color: #fff;
    display: block;
    box-sizing: border-box;
  }
  .mod-header__subnavi {
    font-size: 13px;
    font-size: 1.3rem;
    padding-left: 40px;
  }
  .mod-header__subnavi ul {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: flex;
  }
  .mod-header__subnavi ul li {
    color: #b0afaf;
    border-right: 1px solid #565352;
    padding: 0 10px;
  }
  .mod-header__subnavi ul li a {
    color: #b0afaf;
    text-decoration: none;
  }
  .mod-header__subnavi ul li:first-child {
    padding-left: 0;
  }
  .mod-header__subnavi ul li:last-child {
    border-right: none;
  }
  .mod-header__navi {
    width: 170px;
    float: right;
    height: 75px;
    padding: 0 0 0 10px;
    position: relative;
  }
  .mod-header__navi .searchbtnBox {
    width: 0;
  }
  .mod-header__navi input.search_text {
    width: 0;
    padding: 0;
    border: none;
  }
  .mod-header__navi input.search_text_open {
    background: #5b5b5b !important;
    width: 330px !important;
    height: 55px;
    border: none;
    margin-left: 20px;
    color: #fff;
    box-sizing: border-box;
    padding: 0 20px;
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .mod-header__navi input.search_btn {
    vertical-align: middle;
    position: absolute;
    top: 30px;
    right: 40px;
  }
  .mod-header__language {
    margin-left: 697px;
    color: #fff;
    display: -webkit-box;
    display: flex;
    padding: 0;
    margin: 0;
  }
  .mod-header__language li {
    padding: 0 5px;
    margin: 27px 5px;
    font-size: 1.3rem;
  }
  .mod-header__language li a {
    color: #fff;
    text-decoration: none;
  }
  .mod-header__language li.language-jp {
    border-bottom: 1px solid #fff;
  }
  .mod-header__language li.saerch-btn {
    padding: 0 35px;
  }
  .mod-header__language li.saerch-btn img {
    vertical-align: middle;
  }
  .mod-header__objectnavi_open {
    width: 270px;
    height: 320px;
    margin: 8px 0 0 0;
    padding: 0;
    background: #fff;
    z-index: 1000;
    position: relative;
  }
  .mod-header__objectnavi_open li {
    font-size: 1.4rem;
    line-height: 2.857;
    border-bottom: 1px solid #e5e5e5;
    text-align: left;
    background: url("../img/base/icon-arrow-black-right.png") no-repeat 250px 50%;
  }
  .mod-header__objectnavi_open li a {
    color: #9a001b;
    padding: 0;
    display: block;
    padding-left: 20px;
  }
  .mod-header__objectnavi_open li a:hover {
    color: #fff;
    background-color: #9a001b;
    background-image: url("../img/base/icon-arrow-white-right.png");
    background-repeat: no-repeat;
    background-position: 250px 50%;
    opacity: 1;
  }
  .mod-header__objectnavi {
    display: none;
  }
  /* ---------------------------
* Module globalnavi
* --------------------------- */
  .mod-globalnavi {
    display: none;
  }
  .mod-globalnavi__main {
    padding-left: 40px;
    position: relative;
  }
  .mod-globalnavi__main #slide-line {
    position: absolute;
    bottom: 0;
    height: 4px;
    background-color: #fff;
    transition: all .3s ease;
  }
  .mod-globalnavi__nav {
    height: 75px;
    margin: 0;
    padding: 0;
  }
  .mod-globalnavi__navitem {
    padding: 0;
    float: left;
    line-height: 4.5;
  }
  .mod-globalnavi__navitem a {
    color: #fff;
    text-decoration: none;
    border-right: 1px solid #ae3349;
    padding: 0 17px;
  }
  .mod-globalnavi__navitem:last-child {
    border-right: none;
  }
  /* ---------------------------
* Module mod-globalnaviSp
* --------------------------- */
  .mod-globalnaviSp__main {
    margin: 0;
    padding: 0;
    font-size: 0;
    z-index: 1;
    position: relative;
  }
  .mod-globalnaviSp__main .search-sp {
    background: #3e3a39;
  }
  .mod-globalnaviSp__main .gnavi-sp {
    background: #9a001b;
  }
  .mod-globalnaviSp__main li {
    display: inline-block;
    width: 15.625%;
  }
  .mod-globalnaviSp__main li img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
  .mod-globalnaviSp .searchbtnBox {
    position: relative;
    width: 100%;
    opacity: 0;
    transition: .3s;
  }
  .mod-globalnaviSp .searchbtnBox form {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    background: #3e3a39;
    padding: 10px;
  }
  .mod-globalnaviSp .searchbtnBox input.search_text {
    width: 100% !important;
    height: 40px;
    border: none;
    margin: 0;
    color: #fff;
    box-sizing: border-box;
    padding: 10px;
    background: url("https://www.google.com/cse/static/images/1x/googlelogo_lightgrey_46x16dp.png") 15px center no-repeat #5b5b5b !important;
    text-indent: 55px !important;
  }
  .mod-globalnaviSp .searchbtnBox input.search_text:focus {
    background: #5b5b5b !important;
    text-indent: 0px !important;
  }
  .mod-globalnaviSp .searchbtnBox input.search_btn {
    position: absolute;
    top: 22px;
    right: 20px;
  }
  .mod-globalnaviSp__list {
    width: 100%;
    overflow-x: hidden;
  }
  .mod-globalnaviSp__listInner {
    transition: .3s;
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
    margin: 0 0 0 30px;
    z-index: 1;
    position: relative;
  }
  .mod-globalnaviSp__menu1 {
    background: #9a001b;
    color: #fff;
    font-size: 1.3rem;
  }
  .mod-globalnaviSp__menu1 a {
    color: #fff;
    text-decoration: none;
    display: block;
  }
  .mod-globalnaviSp__menu1 ul {
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
  }
  .mod-globalnaviSp__menu1 ul li {
    height: 73px;
    border-bottom: 1px solid #ae3349;
  }
  .mod-globalnaviSp__menu1 ul li span.icon-img {
    display: block;
    margin: 10px;
  }
  .mod-globalnaviSp__menu1 ul .menu1-col {
    float: left;
    width: 50%;
    background: #9a001b;
    border-right: 1px solid #ae3349;
    box-sizing: border-box;
  }
  .mod-globalnaviSp__menu1 .lang {
    height: 50px;
    line-height: 3.8461;
  }
  .mod-globalnaviSp__menu1 .lang a {
    padding: 0 4px 4px;
    margin: 0 10px;
    display: inline-block;
  }
  .mod-globalnaviSp__menu1 .lang a span {
    padding: 0 4px 4px;
    margin: 0 10px;
  }
  .mod-globalnaviSp__menu1 .lang-current {
    border-bottom: 1px solid #fff;
  }
  .mod-globalnaviSp__menu1 .outline {
    height: 73px;
    font-size: 1.3rem;
    line-height: 5.6;
  }
  .mod-globalnaviSp__menu1 .outline img {
    padding-right: 20px;
    vertical-align: middle;
  }
  .mod-globalnaviSp__menu1 .outline a {
    display: block;
  }
  .mod-globalnaviSp__menu2 {
    font-size: 1.2rem;
    padding-bottom: 11%;
    background-image: url("../img/header/arrow-shape-bg.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
    background-color: #424242;
  }
  .mod-globalnaviSp__menu2 a {
    color: #b0afaf;
    text-decoration: none;
    display: block;
  }
  .mod-globalnaviSp__menu2 ul {
    width: 100%;
    margin: 0;
    padding: 0;
    display: inline-block;
  }
  .mod-globalnaviSp__menu2 ul li {
    box-sizing: border-box;
    float: left;
    width: 50%;
    background: #3e3a39;
    text-align: center;
    height: 40px;
    border-right: 1px solid #565352;
    border-bottom: 1px solid #565352;
    line-height: 3.333;
  }
  .mod-globalnaviSp__menu2 ul li a {
    height: 40px;
  }
  .mod-globalnaviSp__menu3 {
    clear: both;
  }
  .mod-globalnaviSp__menu3 ul {
    margin: 0;
    padding: 0;
  }
  .mod-globalnaviSp__menu3 ul li {
    background: #3e3a39;
    font-size: 1.2rem;
  }
  .mod-globalnaviSp__menu3 ul li a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 0 0 0 24px;
    height: 48px;
    line-height: 4;
  }
  .mod-globalnaviSp__menu3 ul li a img {
    vertical-align: middle;
    padding-right: 17px;
  }
  .mod-globalnaviSp__objectPerson {
    background: #3e3a39;
    font-size: 1.2rem;
    height: auto;
    box-sizing: border-box;
  }
  .mod-globalnaviSp__objectPerson img {
    vertical-align: middle;
    padding: 0;
  }
  .mod-globalnaviSp__objectPerson a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 0 0 0 48px;
    height: 48px;
    line-height: 4;
    border-bottom: 1px solid #565352;
  }
  .mod-globalnaviSp__objectPerson .is-close img {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
    padding: 2px 0 0 17px;
  }
  .mod-globalnaviSp__objectPerson:first-child {
    border-bottom: none;
  }
  .mod-globalnaviSp__objectnavi {
    display: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #565352;
  }
  .mod-globalnaviSp .objectnavi-list {
    margin: 0 25px 0 23px;
    height: 29px;
    border-bottom: 1px solid #565352;
  }
  .mod-globalnaviSp .objectnavi-list a {
    display: block;
    color: #fff;
    height: 29px;
    line-height: 2.416;
    padding: 0 0 0 27px;
  }
  .mod-globalnaviSp .objectnavi-list:last-child {
    border-bottom: none;
  }
  .mod-globalnaviSp__infoList a {
    border-bottom: 1px solid #565352;
    padding: 0 0 0 15px !important;
  }
  .mod-globalnaviSp__infoList a img {
    vertical-align: middle;
    padding: 0 7px 0 0 !important;
  }
  .mod-globalnaviSp__copy {
    background-color: #424242;
    color: #b3b3b3;
    font-size: .9rem;
    text-align: center;
    margin: 0;
    padding: 33px 0;
    font-family: "Nunito Sans", sans-serif;
  }
  .mod-globalnaviSp__overLayter {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    background: rgba(51, 51, 51, 0.6);
    z-index: -1;
    transition: .5s;
    cursor: pointer;
  }
  .sp-search-opened .searchbtnBox {
    opacity: 1;
    z-index: 1;
  }
  .sp-nav-opened .mod-globalnaviSp__listInner {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .sp-nav-opened .mod-globalnaviSp__overLayter {
    z-index: 0;
    opacity: 1;
    visibility: visible;
    width: 100%;
    height: 100%;
  }
  /* ---------------------------
* Module breadcrumbs
* --------------------------- */
  .mod-breadcrumbs {
    position: relative;
  }
  .mod-breadcrumbs__inner {
    max-width: initial;
    padding: 0 15px;
    height: 56px;
    /*メニューの縦幅*/
    background-color: #f2f2f2;
    /*メニューの背景色*/
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .mod-breadcrumbs__inner::-webkit-scrollbar {
    height: 6px;
  }
  .mod-breadcrumbs__inner::-webkit-scrollbar:horizontal {
    /* 横方向のスクロールバー本体 */
    background: #fff;
    border-bottom: 1px solid #ccc;
  }
  .mod-breadcrumbs__inner::-webkit-scrollbar-thumb {
    /* スクロールバーの動く部分 */
  }
  .mod-breadcrumbs__inner::-webkit-scrollbar-thumb:horizontal {
    /* 横方向のスクロールバーの動く部分 */
    background: #ccc;
    border-radius: 2px;
  }
  .mod-breadcrumbs__list {
    max-width: initial;
    width: auto;
    height: 100%;
    padding: 0;
    margin: 0;
    display: table;
  }
  .mod-breadcrumbs__list li {
    font-size: 1.3rem;
    list-style-type: none;
    display: inline-block;
    vertical-align: top;
    color: #1a1a1a;
    width: auto;
    height: 50px;
  }
  .mod-breadcrumbs__list li a {
    text-decoration: none;
    height: 100%;
    display: inline-block;
    text-decoration: none;
    line-height: 50px;
    /*メニューの縦幅*/
  }
  .mod-breadcrumbs__list li a:active {
    background-color: #ccc;
    /*クリック時の背景色*/
  }
  .mod-breadcrumbs__list li:last-child {
    line-height: 50px;
    padding-right: 15px;
  }
  .mod-breadcrumbs__list,
  .mod-breadcrumbs__list li {
    list-style-type: none;
  }
  .mod-breadcrumbs__list li:first-child {
    min-width: 40px;
    width: auto;
    color: #999999;
  }
  .mod-breadcrumbs__list li:first-child a {
    padding: 0;
    display: block;
  }
  .mod-breadcrumbs .breadcrumbs-home,
  .mod-breadcrumbs .breadcrumbs-list {
    display: table-cell;
  }
  /* ---------------------------
* Module linkbox
* --------------------------- */
  .mod-linkbox {
    position: relative;
  }
  .mod-linkbox__inner {
    max-width: inherit;
    padding: 0 15px;
  }
  .mod-linkbox__list {
    display: block;
    margin: 0;
  }
  .mod-linkbox__list li {
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0 0 10px 0;
    line-height: 1.4;
  }
  .mod-linkbox__list li a {
    width: auto;
    height: 100%;
    font-size: 1.4rem;
    display: block;
    padding: 15px 30px 15px 15px;
  }
  .mod-linkbox__list li a:link {
    background: url("../img/base/icon-arrow-red.png") no-repeat 95% 50%;
  }
  .mod-linkbox__list li a:hover {
    color: #9a001b;
    opacity: 1;
  }
  /* ---------------------------
* Module footer
* --------------------------- */
  .mod-footer {
    min-width: 320px;
    border-top: 10px solid #9a001b;
  }
  .mod-footer__inner {
    width: auto;
  }
  .mod-footer__main {
    max-width: initial;
    margin: 0 auto;
  }
  .mod-footer__contents {
    max-width: initial;
    width: auto;
    padding: 46px 0 0 0;
  }
  .mod-footer .naviModel {
    width: auto;
    text-align: center;
    border-bottom: 1px solid #484443;
    padding-bottom: 48px;
  }
  .mod-footer__navi {
    width: auto;
    display: block;
    vertical-align: top;
    padding: 0;
    border-left: none;
    height: auto !important;
    font-size: 1.4rem;
    text-align: center;
    border-bottom: 1px solid #484443;
  }
  .mod-footer__navi h2 {
    color: #fff;
    font-size: 1.2rem;
    line-height: 2;
  }
  .mod-footer__navi ul li {
    line-height: 2;
    font-size: 1.2rem;
  }
  .mod-footer__navi ul li ul li:before {
    content: 'ー';
    padding-right: 8px;
  }
  .mod-footer__navi:last-child {
    border-right: none;
  }
  .mod-footer__naviInner {
    display: inline-block;
    width: 38%;
    vertical-align: top;
    padding: 24px 15px;
    text-align: left;
  }
  .mod-footer__naviInner ul {
    margin: 0;
    padding: 0;
  }
  .mod-footer__naviInner ul li {
    list-style-type: none;
    font-size: 1.2rem;
  }
  .mod-footer__naviInner ul li a {
    color: #c1c0c0;
    text-decoration: none;
  }
  .mod-footer__naviInner ul li a:hover {
    text-decoration: underline;
  }
  .mod-footer__bottom {
    background-image: url("../img/footer/arrow-shape-sp.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
  }
  .mod-footer__bottomInner {
    padding: 0;
  }
  .mod-footer__bottomLogo {
    width: auto;
    padding: 37px 0 47px;
  }
  .mod-footer__bottomLogo .footerLogo {
    margin: 0 auto;
    width: 157px;
  }
  .mod-footer__bottomCopy {
    color: #b3b3b3;
    padding: 32px 0;
    font-size: .9rem;
    line-height: 1.6;
    font-family: "Nunito Sans", sans-serif;
    margin-top: 32px;
  }
  /* ---------------------------
* Module footbanner
* --------------------------- */
  .mod-footbanner.mailtype .mod-footbanner__inner {
    display: block;
    padding: 36px 15px 25px;
  }
  .mod-footbanner.mailtype .banner-head {
    display: table;
    width: auto;
    margin: 0 auto;
    padding: 0;
    border: none;
  }
  .mod-footbanner.mailtype .banner-detail {
    display: block;
    float: none;
    width: auto;
    padding: 0;
  }
  .mod-footbanner.mailtype .destination {
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 1.8rem;
    text-align: center;
  }
  .mod-footbanner.mailtype .mailTitle {
    display: block;
    font-size: 1.35rem;
    margin: 0;
    text-align: center;
  }
  .mod-footbanner.mailtype .mail {
    display: block;
    font-size: 1.75rem;
    text-align: center;
  }
  .mod-footbanner__inner {
    width: auto;
    padding: 50px 0 25px;
    color: #fff;
    text-align: center;
    display: block;
  }
  .mod-footbanner__inner .banner-head {
    width: auto;
    padding: 0;
    border-right: none;
    display: block;
  }
  .mod-footbanner__inner .banner-head .banner-title {
    font-size: 1.75rem;
    text-align: center;
    margin: 0 0 23px 0;
    padding-bottom: 20px;
    background-image: url("../img/footer/center-line-sp.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 120px;
  }
  .mod-footbanner__inner .banner-detail {
    color: #fff;
    font-size: 1.8rem;
    width: 180px;
    float: none;
    padding: 0;
    margin: 0 auto;
    display: block;
  }
  .mod-footbanner__inner .banner-detail .destination {
    font-size: 1.35rem;
  }
  .mod-footbanner__inner .banner-detail .extension {
    font-size: 1.0rem;
    padding-left: 8px;
  }
  .mod-footbanner__inner .banner-detail .telephoneTitle {
    font-size: 1.2rem;
    padding-right: 5px;
    font-family: "Nunito Sans", sans-serif;
  }
  .mod-footbanner__inner .banner-detail .telephoneno {
    font-size: 2.2rem;
    font-family: "Nunito Sans", sans-serif;
  }
  /* ---------------------------
* Module news
* --------------------------- */
  .mod-news {
    position: relative;
  }
  .mod-news__textbox {
    width: auto;
    max-width: initial;
    padding: 28% 10px 35px;
  }
  .mod-news .nocate {
    padding: 32% 10px 10%;
  }
  .mod-news__date {
    padding: 0 0 20px 0;
  }
  .mod-news__date .date {
    font-size: 1.2rem;
    padding: 0;
    letter-spacing: 2px;
    font-weight: bold;
    line-height: 2.5;
  }
  .mod-news__date .label {
    white-space: nowrap;
    color: #fff;
    font-size: 1.3rem;
    padding: 8px 28px;
    margin: 0;
    line-height: 1;
    float: right;
    width: 156px;
    height: 13px;
    line-height: 1;
  }
  .mod-news__title {
    font-size: 2.2rem;
    line-height: 1.333;
  }
  /* ---------------------------
* Module newsfoot
* --------------------------- */
  .mod-newsfoot {
    width: auto;
    margin: 0 auto 50px;
  }
  .mod-newsfoot__inner {
    padding: 20px 0;
    margin: 0 15px;
  }
  .mod-newsfoot__inner .news-inquiry {
    padding: 0 15px;
  }
  .mod-newsfoot__inner .news-inquiry h5 {
    font-size: 1.5rem;
    line-height: 2;
    height: auto;
    padding: 0 0 0 18px;
    margin: 0 0 20px 0;
    text-align: left;
  }
  .mod-newsfoot__inner .news-inquiry p {
    padding-bottom: 15px;
    font-size: 1.3rem;
    line-height: 1.73;
    text-align: left;
  }
  .mod-newsfoot__inner .news-inquiry table th, .mod-newsfoot__inner .news-inquiry table td {
    font-size: 1.3rem;
  }
  .mod-newsfoot__inner .news-inquiry table th {
    font-weight: normal;
    padding-right: 13px;
  }
  .mod-newsfoot__inner .news-inquiry table td {
    padding-right: 13px;
  }
  /* ---------------------------
* Module newscategory
* --------------------------- */
  .mod-newscategory {
    width: auto;
    margin: 0 auto;
  }
  .mod-newscategory__inner {
    padding: 0 15px;
  }
  .mod-newscategory__title {
    width: auto;
    font-size: 2.0rem;
    padding-bottom: 30px;
    flex-wrap: nowrap;
  }
  .mod-newscategory__list {
    width: 100%;
    padding-bottom: 100px;
    flex-wrap: nowrap;
    display: inline;
  }
  .mod-newscategory__list li {
    border: 1px solid #e6e6e6;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    box-sizing: border-box;
    padding: 20px 15px;
    letter-spacing: normal;
    margin-bottom: 10px;
    height: auto !important;
  }
  .mod-newscategory__list li:nth-child(odd) {
    margin-right: 0;
  }
  .mod-newscategory__list .news-top {
    width: 100%;
    margin-bottom: 10px;
    padding: 10px 0 0;
  }
  .mod-newscategory__list .news-top:nth-child(odd) {
    margin-right: 0;
  }
  .mod-newscategory__list4 {
    padding: 0 0 140px 0;
    letter-spacing: -.4em;
    width: auto;
    margin: 0;
  }
  .mod-newscategory__list4 li {
    border: 1px solid #e6e6e6;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 20px 15px;
    letter-spacing: normal;
    margin-bottom: 20px;
    margin-right: 0;
    box-sizing: border-box;
    height: auto !important;
  }
  .mod-newscategory__list4 li a {
    display: block;
    text-decoration: none;
    box-sizing: border-box;
    color: #4c4c4c;
  }
  .mod-newscategory__list4 li:nth-child(4),
  .mod-newscategory__list4 li:nth-child(8) {
    margin-right: 0;
  }
  .mod-newscategory__date {
    padding: 0 0 10px 0;
  }
  .mod-newscategory__date .date {
    font-size: 1.2rem;
    float: left;
    line-height: 2.5;
  }
  .mod-newscategory__date .label {
    white-space: nowrap;
    font-size: 1.3rem;
    padding: 7px 0;
    height: 13px;
    line-height: 1;
    width: 170px;
  }
  .mod-newscategory .date-newstop {
    padding: 0 15px 12px;
  }
  .mod-newscategory__listTitle p {
    font-size: 1.5rem;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    text-decoration: none;
  }
  .mod-newscategory .listTitle-newstop p {
    padding: 0 15px 20px;
  }
  .mod-newscategory__bottom .news-label {
    font-size: 1.2rem;
  }
  .mod-newscategory__bottom .news-label:first-child {
    padding-left: 0;
  }
  .mod-quoteunit {
    margin: 50px 15px 0;
    width: auto;
    margin: 50px 15px 0;
  }
  .mod-quoteunit.topSpaceType01 .mod-quoteunit__inner {
    padding-top: 0;
  }
  .mod-quoteunit__newsSet {
    margin-bottom: 90px;
  }
  .mod-quoteunit__newsSet h2 {
    font-size: 2.0rem;
  }
  .mod-quoteunit__newsSet .introduction {
    width: auto;
    font-size: 1.5rem;
    line-height: 1.538;
    padding-bottom: 30px;
  }
  .mod-quoteunit__newsSetBoxWrap {
    max-width: initial;
    margin-bottom: 38px;
    display: inline;
    flex-wrap: nowrap;
  }
  .mod-quoteunit__newsSetBox {
    width: 100%;
    margin: 0 0 10px 0;
    padding: 0;
    box-sizing: border-box;
    display: block;
  }
  time .mod-quoteunit__newsSetBox {
    font-size: 1.2rem;
    padding-bottom: 17px;
  }
  .mod-quoteunit__newsSetBox p a {
    display: block;
  }
  .mod-quoteunit__newsSetBox p a[target="_blank"] {
    background: url(../img/base/icon-external_linkB.png) no-repeat 100% 50%;
    padding: 10px 30px 10px 0;
  }
  .mod-quoteunit__newsSetBox p a:not[target="_blank"] {
    background: url(../img/base/icon-external_link.png) no-repeat 100% 50%;
    padding: 10px 20px 10px 0;
  }
  .mod-quoteunit__newsSetBox p a[href^=""] {
    padding: inherit;
    background-color: transparent;
  }
  .mod-quoteunit__newsSetBox p a[href$=".pdf"] {
    background: url(../img/base/icon-pdf.png) no-repeat 100% 50%;
    padding: 10px 30px 10px 0;
  }
  .mod-quoteunit__newsSetBox p a[href$=".xlsx"],
  .mod-quoteunit__newsSetBox p a[href$=".xls"] {
    background: url(../img/base/icon-excel.png) no-repeat 100% 50%;
    padding: 10px 30px 10px 0;
  }
  .mod-quoteunit__newsSetBox p a[href$=".docx"],
  .mod-quoteunit__newsSetBox p a[href$=".doc"] {
    background: url(../img/base/icon-word.png) no-repeat 100% 50%;
    padding: 10px 30px 10px 0;
  }
  .mod-quoteunit__newsSetBoxHead {
    max-width: none;
    width: auto;
    padding: 20px 15px 25px;
  }
  time .mod-quoteunit__newsSetBoxHead {
    display: inline-block;
  }
  .mod-quoteunit__newsSetBoxHead .date {
    font-size: 1.2rem;
    height: 27px;
    padding: 7px 0;
    line-height: 1;
  }
  .mod-quoteunit__newsSetBoxHead .label {
    font-size: 1.3rem;
    padding: 7px 18px;
    height: 13px;
    line-height: 1;
  }
  .mod-quoteunit__newsSetBoxHead p {
    font-size: 1.5rem;
    padding: 10px 0 0;
    min-height: 0 !important;
    line-height: 1.538;
  }
  .mod-quoteunit__newsSetBoxBottom ul {
    padding: 16px 15px;
  }
  .mod-quoteunit__newsSetBtn {
    margin-bottom: 70px;
  }
  .mod-quoteunit__newsSetBtn p {
    padding: 0;
    width: 230px;
    height: 50px;
    font-size: 1.4rem;
    line-height: 3.142;
  }
  .mod-quoteunit__newsSetBtn a {
    width: auto !important;
    height: 50px !important;
  }
  .mod-quoteunit__newsSetBtn a:hover {
    display: block;
  }
  .mod-featurecus {
    width: auto;
    margin: 50px 15px 0;
  }
  .mod-featurecus__inner {
    padding: 0 15px;
  }
  .mod-featurecus__headText p {
    text-align: left;
    font-size: 1.3rem;
    line-height: 1.730;
  }
  .mod-featurecus__featureSet {
    padding-bottom: 0;
  }
  .mod-featurecus__featureSet h2 {
    font-size: 2.0rem;
  }
  .mod-featurecus__featureSetBox {
    width: auto;
    margin: 0 0 82px 0;
    padding: 15px;
  }
  .mod-featurecus__featureSetBox h3, .mod-featurecus__featureSetBox h4, .mod-featurecus__featureSetBox h5 {
    font-size: 2.0rem;
    line-height: 1.5;
    padding: 35px 28px 22px;
  }
  .mod-featurecus__featureSetBox p {
    font-size: 1.5rem;
    line-height: 1.538;
    margin: 0 0 32px 0;
    padding-top: 22px;
  }
  .mod-featurecus__featureSetBox figure img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
  /* ---------------------------
* Module passedHeader
* --------------------------- */
  .mod-passedHeader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: initial;
    min-width: initial;
    width: 100%;
  }
  .mod-passedHeader__head {
    height: 60px;
    margin: 0 auto;
    background: #fff;
    padding: 0;
  }
  .mod-passedHeader__logo {
    margin: 0;
    text-align: center;
  }
  .mod-passedHeader__logo img {
    max-width: 100%;
    height: 38px;
    vertical-align: bottom;
    padding: 11px 0;
  }
  /* ---------------------------
* Module ppassedFooter
* --------------------------- */
  .mod-passedFooter {
    background: #424242;
    height: 116px;
  }
  .mod-passedFooter__Copy {
    width: auto;
    font-family: "Nunito Sans", sans-serif;
    font-size: 1.0rem;
    color: #c2c2c2;
    margin: 0 auto;
    text-align: center;
    height: 116px;
    line-height: 11.6;
  }
  /* ---------------------------
* Module mission
* --------------------------- */
  .mod-mission__main {
    padding: 45px 15px 0;
  }
  .mod-mission__heading {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .mod-mission__mission {
    margin: 0 auto 37px;
    max-width: 500px;
  }
  .mod-mission__description {
    padding-bottom: 80px;
  }
  .mod-mission__description:before {
    height: 0;
    padding-bottom: 12%;
  }
  .mod-mission__descriptionInner {
    padding: 0 15px;
  }
  .mod-mission__title {
    margin: 0 0 20px;
    font-size: 25px;
    text-align: center;
    width: auto;
  }
  .mod-mission__text {
    margin: 0;
    font-size: 13px;
    line-height: 1.923;
    width: auto;
  }
  .mod-mission__index {
    padding: 35px 0 60px;
  }
  .mod-mission__index:before {
    background-size: 100% auto;
    height: 0;
    padding-bottom: 12%;
  }
  .mod-mission__indexInner {
    padding: 0 15px;
  }
  .mod-mission__indexTitle {
    margin-bottom: 25px;
    color: #1a1a1a;
    font-size: 20px;
    line-height: 1.25;
    padding-top: 12%;
  }
  .mod-mission__list {
    display: block;
  }
  .mod-mission__list li {
    border-top: 1px solid #e5e5e5;
    width: 100%;
  }
  .mod-mission__list li:nth-of-type(1) {
    border-top: none;
  }
  .mod-mission__list li a {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    padding: 10px 0;
  }
  .mod-mission__list li .image {
    display: block;
    width: 80px;
    min-width: 80px;
  }
  .mod-mission__list li .text {
    font-size: 13px;
    margin-left: 16px;
  }
  /* ---------------------------
* Module simulation
* --------------------------- */
  .mod-simulation__inner {
    padding: 45px 15px 30px;
  }
  .mod-simulation__heading {
    font-size: 20px;
  }
  .mod-simulation__description {
    font-size: 1.3rem;
    line-height: 1.539;
    text-align: left;
  }
  .mod-simulation__wrap {
    margin: 0 0 30px;
    display: block;
  }
  .mod-simulation__figure {
    margin: 0 0 25px;
    width: auto;
  }
  .mod-simulation__contents {
    width: auto;
  }
  .mod-simulation__item {
    display: block;
    margin: 0 0 10px;
    padding: 25px 15px;
  }
  .mod-simulation__thumbnail {
    margin: 0 auto 20px;
    width: 130px;
  }
  .mod-simulation__thumbnail img {
    border-radius: 100%;
  }
  .mod-simulation__main {
    width: auto;
    padding: 0;
  }
  .mod-simulation__title {
    padding-left: 33px;
    font-size: 1.5rem;
    line-height: 1.4;
  }
  .mod-simulation__title .num {
    width: 21px;
    font-size: 1.1rem;
    line-height: 1.91;
  }
  .mod-simulation__text {
    font-size: 1.3rem;
    line-height: 1.693;
  }
  /* ---------------------------
* Module access
* --------------------------- */
  .mod-access {
    margin: 45px auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .mod-access__title {
    margin: 0 0 20px;
    font-size: 2rem;
  }
  .mod-access__data {
    font-size: 1.3rem;
  }
  .mod-access__data2 {
    margin-bottom: 10px;
    padding-left: 40px;
    font-size: 1.3rem;
  }
  .mod-access__data2 .icon {
    top: -6px;
    width: 34px;
    line-height: 2;
    text-align: center;
  }
  .mod-access__data2 .icon img {
    max-height: 33px;
  }
  .mod-access__list {
    display: block;
  }
  .mod-access__list li {
    margin: 0 0 25px;
    width: auto;
    padding: 0;
    border: none;
  }
  .mod-access__maplink {
    margin: 10px 0;
  }
  .mod-access__maplink a {
    width: 100%;
  }
  /* ---------------------------
* Module photos
* --------------------------- */
  .mod-photos {
    margin: 0 0 45px;
  }
  .mod-photos__heading {
    margin-bottom: 25px;
    font-size: 2rem;
  }
  .mod-photos__wrap {
    margin: 0;
    overflow: visible;
  }
  .mod-photos__item {
    float: none;
    width: auto;
    margin: 0 0 25px;
  }
  .mod-photos__item img {
    width: 100%;
    height: auto;
  }
  .mod-photos__item figcaption {
    margin-top: 10px;
    font-size: 1.1rem;
    line-height: 1.636;
  }
  /* ---------------------------
* Module club
* --------------------------- */
  .mod-club__inner {
    padding: 0;
  }
  .mod-club__section {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #dddddd;
  }
  .mod-club__heading {
    margin: 0;
    padding: 15px;
    font-size: 2rem;
  }
  .mod-club__list {
    max-width: 310px;
    margin: 0 auto;
    padding: 0 15px;
    overflow: visible;
  }
  .mod-club__list li {
    float: none;
    width: auto;
    margin: 0 0 20px;
  }
  .mod-club__title {
    padding: 5px 14px;
    min-height: 70px;
    font-size: 1.7rem;
    line-height: 1.412;
  }
  .mod-club__image {
    margin: 0 0 12px;
  }
  .mod-club__notes {
    font-size: 1.2rem;
  }
  .mod-club__body {
    display: block;
  }
  /* ---------------------------
* Module studentnavi
* --------------------------- */
  .mod-studentnavi__inner {
    padding: 50px 15px;
  }
  .mod-studentnavi__list {
    margin: 0;
  }
  .mod-studentnavi__list li {
    float: none;
    width: auto;
    margin: 0 0 20px;
  }
  .mod-studentnavi__main:after {
    margin: 5px 0 0;
    width: 22px;
    height: 22px;
    background-size: 22px auto;
  }
  .mod-studentnavi__icon {
    margin-right: 15px;
    width: 75px;
  }
  .mod-studentnavi__name {
    font-size: 1.2rem;
  }
  .mod-studentnavi__name .name {
    font-size: 1.5rem;
  }
  .mod-studentnavi__subject {
    font-size: 1.2rem;
  }
  .mod-studentnavi__subject .subject {
    font-size: 1.4rem;
  }
  /* ---------------------------
* Module voice
* --------------------------- */
  .mod-voice__inner {
    padding: 80px 10px 0;
  }
  .mod-voice__item {
    margin-bottom: 50px;
    padding: 0 15px;
  }
  .mod-voice__head {
    position: relative;
    margin: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .mod-voice__image {
    position: static;
    width: 160px;
    margin: -40px auto 20px;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .mod-voice__image img {
    border: 5px solid #FFF;
  }
  .mod-voice__profile {
    -webkit-box-ordinal-group: 3;
            order: 2;
    width: auto;
    margin: 0 0 40px;
    padding: 0;
    min-height: 0;
  }
  .mod-voice__balloon {
    -webkit-box-ordinal-group: 2;
            order: 1;
    margin-bottom: 50px;
    padding: 20px 15px;
    font-size: 2rem;
    line-height: 1.5;
    border-radius: 10px;
    text-align: left;
  }
  .mod-voice__balloon:before {
    position: absolute;
    top: -15px;
    left: auto;
    right: 120px;
    border-width: 15px 0 0 15px;
    border-color: transparent transparent transparent #f8f8f8;
  }
  .mod-voice__name {
    margin: 0 0 10px;
    font-size: 1.5rem;
    text-align: center;
  }
  .mod-voice__name .name {
    font-size: 2rem;
    margin-right: 5px;
  }
  .mod-voice__subject {
    margin: 0 0 10px;
    font-size: 1.3rem;
    text-align: center;
  }
  .mod-voice__subject .subject {
    display: block;
    font-size: 1.5rem;
  }
  .mod-voice__subject .year {
    display: block;
  }
  .mod-voice__profileText {
    font-size: 1.3rem;
    line-height: 1.730;
  }
  .mod-voice__interview {
    margin-bottom: 50px;
  }
  .mod-voice__main {
    float: none !important;
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 30px 15px !important;
    min-height: 0 !important;
  }
  .mod-voice__main:before, .mod-voice__main:after {
    display: block;
    content: '';
    width: 100%;
    height: 20px;
    border: 2px solid #cccccc;
    box-sizing: border-box;
  }
  .mod-voice__main:before {
    border-bottom: none;
  }
  .mod-voice__main:after {
    border-top: none;
  }
  .mod-voice__main p {
    font-size: 1.2rem;
    line-height: 1.5;
    margin: 26px 0 0 0;
  }
  .mod-voice__photo {
    position: static !important;
    float: none !important;
    width: auto !important;
    margin: 50px -25px 20px !important;
    padding: 0 !important;
  }
  .mod-voice__photo img {
    box-sizing: border-box;
  }
  .mod-voice__qa {
    margin: 0 0 30px;
  }
  .mod-voice__qa dt {
    padding: 0;
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .mod-voice__qa dt:before {
    position: static;
    display: block;
    margin-bottom: 5px;
    width: 24px;
    height: 19px;
    background-size: 24px auto;
  }
  .mod-voice__qa dd {
    padding: 0;
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .mod-voice__qa dd:before {
    position: static;
    display: block;
    margin-bottom: 5px;
    width: 22px;
    height: 19px;
    background-size: 22px auto;
  }
  .mod-voice__notes li {
    padding-left: 35px;
    color: #4c4c4c;
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .mod-voice__notes li .num {
    width: 30px;
  }
  /* ---------------------------
* Module timeschedule
* --------------------------- */
  .mod-timeschedule:before {
    display: none;
  }
  .mod-timeschedule__inner {
    padding: 0 15px;
  }
  .mod-timeschedule__head {
    display: block;
    width: auto;
    margin: 0 -15px 40px;
    padding: 0 0 35px;
    overflow: hidden;
    background-color: #fff;
  }
  .mod-timeschedule__icon {
    margin: 0 auto 30px;
    max-width: 160px;
  }
  .mod-timeschedule__main {
    padding: 0 15px;
    text-align: center;
  }
  .mod-timeschedule__name {
    margin-bottom: 15px;
    font-size: 1.8rem;
  }
  .mod-timeschedule__name .name {
    font-weight: bold;
    font-size: 2.5rem;
  }
  .mod-timeschedule__subject {
    margin: 0;
    font-size: 1rem;
  }
  .mod-timeschedule__subject .subject {
    display: inline-block;
    font-size: 1.8rem;
  }
  .mod-timeschedule__subject .year {
    display: inline-block;
  }
  .mod-timeschedule__body {
    margin-bottom: 30px;
  }
  .mod-timeschedule__heading {
    margin-bottom: 15px;
    font-size: 2rem;
  }
  .mod-timeschedule__swipe {
    display: block;
  }
  .mod-timeschedule__timeschedule {
    margin: 0 -15px 30px;
    overflow: scroll;
  }
  .mod-timeschedule__timescheduleImage {
    width: auto;
    height: 690px;
  }
  .mod-timeschedule__timescheduleImage img {
    max-width: none;
    width: auto;
    height: 100%;
  }
  .mod-timeschedule__item {
    margin-bottom: 30px;
  }
  .mod-timeschedule__title {
    margin-bottom: 13px;
    font-size: 1.6rem;
  }
  .mod-timeschedule__wrap {
    display: block;
  }
  .mod-timeschedule__figure {
    width: auto;
    margin: 0 0 13px;
    text-align: center;
  }
  .mod-timeschedule__figure img {
    max-width: none;
    width: 100%;
  }
  .mod-timeschedule__contents {
    width: auto;
    text-align: left;
  }
  .mod-timeschedule__contents > p {
    margin-top: 0;
    font-size: 1.4rem;
    line-height: 2.142;
  }
  /* ---------------------------
* Module interview
* --------------------------- */
  .mod-interview__inner {
    padding: 0 10px;
  }
  .mod-interview__heading {
    margin-bottom: 15px;
    font-size: 2rem;
  }
  .mod-interview__balloon {
    display: block;
  }
  .mod-interview__icon {
    width: 70px;
    margin: 0 auto 30px;
  }
  .mod-interview__main {
    padding: 15px;
    border-radius: 10px;
  }
  .mod-interview__main > p {
    font-size: 1.3rem;
    line-height: 1.769;
  }
  .mod-interview__main:before {
    position: absolute;
    top: -14px;
    left: 50%;
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 14px 8px;
    border-color: transparent transparent #FFF transparent;
    margin-left: -8px;
  }
  /* ---------------------------
* Module emergency
* --------------------------- */
  .mod-emergency__inner {
    padding: 10px 15px;
  }
  .mod-emergency__title {
    display: block;
    margin: 0 0 10px;
  }
  .mod-emergency__icon {
    position: static;
    margin-bottom: 10px;
  }
  /* ---------------------------
* Module publication
* --------------------------- */
  .mod-publication__inner {
    padding: 20px 15px 15px;
    display: block;
  }
  .mod-publication__head {
    margin: 0;
  }
  .mod-publication__title {
    margin: 0 0 20px;
    display: block;
    font-weight: 600;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-size: 23px;
    text-align: center;
  }
  .mod-publication__title .sub {
    font-size: 16px;
  }
  .mod-publication__list li {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #d7576d;
  }
  .mod-publication__list li:first-child {
    padding-top: 0;
    border: none;
    margin-top: 0;
  }
}

@media screen and (min-width: 48em) {
  /* ---------------------------
* PC
* --------------------------- */
  /*  base
---------------*/
}

@media screen and (min-width: 48em) and (max-width: 1340px) {
  .wgt-freearea .msgWrapper .msgArea .msgTxtBox {
    width: 95%;
    padding-right: 3%;
    margin: 0 auto;
  }
  .wgt-freearea .msgWrapper .msgArea .msgTxt {
    width: auto;
    margin: 0;
    padding: 0;
  }
}

@media screen and (min-width: 48em) {
  /* ---------------------------
* Module keyvisual
* --------------------------- */
  /* ---------------------------
* Module header
* --------------------------- */
  /* ---------------------------
* Module globalnavi
* --------------------------- */
  /* ---------------------------
* Module mod-globalnaviSp
* --------------------------- */
  /* ---------------------------
* Module breadcrumbs
* --------------------------- */
  /* ---------------------------
* Module linkbox
* --------------------------- */
  /* ---------------------------
* Module footer
* --------------------------- */
  /* ---------------------------
* Module footbanner
* --------------------------- */
  /* ---------------------------
* Module news
* --------------------------- */
  /* ---------------------------
* Module newsfoot
* --------------------------- */
  /* ---------------------------
* Module newscategory
* --------------------------- */
  /* ---------------------------
* Module passedHeader
* --------------------------- */
  /* ---------------------------
* Module ppassedFooter
* --------------------------- */
  /* ---------------------------
* Module mission
* --------------------------- */
  /* ---------------------------
* Module simulation
* --------------------------- */
  /* ---------------------------
* Module access
* --------------------------- */
  /* ---------------------------
* Module photos
* --------------------------- */
  /* ---------------------------
* Module club
* --------------------------- */
  /* ---------------------------
* Module studentnavi
* --------------------------- */
  /* ---------------------------
* Module voice
* --------------------------- */
  /* ---------------------------
* Module timeschedule
* --------------------------- */
  /* ---------------------------
* Module interview
* --------------------------- */
  /* ---------------------------
* Module emergency
* --------------------------- */
  /* ---------------------------
* Module publication
* --------------------------- */
}
