@charset "UTF-8";
/* Scss Document */
/* Scss Document */
/*メディアサイズ*/
/*色*/
/*学科カラー*/
/*フォントサイズ*/
/*スマホの基本幅*/
/*全体の幅*/
/* Scss Document */
/*メデイアクエリブレイクポイント*/
/*clearfix*/
/*webfont*/
/*fontsize*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(1rem);
    transform: translateY(1rem); }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(1rem);
    transform: translateY(1rem); }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeInSpin {
  0% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    color: rgba(255, 255, 255, 0);
    background: rgba(158, 158, 158, 0); }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    color: white;
    background: rgba(158, 158, 158, 0.2); }
  100% {
    background: rgba(158, 158, 158, 0); } }

@keyframes fadeInSpin {
  0% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    color: rgba(255, 255, 255, 0);
    background: rgba(158, 158, 158, 0); }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    color: white;
    background: rgba(158, 158, 158, 0.2); }
  100% {
    background: rgba(158, 158, 158, 0); } }

@-webkit-keyframes slideUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%); }
  40% {
    opacity: 1;
    -webkit-transform: translateY(50%);
    transform: translateY(50%); }
  50% {
    opacity: 1;
    -webkit-transform: translateY(50%);
    transform: translateY(50%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes slideUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%); }
  40% {
    opacity: 1;
    -webkit-transform: translateY(50%);
    transform: translateY(50%); }
  50% {
    opacity: 1;
    -webkit-transform: translateY(50%);
    transform: translateY(50%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0; }
  70% {
    -webkit-transform: translate3d(0, 0, 0) skewX(10deg);
    transform: translate3d(0, 0, 0) skewX(10deg);
    opacity: 0.8; }
  /*80% {
		transform:translateX(-1%) skewX(-2deg);
		opacity:0.6;
	}
	90% {
		transform:translateX(1%) skewX(3deg);
		opacity:0.8;
	}*/
  100% {
    -webkit-transform: translateX(0) skewX(0deg);
    transform: translateX(0) skewX(0deg);
    opacity: 1; } }

@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0; }
  70% {
    -webkit-transform: translate3d(0, 0, 0) skewX(10deg);
    transform: translate3d(0, 0, 0) skewX(10deg);
    opacity: 0.8; }
  /*80% {
		transform:translateX(-1%) skewX(-2deg);
		opacity:0.6;
	}
	90% {
		transform:translateX(1%) skewX(3deg);
		opacity:0.8;
	}*/
  100% {
    -webkit-transform: translateX(0) skewX(0deg);
    transform: translateX(0) skewX(0deg);
    opacity: 1; } }

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@-webkit-keyframes scaleUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8, 1.2) translateY(-200%);
    transform: scale(0.8, 1.2) translateY(-200%); }
  30% {
    opacity: 1;
    -webkit-transform: scale(1.1, 0.9) translateY(0);
    transform: scale(1.1, 0.9) translateY(0); }
  40% {
    opacity: 0.8;
    -webkit-transform: scale(0.8, 1) translateY(-20%);
    transform: scale(0.8, 1) translateY(-20%); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05, 0.95) translateY(0);
    transform: scale(1.05, 0.95) translateY(0); }
  60% {
    opacity: 0.9;
    -webkit-transform: scale(0.95, 1) translateY(-5%);
    transform: scale(0.95, 1) translateY(-5%); }
  68% {
    opacity: 1;
    -webkit-transform: scale(1, 0.95) translateY(0%);
    transform: scale(1, 0.95) translateY(0%); }
  75% {
    opacity: 0.9;
    -webkit-transform: scale(0.95, 1) translateY(-3%);
    transform: scale(0.95, 1) translateY(-3%); }
  80% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0); }
  90% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-2%);
    transform: scale(1) translateY(-2%); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0); } }

@keyframes scaleUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8, 1.2) translateY(-200%);
    transform: scale(0.8, 1.2) translateY(-200%); }
  30% {
    opacity: 1;
    -webkit-transform: scale(1.1, 0.9) translateY(0);
    transform: scale(1.1, 0.9) translateY(0); }
  40% {
    opacity: 0.8;
    -webkit-transform: scale(0.8, 1) translateY(-20%);
    transform: scale(0.8, 1) translateY(-20%); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05, 0.95) translateY(0);
    transform: scale(1.05, 0.95) translateY(0); }
  60% {
    opacity: 0.9;
    -webkit-transform: scale(0.95, 1) translateY(-5%);
    transform: scale(0.95, 1) translateY(-5%); }
  68% {
    opacity: 1;
    -webkit-transform: scale(1, 0.95) translateY(0%);
    transform: scale(1, 0.95) translateY(0%); }
  75% {
    opacity: 0.9;
    -webkit-transform: scale(0.95, 1) translateY(-3%);
    transform: scale(0.95, 1) translateY(-3%); }
  80% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0); }
  90% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-2%);
    transform: scale(1) translateY(-2%); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0); } }

@-webkit-keyframes jyamp {
  0% {
    -webkit-transform: scale(1, 1) translateY(0%);
    transform: scale(1, 1) translateY(0%); }
  10% {
    -webkit-transform: scale(0.9, 1.1) translateY(0%);
    transform: scale(0.9, 1.1) translateY(0%); }
  35% {
    -webkit-transform: scale(1, 1) translateY(-30%);
    transform: scale(1, 1) translateY(-30%); }
  55% {
    -webkit-transform: scale(1.05, 0.95) translateY(-10%);
    transform: scale(1.05, 0.95) translateY(-10%); }
  60% {
    -webkit-transform: scale(0.95, 1.05) translateY(0%);
    transform: scale(0.95, 1.05) translateY(0%); }
  75% {
    -webkit-transform: scale(1, 1) translateY(-15%);
    transform: scale(1, 1) translateY(-15%); }
  90% {
    -webkit-transform: scale(0.98, 1.08) translateY(2%);
    transform: scale(0.98, 1.08) translateY(2%); }
  100% {
    -webkit-transform: scale(1, 1) translateY(0%);
    transform: scale(1, 1) translateY(0%); } }

@keyframes jyamp {
  0% {
    -webkit-transform: scale(1, 1) translateY(0%);
    transform: scale(1, 1) translateY(0%); }
  10% {
    -webkit-transform: scale(0.9, 1.1) translateY(0%);
    transform: scale(0.9, 1.1) translateY(0%); }
  35% {
    -webkit-transform: scale(1, 1) translateY(-30%);
    transform: scale(1, 1) translateY(-30%); }
  55% {
    -webkit-transform: scale(1.05, 0.95) translateY(-10%);
    transform: scale(1.05, 0.95) translateY(-10%); }
  60% {
    -webkit-transform: scale(0.95, 1.05) translateY(0%);
    transform: scale(0.95, 1.05) translateY(0%); }
  75% {
    -webkit-transform: scale(1, 1) translateY(-15%);
    transform: scale(1, 1) translateY(-15%); }
  90% {
    -webkit-transform: scale(0.98, 1.08) translateY(2%);
    transform: scale(0.98, 1.08) translateY(2%); }
  100% {
    -webkit-transform: scale(1, 1) translateY(0%);
    transform: scale(1, 1) translateY(0%); } }

@-webkit-keyframes icon-rotate {
  0% {
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg); }
  100% {
    -webkit-transform: translateY(-50%) rotate(360deg);
    transform: translateY(-50%) rotate(360deg); } }

@keyframes icon-rotate {
  0% {
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg); }
  100% {
    -webkit-transform: translateY(-50%) rotate(360deg);
    transform: translateY(-50%) rotate(360deg); } }

@-webkit-keyframes icon-rotate-close {
  0% {
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg); }
  100% {
    -webkit-transform: translateY(-50%) rotate(-360deg);
    transform: translateY(-50%) rotate(-360deg); } }

@keyframes icon-rotate-close {
  0% {
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg); }
  100% {
    -webkit-transform: translateY(-50%) rotate(-360deg);
    transform: translateY(-50%) rotate(-360deg); } }

@-webkit-keyframes type6-top {
  0% {
    -webkit-transform: translateY(-2.5px) rotate(-45deg);
    transform: translateY(-2.5px) rotate(-45deg); }
  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg); }
  100% {
    -webkit-transform: translateY(-10px) rotate(0deg);
    transform: translateY(-10px) rotate(0deg); } }

@keyframes type6-top {
  0% {
    -webkit-transform: translateY(-2.5px) rotate(-45deg);
    transform: translateY(-2.5px) rotate(-45deg); }
  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg); }
  100% {
    -webkit-transform: translateY(-10px) rotate(0deg);
    transform: translateY(-10px) rotate(0deg); } }

@-webkit-keyframes type6-bottom {
  0% {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg); }
  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg); }
  100% {
    -webkit-transform: translateY(2.5px) rotate(0deg);
    transform: translateY(2.5px) rotate(0deg); } }

@keyframes type6-bottom {
  0% {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg); }
  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg); }
  100% {
    -webkit-transform: translateY(2.5px) rotate(0deg);
    transform: translateY(2.5px) rotate(0deg); } }

@-webkit-keyframes type6-top-close {
  0% {
    -webkit-transform: translateY(-2.5px) rotate(0deg);
    transform: translateY(-2.5px) rotate(0deg); }
  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg); }
  100% {
    -webkit-transform: translateY(0px) rotate(-45deg);
    transform: translateY(0px) rotate(-45deg); } }

@keyframes type6-top-close {
  0% {
    -webkit-transform: translateY(-2.5px) rotate(0deg);
    transform: translateY(-2.5px) rotate(0deg); }
  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg); }
  100% {
    -webkit-transform: translateY(0px) rotate(-45deg);
    transform: translateY(0px) rotate(-45deg); } }

@-webkit-keyframes type6-bottom-close {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg); }
  50% {
    -webkit-transform: translateY(-5.5px) rotate(0deg);
    transform: translateY(-5.5px) rotate(0deg); }
  100% {
    -webkit-transform: translateY(-5.5px) rotate(45deg);
    transform: translateY(-5.5px) rotate(45deg); } }

@keyframes type6-bottom-close {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg); }
  50% {
    -webkit-transform: translateY(-5.5px) rotate(0deg);
    transform: translateY(-5.5px) rotate(0deg); }
  100% {
    -webkit-transform: translateY(-5.5px) rotate(45deg);
    transform: translateY(-5.5px) rotate(45deg); } }

@-webkit-keyframes otameshi {
  from {
    opacity: 0;
    -webkit-transform: translateY(150px);
    transform: translateY(150px); }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes otameshi {
  from {
    opacity: 0;
    -webkit-transform: translateY(150px);
    transform: translateY(150px); }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease; }

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*******************************************************************************
 *
 *  Web Site  : https://www.tbe.ac.jp/
 *  File      : gakka2019.css
 *
 *  Copyright (c) 2016 Brain Staff Consultants Inc.
 *
 *******************************************************************************/
/*学校紹介
************************************************************************************************************
************************************************************************************************************/
.width-100 {
  width: 100%; }

.wrap-pc {
  /*PC*/
  /*全スマホ*/ }
  @media all and (min-width: 40em) {
    .wrap-pc {
      width: 950px;
      margin: auto; } }
  @media only screen and (max-width: 40em) {
    .wrap-pc {
      width: 100%;
      margin: auto; } }
  .wrap-pc--680 {
    /*PC*/ }
    @media all and (min-width: 40em) {
      .wrap-pc--680 {
        width: 680px;
        margin: auto; } }
  .wrap-pc--950 {
    /*PC*/ }
    @media all and (min-width: 40em) {
      .wrap-pc--950 {
        width: 950px;
        margin: auto; } }
  .wrap-pc--100 {
    /*PC*/ }
    @media all and (min-width: 40em) {
      .wrap-pc--100 {
        width: 100%;
        margin: auto; } }

.wrap-sp {
  /*全スマホ*/ }
  @media only screen and (max-width: 40em) {
    .wrap-sp {
      width: 92%;
      margin: auto; } }
  .wrap-sp--50 {
    /*全スマホ*/ }
    @media only screen and (max-width: 40em) {
      .wrap-sp--50 {
        width: 50%;
        margin: auto; } }
  .wrap-sp--70 {
    /*全スマホ*/ }
    @media only screen and (max-width: 40em) {
      .wrap-sp--70 {
        width: 70%;
        margin: auto; } }
  .wrap-sp--90 {
    /*全スマホ*/ }
    @media only screen and (max-width: 40em) {
      .wrap-sp--90 {
        width: 90%;
        margin: auto; } }

.sp {
  /*全スマホ*/
  /*PC*/ }
  @media all and (min-width: 40em) {
    .sp {
      display: none; } }

.pc {
  /*全スマホ*/
  /*PC*/ }
  @media only screen and (max-width: 40em) {
    .pc {
      display: none; } }

ul {
  padding: 0;
  margin: 0;
  /*font-size: 90%;*/ }

ul.circle li {
  list-style-type: disc;
  margin: 0.5em 0 0.5em  2em; }

li {
  list-style: none;
  margin: 0; }

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

/*PCとスマホ表示分岐
*********************************************************************************************************************
*********************************************************************************************************************
*********************************************************************************************************************/
.Box-sp {
  display: none; }

/*行間
*******************************************************************************/
p, dl {
  font-size: 1.0rem;
  line-height: 1.7; }

.main-color {
  color: #1A2B6C; }

h3 {
  margin-bottom: 0; }

/*リンク
*******************************************************************************/
a {
  color: #000; }

a:hover {
  color: #3A5E93;
  text-decoration: none; }

a {
  text-decoration: none; }

/*テキストサイズ
******************************************************************************/
.Font-SS {
  font-size: 75% !important; }

.Font-S {
  font-size: 90% !important; }

.Font-L {
  font-size: 110% !important; }

.Font-LL {
  font-size: 130% !important; }

/*マージン
******************************************************************************/
.MTB0 {
  margin-top: 0;
  margin-bottom: 0; }

.MT0 {
  margin-top: 0; }

.MB0 {
  margin-bottom: 0; }

.MB10 {
  margin-bottom: 10px; }

.MB20 {
  margin-bottom: 20px; }

.MB50 {
  margin-bottom: 50px; }

.MT0 {
  margin-top: 0; }

.MT10 {
  margin-top: 10px; }

.MT20 {
  margin-top: 20px; }

.MT50 {
  margin-top: 50px; }

.ML10 {
  margin-left: 10px; }

.ML20 {
  margin-left: 20px; }

.MTB5 {
  line-height: 1.5;
  margin-top: 5px;
  margin-bottom: 5px; }

/*ボタン
******************************************************************************/
a.link {
  text-decoration: none; }

a.link:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  margin-right: 5px;
  color: #3A5E93;
  font-weight: bold; }

.button {
  background-color: #333333;
  line-height: 30px;
  text-align: center;
  font-size: 0.8rem; }

.button:hover {
  opacity: 0.8;
  -webkit-transition: all .3s;
  transition: all .3s; }

.button a {
  display: block;
  text-decoration: none;
  color: #FFF; }

.button a:before {
  content: "\f105";
  font-family: FontAwesome;
  margin-right: 10px; }

/* 斜めの背景 ***************/
.back {
  position: relative;
  overflow: hidden;
  margin: 10% 0;
  padding: 80px 0; }

.back:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 85%;
  margin: 3% -10% 0;
  background: #EFE6CB;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  z-index: -1; }

.back:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 80%;
  margin: 3% -10% 0;
  background: #201F4B;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
  z-index: -2; }

.back_inner {
  -moz-box-sizing: boder-box;
  box-sizing: boder-box;
  width: 100%;
  max-width: 640px;
  height: 100%;
  margin: 0 auto;
  padding: 100px 10px 120px;
  color: #000;
  text-align: center; }

.bg-gray {
  padding: 50px 0;
  background-color: #EEE; }

.bg-gray2 {
  padding: 50px 0;
  background-color: #F2F2F2; }

.bg-white {
  padding: 50px 0;
  background-color: #fff; }

.box-hogan {
  background-attachment: fixed;
  padding: 50px 0;
  background-color: #ffffff;
  background-image: -webkit-repeating-linear-gradient(top, transparent 12px, rgba(153, 153, 153, 0.2) 13px, rgba(153, 153, 153, 0.2) 13px, transparent 14px, transparent 25px, rgba(153, 153, 153, 0.2) 26px, rgba(153, 153, 153, 0.2) 26px, transparent 27px, transparent 38px, rgba(153, 153, 153, 0.2) 39px, rgba(153, 153, 153, 0.2) 39px, transparent 40px, transparent 51px, rgba(153, 153, 153, 0.2) 52px, rgba(153, 153, 153, 0.2) 52px, transparent 53px, transparent 64px, rgba(153, 153, 153, 0.2) 65px, rgba(153, 153, 153, 0.2) 65px), -webkit-repeating-linear-gradient(left, transparent 12px, rgba(153, 153, 153, 0.2) 13px, rgba(153, 153, 153, 0.2) 13px, transparent 14px, transparent 25px, rgba(153, 153, 153, 0.2) 26px, rgba(153, 153, 153, 0.2) 26px, transparent 27px, transparent 38px, rgba(153, 153, 153, 0.2) 39px, rgba(153, 153, 153, 0.2) 39px, transparent 40px, transparent 51px, rgba(153, 153, 153, 0.2) 52px, rgba(153, 153, 153, 0.2) 52px, transparent 53px, transparent 64px, rgba(153, 153, 153, 0.2) 65px, rgba(153, 153, 153, 0.2) 65px);
  background-image: repeating-linear-gradient(to bottom, transparent 12px, rgba(153, 153, 153, 0.2) 13px, rgba(153, 153, 153, 0.2) 13px, transparent 14px, transparent 25px, rgba(153, 153, 153, 0.2) 26px, rgba(153, 153, 153, 0.2) 26px, transparent 27px, transparent 38px, rgba(153, 153, 153, 0.2) 39px, rgba(153, 153, 153, 0.2) 39px, transparent 40px, transparent 51px, rgba(153, 153, 153, 0.2) 52px, rgba(153, 153, 153, 0.2) 52px, transparent 53px, transparent 64px, rgba(153, 153, 153, 0.2) 65px, rgba(153, 153, 153, 0.2) 65px), repeating-linear-gradient(to right, transparent 12px, rgba(153, 153, 153, 0.2) 13px, rgba(153, 153, 153, 0.2) 13px, transparent 14px, transparent 25px, rgba(153, 153, 153, 0.2) 26px, rgba(153, 153, 153, 0.2) 26px, transparent 27px, transparent 38px, rgba(153, 153, 153, 0.2) 39px, rgba(153, 153, 153, 0.2) 39px, transparent 40px, transparent 51px, rgba(153, 153, 153, 0.2) 52px, rgba(153, 153, 153, 0.2) 52px, transparent 53px, transparent 64px, rgba(153, 153, 153, 0.2) 65px, rgba(153, 153, 153, 0.2) 65px); }

.parenthesis {
  position: relative;
  width: 900px;
  margin: 0px auto 0;
  padding: 15px 10px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*全スマホ*/ }
  @media only screen and (max-width: 40em) {
    .parenthesis {
      width: 92%; } }

/*.parenthesis::before,
.parenthesis::after {
  position: absolute;
  content: '';
  width: 50px;
  height: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}*/
/*テーブル
******************************************************************************/
table {
  border-collapse: collapse;
  text-align: left;
  width: 100%;
  max-width: 100%; }
  table th {
    padding: 10px;
    font-weight: bold;
    vertical-align: middle;
    border: 1px solid #CDCDCD;
    background: #EEE;
    color: #1A2B6C;
    /*line-height: 1.3;*/
    font-size: 1.0rem; }
  table td {
    padding: 10px;
    vertical-align: middle;
    border: 1px solid #CDCDCD;
    background: #FFF;
    color: #333;
    /*line-height: 1.3;*/
    font-size: 1.0rem; }
  table thead {
    background: #1A2B6C;
    color: #FFF;
    text-align: center; }
    table thead th, table thead td {
      color: #FFF;
      background: none; }

dt {
  float: left; }

dd {
  margin: 0px;
  padding-left: 110px; }

/*enkaku_dl dd {
	 
    border-bottom: 1px dashed #CCCCCC;
    padding: 1em 0 1em 9em;
}*/
/*テーブル
******************************************************************************/
.center {
  text-align: center; }

/*ボーダー
******************************************************************************/
.left-border {
  border-left: solid 3px #666666;
  padding-left: 100px; }

.c-link {
  text-decoration: none; }
  .c-link:hover {
    text-decoration: underline;
    color: currentColor; }

.col__wrap, .col__wrap--margin, .col__wrap--marginL, .col__wrap--marginS, .col__wrap--center {
  padding: 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .col__wrap--margin {
    margin: 1% 0%; }
    .col__wrap--margin > li {
      padding: 1%; }
  .col__wrap--marginL {
    margin: 2% -2%; }
    .col__wrap--marginL > li {
      padding: 2%; }
  .col__wrap--marginS {
    margin: .5% -.5%; }
    .col__wrap--marginS > li {
      padding: .5%; }
  .col__wrap--stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
  .col__wrap--center > li {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center; }

.col--1 {
  width: 8.33333%;
  list-style: none;
  text-indent: inherit;
  padding: 0;
  margin: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .col--1.col--right {
    float: right; }

/*PC*/
@media all and (min-width: 40em) {
  .col--pc-1 {
    width: 8.33333%;
    list-style: none;
    text-indent: inherit;
    padding: 0;
    margin: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .col--pc-1.col--right {
      float: right; } }

/*全スマホ*/
@media only screen and (max-width: 40em) {
  .col--sp-1 {
    width: 8.33333%;
    list-style: none;
    text-indent: inherit;
    padding: 0;
    margin: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .col--sp-1.col--right {
      float: right; } }

.col--2 {
  width: 16.66667%;
  list-style: none;
  text-indent: inherit;
  padding: 0;
  margin: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .col--2.col--right {
    float: right; }

/*PC*/
@media all and (min-width: 40em) {
  .col--pc-2 {
    width: 16.66667%;
    list-style: none;
    text-indent: inherit;
    padding: 0;
    margin: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .col--pc-2.col--right {
      float: right; } }

/*全スマホ*/
@media only screen and (max-width: 40em) {
  .col--sp-2 {
    width: 16.66667%;
    list-style: none;
    text-indent: inherit;
    padding: 0;
    margin: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .col--sp-2.col--right {
      float: right; } }

.col--3 {
  width: 25%;
  list-style: none;
  text-indent: inherit;
  padding: 0;
  margin: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .col--3.col--right {
    float: right; }

/*PC*/
@media all and (min-width: 40em) {
  .col--pc-3 {
    width: 25%;
    list-style: none;
    text-indent: inherit;
    padding: 0;
    margin: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .col--pc-3.col--right {
      float: right; } }

/*全スマホ*/
@media only screen and (max-width: 40em) {
  .col--sp-3 {
    width: 25%;
    list-style: none;
    text-indent: inherit;
    padding: 0;
    margin: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .col--sp-3.col--right {
      float: right; } }

.col--4 {
  width: 33.33333%;
  list-style: none;
  text-indent: inherit;
  padding: 0;
  margin: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .col--4.col--right {
    float: right; }

/*PC*/
@media all and (min-width: 40em) {
  .col--pc-4 {
    width: 33.33333%;
    list-style: none;
    text-indent: inherit;
    padding: 0;
    margin: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .col--pc-4.col--right {
      float: right; } }

/*全スマホ*/
@media only screen and (max-width: 40em) {
  .col--sp-4 {
    width: 33.33333%;
    list-style: none;
    text-indent: inherit;
    padding: 0;
    margin: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .col--sp-4.col--right {
      float: right; } }

.col--5 {
  width: 41.66667%;
  list-style: none;
  text-indent: inherit;
  padding: 0;
  margin: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .col--5.col--right {
    float: right; }

/*PC*/
@media all and (min-width: 40em) {
  .col--pc-5 {
    width: 41.66667%;
    list-style: none;
    text-indent: inherit;
    padding: 0;
    margin: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .col--pc-5.col--right {
      float: right; } }

/*全スマホ*/
@media only screen and (max-width: 40em) {
  .col--sp-5 {
    width: 41.66667%;
    list-style: none;
    text-indent: inherit;
    padding: 0;
    margin: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .col--sp-5.col--right {
      float: right; } }

.col--6 {
  width: 50%;
  list-style: none;
  text-indent: inherit;
  padding: 0;
  margin: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .col--6.col--right {
    float: right; }

/*PC*/
@media all and (min-width: 40em) {
  .col--pc-6 {
    width: 50%;
    list-style: none;
    text-indent: inherit;
    padding: 0;
    margin: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .col--pc-6.col--right {
      float: right; } }

/*全スマホ*/
@media only screen and (max-width: 40em) {
  .col--sp-6 {
    width: 50%;
    list-style: none;
    text-indent: inherit;
    padding: 0;
    margin: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .col--sp-6.col--right {
      float: right; } }

.col--7 {
  width: 58.33333%;
  list-style: none;
  text-indent: inherit;
  padding: 0;
  margin: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .col--7.col--right {
    float: right; }

/*PC*/
@media all and (min-width: 40em) {
  .col--pc-7 {
    width: 58.33333%;
    list-style: none;
    text-indent: inherit;
    padding: 0;
    margin: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .col--pc-7.col--right {
      float: right; } }

/*全スマホ*/
@media only screen and (max-width: 40em) {
  .col--sp-7 {
    width: 58.33333%;
    list-style: none;
    text-indent: inherit;
    padding: 0;
    margin: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .col--sp-7.col--right {
      float: right; } }

.col--8 {
  width: 66.66667%;
  list-style: none;
  text-indent: inherit;
  padding: 0;
  margin: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .col--8.col--right {
    float: right; }

/*PC*/
@media all and (min-width: 40em) {
  .col--pc-8 {
    width: 66.66667%;
    list-style: none;
    text-indent: inherit;
    padding: 0;
    margin: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .col--pc-8.col--right {
      float: right; } }

/*全スマホ*/
@media only screen and (max-width: 40em) {
  .col--sp-8 {
    width: 66.66667%;
    list-style: none;
    text-indent: inherit;
    padding: 0;
    margin: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .col--sp-8.col--right {
      float: right; } }

.col--9 {
  width: 75%;
  list-style: none;
  text-indent: inherit;
  padding: 0;
  margin: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .col--9.col--right {
    float: right; }

/*PC*/
@media all and (min-width: 40em) {
  .col--pc-9 {
    width: 75%;
    list-style: none;
    text-indent: inherit;
    padding: 0;
    margin: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .col--pc-9.col--right {
      float: right; } }

/*全スマホ*/
@media only screen and (max-width: 40em) {
  .col--sp-9 {
    width: 75%;
    list-style: none;
    text-indent: inherit;
    padding: 0;
    margin: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .col--sp-9.col--right {
      float: right; } }

.col--10 {
  width: 83.33333%;
  list-style: none;
  text-indent: inherit;
  padding: 0;
  margin: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .col--10.col--right {
    float: right; }

/*PC*/
@media all and (min-width: 40em) {
  .col--pc-10 {
    width: 83.33333%;
    list-style: none;
    text-indent: inherit;
    padding: 0;
    margin: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .col--pc-10.col--right {
      float: right; } }

/*全スマホ*/
@media only screen and (max-width: 40em) {
  .col--sp-10 {
    width: 83.33333%;
    list-style: none;
    text-indent: inherit;
    padding: 0;
    margin: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .col--sp-10.col--right {
      float: right; } }

.col--11 {
  width: 91.66667%;
  list-style: none;
  text-indent: inherit;
  padding: 0;
  margin: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .col--11.col--right {
    float: right; }

/*PC*/
@media all and (min-width: 40em) {
  .col--pc-11 {
    width: 91.66667%;
    list-style: none;
    text-indent: inherit;
    padding: 0;
    margin: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .col--pc-11.col--right {
      float: right; } }

/*全スマホ*/
@media only screen and (max-width: 40em) {
  .col--sp-11 {
    width: 91.66667%;
    list-style: none;
    text-indent: inherit;
    padding: 0;
    margin: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .col--sp-11.col--right {
      float: right; } }

.col--12 {
  width: 100%;
  list-style: none;
  text-indent: inherit;
  padding: 0;
  margin: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .col--12.col--right {
    float: right; }

/*PC*/
@media all and (min-width: 40em) {
  .col--pc-12 {
    width: 100%;
    list-style: none;
    text-indent: inherit;
    padding: 0;
    margin: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .col--pc-12.col--right {
      float: right; } }

/*全スマホ*/
@media only screen and (max-width: 40em) {
  .col--sp-12 {
    width: 100%;
    list-style: none;
    text-indent: inherit;
    padding: 0;
    margin: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .col--sp-12.col--right {
      float: right; } }

.Box-Menu .col--item:only-child {
  width: 100%; }

.Box-Menu li:first-child:nth-last-child(2),
.Box-Menu li:first-child:nth-last-child(2) ~ li,
.Box-Menu .col--item:first-child:nth-last-child(3),
.Box-Menu .col--item:first-child:nth-last-child(3) ~ .col--item,
.Box-Menu .col--item:first-child:nth-last-child(4),
.Box-Menu .col--item:first-child:nth-last-child(4) ~ .col--item,
.Box-Menu .col--item:first-child:nth-last-child(5),
.Box-Menu .col--item:first-child:nth-last-child(5) ~ .col--item,
.Box-Menu .col--item:first-child:nth-last-child(6),
.Box-Menu .col--item:first-child:nth-last-child(6) ~ .col--item {
  width: 24%;
  /*全スマホ*/ }
  @media only screen and (max-width: 40em) {
    .Box-Menu li:first-child:nth-last-child(2),
    .Box-Menu li:first-child:nth-last-child(2) ~ li,
    .Box-Menu .col--item:first-child:nth-last-child(3),
    .Box-Menu .col--item:first-child:nth-last-child(3) ~ .col--item,
    .Box-Menu .col--item:first-child:nth-last-child(4),
    .Box-Menu .col--item:first-child:nth-last-child(4) ~ .col--item,
    .Box-Menu .col--item:first-child:nth-last-child(5),
    .Box-Menu .col--item:first-child:nth-last-child(5) ~ .col--item,
    .Box-Menu .col--item:first-child:nth-last-child(6),
    .Box-Menu .col--item:first-child:nth-last-child(6) ~ .col--item {
      width: 49%; } }

.font-sp--50 {
  /*全スマホ*/ }
  @media only screen and (max-width: 40em) {
    .font-sp--50 {
      font-size: 50%; } }

.font-sp--70 {
  /*全スマホ*/ }
  @media only screen and (max-width: 40em) {
    .font-sp--70 {
      font-size: 70%; } }

.font-sp--80 {
  /*全スマホ*/ }
  @media only screen and (max-width: 40em) {
    .font-sp--80 {
      font-size: 80%; } }

.font-sp--90 {
  /*全スマホ*/ }
  @media only screen and (max-width: 40em) {
    .font-sp--90 {
      font-size: 90%; } }

.font-sp--120 {
  /*全スマホ*/ }
  @media only screen and (max-width: 40em) {
    .font-sp--120 {
      font-size: 120%; } }

.font-sp--150 {
  /*全スマホ*/ }
  @media only screen and (max-width: 40em) {
    .font-sp--150 {
      font-size: 150%; } }

.font-sp--180 {
  /*全スマホ*/ }
  @media only screen and (max-width: 40em) {
    .font-sp--180 {
      font-size: 180%; } }

.font-sp--200 {
  /*全スマホ*/ }
  @media only screen and (max-width: 40em) {
    .font-sp--200 {
      font-size: 200%; } }

.font-sp--250 {
  /*全スマホ*/ }
  @media only screen and (max-width: 40em) {
    .font-sp--250 {
      font-size: 250%; } }

.font-sp--300 {
  /*全スマホ*/ }
  @media only screen and (max-width: 40em) {
    .font-sp--300 {
      font-size: 300%; } }

.font-pc--50 {
  /*PC*/ }
  @media all and (min-width: 40em) {
    .font-pc--50 {
      font-size: 50%; } }

.font-pc--60 {
  /*PC*/ }
  @media all and (min-width: 40em) {
    .font-pc--60 {
      font-size: 60%; } }

.font-pc--70 {
  /*PC*/ }
  @media all and (min-width: 40em) {
    .font-pc--70 {
      font-size: 70%; } }

.font-pc--80 {
  /*PC*/ }
  @media all and (min-width: 40em) {
    .font-pc--80 {
      font-size: 80%; } }

.font-pc--120 {
  /*PC*/ }
  @media all and (min-width: 40em) {
    .font-pc--120 {
      font-size: 120%; } }

.font-pc--150 {
  /*PC*/ }
  @media all and (min-width: 40em) {
    .font-pc--150 {
      font-size: 150%; } }

.font-pc--180 {
  /*PC*/ }
  @media all and (min-width: 40em) {
    .font-pc--180 {
      font-size: 180%; } }

.font-pc--200 {
  /*PC*/ }
  @media all and (min-width: 40em) {
    .font-pc--200 {
      font-size: 200%; } }

.font-pc--250 {
  /*PC*/ }
  @media all and (min-width: 40em) {
    .font-pc--250 {
      font-size: 250%; } }

.font-pc--300 {
  /*PC*/ }
  @media all and (min-width: 40em) {
    .font-pc--300 {
      font-size: 300%; } }

.font-pc--400 {
  /*PC*/ }
  @media all and (min-width: 40em) {
    .font-pc--400 {
      font-size: 400%; } }

.h-insta {
  /*全スマホ*/ }
  @media only screen and (max-width: 40em) {
    .h-insta {
      background-color: #FFF;
      background-image: url("/wp-content/themes/BSC-2018/images/event/menu_img/2019/07/gakusai/insta_icon.png");
      background-size: 40px 40px;
      /* 画像サイズ */
      background-repeat: no-repeat;
      /* 繰り返し表示オフ */
      background-position: 5px center;
      padding: 10px 5px 10px 50px;
      /* 画像と重ならないように文字列を右に移動 */
      margin-bottom: 0;
      border-bottom: none; } }

/*font
******************************************************************************/
footer {
  background: #666666;
  color: #FFFFFF; }
  footer p {
    margin: 0;
    padding: 10px; }

.logo {
  width: 30%;
  height: auto;
  /*全スマホ*/ }
  @media only screen and (max-width: 40em) {
    .logo {
      width: 80%;
      margin: 15px auto 0; } }

/*.swiper-slide img {
  max-width: 100%;
  height: 50vw;
  object-fit: cover;
}
*/
.Font-Mincho {
  font-family: "Noto Serif JP", serif; }

.Font-catch--main {
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  text-align: center;
  padding: 0;
  margin: 0;
  /*全スマホ*/ }
  @media only screen and (max-width: 40em) {
    .Font-catch--main {
      font-size: 1.3rem; } }

.Font-catch--sub {
  margin-top: 0.5rem;
  /*全スマホ*/ }
  @media only screen and (max-width: 40em) {
    .Font-catch--sub {
      font-size: 0.85rem; } }

.enkaku {
  line-height: 1.8;
  /*全スマホ*/ }
  @media only screen and (max-width: 40em) {
    .enkaku {
      font-size: 0.85rem; } }

.icon--clip:before {
  content: "\f0c6";
  font-family: "Font Awesome 5 Free";
  margin-right: 5px;
  color: #3A5E93;
  font-weight: bold; }

.icon--building:before {
  content: "\f1ad";
  font-family: "Font Awesome 5 Free";
  margin-right: 5px;
  color: #3A5E93;
  font-weight: bold; }

/*swiper*/
.swiper-container {
  height: 40vh;
  background: #1A2B6C;
  padding: 2vh 0 4vh 0;
  /*全スマホ*/ }
  @media only screen and (max-width: 40em) {
    .swiper-container {
      height: 380px;
      padding: 2vh 0 5vh 0; } }

.swiper-wrapper {
  padding: 0; }

.swiper-slide {
  height: 100vh; }
  .swiper-slide.slide02 {
    border-bottom: 1vh solid rgba(26, 43, 108, 0.82);
    border-top: 1vh solid rgba(26, 43, 108, 0.82);
    /*background:#F9F8FC;*/
    background: #fff;
    /*全スマホ*/ }
    @media only screen and (max-width: 40em) {
      .swiper-slide.slide02 {
        border-bottom: 1.5vh solid rgba(26, 43, 108, 0.82);
        border-top: 1.5vh solid rgba(26, 43, 108, 0.82); } }

.swiper-slide > img {
  object-fit: contain;
  width: 100%;
  height: 100%; }

/*swiperテキスト*/
.slide-chach {
  position: relative;
  background: #1A2B6C;
  color: #FFFFFF;
  padding: 1.5rem 0; }
  .slide-chach--inner {
    /*全スマホ*/ }
    @media only screen and (max-width: 40em) {
      .slide-chach--inner {
        padding: 0; } }
  .slide-chach h1 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    font-size: 3vh;
    /*全スマホ*/ }
    @media only screen and (max-width: 40em) {
      .slide-chach h1 {
        font-size: 2.7vh; } }

.slide-description {
  background: #1A2B6C;
  color: #FFFFFF;
  padding: 0;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  display: inline-block;
  text-align: left;
  /*全スマホ*/ }
  .slide-description P {
    font-size: 1.75vmin; }
  @media only screen and (max-width: 40em) {
    .slide-description {
      width: 92%;
      padding-top: 1rem; }
      .slide-description p {
        font-size: 0.88rem; } }

.swiper-button-prev:after,
.swiper-button-next:after {
  /*全スマホ*/ }
  @media only screen and (max-width: 40em) {
    .swiper-button-prev:after,
    .swiper-button-next:after {
      display: none; } }

.c-footer-link {
  padding: 20px 0;
  /*PC*/ }
  @media all and (min-width: 40em) {
    .c-footer-link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      gap: 15px;
      padding: 30px 0; } }
  .c-footer-link__item {
    /*全スマホ*/ }
    @media only screen and (max-width: 40em) {
      .c-footer-link__item {
        margin: 5px 0; } }

.u-ta-center {
  text-align: center; }

.u-co-white {
  color: white; }

/*# sourceMappingURL=maps/style.css.map */
