@charset "UTF-8";
/* -------------------
  RESET
--------------------*/
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
address,
img,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
section,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0; }

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

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

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

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

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

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%; }

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

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

a {
  text-decoration: none; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: none; }

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

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * 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 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

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

/**
 * 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 Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

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

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

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

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

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

html,
button,
input,
select,
textarea {
  color: #222; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

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

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

/* -------------------
  NO - RESET
--------------------*/
.no-reset * {
  line-height: normal; }

.no-reset html {
  box-sizing: content-box; }

.no-reset body {
  margin: 8px;
  line-height: normal; }

.no-reset p {
  margin: 1em 0; }

.no-reset blockquote,
.no-reset figure {
  margin: 1em 40px; }

.no-reset q {
  quotes: "“" "”" "‘" "’"; }
  .no-reset q:before {
    content: open-quote; }
  .no-reset q:after {
    content: close-quote; }

.no-reset hr {
  border: 1px inset;
  box-sizing: border-box;
  margin: 0.5em auto; }

.no-reset h1 {
  font-size: 2em;
  font-weight: bold;
  margin: 0.67em 0; }

.no-reset h2 {
  font-size: 1.5em;
  font-weight: bold;
  margin: 0.83em 0; }

.no-reset h3 {
  font-size: 1.17em;
  font-weight: bold;
  margin: 1em 0; }

.no-reset h4 {
  font-size: 1.00em;
  font-weight: bold;
  margin: 1.33em 0; }

.no-reset h5 {
  font-size: 0.83em;
  font-weight: bold;
  margin: 1.67em 0; }

.no-reset h6 {
  font-size: 0.67em;
  font-weight: bold;
  margin: 2.33em 0; }

.no-reset article h1,
.no-reset aside h1,
.no-reset nav h1,
.no-reset section h1 {
  font-size: 1.5em;
  font-weight: bold;
  margin: 0.83em 0; }

.no-reset article article h1,
.no-reset article aside h1,
.no-reset article nav h1,
.no-reset article section h1,
.no-reset aside article h1,
.no-reset aside aside h1,
.no-reset aside nav h1,
.no-reset aside section h1,
.no-reset nav article h1,
.no-reset nav aside h1,
.no-reset nav nav h1,
.no-reset nav section h1,
.no-reset section article h1,
.no-reset section aside h1,
.no-reset section nav h1,
.no-reset section section h1 {
  font-size: 1.17em;
  font-weight: bold;
  margin: 1em 0; }

.no-reset article article article h1,
.no-reset article article aside h1,
.no-reset article article nav h1,
.no-reset article article section h1,
.no-reset article aside article h1,
.no-reset article aside aside h1,
.no-reset article aside nav h1,
.no-reset article aside section h1,
.no-reset article nav article h1,
.no-reset article nav aside h1,
.no-reset article nav nav h1,
.no-reset article nav section h1,
.no-reset article section article h1,
.no-reset article section aside h1,
.no-reset article section nav h1,
.no-reset article section section h1,
.no-reset aside article article h1,
.no-reset aside article aside h1,
.no-reset aside article nav h1,
.no-reset aside article section h1,
.no-reset aside aside article h1,
.no-reset aside aside aside h1,
.no-reset aside aside nav h1,
.no-reset aside aside section h1,
.no-reset aside nav article h1,
.no-reset aside nav aside h1,
.no-reset aside nav nav h1,
.no-reset aside nav section h1,
.no-reset aside section article h1,
.no-reset aside section aside h1,
.no-reset aside section nav h1,
.no-reset aside section section h1,
.no-reset nav article article h1,
.no-reset nav article aside h1,
.no-reset nav article nav h1,
.no-reset nav article section h1,
.no-reset nav aside article h1,
.no-reset nav aside aside h1,
.no-reset nav aside nav h1,
.no-reset nav aside section h1,
.no-reset nav nav article h1,
.no-reset nav nav aside h1,
.no-reset nav nav nav h1,
.no-reset nav nav section h1,
.no-reset nav section article h1,
.no-reset nav section aside h1,
.no-reset nav section nav h1,
.no-reset nav section section h1,
.no-reset section article article h1,
.no-reset section article aside h1,
.no-reset section article nav h1,
.no-reset section article section h1,
.no-reset section aside article h1,
.no-reset section aside aside h1,
.no-reset section aside nav h1,
.no-reset section aside section h1,
.no-reset section nav article h1,
.no-reset section nav aside h1,
.no-reset section nav nav h1,
.no-reset section nav section h1,
.no-reset section section article h1,
.no-reset section section aside h1,
.no-reset section section nav h1,
.no-reset section section section h1 {
  font-size: 1.00em;
  font-weight: bold;
  margin: 1.33em 0; }

.no-reset article article article article h1,
.no-reset article article article aside h1,
.no-reset article article article nav h1,
.no-reset article article article section h1,
.no-reset article article aside article h1,
.no-reset article article aside aside h1,
.no-reset article article aside nav h1,
.no-reset article article aside section h1,
.no-reset article article nav article h1,
.no-reset article article nav aside h1,
.no-reset article article nav nav h1,
.no-reset article article nav section h1,
.no-reset article article section article h1,
.no-reset article article section aside h1,
.no-reset article article section nav h1,
.no-reset article article section section h1,
.no-reset article aside article article h1,
.no-reset article aside article aside h1,
.no-reset article aside article nav h1,
.no-reset article aside article section h1,
.no-reset article aside aside article h1,
.no-reset article aside aside aside h1,
.no-reset article aside aside nav h1,
.no-reset article aside aside section h1,
.no-reset article aside nav article h1,
.no-reset article aside nav aside h1,
.no-reset article aside nav nav h1,
.no-reset article aside nav section h1,
.no-reset article aside section article h1,
.no-reset article aside section aside h1,
.no-reset article aside section nav h1,
.no-reset article aside section section h1,
.no-reset article nav article article h1,
.no-reset article nav article aside h1,
.no-reset article nav article nav h1,
.no-reset article nav article section h1,
.no-reset article nav aside article h1,
.no-reset article nav aside aside h1,
.no-reset article nav aside nav h1,
.no-reset article nav aside section h1,
.no-reset article nav nav article h1,
.no-reset article nav nav aside h1,
.no-reset article nav nav nav h1,
.no-reset article nav nav section h1,
.no-reset article nav section article h1,
.no-reset article nav section aside h1,
.no-reset article nav section nav h1,
.no-reset article nav section section h1,
.no-reset article section article article h1,
.no-reset article section article aside h1,
.no-reset article section article nav h1,
.no-reset article section article section h1,
.no-reset article section aside article h1,
.no-reset article section aside aside h1,
.no-reset article section aside nav h1,
.no-reset article section aside section h1,
.no-reset article section nav article h1,
.no-reset article section nav aside h1,
.no-reset article section nav nav h1,
.no-reset article section nav section h1,
.no-reset article section section article h1,
.no-reset article section section aside h1,
.no-reset article section section nav h1,
.no-reset article section section section h1,
.no-reset aside article article article h1,
.no-reset aside article article aside h1,
.no-reset aside article article nav h1,
.no-reset aside article article section h1,
.no-reset aside article aside article h1,
.no-reset aside article aside aside h1,
.no-reset aside article aside nav h1,
.no-reset aside article aside section h1,
.no-reset aside article nav article h1,
.no-reset aside article nav aside h1,
.no-reset aside article nav nav h1,
.no-reset aside article nav section h1,
.no-reset aside article section article h1,
.no-reset aside article section aside h1,
.no-reset aside article section nav h1,
.no-reset aside article section section h1,
.no-reset aside aside article article h1,
.no-reset aside aside article aside h1,
.no-reset aside aside article nav h1,
.no-reset aside aside article section h1,
.no-reset aside aside aside article h1,
.no-reset aside aside aside aside h1,
.no-reset aside aside aside nav h1,
.no-reset aside aside aside section h1,
.no-reset aside aside nav article h1,
.no-reset aside aside nav aside h1,
.no-reset aside aside nav nav h1,
.no-reset aside aside nav section h1,
.no-reset aside aside section article h1,
.no-reset aside aside section aside h1,
.no-reset aside aside section nav h1,
.no-reset aside aside section section h1,
.no-reset aside nav article article h1,
.no-reset aside nav article aside h1,
.no-reset aside nav article nav h1,
.no-reset aside nav article section h1,
.no-reset aside nav aside article h1,
.no-reset aside nav aside aside h1,
.no-reset aside nav aside nav h1,
.no-reset aside nav aside section h1,
.no-reset aside nav nav article h1,
.no-reset aside nav nav aside h1,
.no-reset aside nav nav nav h1,
.no-reset aside nav nav section h1,
.no-reset aside nav section article h1,
.no-reset aside nav section aside h1,
.no-reset aside nav section nav h1,
.no-reset aside nav section section h1,
.no-reset aside section article article h1,
.no-reset aside section article aside h1,
.no-reset aside section article nav h1,
.no-reset aside section article section h1,
.no-reset aside section aside article h1,
.no-reset aside section aside aside h1,
.no-reset aside section aside nav h1,
.no-reset aside section aside section h1,
.no-reset aside section nav article h1,
.no-reset aside section nav aside h1,
.no-reset aside section nav nav h1,
.no-reset aside section nav section h1,
.no-reset aside section section article h1,
.no-reset aside section section aside h1,
.no-reset aside section section nav h1,
.no-reset aside section section section h1,
.no-reset nav article article article h1,
.no-reset nav article article aside h1,
.no-reset nav article article nav h1,
.no-reset nav article article section h1,
.no-reset nav article aside article h1,
.no-reset nav article aside aside h1,
.no-reset nav article aside nav h1,
.no-reset nav article aside section h1,
.no-reset nav article nav article h1,
.no-reset nav article nav aside h1,
.no-reset nav article nav nav h1,
.no-reset nav article nav section h1,
.no-reset nav article section article h1,
.no-reset nav article section aside h1,
.no-reset nav article section nav h1,
.no-reset nav article section section h1,
.no-reset nav aside article article h1,
.no-reset nav aside article aside h1,
.no-reset nav aside article nav h1,
.no-reset nav aside article section h1,
.no-reset nav aside aside article h1,
.no-reset nav aside aside aside h1,
.no-reset nav aside aside nav h1,
.no-reset nav aside aside section h1,
.no-reset nav aside nav article h1,
.no-reset nav aside nav aside h1,
.no-reset nav aside nav nav h1,
.no-reset nav aside nav section h1,
.no-reset nav aside section article h1,
.no-reset nav aside section aside h1,
.no-reset nav aside section nav h1,
.no-reset nav aside section section h1,
.no-reset nav nav article article h1,
.no-reset nav nav article aside h1,
.no-reset nav nav article nav h1,
.no-reset nav nav article section h1,
.no-reset nav nav aside article h1,
.no-reset nav nav aside aside h1,
.no-reset nav nav aside nav h1,
.no-reset nav nav aside section h1,
.no-reset nav nav nav article h1,
.no-reset nav nav nav aside h1,
.no-reset nav nav nav nav h1,
.no-reset nav nav nav section h1,
.no-reset nav nav section article h1,
.no-reset nav nav section aside h1,
.no-reset nav nav section nav h1,
.no-reset nav nav section section h1,
.no-reset nav section article article h1,
.no-reset nav section article aside h1,
.no-reset nav section article nav h1,
.no-reset nav section article section h1,
.no-reset nav section aside article h1,
.no-reset nav section aside aside h1,
.no-reset nav section aside nav h1,
.no-reset nav section aside section h1,
.no-reset nav section nav article h1,
.no-reset nav section nav aside h1,
.no-reset nav section nav nav h1,
.no-reset nav section nav section h1,
.no-reset nav section section article h1,
.no-reset nav section section aside h1,
.no-reset nav section section nav h1,
.no-reset nav section section section h1,
.no-reset section article article article h1,
.no-reset section article article aside h1,
.no-reset section article article nav h1,
.no-reset section article article section h1,
.no-reset section article aside article h1,
.no-reset section article aside aside h1,
.no-reset section article aside nav h1,
.no-reset section article aside section h1,
.no-reset section article nav article h1,
.no-reset section article nav aside h1,
.no-reset section article nav nav h1,
.no-reset section article nav section h1,
.no-reset section article section article h1,
.no-reset section article section aside h1,
.no-reset section article section nav h1,
.no-reset section article section section h1,
.no-reset section aside article article h1,
.no-reset section aside article aside h1,
.no-reset section aside article nav h1,
.no-reset section aside article section h1,
.no-reset section aside aside article h1,
.no-reset section aside aside aside h1,
.no-reset section aside aside nav h1,
.no-reset section aside aside section h1,
.no-reset section aside nav article h1,
.no-reset section aside nav aside h1,
.no-reset section aside nav nav h1,
.no-reset section aside nav section h1,
.no-reset section aside section article h1,
.no-reset section aside section aside h1,
.no-reset section aside section nav h1,
.no-reset section aside section section h1,
.no-reset section nav article article h1,
.no-reset section nav article aside h1,
.no-reset section nav article nav h1,
.no-reset section nav article section h1,
.no-reset section nav aside article h1,
.no-reset section nav aside aside h1,
.no-reset section nav aside nav h1,
.no-reset section nav aside section h1,
.no-reset section nav nav article h1,
.no-reset section nav nav aside h1,
.no-reset section nav nav nav h1,
.no-reset section nav nav section h1,
.no-reset section nav section article h1,
.no-reset section nav section aside h1,
.no-reset section nav section nav h1,
.no-reset section nav section section h1,
.no-reset section section article article h1,
.no-reset section section article aside h1,
.no-reset section section article nav h1,
.no-reset section section article section h1,
.no-reset section section aside article h1,
.no-reset section section aside aside h1,
.no-reset section section aside nav h1,
.no-reset section section aside section h1,
.no-reset section section nav article h1,
.no-reset section section nav aside h1,
.no-reset section section nav nav h1,
.no-reset section section nav section h1,
.no-reset section section section article h1,
.no-reset section section section aside h1,
.no-reset section section section nav h1,
.no-reset section section section section h1 {
  font-size: 0.83em;
  font-weight: bold;
  margin: 1.67em 0; }

.no-reset article article article article article h1,
.no-reset article article article article aside h1,
.no-reset article article article article nav h1,
.no-reset article article article article section h1,
.no-reset article article article aside article h1,
.no-reset article article article aside aside h1,
.no-reset article article article aside nav h1,
.no-reset article article article aside section h1,
.no-reset article article article nav article h1,
.no-reset article article article nav aside h1,
.no-reset article article article nav nav h1,
.no-reset article article article nav section h1,
.no-reset article article article section article h1,
.no-reset article article article section aside h1,
.no-reset article article article section nav h1,
.no-reset article article article section section h1,
.no-reset article article aside article article h1,
.no-reset article article aside article aside h1,
.no-reset article article aside article nav h1,
.no-reset article article aside article section h1,
.no-reset article article aside aside article h1,
.no-reset article article aside aside aside h1,
.no-reset article article aside aside nav h1,
.no-reset article article aside aside section h1,
.no-reset article article aside nav article h1,
.no-reset article article aside nav aside h1,
.no-reset article article aside nav nav h1,
.no-reset article article aside nav section h1,
.no-reset article article aside section article h1,
.no-reset article article aside section aside h1,
.no-reset article article aside section nav h1,
.no-reset article article aside section section h1,
.no-reset article article nav article article h1,
.no-reset article article nav article aside h1,
.no-reset article article nav article nav h1,
.no-reset article article nav article section h1,
.no-reset article article nav aside article h1,
.no-reset article article nav aside aside h1,
.no-reset article article nav aside nav h1,
.no-reset article article nav aside section h1,
.no-reset article article nav nav article h1,
.no-reset article article nav nav aside h1,
.no-reset article article nav nav nav h1,
.no-reset article article nav nav section h1,
.no-reset article article nav section article h1,
.no-reset article article nav section aside h1,
.no-reset article article nav section nav h1,
.no-reset article article nav section section h1,
.no-reset article article section article article h1,
.no-reset article article section article aside h1,
.no-reset article article section article nav h1,
.no-reset article article section article section h1,
.no-reset article article section aside article h1,
.no-reset article article section aside aside h1,
.no-reset article article section aside nav h1,
.no-reset article article section aside section h1,
.no-reset article article section nav article h1,
.no-reset article article section nav aside h1,
.no-reset article article section nav nav h1,
.no-reset article article section nav section h1,
.no-reset article article section section article h1,
.no-reset article article section section aside h1,
.no-reset article article section section nav h1,
.no-reset article article section section section h1,
.no-reset article aside article article article h1,
.no-reset article aside article article aside h1,
.no-reset article aside article article nav h1,
.no-reset article aside article article section h1,
.no-reset article aside article aside article h1,
.no-reset article aside article aside aside h1,
.no-reset article aside article aside nav h1,
.no-reset article aside article aside section h1,
.no-reset article aside article nav article h1,
.no-reset article aside article nav aside h1,
.no-reset article aside article nav nav h1,
.no-reset article aside article nav section h1,
.no-reset article aside article section article h1,
.no-reset article aside article section aside h1,
.no-reset article aside article section nav h1,
.no-reset article aside article section section h1,
.no-reset article aside aside article article h1,
.no-reset article aside aside article aside h1,
.no-reset article aside aside article nav h1,
.no-reset article aside aside article section h1,
.no-reset article aside aside aside article h1,
.no-reset article aside aside aside aside h1,
.no-reset article aside aside aside nav h1,
.no-reset article aside aside aside section h1,
.no-reset article aside aside nav article h1,
.no-reset article aside aside nav aside h1,
.no-reset article aside aside nav nav h1,
.no-reset article aside aside nav section h1,
.no-reset article aside aside section article h1,
.no-reset article aside aside section aside h1,
.no-reset article aside aside section nav h1,
.no-reset article aside aside section section h1,
.no-reset article aside nav article article h1,
.no-reset article aside nav article aside h1,
.no-reset article aside nav article nav h1,
.no-reset article aside nav article section h1,
.no-reset article aside nav aside article h1,
.no-reset article aside nav aside aside h1,
.no-reset article aside nav aside nav h1,
.no-reset article aside nav aside section h1,
.no-reset article aside nav nav article h1,
.no-reset article aside nav nav aside h1,
.no-reset article aside nav nav nav h1,
.no-reset article aside nav nav section h1,
.no-reset article aside nav section article h1,
.no-reset article aside nav section aside h1,
.no-reset article aside nav section nav h1,
.no-reset article aside nav section section h1,
.no-reset article aside section article article h1,
.no-reset article aside section article aside h1,
.no-reset article aside section article nav h1,
.no-reset article aside section article section h1,
.no-reset article aside section aside article h1,
.no-reset article aside section aside aside h1,
.no-reset article aside section aside nav h1,
.no-reset article aside section aside section h1,
.no-reset article aside section nav article h1,
.no-reset article aside section nav aside h1,
.no-reset article aside section nav nav h1,
.no-reset article aside section nav section h1,
.no-reset article aside section section article h1,
.no-reset article aside section section aside h1,
.no-reset article aside section section nav h1,
.no-reset article aside section section section h1,
.no-reset article nav article article article h1,
.no-reset article nav article article aside h1,
.no-reset article nav article article nav h1,
.no-reset article nav article article section h1,
.no-reset article nav article aside article h1,
.no-reset article nav article aside aside h1,
.no-reset article nav article aside nav h1,
.no-reset article nav article aside section h1,
.no-reset article nav article nav article h1,
.no-reset article nav article nav aside h1,
.no-reset article nav article nav nav h1,
.no-reset article nav article nav section h1,
.no-reset article nav article section article h1,
.no-reset article nav article section aside h1,
.no-reset article nav article section nav h1,
.no-reset article nav article section section h1,
.no-reset article nav aside article article h1,
.no-reset article nav aside article aside h1,
.no-reset article nav aside article nav h1,
.no-reset article nav aside article section h1,
.no-reset article nav aside aside article h1,
.no-reset article nav aside aside aside h1,
.no-reset article nav aside aside nav h1,
.no-reset article nav aside aside section h1,
.no-reset article nav aside nav article h1,
.no-reset article nav aside nav aside h1,
.no-reset article nav aside nav nav h1,
.no-reset article nav aside nav section h1,
.no-reset article nav aside section article h1,
.no-reset article nav aside section aside h1,
.no-reset article nav aside section nav h1,
.no-reset article nav aside section section h1,
.no-reset article nav nav article article h1,
.no-reset article nav nav article aside h1,
.no-reset article nav nav article nav h1,
.no-reset article nav nav article section h1,
.no-reset article nav nav aside article h1,
.no-reset article nav nav aside aside h1,
.no-reset article nav nav aside nav h1,
.no-reset article nav nav aside section h1,
.no-reset article nav nav nav article h1,
.no-reset article nav nav nav aside h1,
.no-reset article nav nav nav nav h1,
.no-reset article nav nav nav section h1,
.no-reset article nav nav section article h1,
.no-reset article nav nav section aside h1,
.no-reset article nav nav section nav h1,
.no-reset article nav nav section section h1,
.no-reset article nav section article article h1,
.no-reset article nav section article aside h1,
.no-reset article nav section article nav h1,
.no-reset article nav section article section h1,
.no-reset article nav section aside article h1,
.no-reset article nav section aside aside h1,
.no-reset article nav section aside nav h1,
.no-reset article nav section aside section h1,
.no-reset article nav section nav article h1,
.no-reset article nav section nav aside h1,
.no-reset article nav section nav nav h1,
.no-reset article nav section nav section h1,
.no-reset article nav section section article h1,
.no-reset article nav section section aside h1,
.no-reset article nav section section nav h1,
.no-reset article nav section section section h1,
.no-reset article section article article article h1,
.no-reset article section article article aside h1,
.no-reset article section article article nav h1,
.no-reset article section article article section h1,
.no-reset article section article aside article h1,
.no-reset article section article aside aside h1,
.no-reset article section article aside nav h1,
.no-reset article section article aside section h1,
.no-reset article section article nav article h1,
.no-reset article section article nav aside h1,
.no-reset article section article nav nav h1,
.no-reset article section article nav section h1,
.no-reset article section article section article h1,
.no-reset article section article section aside h1,
.no-reset article section article section nav h1,
.no-reset article section article section section h1,
.no-reset article section aside article article h1,
.no-reset article section aside article aside h1,
.no-reset article section aside article nav h1,
.no-reset article section aside article section h1,
.no-reset article section aside aside article h1,
.no-reset article section aside aside aside h1,
.no-reset article section aside aside nav h1,
.no-reset article section aside aside section h1,
.no-reset article section aside nav article h1,
.no-reset article section aside nav aside h1,
.no-reset article section aside nav nav h1,
.no-reset article section aside nav section h1,
.no-reset article section aside section article h1,
.no-reset article section aside section aside h1,
.no-reset article section aside section nav h1,
.no-reset article section aside section section h1,
.no-reset article section nav article article h1,
.no-reset article section nav article aside h1,
.no-reset article section nav article nav h1,
.no-reset article section nav article section h1,
.no-reset article section nav aside article h1,
.no-reset article section nav aside aside h1,
.no-reset article section nav aside nav h1,
.no-reset article section nav aside section h1,
.no-reset article section nav nav article h1,
.no-reset article section nav nav aside h1,
.no-reset article section nav nav nav h1,
.no-reset article section nav nav section h1,
.no-reset article section nav section article h1,
.no-reset article section nav section aside h1,
.no-reset article section nav section nav h1,
.no-reset article section nav section section h1,
.no-reset article section section article article h1,
.no-reset article section section article aside h1,
.no-reset article section section article nav h1,
.no-reset article section section article section h1,
.no-reset article section section aside article h1,
.no-reset article section section aside aside h1,
.no-reset article section section aside nav h1,
.no-reset article section section aside section h1,
.no-reset article section section nav article h1,
.no-reset article section section nav aside h1,
.no-reset article section section nav nav h1,
.no-reset article section section nav section h1,
.no-reset article section section section article h1,
.no-reset article section section section aside h1,
.no-reset article section section section nav h1,
.no-reset article section section section section h1,
.no-reset aside article article article article h1,
.no-reset aside article article article aside h1,
.no-reset aside article article article nav h1,
.no-reset aside article article article section h1,
.no-reset aside article article aside article h1,
.no-reset aside article article aside aside h1,
.no-reset aside article article aside nav h1,
.no-reset aside article article aside section h1,
.no-reset aside article article nav article h1,
.no-reset aside article article nav aside h1,
.no-reset aside article article nav nav h1,
.no-reset aside article article nav section h1,
.no-reset aside article article section article h1,
.no-reset aside article article section aside h1,
.no-reset aside article article section nav h1,
.no-reset aside article article section section h1,
.no-reset aside article aside article article h1,
.no-reset aside article aside article aside h1,
.no-reset aside article aside article nav h1,
.no-reset aside article aside article section h1,
.no-reset aside article aside aside article h1,
.no-reset aside article aside aside aside h1,
.no-reset aside article aside aside nav h1,
.no-reset aside article aside aside section h1,
.no-reset aside article aside nav article h1,
.no-reset aside article aside nav aside h1,
.no-reset aside article aside nav nav h1,
.no-reset aside article aside nav section h1,
.no-reset aside article aside section article h1,
.no-reset aside article aside section aside h1,
.no-reset aside article aside section nav h1,
.no-reset aside article aside section section h1,
.no-reset aside article nav article article h1,
.no-reset aside article nav article aside h1,
.no-reset aside article nav article nav h1,
.no-reset aside article nav article section h1,
.no-reset aside article nav aside article h1,
.no-reset aside article nav aside aside h1,
.no-reset aside article nav aside nav h1,
.no-reset aside article nav aside section h1,
.no-reset aside article nav nav article h1,
.no-reset aside article nav nav aside h1,
.no-reset aside article nav nav nav h1,
.no-reset aside article nav nav section h1,
.no-reset aside article nav section article h1,
.no-reset aside article nav section aside h1,
.no-reset aside article nav section nav h1,
.no-reset aside article nav section section h1,
.no-reset aside article section article article h1,
.no-reset aside article section article aside h1,
.no-reset aside article section article nav h1,
.no-reset aside article section article section h1,
.no-reset aside article section aside article h1,
.no-reset aside article section aside aside h1,
.no-reset aside article section aside nav h1,
.no-reset aside article section aside section h1,
.no-reset aside article section nav article h1,
.no-reset aside article section nav aside h1,
.no-reset aside article section nav nav h1,
.no-reset aside article section nav section h1,
.no-reset aside article section section article h1,
.no-reset aside article section section aside h1,
.no-reset aside article section section nav h1,
.no-reset aside article section section section h1,
.no-reset aside aside article article article h1,
.no-reset aside aside article article aside h1,
.no-reset aside aside article article nav h1,
.no-reset aside aside article article section h1,
.no-reset aside aside article aside article h1,
.no-reset aside aside article aside aside h1,
.no-reset aside aside article aside nav h1,
.no-reset aside aside article aside section h1,
.no-reset aside aside article nav article h1,
.no-reset aside aside article nav aside h1,
.no-reset aside aside article nav nav h1,
.no-reset aside aside article nav section h1,
.no-reset aside aside article section article h1,
.no-reset aside aside article section aside h1,
.no-reset aside aside article section nav h1,
.no-reset aside aside article section section h1,
.no-reset aside aside aside article article h1,
.no-reset aside aside aside article aside h1,
.no-reset aside aside aside article nav h1,
.no-reset aside aside aside article section h1,
.no-reset aside aside aside aside article h1,
.no-reset aside aside aside aside aside h1,
.no-reset aside aside aside aside nav h1,
.no-reset aside aside aside aside section h1,
.no-reset aside aside aside nav article h1,
.no-reset aside aside aside nav aside h1,
.no-reset aside aside aside nav nav h1,
.no-reset aside aside aside nav section h1,
.no-reset aside aside aside section article h1,
.no-reset aside aside aside section aside h1,
.no-reset aside aside aside section nav h1,
.no-reset aside aside aside section section h1,
.no-reset aside aside nav article article h1,
.no-reset aside aside nav article aside h1,
.no-reset aside aside nav article nav h1,
.no-reset aside aside nav article section h1,
.no-reset aside aside nav aside article h1,
.no-reset aside aside nav aside aside h1,
.no-reset aside aside nav aside nav h1,
.no-reset aside aside nav aside section h1,
.no-reset aside aside nav nav article h1,
.no-reset aside aside nav nav aside h1,
.no-reset aside aside nav nav nav h1,
.no-reset aside aside nav nav section h1,
.no-reset aside aside nav section article h1,
.no-reset aside aside nav section aside h1,
.no-reset aside aside nav section nav h1,
.no-reset aside aside nav section section h1,
.no-reset aside aside section article article h1,
.no-reset aside aside section article aside h1,
.no-reset aside aside section article nav h1,
.no-reset aside aside section article section h1,
.no-reset aside aside section aside article h1,
.no-reset aside aside section aside aside h1,
.no-reset aside aside section aside nav h1,
.no-reset aside aside section aside section h1,
.no-reset aside aside section nav article h1,
.no-reset aside aside section nav aside h1,
.no-reset aside aside section nav nav h1,
.no-reset aside aside section nav section h1,
.no-reset aside aside section section article h1,
.no-reset aside aside section section aside h1,
.no-reset aside aside section section nav h1,
.no-reset aside aside section section section h1,
.no-reset aside nav article article article h1,
.no-reset aside nav article article aside h1,
.no-reset aside nav article article nav h1,
.no-reset aside nav article article section h1,
.no-reset aside nav article aside article h1,
.no-reset aside nav article aside aside h1,
.no-reset aside nav article aside nav h1,
.no-reset aside nav article aside section h1,
.no-reset aside nav article nav article h1,
.no-reset aside nav article nav aside h1,
.no-reset aside nav article nav nav h1,
.no-reset aside nav article nav section h1,
.no-reset aside nav article section article h1,
.no-reset aside nav article section aside h1,
.no-reset aside nav article section nav h1,
.no-reset aside nav article section section h1,
.no-reset aside nav aside article article h1,
.no-reset aside nav aside article aside h1,
.no-reset aside nav aside article nav h1,
.no-reset aside nav aside article section h1,
.no-reset aside nav aside aside article h1,
.no-reset aside nav aside aside aside h1,
.no-reset aside nav aside aside nav h1,
.no-reset aside nav aside aside section h1,
.no-reset aside nav aside nav article h1,
.no-reset aside nav aside nav aside h1,
.no-reset aside nav aside nav nav h1,
.no-reset aside nav aside nav section h1,
.no-reset aside nav aside section article h1,
.no-reset aside nav aside section aside h1,
.no-reset aside nav aside section nav h1,
.no-reset aside nav aside section section h1,
.no-reset aside nav nav article article h1,
.no-reset aside nav nav article aside h1,
.no-reset aside nav nav article nav h1,
.no-reset aside nav nav article section h1,
.no-reset aside nav nav aside article h1,
.no-reset aside nav nav aside aside h1,
.no-reset aside nav nav aside nav h1,
.no-reset aside nav nav aside section h1,
.no-reset aside nav nav nav article h1,
.no-reset aside nav nav nav aside h1,
.no-reset aside nav nav nav nav h1,
.no-reset aside nav nav nav section h1,
.no-reset aside nav nav section article h1,
.no-reset aside nav nav section aside h1,
.no-reset aside nav nav section nav h1,
.no-reset aside nav nav section section h1,
.no-reset aside nav section article article h1,
.no-reset aside nav section article aside h1,
.no-reset aside nav section article nav h1,
.no-reset aside nav section article section h1,
.no-reset aside nav section aside article h1,
.no-reset aside nav section aside aside h1,
.no-reset aside nav section aside nav h1,
.no-reset aside nav section aside section h1,
.no-reset aside nav section nav article h1,
.no-reset aside nav section nav aside h1,
.no-reset aside nav section nav nav h1,
.no-reset aside nav section nav section h1,
.no-reset aside nav section section article h1,
.no-reset aside nav section section aside h1,
.no-reset aside nav section section nav h1,
.no-reset aside nav section section section h1,
.no-reset aside section article article article h1,
.no-reset aside section article article aside h1,
.no-reset aside section article article nav h1,
.no-reset aside section article article section h1,
.no-reset aside section article aside article h1,
.no-reset aside section article aside aside h1,
.no-reset aside section article aside nav h1,
.no-reset aside section article aside section h1,
.no-reset aside section article nav article h1,
.no-reset aside section article nav aside h1,
.no-reset aside section article nav nav h1,
.no-reset aside section article nav section h1,
.no-reset aside section article section article h1,
.no-reset aside section article section aside h1,
.no-reset aside section article section nav h1,
.no-reset aside section article section section h1,
.no-reset aside section aside article article h1,
.no-reset aside section aside article aside h1,
.no-reset aside section aside article nav h1,
.no-reset aside section aside article section h1,
.no-reset aside section aside aside article h1,
.no-reset aside section aside aside aside h1,
.no-reset aside section aside aside nav h1,
.no-reset aside section aside aside section h1,
.no-reset aside section aside nav article h1,
.no-reset aside section aside nav aside h1,
.no-reset aside section aside nav nav h1,
.no-reset aside section aside nav section h1,
.no-reset aside section aside section article h1,
.no-reset aside section aside section aside h1,
.no-reset aside section aside section nav h1,
.no-reset aside section aside section section h1,
.no-reset aside section nav article article h1,
.no-reset aside section nav article aside h1,
.no-reset aside section nav article nav h1,
.no-reset aside section nav article section h1,
.no-reset aside section nav aside article h1,
.no-reset aside section nav aside aside h1,
.no-reset aside section nav aside nav h1,
.no-reset aside section nav aside section h1,
.no-reset aside section nav nav article h1,
.no-reset aside section nav nav aside h1,
.no-reset aside section nav nav nav h1,
.no-reset aside section nav nav section h1,
.no-reset aside section nav section article h1,
.no-reset aside section nav section aside h1,
.no-reset aside section nav section nav h1,
.no-reset aside section nav section section h1,
.no-reset aside section section article article h1,
.no-reset aside section section article aside h1,
.no-reset aside section section article nav h1,
.no-reset aside section section article section h1,
.no-reset aside section section aside article h1,
.no-reset aside section section aside aside h1,
.no-reset aside section section aside nav h1,
.no-reset aside section section aside section h1,
.no-reset aside section section nav article h1,
.no-reset aside section section nav aside h1,
.no-reset aside section section nav nav h1,
.no-reset aside section section nav section h1,
.no-reset aside section section section article h1,
.no-reset aside section section section aside h1,
.no-reset aside section section section nav h1,
.no-reset aside section section section section h1,
.no-reset nav article article article article h1,
.no-reset nav article article article aside h1,
.no-reset nav article article article nav h1,
.no-reset nav article article article section h1,
.no-reset nav article article aside article h1,
.no-reset nav article article aside aside h1,
.no-reset nav article article aside nav h1,
.no-reset nav article article aside section h1,
.no-reset nav article article nav article h1,
.no-reset nav article article nav aside h1,
.no-reset nav article article nav nav h1,
.no-reset nav article article nav section h1,
.no-reset nav article article section article h1,
.no-reset nav article article section aside h1,
.no-reset nav article article section nav h1,
.no-reset nav article article section section h1,
.no-reset nav article aside article article h1,
.no-reset nav article aside article aside h1,
.no-reset nav article aside article nav h1,
.no-reset nav article aside article section h1,
.no-reset nav article aside aside article h1,
.no-reset nav article aside aside aside h1,
.no-reset nav article aside aside nav h1,
.no-reset nav article aside aside section h1,
.no-reset nav article aside nav article h1,
.no-reset nav article aside nav aside h1,
.no-reset nav article aside nav nav h1,
.no-reset nav article aside nav section h1,
.no-reset nav article aside section article h1,
.no-reset nav article aside section aside h1,
.no-reset nav article aside section nav h1,
.no-reset nav article aside section section h1,
.no-reset nav article nav article article h1,
.no-reset nav article nav article aside h1,
.no-reset nav article nav article nav h1,
.no-reset nav article nav article section h1,
.no-reset nav article nav aside article h1,
.no-reset nav article nav aside aside h1,
.no-reset nav article nav aside nav h1,
.no-reset nav article nav aside section h1,
.no-reset nav article nav nav article h1,
.no-reset nav article nav nav aside h1,
.no-reset nav article nav nav nav h1,
.no-reset nav article nav nav section h1,
.no-reset nav article nav section article h1,
.no-reset nav article nav section aside h1,
.no-reset nav article nav section nav h1,
.no-reset nav article nav section section h1,
.no-reset nav article section article article h1,
.no-reset nav article section article aside h1,
.no-reset nav article section article nav h1,
.no-reset nav article section article section h1,
.no-reset nav article section aside article h1,
.no-reset nav article section aside aside h1,
.no-reset nav article section aside nav h1,
.no-reset nav article section aside section h1,
.no-reset nav article section nav article h1,
.no-reset nav article section nav aside h1,
.no-reset nav article section nav nav h1,
.no-reset nav article section nav section h1,
.no-reset nav article section section article h1,
.no-reset nav article section section aside h1,
.no-reset nav article section section nav h1,
.no-reset nav article section section section h1,
.no-reset nav aside article article article h1,
.no-reset nav aside article article aside h1,
.no-reset nav aside article article nav h1,
.no-reset nav aside article article section h1,
.no-reset nav aside article aside article h1,
.no-reset nav aside article aside aside h1,
.no-reset nav aside article aside nav h1,
.no-reset nav aside article aside section h1,
.no-reset nav aside article nav article h1,
.no-reset nav aside article nav aside h1,
.no-reset nav aside article nav nav h1,
.no-reset nav aside article nav section h1,
.no-reset nav aside article section article h1,
.no-reset nav aside article section aside h1,
.no-reset nav aside article section nav h1,
.no-reset nav aside article section section h1,
.no-reset nav aside aside article article h1,
.no-reset nav aside aside article aside h1,
.no-reset nav aside aside article nav h1,
.no-reset nav aside aside article section h1,
.no-reset nav aside aside aside article h1,
.no-reset nav aside aside aside aside h1,
.no-reset nav aside aside aside nav h1,
.no-reset nav aside aside aside section h1,
.no-reset nav aside aside nav article h1,
.no-reset nav aside aside nav aside h1,
.no-reset nav aside aside nav nav h1,
.no-reset nav aside aside nav section h1,
.no-reset nav aside aside section article h1,
.no-reset nav aside aside section aside h1,
.no-reset nav aside aside section nav h1,
.no-reset nav aside aside section section h1,
.no-reset nav aside nav article article h1,
.no-reset nav aside nav article aside h1,
.no-reset nav aside nav article nav h1,
.no-reset nav aside nav article section h1,
.no-reset nav aside nav aside article h1,
.no-reset nav aside nav aside aside h1,
.no-reset nav aside nav aside nav h1,
.no-reset nav aside nav aside section h1,
.no-reset nav aside nav nav article h1,
.no-reset nav aside nav nav aside h1,
.no-reset nav aside nav nav nav h1,
.no-reset nav aside nav nav section h1,
.no-reset nav aside nav section article h1,
.no-reset nav aside nav section aside h1,
.no-reset nav aside nav section nav h1,
.no-reset nav aside nav section section h1,
.no-reset nav aside section article article h1,
.no-reset nav aside section article aside h1,
.no-reset nav aside section article nav h1,
.no-reset nav aside section article section h1,
.no-reset nav aside section aside article h1,
.no-reset nav aside section aside aside h1,
.no-reset nav aside section aside nav h1,
.no-reset nav aside section aside section h1,
.no-reset nav aside section nav article h1,
.no-reset nav aside section nav aside h1,
.no-reset nav aside section nav nav h1,
.no-reset nav aside section nav section h1,
.no-reset nav aside section section article h1,
.no-reset nav aside section section aside h1,
.no-reset nav aside section section nav h1,
.no-reset nav aside section section section h1,
.no-reset nav nav article article article h1,
.no-reset nav nav article article aside h1,
.no-reset nav nav article article nav h1,
.no-reset nav nav article article section h1,
.no-reset nav nav article aside article h1,
.no-reset nav nav article aside aside h1,
.no-reset nav nav article aside nav h1,
.no-reset nav nav article aside section h1,
.no-reset nav nav article nav article h1,
.no-reset nav nav article nav aside h1,
.no-reset nav nav article nav nav h1,
.no-reset nav nav article nav section h1,
.no-reset nav nav article section article h1,
.no-reset nav nav article section aside h1,
.no-reset nav nav article section nav h1,
.no-reset nav nav article section section h1,
.no-reset nav nav aside article article h1,
.no-reset nav nav aside article aside h1,
.no-reset nav nav aside article nav h1,
.no-reset nav nav aside article section h1,
.no-reset nav nav aside aside article h1,
.no-reset nav nav aside aside aside h1,
.no-reset nav nav aside aside nav h1,
.no-reset nav nav aside aside section h1,
.no-reset nav nav aside nav article h1,
.no-reset nav nav aside nav aside h1,
.no-reset nav nav aside nav nav h1,
.no-reset nav nav aside nav section h1,
.no-reset nav nav aside section article h1,
.no-reset nav nav aside section aside h1,
.no-reset nav nav aside section nav h1,
.no-reset nav nav aside section section h1,
.no-reset nav nav nav article article h1,
.no-reset nav nav nav article aside h1,
.no-reset nav nav nav article nav h1,
.no-reset nav nav nav article section h1,
.no-reset nav nav nav aside article h1,
.no-reset nav nav nav aside aside h1,
.no-reset nav nav nav aside nav h1,
.no-reset nav nav nav aside section h1,
.no-reset nav nav nav nav article h1,
.no-reset nav nav nav nav aside h1,
.no-reset nav nav nav nav nav h1,
.no-reset nav nav nav nav section h1,
.no-reset nav nav nav section article h1,
.no-reset nav nav nav section aside h1,
.no-reset nav nav nav section nav h1,
.no-reset nav nav nav section section h1,
.no-reset nav nav section article article h1,
.no-reset nav nav section article aside h1,
.no-reset nav nav section article nav h1,
.no-reset nav nav section article section h1,
.no-reset nav nav section aside article h1,
.no-reset nav nav section aside aside h1,
.no-reset nav nav section aside nav h1,
.no-reset nav nav section aside section h1,
.no-reset nav nav section nav article h1,
.no-reset nav nav section nav aside h1,
.no-reset nav nav section nav nav h1,
.no-reset nav nav section nav section h1,
.no-reset nav nav section section article h1,
.no-reset nav nav section section aside h1,
.no-reset nav nav section section nav h1,
.no-reset nav nav section section section h1,
.no-reset nav section article article article h1,
.no-reset nav section article article aside h1,
.no-reset nav section article article nav h1,
.no-reset nav section article article section h1,
.no-reset nav section article aside article h1,
.no-reset nav section article aside aside h1,
.no-reset nav section article aside nav h1,
.no-reset nav section article aside section h1,
.no-reset nav section article nav article h1,
.no-reset nav section article nav aside h1,
.no-reset nav section article nav nav h1,
.no-reset nav section article nav section h1,
.no-reset nav section article section article h1,
.no-reset nav section article section aside h1,
.no-reset nav section article section nav h1,
.no-reset nav section article section section h1,
.no-reset nav section aside article article h1,
.no-reset nav section aside article aside h1,
.no-reset nav section aside article nav h1,
.no-reset nav section aside article section h1,
.no-reset nav section aside aside article h1,
.no-reset nav section aside aside aside h1,
.no-reset nav section aside aside nav h1,
.no-reset nav section aside aside section h1,
.no-reset nav section aside nav article h1,
.no-reset nav section aside nav aside h1,
.no-reset nav section aside nav nav h1,
.no-reset nav section aside nav section h1,
.no-reset nav section aside section article h1,
.no-reset nav section aside section aside h1,
.no-reset nav section aside section nav h1,
.no-reset nav section aside section section h1,
.no-reset nav section nav article article h1,
.no-reset nav section nav article aside h1,
.no-reset nav section nav article nav h1,
.no-reset nav section nav article section h1,
.no-reset nav section nav aside article h1,
.no-reset nav section nav aside aside h1,
.no-reset nav section nav aside nav h1,
.no-reset nav section nav aside section h1,
.no-reset nav section nav nav article h1,
.no-reset nav section nav nav aside h1,
.no-reset nav section nav nav nav h1,
.no-reset nav section nav nav section h1,
.no-reset nav section nav section article h1,
.no-reset nav section nav section aside h1,
.no-reset nav section nav section nav h1,
.no-reset nav section nav section section h1,
.no-reset nav section section article article h1,
.no-reset nav section section article aside h1,
.no-reset nav section section article nav h1,
.no-reset nav section section article section h1,
.no-reset nav section section aside article h1,
.no-reset nav section section aside aside h1,
.no-reset nav section section aside nav h1,
.no-reset nav section section aside section h1,
.no-reset nav section section nav article h1,
.no-reset nav section section nav aside h1,
.no-reset nav section section nav nav h1,
.no-reset nav section section nav section h1,
.no-reset nav section section section article h1,
.no-reset nav section section section aside h1,
.no-reset nav section section section nav h1,
.no-reset nav section section section section h1,
.no-reset section article article article article h1,
.no-reset section article article article aside h1,
.no-reset section article article article nav h1,
.no-reset section article article article section h1,
.no-reset section article article aside article h1,
.no-reset section article article aside aside h1,
.no-reset section article article aside nav h1,
.no-reset section article article aside section h1,
.no-reset section article article nav article h1,
.no-reset section article article nav aside h1,
.no-reset section article article nav nav h1,
.no-reset section article article nav section h1,
.no-reset section article article section article h1,
.no-reset section article article section aside h1,
.no-reset section article article section nav h1,
.no-reset section article article section section h1,
.no-reset section article aside article article h1,
.no-reset section article aside article aside h1,
.no-reset section article aside article nav h1,
.no-reset section article aside article section h1,
.no-reset section article aside aside article h1,
.no-reset section article aside aside aside h1,
.no-reset section article aside aside nav h1,
.no-reset section article aside aside section h1,
.no-reset section article aside nav article h1,
.no-reset section article aside nav aside h1,
.no-reset section article aside nav nav h1,
.no-reset section article aside nav section h1,
.no-reset section article aside section article h1,
.no-reset section article aside section aside h1,
.no-reset section article aside section nav h1,
.no-reset section article aside section section h1,
.no-reset section article nav article article h1,
.no-reset section article nav article aside h1,
.no-reset section article nav article nav h1,
.no-reset section article nav article section h1,
.no-reset section article nav aside article h1,
.no-reset section article nav aside aside h1,
.no-reset section article nav aside nav h1,
.no-reset section article nav aside section h1,
.no-reset section article nav nav article h1,
.no-reset section article nav nav aside h1,
.no-reset section article nav nav nav h1,
.no-reset section article nav nav section h1,
.no-reset section article nav section article h1,
.no-reset section article nav section aside h1,
.no-reset section article nav section nav h1,
.no-reset section article nav section section h1,
.no-reset section article section article article h1,
.no-reset section article section article aside h1,
.no-reset section article section article nav h1,
.no-reset section article section article section h1,
.no-reset section article section aside article h1,
.no-reset section article section aside aside h1,
.no-reset section article section aside nav h1,
.no-reset section article section aside section h1,
.no-reset section article section nav article h1,
.no-reset section article section nav aside h1,
.no-reset section article section nav nav h1,
.no-reset section article section nav section h1,
.no-reset section article section section article h1,
.no-reset section article section section aside h1,
.no-reset section article section section nav h1,
.no-reset section article section section section h1,
.no-reset section aside article article article h1,
.no-reset section aside article article aside h1,
.no-reset section aside article article nav h1,
.no-reset section aside article article section h1,
.no-reset section aside article aside article h1,
.no-reset section aside article aside aside h1,
.no-reset section aside article aside nav h1,
.no-reset section aside article aside section h1,
.no-reset section aside article nav article h1,
.no-reset section aside article nav aside h1,
.no-reset section aside article nav nav h1,
.no-reset section aside article nav section h1,
.no-reset section aside article section article h1,
.no-reset section aside article section aside h1,
.no-reset section aside article section nav h1,
.no-reset section aside article section section h1,
.no-reset section aside aside article article h1,
.no-reset section aside aside article aside h1,
.no-reset section aside aside article nav h1,
.no-reset section aside aside article section h1,
.no-reset section aside aside aside article h1,
.no-reset section aside aside aside aside h1,
.no-reset section aside aside aside nav h1,
.no-reset section aside aside aside section h1,
.no-reset section aside aside nav article h1,
.no-reset section aside aside nav aside h1,
.no-reset section aside aside nav nav h1,
.no-reset section aside aside nav section h1,
.no-reset section aside aside section article h1,
.no-reset section aside aside section aside h1,
.no-reset section aside aside section nav h1,
.no-reset section aside aside section section h1,
.no-reset section aside nav article article h1,
.no-reset section aside nav article aside h1,
.no-reset section aside nav article nav h1,
.no-reset section aside nav article section h1,
.no-reset section aside nav aside article h1,
.no-reset section aside nav aside aside h1,
.no-reset section aside nav aside nav h1,
.no-reset section aside nav aside section h1,
.no-reset section aside nav nav article h1,
.no-reset section aside nav nav aside h1,
.no-reset section aside nav nav nav h1,
.no-reset section aside nav nav section h1,
.no-reset section aside nav section article h1,
.no-reset section aside nav section aside h1,
.no-reset section aside nav section nav h1,
.no-reset section aside nav section section h1,
.no-reset section aside section article article h1,
.no-reset section aside section article aside h1,
.no-reset section aside section article nav h1,
.no-reset section aside section article section h1,
.no-reset section aside section aside article h1,
.no-reset section aside section aside aside h1,
.no-reset section aside section aside nav h1,
.no-reset section aside section aside section h1,
.no-reset section aside section nav article h1,
.no-reset section aside section nav aside h1,
.no-reset section aside section nav nav h1,
.no-reset section aside section nav section h1,
.no-reset section aside section section article h1,
.no-reset section aside section section aside h1,
.no-reset section aside section section nav h1,
.no-reset section aside section section section h1,
.no-reset section nav article article article h1,
.no-reset section nav article article aside h1,
.no-reset section nav article article nav h1,
.no-reset section nav article article section h1,
.no-reset section nav article aside article h1,
.no-reset section nav article aside aside h1,
.no-reset section nav article aside nav h1,
.no-reset section nav article aside section h1,
.no-reset section nav article nav article h1,
.no-reset section nav article nav aside h1,
.no-reset section nav article nav nav h1,
.no-reset section nav article nav section h1,
.no-reset section nav article section article h1,
.no-reset section nav article section aside h1,
.no-reset section nav article section nav h1,
.no-reset section nav article section section h1,
.no-reset section nav aside article article h1,
.no-reset section nav aside article aside h1,
.no-reset section nav aside article nav h1,
.no-reset section nav aside article section h1,
.no-reset section nav aside aside article h1,
.no-reset section nav aside aside aside h1,
.no-reset section nav aside aside nav h1,
.no-reset section nav aside aside section h1,
.no-reset section nav aside nav article h1,
.no-reset section nav aside nav aside h1,
.no-reset section nav aside nav nav h1,
.no-reset section nav aside nav section h1,
.no-reset section nav aside section article h1,
.no-reset section nav aside section aside h1,
.no-reset section nav aside section nav h1,
.no-reset section nav aside section section h1,
.no-reset section nav nav article article h1,
.no-reset section nav nav article aside h1,
.no-reset section nav nav article nav h1,
.no-reset section nav nav article section h1,
.no-reset section nav nav aside article h1,
.no-reset section nav nav aside aside h1,
.no-reset section nav nav aside nav h1,
.no-reset section nav nav aside section h1,
.no-reset section nav nav nav article h1,
.no-reset section nav nav nav aside h1,
.no-reset section nav nav nav nav h1,
.no-reset section nav nav nav section h1,
.no-reset section nav nav section article h1,
.no-reset section nav nav section aside h1,
.no-reset section nav nav section nav h1,
.no-reset section nav nav section section h1,
.no-reset section nav section article article h1,
.no-reset section nav section article aside h1,
.no-reset section nav section article nav h1,
.no-reset section nav section article section h1,
.no-reset section nav section aside article h1,
.no-reset section nav section aside aside h1,
.no-reset section nav section aside nav h1,
.no-reset section nav section aside section h1,
.no-reset section nav section nav article h1,
.no-reset section nav section nav aside h1,
.no-reset section nav section nav nav h1,
.no-reset section nav section nav section h1,
.no-reset section nav section section article h1,
.no-reset section nav section section aside h1,
.no-reset section nav section section nav h1,
.no-reset section nav section section section h1,
.no-reset section section article article article h1,
.no-reset section section article article aside h1,
.no-reset section section article article nav h1,
.no-reset section section article article section h1,
.no-reset section section article aside article h1,
.no-reset section section article aside aside h1,
.no-reset section section article aside nav h1,
.no-reset section section article aside section h1,
.no-reset section section article nav article h1,
.no-reset section section article nav aside h1,
.no-reset section section article nav nav h1,
.no-reset section section article nav section h1,
.no-reset section section article section article h1,
.no-reset section section article section aside h1,
.no-reset section section article section nav h1,
.no-reset section section article section section h1,
.no-reset section section aside article article h1,
.no-reset section section aside article aside h1,
.no-reset section section aside article nav h1,
.no-reset section section aside article section h1,
.no-reset section section aside aside article h1,
.no-reset section section aside aside aside h1,
.no-reset section section aside aside nav h1,
.no-reset section section aside aside section h1,
.no-reset section section aside nav article h1,
.no-reset section section aside nav aside h1,
.no-reset section section aside nav nav h1,
.no-reset section section aside nav section h1,
.no-reset section section aside section article h1,
.no-reset section section aside section aside h1,
.no-reset section section aside section nav h1,
.no-reset section section aside section section h1,
.no-reset section section nav article article h1,
.no-reset section section nav article aside h1,
.no-reset section section nav article nav h1,
.no-reset section section nav article section h1,
.no-reset section section nav aside article h1,
.no-reset section section nav aside aside h1,
.no-reset section section nav aside nav h1,
.no-reset section section nav aside section h1,
.no-reset section section nav nav article h1,
.no-reset section section nav nav aside h1,
.no-reset section section nav nav nav h1,
.no-reset section section nav nav section h1,
.no-reset section section nav section article h1,
.no-reset section section nav section aside h1,
.no-reset section section nav section nav h1,
.no-reset section section nav section section h1,
.no-reset section section section article article h1,
.no-reset section section section article aside h1,
.no-reset section section section article nav h1,
.no-reset section section section article section h1,
.no-reset section section section aside article h1,
.no-reset section section section aside aside h1,
.no-reset section section section aside nav h1,
.no-reset section section section aside section h1,
.no-reset section section section nav article h1,
.no-reset section section section nav aside h1,
.no-reset section section section nav nav h1,
.no-reset section section section nav section h1,
.no-reset section section section section article h1,
.no-reset section section section section aside h1,
.no-reset section section section section nav h1,
.no-reset section section section section section h1 {
  font-size: 0.67em;
  font-weight: bold;
  margin: 2.33em 0; }

.no-reset table {
  border-collapse: separate;
  border-spacing: 2px;
  border-color: gray; }

.no-reset thead,
.no-reset tbody,
.no-reset tfoot,
.no-reset tr {
  border-color: inherit;
  vertical-align: middle; }

.no-reset td,
.no-reset th {
  padding: 1px;
  vertical-align: inherit; }

.no-reset th {
  font-weight: bold; }

.no-reset caption {
  text-align: center; }

.no-reset ul,
.no-reset menu {
  list-style-type: disc;
  margin: 1em 0;
  padding: 0 0 0 40px; }

.no-reset ol {
  list-style-type: decimal;
  margin: 1em 0;
  padding: 0 0 0 40px; }

.no-reset ul ul,
.no-reset ol ul {
  list-style-type: circle; }

.no-reset ul ul ul,
.no-reset ul ol ul,
.no-reset ol ul ul,
.no-reset ol ol ul {
  list-style-type: square; }

.no-reset dd {
  margin: 0 0 0 40px; }

.no-reset dl {
  margin: 1em 0; }

.no-reset ul ul,
.no-reset ul ol,
.no-reset ul menu,
.no-reset ul dl,
.no-reset ol ul,
.no-reset ol ol,
.no-reset ol menu,
.no-reset ol dl,
.no-reset menu ul,
.no-reset menu ol,
.no-reset menu menu,
.no-reset menu dl,
.no-reset dl ul,
.no-reset dl ol,
.no-reset dl menu,
.no-reset dl dl {
  margin: 0; }

.no-reset legend {
  padding: 0 2px; }

.no-reset fieldset {
  border-style: groove;
  border-width: 2px;
  border: 2px groove ThreeDFace;
  margin: 0 2px;
  padding: 0 2px 3px;
  -webkit-padding-before: 0.35em;
  -webkit-padding-start: 0.75em;
  -webkit-padding-end: 0.75em;
  -webkit-padding-after: 0.625em; }

.no-reset ins {
  background-color: transparent;
  font-weight: inherit;
  text-decoration: underline; }

.no-reset b,
.no-reset strong {
  font-weight: bold; }

.no-reset i,
.no-reset cite,
.no-reset em,
.no-reset var,
.no-reset address,
.no-reset dfn {
  font-style: italic;
  font-weight: inherit; }

.no-reset abbr[title],
.no-reset dfn[title] {
  border-bottom: 0;
  cursor: default;
  font-weight: inherit; }

.no-reset tt,
.no-reset code,
.no-reset kbd,
.no-reset samp {
  font-family: monospace;
  font-weight: inherit; }

.no-reset pre {
  font-family: monospace;
  margin: 1em 0;
  white-space: pre; }

.no-reset mark {
  background-color: yellow;
  color: black;
  font-style: normal;
  font-weight: inherit; }

.no-reset big {
  font-size: larger;
  font-weight: inherit; }

.no-reset small {
  font-size: smaller;
  font-weight: inherit; }

.no-reset sub,
.no-reset sup {
  font-weight: inherit;
  line-height: inherit;
  position: static; }

.no-reset sub {
  font-size: smaller;
  bottom: 0;
  vertical-align: sub; }

.no-reset sup {
  font-size: smaller;
  top: 0;
  vertical-align: super; }

.no-reset ruby > rt {
  font-size: 50%; }

.no-reset iframe {
  border: 2px inset; }

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

/* -------------------
  VARIABLES
--------------------*/
.font-a {
  font-family: a-otf-ryumin-pr6n, serif; }

.font-b {
  font-family: "Lato", sans-serif; }

.font-size {
  font-size: 16px;
  font-size: 1.06667vw; }

.font-size {
  font-size: 16px;
  font-size: 3.33333vw; }

.din {
  font-family: "din-2014", sans-serif; }

.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal; }

/* -------------------
  MIXIN
--------------------*/
/* 
.example {
  font-size: fs(12); <- 12px quite
}
*/
/* 
.example {
  @include mq() {
    width: 100%;
  }
}
*/
/* -------------------
  COMMON
--------------------*/
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 2.5;
  color: #000000;
  min-width: 1200px;
  overflow-x: hidden; }
  @media screen and (max-width: 767px) {
    body {
      min-width: auto;
      width: 100%;
      line-height: 2.2;
      font-size: 16px;
      font-size: 3.33333vw; } }

p,
ul,
table {
  margin-bottom: 1.2em; }

h2,
h3,
h4,
h5,
h6 {
  line-height: 1.6;
  margin-bottom: 1em;
  font-weight: bold; }

a {
  color: #ee7948;
  transition: all 0.5s ease 0s; }
  a:hover {
    opacity: 0.85; }

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast; }
  img.pc-only {
    display: inline; }
    @media screen and (max-width: 767px) {
      img.pc-only {
        display: none; } }
  img.sp-only {
    display: none; }
    @media screen and (max-width: 767px) {
      img.sp-only {
        display: inline; } }

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

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

br.sp-only {
  line-height: 0; }

.adj-10:before {
  content: "";
  display: block;
  height: 10px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -10px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-15:before {
  content: "";
  display: block;
  height: 15px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -15px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-20:before {
  content: "";
  display: block;
  height: 20px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -20px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-25:before {
  content: "";
  display: block;
  height: 25px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -25px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-30:before {
  content: "";
  display: block;
  height: 30px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -30px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-35:before {
  content: "";
  display: block;
  height: 35px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -35px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-40:before {
  content: "";
  display: block;
  height: 40px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -40px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-45:before {
  content: "";
  display: block;
  height: 45px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -45px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-50:before {
  content: "";
  display: block;
  height: 50px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -50px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-55:before {
  content: "";
  display: block;
  height: 55px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -55px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-60:before {
  content: "";
  display: block;
  height: 60px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -60px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-65:before {
  content: "";
  display: block;
  height: 65px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -65px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-70:before {
  content: "";
  display: block;
  height: 70px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -70px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-75:before {
  content: "";
  display: block;
  height: 75px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -75px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-80:before {
  content: "";
  display: block;
  height: 80px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -80px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-85:before {
  content: "";
  display: block;
  height: 85px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -85px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-90:before {
  content: "";
  display: block;
  height: 90px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -90px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-95:before {
  content: "";
  display: block;
  height: 95px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -95px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-100:before {
  content: "";
  display: block;
  height: 100px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -100px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-105:before {
  content: "";
  display: block;
  height: 105px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -105px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-110:before {
  content: "";
  display: block;
  height: 110px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -110px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-115:before {
  content: "";
  display: block;
  height: 115px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -115px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-120:before {
  content: "";
  display: block;
  height: 120px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -120px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-125:before {
  content: "";
  display: block;
  height: 125px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -125px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-130:before {
  content: "";
  display: block;
  height: 130px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -130px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-135:before {
  content: "";
  display: block;
  height: 135px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -135px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-140:before {
  content: "";
  display: block;
  height: 140px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -140px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-145:before {
  content: "";
  display: block;
  height: 145px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -145px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-150:before {
  content: "";
  display: block;
  height: 150px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -150px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-155:before {
  content: "";
  display: block;
  height: 155px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -155px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-160:before {
  content: "";
  display: block;
  height: 160px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -160px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-165:before {
  content: "";
  display: block;
  height: 165px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -165px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-170:before {
  content: "";
  display: block;
  height: 170px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -170px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-175:before {
  content: "";
  display: block;
  height: 175px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -175px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-180:before {
  content: "";
  display: block;
  height: 180px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -180px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-185:before {
  content: "";
  display: block;
  height: 185px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -185px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-190:before {
  content: "";
  display: block;
  height: 190px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -190px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-195:before {
  content: "";
  display: block;
  height: 195px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -195px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-200:before {
  content: "";
  display: block;
  height: 200px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -200px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-205:before {
  content: "";
  display: block;
  height: 205px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -205px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-210:before {
  content: "";
  display: block;
  height: 210px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -210px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-215:before {
  content: "";
  display: block;
  height: 215px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -215px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-220:before {
  content: "";
  display: block;
  height: 220px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -220px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-225:before {
  content: "";
  display: block;
  height: 225px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -225px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-230:before {
  content: "";
  display: block;
  height: 230px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -230px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-235:before {
  content: "";
  display: block;
  height: 235px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -235px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-240:before {
  content: "";
  display: block;
  height: 240px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -240px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-245:before {
  content: "";
  display: block;
  height: 245px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -245px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-250:before {
  content: "";
  display: block;
  height: 250px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -250px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-255:before {
  content: "";
  display: block;
  height: 255px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -255px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-260:before {
  content: "";
  display: block;
  height: 260px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -260px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-265:before {
  content: "";
  display: block;
  height: 265px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -265px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-270:before {
  content: "";
  display: block;
  height: 270px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -270px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-275:before {
  content: "";
  display: block;
  height: 275px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -275px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-280:before {
  content: "";
  display: block;
  height: 280px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -280px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-285:before {
  content: "";
  display: block;
  height: 285px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -285px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-290:before {
  content: "";
  display: block;
  height: 290px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -290px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-295:before {
  content: "";
  display: block;
  height: 295px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -295px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.c-width-700 {
  max-width: 700px;
  margin: 0 auto; }

.c-width-710 {
  max-width: 710px;
  margin: 0 auto; }

.c-width-720 {
  max-width: 720px;
  margin: 0 auto; }

.c-width-730 {
  max-width: 730px;
  margin: 0 auto; }

.c-width-740 {
  max-width: 740px;
  margin: 0 auto; }

.c-width-750 {
  max-width: 750px;
  margin: 0 auto; }

.c-width-760 {
  max-width: 760px;
  margin: 0 auto; }

.c-width-770 {
  max-width: 770px;
  margin: 0 auto; }

.c-width-780 {
  max-width: 780px;
  margin: 0 auto; }

.c-width-790 {
  max-width: 790px;
  margin: 0 auto; }

.c-width-800 {
  max-width: 800px;
  margin: 0 auto; }

.c-width-810 {
  max-width: 810px;
  margin: 0 auto; }

.c-width-820 {
  max-width: 820px;
  margin: 0 auto; }

.c-width-830 {
  max-width: 830px;
  margin: 0 auto; }

.c-width-840 {
  max-width: 840px;
  margin: 0 auto; }

.c-width-850 {
  max-width: 850px;
  margin: 0 auto; }

.c-width-860 {
  max-width: 860px;
  margin: 0 auto; }

.c-width-870 {
  max-width: 870px;
  margin: 0 auto; }

.c-width-880 {
  max-width: 880px;
  margin: 0 auto; }

.c-width-890 {
  max-width: 890px;
  margin: 0 auto; }

.c-width-900 {
  max-width: 900px;
  margin: 0 auto; }

.c-width-910 {
  max-width: 910px;
  margin: 0 auto; }

.c-width-920 {
  max-width: 920px;
  margin: 0 auto; }

.c-width-930 {
  max-width: 930px;
  margin: 0 auto; }

.c-width-940 {
  max-width: 940px;
  margin: 0 auto; }

.c-width-950 {
  max-width: 950px;
  margin: 0 auto; }

.c-width-960 {
  max-width: 960px;
  margin: 0 auto; }

.c-width-970 {
  max-width: 970px;
  margin: 0 auto; }

.c-width-980 {
  max-width: 980px;
  margin: 0 auto; }

.c-width-990 {
  max-width: 990px;
  margin: 0 auto; }

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

.c-width-1010 {
  max-width: 1010px;
  margin: 0 auto; }

.c-width-1020 {
  max-width: 1020px;
  margin: 0 auto; }

.c-width-1030 {
  max-width: 1030px;
  margin: 0 auto; }

.c-width-1040 {
  max-width: 1040px;
  margin: 0 auto; }

.c-width-1050 {
  max-width: 1050px;
  margin: 0 auto; }

.c-width-1060 {
  max-width: 1060px;
  margin: 0 auto; }

.c-width-1070 {
  max-width: 1070px;
  margin: 0 auto; }

.c-width-1080 {
  max-width: 1080px;
  margin: 0 auto; }

.c-width-1090 {
  max-width: 1090px;
  margin: 0 auto; }

.c-width-1100 {
  max-width: 1100px;
  margin: 0 auto; }

.c-width-1110 {
  max-width: 1110px;
  margin: 0 auto; }

.c-width-1120 {
  max-width: 1120px;
  margin: 0 auto; }

.c-width-1130 {
  max-width: 1130px;
  margin: 0 auto; }

.c-width-1140 {
  max-width: 1140px;
  margin: 0 auto; }

.c-width-1150 {
  max-width: 1150px;
  margin: 0 auto; }

.c-width-1160 {
  max-width: 1160px;
  margin: 0 auto; }

.c-width-1170 {
  max-width: 1170px;
  margin: 0 auto; }

.c-width-1180 {
  max-width: 1180px;
  margin: 0 auto; }

.c-width-1190 {
  max-width: 1190px;
  margin: 0 auto; }

.c-width-1200 {
  max-width: 1200px;
  margin: 0 auto; }

.c-width-1210 {
  max-width: 1210px;
  margin: 0 auto; }

.c-width-1220 {
  max-width: 1220px;
  margin: 0 auto; }

.c-width-1230 {
  max-width: 1230px;
  margin: 0 auto; }

.c-width-1240 {
  max-width: 1240px;
  margin: 0 auto; }

.c-width-1250 {
  max-width: 1250px;
  margin: 0 auto; }

.c-width-1260 {
  max-width: 1260px;
  margin: 0 auto; }

.c-width-1270 {
  max-width: 1270px;
  margin: 0 auto; }

.c-width-1280 {
  max-width: 1280px;
  margin: 0 auto; }

.c-width-1290 {
  max-width: 1290px;
  margin: 0 auto; }

.c-width-1300 {
  max-width: 1300px;
  margin: 0 auto; }

@media screen and (max-width: 767px) {
  .page-ttl {
    margin-bottom: 40px; } }

.page-ttl-txt {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 5vw;
  transform: translate(-50%, 0);
  text-align: center;
  z-index: 1; }
  @media screen and (max-width: 767px) {
    .page-ttl-txt {
      top: 8vw; } }

.page-ttl-en {
  font-size: 60px;
  font-size: 4vw;
  font-family: century-old-style-std, serif;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0.1em;
  line-height: 1.6; }
  @media screen and (max-width: 767px) {
    .page-ttl-en {
      font-size: 43px;
      font-size: 8.95833vw; } }

@media screen and (max-width: 767px) {
  .page-ttl-en-2 {
    font-size: 30px;
    font-size: 6.25vw; } }

.page-ttl-jp {
  font-size: 21px;
  font-size: 1.4vw;
  font-weight: normal; }
  @media screen and (max-width: 767px) {
    .page-ttl-jp {
      font-size: 15px;
      font-size: 3.125vw; } }

.page-ttl-2 {
  position: relative; }
  @media screen and (max-width: 767px) {
    .page-ttl-2 {
      margin-bottom: 20px; } }
  .page-ttl-2-img img {
    width: 100%; }
  .page-ttl-2-txt {
    position: absolute;
    width: 100%;
    top: calc(13vw - 100px);
    color: #fff;
    padding: 0 0 0 56vw;
    line-height: 1.8;
    z-index: 1; }
    @media screen and (max-width: 767px) {
      .page-ttl-2-txt {
        top: 50%;
        transform: translate(0, -50%); } }
    .page-ttl-2-txt.lefttxt {
      padding: 0 0 0 10vw; }
  .page-ttl-2-jp {
    font-size: 40px;
    font-size: 2.66667vw;
    margin: 0;
    letter-spacing: 0.1em; }
  .page-ttl-2-en {
    font-size: 24px;
    font-size: 1.6vw;
    font-weight: bold; }

.page-ttl-3 {
  position: relative; }
  @media screen and (max-width: 767px) {
    .page-ttl-3 {
      margin-bottom: 20px; } }
  .page-ttl-3-img img {
    width: 100%; }
  .page-ttl-3-txt {
    position: absolute;
    width: 100%;
    top: calc(13vw - 100px);
    color: #fff;
    padding: 0 0 0 8vw;
    line-height: 1.8;
    z-index: 1; }
    @media screen and (max-width: 767px) {
      .page-ttl-3-txt {
        top: 50%;
        transform: translate(0, -50%); } }
    .page-ttl-3-txt.ta-r {
      padding: 0 8vw 0 0;
      text-align: right; }
    .page-ttl-3-txt.shadow {
      text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.8); }
  .page-ttl-3-jp {
    font-size: 40px;
    font-size: 2.66667vw;
    margin: 0;
    letter-spacing: 0.1em;
    font-weight: bold; }
    @media screen and (max-width: 767px) {
      .page-ttl-3-jp {
        font-size: 28px;
        font-size: 5.83333vw; } }
    .page-ttl-3-jp.lh125 {
      line-height: 1.25; }
  .page-ttl-3-en {
    font-size: 24px;
    font-size: 1.6vw;
    font-weight: bold;
    font-family: "Lato", sans-serif;
    letter-spacing: 0.1em; }
    @media screen and (max-width: 767px) {
      .page-ttl-3-en {
        font-size: 16px;
        font-size: 3.33333vw; } }
  .page-ttl-3.right .page-ttl-3-txt {
    padding: 0 8vw 0 0;
    text-align: right; }

.page-ttl-4 {
  position: relative; }
  @media screen and (max-width: 767px) {
    .page-ttl-4 {
      margin-bottom: 20px; } }
  .page-ttl-4-img img {
    width: 100%; }
  .page-ttl-4-txt {
    position: absolute;
    width: 100%;
    top: calc(13vw - 100px);
    color: #fff;
    padding: 0 8vw 0 0;
    line-height: 1.8;
    z-index: 1;
    text-align: right; }
    @media screen and (max-width: 767px) {
      .page-ttl-4-txt {
        top: 50%;
        transform: translate(0, -50%); } }
  .page-ttl-4-en {
    font-size: 40px;
    font-size: 2.66667vw;
    font-weight: bold;
    font-family: "Lato", sans-serif;
    letter-spacing: 0.1em; }
    @media screen and (max-width: 767px) {
      .page-ttl-4-en {
        font-size: 28px;
        font-size: 5.83333vw; } }
  .page-ttl-4-jp {
    font-size: 24px;
    font-size: 1.6vw;
    margin: 0;
    letter-spacing: 0.1em;
    font-weight: bold; }
    @media screen and (max-width: 767px) {
      .page-ttl-4-jp {
        font-size: 16px;
        font-size: 3.33333vw; } }

.breadcrumbs {
  font-size: 12px;
  background: #fff;
  margin: 0 30px;
  z-index: 0;
  position: relative;
  margin-top: -40px;
  padding: 60px 0; }
  @media screen and (max-width: 767px) {
    .breadcrumbs {
      padding: 0;
      margin: 0;
      margin: 0 0 20px; } }
  .breadcrumbs-list {
    display: flex; }
  .breadcrumbs-item a {
    color: #000000; }
  .breadcrumbs-item span {
    margin: 0 5px; }
  .breadcrumbs .arrow {
    margin: 0 5px; }

.contents {
  margin-bottom: 160px; }
  @media screen and (max-width: 767px) {
    .contents {
      margin-bottom: 20px;
      overflow-x: hidden; } }

.link-btn {
  text-align: center;
  margin: 50px 0; }
  @media screen and (max-width: 767px) {
    .link-btn {
      margin: 30px 0; } }
  .link-btn a {
    border: 1px solid #bcbcbc;
    border-bottom: 5px solid #bcbcbc;
    border-radius: 30px;
    padding: 0px 40px;
    display: inline-block; }

.link_btn24 {
  text-align: center;
  margin: 50px 0; }
  @media screen and (max-width: 767px) {
    .link_btn24 {
      margin: 30px 0; } }
  .link_btn24 a {
    background: #ee7948;
    color: #fff;
    border: 1px solid #ee7948;
    border-bottom: 5px solid #f5b99f;
    border-radius: 30px;
    padding: 0px 60px;
    height: 45px;
    display: inline-flex;
    justify-content: center;
    align-items: center; }
    @media screen and (max-width: 767px) {
      .link_btn24 a {
        font-size: 16px;
        font-size: 3.33333vw;
        height: 40px;
        padding: 0 40px; } }
    .link_btn24 a:hover {
      background: #fff;
      color: #ee7948; }
  .link_btn24 .en {
    font-family: "Lato", sans-serif;
    font-style: italic;
    font-size: 20px; }
    @media screen and (max-width: 767px) {
      .link_btn24 .en {
        font-size: 20px;
        font-size: 4.16667vw; } }

.common-ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
  margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    .common-ttl {
      margin-bottom: 3vw; } }
  .common-ttl .en {
    font-size: 40px;
    font-weight: 600;
    font-family: "Lato", sans-serif;
    color: #eaa678;
    margin-right: 15px;
    padding-bottom: 11px;
    letter-spacing: 0.1em; }
    @media screen and (max-width: 767px) {
      .common-ttl .en {
        font-size: 38px;
        font-size: 7.91667vw;
        margin-right: 2vw;
        padding-bottom: 9px; } }
  .common-ttl .jp {
    font-size: 16px;
    margin-left: 15px; }
    @media screen and (max-width: 767px) {
      .common-ttl .jp {
        font-size: 16px;
        font-size: 3.33333vw;
        margin-left: 2vw; } }

.common_ttl24 {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
  margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    .common_ttl24 {
      margin-bottom: 5vw;
      display: block;
      text-align: center; } }
  .common_ttl24 .en {
    font-size: 40px;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: italic;
    color: #ee7948;
    margin-right: 15px;
    padding-bottom: 11px;
    letter-spacing: 0.1em; }
    @media screen and (max-width: 767px) {
      .common_ttl24 .en {
        font-size: 33px;
        font-size: 6.875vw;
        margin-right: 0;
        padding-bottom: 9px;
        display: block; } }
  .common_ttl24 .jp {
    font-size: 16px;
    margin-left: 15px; }
    @media screen and (max-width: 767px) {
      .common_ttl24 .jp {
        font-size: 16px;
        font-size: 3.33333vw;
        margin-left: 2vw;
        display: block;
        margin: 0; } }

.common-ttl-2 {
  background: url(../images/common/bg-common-ttl-2.png) repeat-x center center;
  background-size: auto 12px;
  font-family: a-otf-ryumin-pr6n, serif;
  font-size: 30px;
  text-align: center;
  color: #eaa678;
  margin-bottom: 90px; }
  @media screen and (max-width: 767px) {
    .common-ttl-2 {
      font-size: 30px;
      font-size: 6.25vw;
      margin-bottom: 10vw; } }
  .common-ttl-2-inner {
    background: #fff;
    padding: 0 25px;
    display: inline-block; }
    @media screen and (max-width: 767px) {
      .common-ttl-2-inner {
        padding: 0 10px; } }

.common-ttl-3 {
  background: url(../images/common/bg-common-ttl-3.png) repeat-x center center;
  background-size: auto 12px;
  font-family: a-otf-ryumin-pr6n, serif;
  font-size: 30px;
  text-align: center;
  color: #de8090;
  margin-bottom: 50px; }
  @media screen and (max-width: 767px) {
    .common-ttl-3 {
      font-size: 30px;
      font-size: 6.25vw;
      margin-bottom: 10vw; } }
  .common-ttl-3-inner {
    background: #fff;
    padding: 0 25px;
    display: inline-block; }
    @media screen and (max-width: 767px) {
      .common-ttl-3-inner {
        padding: 0 10px; } }

.common-ttl-4 {
  background: url(../images/common/bg-common-ttl-4.png) repeat-x center center;
  background-size: auto 12px;
  font-family: a-otf-ryumin-pr6n, serif;
  font-size: 30px;
  text-align: center;
  color: #6aa75d;
  margin-bottom: 50px; }
  @media screen and (max-width: 767px) {
    .common-ttl-4 {
      font-size: 30px;
      font-size: 6.25vw;
      margin-bottom: 10vw; } }
  .common-ttl-4-inner {
    background: #fff;
    padding: 0 25px;
    display: inline-block; }
    @media screen and (max-width: 767px) {
      .common-ttl-4-inner {
        padding: 0 10px; } }

.common-ttl-5 {
  background: url(../images/common/bg-common-ttl-5.png) repeat-x center center;
  background-size: auto 12px;
  font-family: a-otf-ryumin-pr6n, serif;
  font-size: 30px;
  text-align: center;
  color: #5772ce;
  margin-bottom: 50px; }
  @media screen and (max-width: 767px) {
    .common-ttl-5 {
      font-size: 30px;
      font-size: 6.25vw;
      margin-bottom: 10vw; } }
  .common-ttl-5-inner {
    background: #fff;
    padding: 0 25px;
    display: inline-block; }
    @media screen and (max-width: 767px) {
      .common-ttl-5-inner {
        padding: 0 10px; } }

.common-ttl-6 {
  background: url(../images/common/bg-common-ttl-6.png) repeat-x center center;
  background-size: auto 12px;
  font-family: a-otf-ryumin-pr6n, serif;
  font-size: 30px;
  text-align: center;
  color: #eaa678;
  margin-bottom: 50px; }
  @media screen and (max-width: 767px) {
    .common-ttl-6 {
      font-size: 30px;
      font-size: 6.25vw;
      margin-bottom: 10vw; } }
  .common-ttl-6-inner {
    background: #fff;
    padding: 0 25px;
    display: inline-block; }
    @media screen and (max-width: 767px) {
      .common-ttl-6-inner {
        padding: 0 10px; } }

.common-ttl-7 {
  background: url(../images/common/bg-common-ttl-7.png) repeat-x center center;
  background-size: auto 12px;
  font-family: a-otf-ryumin-pr6n, serif;
  font-size: 30px;
  text-align: center;
  color: #76bdd0;
  margin-bottom: 50px; }
  @media screen and (max-width: 767px) {
    .common-ttl-7 {
      font-size: 30px;
      font-size: 6.25vw;
      margin-bottom: 10vw; } }
  .common-ttl-7-inner {
    background: #fff;
    padding: 0 25px;
    display: inline-block; }
    @media screen and (max-width: 767px) {
      .common-ttl-7-inner {
        padding: 0 10px; } }

.common-ttl-10 {
  text-align: center;
  position: relative;
  margin-bottom: 60px; }
  @media screen and (max-width: 767px) {
    .common-ttl-10 {
      margin-bottom: 30px; } }
  .common-ttl-10:before, .common-ttl-10:after {
    content: "";
    display: block;
    width: 100%;
    background: #ee7948;
    position: absolute;
    left: 0;
    top: 50%; }
  .common-ttl-10:before {
    height: 6px;
    transform: translate(0, calc(-50% - 2px)); }
  .common-ttl-10:after {
    height: 2px;
    transform: translate(0, calc(-50% + 4px)); }
  .common-ttl-10-inner {
    background: #fff;
    display: inline-block;
    z-index: 1;
    position: relative;
    padding: 0 4px; }
  .common-ttl-10-inner2 {
    display: inline-block;
    font-size: 24px;
    color: #fff;
    background: #ee7948;
    position: relative;
    padding: 0 20px;
    min-width: 6em; }
    @media screen and (max-width: 767px) {
      .common-ttl-10-inner2 {
        font-size: 24px;
        font-size: 5vw; } }
    .common-ttl-10-inner2:before, .common-ttl-10-inner2:after {
      content: "";
      display: block;
      width: 3px;
      height: 100%;
      background: #ee7948;
      position: absolute;
      top: 0; }
    .common-ttl-10-inner2:before {
      left: -6px; }
    .common-ttl-10-inner2:after {
      right: -6px; }
  .common-ttl-10.common-ttl-pink:before, .common-ttl-10.common-ttl-pink:after {
    background: #de8090; }
  .common-ttl-10.common-ttl-pink .common-ttl-10-inner2 {
    background: #de8090; }
    .common-ttl-10.common-ttl-pink .common-ttl-10-inner2:before, .common-ttl-10.common-ttl-pink .common-ttl-10-inner2:after {
      background: #de8090; }
  .common-ttl-10.pink:before, .common-ttl-10.pink:after {
    background: #eba6b3; }
  .common-ttl-10.pink .common-ttl-10-inner2 {
    background: #eba6b3; }
    .common-ttl-10.pink .common-ttl-10-inner2:before, .common-ttl-10.pink .common-ttl-10-inner2:after {
      background: #eba6b3; }
  .common-ttl-10.common-ttl-green:before, .common-ttl-10.common-ttl-green:after, .common-ttl-10.green:before, .common-ttl-10.green:after {
    background: #6aa75d; }
  .common-ttl-10.common-ttl-green .common-ttl-10-inner2, .common-ttl-10.green .common-ttl-10-inner2 {
    background: #6aa75d; }
    .common-ttl-10.common-ttl-green .common-ttl-10-inner2:before, .common-ttl-10.common-ttl-green .common-ttl-10-inner2:after, .common-ttl-10.green .common-ttl-10-inner2:before, .common-ttl-10.green .common-ttl-10-inner2:after {
      background: #6aa75d; }
  .common-ttl-10.common-ttl-blue:before, .common-ttl-10.common-ttl-blue:after {
    background: #76bdd0; }
  .common-ttl-10.common-ttl-blue .common-ttl-10-inner2 {
    background: #76bdd0; }
    .common-ttl-10.common-ttl-blue .common-ttl-10-inner2:before, .common-ttl-10.common-ttl-blue .common-ttl-10-inner2:after {
      background: #76bdd0; }

.common-width,
.post-password-form {
  max-width: 1150px;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .common-width,
    .post-password-form {
      width: 90%; } }

/*タブ実装*/
.tab_box .btn_area .tab_btn {
  cursor: pointer;
  transition: all 0.2s ease 0s; }

.tab_box .panel_area .tab_panel {
  display: none; }
  .tab_box .panel_area .tab_panel.active {
    display: block; }

.fixed-menu {
  line-height: 1.4; }
  @media screen and (max-width: 767px) {
    .fixed-menu {
      position: fixed;
      z-index: 3;
      width: 100%;
      bottom: 0;
      left: 0;
      display: flex;
      background: rgba(235, 129, 51, 0.95); } }
  .fixed-menu .open-campus a,
  .fixed-menu .document-request a {
    width: 148px;
    height: 69px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: #eaa678;
    background: linear-gradient(90deg, #eaa678 0%, #f8db8b 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
    letter-spacing: 0.2em;
    border-radius: 5px; }
    @media screen and (max-width: 767px) {
      .fixed-menu .open-campus a,
      .fixed-menu .document-request a {
        width: 100%;
        height: auto;
        background: none;
        border: 1px solid #fff;
        border-radius: 0;
        padding: 12px 0; } }
    .fixed-menu .open-campus a .icon,
    .fixed-menu .document-request a .icon {
      margin-left: 8px; }
      @media screen and (max-width: 767px) {
        .fixed-menu .open-campus a .icon,
        .fixed-menu .document-request a .icon {
          display: none; } }
  .fixed-menu .open-campus {
    position: fixed;
    right: 328px;
    bottom: 10px;
    z-index: 3; }
    @media screen and (max-width: 767px) {
      .fixed-menu .open-campus {
        position: static;
        width: 50%;
        padding: 5px; } }
  .fixed-menu .document-request {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 3; }
    @media screen and (max-width: 767px) {
      .fixed-menu .document-request {
        position: static;
        width: 50%;
        padding: 5px 5px 5px 0; } }
  .fixed-menu .document-request2 {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 3;
    width: 300px; }
    @media screen and (max-width: 767px) {
      .fixed-menu .document-request2 {
        position: static;
        width: 50%;
        padding: 5px;
        display: flex;
        align-items: center;
        justify-content: center; } }

.l-nav {
  display: block;
  position: fixed;
  right: 0;
  top: 50%;
  width: 76px;
  z-index: 4;
  transform: translate(0, -50%);
  transition: all 0.5s ease 0s;
  border-radius: 10px 0 0 10px;
  padding: 30px 0 30px 30px; }
  @media screen and (max-width: 767px) {
    .l-nav {
      top: auto;
      bottom: 108px;
      left: 0;
      width: 100%;
      transform: translate(0, 0);
      border-radius: 0;
      padding: 0; } }
  .l-nav-list {
    margin: 0;
    display: none; }
    .l-nav-list li {
      font-size: 15px;
      margin-bottom: 17px;
      line-height: 1.5;
      white-space: nowrap; }
      @media screen and (max-width: 767px) {
        .l-nav-list li {
          font-size: 15px;
          font-size: 3.125vw;
          width: 50%;
          margin-bottom: 9px;
          white-space: normal; } }
      .l-nav-list li:last-child {
        margin: 0; }
      .l-nav-list li a {
        background: url(../images/common/icon-drawer-nav-1.svg) no-repeat left center;
        padding: 4px 0 4px 30px;
        color: #fff;
        display: block; }
        @media screen and (max-width: 767px) {
          .l-nav-list li a {
            background-position: left 0.7vw;
            padding: 4px 10px 4px 30px; } }
  .l-nav .l-nav-current {
    font-weight: bold;
    position: absolute;
    right: 0;
    top: calc(0px + 190%);
    transition: all 0.5s ease 0s;
    transform: rotate(90deg);
    transform-origin: top right; }
    @media screen and (max-width: 767px) {
      .l-nav .l-nav-current {
        left: 0;
        bottom: -54px;
        top: auto;
        transform: rotate(0deg);
        background: rgba(235, 129, 51, 0.95);
        padding: 5px; } }
    .l-nav .l-nav-current .l-nav-current-inner {
      padding: 10px 23px 10px 30px;
      background: #eaa678;
      background: linear-gradient(180deg, #eaa678 0%, #f8db8b 100%);
      position: relative; }
      @media screen and (max-width: 767px) {
        .l-nav .l-nav-current .l-nav-current-inner {
          padding: 0;
          background: none;
          border: 1px solid #fff;
          padding: 12px;
          height: 46px; } }
    .l-nav .l-nav-current #l-nav-current-cnt {
      line-height: 1.5;
      background: url(../images/common/icon-drawer-nav-up.svg) no-repeat right center;
      padding: 4px 30px 4px 0px;
      color: #fff;
      font-weight: normal; }
      @media screen and (max-width: 767px) {
        .l-nav .l-nav-current #l-nav-current-cnt {
          text-align: center;
          padding: 0;
          height: 22px;
          line-height: 22px; } }
    .l-nav .l-nav-current#item-message {
      top: 125px; }
      @media screen and (max-width: 767px) {
        .l-nav .l-nav-current#item-message {
          top: auto; } }
      .l-nav .l-nav-current#item-message #l-nav-current-cnt {
        width: 146px;
        height: 32px; }
        @media screen and (max-width: 767px) {
          .l-nav .l-nav-current#item-message #l-nav-current-cnt {
            width: auto;
            height: 22px; } }
    .l-nav .l-nav-current#item-spirit {
      top: 109px; }
      @media screen and (max-width: 767px) {
        .l-nav .l-nav-current#item-spirit {
          top: auto; } }
      .l-nav .l-nav-current#item-spirit #l-nav-current-cnt {
        width: 114px;
        height: 32px; }
        @media screen and (max-width: 767px) {
          .l-nav .l-nav-current#item-spirit #l-nav-current-cnt {
            width: auto;
            height: 22px; } }
    .l-nav .l-nav-current#item-philosophy {
      top: 101px; }
      @media screen and (max-width: 767px) {
        .l-nav .l-nav-current#item-philosophy {
          top: auto; } }
      .l-nav .l-nav-current#item-philosophy #l-nav-current-cnt {
        width: 98px;
        height: 32px; }
        @media screen and (max-width: 767px) {
          .l-nav .l-nav-current#item-philosophy #l-nav-current-cnt {
            width: auto;
            height: 22px; } }
    .l-nav .l-nav-current#item-goal {
      top: 101px; }
      @media screen and (max-width: 767px) {
        .l-nav .l-nav-current#item-goal {
          top: auto; } }
      .l-nav .l-nav-current#item-goal #l-nav-current-cnt {
        width: 98px;
        height: 32px; }
        @media screen and (max-width: 767px) {
          .l-nav .l-nav-current#item-goal #l-nav-current-cnt {
            width: auto;
            height: 22px; } }
    .l-nav .l-nav-current#item-history {
      top: 117px; }
      @media screen and (max-width: 767px) {
        .l-nav .l-nav-current#item-history {
          top: auto; } }
      .l-nav .l-nav-current#item-history #l-nav-current-cnt {
        width: 130px;
        height: 32px; }
        @media screen and (max-width: 767px) {
          .l-nav .l-nav-current#item-history #l-nav-current-cnt {
            width: auto;
            height: 22px; } }
    .l-nav .l-nav-current#item-purpose {
      top: 142px; }
      @media screen and (max-width: 767px) {
        .l-nav .l-nav-current#item-purpose {
          top: auto; } }
      .l-nav .l-nav-current#item-purpose #l-nav-current-cnt {
        width: 178px;
        height: 56px; }
        @media screen and (max-width: 767px) {
          .l-nav .l-nav-current#item-purpose #l-nav-current-cnt {
            width: auto;
            height: 22px; } }
    .l-nav .l-nav-current#item-policy {
      top: 125px; }
      @media screen and (max-width: 767px) {
        .l-nav .l-nav-current#item-policy {
          top: auto; } }
      .l-nav .l-nav-current#item-policy #l-nav-current-cnt {
        width: 146px;
        height: 56px; }
        @media screen and (max-width: 767px) {
          .l-nav .l-nav-current#item-policy #l-nav-current-cnt {
            width: auto;
            height: 22px; } }
    .l-nav .l-nav-current#item-information {
      top: 101px; }
      @media screen and (max-width: 767px) {
        .l-nav .l-nav-current#item-information {
          top: auto; } }
      .l-nav .l-nav-current#item-information #l-nav-current-cnt {
        width: 98px;
        height: 32px; }
        @media screen and (max-width: 767px) {
          .l-nav .l-nav-current#item-information #l-nav-current-cnt {
            width: auto;
            height: 22px; } }
    .l-nav .l-nav-current#item-access {
      top: 101px; }
      @media screen and (max-width: 767px) {
        .l-nav .l-nav-current#item-access {
          top: auto; } }
      .l-nav .l-nav-current#item-access #l-nav-current-cnt {
        width: 98px;
        height: 32px; }
        @media screen and (max-width: 767px) {
          .l-nav .l-nav-current#item-access #l-nav-current-cnt {
            width: auto;
            height: 22px; } }
    .l-nav .l-nav-current#item-schedule {
      top: 117px; }
      @media screen and (max-width: 767px) {
        .l-nav .l-nav-current#item-schedule {
          top: auto; } }
      .l-nav .l-nav-current#item-schedule #l-nav-current-cnt {
        width: 130px;
        height: 56px; }
        @media screen and (max-width: 767px) {
          .l-nav .l-nav-current#item-schedule #l-nav-current-cnt {
            width: auto;
            height: 22px; } }
    .l-nav .l-nav-current#item-story {
      top: 125px; }
      @media screen and (max-width: 767px) {
        .l-nav .l-nav-current#item-story {
          top: auto; } }
      .l-nav .l-nav-current#item-story #l-nav-current-cnt {
        width: 146px;
        height: 32px; }
        @media screen and (max-width: 767px) {
          .l-nav .l-nav-current#item-story #l-nav-current-cnt {
            width: auto;
            height: 22px; } }
    .l-nav .l-nav-current#item-results {
      top: 134px; }
      @media screen and (max-width: 767px) {
        .l-nav .l-nav-current#item-results {
          top: auto; } }
      .l-nav .l-nav-current#item-results #l-nav-current-cnt {
        width: 162px;
        height: 32px; }
        @media screen and (max-width: 767px) {
          .l-nav .l-nav-current#item-results #l-nav-current-cnt {
            width: auto;
            height: 22px; } }
    .l-nav .l-nav-current#item-ocschedule {
      top: 133px; }
      @media screen and (max-width: 767px) {
        .l-nav .l-nav-current#item-ocschedule {
          top: auto; } }
      .l-nav .l-nav-current#item-ocschedule #l-nav-current-cnt {
        width: 160px;
        height: 32px; }
        @media screen and (max-width: 767px) {
          .l-nav .l-nav-current#item-ocschedule #l-nav-current-cnt {
            width: auto;
            height: 22px; } }
    .l-nav .l-nav-current#item-ocreport {
      top: 141px; }
      @media screen and (max-width: 767px) {
        .l-nav .l-nav-current#item-ocreport {
          top: auto; } }
      .l-nav .l-nav-current#item-ocreport #l-nav-current-cnt {
        width: 177px;
        height: 56px; }
        @media screen and (max-width: 767px) {
          .l-nav .l-nav-current#item-ocreport #l-nav-current-cnt {
            width: auto;
            height: 22px; } }
    .l-nav .l-nav-current#item-octype {
      top: 140px; }
      @media screen and (max-width: 767px) {
        .l-nav .l-nav-current#item-octype {
          top: auto; } }
      .l-nav .l-nav-current#item-octype #l-nav-current-cnt {
        width: 175px;
        height: 56px; }
        @media screen and (max-width: 767px) {
          .l-nav .l-nav-current#item-octype #l-nav-current-cnt {
            width: auto;
            height: 22px; } }
    .l-nav .l-nav-current#item-octype {
      top: 140px; }
      @media screen and (max-width: 767px) {
        .l-nav .l-nav-current#item-octype {
          top: auto; } }
      .l-nav .l-nav-current#item-octype #l-nav-current-cnt {
        width: 175px;
        height: 56px; }
        @media screen and (max-width: 767px) {
          .l-nav .l-nav-current#item-octype #l-nav-current-cnt {
            width: auto;
            height: 22px; } }
    .l-nav .l-nav-current#item-topics {
      top: 112px; }
      @media screen and (max-width: 767px) {
        .l-nav .l-nav-current#item-topics {
          top: auto; } }
      .l-nav .l-nav-current#item-topics #l-nav-current-cnt {
        width: 110px;
        height: 32px; }
        @media screen and (max-width: 767px) {
          .l-nav .l-nav-current#item-topics #l-nav-current-cnt {
            width: auto;
            height: 22px; } }
    .l-nav .l-nav-current#item-feature {
      top: 112px; }
      @media screen and (max-width: 767px) {
        .l-nav .l-nav-current#item-feature {
          top: auto; } }
      .l-nav .l-nav-current#item-feature #l-nav-current-cnt {
        width: 110px;
        height: 32px; }
        @media screen and (max-width: 767px) {
          .l-nav .l-nav-current#item-feature #l-nav-current-cnt {
            width: auto;
            height: 22px; } }
    .l-nav .l-nav-current#item-program {
      top: 143px; }
      @media screen and (max-width: 767px) {
        .l-nav .l-nav-current#item-program {
          top: auto; } }
      .l-nav .l-nav-current#item-program #l-nav-current-cnt {
        width: 174px;
        height: 56px; }
        @media screen and (max-width: 767px) {
          .l-nav .l-nav-current#item-program #l-nav-current-cnt {
            width: auto;
            height: 22px; } }
    .l-nav .l-nav-current#item-pickup {
      top: 135px; }
      @media screen and (max-width: 767px) {
        .l-nav .l-nav-current#item-pickup {
          top: auto; } }
      .l-nav .l-nav-current#item-pickup #l-nav-current-cnt {
        width: 161px;
        height: 32px; }
        @media screen and (max-width: 767px) {
          .l-nav .l-nav-current#item-pickup #l-nav-current-cnt {
            width: auto;
            height: 22px; } }
    .l-nav .l-nav-current#item-curriculum {
      top: 119px; }
      @media screen and (max-width: 767px) {
        .l-nav .l-nav-current#item-curriculum {
          top: auto; } }
      .l-nav .l-nav-current#item-curriculum #l-nav-current-cnt {
        width: 128px;
        height: 32px; }
        @media screen and (max-width: 767px) {
          .l-nav .l-nav-current#item-curriculum #l-nav-current-cnt {
            width: auto;
            height: 22px; } }
    .l-nav .l-nav-current#item-license {
      top: 120px; }
      @media screen and (max-width: 767px) {
        .l-nav .l-nav-current#item-license {
          top: auto; } }
      .l-nav .l-nav-current#item-license #l-nav-current-cnt {
        width: 126px;
        height: 32px; }
        @media screen and (max-width: 767px) {
          .l-nav .l-nav-current#item-license #l-nav-current-cnt {
            width: auto;
            height: 22px; } }
    .l-nav .l-nav-current#item-oneday {
      top: 110px; }
      @media screen and (max-width: 767px) {
        .l-nav .l-nav-current#item-oneday {
          top: auto; } }
      .l-nav .l-nav-current#item-oneday #l-nav-current-cnt {
        width: 105px;
        height: 32px; }
        @media screen and (max-width: 767px) {
          .l-nav .l-nav-current#item-oneday #l-nav-current-cnt {
            width: auto;
            height: 22px; } }
    .l-nav .l-nav-current#item-training {
      top: 119px; }
      @media screen and (max-width: 767px) {
        .l-nav .l-nav-current#item-training {
          top: auto; } }
      .l-nav .l-nav-current#item-training #l-nav-current-cnt {
        width: 126px;
        height: 32px; }
        @media screen and (max-width: 767px) {
          .l-nav .l-nav-current#item-training #l-nav-current-cnt {
            width: auto;
            height: 22px; } }
    .l-nav .l-nav-current#item-pass {
      top: 143px; }
      @media screen and (max-width: 767px) {
        .l-nav .l-nav-current#item-pass {
          top: auto; } }
      .l-nav .l-nav-current#item-pass #l-nav-current-cnt {
        width: 174px;
        height: 56px; }
        @media screen and (max-width: 767px) {
          .l-nav .l-nav-current#item-pass #l-nav-current-cnt {
            width: auto;
            height: 22px; } }
    .l-nav .l-nav-current#item-interview {
      top: 143px; }
      @media screen and (max-width: 767px) {
        .l-nav .l-nav-current#item-interview {
          top: auto; } }
      .l-nav .l-nav-current#item-interview #l-nav-current-cnt {
        width: 174px;
        height: 32px; }
        @media screen and (max-width: 767px) {
          .l-nav .l-nav-current#item-interview #l-nav-current-cnt {
            width: auto;
            height: 22px; } }
    .l-nav .l-nav-current#item-exam-1 {
      top: 106px; }
      @media screen and (max-width: 767px) {
        .l-nav .l-nav-current#item-exam-1 {
          top: auto; } }
      .l-nav .l-nav-current#item-exam-1 #l-nav-current-cnt {
        width: 99px;
        height: 32px; }
        @media screen and (max-width: 767px) {
          .l-nav .l-nav-current#item-exam-1 #l-nav-current-cnt {
            width: auto;
            height: 22px; } }
    .l-nav .l-nav-current#item-exam-2 {
      top: 137px; }
      @media screen and (max-width: 767px) {
        .l-nav .l-nav-current#item-exam-2 {
          top: auto; } }
      .l-nav .l-nav-current#item-exam-2 #l-nav-current-cnt {
        width: 163px;
        height: 32px; }
        @media screen and (max-width: 767px) {
          .l-nav .l-nav-current#item-exam-2 #l-nav-current-cnt {
            width: auto;
            height: 22px; } }
    .l-nav .l-nav-current#item-exam-3 {
      top: 114px; }
      @media screen and (max-width: 767px) {
        .l-nav .l-nav-current#item-exam-3 {
          top: auto; } }
      .l-nav .l-nav-current#item-exam-3 #l-nav-current-cnt {
        width: 115px;
        height: 32px; }
        @media screen and (max-width: 767px) {
          .l-nav .l-nav-current#item-exam-3 #l-nav-current-cnt {
            width: auto;
            height: 22px; } }
    .l-nav .l-nav-current#item-exam-4 {
      top: 146px; }
      @media screen and (max-width: 767px) {
        .l-nav .l-nav-current#item-exam-4 {
          top: auto; } }
      .l-nav .l-nav-current#item-exam-4 #l-nav-current-cnt {
        width: 179px;
        height: 32px; }
        @media screen and (max-width: 767px) {
          .l-nav .l-nav-current#item-exam-4 #l-nav-current-cnt {
            width: auto;
            height: 22px; } }
    .l-nav .l-nav-current#item-exam-5 {
      top: 106px; }
      @media screen and (max-width: 767px) {
        .l-nav .l-nav-current#item-exam-5 {
          top: auto; } }
      .l-nav .l-nav-current#item-exam-5 #l-nav-current-cnt {
        width: 99px;
        height: 32px; }
        @media screen and (max-width: 767px) {
          .l-nav .l-nav-current#item-exam-5 #l-nav-current-cnt {
            width: auto;
            height: 22px; } }
    .l-nav .l-nav-current#item-exam-6 {
      top: 153px; }
      @media screen and (max-width: 767px) {
        .l-nav .l-nav-current#item-exam-6 {
          top: auto; } }
      .l-nav .l-nav-current#item-exam-6 #l-nav-current-cnt {
        width: 194px;
        height: 32px; }
        @media screen and (max-width: 767px) {
          .l-nav .l-nav-current#item-exam-6 #l-nav-current-cnt {
            width: auto;
            height: 22px; } }
    .l-nav .l-nav-current#item-exam-7 {
      top: 104px; }
      @media screen and (max-width: 767px) {
        .l-nav .l-nav-current#item-exam-7 {
          top: auto; } }
      .l-nav .l-nav-current#item-exam-7 #l-nav-current-cnt {
        width: 96px;
        height: 32px; }
        @media screen and (max-width: 767px) {
          .l-nav .l-nav-current#item-exam-7 #l-nav-current-cnt {
            width: auto;
            height: 22px; } }
    .l-nav .l-nav-current#item-exam-8 {
      top: 119px; }
      @media screen and (max-width: 767px) {
        .l-nav .l-nav-current#item-exam-8 {
          top: auto; } }
      .l-nav .l-nav-current#item-exam-8 #l-nav-current-cnt {
        width: 124px;
        height: 32px; }
        @media screen and (max-width: 767px) {
          .l-nav .l-nav-current#item-exam-8 #l-nav-current-cnt {
            width: auto;
            height: 22px; } }
  .l-nav.open {
    background: #eaa678;
    background: linear-gradient(0deg, #eaa678 0%, #f8db8b 100%);
    width: 233px; }
    @media screen and (max-width: 767px) {
      .l-nav.open {
        background: rgba(235, 129, 51, 0.95);
        width: 100%; } }
    .l-nav.open .l-nav-list {
      display: block; }
      @media screen and (max-width: 767px) {
        .l-nav.open .l-nav-list {
          display: flex;
          flex-wrap: wrap;
          padding: 20px 20px 10px; } }
    .l-nav.open .l-nav-current {
      display: none; }
      @media screen and (max-width: 767px) {
        .l-nav.open .l-nav-current {
          display: block; } }
    @media screen and (max-width: 767px) {
      .l-nav.open #l-nav-current-cnt {
        background: url(../images/common/icon-drawer-nav-down.svg) no-repeat right center; } }

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

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

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

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

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

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

.slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 15px; }
  .slick-dots li {
    margin-right: 14px; }
    .slick-dots li:last-child {
      margin-right: 0; }
    .slick-dots li button {
      position: relative;
      display: inline-block;
      width: 12px;
      height: 12px;
      font-size: 0;
      border: solid 1px #76C4EA;
      background-color: #76C4EA;
      border-radius: 50%; }
      .slick-dots li button:before {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        display: inline-block;
        width: 8px;
        height: 8px;
        background-color: #EEEEEE;
        border-radius: 50%;
        content: ""; }
    .slick-dots li.slick-active button {
      border-color: #fff; }
      .slick-dots li.slick-active button:before {
        width: 6px;
        height: 6px;
        background-color: #fff; }

.slick-prev,
.slick-next {
  position: absolute;
  top: calc(50% - 20px);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #6B9FE8;
  z-index: 1;
  transition: all .3s; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: 0; }
  .slick-prev:hover,
  .slick-next:hover {
    background-color: #2f5baf; }
  .slick-prev span,
  .slick-next span {
    display: block;
    position: relative;
    width: 100%;
    height: 100%; }
    .slick-prev span:before,
    .slick-next span:before {
      position: absolute;
      top: 15px;
      border: solid #fff;
      border-width: 0 2px 2px 0;
      display: inline-block;
      padding: 4px;
      content: ""; }

.slick-prev {
  left: 0; }
  @media screen and (max-width: 1050px) {
    .slick-prev {
      left: 10px; } }
  .slick-prev span:before {
    left: 17px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg); }

.slick-next {
  right: 0; }
  @media screen and (max-width: 1050px) {
    .slick-next {
      right: 10px; } }
  .slick-next span:before {
    left: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg) translate(-50%, -50%); }
  @media all and (-ms-high-contrast: none) {
    .slick-next {
      /* IE10 */
      /* IE11 */ }
      .slick-next span:before {
        left: 15px; }
      .slick-next *::-ms-backdrop:before,
      .slick-next span:before {
        left: 15px; } }

.ui-datepicker {
  background-color: #fff;
  padding: .8em .5em .3em; }

.ui-datepicker .ui-datepicker-title {
  font-size: 0.875rem;
  text-align: center; }

.ui-widget.ui-widget-content {
  border-radius: 5px; }

.ui-widget-header {
  border: none;
  background: inherit;
  color: #474F5F;
  font-weight: bold; }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border: none;
  background: #ECF0F4;
  font-weight: bold;
  color: #3B93D2;
  text-align: center;
  padding: 7px 9px;
  font-size: 0.6875rem; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
  color: #AFB4BC;
  font-size: 0.6875rem; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  left: 10px;
  cursor: pointer;
  font-size: 0.75rem; }
  .ui-datepicker .ui-datepicker-prev:hover,
  .ui-datepicker .ui-datepicker-next:hover {
    border: none;
    background-color: #fff; }

.ui-datepicker .ui-datepicker-next {
  right: 10px;
  left: auto; }

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  margin-top: -6px; }

.ui-icon {
  width: 10px;
  height: 10px; }

.ui-widget-content .ui-state-default:hover {
  border: 0px;
  text-align: center;
  background: #000;
  color: #fff; }

.ui-widget-content .ui-state-active {
  border: 0px;
  background: #000;
  color: #fff; }

.ui-datepicker td {
  padding: 1px; }

a.ui-state-default {
  width: 100%;
  display: block; }

/* Fade up */
.fadeup {
  opacity: 0;
  transform: translate(0, 35%);
  transition: opacity 2s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, transform 2s cubic-bezier(0.165, 0.84, 0.44, 1) 0s; }
  @media screen and (max-width: 767px) {
    .fadeup {
      transform: translate(0, 0); } }
  .fadeup.in {
    opacity: 1;
    transform: translate(0, 0); }

.fadeup2 {
  transform: translate(0, 80px);
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s; }
  .fadeup2.in {
    transform: translate(0, 0); }

/* Fade in */
.fadein {
  opacity: 0;
  transition: opacity 2.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s; }
  .fadein.in {
    opacity: 1; }

/* Fade up */
.fadeleft {
  opacity: 0;
  transform: translate(-80px, 0);
  transition: opacity 2s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, transform 2s cubic-bezier(0.165, 0.84, 0.44, 1) 0s; }
  .fadeleft.in {
    opacity: 1;
    transform: translate(0, 0); }

.fadeleft2 {
  transform: translate(-80px, 0);
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s; }
  .fadeleft2.in {
    transform: translate(0, 0); }

.fuwafuwa {
  animation: fuwafuwa 2.5s infinite; }

.fuwafuwa-t {
  animation: fuwafuwa-t 3.5s infinite; }

@keyframes fuwafuwa {
  0% {
    transform: translateY(0px); }
  50% {
    transform: translateY(-20%); }
  100% {
    transform: translateY(0px); } }

@keyframes fuwafuwa-t {
  0% {
    transform: translateY(0px); }
  40% {
    opacity: 1; }
  100% {
    transform: translateY(-180%);
    opacity: 0; } }

/* Nina */
.button--ninaWrap {
  display: inline-block;
  text-align: center;
  min-width: 154px;
  max-width: 100%;
  background: #fff;
  border-radius: 72px;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .button--ninaWrap {
      width: 100%; } }

.button--nina {
  position: relative;
  display: inline-block;
  height: 55px;
  line-height: 56px;
  color: #474F5F;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  vertical-align: middle;
  font-size: 0.75rem;
  font-weight: 500;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  text-align: center; }
  .button--nina span {
    vertical-align: middle; }

.button--nina > span {
  display: inline-block;
  opacity: 0;
  color: #fff;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1); }

.button--nina::before {
  content: attr(data-text);
  position: absolute;
  top: -12px;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1em 0;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1); }

.button--ninaWrap:hover {
  background-color: #474F5F;
  letter-spacing: -1.5px; }

.button--ninaWrap:hover .button--nina {
  letter-spacing: -1.5px; }

.button--ninaWrap:hover .button--nina::before {
  opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0); }

.button--ninaWrap:hover .button--nina > span {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.button--ninaWrap:hover .button--nina > span:nth-child(1) {
  -webkit-transition-delay: 0.045s;
  transition-delay: 0.045s; }

.button--ninaWrap:hover .button--nina > span:nth-child(2) {
  -webkit-transition-delay: 0.09s;
  transition-delay: 0.09s; }

.button--ninaWrap:hover .button--nina > span:nth-child(3) {
  -webkit-transition-delay: 0.135s;
  transition-delay: 0.135s; }

.button--ninaWrap:hover .button--nina > span:nth-child(4) {
  -webkit-transition-delay: 0.18s;
  transition-delay: 0.18s; }

.button--ninaWrap:hover .button--nina > span:nth-child(5) {
  -webkit-transition-delay: 0.225s;
  transition-delay: 0.225s; }

.button--ninaWrap:hover .button--nina > span:nth-child(6) {
  -webkit-transition-delay: 0.27s;
  transition-delay: 0.27s; }

.button--ninaWrap:hover .button--nina > span:nth-child(7) {
  -webkit-transition-delay: 0.315s;
  transition-delay: 0.315s; }

.button--ninaWrap:hover .button--nina > span:nth-child(8) {
  -webkit-transition-delay: 0.36s;
  transition-delay: 0.36s; }

.button--ninaWrap:hover .button--nina > span:nth-child(9) {
  -webkit-transition-delay: 0.405s;
  transition-delay: 0.405s; }

.button--ninaWrap:hover .button--nina > span:nth-child(10) {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s; }

.button--nina:after {
  position: absolute;
  right: -2px;
  top: calc(50% - 4px);
  display: inline-block;
  width: 5px;
  height: 9px;
  background: url(../images/common/icon-arrow-right.svg) no-repeat;
  transition: all .3s;
  content: "";
  z-index: 1; }

.button--ninaWrap:hover .button--nina:after {
  top: calc(50% - 3px);
  display: inline-block;
  transform: translateX(18px);
  background-image: url(../images/common/icon-arrow-right-white.svg); }

.button--ninaWrap--blue {
  background: #4AABB8; }
  .button--ninaWrap--blue .button--nina {
    color: #fff; }
    .button--ninaWrap--blue .button--nina span {
      color: #4AABB8; }
    .button--ninaWrap--blue .button--nina::after {
      background: url(../images/common/icon-arrow-right-white.svg) no-repeat; }
  .button--ninaWrap--blue:hover {
    background-color: #fff;
    letter-spacing: -1.5px; }
    .button--ninaWrap--blue:hover .button--nina {
      color: #4AABB8; }
      .button--ninaWrap--blue:hover .button--nina::after {
        background: url(../images/common/icon-arrow-right-blue.svg) no-repeat; }

.delay-1 {
  transition-delay: .1s; }

.delay-2 {
  transition-delay: .2s; }

.delay-3 {
  transition-delay: .3s; }

.delay-4 {
  transition-delay: .4s; }

.delay-5 {
  transition-delay: .5s; }

.delay-6 {
  transition-delay: .6s; }

.delay-7 {
  transition-delay: .7s; }

.delay-8 {
  transition-delay: .8s; }

.delay-9 {
  transition-delay: .9s; }

.delay-10 {
  transition-delay: 1s; }

.delay-11 {
  transition-delay: 1.1s; }

.delay-12 {
  transition-delay: 1.2s; }

.delay-13 {
  transition-delay: 1.3s; }

.delay-14 {
  transition-delay: 1.4s; }

.delay-15 {
  transition-delay: 1.5s; }

.delay-16 {
  transition-delay: 1.6s; }

.delay-17 {
  transition-delay: 1.7s; }

.delay-18 {
  transition-delay: 1.8s; }

.delay-19 {
  transition-delay: 1.9s; }

.delay-20 {
  transition-delay: 2.0s; }

.delay-21 {
  transition-delay: 2.1s; }

.delay-22 {
  transition-delay: 2.2s; }

.delay-23 {
  transition-delay: 2.3s; }

.delay-24 {
  transition-delay: 2.4s; }

.ani-delay-1 {
  animation-delay: .1s; }

.ani-delay-2 {
  animation-delay: .2s; }

.ani-delay-3 {
  animation-delay: .3s; }

.ani-delay-4 {
  animation-delay: .4s; }

.ani-delay-5 {
  animation-delay: .5s; }

.ani-delay-6 {
  animation-delay: .6s; }

.ani-delay-7 {
  animation-delay: .7s; }

.ani-delay-8 {
  animation-delay: .8s; }

.ani-delay-9 {
  animation-delay: .9s; }

.ani-delay-10 {
  animation-delay: 1s; }

.ani-delay-11 {
  animation-delay: 1.1s; }

.ani-delay-12 {
  animation-delay: 1.2s; }

.ani-delay-13 {
  animation-delay: 1.3s; }

.ani-delay-14 {
  animation-delay: 1.4s; }

.ani-delay-15 {
  animation-delay: 1.5s; }

.ani-delay-16 {
  animation-delay: 1.6s; }

.ani-delay-17 {
  animation-delay: 1.7s; }

.ani-delay-18 {
  animation-delay: 1.8s; }

.ani-delay-19 {
  animation-delay: 1.9s; }

.ani-delay-20 {
  animation-delay: 2.0s; }

.ani-delay-21 {
  animation-delay: 2.1s; }

.ani-delay-22 {
  animation-delay: 2.2s; }

.ani-delay-23 {
  animation-delay: 2.3s; }

.ani-delay-24 {
  animation-delay: 2.4s; }

/* -------------------
  HEADER
--------------------*/
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 94px;
  z-index: 3;
  transition: all 0.5s ease 0s;
  top: 0; }
  @media screen and (max-width: 767px) {
    .l-header {
      height: 68px; } }
  .l-header.UpMove {
    top: 0; }
  .l-header.DownMove {
    top: 0; }
  .l-header .logo {
    margin: 25px 0 0 110px;
    line-height: 1; }
    @media screen and (max-width: 767px) {
      .l-header .logo {
        margin-left: 18px;
        margin-top: 16px;
        width: 180px; } }
  .l-header-btn-access {
    position: absolute;
    top: 13px;
    right: 101px;
    z-index: 100;
    width: 68px;
    height: 68px; }
    @media screen and (max-width: 767px) {
      .l-header-btn-access {
        width: 48px;
        height: 48px;
        top: 10px;
        right: 68px; } }
    .l-header-btn-access a {
      display: block;
      width: 100%;
      height: 100%;
      vertical-align: middle;
      cursor: pointer;
      transform: translateX(0);
      background: #eaa678;
      text-align: center;
      padding-top: 2px;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column; }
      .l-header-btn-access a .icon {
        margin-bottom: 7px;
        line-height: 0; }
        @media screen and (max-width: 767px) {
          .l-header-btn-access a .icon {
            margin-bottom: 4px; } }
        @media screen and (max-width: 767px) {
          .l-header-btn-access a .icon img {
            width: 13px; } }
      .l-header-btn-access a .txt {
        color: #fff;
        font-size: 12px;
        line-height: 1; }
        @media screen and (max-width: 767px) {
          .l-header-btn-access a .txt {
            font-size: 10px; } }
    .l-header-btn-access.l-header-btn-access-24 a {
      background: #ee7948;
      border-radius: 10px; }

.shadow-head {
  height: 94px; }
  @media screen and (max-width: 767px) {
    .shadow-head {
      height: 68px; } }

/* -------------------
  G-NAV
--------------------*/
.g-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  height: 85px;
  border-radius: 42px;
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  padding: 0 60px;
  margin: 0 30px;
  z-index: 1;
  position: relative;
  margin-top: -60px; }
  @media screen and (max-width: 767px) {
    .g-nav {
      display: none; } }
  .g-nav.nothome {
    margin-top: -180px; }
  .g-nav .logo {
    margin-right: 2vw; }
  .g-nav-list {
    display: flex;
    margin: 0; }
  .g-nav-item {
    margin: 0 2vw;
    font-size: 14px;
    line-height: 1.5; }
    .g-nav-item a {
      color: #000000; }
      .g-nav-item a:hover {
        color: #eaa678;
        border-bottom: 1px solid #eaa678;
        padding-bottom: 5px;
        opacity: 1; }
  .g-nav.g-nav-24 {
    margin-top: 0px; }

/* -------------------
  HAMBURGER MENU
--------------------*/
.menu-trigger {
  display: inline-block;
  width: 68px;
  height: 68px;
  vertical-align: middle;
  cursor: pointer;
  position: fixed;
  top: 13px;
  right: 18px;
  z-index: 100;
  transform: translateX(0);
  background: #eaa678;
  transition: all 0.5s ease 0s; }
  @media screen and (max-width: 767px) {
    .menu-trigger {
      top: 10px;
      right: 10px;
      width: 48px;
      height: 48px; } }
  .menu-trigger span {
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 40px;
    height: 4px;
    background-color: #fff;
    transition: all 0.5s ease 0s; }
    @media screen and (max-width: 767px) {
      .menu-trigger span {
        width: 30px;
        height: 2px; } }
    .menu-trigger span:nth-of-type(1) {
      top: 12px;
      left: 14px; }
      @media screen and (max-width: 767px) {
        .menu-trigger span:nth-of-type(1) {
          top: 9px;
          left: 9px; } }
    .menu-trigger span:nth-of-type(2) {
      top: 25px;
      left: 14px; }
      @media screen and (max-width: 767px) {
        .menu-trigger span:nth-of-type(2) {
          top: 16px;
          left: 9px; } }
    .menu-trigger span:nth-of-type(3) {
      top: 38px;
      left: 14px; }
      @media screen and (max-width: 767px) {
        .menu-trigger span:nth-of-type(3) {
          top: 23px;
          left: 9px; } }
  .menu-trigger .txt {
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translate(-50%, 0);
    color: #fff;
    font-size: 12px; }
    @media screen and (max-width: 767px) {
      .menu-trigger .txt {
        font-size: 10px;
        bottom: -1px; } }
  .menu-trigger.active {
    background: #fff; }
    .menu-trigger.active span {
      background-color: #eaa678; }
      .menu-trigger.active span:nth-of-type(1) {
        transform: translateX(-1px) translateY(13px) rotate(-45deg); }
        @media screen and (max-width: 767px) {
          .menu-trigger.active span:nth-of-type(1) {
            transform: translateX(-1px) translateY(7px) rotate(-45deg); } }
      .menu-trigger.active span:nth-of-type(2) {
        opacity: 0; }
      .menu-trigger.active span:nth-of-type(3) {
        transform: translateX(-1px) translateY(-13px) rotate(45deg); }
        @media screen and (max-width: 767px) {
          .menu-trigger.active span:nth-of-type(3) {
            transform: translateX(-1px) translateY(-7px) rotate(45deg); } }
    .menu-trigger.active .txt {
      color: #eaa678; }
  .menu-trigger.menu-trigger-white {
    background: #fff; }
    .menu-trigger.menu-trigger-white span {
      background: #eaa678; }
    .menu-trigger.menu-trigger-white .txt {
      color: #eaa678; }
  .menu-trigger.menu-trigger-24 {
    border-radius: 10px;
    background: #ee7948; }
    .menu-trigger.menu-trigger-24.active {
      background: #fff; }

/* -------------------
  DRAWER NAV
--------------------*/
.drawer-nav {
  width: 253px;
  padding: 100px 0 0 28px;
  background: rgba(235, 129, 51, 0.95);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  transform: translate(253px);
  transition: all .5s;
  text-align: left;
  height: 100%; }
  @media screen and (max-width: 767px) {
    .drawer-nav {
      width: 100%;
      transform: translate(100%);
      padding: 100px 0 0 15px; } }
  .drawer-nav.open {
    transform: translateZ(0); }
  .drawer-nav .cs {
    display: inline-block;
    font-size: 10px;
    transform: scale(0.8);
    transform-origin: left top;
    border: 1px solid #fff;
    margin-left: 10px;
    line-height: 1;
    padding: 3px; }
  .drawer-nav-inner {
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
    .drawer-nav-inner::-webkit-scrollbar {
      width: 10px; }
    .drawer-nav-inner::-webkit-scrollbar-thumb {
      background-color: #eaa678;
      border-radius: 5px; }
  .drawer-nav-top {
    position: relative;
    padding: 0 0 15px; }
    @media screen and (max-width: 767px) {
      .drawer-nav-top {
        display: flex;
        justify-content: space-around;
        padding: 0; } }
    @media screen and (max-width: 767px) {
      .drawer-nav-top:after {
        content: "";
        background: #fff;
        height: 1px;
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        right: 15px; } }
    .drawer-nav-top-list {
      padding-left: 20px; }
      @media screen and (max-width: 767px) {
        .drawer-nav-top-list {
          padding-left: 15px; } }
      .drawer-nav-top-list:after {
        content: "";
        background: #fff;
        height: 1px;
        width: 198px;
        display: block;
        position: absolute;
        left: 0;
        bottom: 0; }
        @media screen and (max-width: 767px) {
          .drawer-nav-top-list:after {
            display: none; } }
    .drawer-nav-top-item {
      font-size: 14px;
      margin-bottom: 17px; }
      .drawer-nav-top-item a {
        background: url(../images/common/icon-drawer-nav-1.svg) no-repeat left center;
        padding: 4px 0 4px 30px;
        color: #fff; }
  .drawer-nav-bottom {
    padding: 30px 0 15px; }
    @media screen and (max-width: 767px) {
      .drawer-nav-bottom {
        display: flex;
        justify-content: space-around; } }
    .drawer-nav-bottom-list {
      padding-left: 25px; }
      @media screen and (max-width: 767px) {
        .drawer-nav-bottom-list {
          padding-left: 15px; } }
    .drawer-nav-bottom-item {
      font-size: 12px;
      margin-bottom: 30px; }
      @media screen and (max-width: 767px) {
        .drawer-nav-bottom-item {
          margin-bottom: 15px; } }
      .drawer-nav-bottom-item a {
        background: url(../images/common/icon-drawer-nav-2.svg) no-repeat left 4px;
        padding: 0 0 0 15px;
        color: #fff;
        display: block;
        line-height: 1.5; }

/* -------------------
  FOOTER
--------------------*/
.l-footer-inner {
  border-top: 1px solid #C9C9C9;
  padding-top: 100px; }
  @media screen and (max-width: 767px) {
    .l-footer-inner {
      padding-top: 40px; } }

.l-footer-body {
  margin-bottom: 50px; }
  @media screen and (max-width: 767px) {
    .l-footer-body {
      margin-bottom: 30px; } }
  .l-footer-body-flex {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .l-footer-body-flex {
        flex-wrap: wrap; } }

@media screen and (max-width: 767px) {
  .l-footer .footer-nav-unit:nth-child(2n+1) {
    width: 60%; }
  .l-footer .footer-nav-unit:nth-child(2n+2) {
    width: 40%; } }

.l-footer .footer-nav-ttl {
  line-height: 1.5;
  margin-bottom: 25px; }
  .l-footer .footer-nav-ttl a {
    color: #000000; }
  .l-footer .footer-nav-ttl .jp {
    font-size: 18px;
    display: flex; }
    .l-footer .footer-nav-ttl .jp .icon {
      margin-left: 10px; }
  .l-footer .footer-nav-ttl .en {
    font-size: 12px;
    font-family: century-old-style-std, serif;
    font-weight: 400;
    font-style: italic; }

.l-footer .footer-nav-item {
  line-height: 1.4;
  margin-bottom: 13px; }
  .l-footer .footer-nav-item a {
    color: #000000;
    font-size: 12px; }
    .l-footer .footer-nav-item a:before {
      content: ">";
      margin-right: 5px;
      position: relative;
      top: -1px; }
  .l-footer .footer-nav-item .child {
    border-left: 1px solid #707070;
    margin-left: 3px;
    margin-top: 13px;
    padding-left: 10px; }

.l-footer .nav-privacy-policy {
  line-height: 1.4;
  margin-bottom: 13px;
  text-align: right; }
  .l-footer .nav-privacy-policy a {
    color: #000000;
    font-size: 12px; }
    .l-footer .nav-privacy-policy a:before {
      content: ">";
      margin-right: 5px;
      position: relative;
      top: -1px; }

.l-footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0 80px;
  margin-top: -60px; }
  @media screen and (max-width: 767px) {
    .l-footer-bottom {
      display: block;
      text-align: center;
      margin-top: 0; } }

.l-footer-logo-set {
  text-align: center;
  margin-right: 40px; }
  @media screen and (max-width: 767px) {
    .l-footer-logo-set {
      margin-right: 0; } }

.l-footer-logo {
  margin-bottom: 20px; }
  @media screen and (max-width: 767px) {
    .l-footer-logo {
      margin: 0 0 20px; } }

.l-footer .badge-jaca {
  display: flex;
  border-top: 1px solid #c99f44;
  align-items: center;
  padding-top: 15px;
  width: 320px;
  margin: 15px auto 0; }
  @media screen and (max-width: 767px) {
    .l-footer .badge-jaca {
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 10px 0 40px;
      width: 100%; } }
  .l-footer .badge-jaca .badge {
    flex: 0 0 80px; }
    .l-footer .badge-jaca .badge img {
      width: 80px; }
  .l-footer .badge-jaca .txt {
    padding-left: 20px;
    font-family: a-otf-ryumin-pr6n, serif;
    font-size: 9px;
    line-height: 1.7;
    text-align: justify;
    text-justify: inter-ideograph;
    /* IE用 */ }
    @media screen and (max-width: 767px) {
      .l-footer .badge-jaca .txt {
        padding: 0;
        text-align: center; } }

.l-footer-info {
  font-size: 14px;
  line-height: 1.7; }
  @media screen and (max-width: 767px) {
    .l-footer-info {
      margin: 0 0 20px; } }

.l-footer-sns {
  flex: 3 1 auto; }
  .l-footer-sns ul {
    display: flex;
    margin: 0;
    justify-content: flex-end; }
    @media screen and (max-width: 767px) {
      .l-footer-sns ul {
        justify-content: center;
        margin-bottom: 20px; } }
    .l-footer-sns ul li {
      margin: 0 5px; }

.kv {
  z-index: 1;
  height: calc(100vh - 130px);
  display: flex;
  position: relative; }
  @media screen and (max-width: 767px) {
    .kv {
      height: auto; } }
  .kv-txt {
    width: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative; }
    @media screen and (max-width: 767px) {
      .kv-txt {
        position: absolute;
        z-index: 1;
        top: 50%;
        transform: translate(0, -50%);
        left: -10px; } }
    .kv-txt div {
      color: #626261;
      letter-spacing: 0.1em;
      position: absolute;
      -moz-transform: rotate(90deg) translate(-50%, 0);
      -webkit-transform: rotate(90deg) translate(-50%, 0);
      -o-transform: rotate(90deg) translate(-50%, 0);
      -ms-transform: rotate(90deg) translate(-50%, 0);
      transform: rotate(90deg) translate(-50%, 0);
      top: 50%;
      left: 50px;
      height: 32px;
      width: 300px;
      text-align: center;
      transform-origin: top left; }
      @media screen and (max-width: 767px) {
        .kv-txt div {
          font-size: 14px;
          color: #fff;
          height: 16px;
          width: 280px; } }
  .kv-img {
    width: calc(100% - 110px);
    max-height: 100%;
    overflow: hidden; }
    @media screen and (max-width: 767px) {
      .kv-img {
        width: 100%;
        aspect-ratio: 10.6 / 15; } }
    .kv-img img {
      object-fit: cover;
      width: 100%;
      height: 100%; }
  .kv-slider {
    margin: 0;
    height: 100%; }
    .kv-slider .slick-list,
    .kv-slider .slick-track {
      height: 100%; }
    .kv-slider a:hover {
      opacity: 0.7; }
    .kv-slider.slick-dotted {
      margin: 0 !important; }
    .kv-slider .slick-dots {
      bottom: 75px; }
      @media screen and (max-width: 767px) {
        .kv-slider .slick-dots {
          bottom: 20px; } }
      .kv-slider .slick-dots li button:before {
        content: '';
        line-height: 20px;
        display: block;
        background: #eaa678;
        position: static;
        width: 10px;
        height: 10px;
        border-radius: 5px;
        opacity: .25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
      .kv-slider .slick-dots li.slick-active button:before {
        opacity: 1; }
  .kv-catch {
    position: absolute;
    left: 75px;
    top: 40%;
    transform: translate(0, -43%);
    width: auto;
    height: calc(100vh - 230px);
    max-height: 500px;
    z-index: 1; }
    @media screen and (max-width: 767px) {
      .kv-catch {
        width: 55px;
        height: 343px;
        left: 50px;
        top: 50%;
        transform: translate(0, -50%);
        display: none; } }
    .kv-catch img {
      height: 100%;
      width: auto; }

.index-information {
  background: #f8db8b;
  background: linear-gradient(90deg, rgba(248, 219, 139, 0.34) 0%, rgba(234, 166, 120, 0.34) 100%);
  padding: 160px 50px 50px;
  margin-top: -110px; }
  @media screen and (max-width: 767px) {
    .index-information {
      padding: 40px 0;
      margin: 0; } }
  .index-information-inner {
    background: #fff;
    display: flex;
    justify-content: center;
    padding: 50px;
    align-items: center;
    border-radius: 8px; }
    @media screen and (max-width: 767px) {
      .index-information-inner {
        padding: 20px;
        display: block; } }
  .index-information .common-head {
    margin-right: 60px; }
    @media screen and (max-width: 767px) {
      .index-information .common-head {
        margin-right: 0;
        text-align: center; } }
  .index-information .common-ttl {
    border-bottom: 1px solid #F8DB8B;
    padding-bottom: 5px;
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .index-information .common-ttl {
        display: inline-block; } }
    .index-information .common-ttl .en {
      font-size: 25px;
      padding-bottom: 5px; }
  .index-information-list {
    margin: 0; }
    @media screen and (max-width: 767px) {
      .index-information-list {
        margin-bottom: 20px; } }
  .index-information-item {
    margin-bottom: 18px; }
    @media screen and (max-width: 767px) {
      .index-information-item {
        line-height: 1.5; } }
    .index-information-item:last-child {
      margin-bottom: 0; }
    .index-information-item a {
      display: flex;
      font-size: 14px; }
      .index-information-item a time {
        margin-right: 35px; }
      .index-information-item a p {
        color: #000000;
        margin: 0; }
  .index-information .link-btn {
    margin: 0;
    font-size: 11px;
    text-align: left; }
    @media screen and (max-width: 767px) {
      .index-information .link-btn {
        text-align: center; } }

.news-topics-wrap {
  background: url(../images/top/bg-1.jpg) no-repeat center center;
  background-size: cover;
  padding: 60px 0;
  margin-bottom: 150px; }
  @media screen and (max-width: 767px) {
    .news-topics-wrap {
      background: url(../images/top/sp/bg-1.jpg) no-repeat center center;
      padding: 40px 0;
      margin-bottom: 50px; } }

.index-news {
  max-width: 850px;
  margin: 0 auto 120px; }
  @media screen and (max-width: 767px) {
    .index-news {
      margin-bottom: 70px;
      padding: 0 5%; } }
  .index-news-list {
    margin: 0; }
  .index-news-item {
    margin-bottom: 18px; }
    @media screen and (max-width: 767px) {
      .index-news-item {
        line-height: 1.5; } }
    .index-news-item:last-child {
      margin-bottom: 0; }
    .index-news-item a {
      display: flex;
      font-size: 14px;
      align-items: center; }
      @media screen and (max-width: 767px) {
        .index-news-item a {
          flex-wrap: wrap; } }
      .index-news-item a .cat {
        background: #eaa678;
        color: #fff;
        width: 133px;
        text-align: center;
        margin: 0 27px;
        line-height: 1.5;
        padding: 3px 0; }
        @media screen and (max-width: 767px) {
          .index-news-item a .cat {
            margin-left: 15px;
            padding: 0; } }
      .index-news-item a p {
        color: #000000;
        margin: 0; }
        @media screen and (max-width: 767px) {
          .index-news-item a p {
            width: 100%;
            margin-top: 10px; } }

.index-topics .btn_area {
  display: flex;
  margin-bottom: 40px;
  justify-content: space-between; }
  @media screen and (max-width: 767px) {
    .index-topics .btn_area {
      margin-bottom: 10px; } }

.index-topics .tab_btn {
  width: calc(20% - 7.5px);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #B6B6B5;
  padding: 8px 0; }
  @media screen and (max-width: 767px) {
    .index-topics .tab_btn {
      font-size: 2.5vw;
      line-height: 1.4;
      overflow: hidden;
      width: calc(20% - 3px); } }
  .index-topics .tab_btn-inner {
    color: #fff;
    line-height: 1.4; }
    @media screen and (max-width: 767px) {
      .index-topics .tab_btn-inner {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative; } }

.index-topics .tab_btn-1.active {
  background: #E8B695; }
  @media screen and (max-width: 767px) {
    .index-topics .tab_btn-1.active:after {
      border-color: #E8B695 transparent transparent transparent; } }

.index-topics .tab_btn-2.active {
  background: #EBA6B3; }
  @media screen and (max-width: 767px) {
    .index-topics .tab_btn-2.active:after {
      border-color: #EBA6B3 transparent transparent transparent; } }

.index-topics .tab_btn-3.active {
  background: #A0C299; }
  @media screen and (max-width: 767px) {
    .index-topics .tab_btn-3.active:after {
      border-color: #A0C299 transparent transparent transparent; } }

.index-topics .tab_btn-4.active {
  background: #91A1D7; }
  @media screen and (max-width: 767px) {
    .index-topics .tab_btn-4.active:after {
      border-color: #91A1D7 transparent transparent transparent; } }

.index-topics .tab_btn-5.active {
  background: #E8B695; }
  @media screen and (max-width: 767px) {
    .index-topics .tab_btn-5.active:after {
      border-color: #E8B695 transparent transparent transparent; } }

.index-topics-list {
  display: flex; }
  @media screen and (max-width: 767px) {
    .index-topics-list {
      flex-wrap: wrap;
      justify-content: space-between; } }

.index-topics-item {
  width: calc(25% - 15px);
  margin-right: 20px; }
  @media screen and (max-width: 767px) {
    .index-topics-item {
      width: calc(50% - 5px);
      margin-bottom: 20px;
      margin-right: 0; } }
  .index-topics-item:last-child {
    margin-right: 0; }
  .index-topics-item a {
    display: block;
    color: #000000; }
  .index-topics-item .txt {
    text-align: center;
    background: #fff;
    padding: 20px; }
    @media screen and (max-width: 767px) {
      .index-topics-item .txt {
        padding: 12px; } }
    .index-topics-item .txt .flex {
      font-size: 10px;
      display: flex;
      justify-content: center; }
      @media screen and (max-width: 767px) {
        .index-topics-item .txt .flex {
          font-size: 13px;
          font-size: 2.70833vw; } }
      .index-topics-item .txt .flex .cat {
        color: #eba6b3;
        margin-left: 10px;
        line-height: 1.6; }
    @media screen and (max-width: 767px) {
      .index-topics-item .txt .ttl {
        font-size: 18px;
        font-size: 3.75vw; } }
    .index-topics-item .txt .body {
      font-size: 12px;
      text-align: left;
      line-height: 1.6; }
      @media screen and (max-width: 767px) {
        .index-topics-item .txt .body {
          font-size: 15px;
          font-size: 3.125vw;
          margin: 0; } }

.index-topics .tab_panel-1 .index-topics-item .txt .flex .cat.topicscat-1 {
  color: #eba6b3; }

.index-topics .tab_panel-1 .index-topics-item .txt .flex .cat.topicscat-2 {
  color: #acd9a2; }

.index-topics .tab_panel-1 .index-topics-item .txt .flex .cat.topicscat-3 {
  color: #8ba4f8; }

.index-topics .tab_panel-1 .index-topics-item .txt .flex .cat.topicscat-4 {
  color: #eaa678; }

.index-topics .tab_panel-1 .link-btn a {
  color: #eaa678; }

.index-topics .tab_panel-2 .index-topics-item .txt .flex .cat {
  color: #eba6b3; }

.index-topics .tab_panel-2 .link-btn a {
  color: #eba6b3; }

.index-topics .tab_panel-3 .index-topics-item .txt .flex .cat {
  color: #acd9a2; }

.index-topics .tab_panel-3 .link-btn a {
  color: #acd9a2; }

.index-topics .tab_panel-4 .index-topics-item .txt .flex .cat {
  color: #8ba4f8; }

.index-topics .tab_panel-4 .link-btn a {
  color: #8ba4f8; }

.index-topics .tab_panel-5 .index-topics-item .txt .flex .cat {
  color: #eaa678; }

.index-topics .tab_panel-5 .link-btn a {
  color: #eaa678; }

.index-depinfo {
  margin-bottom: 150px; }
  @media screen and (max-width: 767px) {
    .index-depinfo .common-ttl .en {
      font-size: 30px;
      font-size: 6.25vw; } }
  .index-depinfo-list {
    margin: 0; }
  .index-depinfo-item {
    margin-bottom: 60px; }
    @media screen and (max-width: 767px) {
      .index-depinfo-item {
        margin-bottom: 40px; } }
    .index-depinfo-item a {
      position: relative;
      display: block; }
    .index-depinfo-item-txt {
      position: absolute;
      padding: 21px 25px;
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%;
      height: 100%;
      text-align: left;
      font-weight: bold;
      line-height: 1.8; }
      @media screen and (max-width: 767px) {
        .index-depinfo-item-txt {
          padding: 15px 25px; } }
      .index-depinfo-item-txt-inner {
        border: 3px solid #fff;
        height: 100%;
        display: flex; }
      .index-depinfo-item-txt .txt-wrap {
        padding: 20px 40px; }
        @media screen and (max-width: 767px) {
          .index-depinfo-item-txt .txt-wrap {
            padding: 7px 12px; } }
      .index-depinfo-item-txt .cs {
        font-size: 12px;
        display: inline-block;
        border: 1px solid #000;
        color: #000;
        padding: 5px;
        line-height: 1; }
        @media screen and (max-width: 767px) {
          .index-depinfo-item-txt .cs {
            font-size: 12px;
            font-size: 2.5vw;
            transform: scale(0.8); } }
      .index-depinfo-item-txt .flex {
        display: flex;
        align-items: center; }
      .index-depinfo-item-txt .txt-1 {
        font-weight: bold; }
      .index-depinfo-item-txt .txt-2 {
        margin: 0 30px;
        font-weight: bold; }
        @media screen and (max-width: 767px) {
          .index-depinfo-item-txt .txt-2 {
            margin: 0 3vw; } }
      .index-depinfo-item-txt .icon {
        line-height: 0; }
        @media screen and (max-width: 767px) {
          .index-depinfo-item-txt .icon {
            width: 4vw; } }
    .index-depinfo-item.item-1 a {
      color: #eba6b3; }
      .index-depinfo-item.item-1 a .index-depinfo-item-txt-inner {
        align-items: flex-end; }
      .index-depinfo-item.item-1 a .txt-1 {
        font-size: 25px; }
        @media screen and (max-width: 767px) {
          .index-depinfo-item.item-1 a .txt-1 {
            font-size: 25px;
            font-size: 5.20833vw; } }
      .index-depinfo-item.item-1 a .txt-2 {
        font-size: 18px; }
        @media screen and (max-width: 767px) {
          .index-depinfo-item.item-1 a .txt-2 {
            font-size: 18px;
            font-size: 3.75vw; } }
    .index-depinfo-item.item-2 a {
      color: #acd9a2; }
      .index-depinfo-item.item-2 a .index-depinfo-item-txt-inner {
        align-items: flex-end;
        justify-content: flex-end; }
      .index-depinfo-item.item-2 a .txt-1 {
        font-size: 18px; }
        @media screen and (max-width: 767px) {
          .index-depinfo-item.item-2 a .txt-1 {
            font-size: 18px;
            font-size: 3.75vw; } }
      .index-depinfo-item.item-2 a .txt-2 {
        font-size: 25px; }
        @media screen and (max-width: 767px) {
          .index-depinfo-item.item-2 a .txt-2 {
            font-size: 25px;
            font-size: 5.20833vw; } }
    .index-depinfo-item.item-3 a {
      color: #8ba4f8; }
      .index-depinfo-item.item-3 a .txt-1 {
        font-size: 18px; }
        @media screen and (max-width: 767px) {
          .index-depinfo-item.item-3 a .txt-1 {
            font-size: 18px;
            font-size: 3.75vw; } }
      .index-depinfo-item.item-3 a .txt-2 {
        font-size: 25px; }
        @media screen and (max-width: 767px) {
          .index-depinfo-item.item-3 a .txt-2 {
            font-size: 25px;
            font-size: 5.20833vw; } }

.index-insta {
  max-width: 950px;
  margin: 0 auto 150px; }
  @media screen and (max-width: 767px) {
    .index-insta {
      padding: 0 20px; } }

.index-rs {
  margin-bottom: 150px; }
  @media screen and (max-width: 767px) {
    .index-rs {
      margin-bottom: 20px; } }
  @media screen and (max-width: 767px) {
    .index-rs .common-ttl .en {
      font-size: 30px;
      font-size: 6.25vw; } }
  .index-rs-list-a {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px; }
    @media screen and (max-width: 767px) {
      .index-rs-list-a {
        display: block; } }
  .index-rs-item-a {
    width: 340px; }
    @media screen and (max-width: 767px) {
      .index-rs-item-a {
        width: 100%;
        margin-bottom: 40px; } }
  .index-rs-list-b {
    display: flex;
    justify-content: space-between;
    max-width: 1288px;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .index-rs-list-b {
        flex-wrap: wrap;
        justify-content: center;
        width: 90%; } }
  .index-rs-item-b {
    width: 200px; }
    @media screen and (max-width: 767px) {
      .index-rs-item-b {
        width: calc(50%);
        margin-bottom: 20px; }
        .index-rs-item-b:nth-child(2n+1) {
          padding-right: 8px; }
        .index-rs-item-b:nth-child(2n+2) {
          padding-left: 8px; } }

body.body_re24 .kv24-slider {
  margin: 0;
  opacity: 0;
  transition: opacity 0.3s linear; }
  body.body_re24 .kv24-slider.slick-initialized {
    opacity: 1; }

body.body_re24 .kv24 .slick-slide {
  margin: 0 16px; }
  @media screen and (max-width: 767px) {
    body.body_re24 .kv24 .slick-slide {
      margin: 0; }
      body.body_re24 .kv24 .slick-slide img {
        width: 100%; } }

body.body_re24 .kv24 .slick-dots {
  bottom: 0; }
  body.body_re24 .kv24 .slick-dots li button:before {
    content: "";
    line-height: 20px;
    display: block;
    background: #ccc;
    position: static;
    width: 14px;
    height: 14px;
    border: 2px solid #fff;
    border-radius: 7px;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  body.body_re24 .kv24 .slick-dots li.slick-active button:before {
    opacity: 1;
    background: #ee7948; }

body.body_re24 .index_realabc {
  background: url(../images/top-24/bg-realabc.jpg) no-repeat center center/cover;
  padding: 185px 0 100px;
  margin-top: -85px; }
  @media screen and (max-width: 767px) {
    body.body_re24 .index_realabc {
      margin-top: 0;
      padding: 50px 0; } }
  body.body_re24 .index_realabc .common_ttl24 .en .small {
    font-size: 24px;
    margin-right: 1em; }
    @media screen and (max-width: 767px) {
      body.body_re24 .index_realabc .common_ttl24 .en .small {
        font-size: 24px;
        font-size: 5vw;
        margin-right: 0.5em;
        letter-spacing: -0.01em; } }

body.body_re24 .index_it_wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px; }
  @media screen and (max-width: 767px) {
    body.body_re24 .index_it_wrap {
      display: block;
      margin-bottom: 20px; } }

body.body_re24 .index_instagram24 {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 20px;
  width: 550px;
  padding: 30px; }
  @media screen and (max-width: 767px) {
    body.body_re24 .index_instagram24 {
      width: 100%;
      padding: 16px;
      border-radius: 10px;
      margin-bottom: 20px; } }
  body.body_re24 .index_instagram24 #sb_instagram #sbi_images {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 16px;
    padding: 0 !important; }
    @media screen and (max-width: 767px) {
      body.body_re24 .index_instagram24 #sb_instagram #sbi_images {
        gap: 8px !important;
        margin-bottom: 8px; } }
    body.body_re24 .index_instagram24 #sb_instagram #sbi_images .sbi_item {
      width: 224px !important;
      float: none !important;
      padding: 0 !important; }
      @media screen and (max-width: 767px) {
        body.body_re24 .index_instagram24 #sb_instagram #sbi_images .sbi_item {
          width: calc((100% - 16px) / 2) !important; } }
      body.body_re24 .index_instagram24 #sb_instagram #sbi_images .sbi_item:nth-child(2n) {
        margin-right: 0 !important; }
  body.body_re24 .index_instagram24 #sb_instagram .sb_instagram_header {
    display: none; }
  body.body_re24 .index_instagram24 #sb_instagram #sbi_load .sbi_load_btn {
    display: none; }

body.body_re24 .index_topics24 {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 20px;
  width: 550px;
  padding: 30px; }
  @media screen and (max-width: 767px) {
    body.body_re24 .index_topics24 {
      width: 100%;
      border-radius: 10px;
      padding: 16px; } }
  body.body_re24 .index_topics24-list {
    display: flex;
    flex-wrap: wrap; }
    @media screen and (max-width: 767px) {
      body.body_re24 .index_topics24-list {
        flex-wrap: wrap;
        justify-content: space-between; } }
  body.body_re24 .index_topics24-item {
    width: calc((100% - 28px) / 2);
    margin-right: 28px;
    margin-bottom: 28px; }
    body.body_re24 .index_topics24-item:nth-child(2n) {
      margin-right: 0; }
    @media screen and (max-width: 767px) {
      body.body_re24 .index_topics24-item {
        width: calc(50% - 5px);
        margin-bottom: 20px;
        margin-right: 0; } }
    body.body_re24 .index_topics24-item a {
      display: block;
      color: #000000; }
    body.body_re24 .index_topics24-item .txt {
      text-align: center;
      background: #fff;
      padding: 20px; }
      @media screen and (max-width: 767px) {
        body.body_re24 .index_topics24-item .txt {
          padding: 12px; } }
      body.body_re24 .index_topics24-item .txt .flex {
        font-size: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        line-height: 1.6;
        margin-bottom: 8px; }
        @media screen and (max-width: 767px) {
          body.body_re24 .index_topics24-item .txt .flex {
            font-size: 13px;
            font-size: 2.70833vw; } }
        body.body_re24 .index_topics24-item .txt .flex .cat {
          color: #eba6b3;
          margin-left: 10px; }
      body.body_re24 .index_topics24-item .txt .ttl {
        font-size: 14px;
        margin-bottom: 5px; }
        @media screen and (max-width: 767px) {
          body.body_re24 .index_topics24-item .txt .ttl {
            font-size: 14px;
            font-size: 2.91667vw; } }
      body.body_re24 .index_topics24-item .txt .body {
        font-size: 12px;
        text-align: left;
        line-height: 1.6; }
        @media screen and (max-width: 767px) {
          body.body_re24 .index_topics24-item .txt .body {
            font-size: 12px;
            font-size: 2.5vw;
            margin: 0; } }
  body.body_re24 .index_topics24 .link_btn24 {
    margin: 30px 0; }

body.body_re24 .index_information24 {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 20px; }
  @media screen and (max-width: 767px) {
    body.body_re24 .index_information24 {
      border-radius: 10px; } }
  body.body_re24 .index_information24-inner {
    display: flex;
    justify-content: center;
    padding: 50px;
    align-items: center; }
    @media screen and (max-width: 767px) {
      body.body_re24 .index_information24-inner {
        padding: 20px;
        display: block; } }
  body.body_re24 .index_information24 .common-head {
    padding-right: 60px;
    flex: 0 0 320px; }
    @media screen and (max-width: 767px) {
      body.body_re24 .index_information24 .common-head {
        padding-right: 0;
        text-align: center; } }
  body.body_re24 .index_information24 .common_ttl24 {
    border-bottom: 1px solid #ee7948;
    padding-bottom: 5px;
    margin-bottom: 20px;
    display: flex; }
    @media screen and (max-width: 767px) {
      body.body_re24 .index_information24 .common_ttl24 {
        display: inline-flex; } }
    body.body_re24 .index_information24 .common_ttl24 .en {
      font-size: 25px;
      padding-bottom: 5px;
      font-style: normal; }
      @media screen and (max-width: 767px) {
        body.body_re24 .index_information24 .common_ttl24 .en {
          margin-right: 0.5em; } }
  body.body_re24 .index_information24-list {
    margin: 0; }
    @media screen and (max-width: 767px) {
      body.body_re24 .index_information24-list {
        margin-bottom: 20px; } }
  body.body_re24 .index_information24-item {
    margin-bottom: 18px; }
    @media screen and (max-width: 767px) {
      body.body_re24 .index_information24-item {
        line-height: 1.5; } }
    body.body_re24 .index_information24-item:last-child {
      margin-bottom: 0; }
    body.body_re24 .index_information24-item a {
      display: flex;
      font-size: 14px;
      color: #ee7948; }
      @media screen and (max-width: 767px) {
        body.body_re24 .index_information24-item a {
          line-height: 1.5;
          font-size: 14px;
          font-size: 2.91667vw; } }
      body.body_re24 .index_information24-item a time {
        margin-right: 35px; }
        @media screen and (max-width: 767px) {
          body.body_re24 .index_information24-item a time {
            margin-right: 1.5em; } }
      body.body_re24 .index_information24-item a p {
        color: #000000;
        margin: 0; }
  body.body_re24 .index_information24 .link_btn24 {
    margin: 0;
    text-align: left; }
    @media screen and (max-width: 767px) {
      body.body_re24 .index_information24 .link_btn24 {
        text-align: center; } }

body.body_re24 .index_dept24 {
  background: #fffbf1;
  padding: 100px 0; }
  @media screen and (max-width: 767px) {
    body.body_re24 .index_dept24 {
      padding: 50px 0; } }
  body.body_re24 .index_dept24-list {
    display: flex; }
    @media screen and (max-width: 767px) {
      body.body_re24 .index_dept24-list {
        display: block; } }
  body.body_re24 .index_dept24-item {
    width: calc((100% - 100px) / 3);
    margin-right: 50px; }
    @media screen and (max-width: 767px) {
      body.body_re24 .index_dept24-item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px; } }
    body.body_re24 .index_dept24-item:nth-child(3n) {
      margin-right: 0; }

body.body_re24 .bnr_digitalpamphlet {
  padding: 130px 0 50px; }
  @media screen and (max-width: 767px) {
    body.body_re24 .bnr_digitalpamphlet {
      padding: 60px 20px 20px 50px; } }
  body.body_re24 .bnr_digitalpamphlet-inner {
    max-width: 1050px;
    margin: 0 auto;
    border-bottom: 10px solid #faded2; }
    body.body_re24 .bnr_digitalpamphlet-inner a {
      border: 4px solid #ee7948;
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
      height: 156px; }
      @media screen and (max-width: 767px) {
        body.body_re24 .bnr_digitalpamphlet-inner a {
          height: 120px;
          padding-left: 50px; } }
      body.body_re24 .bnr_digitalpamphlet-inner a .label {
        font-size: 34px;
        font-weight: bold;
        margin-right: 20px; }
        @media screen and (max-width: 767px) {
          body.body_re24 .bnr_digitalpamphlet-inner a .label {
            font-size: 4.26667vw;
            line-height: 1.46; } }
      @media screen and (max-width: 767px) {
        body.body_re24 .bnr_digitalpamphlet-inner a .arrow img {
          width: 30px; } }
      body.body_re24 .bnr_digitalpamphlet-inner a .digitalpamphlet {
        position: absolute;
        left: -50px;
        top: calc(50% + 10px);
        transform: translate(0, -50%); }
        @media screen and (max-width: 767px) {
          body.body_re24 .bnr_digitalpamphlet-inner a .digitalpamphlet img {
            width: 120px; } }

body.body_re24 .index_rs24 {
  padding: 100px 0 0; }
  @media screen and (max-width: 767px) {
    body.body_re24 .index_rs24 {
      padding: 50px 0 0; } }
  body.body_re24 .index_rs24-inner {
    max-width: 1288px;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      body.body_re24 .index_rs24-inner {
        padding: 0 20px; } }
  @media screen and (max-width: 767px) {
    body.body_re24 .index_rs24 .common-ttl .en {
      font-size: 30px;
      font-size: 6.25vw; } }
  body.body_re24 .index_rs24-list-a {
    display: flex;
    justify-content: center;
    max-width: 1150px;
    margin: 0 auto 50px; }
    @media screen and (max-width: 767px) {
      body.body_re24 .index_rs24-list-a {
        display: block;
        margin-bottom: 0; } }
  body.body_re24 .index_rs24-item-a {
    width: calc((100% - 120px) / 3);
    margin-right: 60px; }
    body.body_re24 .index_rs24-item-a:nth-child(3n) {
      margin-right: 0; }
    @media screen and (max-width: 767px) {
      body.body_re24 .index_rs24-item-a {
        width: 100%;
        margin-bottom: 20px;
        margin-right: 0; } }
  body.body_re24 .index_rs24-list-b {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 800px;
    margin: 0 auto;
    gap: 18px; }
    @media screen and (max-width: 767px) {
      body.body_re24 .index_rs24-list-b {
        flex-wrap: wrap;
        gap: 15px; } }
  body.body_re24 .index_rs24-item-b {
    width: calc((100% - 36px) / 3); }
    @media screen and (max-width: 767px) {
      body.body_re24 .index_rs24-item-b {
        width: calc((100% - 15px) / 2); } }

.outline-message {
  margin-bottom: 180px; }
  @media screen and (max-width: 767px) {
    .outline-message {
      margin-bottom: 18vw; } }
  .outline-message-img {
    margin-bottom: 40px;
    text-align: center; }
  .outline-message-txt {
    max-width: 950px;
    margin: 0 auto; }
    .outline-message-txt .name {
      text-align: center;
      font-size: 22px;
      margin: 30px 0; }
      @media screen and (max-width: 767px) {
        .outline-message-txt .name {
          font-size: 22px;
          font-size: 4.58333vw; } }
      .outline-message-txt .name span {
        font-size: 18px;
        margin-right: 15px; }
        @media screen and (max-width: 767px) {
          .outline-message-txt .name span {
            font-size: 18px;
            font-size: 3.75vw; } }

.outline-spirit {
  margin-bottom: 180px; }
  @media screen and (max-width: 767px) {
    .outline-spirit {
      margin-bottom: 18vw; } }
  .outline-spirit-top {
    max-width: 950px;
    margin: 0 auto; }
    .outline-spirit-top-ttl {
      text-align: center;
      font-size: 30px;
      margin-bottom: 50px; }
      @media screen and (max-width: 767px) {
        .outline-spirit-top-ttl {
          font-size: 30px;
          font-size: 6.25vw; } }
    .outline-spirit-top-inner {
      margin-bottom: 50px; }
      .outline-spirit-top-inner-ttl {
        text-align: center;
        font-size: 22px; }
        @media screen and (max-width: 767px) {
          .outline-spirit-top-inner-ttl {
            font-size: 22px;
            font-size: 4.58333vw; } }
  .outline-spirit-bottom {
    background: #FFFBF2;
    border-radius: 27px;
    max-width: 950px;
    margin: 0 auto;
    padding: 50px; }
    @media screen and (max-width: 767px) {
      .outline-spirit-bottom {
        padding: 20px; } }
    .outline-spirit-bottom-head {
      display: flex;
      align-items: flex-end;
      margin-bottom: 40px; }
      @media screen and (max-width: 767px) {
        .outline-spirit-bottom-head {
          display: block; } }
      .outline-spirit-bottom-head .icon {
        margin-right: 50px; }
        @media screen and (max-width: 767px) {
          .outline-spirit-bottom-head .icon {
            margin: 0 auto 20px;
            display: block; } }
      .outline-spirit-bottom-head-ttl {
        font-size: 22px; }
        @media screen and (max-width: 767px) {
          .outline-spirit-bottom-head-ttl {
            text-align: center;
            font-size: 22px;
            font-size: 4.58333vw; } }

.outline-philosophy {
  margin-bottom: 180px; }
  @media screen and (max-width: 767px) {
    .outline-philosophy {
      margin-bottom: 18vw; } }
  .outline-philosophy-cnt {
    text-align: center;
    font-size: 30px;
    line-height: 1.8; }
    @media screen and (max-width: 767px) {
      .outline-philosophy-cnt {
        font-size: 30px;
        font-size: 6.25vw; } }

.outline-goal {
  margin-bottom: 180px; }
  @media screen and (max-width: 767px) {
    .outline-goal {
      margin-bottom: 18vw; } }
  .outline-goal-ttl {
    font-size: 22px;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .outline-goal-ttl {
        font-size: 22px;
        font-size: 4.58333vw; } }
  .outline-goal-cnt {
    font-size: 25px;
    max-width: 900px;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .outline-goal-cnt {
        font-size: 25px;
        font-size: 5.20833vw; } }

.outline-history {
  margin-bottom: 180px; }
  @media screen and (max-width: 767px) {
    .outline-history {
      margin-bottom: 18vw; } }
  .outline-history-cnt {
    max-width: 770px;
    margin: 0 auto; }
    .outline-history-cnt table td {
      min-width: 8em; }

.outline-purpose {
  margin-bottom: 180px; }
  @media screen and (max-width: 767px) {
    .outline-purpose {
      margin-bottom: 18vw; } }
  .outline-purpose-inner {
    margin-bottom: 80px; }
  .outline-purpose-ttl {
    text-align: center;
    background: #E0E0E0;
    margin-bottom: 30px;
    padding: 5px;
    font-size: 22px; }
    @media screen and (max-width: 767px) {
      .outline-purpose-ttl {
        font-size: 22px;
        font-size: 4.58333vw; } }
  .outline-purpose-cnt {
    max-width: 950px;
    margin: 0 auto 60px; }
    .outline-purpose-cnt h4 {
      font-size: 20px;
      font-weight: bold;
      margin-bottom: 5px; }
      @media screen and (max-width: 767px) {
        .outline-purpose-cnt h4 {
          font-size: 20px;
          font-size: 4.16667vw; } }
  .outline-purpose-inner-2 {
    max-width: 950px;
    margin: 0 auto; }

.outline-policy {
  margin-bottom: 180px; }
  @media screen and (max-width: 767px) {
    .outline-policy {
      margin-bottom: 18vw; } }
  .outline-policy-unit {
    margin-bottom: 160px; }
    .outline-policy-unit-ttl {
      padding: 10px;
      text-align: center;
      margin-bottom: 60px;
      font-size: 22px; }
      @media screen and (max-width: 767px) {
        .outline-policy-unit-ttl {
          font-size: 22px;
          font-size: 4.58333vw; } }
    .outline-policy-unit-inner {
      max-width: 950px;
      margin: 0 auto; }
      .outline-policy-unit-inner-ttl {
        font-size: 20px; }
        @media screen and (max-width: 767px) {
          .outline-policy-unit-inner-ttl {
            font-size: 20px;
            font-size: 4.16667vw; } }
      .outline-policy-unit-inner-cnt {
        margin-bottom: 60px; }
        .outline-policy-unit-inner-cnt h4 {
          font-weight: bold;
          margin: 0 0 10px; }
    .outline-policy-unit.policy-1 .outline-policy-unit-ttl {
      background: #F9E4E8; }
    .outline-policy-unit.policy-1 .outline-policy-unit-inner-ttl {
      color: #DE8090; }
    .outline-policy-unit.policy-2 .outline-policy-unit-ttl {
      background: #E6F4E3; }
    .outline-policy-unit.policy-2 .outline-policy-unit-inner-ttl {
      color: #6AA75D; }
    .outline-policy-unit.policy-3 .outline-policy-unit-ttl {
      background: #E3E8F9; }
    .outline-policy-unit.policy-3 .outline-policy-unit-inner-ttl {
      color: #5772CE; }

.outline-information {
  margin-bottom: 180px; }
  @media screen and (max-width: 767px) {
    .outline-information {
      margin-bottom: 18vw; } }
  .outline-information-inner {
    margin-bottom: 60px; }
    .outline-information-inner-ttl {
      padding: 10px;
      margin-bottom: 30px;
      text-align: center;
      font-size: 22px;
      background: #f8db8b;
      background: #ED9D67;
      color: #fff; }
      @media screen and (max-width: 767px) {
        .outline-information-inner-ttl {
          font-size: 22px;
          font-size: 4.58333vw; } }
      .outline-information-inner-ttl span {
        font-size: 16px; }
        @media screen and (max-width: 767px) {
          .outline-information-inner-ttl span {
            font-size: 16px;
            font-size: 3.33333vw; } }
    .outline-information-inner table {
      width: 100%; }
      @media screen and (max-width: 767px) {
        .outline-information-inner table {
          border-bottom: 1px solid #707070; } }
      .outline-information-inner table td {
        border: 1px solid #707070;
        padding: 30px;
        width: 50%;
        vertical-align: middle; }
        @media screen and (max-width: 767px) {
          .outline-information-inner table td {
            display: block;
            width: 100%;
            padding: 10px;
            border-bottom: none; } }
        .outline-information-inner table td p {
          margin: 0;
          line-height: 1.5; }
        .outline-information-inner table td *:last-child {
          margin: 0; }
        .outline-information-inner table td .pdf-link {
          background: url(../images/outline/icon-pdf.svg) no-repeat right center;
          padding: 0 25px 0 0; }

.outline-access {
  margin-bottom: 100px; }
  @media screen and (max-width: 767px) {
    .outline-access {
      margin-bottom: 10vw; } }
  .outline-access-lead {
    font-size: 20px;
    text-align: center;
    margin-bottom: 60px; }
    @media screen and (max-width: 767px) {
      .outline-access-lead {
        font-size: 20px;
        font-size: 4.16667vw; } }
  .outline-access-img {
    margin-bottom: 30px; }

.outline-message-24 .outline-message-txt .outline-message-ttl {
  text-align: center;
  font-size: 22px;
  margin: 60px 0 20px;
  font-weight: normal; }
  @media screen and (max-width: 767px) {
    .outline-message-24 .outline-message-txt .outline-message-ttl {
      font-size: 18px;
      margin: 40px 0 15px; } }

.outline-message-24 .outline-message-sdgs {
  padding: 60px 0 0;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .outline-message-24 .outline-message-sdgs {
      padding: 40px 0 0; } }

.outline-spirit-24 .outline-spirit-bottom-head-ttl {
  letter-spacing: 0.1em; }

.support-careerchallenge {
  margin-bottom: 150px; }
  @media screen and (max-width: 767px) {
    .support-careerchallenge {
      margin-bottom: 80px; } }
  .support-careerchallenge-unit {
    background: #fdeee4;
    padding: 0 50px 30px;
    border-radius: 20px; }
    @media screen and (max-width: 767px) {
      .support-careerchallenge-unit {
        padding: 0 20px 30px;
        margin-top: 50px;
        text-align: center; } }
    .support-careerchallenge-unit-ttl {
      display: inline-block;
      border: 2px solid #ee7948;
      background: #fff;
      color: #ee7948;
      font-weight: bold;
      font-size: 18px;
      padding: 5px 25px;
      border-radius: 30px;
      position: relative;
      top: -20px;
      line-height: 1.5; }
      @media screen and (max-width: 767px) {
        .support-careerchallenge-unit-ttl {
          font-size: 15px;
          padding: 12px 15px;
          border-radius: 15px; } }
      .support-careerchallenge-unit-ttl span {
        font-size: 120%; }
    .support-careerchallenge-unit-flex {
      display: flex; }
      @media screen and (max-width: 767px) {
        .support-careerchallenge-unit-flex {
          display: block; } }
    .support-careerchallenge-unit-img {
      flex: 0 0 173px; }
      @media screen and (max-width: 767px) {
        .support-careerchallenge-unit-img {
          width: 173px;
          margin: 0 auto; } }
    .support-careerchallenge-unit-txt {
      padding-right: 50px; }
      @media screen and (max-width: 767px) {
        .support-careerchallenge-unit-txt {
          padding-right: 0;
          margin-bottom: 20px;
          text-align: left; } }
      .support-careerchallenge-unit-txt span {
        border-bottom: 2px solid #ee7948;
        padding-bottom: 5px; }

.support-schedule {
  margin-bottom: 150px; }
  @media screen and (max-width: 767px) {
    .support-schedule {
      margin-bottom: 100px; } }
  .support-schedule-department {
    margin-bottom: 100px; }
    @media screen and (max-width: 767px) {
      .support-schedule-department {
        margin-bottom: 14vw; } }
    .support-schedule-department-ttl {
      background: #F9E4E8;
      font-size: 22px;
      text-align: center;
      padding: 10px;
      margin-bottom: 36px; }
      @media screen and (max-width: 767px) {
        .support-schedule-department-ttl {
          font-size: 22px;
          font-size: 4.58333vw;
          margin-bottom: 4vw; } }
    .support-schedule-department-flex {
      display: flex; }
      @media screen and (max-width: 767px) {
        .support-schedule-department-flex {
          display: block; } }
    .support-schedule-department-unit {
      width: 25%;
      border-right: 1px dashed #939393; }
      @media screen and (max-width: 767px) {
        .support-schedule-department-unit {
          width: 100%;
          margin-bottom: 5vw;
          border: none; } }
      .support-schedule-department-unit:nth-child(4n+1) {
        padding: 0 7px 0 0; }
        @media screen and (max-width: 767px) {
          .support-schedule-department-unit:nth-child(4n+1) {
            padding: 0; } }
      .support-schedule-department-unit:nth-child(4n+2), .support-schedule-department-unit:nth-child(4n+3) {
        padding: 0 7px; }
        @media screen and (max-width: 767px) {
          .support-schedule-department-unit:nth-child(4n+2), .support-schedule-department-unit:nth-child(4n+3) {
            padding: 0; } }
      .support-schedule-department-unit:nth-child(4n+4) {
        padding: 0 0 0 7px; }
        @media screen and (max-width: 767px) {
          .support-schedule-department-unit:nth-child(4n+4) {
            padding: 0; } }
      .support-schedule-department-unit:last-child {
        border: none; }
      .support-schedule-department-unit-ttl {
        text-align: center;
        font-size: 19px;
        margin-bottom: 5px;
        line-height: 1.5;
        margin-bottom: 25px; }
        @media screen and (max-width: 767px) {
          .support-schedule-department-unit-ttl {
            display: inline-block;
            margin: 0;
            color: #DE8090; } }
  @media screen and (max-width: 767px) and (max-width: 767px) {
    .support-schedule-department-unit-ttl {
      font-size: 23px;
      font-size: 4.79167vw; } }
      .support-schedule-department-unit-note {
        text-align: right;
        font-size: 12px;
        margin-top: -25px; }
        @media screen and (max-width: 767px) {
          .support-schedule-department-unit-note {
            display: inline-block;
            margin: 0;
            font-size: 15px;
            font-size: 3.125vw; } }
      .support-schedule-department-unit-fukidashi {
        background: #DE8090;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        position: relative;
        margin-bottom: 15px;
        line-height: 1.5;
        padding: 8px; }
        @media screen and (max-width: 767px) {
          .support-schedule-department-unit-fukidashi {
            font-size: 20px;
            font-size: 4.16667vw; } }
        .support-schedule-department-unit-fukidashi:after {
          content: "";
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 10px 6px 0 6px;
          border-color: #DE8090 transparent transparent transparent;
          position: absolute;
          bottom: -10px;
          left: 50%;
          transform: translate(-50%, 0); }
      .support-schedule-department-unit ul li {
        line-height: 1.5;
        margin-bottom: 10px;
        padding-left: 17px;
        position: relative; }
        @media screen and (max-width: 767px) {
          .support-schedule-department-unit ul li {
            font-size: 20px;
            font-size: 4.16667vw; } }
        .support-schedule-department-unit ul li:before {
          content: "・";
          color: #DE8090;
          position: absolute;
          left: 0; }
        .support-schedule-department-unit ul li span {
          font-size: 12px;
          margin-left: 5px; }
      .support-schedule-department-unit ul.fw {
        display: flex;
        flex-wrap: wrap; }
        .support-schedule-department-unit ul.fw li {
          width: 50%; }
      .support-schedule-department-unit ul + ul {
        margin-top: -20px; }
    .support-schedule-department .more {
      border: 2px solid #C4C4C4;
      text-align: center;
      font-size: 22px;
      font-weight: bold;
      color: #898989;
      border-radius: 25px;
      line-height: 50px;
      margin: 30px 0; }
      @media screen and (max-width: 767px) {
        .support-schedule-department .more {
          font-size: 22px;
          font-size: 4.58333vw;
          line-height: normal;
          padding: 5px; } }
    .support-schedule-department.department-2 .support-schedule-department-ttl {
      background: #E6F4E3; }
    .support-schedule-department.department-2 .support-schedule-department-unit-ttl {
      color: #6AA75D; }
    .support-schedule-department.department-2 .support-schedule-department-unit-fukidashi {
      background: #6AA75D; }
      .support-schedule-department.department-2 .support-schedule-department-unit-fukidashi:after {
        border-color: #6AA75D transparent transparent transparent; }
    .support-schedule-department.department-2 .support-schedule-department-unit ul li:before {
      color: #6AA75D; }
    .support-schedule-department.department-3 .support-schedule-department-ttl {
      background: #E3E8F9; }
    .support-schedule-department.department-3 .support-schedule-department-unit-ttl {
      color: #5772CE; }
    .support-schedule-department.department-3 .support-schedule-department-unit-fukidashi {
      background: #5772CE; }
      .support-schedule-department.department-3 .support-schedule-department-unit-fukidashi:after {
        border-color: #5772CE transparent transparent transparent; }
    .support-schedule-department.department-3 .support-schedule-department-unit ul li:before {
      color: #5772CE; }

.support-intro {
  margin-bottom: 100px; }
  @media screen and (max-width: 767px) {
    .support-intro {
      margin-bottom: 60px; } }
  .support-intro-special {
    background: #fffbf2;
    padding: 40px;
    border-radius: 27px;
    margin-bottom: 60px; }
    @media screen and (max-width: 767px) {
      .support-intro-special {
        padding: 10px;
        margin-bottom: 30px; } }
    .support-intro-special-top {
      display: flex;
      border-bottom: 1px dashed #A3A3A3;
      padding-bottom: 23px;
      margin-bottom: 23px; }
      @media screen and (max-width: 767px) {
        .support-intro-special-top {
          flex-direction: column-reverse;
          padding-bottom: 5px;
          margin-bottom: 15px; } }
      @media screen and (max-width: 767px) {
        .support-intro-special-top-img {
          margin-bottom: 20px; } }
      .support-intro-special-top-txt p {
        padding: 0 20px 0 10px;
        line-height: 2; }
        @media screen and (max-width: 767px) {
          .support-intro-special-top-txt p {
            padding: 0;
            font-size: 18px;
            font-size: 3.75vw; } }
      .support-intro-special-top-ttl {
        background: #eaa678;
        color: #fff;
        text-align: center;
        font-size: 28px;
        border-radius: 20px 0 0 20px; }
        @media screen and (max-width: 767px) {
          .support-intro-special-top-ttl {
            border-radius: 20px;
            font-size: 28px;
            font-size: 5.83333vw; } }
    .support-intro-special-bottom {
      display: flex;
      justify-content: space-between; }
      @media screen and (max-width: 767px) {
        .support-intro-special-bottom {
          display: block; } }
      .support-intro-special-bottom-flex {
        display: flex; }
        @media screen and (max-width: 767px) {
          .support-intro-special-bottom-flex {
            margin-bottom: 15px; } }
      .support-intro-special-bottom-voice-1 {
        color: #eaa678;
        width: 280px;
        padding: 0 10px; }
        @media screen and (max-width: 767px) {
          .support-intro-special-bottom-voice-1 {
            width: 40%;
            padding: 0; } }
        .support-intro-special-bottom-voice-1 .ttl {
          font-size: 18px;
          border: 1px solid #eaa678;
          text-align: center;
          border-radius: 20px;
          line-height: 2.0;
          margin-bottom: 16px; }
          @media screen and (max-width: 767px) {
            .support-intro-special-bottom-voice-1 .ttl {
              font-size: 18px;
              font-size: 3.75vw;
              margin-bottom: 10px; } }
        .support-intro-special-bottom-voice-1 .heading {
          font-size: 22px;
          text-align: center;
          line-height: 1.8; }
          @media screen and (max-width: 767px) {
            .support-intro-special-bottom-voice-1 .heading {
              font-size: 22px;
              font-size: 4.58333vw; } }
          .support-intro-special-bottom-voice-1 .heading span {
            background: #F9F9B6; }
      .support-intro-special-bottom-voice-2 {
        display: flex;
        width: 280px;
        padding: 0 10px; }
        @media screen and (max-width: 767px) {
          .support-intro-special-bottom-voice-2 {
            width: 60%;
            padding: 0 0 0 15px; } }
        .support-intro-special-bottom-voice-2 .img {
          width: 122px;
          padding: 0 20px 0 0; }
          @media screen and (max-width: 767px) {
            .support-intro-special-bottom-voice-2 .img {
              padding: 0 15px 0 0;
              width: 18vw; } }
        .support-intro-special-bottom-voice-2 .profile {
          line-height: 1.5; }
          .support-intro-special-bottom-voice-2 .profile .cat {
            font-size: 17px;
            background: #eaa678;
            color: #fff;
            text-align: center;
            border-radius: 3px;
            padding: 5px;
            margin-bottom: 10px; }
            @media screen and (max-width: 767px) {
              .support-intro-special-bottom-voice-2 .profile .cat {
                font-size: 17px;
                font-size: 3.54167vw;
                margin-bottom: 3px;
                padding: 0; } }
          .support-intro-special-bottom-voice-2 .profile .note-1 {
            font-size: 15px; }
            @media screen and (max-width: 767px) {
              .support-intro-special-bottom-voice-2 .profile .note-1 {
                font-size: 15px;
                font-size: 3.125vw; } }
          .support-intro-special-bottom-voice-2 .profile .name {
            font-size: 21px; }
            @media screen and (max-width: 767px) {
              .support-intro-special-bottom-voice-2 .profile .name {
                font-size: 21px;
                font-size: 4.375vw; } }
            .support-intro-special-bottom-voice-2 .profile .name span {
              font-size: 17px; }
              @media screen and (max-width: 767px) {
                .support-intro-special-bottom-voice-2 .profile .name span {
                  font-size: 17px;
                  font-size: 3.54167vw; } }
          .support-intro-special-bottom-voice-2 .profile .note-2 {
            font-size: 13px; }
            @media screen and (max-width: 767px) {
              .support-intro-special-bottom-voice-2 .profile .note-2 {
                font-size: 13px;
                font-size: 2.70833vw; } }
      .support-intro-special-bottom-voice-3 {
        width: 473px;
        line-height: 2;
        position: relative;
        top: -8px; }
        @media screen and (max-width: 767px) {
          .support-intro-special-bottom-voice-3 {
            width: 100%;
            font-size: 18px;
            font-size: 3.75vw; } }
  .support-intro-flex {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
  .support-intro-unit {
    width: 33.33%;
    margin-bottom: 50px;
    padding: 0 20px; }
    @media screen and (max-width: 767px) {
      .support-intro-unit {
        width: calc(50% - 5px);
        margin-bottom: 30px; }
        .support-intro-unit:nth-child(2n+1) {
          padding: 0 5px 0 0; }
        .support-intro-unit:nth-child(2n+2) {
          padding: 0 0 0 5px; } }
    .support-intro-unit-ttl {
      background: #eaa678;
      color: #fff;
      text-align: center;
      font-size: 22px;
      border-radius: 20px;
      line-height: 40px;
      margin-bottom: 15px; }
      @media screen and (max-width: 767px) {
        .support-intro-unit-ttl {
          font-size: 18px;
          font-size: 3.75vw;
          line-height: normal;
          padding: 5px; } }
    .support-intro-unit-txt {
      line-height: 2; }
      @media screen and (max-width: 767px) {
        .support-intro-unit-txt {
          font-size: 18px;
          font-size: 3.75vw; } }

.support-story {
  margin-bottom: 150px; }
  @media screen and (max-width: 767px) {
    .support-story {
      margin-bottom: 60px; } }

.support-results-department {
  margin-bottom: 220px; }
  @media screen and (max-width: 767px) {
    .support-results-department {
      margin-bottom: 80px; } }
  .support-results-department-ttl {
    background: #F9E4E8;
    font-size: 22px;
    text-align: center;
    padding: 10px;
    margin-bottom: 36px; }
    @media screen and (max-width: 767px) {
      .support-results-department-ttl {
        font-size: 22px;
        font-size: 4.58333vw;
        margin-bottom: 0; } }
  .support-results-department-top {
    display: flex;
    justify-content: center; }
    @media screen and (max-width: 767px) {
      .support-results-department-top {
        display: block; } }
  .support-results-department-rate {
    display: flex;
    width: 510px;
    align-items: center;
    margin-right: 40px; }
    @media screen and (max-width: 767px) {
      .support-results-department-rate {
        width: 100%;
        margin: 0 0 10px;
        justify-content: center; } }
    .support-results-department-rate .name {
      font-size: 45px;
      color: #DE8090;
      letter-spacing: 0.1em; }
      @media screen and (max-width: 767px) {
        .support-results-department-rate .name {
          font-size: 34px;
          font-size: 7.08333vw; } }
    .support-results-department-rate .number {
      font-family: century-old-style-std, serif;
      font-weight: 400;
      font-style: italic;
      line-height: 1.6;
      font-size: 180px; }
      @media screen and (max-width: 767px) {
        .support-results-department-rate .number {
          font-size: 170px;
          font-size: 35.41667vw;
          line-height: 1.2; } }
      .support-results-department-rate .number span {
        font-size: 53px; }
        @media screen and (max-width: 767px) {
          .support-results-department-rate .number span {
            font-size: 53px;
            font-size: 11.04167vw; } }
  .support-results-department-graph {
    width: 292px; }
    @media screen and (max-width: 767px) {
      .support-results-department-graph {
        width: 100%;
        padding: 0 20%; } }
  .support-results-department-bottom {
    margin-top: -30px; }
    @media screen and (max-width: 767px) {
      .support-results-department-bottom {
        margin: 0; } }
    .support-results-department-bottom-ttl {
      font-size: 25px;
      margin-bottom: 10px; }
      @media screen and (max-width: 767px) {
        .support-results-department-bottom-ttl {
          font-size: 25px;
          font-size: 5.20833vw;
          margin-bottom: 8px; } }
      .support-results-department-bottom-ttl span {
        font-size: 20px; }
        @media screen and (max-width: 767px) {
          .support-results-department-bottom-ttl span {
            font-size: 20px;
            font-size: 4.16667vw; } }
    .support-results-department-bottom .flex {
      display: flex;
      justify-content: space-between; }
      @media screen and (max-width: 767px) {
        .support-results-department-bottom .flex {
          display: block; } }
      .support-results-department-bottom .flex .left,
      .support-results-department-bottom .flex .right {
        width: calc(50% - 25px); }
        @media screen and (max-width: 767px) {
          .support-results-department-bottom .flex .left,
          .support-results-department-bottom .flex .right {
            width: 100%; } }
  .support-results-department-unit {
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .support-results-department-unit {
        margin-bottom: 20px; } }
    .support-results-department-unit-ttl {
      color: #DE8090;
      font-size: 18px; }
      @media screen and (max-width: 767px) {
        .support-results-department-unit-ttl {
          font-size: 18px;
          font-size: 3.75vw; } }
    .support-results-department-unit-cnt {
      line-height: 1.375; }
      @media screen and (max-width: 767px) {
        .support-results-department-unit-cnt {
          font-size: 18px;
          font-size: 3.75vw; } }
  .support-results-department.department-2 {
    margin-bottom: 170px; }
    @media screen and (max-width: 767px) {
      .support-results-department.department-2 {
        margin-bottom: 80px; } }
    .support-results-department.department-2 .support-results-department-ttl {
      background: #E6F4E3; }
    .support-results-department.department-2 .support-results-department-rate .name {
      color: #6AA75D; }
    .support-results-department.department-2 .support-results-department-unit-ttl {
      color: #6AA75D; }
  .support-results-department.department-3 {
    margin-bottom: 170px; }
    @media screen and (max-width: 767px) {
      .support-results-department.department-3 {
        margin-bottom: 80px; } }
    .support-results-department.department-3 .support-results-department-ttl {
      background: #E3E8F9; }
    .support-results-department.department-3 .support-results-department-graph {
      display: flex;
      align-items: flex-end;
      width: 620px; }
      @media screen and (max-width: 767px) {
        .support-results-department.department-3 .support-results-department-graph {
          width: 100%;
          padding: 0;
          justify-content: space-between; } }
      .support-results-department.department-3 .support-results-department-graph img {
        max-width: 50%; }
        @media screen and (max-width: 767px) {
          .support-results-department.department-3 .support-results-department-graph img {
            width: 50%;
            max-width: none; } }
        .support-results-department.department-3 .support-results-department-graph img.graph-1 {
          width: 301px;
          height: auto; }
          @media screen and (max-width: 767px) {
            .support-results-department.department-3 .support-results-department-graph img.graph-1 {
              width: 52%; } }
        .support-results-department.department-3 .support-results-department-graph img.graph-2 {
          width: 274px;
          height: auto; }
          @media screen and (max-width: 767px) {
            .support-results-department.department-3 .support-results-department-graph img.graph-2 {
              width: 48%; } }
    .support-results-department.department-3 .support-results-department-rate {
      margin-right: 0; }
    .support-results-department.department-3 .support-results-department-rate .name {
      color: #5772CE; }
    .support-results-department.department-3 .support-results-department-unit-ttl {
      color: #5772CE; }

.support-results-24 .support-results-department-note {
  text-align: center;
  font-size: 14px;
  margin: -10px 0 10px; }
  @media screen and (max-width: 767px) {
    .support-results-24 .support-results-department-note {
      margin: 10px 0 10px;
      font-size: 13px; } }

@media screen and (max-width: 767px) {
  .support-results-24 .support-results-department-top {
    margin-bottom: 20px; } }

.support-results-24 .support-results-department.department-3 .support-results-department-graph img.graph-1 {
  width: 225px;
  margin: 0 50px 0 30px; }
  @media screen and (max-width: 767px) {
    .support-results-24 .support-results-department.department-3 .support-results-department-graph img.graph-1 {
      width: 45%;
      margin: 0 auto; } }

.support-results-24 .support-results-department.department-3 .support-results-department-graph img.graph-2 {
  width: 275px; }
  @media screen and (max-width: 767px) {
    .support-results-24 .support-results-department.department-3 .support-results-department-graph img.graph-2 {
      width: 55%;
      margin: 0 auto; } }

.support25-intro {
  text-align: center;
  position: relative;
  margin-bottom: 5vw; }
  @media screen and (max-width: 767px) {
    .support25-intro {
      padding: 20px 0 0;
      margin-bottom: 56px; } }
  .support25-intro-txt {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 2vw;
    transform: translate(-50%, 0); }
    @media screen and (max-width: 767px) {
      .support25-intro-txt {
        position: static;
        transform: translate(0, 0); } }
  .support25-intro__ttl {
    font-size: 2vw;
    color: #ed9d67; }
    @media screen and (max-width: 767px) {
      .support25-intro__ttl {
        font-size: 20px; } }
  .support25-intro__body {
    font-size: 1.125vw; }
    @media screen and (max-width: 767px) {
      .support25-intro__body {
        font-size: 14px; } }
  .support25-intro__img img {
    width: 100%; }

.challengeprogram25__unit-wrap {
  display: flex;
  flex-direction: column;
  gap: 80px;
  padding: 120px 0 0; }
  @media screen and (max-width: 767px) {
    .challengeprogram25__unit-wrap {
      gap: 56px;
      padding: 80px 0 0; } }

.challengeprogram25__ttl {
  background: #eaa678;
  color: #fff;
  text-align: center;
  border-radius: 100vh;
  font-size: 22px;
  padding: 5px;
  margin-bottom: 32px; }
  @media screen and (max-width: 767px) {
    .challengeprogram25__ttl {
      font-size: 18px;
      margin-bottom: 24px; } }

.challengeprogram25__list {
  display: flex;
  flex-wrap: wrap;
  gap: 56px 40px; }
  @media screen and (max-width: 767px) {
    .challengeprogram25__list {
      flex-direction: column;
      gap: 40px 0; } }

.challengeprogram25__item {
  width: calc((100% - 80px) / 3);
  line-height: 2;
  display: flex;
  flex-direction: column; }
  @media screen and (max-width: 767px) {
    .challengeprogram25__item {
      width: 100%; } }
  .challengeprogram25__item .ttl {
    font-size: 22px;
    color: #ed9d67;
    font-weight: bold; }
    @media screen and (max-width: 767px) {
      .challengeprogram25__item .ttl {
        font-size: 18px; } }
  .challengeprogram25__item .img {
    padding-top: 25px;
    margin-top: auto; }

.challengeprogram25 .government-worker__ttl {
  text-align: center;
  color: #ed9d67;
  font-size: 24px;
  margin-bottom: 16px; }
  @media screen and (max-width: 767px) {
    .challengeprogram25 .government-worker__ttl {
      line-height: 1.5;
      font-size: 18px;
      font-weight: bold; } }

.challengeprogram25 .government-worker__body {
  line-height: 2;
  margin-bottom: 80px; }
  @media screen and (max-width: 767px) {
    .challengeprogram25 .government-worker__body {
      margin-bottom: 40px; } }
  .challengeprogram25 .government-worker__body span {
    border-bottom: 1px solid #ed9d67; }

.challengeprogram25 .government-worker .successful-candidate {
  background: #fffbf2;
  padding: 40px 50px;
  border-radius: 27px;
  margin-bottom: 80px; }
  @media screen and (max-width: 767px) {
    .challengeprogram25 .government-worker .successful-candidate {
      padding: 30px 20px;
      margin-bottom: 56px; } }
  .challengeprogram25 .government-worker .successful-candidate__ttl {
    font-size: 18px;
    color: #ed9d67; }
  .challengeprogram25 .government-worker .successful-candidate .flex {
    display: flex; }
    @media screen and (max-width: 767px) {
      .challengeprogram25 .government-worker .successful-candidate .flex {
        flex-direction: column; } }
    .challengeprogram25 .government-worker .successful-candidate .flex .left {
      width: calc(100% - 657px); }
      @media screen and (max-width: 767px) {
        .challengeprogram25 .government-worker .successful-candidate .flex .left {
          width: 100%;
          padding-bottom: 32px; } }
      .challengeprogram25 .government-worker .successful-candidate .flex .left .row {
        display: flex;
        align-items: flex-end;
        padding: 20px 0; }
        @media screen and (max-width: 767px) {
          .challengeprogram25 .government-worker .successful-candidate .flex .left .row {
            padding: 10px 0; } }
        .challengeprogram25 .government-worker .successful-candidate .flex .left .row .label {
          font-size: 18px;
          color: #ed9d67;
          border: 1px solid #ed9d67;
          line-height: 1.44;
          text-align: center;
          width: 123px;
          padding: 10px 0; }
          @media screen and (max-width: 767px) {
            .challengeprogram25 .government-worker .successful-candidate .flex .left .row .label {
              font-size: 16px;
              width: 100px;
              padding: 5px 0; } }
        .challengeprogram25 .government-worker .successful-candidate .flex .left .row .number {
          font-size: 98px;
          font-family: century-old-style-std, serif;
          font-weight: 400;
          font-style: italic;
          line-height: 0.75;
          padding: 0 10px 0 15px; }
          @media screen and (max-width: 767px) {
            .challengeprogram25 .government-worker .successful-candidate .flex .left .row .number {
              font-size: 80px;
              line-height: 0.8; } }
        .challengeprogram25 .government-worker .successful-candidate .flex .left .row .unit {
          font-size: 29px;
          line-height: 1;
          font-weight: bold; }
          @media screen and (max-width: 767px) {
            .challengeprogram25 .government-worker .successful-candidate .flex .left .row .unit {
              font-size: 24px; } }
    .challengeprogram25 .government-worker .successful-candidate .flex .right {
      width: 657px; }
      @media screen and (max-width: 767px) {
        .challengeprogram25 .government-worker .successful-candidate .flex .right {
          width: 100%; } }
      .challengeprogram25 .government-worker .successful-candidate .flex .right .ttl {
        font-size: 18px;
        color: #ed9d67; }
      .challengeprogram25 .government-worker .successful-candidate .flex .right .body {
        line-height: 1.875; }

.challengeprogram25 .government-worker .qualification-course__ttl {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  @media screen and (max-width: 767px) {
    .challengeprogram25 .government-worker .qualification-course__ttl {
      flex-direction: column;
      gap: 20px;
      margin-bottom: 24px; } }
  .challengeprogram25 .government-worker .qualification-course__ttl .txt {
    background: #eaa678;
    color: #fff;
    text-align: center;
    border-radius: 100vh;
    font-size: 22px;
    line-height: 2;
    width: calc(100% - 480px); }
    @media screen and (max-width: 767px) {
      .challengeprogram25 .government-worker .qualification-course__ttl .txt {
        width: 100%; } }
  .challengeprogram25 .government-worker .qualification-course__ttl .badge {
    width: 452px; }
    @media screen and (max-width: 767px) {
      .challengeprogram25 .government-worker .qualification-course__ttl .badge {
        width: 80%; } }

.challengeprogram25 .government-worker .qualification-course__unit-wrap {
  display: flex;
  gap: 40px;
  margin-bottom: 64px; }
  @media screen and (max-width: 767px) {
    .challengeprogram25 .government-worker .qualification-course__unit-wrap {
      flex-direction: column;
      gap: 0px; } }

.challengeprogram25 .government-worker .qualification-course__unit .ttl {
  font-size: 18px;
  color: #ed9d67; }

.challengeprogram25 .government-worker .qualification-course__unit ul li {
  line-height: 2;
  position: relative;
  padding-left: 20px; }
  .challengeprogram25 .government-worker .qualification-course__unit ul li:before {
    content: "●";
    position: absolute;
    left: 0;
    top: 0; }

.challengeprogram25 .government-worker .qualification-course .about-tac {
  border: 2px solid #ed9d67;
  border-radius: 27px;
  padding: 50px 60px 20px;
  display: flex;
  position: relative; }
  @media screen and (max-width: 767px) {
    .challengeprogram25 .government-worker .qualification-course .about-tac {
      padding: 40px 30px 30px;
      flex-direction: column;
      gap: 24px; } }
  .challengeprogram25 .government-worker .qualification-course .about-tac__ttl {
    position: absolute;
    left: 60px;
    top: -20px; }
    @media screen and (max-width: 767px) {
      .challengeprogram25 .government-worker .qualification-course .about-tac__ttl {
        left: 50%;
        transform: translate(-50%, 0);
        width: 100%;
        text-align: center;
        top: -17px; } }
    .challengeprogram25 .government-worker .qualification-course .about-tac__ttl img {
      width: 373px; }
      @media screen and (max-width: 767px) {
        .challengeprogram25 .government-worker .qualification-course .about-tac__ttl img {
          width: 300px; } }
  .challengeprogram25 .government-worker .qualification-course .about-tac .left {
    width: calc(100% - 415px);
    padding: 0 40px 0 0; }
    @media screen and (max-width: 767px) {
      .challengeprogram25 .government-worker .qualification-course .about-tac .left {
        width: 100%;
        padding: 0; } }
    .challengeprogram25 .government-worker .qualification-course .about-tac .left .ttl {
      font-size: 22px;
      color: #ed9d67;
      font-weight: bold;
      background: url(../images/career-support-25/dot-border.png) repeat-x left bottom/20px 3px;
      margin-bottom: 15px;
      padding-bottom: 15px;
      line-height: 1.5; }
    .challengeprogram25 .government-worker .qualification-course .about-tac .left .body {
      line-height: 2; }
  .challengeprogram25 .government-worker .qualification-course .about-tac .right {
    width: 415px; }
    @media screen and (max-width: 767px) {
      .challengeprogram25 .government-worker .qualification-course .about-tac .right {
        width: 100%; } }
    .challengeprogram25 .government-worker .qualification-course .about-tac .right img {
      width: 100%; }

.support-results-25 .support-results-department-top {
  justify-content: flex-start;
  align-items: center; }

@media screen and (max-width: 767px) {
  .support-results-25 .support-results-department-rate .name {
    font-size: 20px; } }

@media screen and (max-width: 767px) {
  .support-results-25 .support-results-department-rate .number {
    font-size: 90px; } }

.support-results-25 .support-results-department-graph {
  width: 588px; }
  @media screen and (max-width: 767px) {
    .support-results-25 .support-results-department-graph {
      width: 100%;
      padding: 0 0 20px; } }
  .support-results-25 .support-results-department-graph img.w-511 {
    width: 511px; }
    @media screen and (max-width: 767px) {
      .support-results-25 .support-results-department-graph img.w-511 {
        width: 100%; } }
  .support-results-25 .support-results-department-graph img.w-588 {
    width: 588px; }
    @media screen and (max-width: 767px) {
      .support-results-25 .support-results-department-graph img.w-588 {
        width: 100%; } }
  .support-results-25 .support-results-department-graph img.w-582 {
    width: 582px; }
    @media screen and (max-width: 767px) {
      .support-results-25 .support-results-department-graph img.w-582 {
        width: 100%; } }

.support-results-25 .support-results-department.department-3 .support-results-department-graph {
  display: block;
  width: 588px; }
  @media screen and (max-width: 767px) {
    .support-results-25 .support-results-department.department-3 .support-results-department-graph {
      width: 100%;
      padding: 0 0 20px; } }
  .support-results-25 .support-results-department.department-3 .support-results-department-graph img {
    max-width: none; }

.oc-schedule {
  padding-top: 140px; }
  .oc-schedule .common-ttl-2,
  .oc-schedule .common-ttl-10 {
    position: relative;
    margin-bottom: 50px; }
    .oc-schedule .common-ttl-2 .clip-1,
    .oc-schedule .common-ttl-10 .clip-1 {
      position: absolute;
      left: 0;
      top: -162px;
      z-index: 1; }
      @media screen and (max-width: 767px) {
        .oc-schedule .common-ttl-2 .clip-1,
        .oc-schedule .common-ttl-10 .clip-1 {
          top: -100px; } }
      .oc-schedule .common-ttl-2 .clip-1 img,
      .oc-schedule .common-ttl-10 .clip-1 img {
        width: 364px; }
        @media screen and (max-width: 767px) {
          .oc-schedule .common-ttl-2 .clip-1 img,
          .oc-schedule .common-ttl-10 .clip-1 img {
            width: 182px; } }
    .oc-schedule .common-ttl-2 .clip-2,
    .oc-schedule .common-ttl-10 .clip-2 {
      position: absolute;
      right: 40px;
      top: -160px;
      z-index: 1; }
      @media screen and (max-width: 767px) {
        .oc-schedule .common-ttl-2 .clip-2,
        .oc-schedule .common-ttl-10 .clip-2 {
          right: 0;
          top: -100px; } }
      .oc-schedule .common-ttl-2 .clip-2 img,
      .oc-schedule .common-ttl-10 .clip-2 img {
        width: 256px; }
        @media screen and (max-width: 767px) {
          .oc-schedule .common-ttl-2 .clip-2 img,
          .oc-schedule .common-ttl-10 .clip-2 img {
            width: 128px; } }
  .oc-schedule .anchor-nav {
    background: #fffbf2;
    border-radius: 27px;
    padding: 25px 40px;
    margin-bottom: 60px; }
    @media screen and (max-width: 767px) {
      .oc-schedule .anchor-nav {
        padding: 2px;
        border-radius: 10px; } }
    .oc-schedule .anchor-nav-list {
      display: flex;
      justify-content: center;
      margin: 0; }
      @media screen and (max-width: 767px) {
        .oc-schedule .anchor-nav-list {
          flex-wrap: wrap; } }
    .oc-schedule .anchor-nav-item {
      margin: 0 20px; }
      @media screen and (max-width: 767px) {
        .oc-schedule .anchor-nav-item {
          margin: 10px; } }
      .oc-schedule .anchor-nav-item a {
        line-height: 1;
        display: flex;
        align-items: flex-start; }
        .oc-schedule .anchor-nav-item a .month {
          font-size: 32px;
          position: relative; }
          @media screen and (max-width: 767px) {
            .oc-schedule .anchor-nav-item a .month {
              font-size: 20px; } }
          .oc-schedule .anchor-nav-item a .month:after {
            content: "";
            display: block;
            width: 82px;
            height: 1px;
            background: #ee7948;
            transform: rotate(-45deg);
            position: absolute;
            left: -17px;
            bottom: 0; }
            @media screen and (max-width: 767px) {
              .oc-schedule .anchor-nav-item a .month:after {
                width: 50px;
                left: -10px; } }
        .oc-schedule .anchor-nav-item a .day {
          font-size: 32px;
          margin-top: 29px;
          margin-left: 16px; }
          @media screen and (max-width: 767px) {
            .oc-schedule .anchor-nav-item a .day {
              font-size: 20px;
              margin-top: 17px;
              margin-left: 10px; } }
        .oc-schedule .anchor-nav-item a .weekday {
          font-size: 19px;
          width: 28px;
          height: 28px;
          background: #ee7948;
          color: #fff;
          border-radius: 50%;
          display: flex;
          justify-content: center;
          align-items: center;
          margin-top: 33px;
          margin-left: 5px; }
          @media screen and (max-width: 767px) {
            .oc-schedule .anchor-nav-item a .weekday {
              font-size: 12px;
              width: 20px;
              height: 20px;
              margin-top: 17px; } }
  .oc-schedule-unit {
    display: flex;
    justify-content: space-between;
    padding: 0 45px;
    line-height: 1.5;
    margin-bottom: 80px; }
    @media screen and (max-width: 767px) {
      .oc-schedule-unit {
        padding: 0;
        display: block;
        margin-bottom: 50px; } }
  .oc-schedule-vol {
    margin-top: 41px;
    font-size: 25px;
    width: 117px;
    height: 117px;
    border: 1px solid #ee7948;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ee7948; }
    @media screen and (max-width: 767px) {
      .oc-schedule-vol {
        font-size: 25px;
        font-size: 5.20833vw;
        width: 18vw;
        height: 18vw;
        margin: 0 auto; } }
    .oc-schedule-vol span {
      font-size: 42px;
      margin: 0 5px 13px; }
      @media screen and (max-width: 767px) {
        .oc-schedule-vol span {
          font-size: 42px;
          font-size: 8.75vw;
          margin: 0 5px 2vw; } }
  .oc-schedule-cnt {
    width: calc(100% - 330px);
    padding-left: 60px;
    padding-right: 60px; }
    @media screen and (max-width: 767px) {
      .oc-schedule-cnt {
        width: 100%;
        padding: 0; } }
  .oc-schedule-date {
    font-size: 25px;
    color: #ee7948;
    margin-bottom: 10px; }
    @media screen and (max-width: 767px) {
      .oc-schedule-date {
        font-size: 25px;
        font-size: 5.20833vw; } }
    .oc-schedule-date span {
      font-size: 42px;
      margin: 0 5px 13px; }
      @media screen and (max-width: 767px) {
        .oc-schedule-date span {
          font-size: 42px;
          font-size: 8.75vw; } }
  .oc-schedule-ttl {
    font-size: 25px; }
    @media screen and (max-width: 767px) {
      .oc-schedule-ttl {
        font-size: 25px;
        font-size: 5.20833vw; } }
    .oc-schedule-ttl span {
      background: #fceec9;
      background: linear-gradient(0deg, #fceec9 50%, white 50%);
      padding: 0 10px; }
  @media screen and (max-width: 767px) {
    .oc-schedule-images {
      display: flex;
      justify-content: space-between; } }
  .oc-schedule-image {
    margin-bottom: 15px; }
    @media screen and (max-width: 767px) {
      .oc-schedule-image {
        width: calc(50% - 5px); } }
    .oc-schedule-image:last-child {
      margin-bottom: 0; }
  .oc-schedule-link {
    width: 213px;
    font-size: 17px;
    padding-top: 10px; }
    @media screen and (max-width: 767px) {
      .oc-schedule-link {
        font-size: 17px;
        font-size: 3.54167vw;
        display: flex;
        justify-content: space-between;
        width: 100%; } }
  .oc-schedule-more {
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .oc-schedule-more {
        width: calc(50% - 10px); } }
    .oc-schedule-more a {
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      color: #717171;
      border: 2px solid #C4C4C4;
      border-radius: 20px;
      height: 150px;
      box-shadow: 0px 5px 0px 0px rgba(160, 160, 160, 0.32); }
      @media screen and (max-width: 767px) {
        .oc-schedule-more a {
          height: 14vw;
          border-radius: 15px; } }
  @media screen and (max-width: 767px) {
    .oc-schedule-reserve {
      width: calc(50% - 10px); } }
  .oc-schedule-reserve a {
    display: block;
    text-align: center;
    color: #fff;
    background: #ee7948;
    box-shadow: 0px 5px 0px 0px rgba(234, 166, 120, 0.32);
    border-radius: 30px;
    padding: 5px; }
    @media screen and (max-width: 767px) {
      .oc-schedule-reserve a {
        height: 14vw;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 15px; } }

.oc-report {
  margin-top: 140px; }
  .oc-report .common-ttl-2,
  .oc-report .common-ttl-10 {
    position: relative; }
    .oc-report .common-ttl-2 .clip-3,
    .oc-report .common-ttl-10 .clip-3 {
      position: absolute;
      left: 60px;
      top: -82px;
      z-index: 1; }
      @media screen and (max-width: 767px) {
        .oc-report .common-ttl-2 .clip-3,
        .oc-report .common-ttl-10 .clip-3 {
          left: 0;
          top: -100px; } }
      .oc-report .common-ttl-2 .clip-3 img,
      .oc-report .common-ttl-10 .clip-3 img {
        width: 106px; }
        @media screen and (max-width: 767px) {
          .oc-report .common-ttl-2 .clip-3 img,
          .oc-report .common-ttl-10 .clip-3 img {
            width: 53px; } }
    .oc-report .common-ttl-2 .clip-4,
    .oc-report .common-ttl-10 .clip-4 {
      position: absolute;
      right: 60px;
      top: -92px;
      z-index: 1; }
      @media screen and (max-width: 767px) {
        .oc-report .common-ttl-2 .clip-4,
        .oc-report .common-ttl-10 .clip-4 {
          right: 0;
          top: -90px; } }
      .oc-report .common-ttl-2 .clip-4 img,
      .oc-report .common-ttl-10 .clip-4 img {
        width: 150px; }
        @media screen and (max-width: 767px) {
          .oc-report .common-ttl-2 .clip-4 img,
          .oc-report .common-ttl-10 .clip-4 img {
            width: 75px; } }
  .oc-report-unit {
    display: flex;
    justify-content: space-between;
    padding: 0 45px;
    line-height: 1.5;
    margin-bottom: 70px;
    flex-wrap: wrap; }
    @media screen and (max-width: 767px) {
      .oc-report-unit {
        padding: 0; } }
  .oc-report-vol {
    width: 117px;
    height: 117px;
    border: 1px solid #868686;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #868686;
    margin-left: 50px; }
    @media screen and (max-width: 767px) {
      .oc-report-vol {
        width: 20vw;
        height: 20vw;
        margin: 0 auto; } }
    .oc-report-vol .year {
      font-size: 18px; }
      @media screen and (max-width: 767px) {
        .oc-report-vol .year {
          font-size: 18px;
          font-size: 3.75vw; } }
    .oc-report-vol .vol {
      font-size: 25px;
      line-height: 1;
      margin-bottom: 6px; }
      @media screen and (max-width: 767px) {
        .oc-report-vol .vol {
          font-size: 20px;
          font-size: 4.16667vw; } }
      .oc-report-vol .vol span {
        font-size: 42px;
        margin: 0 5px 13px; }
        @media screen and (max-width: 767px) {
          .oc-report-vol .vol span {
            font-size: 38px;
            font-size: 7.91667vw;
            margin: 0 3px 13px; } }
  .oc-report-cnt {
    flex: 4 1 auto;
    padding: 20px 0 0 40px; }
    @media screen and (max-width: 767px) {
      .oc-report-cnt {
        padding: 0; } }
  .oc-report-date {
    font-size: 25px;
    color: #868686;
    display: flex;
    align-items: center; }
    @media screen and (max-width: 767px) {
      .oc-report-date {
        font-size: 25px;
        font-size: 5.20833vw;
        justify-content: center; } }
    .oc-report-date span {
      font-size: 42px;
      margin: 0 5px 13px; }
      @media screen and (max-width: 767px) {
        .oc-report-date span {
          font-size: 42px;
          font-size: 8.75vw; } }
      .oc-report-date span.over {
        background: #868686;
        color: #fff;
        font-size: 17px;
        font-family: "Noto Sans JP", sans-serif;
        padding: 5px 21px;
        display: block;
        margin-top: 10px;
        margin-left: 15px; }
        @media screen and (max-width: 767px) {
          .oc-report-date span.over {
            font-size: 17px;
            font-size: 3.54167vw; } }
  .oc-report .oc-report-trigger-1 {
    width: 306px;
    font-size: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #717171;
    border: 2px solid #C4C4C4;
    border-radius: 20px;
    height: 59px;
    box-shadow: 0px 5px 0px 0px rgba(160, 160, 160, 0.32);
    cursor: pointer;
    margin-top: 20px;
    margin-right: 50px; }
    @media screen and (max-width: 767px) {
      .oc-report .oc-report-trigger-1 {
        font-size: 17px;
        font-size: 3.54167vw;
        width: 100%;
        height: 10vw;
        flex-direction: row;
        margin: 0; } }
    .oc-report .oc-report-trigger-1 .txt {
      margin-right: 10px; }
      @media screen and (max-width: 767px) {
        .oc-report .oc-report-trigger-1 .txt {
          margin: 0 15px 0 0; } }
    .oc-report .oc-report-trigger-1 .up {
      display: none; }
    .oc-report .oc-report-trigger-1.active .up {
      display: block; }
    .oc-report .oc-report-trigger-1.active .down {
      display: none; }
  .oc-report-body {
    display: none;
    width: 100%; }
    .oc-report-body .photo-unit-wrap {
      display: flex;
      justify-content: space-between;
      line-height: 1.5;
      flex-wrap: wrap;
      padding-top: 20px; }
    .oc-report-body .photo-unit {
      width: calc(50% - 30px);
      margin-bottom: 50px; }
      @media screen and (max-width: 767px) {
        .oc-report-body .photo-unit {
          width: calc(50% - 10px);
          margin-bottom: 40px; } }
      .oc-report-body .photo-unit-img {
        margin-bottom: 20px; }
      .oc-report-body .photo-unit-txt {
        text-align: center; }
      .oc-report-body .photo-unit.w-100 {
        width: 100%;
        text-align: center; }
    .oc-report-body .close {
      text-align: center; }
      .oc-report-body .close span {
        display: inline-block;
        text-align: center;
        color: #ee7948;
        border: 1px solid #ee7948;
        box-shadow: 0px 5px 0px 0px rgba(234, 166, 120, 0.32);
        border-radius: 30px;
        padding: 7px 82px;
        cursor: pointer; }

.oc-type {
  margin-top: 140px; }
  .oc-type .common-ttl-2,
  .oc-type .common-ttl-10 {
    position: relative; }
    .oc-type .common-ttl-2 .clip-5,
    .oc-type .common-ttl-10 .clip-5 {
      position: absolute;
      left: 0;
      top: -32px;
      z-index: 1; }
      @media screen and (max-width: 767px) {
        .oc-type .common-ttl-2 .clip-5,
        .oc-type .common-ttl-10 .clip-5 {
          display: none; } }
      .oc-type .common-ttl-2 .clip-5 img,
      .oc-type .common-ttl-10 .clip-5 img {
        width: 98px; }
  .oc-type-lead {
    text-align: center;
    position: relative;
    padding-bottom: 80px; }
    @media screen and (max-width: 767px) {
      .oc-type-lead {
        padding: 280px 0 120px; }
        .oc-type-lead > p {
          text-align: left; } }
    .oc-type-lead .example {
      color: #ee7948;
      margin-top: 40px; }
      .oc-type-lead .example-ttl {
        font-size: 20px;
        margin-bottom: 6px; }
        @media screen and (max-width: 767px) {
          .oc-type-lead .example-ttl {
            font-size: 20px;
            font-size: 4.16667vw; } }
      .oc-type-lead .example-txt {
        font-size: 18px; }
        @media screen and (max-width: 767px) {
          .oc-type-lead .example-txt {
            font-size: 18px;
            font-size: 3.75vw; } }
    .oc-type-lead .clip-6 {
      position: absolute;
      right: 0;
      bottom: -0;
      z-index: 1; }
      @media screen and (max-width: 767px) {
        .oc-type-lead .clip-6 {
          left: 50%;
          top: -20px;
          transform: translate(-50%, 0); } }
      .oc-type-lead .clip-6 img {
        width: 209px; }
  .oc-type-unit {
    background: #FDF4DC;
    border-radius: 20px;
    padding: 60px 40px 50px;
    position: relative;
    margin-bottom: 120px; }
    @media screen and (max-width: 767px) {
      .oc-type-unit {
        padding: 50px 20px;
        margin-bottom: 70px; } }
    .oc-type-unit-number {
      color: #ee7948;
      font-family: century-old-style-std, serif;
      font-weight: 400;
      font-style: italic;
      line-height: 1;
      display: flex;
      align-items: center;
      position: absolute;
      top: -70px; }
      @media screen and (max-width: 767px) {
        .oc-type-unit-number {
          top: -15vw; } }
      .oc-type-unit-number .type {
        font-size: 40px; }
        @media screen and (max-width: 767px) {
          .oc-type-unit-number .type {
            font-size: 38px;
            font-size: 7.91667vw; } }
      .oc-type-unit-number .number {
        font-size: 133px; }
        @media screen and (max-width: 767px) {
          .oc-type-unit-number .number {
            font-size: 120px;
            font-size: 25vw; } }
    .oc-type-unit-lead {
      text-align: center;
      margin-bottom: 20px; }
    .oc-type-unit-s-ttl {
      font-size: 25px;
      margin: 0; }
      @media screen and (max-width: 767px) {
        .oc-type-unit-s-ttl {
          font-size: 20px;
          font-size: 4.16667vw; } }
    .oc-type-unit-ttl {
      font-size: 37px;
      margin-bottom: 20px; }
      @media screen and (max-width: 767px) {
        .oc-type-unit-ttl {
          font-size: 24px;
          font-size: 5vw; } }
      .oc-type-unit-ttl span {
        font-size: 55px;
        color: #ee7948;
        margin: 0 15px 0 0; }
        @media screen and (max-width: 767px) {
          .oc-type-unit-ttl span {
            font-size: 42px;
            font-size: 8.75vw; } }
    .oc-type-unit-wbox {
      background: #fff;
      border-radius: 20px;
      padding: 30px 50px;
      position: relative;
      z-index: 1; }
      @media screen and (max-width: 767px) {
        .oc-type-unit-wbox {
          padding: 25px 30px; } }
      .oc-type-unit-wbox p {
        margin: 0; }
    .oc-type-unit .wbox-1 {
      width: 674px;
      left: 130px;
      padding-left: 100px;
      margin-bottom: 30px; }
      @media screen and (max-width: 767px) {
        .oc-type-unit .wbox-1 {
          width: 100%;
          left: 0;
          padding: 25px 30px 25px 80px;
          margin-bottom: 25px; } }
    .oc-type-unit .wbox-2 {
      width: 532px;
      left: 330px;
      padding-right: 100px; }
      @media screen and (max-width: 767px) {
        .oc-type-unit .wbox-2 {
          width: 100%;
          left: 0;
          padding: 25px 80px 25px 30px;
          margin: 0; } }
    .oc-type-unit-foot {
      display: flex;
      justify-content: center; }
      @media screen and (max-width: 767px) {
        .oc-type-unit-foot {
          flex-direction: column;
          align-items: center; } }
    .oc-type-unit-datetime {
      display: flex; }
      @media screen and (max-width: 767px) {
        .oc-type-unit-datetime {
          display: block; } }
      .oc-type-unit-datetime dl {
        display: flex;
        align-items: flex-start;
        line-height: 1.5;
        margin-right: 12px; }
        @media screen and (max-width: 767px) {
          .oc-type-unit-datetime dl {
            margin: 0 0 10px; } }
      .oc-type-unit-datetime dt {
        background: #fff;
        color: #ee7948;
        font-size: 13px;
        margin-right: 9px;
        font-weight: 700;
        padding: 1px 8px;
        text-align: center; }
        @media screen and (max-width: 767px) {
          .oc-type-unit-datetime dt {
            font-size: 13px;
            font-size: 2.70833vw; } }
      .oc-type-unit-datetime dd span {
        font-size: 12px; }
        @media screen and (max-width: 767px) {
          .oc-type-unit-datetime dd span {
            font-size: 12px;
            font-size: 2.5vw; } }
    .oc-type-unit-way dt {
      width: 8em; }
    .oc-type-unit-reserve {
      margin: 35px 0 0; }
      @media screen and (max-width: 767px) {
        .oc-type-unit-reserve {
          margin: 20px 0 0; } }
      .oc-type-unit-reserve a {
        display: block;
        text-align: center;
        color: #fff;
        background: #ee7948;
        box-shadow: 0px 5px 0px 0px rgba(234, 166, 120, 0.32);
        border-radius: 30px;
        padding: 0 58px;
        width: 240px;
        margin: 0 auto; }
    .oc-type-unit .circle-1 {
      position: absolute;
      left: 25px;
      top: 100px;
      z-index: 2; }
      @media screen and (max-width: 767px) {
        .oc-type-unit .circle-1 {
          left: -35px;
          top: 60vw;
          z-index: 1; } }
      .oc-type-unit .circle-1 img {
        width: 231px; }
        @media screen and (max-width: 767px) {
          .oc-type-unit .circle-1 img {
            width: 115px; } }
    .oc-type-unit .circle-2 {
      position: absolute;
      right: -30px;
      top: 80px; }
      @media screen and (max-width: 767px) {
        .oc-type-unit .circle-2 {
          right: -70px;
          top: 103vw;
          z-index: 1; } }
      .oc-type-unit .circle-2 img {
        width: 307px; }
        @media screen and (max-width: 767px) {
          .oc-type-unit .circle-2 img {
            width: 153px; } }
    .oc-type-unit .circle-3 {
      position: absolute;
      left: 25px;
      top: 400px;
      z-index: 2; }
      @media screen and (max-width: 767px) {
        .oc-type-unit .circle-3 {
          right: 0;
          top: -119px;
          left: auto; } }
      .oc-type-unit .circle-3 img {
        width: 307px; }
        @media screen and (max-width: 767px) {
          .oc-type-unit .circle-3 img {
            width: 153px; } }
    .oc-type-unit .circle-4 {
      position: absolute;
      right: 80px;
      bottom: 20px;
      z-index: 2; }
      @media screen and (max-width: 767px) {
        .oc-type-unit .circle-4 {
          display: none; } }
      .oc-type-unit .circle-4 img {
        width: 231px; }
    .oc-type-unit .circle-5 {
      position: absolute;
      left: 20px;
      top: -50px;
      z-index: 2; }
      @media screen and (max-width: 767px) {
        .oc-type-unit .circle-5 {
          left: -30px;
          top: 70px; } }
      .oc-type-unit .circle-5 img {
        width: 258px; }
        @media screen and (max-width: 767px) {
          .oc-type-unit .circle-5 img {
            width: 129px; } }
    .oc-type-unit .circle-6 {
      position: absolute;
      right: 25px;
      top: -30px;
      z-index: 2; }
      @media screen and (max-width: 767px) {
        .oc-type-unit .circle-6 {
          right: -35px;
          top: 50px; } }
      .oc-type-unit .circle-6 img {
        width: 258px; }
        @media screen and (max-width: 767px) {
          .oc-type-unit .circle-6 img {
            width: 129px; } }
    .oc-type-unit.type-2 .oc-type-unit-number {
      right: 30px; }
    @media screen and (max-width: 767px) {
      .oc-type-unit.type-2 .oc-type-unit-lead {
        text-align: left;
        padding-left: 93px; } }
    .oc-type-unit.type-2 .oc-type-unit-wbox.wbox-1 {
      padding: 30px 50px;
      width: 100%;
      left: 0; }
      @media screen and (max-width: 767px) {
        .oc-type-unit.type-2 .oc-type-unit-wbox.wbox-1 {
          padding: 20px 30px; } }
    .oc-type-unit.type-3 .oc-type-unit-lead {
      padding-right: 210px; }
      @media screen and (max-width: 767px) {
        .oc-type-unit.type-3 .oc-type-unit-lead {
          text-align: left;
          padding-right: 90px; } }
    .oc-type-unit.type-3 .oc-type-unit-wbox.wbox-1 {
      padding: 30px 50px;
      width: 100%;
      left: 0; }
      @media screen and (max-width: 767px) {
        .oc-type-unit.type-3 .oc-type-unit-wbox.wbox-1 {
          padding: 20px 30px; } }

.anchor-nav24 {
  padding-top: 20px; }
  @media screen and (max-width: 767px) {
    .anchor-nav24 {
      padding-top: 0; } }
  .anchor-nav24-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
  .anchor-nav24-item {
    width: calc((100% - 168px) / 7);
    margin-right: 28px;
    margin-bottom: 14px; }
    @media screen and (max-width: 767px) {
      .anchor-nav24-item {
        width: calc((100% - 36px) / 4);
        margin-right: 12px; } }
    .anchor-nav24-item:nth-child(7n) {
      margin-right: 0; }
    @media screen and (max-width: 767px) {
      .anchor-nav24-item:nth-child(4n) {
        margin-right: 0; } }
    .anchor-nav24-item a {
      display: block;
      border: 2px solid #ee7948;
      border-bottom: 8px solid #ee7948;
      width: 140px;
      height: 130px;
      border-radius: 20px;
      text-align: center;
      position: relative; }
      @media screen and (max-width: 767px) {
        .anchor-nav24-item a {
          width: 100%;
          height: 80px; } }
      .anchor-nav24-item a .date {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
        justify-content: center;
        padding-top: 15px; }
      .anchor-nav24-item a .md_wrap {
        display: flex;
        position: relative; }
        .anchor-nav24-item a .md_wrap:before {
          content: "";
          display: block;
          width: 83px;
          height: 2px;
          background: #ee7948;
          position: absolute;
          transform: translate(-50%, -50%) rotate(-45deg);
          top: 50%;
          left: calc(50% - 10px); }
          @media screen and (max-width: 767px) {
            .anchor-nav24-item a .md_wrap:before {
              width: 40px;
              left: calc(50% - 4px);
              height: 1px; } }
      .anchor-nav24-item a .month {
        font-size: 32px;
        line-height: 1;
        margin-right: 2px; }
        @media screen and (max-width: 767px) {
          .anchor-nav24-item a .month {
            font-size: 14px; } }
      .anchor-nav24-item a .day {
        font-size: 32px;
        padding-top: 1em;
        line-height: 1;
        margin-left: 2px; }
        @media screen and (max-width: 767px) {
          .anchor-nav24-item a .day {
            font-size: 14px; } }
      .anchor-nav24-item a .weekday {
        font-size: 19px;
        background: #ee7948;
        height: 28px;
        width: 28px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        line-height: 1;
        margin: 0 0 2px 5px; }
        @media screen and (max-width: 767px) {
          .anchor-nav24-item a .weekday {
            font-size: 8px;
            height: 17px;
            width: 17px;
            margin: 0 0 0 5px; } }
      .anchor-nav24-item a .arrow {
        position: absolute;
        width: 100%;
        bottom: 12px;
        line-height: 1;
        transition: all 0.5s ease 0s; }
        @media screen and (max-width: 767px) {
          .anchor-nav24-item a .arrow {
            bottom: 8px; } }
        @media screen and (max-width: 767px) {
          .anchor-nav24-item a .arrow img {
            width: 9px; } }
      .anchor-nav24-item a:hover .arrow {
        bottom: 5px; }

@media screen and (max-width: 767px) {
  .oc-schedule24 .common-ttl-2 .clip-1,
  .oc-schedule24 .common-ttl-10 .clip-1 {
    top: -80px;
    z-index: 0; } }

@media screen and (max-width: 767px) {
  .oc-type24 {
    width: 100%;
    margin-top: 220px; } }

@media screen and (max-width: 767px) {
  .oc-type24 .common-ttl-10-inner2 {
    font-size: 4vw; } }

@media screen and (max-width: 767px) {
  .oc-type24 .oc-type-lead {
    padding: 0px 20px; } }

@media screen and (max-width: 767px) {
  .oc-type24 .oc-type-lead .clip-6 {
    top: -290px;
    width: 140px; } }

.oc-type24 .oc-schedule-vol {
  font-size: 20px; }
  @media screen and (max-width: 767px) {
    .oc-type24 .oc-schedule-vol {
      font-size: 12px; } }
  .oc-type24 .oc-schedule-vol span {
    font-size: 38px;
    margin: 0 5px;
    position: relative; }
    @media screen and (max-width: 767px) {
      .oc-type24 .oc-schedule-vol span {
        font-size: 27px;
        margin: 0 3px; } }

.oc-type-unit24 {
  width: calc((100% - 70px) / 3);
  margin-right: 35px;
  border: 3px solid #ee7948;
  border-radius: 25px;
  overflow: hidden;
  background: #FFFCF5; }
  .oc-type-unit24-wrap {
    display: flex;
    padding-bottom: 100px;
    padding-top: 40px; }
    @media screen and (max-width: 767px) {
      .oc-type-unit24-wrap {
        display: block;
        padding: 30px 20px 50px; } }
  @media screen and (max-width: 767px) {
    .oc-type-unit24 {
      width: 100%;
      margin-bottom: 20px; } }
  .oc-type-unit24:nth-child(3n) {
    margin-right: 0; }
  .oc-type-unit24-txt {
    padding: 30px 20px; }
    @media screen and (max-width: 767px) {
      .oc-type-unit24-txt {
        padding: 20px; } }
    .oc-type-unit24-txt-header {
      color: #ee7948;
      display: flex;
      justify-content: center;
      line-height: 1;
      align-items: flex-end;
      font-weight: bold;
      margin-bottom: 25px; }
      @media screen and (max-width: 767px) {
        .oc-type-unit24-txt-header {
          margin-bottom: 10px; } }
      .oc-type-unit24-txt-header .label {
        font-size: 20px;
        position: relative;
        top: -6px;
        margin-right: 10px; }
        @media screen and (max-width: 767px) {
          .oc-type-unit24-txt-header .label {
            font-size: 10px; } }
      .oc-type-unit24-txt-header .number {
        font-size: 56px; }
        @media screen and (max-width: 767px) {
          .oc-type-unit24-txt-header .number {
            font-size: 28px; } }
    .oc-type-unit24-txt-ttl {
      text-align: center;
      color: #ee7948;
      line-height: 1.5;
      font-weight: bold;
      margin-bottom: 20px; }
      @media screen and (max-width: 767px) {
        .oc-type-unit24-txt-ttl {
          margin-bottom: 10px; } }
      .oc-type-unit24-txt-ttl .line1 {
        font-size: 16px;
        margin-bottom: 0px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center; }
        @media screen and (max-width: 767px) {
          .oc-type-unit24-txt-ttl .line1 {
            font-size: 10px;
            height: auto; } }
      .oc-type-unit24-txt-ttl .line2 {
        font-size: 40px; }
        @media screen and (max-width: 767px) {
          .oc-type-unit24-txt-ttl .line2 {
            font-size: 20px; } }
      .oc-type-unit24-txt-ttl .line3 {
        font-size: 24px; }
        @media screen and (max-width: 767px) {
          .oc-type-unit24-txt-ttl .line3 {
            font-size: 12px; } }
    .oc-type-unit24-txt-body {
      line-height: 2.1;
      margin-bottom: 25px; }
      @media screen and (max-width: 767px) {
        .oc-type-unit24-txt-body {
          font-size: 10px; } }
    .oc-type-unit24-txt-details dl {
      display: flex;
      align-items: flex-start;
      flex-wrap: wrap;
      line-height: 1.5; }
      .oc-type-unit24-txt-details dl dt, .oc-type-unit24-txt-details dl dd {
        margin-bottom: 20px; }
      .oc-type-unit24-txt-details dl dt {
        background: #ee7948;
        color: #fff;
        font-size: 13px;
        width: 43px;
        text-align: center; }
        @media screen and (max-width: 767px) {
          .oc-type-unit24-txt-details dl dt {
            font-size: 10px; } }
      .oc-type-unit24-txt-details dl dd {
        font-size: 14px;
        width: calc(100% - 43px);
        padding-left: 10px;
        font-size: 14px; }
        @media screen and (max-width: 767px) {
          .oc-type-unit24-txt-details dl dd {
            font-size: 10px; } }
        .oc-type-unit24-txt-details dl dd span {
          font-size: 12px; }
          @media screen and (max-width: 767px) {
            .oc-type-unit24-txt-details dl dd span {
              font-size: 10px; } }

.pastreport_btn {
  padding: 100px 0 150px; }
  @media screen and (max-width: 767px) {
    .pastreport_btn {
      padding: 40px 20px 80px; } }
  .pastreport_btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #717171;
    border: 2px solid #C4C4C4;
    border-radius: 20px;
    width: 600px;
    height: 130px;
    margin: 0 auto;
    box-shadow: 0px 5px 0px 0px rgba(160, 160, 160, 0.32);
    font-size: 22px;
    font-weight: bold; }
    @media screen and (max-width: 767px) {
      .pastreport_btn a {
        width: 100%;
        font-size: 11px;
        height: 70px;
        border-radius: 10px; } }

.oc-report24 {
  margin-top: 120px;
  margin-bottom: 150px; }
  .oc-report24 .oc-report-body .close span {
    display: inline-block;
    text-align: center;
    color: #fff;
    border: 1px solid #ee7948;
    background: #ee7948;
    box-shadow: 0px 5px 0px 0px rgba(234, 166, 120, 0.32);
    border-radius: 30px;
    padding: 7px 82px;
    cursor: pointer; }
  .oc-report24 .oc-report-vol .vol {
    font-size: 20px; }
    @media screen and (max-width: 767px) {
      .oc-report24 .oc-report-vol .vol {
        font-size: 12px; } }
    .oc-report24 .oc-report-vol .vol span {
      font-size: 38px;
      margin: 0 5px;
      position: relative;
      bottom: -1px; }
      @media screen and (max-width: 767px) {
        .oc-report24 .oc-report-vol .vol span {
          font-size: 27px;
          margin: 0 3px; } }

@media screen and (max-width: 767px) {
  .oc-schedule-unit-wrap {
    padding: 0 20px; } }

.oc25-wrap {
  background-image: url(../images/open-campus-25/border-top.svg), url(../images/open-campus-25/border-right.svg), url(../images/open-campus-25/border-bottom.svg), url(../images/open-campus-25/border-left.svg);
  background-repeat: no-repeat, repeat-y, no-repeat, repeat-y;
  background-position: left top, right top, left bottom, left top;
  background-size: 1150px auto, 26px auto, 1150px auto, 26px auto;
  width: 1150px;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .oc25-wrap {
      background-image: url(../images/open-campus-25/sp/border-top.svg), url(../images/open-campus-25/sp/border-right.svg), url(../images/open-campus-25/sp/border-bottom.svg), url(../images/open-campus-25/sp/border-left.svg);
      background-size: 100% auto, 16px auto, 100% auto, 16px auto;
      width: 100%;
      margin-top: 50px; } }

.oc-schedule-25 {
  padding: 120px 0px 40px;
  position: relative;
  color: #4d4d4d; }
  @media screen and (max-width: 767px) {
    .oc-schedule-25 {
      padding: 150px 0px 40px; } }
  .oc-schedule-25:before {
    content: "";
    display: block;
    width: 1364px;
    height: 791px;
    background: url(../images/open-campus-25/schedule-1.png) no-repeat center/cover;
    position: absolute;
    left: -110px;
    top: -70px; }
    @media screen and (max-width: 767px) {
      .oc-schedule-25:before {
        width: 324px;
        height: 234px;
        background: url(../images/open-campus-25/sp/schedule-1.png) no-repeat center/cover;
        left: 50%;
        top: -50px;
        transform: translate(-50%, 0); } }
  .oc-schedule-25__ttl {
    text-align: center;
    padding-bottom: 64px; }
    @media screen and (max-width: 767px) {
      .oc-schedule-25__ttl {
        padding-bottom: 24px; } }
  @media screen and (max-width: 767px) {
    .oc-schedule-25__anchor {
      padding: 0 40px 64px; } }
  .oc-schedule-25__anchor .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px; }
    @media screen and (max-width: 767px) {
      .oc-schedule-25__anchor .list .item {
        width: calc((100% - 16px) / 3); } }
    .oc-schedule-25__anchor .list .item a {
      display: block;
      background: #e4a2ae;
      color: #fff;
      border-bottom: 8px solid #dbdbdb;
      width: 159px;
      height: 112px;
      border-radius: 20px;
      text-align: center;
      position: relative; }
      @media screen and (max-width: 767px) {
        .oc-schedule-25__anchor .list .item a {
          width: 100%;
          height: 64px;
          border-radius: 10px;
          border-bottom: 5px solid #dbdbdb; } }
      .oc-schedule-25__anchor .list .item a .date {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
        justify-content: center;
        padding-top: 10px; }
        @media screen and (max-width: 767px) {
          .oc-schedule-25__anchor .list .item a .date {
            padding-top: 6px; } }
      .oc-schedule-25__anchor .list .item a .md_wrap {
        display: flex; }
      .oc-schedule-25__anchor .list .item a .month {
        font-family: "din-2014", sans-serif;
        font-weight: 700;
        font-size: 39px;
        line-height: 1;
        margin-right: 2px;
        position: relative; }
        @media screen and (max-width: 767px) {
          .oc-schedule-25__anchor .list .item a .month {
            font-size: 20px; } }
        .oc-schedule-25__anchor .list .item a .month:before {
          content: "";
          display: block;
          width: 69px;
          height: 2px;
          background: #fff;
          position: absolute;
          transform: translate(0, -50%) rotate(-60deg);
          top: 50%;
          right: -40px; }
          @media screen and (max-width: 767px) {
            .oc-schedule-25__anchor .list .item a .month:before {
              width: 40px;
              right: -25px;
              height: 1px; } }
      .oc-schedule-25__anchor .list .item a .day {
        font-family: "din-2014", sans-serif;
        font-weight: 700;
        font-size: 47px;
        padding-top: 22px;
        padding-left: 13px;
        line-height: 1;
        margin-left: 2px; }
        @media screen and (max-width: 767px) {
          .oc-schedule-25__anchor .list .item a .day {
            font-size: 28px;
            padding-top: 13px;
            padding-left: 8px; } }
      .oc-schedule-25__anchor .list .item a .weekday {
        font-size: 17px;
        line-height: 1;
        margin: 0 0 0 5px;
        position: relative;
        top: -10px; }
        @media screen and (max-width: 767px) {
          .oc-schedule-25__anchor .list .item a .weekday {
            top: -6px;
            font-size: 10px;
            margin: 0 0 0 2px; } }
      .oc-schedule-25__anchor .list .item a .arrow {
        position: absolute;
        width: 100%;
        bottom: 12px;
        line-height: 1;
        transition: all 0.5s ease 0s; }
        @media screen and (max-width: 767px) {
          .oc-schedule-25__anchor .list .item a .arrow {
            bottom: 5px; } }
        @media screen and (max-width: 767px) {
          .oc-schedule-25__anchor .list .item a .arrow img {
            width: 17px; } }
      .oc-schedule-25__anchor .list .item a:hover .arrow {
        bottom: 5px; }
    .oc-schedule-25__anchor .list .item:nth-child(4n + 2) a {
      background: #73b5c7; }
    .oc-schedule-25__anchor .list .item:nth-child(4n + 3) a {
      background: #80bc74; }
    .oc-schedule-25__anchor .list .item:nth-child(4n + 4) a {
      background: #faa873; }
  .oc-schedule-25__step {
    width: 1422px;
    position: relative;
    left: -125px; }
    @media screen and (max-width: 767px) {
      .oc-schedule-25__step {
        width: 334px;
        left: 50%;
        transform: translate(-50%, 0); } }
    .oc-schedule-25__step img {
      width: 1422px; }
      @media screen and (max-width: 767px) {
        .oc-schedule-25__step img {
          width: 334px; } }
  .oc-schedule-25__private {
    line-height: 1.5;
    color: #6c6c6c;
    padding: 48px 0; }
    @media screen and (max-width: 767px) {
      .oc-schedule-25__private {
        padding: 40px 30px 0;
        gap: 20px; } }
    .oc-schedule-25__private-inner {
      max-width: 946px;
      margin: 0 auto;
      border-radius: 20px;
      border: 6px solid #faa873;
      padding: 50px 40px; }
      @media screen and (max-width: 767px) {
        .oc-schedule-25__private-inner {
          border: 3px solid #faa873;
          padding: 30px 20px; } }
    .oc-schedule-25__private .ttl {
      text-align: center;
      font-size: 32px;
      font-weight: bold;
      color: #faa873;
      margin-bottom: 15px; }
      @media screen and (max-width: 767px) {
        .oc-schedule-25__private .ttl {
          font-size: 13px;
          margin-bottom: 10px; } }
      .oc-schedule-25__private .ttl span {
        display: inline-block;
        position: relative; }
        .oc-schedule-25__private .ttl span:before, .oc-schedule-25__private .ttl span:after {
          content: "";
          display: block;
          width: 6px;
          height: 35px;
          position: absolute;
          background: #faa873;
          top: 10px; }
          @media screen and (max-width: 767px) {
            .oc-schedule-25__private .ttl span:before, .oc-schedule-25__private .ttl span:after {
              width: 3px;
              height: 17px;
              top: 2px; } }
        .oc-schedule-25__private .ttl span:before {
          left: -30px;
          transform: rotate(-45deg); }
          @media screen and (max-width: 767px) {
            .oc-schedule-25__private .ttl span:before {
              left: -15px; } }
        .oc-schedule-25__private .ttl span:after {
          right: -30px;
          transform: rotate(45deg); }
          @media screen and (max-width: 767px) {
            .oc-schedule-25__private .ttl span:after {
              right: -15px; } }
    .oc-schedule-25__private .ttl-2 {
      text-align: center;
      font-size: 40px;
      font-weight: bold;
      margin-bottom: 30px; }
      @media screen and (max-width: 767px) {
        .oc-schedule-25__private .ttl-2 {
          font-size: 18px;
          margin-bottom: 12px; } }
    .oc-schedule-25__private .body {
      font-size: 20px;
      line-height: 2;
      margin-bottom: 40px; }
      @media screen and (max-width: 767px) {
        .oc-schedule-25__private .body {
          font-size: 12px;
          margin-bottom: 20px; } }
    .oc-schedule-25__private .contact {
      display: flex;
      gap: 15px; }
      @media screen and (max-width: 767px) {
        .oc-schedule-25__private .contact {
          display: block; } }
      .oc-schedule-25__private .contact .left {
        padding: 5px 0 15px;
        width: 412px;
        border-top: 3px solid #faa873;
        border-bottom: 3px solid #faa873;
        text-align: center; }
        @media screen and (max-width: 767px) {
          .oc-schedule-25__private .contact .left {
            width: 100%;
            margin-bottom: 10px; } }
        .oc-schedule-25__private .contact .left .line-1 {
          font-size: 32px;
          font-weight: bold;
          color: #faa873; }
          @media screen and (max-width: 767px) {
            .oc-schedule-25__private .contact .left .line-1 {
              font-size: 17px; } }
        @media screen and (max-width: 767px) {
          .oc-schedule-25__private .contact .left .line-2 {
            font-size: 7px; } }
      .oc-schedule-25__private .contact .right {
        width: calc(100% - 427px); }
        @media screen and (max-width: 767px) {
          .oc-schedule-25__private .contact .right {
            width: 100%; } }
        .oc-schedule-25__private .contact .right dl {
          display: flex;
          flex-wrap: wrap;
          font-size: 20px;
          gap: 12px; }
          @media screen and (max-width: 767px) {
            .oc-schedule-25__private .contact .right dl {
              font-size: 10px;
              gap: 8px; } }
          .oc-schedule-25__private .contact .right dl dt {
            background: #faa873;
            color: #fff;
            border-radius: 100vh;
            width: 93px;
            text-align: center;
            padding: 5px 0; }
            @media screen and (max-width: 767px) {
              .oc-schedule-25__private .contact .right dl dt {
                width: 52px;
                padding: 3px; } }
          .oc-schedule-25__private .contact .right dl dd {
            width: calc(100% - 105px);
            padding: 5px 0 5px 5px; }
            @media screen and (max-width: 767px) {
              .oc-schedule-25__private .contact .right dl dd {
                width: calc(100% - 64px);
                padding: 3px; } }
  .oc-schedule-25__unit-wrap {
    max-width: 946px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 34px;
    padding: 50px 0; }
    @media screen and (max-width: 767px) {
      .oc-schedule-25__unit-wrap {
        padding: 50px 30px;
        gap: 20px; } }
  .oc-schedule-25__unit {
    border: 5px solid #cecece;
    border-radius: 35px;
    position: relative;
    padding: 0 40px 30px 0; }
    @media screen and (max-width: 767px) {
      .oc-schedule-25__unit {
        border: 2px solid #cecece;
        border-radius: 20px;
        padding: 0 12px 15px 0; } }
    .oc-schedule-25__unit .data {
      background: url(../images/open-campus-25/schedule-data-bg.svg) no-repeat center/cover;
      width: 146px;
      height: 251px;
      color: #fff;
      position: absolute;
      left: 35px;
      top: -5px;
      padding: 15px;
      text-align: center; }
      @media screen and (max-width: 767px) {
        .oc-schedule-25__unit .data {
          top: -2px;
          width: 85px;
          height: 159px;
          left: 14px;
          padding: 10px 15px; } }
      .oc-schedule-25__unit .data .number-set {
        background: #fff;
        color: #faa873;
        font-size: 16px;
        line-height: 1;
        border-radius: 7px;
        padding: 5px;
        margin-bottom: 10px; }
        @media screen and (max-width: 767px) {
          .oc-schedule-25__unit .data .number-set {
            font-size: 11px;
            padding: 2px;
            border-radius: 6px; } }
        .oc-schedule-25__unit .data .number-set .number {
          font-size: 30px;
          font-family: "din-2014", sans-serif;
          font-weight: 700;
          padding: 0 5px;
          position: relative;
          top: 2px; }
          @media screen and (max-width: 767px) {
            .oc-schedule-25__unit .data .number-set .number {
              font-size: 20px; } }
      .oc-schedule-25__unit .data .md_wrap {
        display: flex;
        position: relative;
        justify-content: center; }
      .oc-schedule-25__unit .data .month {
        font-family: "din-2014", sans-serif;
        font-weight: 700;
        font-size: 45px;
        line-height: 1;
        margin-right: 2px;
        position: relative; }
        @media screen and (max-width: 767px) {
          .oc-schedule-25__unit .data .month {
            font-size: 23px; } }
        .oc-schedule-25__unit .data .month:before {
          content: "";
          display: block;
          width: 75px;
          height: 2px;
          background: #fff;
          position: absolute;
          transform: translate(0, -50%) rotate(-60deg);
          top: 50%;
          right: -43px; }
          @media screen and (max-width: 767px) {
            .oc-schedule-25__unit .data .month:before {
              width: 45px;
              right: -25px;
              height: 1px; } }
      .oc-schedule-25__unit .data .day {
        font-family: "din-2014", sans-serif;
        font-weight: 700;
        font-size: 53px;
        padding-top: 22px;
        padding-left: 13px;
        line-height: 1;
        margin-left: 2px; }
        @media screen and (max-width: 767px) {
          .oc-schedule-25__unit .data .day {
            padding-top: 15px;
            padding-left: 8px;
            font-size: 29px; } }
      .oc-schedule-25__unit .data .weekday {
        font-size: 21px;
        font-weight: 700;
        line-height: 1;
        margin: 14px 0 5px;
        position: relative;
        top: -10px; }
        @media screen and (max-width: 767px) {
          .oc-schedule-25__unit .data .weekday {
            font-size: 10px;
            margin: 15px 0 2px; } }
      .oc-schedule-25__unit .data .time {
        font-family: "din-2014", sans-serif;
        font-weight: 700;
        font-size: 21px;
        line-height: 1;
        letter-spacing: 0.1em; }
        @media screen and (max-width: 767px) {
          .oc-schedule-25__unit .data .time {
            font-size: 11px; } }
    .oc-schedule-25__unit .txt {
      line-height: 2;
      padding: 50px 0 0 220px; }
      @media screen and (max-width: 767px) {
        .oc-schedule-25__unit .txt {
          padding: 20px 0 0 120px; } }
      .oc-schedule-25__unit .txt .ttl {
        font-size: 40px;
        font-weight: 700;
        color: #faa873; }
        @media screen and (max-width: 767px) {
          .oc-schedule-25__unit .txt .ttl {
            font-size: 16px; } }
      .oc-schedule-25__unit .txt .body {
        font-size: 20px;
        font-weight: 700; }
        @media screen and (max-width: 767px) {
          .oc-schedule-25__unit .txt .body {
            font-size: 12px; } }
    .oc-schedule-25__unit .btn {
      display: flex;
      flex-direction: row-reverse; }
      .oc-schedule-25__unit .btn a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: #faa873;
        color: #fff;
        border-bottom: 8px solid #dbdbdb;
        width: 246px;
        height: 94px;
        font-size: 20px;
        font-weight: 700;
        border-radius: 17px;
        padding: 20px;
        text-align: center;
        position: relative; }
        @media screen and (max-width: 767px) {
          .oc-schedule-25__unit .btn a {
            font-size: 14px;
            width: 100%;
            height: 66px;
            border-radius: 10px;
            padding: 10px; } }
        .oc-schedule-25__unit .btn a .arrow {
          line-height: 1; }
          @media screen and (max-width: 767px) {
            .oc-schedule-25__unit .btn a .arrow img {
              width: 7px; } }

.outline-access-25 {
  max-width: 964px;
  margin: 0 auto;
  padding: 96px 0; }
  @media screen and (max-width: 767px) {
    .outline-access-25 {
      padding: 0 40px 40px; } }
  .outline-access-25__ttl {
    text-align: center; }
    .outline-access-25__ttl img {
      width: 330px; }
      @media screen and (max-width: 767px) {
        .outline-access-25__ttl img {
          width: 165px; } }
  .outline-access-25__lead {
    font-size: 18px;
    padding: 24px 0 40px 64px; }
    @media screen and (max-width: 767px) {
      .outline-access-25__lead {
        padding: 24px 0;
        font-size: 14px;
        line-height: 1.56; } }
    .outline-access-25__lead ul {
      margin: 0; }
      @media screen and (max-width: 767px) {
        .outline-access-25__lead ul li {
          margin-bottom: 15px; } }
  .outline-access-25__img-1 {
    margin-bottom: 40px; }
    @media screen and (max-width: 767px) {
      .outline-access-25__img-1 {
        margin-bottom: 30px; } }
  .outline-access-25__img-2 {
    margin-bottom: 64px; }
    @media screen and (max-width: 767px) {
      .outline-access-25__img-2 {
        margin-bottom: 30px; } }
  @media screen and (max-width: 767px) {
    .outline-access-25__map iframe {
      width: 100%;
      height: 300px; } }

.dec-intro-lead {
  margin-bottom: 160px; }
  @media screen and (max-width: 767px) {
    .dec-intro-lead {
      margin-bottom: 60px; } }
  .dec-intro-lead-ttl {
    font-size: 50px;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .dec-intro-lead-ttl {
        font-size: 50px;
        font-size: 10.41667vw; } }
  .dec-intro-lead-sub-ttl {
    font-size: 22px;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .dec-intro-lead-sub-ttl {
        font-size: 22px;
        font-size: 4.58333vw; } }
  .dec-intro-lead p {
    width: 850px;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .dec-intro-lead p {
        width: 100%; } }

.dec-intro-promise {
  background: #FFFBF2;
  border-radius: 27px;
  padding: 50px 100px;
  margin-bottom: 160px; }
  @media screen and (max-width: 767px) {
    .dec-intro-promise {
      padding: 30px; } }
  @media screen and (max-width: 767px) {
    .dec-intro-promise {
      margin-bottom: 60px; } }
  .dec-intro-promise-ttl {
    text-align: center;
    font-size: 30px;
    color: #eaa678; }
    @media screen and (max-width: 767px) {
      .dec-intro-promise-ttl {
        font-size: 30px;
        font-size: 6.25vw; } }
    @media screen and (max-width: 767px) {
      .dec-intro-promise-ttl span {
        display: inline-block;
        position: relative; } }
    .dec-intro-promise-ttl span:before {
      content: url(../images/declaration/glitter-left.svg);
      margin-right: 20px; }
      @media screen and (max-width: 767px) {
        .dec-intro-promise-ttl span:before {
          position: absolute;
          left: -50px;
          top: 50%;
          transform: translate(0, -50%); } }
    .dec-intro-promise-ttl span:after {
      content: url(../images/declaration/glitter-right.svg);
      margin-left: 20px; }
      @media screen and (max-width: 767px) {
        .dec-intro-promise-ttl span:after {
          position: absolute;
          right: -50px;
          top: 50%;
          transform: translate(0, -50%); } }
  .dec-intro-promise dl {
    display: flex;
    align-items: center;
    margin-bottom: 40px; }
    @media screen and (max-width: 767px) {
      .dec-intro-promise dl {
        display: block;
        margin-bottom: 30px; } }
    .dec-intro-promise dl:last-child {
      margin: 0; }
    .dec-intro-promise dl dt {
      font-size: 25px;
      width: 310px; }
      @media screen and (max-width: 767px) {
        .dec-intro-promise dl dt {
          font-size: 25px;
          font-size: 5.20833vw;
          width: 100%;
          text-align: center; } }
    .dec-intro-promise dl dd {
      width: calc(100% - 310px); }
      @media screen and (max-width: 767px) {
        .dec-intro-promise dl dd {
          width: 100%; } }

.dec-intro-mark {
  background: #FFFBF2;
  border-radius: 27px;
  padding: 50px 100px;
  margin-bottom: 160px; }
  @media screen and (max-width: 767px) {
    .dec-intro-mark {
      margin-bottom: 60px;
      padding: 30px; } }
  .dec-intro-mark-ttl {
    text-align: center;
    font-size: 30px;
    color: #eaa678; }
    @media screen and (max-width: 767px) {
      .dec-intro-mark-ttl {
        font-size: 30px;
        font-size: 6.25vw; } }
    .dec-intro-mark-ttl span:before {
      content: url(../images/declaration/glitter-left.svg);
      margin-right: 20px; }
    .dec-intro-mark-ttl span:after {
      content: url(../images/declaration/glitter-right.svg);
      margin-left: 20px; }
  .dec-intro-mark-logo {
    text-align: center;
    margin-bottom: 40px; }
    @media screen and (max-width: 767px) {
      .dec-intro-mark-logo {
        padding: 0 14vw;
        margin-bottom: 7vw; } }

.column-wrap {
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 767px) {
    .column-wrap {
      display: block; } }

.news-main {
  width: 804px; }
  @media screen and (max-width: 767px) {
    .news-main {
      width: 100%;
      margin-bottom: 60px; } }
  .news-main .archive-name {
    color: #ee7948;
    font-size: 17px; }
    @media screen and (max-width: 767px) {
      .news-main .archive-name {
        font-size: 17px;
        font-size: 3.54167vw; } }

.news-list {
  border-top: 1px solid #CCCCCC; }

.news-item {
  line-height: 1.5;
  font-size: 14px;
  border-bottom: 1px solid #CCCCCC; }
  @media screen and (max-width: 767px) {
    .news-item {
      font-size: 14px;
      font-size: 2.91667vw; } }
  .news-item a {
    display: flex;
    align-items: center;
    padding: 30px 0; }
    @media screen and (max-width: 767px) {
      .news-item a {
        padding: 20px 0;
        flex-wrap: wrap; } }
  .news-item-cat {
    background: #ee7948;
    color: #fff;
    width: 133px;
    text-align: center;
    margin: 0 27px; }
    @media screen and (max-width: 767px) {
      .news-item-cat {
        margin-left: 15px; } }
  .news-item-ttl {
    margin: 0;
    color: #000000; }
    @media screen and (max-width: 767px) {
      .news-item-ttl {
        width: 100%;
        margin-top: 10px; } }

.news-post-head {
  margin-bottom: 40px; }
  @media screen and (max-width: 767px) {
    .news-post-head {
      margin-bottom: 30px; } }

.news-post-ttl {
  font-size: 22px;
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 17px;
  margin-bottom: 10px; }
  @media screen and (max-width: 767px) {
    .news-post-ttl {
      font-size: 22px;
      font-size: 4.58333vw; } }

.news-post-time {
  font-size: 15px; }
  @media screen and (max-width: 767px) {
    .news-post-time {
      font-size: 15px;
      font-size: 3.125vw; } }

.news-post-body {
  font-size: 15px; }
  @media screen and (max-width: 767px) {
    .news-post-body {
      font-size: 15px;
      font-size: 3.125vw; } }

.news-side {
  width: 300px; }
  @media screen and (max-width: 767px) {
    .news-side {
      width: 100%; } }
  .news-side .widget-ttl {
    text-align: center;
    position: relative;
    margin-bottom: 30px;
    line-height: 1.6; }
    @media screen and (max-width: 767px) {
      .news-side .widget-ttl {
        margin-bottom: 30px; } }
    .news-side .widget-ttl:before, .news-side .widget-ttl:after {
      content: "";
      display: block;
      width: 100%;
      background: #ee7948;
      position: absolute;
      left: 0;
      top: 50%; }
    .news-side .widget-ttl:before {
      height: 6px;
      transform: translate(0, calc(-50% - 2px)); }
    .news-side .widget-ttl:after {
      height: 2px;
      transform: translate(0, calc(-50% + 4px)); }
    .news-side .widget-ttl-inner {
      background: #fff;
      display: inline-block;
      z-index: 1;
      position: relative;
      padding: 0 4px; }
    .news-side .widget-ttl-inner2 {
      display: inline-block;
      font-size: 22px;
      color: #fff;
      background: #ee7948;
      position: relative;
      padding: 0 30px; }
      @media screen and (max-width: 767px) {
        .news-side .widget-ttl-inner2 {
          font-size: 24px;
          font-size: 5vw;
          padding: 0 20px; } }
      .news-side .widget-ttl-inner2:before, .news-side .widget-ttl-inner2:after {
        content: "";
        display: block;
        width: 3px;
        height: 100%;
        background: #ee7948;
        position: absolute;
        top: 0; }
      .news-side .widget-ttl-inner2:before {
        left: -6px; }
      .news-side .widget-ttl-inner2:after {
        right: -6px; }
  .news-side .cat-list-a > li {
    margin-bottom: 10px; }
    .news-side .cat-list-a > li a {
      display: block;
      background: url(../images/news/icon-list-a.svg) no-repeat right center;
      color: #000000;
      font-size: 15px; }
      @media screen and (max-width: 767px) {
        .news-side .cat-list-a > li a {
          font-size: 15px;
          font-size: 3.125vw; } }
  .news-side .cat-list-b {
    border-top: 1px solid #F7DCC9;
    padding-top: 25px;
    margin-top: 25px; }
    .news-side .cat-list-b > li {
      margin-bottom: 10px; }
      .news-side .cat-list-b > li a {
        display: block;
        background: url(../images/news/icon-list-b.svg) no-repeat right center;
        color: #000000;
        font-size: 15px; }
        @media screen and (max-width: 767px) {
          .news-side .cat-list-b > li a {
            font-size: 15px;
            font-size: 3.125vw; } }

.topics-archive .archive-name {
  border-bottom: 1px solid #CCCCCC;
  font-size: 17px;
  margin-bottom: 22px;
  padding-bottom: 5px; }

.topics-archive-list {
  display: flex;
  flex-wrap: wrap; }
  @media screen and (max-width: 767px) {
    .topics-archive-list {
      flex-wrap: wrap; } }

.topics-archive-item {
  width: calc(33.33% - 16px);
  margin-bottom: 20px; }
  @media screen and (max-width: 767px) {
    .topics-archive-item {
      width: calc(50% - 5px);
      margin-bottom: 20px; } }
  .topics-archive-item:nth-child(3n+1) {
    margin-right: 16px; }
    @media screen and (max-width: 767px) {
      .topics-archive-item:nth-child(3n+1) {
        margin-right: 0; } }
  .topics-archive-item:nth-child(3n+2) {
    margin-left: 8px;
    margin-right: 8px; }
    @media screen and (max-width: 767px) {
      .topics-archive-item:nth-child(3n+2) {
        margin-right: 0;
        margin-left: 0; } }
  .topics-archive-item:nth-child(3n+3) {
    margin-left: 16px; }
    @media screen and (max-width: 767px) {
      .topics-archive-item:nth-child(3n+3) {
        margin-left: 0; } }
  @media screen and (max-width: 767px) {
    .topics-archive-item:nth-child(2n+1) {
      margin-right: 5px; }
    .topics-archive-item:nth-child(2n+2) {
      margin-left: 5px; } }
  .topics-archive-item a {
    display: block;
    color: #000000; }
  .topics-archive-item .txt {
    text-align: center;
    padding: 20px; }
    @media screen and (max-width: 767px) {
      .topics-archive-item .txt {
        padding: 12px; } }
    .topics-archive-item .txt .flex {
      font-size: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      line-height: 1;
      margin-bottom: 10px; }
      @media screen and (max-width: 767px) {
        .topics-archive-item .txt .flex {
          font-size: 13px;
          font-size: 2.70833vw; } }
      .topics-archive-item .txt .flex .cat {
        margin-left: 10px;
        padding: 3px 6px; }
    @media screen and (max-width: 767px) {
      .topics-archive-item .txt .ttl {
        font-size: 18px;
        font-size: 3.75vw; } }
    .topics-archive-item .txt .body {
      font-size: 12px;
      text-align: left;
      line-height: 1.6; }
      @media screen and (max-width: 767px) {
        .topics-archive-item .txt .body {
          font-size: 15px;
          font-size: 3.125vw;
          margin: 0; } }

.topics-archive.topicscat-0 .archive-name {
  color: #000000; }

.topics-archive.topicscat-0 .topics-archive-item a {
  background: #f5f5f5; }
  .topics-archive.topicscat-0 .topics-archive-item a .cat.topicscat-1 {
    background: #eba6b3;
    color: #fff; }
  .topics-archive.topicscat-0 .topics-archive-item a .cat.topicscat-2 {
    background: #acd9a2;
    color: #fff; }
  .topics-archive.topicscat-0 .topics-archive-item a .cat.topicscat-3 {
    background: #8ba4f8;
    color: #fff; }
  .topics-archive.topicscat-0 .topics-archive-item a .cat.topicscat-4 {
    background: #eaa678;
    color: #fff; }

.topics-archive.topicscat-0 .pagination-list.current span {
  background: #EBA6B3; }

.topics-archive.topicscat-1 .archive-name {
  color: #EBA6B3; }

.topics-archive.topicscat-1 .topics-archive-item a {
  background: #FCF2F4; }
  .topics-archive.topicscat-1 .topics-archive-item a .cat {
    background: #EBA6B3;
    color: #fff; }

.topics-archive.topicscat-1 .pagination-list.current span {
  background: #EBA6B3; }

.topics-archive.topicscat-2 .archive-name {
  color: #6AA75D; }

.topics-archive.topicscat-2 .topics-archive-item a {
  background: #EEF7EC; }
  .topics-archive.topicscat-2 .topics-archive-item a .cat {
    background: #6AA75D;
    color: #fff; }

.topics-archive.topicscat-2 .pagination-list .current span {
  background: #6AA75D; }

.topics-archive.topicscat-3 .archive-name {
  color: #5772CE; }

.topics-archive.topicscat-3 .topics-archive-item a {
  background: #EBEEFB; }
  .topics-archive.topicscat-3 .topics-archive-item a .cat {
    background: #5772CE;
    color: #fff; }

.topics-archive.topicscat-3 .pagination-list .current span {
  background: #5772CE; }

.topics-archive.topicscat-4 .archive-name {
  color: #EAA678; }

.topics-archive.topicscat-4 .topics-archive-item a {
  background: #FBEDE3; }
  .topics-archive.topicscat-4 .topics-archive-item a .cat {
    background: #EAA678;
    color: #fff; }

.topics-archive.topicscat-4 .pagination-list .current span {
  background: #EAA678; }

.pagination {
  margin: 50px 0 0; }
  .pagination-list {
    display: flex;
    justify-content: center; }
  .pagination-item {
    width: 34px;
    height: 34px;
    margin: 0 7px; }
    .pagination-item a {
      display: block;
      width: 34px;
      height: 34px;
      background: #B4B4B4;
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center; }
    .pagination-item.current span {
      display: block;
      width: 34px;
      height: 34px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #EBA6B3;
      color: #fff; }

.current-students-item {
  margin-bottom: 60px; }
  @media screen and (max-width: 767px) {
    .current-students-item {
      margin-bottom: 40px; } }
  .current-students-item a {
    position: relative;
    display: block; }
  .current-students-item-txt {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    text-align: left;
    font-weight: bold;
    line-height: 1.8; }
    @media screen and (max-width: 767px) {
      .current-students-item-txt {
        padding: 15px 25px; } }
    .current-students-item-txt-inner {
      height: 100%;
      display: flex;
      justify-content: flex-end;
      align-items: center; }
      @media screen and (max-width: 767px) {
        .current-students-item-txt-inner {
          align-items: flex-end; } }
    .current-students-item-txt .txt-wrap {
      padding: 20px 40px; }
      @media screen and (max-width: 767px) {
        .current-students-item-txt .txt-wrap {
          padding: 7px 12px; } }
    .current-students-item-txt .cs {
      font-size: 12px;
      display: inline-block;
      border: 1px solid #000;
      color: #000;
      padding: 5px;
      line-height: 1; }
      @media screen and (max-width: 767px) {
        .current-students-item-txt .cs {
          font-size: 12px;
          font-size: 2.5vw;
          transform: scale(0.8); } }
    .current-students-item-txt .flex {
      display: flex;
      align-items: center; }
    .current-students-item-txt .txt-1 {
      font-weight: bold;
      color: #eaa678;
      font-size: 25px;
      margin: 0 16px;
      line-height: 1.5; }
      @media screen and (max-width: 767px) {
        .current-students-item-txt .txt-1 {
          font-size: 25px;
          font-size: 5.20833vw;
          margin: 0 2vw 0 1vw; } }
    .current-students-item-txt .icon {
      line-height: 0; }
      @media screen and (max-width: 767px) {
        .current-students-item-txt .icon {
          width: 4vw; } }

.contact-form {
  max-width: 600px;
  margin: 0 auto 100px;
  font-size: 15px; }
  @media screen and (max-width: 767px) {
    .contact-form {
      padding: 0 5%; } }
  .contact-form-table {
    width: 100%; }
    .contact-form-table th,
    .contact-form-table td {
      padding: 10px 10px; }
      @media screen and (max-width: 767px) {
        .contact-form-table th,
        .contact-form-table td {
          display: block;
          width: 100%;
          padding: 0; } }
      .contact-form-table th input,
      .contact-form-table th textarea,
      .contact-form-table th select,
      .contact-form-table td input,
      .contact-form-table td textarea,
      .contact-form-table td select {
        width: 100%;
        padding: 5px 10px;
        border: 1px solid #cccccc;
        border-radius: 6px;
        background-color: #fff; }
        .contact-form-table th input::placeholder,
        .contact-form-table th textarea::placeholder,
        .contact-form-table th select::placeholder,
        .contact-form-table td input::placeholder,
        .contact-form-table td textarea::placeholder,
        .contact-form-table td select::placeholder {
          color: #dedede; }
        .contact-form-table th input#zip,
        .contact-form-table th textarea#zip,
        .contact-form-table th select#zip,
        .contact-form-table td input#zip,
        .contact-form-table td textarea#zip,
        .contact-form-table td select#zip {
          width: auto; }
    .contact-form-table th {
      text-align: left;
      width: 13em; }
      @media screen and (max-width: 767px) {
        .contact-form-table th {
          padding: 30px 0 5px; } }
      .contact-form-table th .required {
        background: #eaa678;
        color: #fff;
        font-size: 12px;
        padding: 0px 8px;
        line-height: 16px;
        border-radius: 8px;
        position: relative;
        top: -1px;
        margin-left: 4px;
        transform: scale(0.8);
        display: inline-block; }
    .contact-form-table td p {
      font-size: 12px;
      margin: 5px 0 0;
      line-height: 1.4; }
  .contact-form .submit {
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 50px 0; }
    .contact-form .submit input {
      display: block;
      text-align: center;
      color: #fff;
      background: #eaa678;
      box-shadow: 0px 5px 0px 0px rgba(234, 166, 120, 0.32);
      border-radius: 30px;
      padding: 9px 69px;
      border: none;
      transition: all 0.5s ease 0s; }
      @media screen and (max-width: 767px) {
        .contact-form .submit input {
          height: 14vw;
          display: flex;
          align-items: center;
          justify-content: center;
          border-radius: 15px; } }
      .contact-form .submit input:hover {
        opacity: 0.5; }

.thanks-section {
  text-align: center; }
  @media screen and (max-width: 767px) {
    .thanks-section {
      padding: 70px 0 20px; } }

.library-information {
  margin-bottom: 60px; }
  .library-information a {
    color: #DE8090; }
  .library-information-inner {
    background: #FDF6F7;
    display: flex;
    justify-content: center;
    padding: 50px;
    align-items: center;
    border-radius: 8px; }
    @media screen and (max-width: 767px) {
      .library-information-inner {
        padding: 20px;
        display: block; } }
  .library-information .common-head {
    margin-right: 60px; }
    @media screen and (max-width: 767px) {
      .library-information .common-head {
        margin-right: 0;
        text-align: center; } }
  .library-information .common-ttl {
    border-bottom: 1px solid #EBA6B3;
    padding-bottom: 5px;
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .library-information .common-ttl {
        display: inline-block; } }
    .library-information .common-ttl .en {
      font-size: 25px;
      padding-bottom: 5px;
      color: #DE8090; }
  .library-information-list {
    margin: 0; }
    @media screen and (max-width: 767px) {
      .library-information-list {
        margin-bottom: 20px; } }
  .library-information-item {
    margin-bottom: 18px; }
    @media screen and (max-width: 767px) {
      .library-information-item {
        line-height: 1.5; } }
    .library-information-item:last-child {
      margin-bottom: 0; }
    .library-information-item a {
      display: flex;
      font-size: 14px; }
      .library-information-item a time {
        margin-right: 35px; }
      .library-information-item a p {
        color: #000000;
        margin: 0; }
  .library-information .link-btn {
    margin: 0;
    text-align: left; }
    @media screen and (max-width: 767px) {
      .library-information .link-btn {
        text-align: center; } }
    .library-information .link-btn a {
      color: #fff;
      background: #EBA6B3;
      border-color: #EFBFC7; }

.library-nav {
  margin-bottom: 80px; }
  .library-nav ul {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .library-nav ul {
        display: block; } }
    .library-nav ul li {
      width: calc(20% - 10px);
      text-align: center; }
      @media screen and (max-width: 767px) {
        .library-nav ul li {
          width: 100%;
          margin-bottom: 10px; } }
      .library-nav ul li a {
        background: #F0F0F0;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #000000; }
        @media screen and (max-width: 767px) {
          .library-nav ul li a {
            padding: 10px; } }
        .library-nav ul li a:hover {
          background-color: #F6D8DE; }
        .library-nav ul li a img {
          margin-left: 10px; }
      .library-nav ul li.current {
        background-color: #F6D8DE; }
        @media screen and (max-width: 767px) {
          .library-nav ul li.current {
            padding: 10px; } }

.library-guide {
  margin-bottom: 200px; }
  @media screen and (max-width: 767px) {
    .library-guide {
      margin-bottom: 60px; } }
  .library-guide-dl {
    display: flex;
    flex-wrap: wrap;
    max-width: 840px;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .library-guide-dl {
        display: block; } }
  .library-guide-dt {
    background: #F0F0F0;
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .library-guide-dt {
        width: 100%;
        margin-bottom: 10px; } }
  .library-guide-dd {
    width: calc(100% - 200px);
    margin-bottom: 30px;
    padding-left: 30px; }
    @media screen and (max-width: 767px) {
      .library-guide-dd {
        width: 100%;
        padding: 0; } }
  .library-guide-sttl {
    background: #F0F0F0;
    text-align: center;
    font-size: 22px;
    padding: 10px;
    margin: 60px 0 30px; }
    @media screen and (max-width: 767px) {
      .library-guide-sttl {
        font-size: 22px;
        font-size: 4.58333vw;
        margin: 40px 0 15px; } }
  .library-guide-lead {
    text-align: center;
    margin-bottom: 40px; }
    @media screen and (max-width: 767px) {
      .library-guide-lead {
        text-align: left; } }
  .library-guide-table {
    width: 100%; }
    .library-guide-table th, .library-guide-table td {
      border: 1px solid #707070;
      text-align: center;
      padding: 5px; }
    .library-guide-table th {
      background: #F0F0F0; }
    .library-guide-table .bg-ping {
      background: #EBA6B3;
      color: #fff; }
    .library-guide-table .bg-gray {
      width: 550px; }
      @media screen and (max-width: 767px) {
        .library-guide-table .bg-gray {
          width: auto; } }

.library-service-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  @media screen and (max-width: 767px) {
    .library-service-wrap {
      display: block; } }

.library-service-unit {
  width: calc(33.33% - 30px);
  line-height: 2.1;
  margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    .library-service-unit {
      width: 100%;
      margin-bottom: 40px; } }
  .library-service-unit a {
    text-decoration: underline; }
    .library-service-unit a:hover {
      text-decoration: none; }
  .library-service-unit p {
    margin: 0; }
  .library-service-unit ul li {
    line-height: 1.5;
    margin-bottom: 10px;
    padding-left: 17px;
    position: relative; }
    @media screen and (max-width: 767px) {
      .library-service-unit ul li {
        font-size: 20px;
        font-size: 4.16667vw; } }
    .library-service-unit ul li:before {
      content: "・";
      position: absolute;
      left: 0; }
  .library-service-unit ul.flex {
    display: flex;
    flex-wrap: wrap; }
    .library-service-unit ul.flex li {
      width: 50%; }
  .library-service-unit .img {
    text-align: center;
    margin: 50px 0 0; }
    @media screen and (max-width: 767px) {
      .library-service-unit .img {
        margin: 30px 0 0; } }
    .library-service-unit .img img {
      width: 204px; }

.library-service-ttl {
  background: #EBA6B3;
  color: #fff;
  font-size: 24px;
  text-align: center;
  border-radius: 20px; }
  @media screen and (max-width: 767px) {
    .library-service-ttl {
      font-size: 24px;
      font-size: 5vw; } }

.library-service-index {
  color: #EBA6B3;
  font-size: 20px;
  margin: 20px 0 10px; }
  @media screen and (max-width: 767px) {
    .library-service-index {
      font-size: 20px;
      font-size: 4.16667vw; } }
  .library-service-index a {
    color: #EBA6B3; }

.library-topics-archive {
  max-width: 800px;
  margin: 0 auto 100px; }
  .library-topics-archive .news-item > a {
    padding: 30px; }
  .library-topics-archive .news-item time {
    margin-right: 27px; }

.library-kiyo {
  margin-bottom: 200px; }
  .library-kiyo .pdf-link {
    background: url(../images/outline/icon-pdf.svg) no-repeat right center;
    padding: 0 25px 0 0; }

@media screen and (max-width: 767px) {
  .l-nav-current.l-nav-current-ie {
    background: #DE8090; } }

.dep-intro {
  text-align: center;
  margin-bottom: 150px; }
  @media screen and (max-width: 767px) {
    .dep-intro {
      width: 90%;
      margin: 0 auto 80px; } }
  .dep-intro-head {
    color: #DE8090;
    line-height: 1.3; }
    .dep-intro-head .line-1 {
      font-size: 30px;
      margin-bottom: 10px; }
      @media screen and (max-width: 767px) {
        .dep-intro-head .line-1 {
          font-size: 22px;
          font-size: 4.58333vw; } }
    .dep-intro-head .line-2 {
      font-size: 45px;
      margin-bottom: 15px; }
      @media screen and (max-width: 767px) {
        .dep-intro-head .line-2 {
          font-size: 45px;
          font-size: 9.375vw; } }
    .dep-intro-head .line-3 {
      font-size: 20px;
      margin-bottom: 30px; }
      @media screen and (max-width: 767px) {
        .dep-intro-head .line-3 {
          font-size: 20px;
          font-size: 4.16667vw; } }
  .dep-intro-movie {
    display: flex;
    margin: 80px 0 0;
    justify-content: center; }
    @media screen and (max-width: 767px) {
      .dep-intro-movie {
        display: block;
        margin: 40px 0 0; } }
    .dep-intro-movie-item {
      margin: 0 20px; }
      @media screen and (max-width: 767px) {
        .dep-intro-movie-item {
          margin: 0 0 20px; }
          .dep-intro-movie-item iframe {
            width: 100%;
            height: auto; } }

.dep-topics {
  margin-bottom: 150px; }
  @media screen and (max-width: 767px) {
    .dep-topics {
      margin-bottom: 80px; } }
  .dep-topics-list {
    display: flex; }
    @media screen and (max-width: 767px) {
      .dep-topics-list {
        flex-wrap: wrap;
        justify-content: space-between; } }
    .dep-topics-list li {
      border: 1px solid #F88BB5; }
  .dep-topics .link-btn a {
    color: #fff;
    background: #DE8090;
    border: 1px solid #F1C9D0;
    border-bottom: 5px solid #F1C9D0;
    padding: 0px 70px;
    font-family: "Lato", sans-serif;
    font-weight: bold;
    font-style: italic; }

.dep-feature {
  margin-bottom: 150px; }
  @media screen and (max-width: 767px) {
    .dep-feature {
      margin-bottom: 80px; } }
  .dep-feature-lead {
    text-align: center;
    font-size: 30px;
    margin-bottom: 60px; }
    @media screen and (max-width: 767px) {
      .dep-feature-lead {
        font-size: 25px;
        font-size: 5.20833vw;
        margin-bottom: 30px; } }
    .dep-feature-lead span {
      color: #DE8090; }
  .dep-feature-unit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px; }
    @media screen and (max-width: 767px) {
      .dep-feature-unit {
        display: block; } }
    .dep-feature-unit:nth-child(2n) {
      flex-direction: row-reverse; }
  .dep-feature-img {
    width: 500px; }
    @media screen and (max-width: 767px) {
      .dep-feature-img {
        width: 100%;
        margin-bottom: 15px; } }
  .dep-feature-txt {
    width: calc(100% - 560px); }
    @media screen and (max-width: 767px) {
      .dep-feature-txt {
        width: 100%; } }
  .dep-feature-head {
    color: #DE8090;
    display: flex;
    align-items: center;
    margin-bottom: 10px; }
  .dep-feature-number {
    font-size: 133px;
    font-family: century-old-style-std, serif;
    font-weight: 400;
    font-style: italic;
    line-height: 1;
    margin-right: 40px; }
    @media screen and (max-width: 767px) {
      .dep-feature-number {
        font-size: 133px;
        font-size: 27.70833vw;
        margin-right: 20px; } }
  .dep-feature-ttl-set {
    padding-top: 5px; }
  .dep-feature-ttl-1 {
    background: #DE8090;
    color: #fff;
    display: inline-block;
    border-radius: 13px;
    padding: 0 20px;
    line-height: 26px;
    font-size: 14px; }
    @media screen and (max-width: 767px) {
      .dep-feature-ttl-1 {
        font-size: 14px;
        font-size: 2.91667vw;
        line-height: 20px;
        border-radius: 10px; } }
  .dep-feature-ttl-2 {
    font-size: 23px;
    margin: 0; }
    @media screen and (max-width: 767px) {
      .dep-feature-ttl-2 {
        font-size: 21px;
        font-size: 4.375vw; } }

.dep-program {
  margin-bottom: 150px; }
  @media screen and (max-width: 767px) {
    .dep-program {
      margin-bottom: 80px; } }
  .dep-program-flex {
    display: flex;
    align-items: center; }
    @media screen and (max-width: 767px) {
      .dep-program-flex {
        display: block; } }
  .dep-program-ttl {
    color: #DE8090;
    font-size: 24px; }
    @media screen and (max-width: 767px) {
      .dep-program-ttl {
        font-size: 24px;
        font-size: 5vw;
        text-align: center; } }
  .dep-program-img {
    width: 583px; }
    @media screen and (max-width: 767px) {
      .dep-program-img {
        width: 100%; } }
    .dep-program-img figure + p {
      color: #DE8090;
      font-size: 14px;
      line-height: 1.78;
      padding-left: 83px;
      margin-top: 10px; }
      @media screen and (max-width: 767px) {
        .dep-program-img figure + p {
          font-size: 14px;
          font-size: 2.91667vw;
          padding-left: 0; } }
  .dep-program-txt {
    width: calc(100% - 583px); }
    @media screen and (max-width: 767px) {
      .dep-program-txt {
        width: 100%; } }

.dep-pickup {
  margin-bottom: 150px; }
  @media screen and (max-width: 767px) {
    .dep-pickup {
      margin-bottom: 80px; } }
  .dep-pickup-lead-box {
    border: 1px solid #DE8090;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px; }
    @media screen and (max-width: 767px) {
      .dep-pickup-lead-box {
        display: block;
        padding: 15px 20px;
        line-height: 1.5; } }
    .dep-pickup-lead-box-1 {
      color: #DE8090;
      font-size: 24px;
      margin-right: 25px; }
      @media screen and (max-width: 767px) {
        .dep-pickup-lead-box-1 {
          font-size: 24px;
          font-size: 5vw;
          text-align: center;
          margin-right: 0;
          margin-bottom: 10px; } }
  .dep-pickup-lead {
    font-size: 30px;
    color: #DE8090;
    text-align: center;
    line-height: 2; }
    @media screen and (max-width: 767px) {
      .dep-pickup-lead {
        font-size: 24px;
        font-size: 5vw; } }
  .dep-pickup-flex {
    display: flex;
    flex-wrap: wrap; }
    @media screen and (max-width: 767px) {
      .dep-pickup-flex {
        display: block; } }
  .dep-pickup-unit {
    margin-bottom: 40px;
    width: 50%; }
    @media screen and (max-width: 767px) {
      .dep-pickup-unit {
        width: 100%; } }
    .dep-pickup-unit.unit-1 {
      padding-right: 154px; }
      @media screen and (max-width: 767px) {
        .dep-pickup-unit.unit-1 {
          padding: 0; } }
    .dep-pickup-unit.unit-2 {
      padding-right: 154px; }
      @media screen and (max-width: 767px) {
        .dep-pickup-unit.unit-2 {
          padding: 0; } }
    .dep-pickup-unit.unit-3 {
      padding: 0 47px; }
      @media screen and (max-width: 767px) {
        .dep-pickup-unit.unit-3 {
          padding: 0; } }
    .dep-pickup-unit.unit-4 {
      padding: 0 62px; }
      @media screen and (max-width: 767px) {
        .dep-pickup-unit.unit-4 {
          padding: 0; } }
  .dep-pickup-class {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media screen and (max-width: 767px) {
      .dep-pickup-class {
        display: block; } }
    .dep-pickup-class-ttl-1 {
      background: #DE8090;
      color: #fff;
      font-size: 28px;
      text-align: center;
      border-radius: 20px;
      margin-bottom: 17px; }
      @media screen and (max-width: 767px) {
        .dep-pickup-class-ttl-1 {
          font-size: 28px;
          font-size: 5.83333vw; } }
    .dep-pickup-class-ttl-2 {
      font-size: 22px;
      color: #DE8090;
      text-align: center;
      margin-bottom: 8px; }
      @media screen and (max-width: 767px) {
        .dep-pickup-class-ttl-2 {
          font-size: 22px;
          font-size: 4.58333vw; } }
    .dep-pickup-class-img {
      width: 258px; }
      @media screen and (max-width: 767px) {
        .dep-pickup-class-img {
          margin: 0 auto; } }
    .dep-pickup-class-txt {
      width: calc(100% - 300px); }
      @media screen and (max-width: 767px) {
        .dep-pickup-class-txt {
          width: 100%; } }

.dep-curriculum {
  margin-bottom: 150px; }
  @media screen and (max-width: 767px) {
    .dep-curriculum {
      margin-bottom: 80px; } }
  .dep-curriculum-ttl {
    font-size: 22px;
    background: #F9E4E8;
    text-align: center;
    padding: 10px; }
    @media screen and (max-width: 767px) {
      .dep-curriculum-ttl {
        font-size: 22px;
        font-size: 4.58333vw; } }
  .dep-curriculum-unit {
    border-right: 1px dashed #ccc; }
    @media screen and (max-width: 767px) {
      .dep-curriculum-unit {
        border-right: none;
        border-bottom: 1px dashed #ccc;
        padding-bottom: 20px;
        margin-bottom: 20px; } }
    .dep-curriculum-unit:first-child {
      padding-left: 0 !important; }
    .dep-curriculum-unit:last-child {
      border-right: none;
      padding-right: 0 !important; }
    .dep-curriculum-unit-ttl {
      color: #DE8090;
      font-size: 18px; }
      @media screen and (max-width: 767px) {
        .dep-curriculum-unit-ttl {
          font-size: 18px;
          font-size: 3.75vw; } }
    .dep-curriculum-unit-flex {
      display: flex; }
    .dep-curriculum-unit ul {
      margin-right: 25px;
      margin-bottom: 0; }
      @media screen and (max-width: 767px) {
        .dep-curriculum-unit ul {
          margin-right: 10px; } }
      .dep-curriculum-unit ul:last-child {
        margin-right: 0; }
      .dep-curriculum-unit ul li {
        line-height: 1.5;
        margin-bottom: 10px;
        padding-left: 17px;
        position: relative; }
        .dep-curriculum-unit ul li:before {
          content: "・";
          position: absolute;
          left: 0; }
  .dep-curriculum-flex-1 {
    display: flex;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 35px;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .dep-curriculum-flex-1 {
        display: block;
        border-bottom: none;
        padding-bottom: 0; } }
    .dep-curriculum-flex-1 .dep-curriculum-unit {
      padding: 0 35px; }
      @media screen and (max-width: 767px) {
        .dep-curriculum-flex-1 .dep-curriculum-unit {
          padding: 0; } }
  .dep-curriculum-flex-2 {
    display: flex;
    padding-top: 35px;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .dep-curriculum-flex-2 {
        display: block;
        padding-top: 0; } }
    .dep-curriculum-flex-2 .dep-curriculum-unit {
      padding: 0 80px 40px; }
      @media screen and (max-width: 767px) {
        .dep-curriculum-flex-2 .dep-curriculum-unit {
          padding: 0; } }
  .dep-curriculum-flex-3 {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media screen and (max-width: 767px) {
      .dep-curriculum-flex-3 {
        display: block; } }
    .dep-curriculum-flex-3 .img {
      width: 575px; }
      @media screen and (max-width: 767px) {
        .dep-curriculum-flex-3 .img {
          width: 100%; } }
    .dep-curriculum-flex-3 .dep-curriculum-unit {
      width: calc(100% - 600px);
      padding: 0;
      border: none; }
      @media screen and (max-width: 767px) {
        .dep-curriculum-flex-3 .dep-curriculum-unit {
          width: 100%; } }

.dep-license {
  margin-bottom: 150px; }
  @media screen and (max-width: 767px) {
    .dep-license {
      margin-bottom: 80px; } }
  .dep-license-unit-wrap {
    display: flex;
    flex-wrap: wrap; }
    @media screen and (max-width: 767px) {
      .dep-license-unit-wrap {
        display: block; } }
  .dep-license-unit {
    width: 50%;
    margin-bottom: 15px;
    line-height: 2; }
    @media screen and (max-width: 767px) {
      .dep-license-unit {
        width: 100%;
        margin-bottom: 25px; } }
    .dep-license-unit:nth-child(2n) {
      padding-left: 60px; }
      @media screen and (max-width: 767px) {
        .dep-license-unit:nth-child(2n) {
          padding: 0; } }
    .dep-license-unit:nth-child(2n+1) {
      padding-right: 60px; }
      @media screen and (max-width: 767px) {
        .dep-license-unit:nth-child(2n+1) {
          padding: 0; } }
    .dep-license-unit-ttl {
      color: #DE8090;
      font-size: 20px;
      margin: 0 0 10px; }
      @media screen and (max-width: 767px) {
        .dep-license-unit-ttl {
          font-size: 20px;
          font-size: 4.16667vw; } }
      .dep-license-unit-ttl span {
        font-size: 16px;
        background: #F9FBBC;
        padding: 2px 10px; }
        @media screen and (max-width: 767px) {
          .dep-license-unit-ttl span {
            font-size: 16px;
            font-size: 3.33333vw; } }
  .dep-license-stepup {
    background: #FDF4F5;
    padding: 30px 10px;
    margin: 30px 0 40px; }
    .dep-license-stepup-ttl-1 {
      color: #DE8090;
      font-size: 30px;
      text-align: center;
      margin: 0 0 5px; }
      @media screen and (max-width: 767px) {
        .dep-license-stepup-ttl-1 {
          font-size: 30px;
          font-size: 6.25vw; } }
    .dep-license-stepup-ttl-2 {
      color: #DE8090;
      font-size: 20px;
      text-align: center; }
      @media screen and (max-width: 767px) {
        .dep-license-stepup-ttl-2 {
          font-size: 20px;
          font-size: 4.16667vw; } }
    .dep-license-stepup ul {
      display: flex;
      justify-content: center; }
      @media screen and (max-width: 767px) {
        .dep-license-stepup ul {
          flex-wrap: wrap; } }
      .dep-license-stepup ul li {
        font-size: 20px;
        margin: 0 20px; }
        @media screen and (max-width: 767px) {
          .dep-license-stepup ul li {
            font-size: 16px;
            font-size: 3.33333vw; } }
  .dep-license-rate {
    display: flex;
    justify-content: center;
    align-items: center; }
    .dep-license-rate-name {
      color: #DE8090;
      text-align: right;
      margin-right: 30px; }
      @media screen and (max-width: 767px) {
        .dep-license-rate-name {
          margin-right: 0px; } }
    .dep-license-rate-name-1 {
      font-size: 45px;
      line-height: 1;
      padding-right: 10px;
      margin-bottom: 20px; }
      @media screen and (max-width: 767px) {
        .dep-license-rate-name-1 {
          font-size: 30px;
          font-size: 6.25vw;
          margin-bottom: 10px; } }
    .dep-license-rate-name-2 {
      font-size: 31px;
      background: #F9FBBC;
      line-height: 1.2;
      padding: 0 20px; }
      @media screen and (max-width: 767px) {
        .dep-license-rate-name-2 {
          font-size: 18px;
          font-size: 3.75vw;
          padding: 0 5px; } }
    .dep-license-rate-number {
      font-size: 180px;
      font-family: century-old-style-std,serif;
      font-weight: 400;
      font-style: italic;
      line-height: 1; }
      @media screen and (max-width: 767px) {
        .dep-license-rate-number {
          font-size: 150px;
          font-size: 31.25vw; } }
      .dep-license-rate-number span {
        font-size: 53px; }
        @media screen and (max-width: 767px) {
          .dep-license-rate-number span {
            font-size: 30px;
            font-size: 6.25vw; } }

.dep-oneday {
  margin-bottom: 150px; }
  @media screen and (max-width: 767px) {
    .dep-oneday {
      margin-bottom: 80px; } }
  .dep-oneday-ttl {
    font-size: 30px;
    text-align: center;
    margin: 0; }
    @media screen and (max-width: 767px) {
      .dep-oneday-ttl {
        font-size: 26px;
        font-size: 5.41667vw;
        margin-bottom: 30px; } }
  .dep-oneday-part-1 {
    margin-bottom: 40px; }
    @media screen and (max-width: 767px) {
      .dep-oneday-part-1 {
        margin-bottom: 30px; } }

.dep-training {
  margin-bottom: 150px; }
  @media screen and (max-width: 767px) {
    .dep-training {
      margin-bottom: 80px; } }
  .dep-training-ttl {
    text-align: center;
    color: #DE8090;
    font-size: 30px; }
    @media screen and (max-width: 767px) {
      .dep-training-ttl {
        font-size: 30px;
        font-size: 6.25vw; } }
  .dep-training-lead {
    text-align: center; }
  .dep-training-unit-wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .dep-training-unit-wrap {
        display: block; } }
  .dep-training-unit {
    width: calc(33.33% - 30px); }
    @media screen and (max-width: 767px) {
      .dep-training-unit {
        width: 100%;
        margin-bottom: 40px; } }
    .dep-training-unit-img {
      margin-bottom: 15px; }
    .dep-training-unit-ttl {
      color: #DE8090;
      font-size: 24px;
      text-align: center;
      margin-bottom: 10px; }
      @media screen and (max-width: 767px) {
        .dep-training-unit-ttl {
          font-size: 24px;
          font-size: 5vw; } }
    .dep-training-unit p {
      line-height: 1.5; }
  .dep-training-schedule-ttl {
    background: #F6DEE2;
    text-align: center;
    font-size: 22px;
    padding: 10px;
    margin-bottom: 60px; }
    @media screen and (max-width: 767px) {
      .dep-training-schedule-ttl {
        font-size: 22px;
        font-size: 4.58333vw;
        margin-bottom: 30px; } }
  .dep-training-schedule-img {
    margin-bottom: 50px; }
  .dep-training-flex-1 {
    display: flex;
    align-items: flex-end;
    line-height: 2;
    margin-bottom: 60px; }
    @media screen and (max-width: 767px) {
      .dep-training-flex-1 {
        display: block; } }
    .dep-training-flex-1-img {
      width: 284px; }
      @media screen and (max-width: 767px) {
        .dep-training-flex-1-img {
          margin: 0 auto; } }
    .dep-training-flex-1-txt {
      width: calc(100% - 284px);
      padding-right: 20px; }
      @media screen and (max-width: 767px) {
        .dep-training-flex-1-txt {
          width: 100%;
          padding-right: 0; } }
    .dep-training-flex-1-ttl-1 {
      background: #DE8090;
      color: #fff;
      font-size: 28px;
      text-align: center;
      border-radius: 20px;
      margin-bottom: 15px; }
      @media screen and (max-width: 767px) {
        .dep-training-flex-1-ttl-1 {
          font-size: 28px;
          font-size: 5.83333vw; } }
    .dep-training-flex-1-ttl-2 {
      font-size: 22px;
      color: #DE8090;
      text-align: center;
      margin-bottom: 15px; }
      @media screen and (max-width: 767px) {
        .dep-training-flex-1-ttl-2 {
          font-size: 22px;
          font-size: 4.58333vw; } }
    .dep-training-flex-1 p {
      margin: 0; }
  .dep-training-flex-2 {
    display: flex;
    line-height: 1.75;
    border-top: 1px solid #DE8090;
    border-left: 1px solid #DE8090;
    margin-bottom: 100px; }
    @media screen and (max-width: 767px) {
      .dep-training-flex-2 {
        display: block;
        margin-bottom: 50px; } }
    .dep-training-flex-2-img {
      width: 195px;
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      @media screen and (max-width: 767px) {
        .dep-training-flex-2-img {
          flex-direction: row;
          width: 100%;
          padding-top: 30px; } }
      .dep-training-flex-2-img .pencil {
        width: 26px;
        position: absolute;
        left: 10px;
        top: -10px; }
      .dep-training-flex-2-img .ttl {
        width: 110px;
        margin: 15px 0; }
        @media screen and (max-width: 767px) {
          .dep-training-flex-2-img .ttl {
            margin: 0 20px 0 0; } }
      .dep-training-flex-2-img .lady {
        width: 131px; }
    .dep-training-flex-2-txt {
      width: calc(100% - 195px);
      padding-left: 30px;
      padding-top: 40px; }
      @media screen and (max-width: 767px) {
        .dep-training-flex-2-txt {
          width: 100%; } }
    .dep-training-flex-2-ttl {
      color: #DE8090;
      font-size: 22px;
      margin-bottom: 5px; }
      @media screen and (max-width: 767px) {
        .dep-training-flex-2-ttl {
          font-size: 22px;
          font-size: 4.58333vw;
          text-align: center; } }
    .dep-training-flex-2-name {
      color: #DE8090;
      margin-bottom: 15px; }
      @media screen and (max-width: 767px) {
        .dep-training-flex-2-name {
          text-align: center; } }
      .dep-training-flex-2-name-line-1 {
        margin: 0; }
      .dep-training-flex-2-name-line-2 {
        font-size: 20px; }
        @media screen and (max-width: 767px) {
          .dep-training-flex-2-name-line-2 {
            font-size: 20px;
            font-size: 4.16667vw; } }
        .dep-training-flex-2-name-line-2 span {
          font-size: 16px;
          margin-left: 10px; }
          @media screen and (max-width: 767px) {
            .dep-training-flex-2-name-line-2 span {
              font-size: 16px;
              font-size: 3.33333vw; } }
  .dep-training-ttl-2 {
    text-align: center;
    color: #DE8090;
    font-size: 30px;
    line-height: 2;
    margin-bottom: 50px; }
    @media screen and (max-width: 767px) {
      .dep-training-ttl-2 {
        font-size: 25px;
        font-size: 5.20833vw;
        margin-bottom: 30px; } }
  .dep-training-flex-3 {
    display: flex;
    line-height: 2.3; }
    @media screen and (max-width: 767px) {
      .dep-training-flex-3 {
        display: block; } }
    .dep-training-flex-3-img {
      width: 500px;
      padding-top: 2px; }
      @media screen and (max-width: 767px) {
        .dep-training-flex-3-img {
          width: 100%;
          padding: 0;
          margin-bottom: 20px; } }
    .dep-training-flex-3-txt {
      width: calc(100% - 500px);
      padding-left: 40px; }
      @media screen and (max-width: 767px) {
        .dep-training-flex-3-txt {
          width: 100%;
          padding: 0; } }
      .dep-training-flex-3-txt dl {
        display: flex;
        align-items: center;
        margin-bottom: 20px; }
        @media screen and (max-width: 767px) {
          .dep-training-flex-3-txt dl {
            line-height: 1.5; } }
        .dep-training-flex-3-txt dl dt {
          background: #DE8090;
          color: #fff;
          border-radius: 10px;
          padding: 0 10px;
          margin-right: 15px; }
          @media screen and (max-width: 767px) {
            .dep-training-flex-3-txt dl dt {
              padding: 10px; } }
        .dep-training-flex-3-txt dl dd {
          color: #DE8090;
          font-size: 20px; }
          @media screen and (max-width: 767px) {
            .dep-training-flex-3-txt dl dd {
              font-size: 20px;
              font-size: 4.16667vw; } }
  .dep-training-flex-4 {
    display: flex;
    align-items: flex-end; }
    .dep-training-flex-4-left {
      width: 261px;
      margin-right: 30px; }
      @media screen and (max-width: 767px) {
        .dep-training-flex-4-left {
          width: 50%;
          margin-right: 0; } }
    .dep-training-flex-4-right {
      width: 269px; }
      @media screen and (max-width: 767px) {
        .dep-training-flex-4-right {
          width: 50%; } }

.dep-pass {
  margin-bottom: 150px; }
  @media screen and (max-width: 767px) {
    .dep-pass {
      margin-bottom: 80px; } }
  .dep-pass-ttl {
    text-align: center;
    color: #DE8090;
    font-size: 30px; }
    @media screen and (max-width: 767px) {
      .dep-pass-ttl {
        font-size: 30px;
        font-size: 6.25vw; } }
  .dep-pass-lead {
    max-width: 950px;
    margin: 0 auto; }
  .dep-pass-list {
    display: flex;
    margin: 60px 0 80px; }
    @media screen and (max-width: 767px) {
      .dep-pass-list {
        display: block; } }
  .dep-pass-item {
    width: calc(33.33% - 20px);
    background: #FEF9EB;
    border: 1px solid #DE8090;
    padding: 0 30px 20px;
    border-radius: 10px; }
    @media screen and (max-width: 767px) {
      .dep-pass-item {
        width: 100%;
        margin-bottom: 50px; } }
    .dep-pass-item:nth-child(3n+1) {
      margin-right: 20px; }
      @media screen and (max-width: 767px) {
        .dep-pass-item:nth-child(3n+1) {
          margin-right: 0; } }
    .dep-pass-item:nth-child(3n+2) {
      margin-right: 10px;
      margin-left: 10px; }
      @media screen and (max-width: 767px) {
        .dep-pass-item:nth-child(3n+2) {
          margin-right: 0;
          margin-left: 0; } }
    .dep-pass-item:nth-child(3n+3) {
      margin-left: 20px; }
      @media screen and (max-width: 767px) {
        .dep-pass-item:nth-child(3n+3) {
          margin-left: 0; } }
    .dep-pass-item-ttl {
      background: #DE8090;
      color: #fff;
      width: 80px;
      height: 80px;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 18px;
      line-height: 1.3;
      margin: -40px auto 10px; }
      @media screen and (max-width: 767px) {
        .dep-pass-item-ttl {
          font-size: 18px;
          font-size: 3.75vw; } }
    .dep-pass-item-head {
      text-align: center;
      line-height: 1.33;
      width: 269px;
      margin: 0 auto 25px;
      padding-right: 65px; }
      @media screen and (max-width: 767px) {
        .dep-pass-item-head {
          width: 100%; } }
    .dep-pass-item-line-1 {
      margin-bottom: 10px; }
    .dep-pass-item-line-2 {
      color: #DE8090;
      font-size: 24px; }
      @media screen and (max-width: 767px) {
        .dep-pass-item-line-2 {
          font-size: 24px;
          font-size: 5vw; } }
    .dep-pass-item-body {
      line-height: 1.78;
      font-size: 14px; }
      @media screen and (max-width: 767px) {
        .dep-pass-item-body {
          font-size: 14px;
          font-size: 2.91667vw; } }
      .dep-pass-item-body p {
        margin: 0; }
    .dep-pass-item.item-1 .dep-pass-item-head {
      background: url(../images/infant-education/pass-1.jpg) no-repeat right bottom;
      background-size: 83px auto; }
    .dep-pass-item.item-2 .dep-pass-item-head {
      background: url(../images/infant-education/pass-2.jpg) no-repeat right bottom;
      background-size: 87px auto; }
    .dep-pass-item.item-3 .dep-pass-item-head {
      background: url(../images/infant-education/pass-3.jpg) no-repeat right bottom;
      background-size: 81px auto; }
  .dep-pass-ttl-2 {
    text-align: center;
    color: #DE8090;
    font-size: 30px;
    margin-bottom: 60px; }
    @media screen and (max-width: 767px) {
      .dep-pass-ttl-2 {
        font-size: 30px;
        font-size: 6.25vw;
        margin-bottom: 30px; } }
  .dep-pass-flex {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .dep-pass-flex {
        display: block; } }
    .dep-pass-flex-left {
      width: 370px; }
      @media screen and (max-width: 767px) {
        .dep-pass-flex-left {
          width: 100%; } }
      .dep-pass-flex-left-ttl {
        font-size: 20px;
        line-height: 1.4;
        font-weight: bold;
        text-align: center; }
        @media screen and (max-width: 767px) {
          .dep-pass-flex-left-ttl {
            font-size: 20px;
            font-size: 4.16667vw; } }
        .dep-pass-flex-left-ttl span {
          font-size: 16px; }
          @media screen and (max-width: 767px) {
            .dep-pass-flex-left-ttl span {
              font-size: 16px;
              font-size: 3.33333vw; } }
      .dep-pass-flex-left-number {
        font-size: 53px;
        font-weight: bold;
        line-height: 1; }
        @media screen and (max-width: 767px) {
          .dep-pass-flex-left-number {
            font-size: 53px;
            font-size: 11.04167vw;
            text-align: center;
            margin-bottom: 30px; } }
        .dep-pass-flex-left-number span {
          font-size: 180px;
          font-family: century-old-style-std, serif;
          font-weight: 400;
          font-style: italic;
          color: #DE8090; }
          @media screen and (max-width: 767px) {
            .dep-pass-flex-left-number span {
              font-size: 180px;
              font-size: 37.5vw; } }
    .dep-pass-flex-right {
      width: 723px;
      line-height: 1.875; }
      @media screen and (max-width: 767px) {
        .dep-pass-flex-right {
          width: 100%; } }
      .dep-pass-flex-right-ttl {
        font-size: 20px;
        line-height: 1.4;
        font-weight: bold;
        margin-bottom: 20px; }
        @media screen and (max-width: 767px) {
          .dep-pass-flex-right-ttl {
            font-size: 20px;
            font-size: 4.16667vw;
            text-align: center; } }

.dep-interview {
  margin-bottom: 150px; }
  @media screen and (max-width: 767px) {
    .dep-interview {
      margin-bottom: 80px; } }
  .dep-interview-unit {
    display: flex;
    margin-bottom: 80px; }
    @media screen and (max-width: 767px) {
      .dep-interview-unit {
        display: block; } }
    .dep-interview-unit-img {
      width: 500px;
      position: relative; }
      @media screen and (max-width: 767px) {
        .dep-interview-unit-img {
          width: 100%;
          margin-bottom: 20px; } }
    .dep-interview-unit-badge {
      position: absolute;
      left: -30px;
      top: -40px;
      background: #DE8090;
      color: #fff;
      width: 132px;
      height: 132px;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 20px;
      line-height: 1.5;
      text-align: center;
      z-index: 1; }
      @media screen and (max-width: 767px) {
        .dep-interview-unit-badge {
          font-size: 18px;
          font-size: 3.75vw;
          width: 23vw;
          height: 23vw;
          left: -10px;
          top: -20px; } }
      .dep-interview-unit-badge.badge-b {
        width: 160px;
        height: 160px; }
        @media screen and (max-width: 767px) {
          .dep-interview-unit-badge.badge-b {
            width: 30vw;
            height: 30vw; } }
    .dep-interview-unit-txt {
      width: calc(100% - 500px);
      padding-left: 40px; }
      @media screen and (max-width: 767px) {
        .dep-interview-unit-txt {
          width: 100%;
          padding: 0; } }
    .dep-interview-unit-ttl {
      font-size: 24px;
      color: #DE8090;
      margin-bottom: 20px; }
      @media screen and (max-width: 767px) {
        .dep-interview-unit-ttl {
          font-size: 24px;
          font-size: 5vw;
          text-align: center; } }
    .dep-interview-unit-name {
      color: #DE8090;
      line-height: 1.6;
      margin-bottom: 17px; }
      @media screen and (max-width: 767px) {
        .dep-interview-unit-name {
          text-align: center; } }
      .dep-interview-unit-name-line-2 span {
        font-size: 20px;
        margin-right: 10px; }
        @media screen and (max-width: 767px) {
          .dep-interview-unit-name-line-2 span {
            font-size: 20px;
            font-size: 4.16667vw; } }
    .dep-interview-unit-message {
      line-height: 2.18; }
      .dep-interview-unit-message span {
        background: #FCEFCC; }
    .dep-interview-unit:nth-child(2n+1) {
      flex-direction: row-reverse; }
      .dep-interview-unit:nth-child(2n+1) .dep-interview-unit-txt {
        padding-left: 0;
        padding-right: 40px; }
        @media screen and (max-width: 767px) {
          .dep-interview-unit:nth-child(2n+1) .dep-interview-unit-txt {
            padding-right: 0; } }

.dep-feature-unit-24 {
  margin-bottom: 100px; }
  @media screen and (max-width: 767px) {
    .dep-feature-unit-24 {
      margin-bottom: 50px; } }
  .dep-feature-unit-24-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px; }
    @media screen and (max-width: 767px) {
      .dep-feature-unit-24-inner {
        display: block;
        margin-bottom: 0; } }
    .dep-feature-unit-24-inner:nth-child(2n) {
      flex-direction: row-reverse; }
  .dep-feature-unit-24-ex {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .dep-feature-unit-24-ex {
        display: block; } }
    .dep-feature-unit-24-ex img {
      width: 543px; }
      @media screen and (max-width: 767px) {
        .dep-feature-unit-24-ex img {
          width: 100%; } }
  .dep-feature-unit-24 .dep-feature-ttl-2.palt {
    font-feature-settings: "palt"; }
  .dep-feature-unit-24 .dep-feature-body {
    line-height: 2.18; }
  .dep-feature-unit-24:nth-child(2n) .dep-feature-unit-24-inner {
    flex-direction: row-reverse; }

.dep-pickup-24-list {
  display: flex; }
  @media screen and (max-width: 767px) {
    .dep-pickup-24-list {
      display: block;
      padding: 0 20px; } }

.dep-pickup-24-item {
  width: calc((100% - 50px) / 3);
  margin-right: 25px; }
  @media screen and (max-width: 767px) {
    .dep-pickup-24-item {
      width: 100%;
      margin-right: 0;
      margin-bottom: 30px; } }
  .dep-pickup-24-item:nth-child(3n) {
    margin-right: 0; }

.dep-pickup-24-img {
  margin-bottom: 25px; }

.dep-pickup-24-ttl {
  color: #DE8090;
  text-align: center;
  font-size: 24px;
  margin-bottom: 18px; }

.dep-training-24 .dep-training-lead {
  font-size: 20px; }
  @media screen and (max-width: 767px) {
    .dep-training-24 .dep-training-lead {
      font-size: 16px; } }

.dep-training-24 .dep-training-unit-wrap {
  padding-top: 40px;
  margin-bottom: 80px; }

.dep-training-24 .dep-training-unit {
  position: relative; }
  .dep-training-24 .dep-training-unit .badge {
    position: absolute;
    left: -30px;
    top: -40px;
    z-index: 1; }
    .dep-training-24 .dep-training-unit .badge img {
      width: 100px; }
  .dep-training-24 .dep-training-unit p {
    line-height: 2.2; }

.dep-training-24 .dep-training-ttl-2 {
  margin-bottom: 30px; }

.dep-training-24-flex-1 {
  display: flex;
  flex-direction: row-reverse; }
  @media screen and (max-width: 767px) {
    .dep-training-24-flex-1 {
      display: block; } }
  .dep-training-24-flex-1-img {
    flex: 0 0 366px;
    padding-top: 15px; }
    @media screen and (max-width: 767px) {
      .dep-training-24-flex-1-img {
        padding: 0 0 20px; } }
  .dep-training-24-flex-1-txt {
    font-size: 20px;
    line-height: 2.5;
    padding-right: 40px; }
    @media screen and (max-width: 767px) {
      .dep-training-24-flex-1-txt {
        font-size: 16px;
        padding: 0;
        line-height: 2; } }
    .dep-training-24-flex-1-txt dl {
      display: flex;
      align-items: center;
      line-height: 1.8; }
      @media screen and (max-width: 767px) {
        .dep-training-24-flex-1-txt dl {
          display: block; } }
      .dep-training-24-flex-1-txt dl dt {
        background: #eaa678;
        color: #fff;
        font-size: 16px;
        margin-right: 1em;
        padding: 0 20px;
        border-radius: 20px; }
        @media screen and (max-width: 767px) {
          .dep-training-24-flex-1-txt dl dt {
            text-align: center;
            margin: 0 0 10px; } }

.dep-curriculum-24 .dep-curriculum-flex-3 {
  padding-top: 35px;
  display: block; }
  .dep-curriculum-24 .dep-curriculum-flex-3 .dep-curriculum-unit {
    width: 100%; }
    .dep-curriculum-24 .dep-curriculum-flex-3 .dep-curriculum-unit .dep-curriculum-unit-ttl {
      text-align: center; }
    .dep-curriculum-24 .dep-curriculum-flex-3 .dep-curriculum-unit .dep-curriculum-unit-flex {
      justify-content: space-between; }
      @media screen and (max-width: 767px) {
        .dep-curriculum-24 .dep-curriculum-flex-3 .dep-curriculum-unit .dep-curriculum-unit-flex {
          display: block; } }

.dep-license-24 .dep-license-unit-wrap {
  margin-bottom: 60px; }

.dep-license-24 .dep-license-unit-ttl {
  color: #000000;
  font-size: 18px; }
  .dep-license-24 .dep-license-unit-ttl:before {
    content: "■";
    color: #DE8090;
    margin-right: 5px; }
  .dep-license-24 .dep-license-unit-ttl span {
    background: #eaa678;
    color: #fff;
    display: inline-block;
    border-radius: 6px;
    line-height: 1.5; }

.dep-license-24 .dep-license-stepup {
  width: calc(50% - 60px);
  background: none;
  border: 1px solid #DE8090;
  padding: 15px 25px;
  margin: 0 0 0 auto; }
  @media screen and (max-width: 767px) {
    .dep-license-24 .dep-license-stepup {
      width: 100%; } }
  .dep-license-24 .dep-license-stepup-header {
    display: flex;
    align-items: flex-end;
    margin-bottom: 10px; }
    @media screen and (max-width: 767px) {
      .dep-license-24 .dep-license-stepup-header {
        display: block; } }
  .dep-license-24 .dep-license-stepup-ttl-1 {
    font-size: 18px;
    margin: 0 1.5em 0 0; }
    @media screen and (max-width: 767px) {
      .dep-license-24 .dep-license-stepup-ttl-1 {
        margin: 0; } }
  .dep-license-24 .dep-license-stepup-ttl-2 {
    font-size: 16px;
    margin: 0; }
  .dep-license-24 .dep-license-stepup ul {
    flex-wrap: wrap;
    margin: 0; }
    @media screen and (max-width: 767px) {
      .dep-license-24 .dep-license-stepup ul {
        display: block; } }
    .dep-license-24 .dep-license-stepup ul li {
      width: 50%;
      margin: 0;
      font-size: 16px; }
      @media screen and (max-width: 767px) {
        .dep-license-24 .dep-license-stepup ul li {
          width: 100%; } }

.dep-pass-24-inner {
  max-width: 958px;
  margin: 0 auto; }

.dep-pass-24-list {
  display: flex;
  padding-top: 60px;
  padding-bottom: 40px; }
  @media screen and (max-width: 767px) {
    .dep-pass-24-list {
      display: block; } }

.dep-pass-24-item {
  width: calc((100% - 100px) / 3);
  margin-right: 50px; }
  @media screen and (max-width: 767px) {
    .dep-pass-24-item {
      width: 100%;
      margin-right: 0;
      margin-bottom: 40px; } }
  .dep-pass-24-item:nth-child(3n) {
    margin-right: 0; }
  .dep-pass-24-item .circle {
    line-height: 1.33;
    width: 280px;
    height: 280px;
    display: flex;
    flex-direction: column;
    background: #fffbda;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .dep-pass-24-item .circle {
        margin: 0 auto 20px; } }
    .dep-pass-24-item .circle .badge {
      background: url(../images/infant-education-24/pass-badge.png) no-repeat center center/120px 120px;
      position: absolute;
      right: -42px;
      top: -20px;
      width: 120px;
      height: 120px;
      color: #fff;
      font-size: 22px;
      font-weight: bold;
      display: flex;
      justify-content: center;
      align-items: center; }
    .dep-pass-24-item .circle .icon {
      margin-bottom: 20px;
      height: 85px;
      display: flex;
      align-items: flex-end; }
    .dep-pass-24-item .circle .ttl1 {
      margin-bottom: 10px; }
    .dep-pass-24-item .circle .ttl2 {
      font-size: 24px;
      color: #DE8090;
      font-weight: bold; }
  .dep-pass-24-item .txt {
    font-size: 14px;
    line-height: 1.78; }

.dep-pass-24 .dep-pass-flex-right {
  width: calc(100% - 370px);
  padding-left: 30px; }
  @media screen and (max-width: 767px) {
    .dep-pass-24 .dep-pass-flex-right {
      width: 100%;
      padding: 0; } }

.dep-interview-24 .dep-interview-unit-badge {
  flex-direction: column; }
  .dep-interview-24 .dep-interview-unit-badge span {
    font-size: 16px; }
    @media screen and (max-width: 767px) {
      .dep-interview-24 .dep-interview-unit-badge span {
        font-size: 3vw; } }

.dep-lifestage-24-ttl {
  background: #f9e4e8;
  font-size: 22px;
  text-align: center;
  padding: 10px; }

.dep-lifestage-24-jobtype-wrap {
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 767px) {
    .dep-lifestage-24-jobtype-wrap {
      display: block; } }
  .dep-lifestage-24-jobtype-wrap ul {
    font-weight: bold;
    font-size: 18px; }
    @media screen and (max-width: 767px) {
      .dep-lifestage-24-jobtype-wrap ul {
        font-size: 18px;
        font-size: 3.75vw; } }
    .dep-lifestage-24-jobtype-wrap ul li {
      line-height: 2.3; }
      .dep-lifestage-24-jobtype-wrap ul li::before {
        content: "■";
        color: #DE8090;
        margin-right: 0.5em; }

.dep-lifestage-24-jobtype-note {
  margin-bottom: 60px;
  line-height: 2.18; }

.dep-lifestage-24-lead {
  text-align: center;
  margin-bottom: 3em; }

.dep-lifestage-24-item {
  max-width: 879px;
  margin: 0 auto 2em;
  margin-bottom: 5em; }
  .dep-lifestage-24-item.item3 {
    margin-bottom: 2em; }
  .dep-lifestage-24-item .ttls {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 1.2em;
    white-space: nowrap; }
    @media screen and (max-width: 767px) {
      .dep-lifestage-24-item .ttls {
        white-space: normal; } }
    .dep-lifestage-24-item .ttls span {
      color: #DE8090; }
      @media screen and (max-width: 767px) {
        .dep-lifestage-24-item .ttls span {
          font-size: 14px; } }
    .dep-lifestage-24-item .ttls::before {
      content: "■";
      color: #DE8090;
      margin-right: 0.5em; }

.dep-lifestage-24-note {
  text-align: center; }
  .dep-lifestage-24-note dl {
    display: flex;
    justify-content: center;
    text-align: left; }
    .dep-lifestage-24-note dl dt {
      flex: 0 0 4em; }

.dep-intro-25-head-wrap {
  position: relative;
  padding: 0 20px 30px;
  max-width: 1200px;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .dep-intro-25-head-wrap {
      width: 100%;
      padding: 0 0 30px; } }
  @media screen and (max-width: 767px) {
    .dep-intro-25-head-wrap .dep-intro-head .line-1 {
      font-size: 14px; } }
  @media screen and (max-width: 767px) {
    .dep-intro-25-head-wrap .dep-intro-head .line-2 {
      font-size: 24px; } }
  @media screen and (max-width: 767px) {
    .dep-intro-25-head-wrap .dep-intro-head .line-3 {
      font-size: 10px !important;
      margin-bottom: 20px; } }
  @media screen and (max-width: 767px) {
    .dep-intro-25-head-wrap .dep-intro-body {
      text-align: left; } }
  @media screen and (max-width: 767px) {
    .dep-intro-25-head-wrap .img-list {
      margin-top: 143px; } }
  .dep-intro-25-head-wrap .img-list .item-1,
  .dep-intro-25-head-wrap .img-list .item-2 {
    position: absolute; }
    .dep-intro-25-head-wrap .img-list .item-1 img,
    .dep-intro-25-head-wrap .img-list .item-2 img {
      width: 223px; }
      @media screen and (max-width: 767px) {
        .dep-intro-25-head-wrap .img-list .item-1 img,
        .dep-intro-25-head-wrap .img-list .item-2 img {
          width: 143px; } }
  .dep-intro-25-head-wrap .img-list .item-1 {
    left: 0;
    top: -20px; }
    @media screen and (max-width: 767px) {
      .dep-intro-25-head-wrap .img-list .item-1 {
        left: calc(50% - 130px);
        top: auto;
        bottom: 20px; } }
  .dep-intro-25-head-wrap .img-list .item-2 {
    right: -20px;
    bottom: 20px; }
    @media screen and (max-width: 767px) {
      .dep-intro-25-head-wrap .img-list .item-2 {
        right: calc(50% - 130px);
        bottom: 20px; } }

.dep-intro-25__note span {
  background: #eba6b3;
  color: #fff;
  display: inline-block;
  border-radius: 100vh;
  padding: 5px 30px; }
  @media screen and (max-width: 767px) {
    .dep-intro-25__note span {
      line-height: 1.5; } }

.dep-feature-unit-25:not(:last-child) {
  padding-bottom: 64px; }
  @media screen and (max-width: 767px) {
    .dep-feature-unit-25:not(:last-child) {
      padding-bottom: 50px; } }

.dep-feature-unit-25-inner {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media screen and (max-width: 767px) {
    .dep-feature-unit-25-inner {
      display: block; } }
  .dep-feature-unit-25-inner:nth-child(2n) {
    flex-direction: row-reverse; }

.dep-feature-unit-25-ex {
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 30px; }
  @media screen and (max-width: 767px) {
    .dep-feature-unit-25-ex {
      display: block;
      padding-top: 0px;
      padding-bottom: 0px; } }
  .dep-feature-unit-25-ex img {
    width: 545px; }
    @media screen and (max-width: 767px) {
      .dep-feature-unit-25-ex img {
        width: 100%; } }

.dep-feature-unit-25 .dep-feature-ttl-2.palt {
  font-feature-settings: "palt"; }

.dep-feature-unit-25 .dep-feature-body {
  line-height: 2.18; }
  .dep-feature-unit-25 .dep-feature-body p:last-child {
    margin-bottom: 0; }

.dep-feature-unit-25-flex {
  display: flex;
  align-items: center;
  padding-bottom: 30px; }
  @media screen and (max-width: 767px) {
    .dep-feature-unit-25-flex {
      display: block; } }
  .dep-feature-unit-25-flex .dep-feature-head {
    width: 510px;
    position: relative; }
    @media screen and (max-width: 767px) {
      .dep-feature-unit-25-flex .dep-feature-head {
        width: 100%; } }
    .dep-feature-unit-25-flex .dep-feature-head .badge {
      position: absolute;
      right: 20px;
      top: -20px; }
      @media screen and (max-width: 767px) {
        .dep-feature-unit-25-flex .dep-feature-head .badge {
          right: 0;
          top: -30px; }
          .dep-feature-unit-25-flex .dep-feature-head .badge img {
            width: 70px; } }
  .dep-feature-unit-25-flex .dep-feature-body {
    width: calc(100% - 510px);
    padding-left: 20px; }
    @media screen and (max-width: 767px) {
      .dep-feature-unit-25-flex .dep-feature-body {
        width: 100%;
        padding: 0; } }

.dep-feature-unit-25__list {
  display: flex;
  gap: 32px; }
  @media screen and (max-width: 767px) {
    .dep-feature-unit-25__list {
      flex-direction: column;
      gap: 20px; } }
  .dep-feature-unit-25__list > li {
    width: calc((100% - 64px) / 3);
    border: 3px solid #eba6b3;
    border-radius: 10px; }
    @media screen and (max-width: 767px) {
      .dep-feature-unit-25__list > li {
        width: 100%; } }
    .dep-feature-unit-25__list > li .header {
      background: #eba6b3;
      color: #fff;
      font-size: 26px;
      text-align: center;
      line-height: 1.3;
      height: 108px;
      display: flex;
      justify-content: center;
      align-items: center;
      font-weight: bold; }
      @media screen and (max-width: 767px) {
        .dep-feature-unit-25__list > li .header {
          height: auto;
          padding: 15px;
          font-size: 20px; } }
    .dep-feature-unit-25__list > li .cnt {
      padding: 20px 0 30px;
      font-size: 20px;
      line-height: 2;
      display: flex;
      flex-direction: column; }
      @media screen and (max-width: 767px) {
        .dep-feature-unit-25__list > li .cnt {
          font-size: 16px; } }
      .dep-feature-unit-25__list > li .cnt .img {
        margin-bottom: 20px;
        padding: 0 20px; }
      .dep-feature-unit-25__list > li .cnt .body {
        padding: 0 20px;
        min-height: 230px;
        font-feature-settings: "palt";
        letter-spacing: 0.06em; }
        @media screen and (max-width: 767px) {
          .dep-feature-unit-25__list > li .cnt .body {
            min-height: auto; } }
      .dep-feature-unit-25__list > li .cnt .qualification {
        text-align: center; }
        .dep-feature-unit-25__list > li .cnt .qualification__ttl {
          margin-bottom: 15px;
          font-weight: bold; }
          .dep-feature-unit-25__list > li .cnt .qualification__ttl span {
            background: #eba6b3;
            color: #fff;
            display: inline-block;
            border-radius: 100vh;
            padding: 0 10px;
            width: 80%; }
        .dep-feature-unit-25__list > li .cnt .qualification__body {
          color: #eba6b3;
          line-height: 1.7;
          font-feature-settings: "palt"; }

.dep-feature-unit-25.reverse .dep-feature-unit-25-inner {
  flex-direction: row-reverse; }

.dep-program-unit-25:not(:last-child) {
  padding-bottom: 64px; }

.dep-program-unit-25 .dep-program-flex.reverse {
  flex-direction: row-reverse; }
  .dep-program-unit-25 .dep-program-flex.reverse .dep-program-img {
    width: 500px; }
    @media screen and (max-width: 767px) {
      .dep-program-unit-25 .dep-program-flex.reverse .dep-program-img {
        width: 100%; } }
  .dep-program-unit-25 .dep-program-flex.reverse .dep-program-txt {
    width: calc(100% - 500px);
    padding: 0 0 0 50px; }
    @media screen and (max-width: 767px) {
      .dep-program-unit-25 .dep-program-flex.reverse .dep-program-txt {
        width: 100%;
        padding: 0; } }

.dep-curriculum-25 .dep-curriculum-flex-1 .dep-curriculum-unit {
  padding: 0 25px; }
  @media screen and (max-width: 767px) {
    .dep-curriculum-25 .dep-curriculum-flex-1 .dep-curriculum-unit {
      padding: 0; } }

.dep-curriculum-25 .dep-curriculum-flex-3 {
  padding-top: 35px;
  display: block; }
  .dep-curriculum-25 .dep-curriculum-flex-3 .dep-curriculum-unit {
    width: 100%; }
    .dep-curriculum-25 .dep-curriculum-flex-3 .dep-curriculum-unit .dep-curriculum-unit-ttl {
      text-align: center; }
      @media screen and (max-width: 767px) {
        .dep-curriculum-25 .dep-curriculum-flex-3 .dep-curriculum-unit .dep-curriculum-unit-ttl {
          text-align: left; } }
    .dep-curriculum-25 .dep-curriculum-flex-3 .dep-curriculum-unit .dep-curriculum-unit-flex {
      justify-content: space-between; }
      @media screen and (max-width: 767px) {
        .dep-curriculum-25 .dep-curriculum-flex-3 .dep-curriculum-unit .dep-curriculum-unit-flex {
          display: block; } }

.dep-license-25 .dep-license-unit-wrap {
  margin-bottom: 60px; }

.dep-license-25 .dep-license-unit-ttl {
  color: #7abf90;
  font-size: 24px; }
  @media screen and (max-width: 767px) {
    .dep-license-25 .dep-license-unit-ttl {
      font-size: 18px; } }
  .dep-license-25 .dep-license-unit-ttl:before {
    content: "■";
    margin-right: 5px; }
  .dep-license-25 .dep-license-unit-ttl span {
    background: #eaa678;
    color: #fff;
    display: inline-block;
    border-radius: 6px;
    line-height: 1.5; }

.dep-license-25 .dep-license-stepup {
  width: calc(50% - 60px);
  background: #fffcea;
  border: 1px solid #7abf90;
  padding: 15px 25px;
  margin: 0 0 0 auto; }
  @media screen and (max-width: 767px) {
    .dep-license-25 .dep-license-stepup {
      width: 100%; } }
  .dep-license-25 .dep-license-stepup-header {
    display: flex;
    align-items: flex-end;
    margin-bottom: 10px; }
    @media screen and (max-width: 767px) {
      .dep-license-25 .dep-license-stepup-header {
        display: block; } }
  .dep-license-25 .dep-license-stepup-ttl-1 {
    font-size: 18px;
    margin: 0 1.5em 0 0;
    color: #7abf90; }
    @media screen and (max-width: 767px) {
      .dep-license-25 .dep-license-stepup-ttl-1 {
        margin: 0; } }
  .dep-license-25 .dep-license-stepup-ttl-2 {
    color: #7abf90;
    font-size: 16px;
    margin: 0; }
  .dep-license-25 .dep-license-stepup ul {
    flex-wrap: wrap;
    margin: 0;
    justify-content: flex-start; }
    @media screen and (max-width: 767px) {
      .dep-license-25 .dep-license-stepup ul {
        display: block; } }
    .dep-license-25 .dep-license-stepup ul li {
      margin: 0;
      font-size: 16px; }
      @media screen and (max-width: 767px) {
        .dep-license-25 .dep-license-stepup ul li {
          width: 100%; } }
      .dep-license-25 .dep-license-stepup ul li.w-1 {
        width: 60%; }
        @media screen and (max-width: 767px) {
          .dep-license-25 .dep-license-stepup ul li.w-1 {
            width: 100%; } }
      .dep-license-25 .dep-license-stepup ul li.w-2 {
        width: 40%; }
        @media screen and (max-width: 767px) {
          .dep-license-25 .dep-license-stepup ul li.w-2 {
            width: 100%; } }

.dep-oneday-25 .dep-oneday-ttl.pink {
  color: #eba6b3; }

.dep-pass-25-inner {
  max-width: 950px;
  margin: 0 auto; }

.dep-pass-25-ttl {
  color: #de8090;
  text-align: center;
  font-size: 30px;
  line-height: 2;
  font-weight: bold; }
  @media screen and (max-width: 767px) {
    .dep-pass-25-ttl {
      font-size: 16px; } }

.dep-pass-25-ttl-2 {
  background-color: #f9e4e8;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  padding: 7px;
  margin: 64px 0 40px; }

.dep-pass-25-ttl-3 {
  font-size: 18px;
  font-weight: bold; }
  .dep-pass-25-ttl-3::before {
    content: "■";
    color: #de8090;
    margin-right: 0.5em; }

.dep-pass-25__lead {
  margin-bottom: 40px; }

.dep-pass-25__list {
  display: flex;
  gap: 50px;
  margin-bottom: 40px; }
  @media screen and (max-width: 767px) {
    .dep-pass-25__list {
      flex-direction: column;
      gap: 25px; } }
  .dep-pass-25__list > li {
    display: flex;
    align-items: flex-end; }
    .dep-pass-25__list > li .label {
      font-size: 18px;
      color: #de8090;
      border: 1px solid #de8090;
      text-align: center;
      padding: 10px;
      margin-right: 20px;
      line-height: 1.55; }
      @media screen and (max-width: 767px) {
        .dep-pass-25__list > li .label {
          font-size: 15px; } }
    .dep-pass-25__list > li .number {
      font-size: 180px;
      font-family: century-old-style-std, serif;
      font-weight: 400;
      font-style: italic;
      color: #de8090;
      line-height: 0.75; }
      @media screen and (max-width: 767px) {
        .dep-pass-25__list > li .number {
          font-size: 90px; } }
    .dep-pass-25__list > li .unit {
      font-size: 53px;
      font-weight: bold;
      line-height: 0.85; }
      @media screen and (max-width: 767px) {
        .dep-pass-25__list > li .unit {
          font-size: 30px;
          margin-left: 10px; } }

.dep-pass-25__body {
  line-height: 1.87; }

@media screen and (max-width: 767px) {
  .l-nav-current.l-nav-current-fn {
    background: #6AA75D; } }

.dep-2-intro .dep-intro-head {
  color: #6AA75D; }

.dep-2-topics .dep-topics-list li {
  border: 1px solid #ACD9A2; }
  .dep-2-topics .dep-topics-list li .txt .cat {
    color: #6AA75D; }

.dep-2-topics .link-btn a {
  color: #fff;
  background: #6AA75D;
  border-color: #C0DABA; }

.dep-2-feature .dep-feature-lead span {
  color: #6AA75D; }

.dep-2-feature .dep-feature-head {
  color: #6AA75D; }

.dep-2-feature .dep-feature-ttl-1 {
  background: #6AA75D; }

.dep-2-program {
  line-height: 2.18;
  margin-bottom: 150px; }
  @media screen and (max-width: 767px) {
    .dep-2-program {
      margin-bottom: 80px; } }
  .dep-2-program-1 {
    background: #F8FCF7;
    border-radius: 27px;
    padding: 50px;
    margin-bottom: 60px; }
    @media screen and (max-width: 767px) {
      .dep-2-program-1 {
        padding: 30px 20px;
        margin-bottom: 30px; } }
  .dep-2-program-unit {
    display: flex;
    align-items: flex-start;
    margin-bottom: 60px; }
    @media screen and (max-width: 767px) {
      .dep-2-program-unit {
        display: block; } }
    .dep-2-program-unit:nth-child(2n) {
      flex-direction: row-reverse; }
      .dep-2-program-unit:nth-child(2n) .dep-2-program-txt {
        padding-left: 50px; }
        @media screen and (max-width: 767px) {
          .dep-2-program-unit:nth-child(2n) .dep-2-program-txt {
            padding-left: 0; } }
        .dep-2-program-unit:nth-child(2n) .dep-2-program-txt p {
          padding-right: 0; }
    .dep-2-program-unit:last-child {
      margin-bottom: 0; }
  .dep-2-program-ttl {
    color: #6AA75D;
    display: flex;
    font-size: 24px;
    align-items: center; }
    @media screen and (max-width: 767px) {
      .dep-2-program-ttl {
        font-size: 18px;
        font-size: 3.75vw; } }
  .dep-2-program-number {
    font-size: 133px;
    font-family: century-old-style-std, serif;
    font-weight: 400;
    font-style: italic;
    letter-spacing: 0.1em;
    line-height: 1;
    margin-right: 20px; }
    @media screen and (max-width: 767px) {
      .dep-2-program-number {
        font-size: 70px;
        font-size: 14.58333vw; } }
  .dep-2-program-img {
    width: 500px;
    position: relative; }
    @media screen and (max-width: 767px) {
      .dep-2-program-img {
        width: 100%; } }
    .dep-2-program-img .ice {
      position: absolute;
      width: 208px;
      height: 230px;
      right: -110px;
      bottom: -40px; }
      @media screen and (max-width: 767px) {
        .dep-2-program-img .ice {
          width: 104px;
          height: 115px;
          right: -40px;
          bottom: -60px; } }
    .dep-2-program-img p {
      font-size: 14px;
      color: #6AA75D;
      margin: 15px 0; }
      @media screen and (max-width: 767px) {
        .dep-2-program-img p {
          font-size: 14px;
          font-size: 2.91667vw; } }
  .dep-2-program-txt {
    width: calc(100% - 500px); }
    @media screen and (max-width: 767px) {
      .dep-2-program-txt {
        width: 100%;
        margin-bottom: 20px; } }
    .dep-2-program-txt p {
      margin: 0;
      padding-right: 50px; }
      @media screen and (max-width: 767px) {
        .dep-2-program-txt p {
          padding-right: 0; } }
  .dep-2-program-2 {
    background: #F8FCF7;
    border-radius: 27px;
    padding: 40px 100px 80px;
    margin-bottom: 60px; }
    @media screen and (max-width: 767px) {
      .dep-2-program-2 {
        padding: 30px 20px;
        margin-bottom: 30px; } }
    .dep-2-program-2-ttl {
      color: #6AA75D;
      display: flex;
      justify-content: center;
      font-size: 24px;
      align-items: center; }
      @media screen and (max-width: 767px) {
        .dep-2-program-2-ttl {
          font-size: 18px;
          font-size: 3.75vw; } }
    .dep-2-program-2-number {
      font-size: 133px;
      font-family: century-old-style-std, serif;
      font-weight: 400;
      font-style: italic;
      letter-spacing: 0.1em;
      line-height: 1;
      margin-right: 20px; }
      @media screen and (max-width: 767px) {
        .dep-2-program-2-number {
          font-size: 70px;
          font-size: 14.58333vw; } }
    .dep-2-program-2-checksheet {
      text-align: center;
      margin: 40px 0 60px; }
    .dep-2-program-2-flex {
      display: flex;
      line-height: 1.75;
      border-top: 1px solid #6AA75D;
      border-left: 1px solid #6AA75D; }
      @media screen and (max-width: 767px) {
        .dep-2-program-2-flex {
          display: block; } }
      .dep-2-program-2-flex-img {
        width: 207px;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center; }
        @media screen and (max-width: 767px) {
          .dep-2-program-2-flex-img {
            flex-direction: row;
            width: 100%;
            padding-top: 30px; } }
        .dep-2-program-2-flex-img .pencil {
          width: 26px;
          position: absolute;
          left: 10px;
          top: -10px; }
        .dep-2-program-2-flex-img .ttl {
          width: 111px;
          margin: 15px 0; }
          @media screen and (max-width: 767px) {
            .dep-2-program-2-flex-img .ttl {
              margin: 0 20px 0 0; } }
        .dep-2-program-2-flex-img .lady {
          width: 115px; }
      .dep-2-program-2-flex-txt {
        width: calc(100% - 207px);
        padding-left: 30px;
        padding-top: 40px; }
        @media screen and (max-width: 767px) {
          .dep-2-program-2-flex-txt {
            width: 100%; } }
      .dep-2-program-2-flex-ttl {
        color: #6AA75D;
        font-size: 22px;
        margin-bottom: 5px; }
        @media screen and (max-width: 767px) {
          .dep-2-program-2-flex-ttl {
            font-size: 22px;
            font-size: 4.58333vw; } }
      .dep-2-program-2-flex-name {
        color: #6AA75D;
        margin-bottom: 15px; }
        .dep-2-program-2-flex-name-line-1 {
          margin: 0; }
        .dep-2-program-2-flex-name-line-2 {
          font-size: 20px; }
          @media screen and (max-width: 767px) {
            .dep-2-program-2-flex-name-line-2 {
              font-size: 20px;
              font-size: 4.16667vw; } }
          .dep-2-program-2-flex-name-line-2 span {
            font-size: 16px;
            margin-left: 10px; }
            @media screen and (max-width: 767px) {
              .dep-2-program-2-flex-name-line-2 span {
                font-size: 16px;
                font-size: 3.33333vw; } }

.dep-2-pickup .dep-pickup-lead-box {
  border: 1px solid #6AA75D; }
  .dep-2-pickup .dep-pickup-lead-box .dep-pickup-lead-box-1 {
    color: #6AA75D; }

.dep-2-pickup .dep-pickup-lead {
  color: #6AA75D; }

.dep-2-pickup .dep-pickup-img {
  text-align: center;
  margin-bottom: 100px; }

.dep-2-pickup .dep-pickup-class .dep-pickup-class-ttl-1 {
  background: #6AA75D; }

.dep-2-pickup .dep-pickup-class .dep-pickup-class-ttl-2 {
  color: #6AA75D; }

.dep-2-pickup .dep-pickup-class-img {
  width: 255px; }

.dep-2-curriculum .dep-curriculum-ttl {
  background: #E6F4E3; }

.dep-2-curriculum .dep-curriculum-unit .dep-curriculum-unit-ttl {
  color: #6AA75D; }

.dep-2-curriculum .dep-curriculum-unit-sttl {
  color: #6AA75D;
  font-size: 16px;
  margin: 20px 0 10px; }
  @media screen and (max-width: 767px) {
    .dep-2-curriculum .dep-curriculum-unit-sttl {
      font-size: 16px;
      font-size: 3.33333vw; } }

.dep-2-curriculum .dep-curriculum-unit {
  padding: 0 30px; }
  @media screen and (max-width: 767px) {
    .dep-2-curriculum .dep-curriculum-unit {
      padding: 0; } }

.dep-2-curriculum .dep-curriculum-flex-2 {
  justify-content: flex-start; }

.dep-2-curriculum .dep-curriculum-flex-3 .img {
  width: 518px;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .dep-2-curriculum .dep-curriculum-flex-3 .img {
      width: 100%; } }
  .dep-2-curriculum .dep-curriculum-flex-3 .img img {
    width: 356px; }

.dep-2-curriculum .dep-curriculum-flex-3 .dep-curriculum-unit {
  width: calc(100% - 400px); }
  @media screen and (max-width: 767px) {
    .dep-2-curriculum .dep-curriculum-flex-3 .dep-curriculum-unit {
      width: 100%; } }

.dep-2-license .dep-license-unit-ttl {
  color: #6AA75D; }

.dep-2-license .dep-license-stepup {
  background: #F3FAE7; }

.dep-2-license .dep-license-stepup-ttl-1,
.dep-2-license .dep-license-stepup-ttl-2 {
  color: #6AA75D; }

.dep-2-license .dep-license-stepup ul {
  display: block;
  text-align: center; }
  .dep-2-license .dep-license-stepup ul li {
    line-height: 2; }

.dep-2-license .dep-license-rate {
  margin-bottom: 110px; }
  @media screen and (max-width: 767px) {
    .dep-2-license .dep-license-rate {
      margin-bottom: 60px;
      flex-wrap: wrap; } }
  .dep-2-license .dep-license-rate .dep-license-rate-name-1 {
    margin-bottom: 0; }
  .dep-2-license .dep-license-rate .dep-license-rate-name {
    color: #6AA75D; }
  .dep-2-license .dep-license-rate .dep-license-rate-note {
    color: #6AA75D;
    font-size: 31px;
    display: inline-block;
    text-align: center;
    line-height: 1.3;
    margin-left: 40px; }
    @media screen and (max-width: 767px) {
      .dep-2-license .dep-license-rate .dep-license-rate-note {
        font-size: 31px;
        font-size: 6.45833vw;
        margin: 20px auto 0; } }
    .dep-2-license .dep-license-rate .dep-license-rate-note > span {
      background: #F9FBBC;
      padding: 0 10px; }
    .dep-2-license .dep-license-rate .dep-license-rate-note .number {
      font-size: 50px;
      padding: 0 10px; }
      @media screen and (max-width: 767px) {
        .dep-2-license .dep-license-rate .dep-license-rate-note .number {
          font-size: 50px;
          font-size: 10.41667vw; } }

.dep-2-license .dep-license-thatswhy {
  border: 2px solid #6AA75D;
  padding: 70px 140px 50px;
  border-radius: 27px; }
  @media screen and (max-width: 767px) {
    .dep-2-license .dep-license-thatswhy {
      padding: 30px 20px; } }
  .dep-2-license .dep-license-thatswhy-ttl {
    color: #6AA75D;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media screen and (max-width: 767px) {
      .dep-2-license .dep-license-thatswhy-ttl {
        font-size: 30px;
        font-size: 6.25vw;
        display: block; } }
    .dep-2-license .dep-license-thatswhy-ttl span {
      background: #6AA75D;
      color: #fff;
      font-family: "Noto Sans JP", sans-serif;
      font-size: 26px;
      margin-right: 15px;
      padding: 0 10px;
      border-radius: 10px; }
      @media screen and (max-width: 767px) {
        .dep-2-license .dep-license-thatswhy-ttl span {
          font-size: 26px;
          font-size: 5.41667vw; } }
  .dep-2-license .dep-license-thatswhy-rate {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px; }
    @media screen and (max-width: 767px) {
      .dep-2-license .dep-license-thatswhy-rate {
        margin-bottom: 30px; } }
    .dep-2-license .dep-license-thatswhy-rate-name {
      color: #6AA75D;
      font-size: 35px;
      line-height: 1.4;
      margin-right: 35px; }
      @media screen and (max-width: 767px) {
        .dep-2-license .dep-license-thatswhy-rate-name {
          font-size: 24px;
          font-size: 5vw;
          margin-right: 20px; } }
      .dep-2-license .dep-license-thatswhy-rate-name span {
        font-size: 25px; }
        @media screen and (max-width: 767px) {
          .dep-2-license .dep-license-thatswhy-rate-name span {
            font-size: 18px;
            font-size: 3.75vw; } }
    .dep-2-license .dep-license-thatswhy-rate-number {
      font-size: 180px;
      font-family: century-old-style-std,serif;
      font-weight: 400;
      font-style: italic;
      line-height: 1; }
      @media screen and (max-width: 767px) {
        .dep-2-license .dep-license-thatswhy-rate-number {
          font-size: 120px;
          font-size: 25vw; } }
      .dep-2-license .dep-license-thatswhy-rate-number span {
        font-size: 53px; }
        @media screen and (max-width: 767px) {
          .dep-2-license .dep-license-thatswhy-rate-number span {
            font-size: 53px;
            font-size: 11.04167vw; } }
  .dep-2-license .dep-license-thatswhy-sttl {
    text-align: center;
    color: #6AA75D;
    font-size: 22px; }
    @media screen and (max-width: 767px) {
      .dep-2-license .dep-license-thatswhy-sttl {
        font-size: 22px;
        font-size: 4.58333vw; } }

.dep-2-interview .dep-interview-unit-badge {
  background-color: #6AA75D; }

.dep-2-interview .dep-interview-unit-ttl {
  color: #6AA75D; }

.dep-2-interview .dep-interview-unit-name {
  color: #6AA75D; }

.dep-pickup-24.dep-2-pickup .dep-pickup-24-ttl {
  color: #6AA75D; }

.dep-training-24.dep-2-training .dep-training-ttl {
  color: #6AA75D; }

.dep-training-24.dep-2-training .dep-training-24-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  max-width: 850px;
  margin: 0 auto 90px;
  padding-top: 50px; }
  @media screen and (max-width: 767px) {
    .dep-training-24.dep-2-training .dep-training-24-grid {
      display: block;
      width: 100vw;
      overflow: hidden;
      position: relative;
      left: -5vw;
      margin-bottom: 20px; } }

.dep-training-24.dep-2-training .dep-training-24-item {
  background: #FFFBDA;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  position: relative;
  padding: 39px 70px; }
  @media screen and (max-width: 767px) {
    .dep-training-24.dep-2-training .dep-training-24-item {
      width: 90vw;
      height: 90vw;
      margin: 0 auto 40px; } }
  .dep-training-24.dep-2-training .dep-training-24-item .header {
    display: flex;
    font-size: 24px;
    font-weight: bold;
    color: #6AA75D;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px; }
    .dep-training-24.dep-2-training .dep-training-24-item .header .badge {
      margin-right: 20px; }
  .dep-training-24.dep-2-training .dep-training-24-item .illust {
    position: absolute; }
  .dep-training-24.dep-2-training .dep-training-24-item.item1 .illust {
    bottom: 80px;
    right: 60px; }
    @media screen and (max-width: 767px) {
      .dep-training-24.dep-2-training .dep-training-24-item.item1 .illust {
        bottom: 10vw;
        right: 10vw; } }
  .dep-training-24.dep-2-training .dep-training-24-item.item1:after {
    content: "";
    display: block;
    background: url(../images/food-nutrition-24/training-arrow-right.png) no-repeat center center;
    background-size: 92px 19px;
    width: 92px;
    height: 19px;
    position: absolute;
    top: 30px;
    right: -73px; }
    @media screen and (max-width: 767px) {
      .dep-training-24.dep-2-training .dep-training-24-item.item1:after {
        content: "";
        display: block;
        background: url(../images/food-nutrition-24/training-arrow-down.png) no-repeat center center;
        background-size: 19px 92px;
        width: 19px;
        height: 92px;
        position: absolute;
        bottom: -70px;
        right: 17px;
        top: auto; } }
  .dep-training-24.dep-2-training .dep-training-24-item.item2 .illust {
    top: 50px;
    right: -20px; }
    @media screen and (max-width: 767px) {
      .dep-training-24.dep-2-training .dep-training-24-item.item2 .illust {
        top: 18vw;
        right: -8vw; } }
  .dep-training-24.dep-2-training .dep-training-24-item.item2:after {
    content: "";
    display: block;
    background: url(../images/food-nutrition-24/training-arrow-down.png) no-repeat center center;
    background-size: 19px 92px;
    width: 19px;
    height: 92px;
    position: absolute;
    bottom: -70px;
    right: 17px; }
  .dep-training-24.dep-2-training .dep-training-24-item.item3 {
    order: 4; }
    .dep-training-24.dep-2-training .dep-training-24-item.item3 .illust {
      top: 50px;
      right: 0px; }
      @media screen and (max-width: 767px) {
        .dep-training-24.dep-2-training .dep-training-24-item.item3 .illust {
          top: 18vw;
          right: 0; } }
    .dep-training-24.dep-2-training .dep-training-24-item.item3:after {
      content: "";
      display: block;
      background: url(../images/food-nutrition-24/training-arrow-left.png) no-repeat center center;
      background-size: 92px 19px;
      width: 92px;
      height: 19px;
      position: absolute;
      bottom: 30px;
      left: -73px; }
      @media screen and (max-width: 767px) {
        .dep-training-24.dep-2-training .dep-training-24-item.item3:after {
          content: "";
          display: block;
          background: url(../images/food-nutrition-24/training-arrow-down.png) no-repeat center center;
          background-size: 19px 92px;
          width: 19px;
          height: 92px;
          position: absolute;
          bottom: -70px;
          right: 17px;
          left: auto; } }
  .dep-training-24.dep-2-training .dep-training-24-item.item4 .illust {
    bottom: 40px;
    right: 100px; }
    @media screen and (max-width: 767px) {
      .dep-training-24.dep-2-training .dep-training-24-item.item4 .illust {
        bottom: 4vw;
        right: 11vw; } }

.dep-training-24.dep-2-training .dep-training-24-topics {
  border: 2px solid #6AA75D;
  display: flex; }
  @media screen and (max-width: 767px) {
    .dep-training-24.dep-2-training .dep-training-24-topics {
      display: block; } }
  .dep-training-24.dep-2-training .dep-training-24-topics .header {
    background: #6AA75D;
    color: #fff;
    writing-mode: vertical-rl;
    text-orientation: upright;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 20px; }
    @media screen and (max-width: 767px) {
      .dep-training-24.dep-2-training .dep-training-24-topics .header {
        writing-mode: horizontal-tb;
        text-orientation: mixed; } }
  .dep-training-24.dep-2-training .dep-training-24-topics .cnt {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    padding: 30px;
    line-height: 2.18; }
    @media screen and (max-width: 767px) {
      .dep-training-24.dep-2-training .dep-training-24-topics .cnt {
        display: block;
        padding: 20px; } }
    .dep-training-24.dep-2-training .dep-training-24-topics .cnt .img {
      flex: 0 0 280px; }
    .dep-training-24.dep-2-training .dep-training-24-topics .cnt .txt {
      padding-right: 40px; }
    .dep-training-24.dep-2-training .dep-training-24-topics .cnt .ttl {
      font-size: 24px;
      font-weight: bold;
      color: #6AA75D; }
      @media screen and (max-width: 767px) {
        .dep-training-24.dep-2-training .dep-training-24-topics .cnt .ttl {
          font-size: 20px;
          line-height: 1.6;
          margin: 15px 0; } }
    .dep-training-24.dep-2-training .dep-training-24-topics .cnt .body p {
      margin: 0; }

.dep-curriculum-24.dep-2-curriculum .dep-curriculum-flex-3 {
  padding-top: 35px;
  display: block; }
  .dep-curriculum-24.dep-2-curriculum .dep-curriculum-flex-3 .dep-curriculum-unit {
    width: 100%; }
    .dep-curriculum-24.dep-2-curriculum .dep-curriculum-flex-3 .dep-curriculum-unit .dep-curriculum-unit-ttl {
      text-align: center; }
    .dep-curriculum-24.dep-2-curriculum .dep-curriculum-flex-3 .dep-curriculum-unit .dep-curriculum-unit-flex {
      justify-content: space-between; }
      @media screen and (max-width: 767px) {
        .dep-curriculum-24.dep-2-curriculum .dep-curriculum-flex-3 .dep-curriculum-unit .dep-curriculum-unit-flex {
          display: block; } }

.dep-license-24.dep-2-license .dep-license-unit-wrap {
  margin-bottom: 60px; }

.dep-license-24.dep-2-license .dep-license-unit-ttl {
  color: #000000;
  font-size: 18px; }
  .dep-license-24.dep-2-license .dep-license-unit-ttl:before {
    content: "■";
    color: #6AA75D;
    margin-right: 5px; }
  .dep-license-24.dep-2-license .dep-license-unit-ttl span {
    background: #EAA678;
    color: #fff;
    display: inline-block;
    border-radius: 6px;
    line-height: 1.5; }

.dep-license-24.dep-2-license .dep-license-stepup {
  width: calc(50% - 60px);
  background: none;
  border: 1px solid #6AA75D;
  padding: 15px 25px;
  margin: 0 0 0 auto; }
  @media screen and (max-width: 767px) {
    .dep-license-24.dep-2-license .dep-license-stepup {
      width: 100%; } }
  .dep-license-24.dep-2-license .dep-license-stepup-header {
    display: flex;
    align-items: flex-end;
    margin-bottom: 10px; }
    @media screen and (max-width: 767px) {
      .dep-license-24.dep-2-license .dep-license-stepup-header {
        display: block; } }
  .dep-license-24.dep-2-license .dep-license-stepup-ttl-1 {
    font-size: 18px;
    margin: 0 1.5em 0 0; }
    @media screen and (max-width: 767px) {
      .dep-license-24.dep-2-license .dep-license-stepup-ttl-1 {
        margin: 0; } }
  .dep-license-24.dep-2-license .dep-license-stepup-ttl-2 {
    font-size: 16px;
    margin: 0; }
  .dep-license-24.dep-2-license .dep-license-stepup ul {
    margin: 0;
    text-align: left; }
    .dep-license-24.dep-2-license .dep-license-stepup ul li {
      width: 100%; }
      @media screen and (max-width: 767px) {
        .dep-license-24.dep-2-license .dep-license-stepup ul li {
          font-size: 13px; } }

.dep-interview-24.dep-2-interview .dep-interview-unit-badge.big {
  width: 146px;
  height: 146px; }
  @media screen and (max-width: 767px) {
    .dep-interview-24.dep-2-interview .dep-interview-unit-badge.big {
      width: 30vw;
      height: 30vw; } }

.dep-lifestage-24.dep-2-lifestage .dep-lifestage-24-ttl {
  background: #E6F4E3; }

.dep-lifestage-24.dep-2-lifestage .dep-lifestage-24-jobtype-wrap {
  margin-bottom: 60px; }
  .dep-lifestage-24.dep-2-lifestage .dep-lifestage-24-jobtype-wrap ul li::before {
    color: #6AA75D; }

.dep-lifestage-24.dep-2-lifestage .dep-lifestage-24-item .ttls span {
  color: #6AA75D; }

.dep-lifestage-24.dep-2-lifestage .dep-lifestage-24-item .ttls::before {
  color: #6AA75D; }

.dep-2-intro .dep-intro-25-head-wrap .img-list .item-1 {
  left: -50px;
  top: -30px; }
  @media screen and (max-width: 767px) {
    .dep-2-intro .dep-intro-25-head-wrap .img-list .item-1 {
      left: calc(50% - 130px);
      top: auto;
      bottom: 20px; } }

.dep-2-intro .dep-intro-25-head-wrap .img-list .item-2 {
  right: -80px;
  bottom: 0px; }
  @media screen and (max-width: 767px) {
    .dep-2-intro .dep-intro-25-head-wrap .img-list .item-2 {
      right: calc(50% - 130px);
      bottom: 20px; } }

.dep-2-intro .dep-intro-25__note span {
  background: #6aa75d; }

.dep-2-feature .dep-feature-unit-25-flex .dep-feature-head {
  width: 543px; }
  @media screen and (max-width: 767px) {
    .dep-2-feature .dep-feature-unit-25-flex .dep-feature-head {
      width: 100%; } }
  .dep-2-feature .dep-feature-unit-25-flex .dep-feature-head .badge {
    right: 0px; }

.dep-2-feature .dep-feature-unit-25-flex .dep-feature-body {
  width: calc(100% - 543px);
  padding-left: 20px; }
  @media screen and (max-width: 767px) {
    .dep-2-feature .dep-feature-unit-25-flex .dep-feature-body {
      width: 100%;
      padding: 0; } }

.dep-2-feature .dep-feature-unit-25__list > li {
  border: 3px solid #6aa75d; }
  .dep-2-feature .dep-feature-unit-25__list > li .header {
    background: #6aa75d; }
  .dep-2-feature .dep-feature-unit-25__list > li .cnt .qualification__ttl span {
    background: #6aa75d; }
  .dep-2-feature .dep-feature-unit-25__list > li .cnt .qualification__body {
    color: #6aa75d; }

.dep-training.dep-training-25 .dep-training-24-topics .header {
  letter-spacing: 0.2em; }

.dep-training.dep-training-25 .dep-training-24-topics .cnt .img {
  flex: 0 0 335px; }

.dep-training.dep-training-25 .dep-training-24-topics .cnt .body p:not(:last-child) {
  margin-bottom: 20px; }

.dep-curriculum-25.dep-2-curriculum .dep-curriculum-flex-3 {
  padding-top: 35px;
  display: block; }
  .dep-curriculum-25.dep-2-curriculum .dep-curriculum-flex-3 .dep-curriculum-unit {
    width: 100%; }
    .dep-curriculum-25.dep-2-curriculum .dep-curriculum-flex-3 .dep-curriculum-unit .dep-curriculum-unit-ttl {
      text-align: center; }
    .dep-curriculum-25.dep-2-curriculum .dep-curriculum-flex-3 .dep-curriculum-unit .dep-curriculum-unit-flex {
      justify-content: space-between; }
      @media screen and (max-width: 767px) {
        .dep-curriculum-25.dep-2-curriculum .dep-curriculum-flex-3 .dep-curriculum-unit .dep-curriculum-unit-flex {
          display: block; } }

.dep-license-25.dep-2-license .dep-license-unit-ttl {
  color: #de8090; }

.dep-license-25.dep-2-license .dep-license-stepup {
  border: 1px solid #de8090;
  background: #fffcea; }
  .dep-license-25.dep-2-license .dep-license-stepup-ttl-1, .dep-license-25.dep-2-license .dep-license-stepup-ttl-2 {
    color: #de8090; }
  .dep-license-25.dep-2-license .dep-license-stepup ul {
    text-align: left; }

.dep-license-25.dep-2-license .dep-license-thatswhy .dep-license-thatswhy-rate-name {
  text-align: center; }

.dep-license-25.dep-2-license .dep-license-thatswhy p {
  line-height: 1.75; }

.dep-interview-25.dep-2-interview .dep-interview-unit-badge.big {
  width: 146px;
  height: 146px; }
  @media screen and (max-width: 767px) {
    .dep-interview-25.dep-2-interview .dep-interview-unit-badge.big {
      width: 30vw;
      height: 30vw; } }

.dep-lifestage-25.dep-2-lifestage .dep-lifestage-25-ttl {
  background: #e6f4e3; }

.dep-lifestage-25.dep-2-lifestage .dep-lifestage-25-jobtype-wrap {
  margin-bottom: 60px; }
  .dep-lifestage-25.dep-2-lifestage .dep-lifestage-25-jobtype-wrap ul li::before {
    color: #6aa75d; }

.dep-lifestage-25.dep-2-lifestage .dep-lifestage-25-item .ttls span {
  color: #6aa75d; }

.dep-lifestage-25.dep-2-lifestage .dep-lifestage-25-item .ttls::before {
  color: #6aa75d; }

@media screen and (max-width: 767px) {
  .l-nav-current.l-nav-current-lcs {
    background: #5772CE; } }

.dep-3-intro {
  margin-bottom: 70px; }
  @media screen and (max-width: 767px) {
    .dep-3-intro {
      margin-bottom: 40px; } }
  .dep-3-intro .dep-intro-head {
    color: #5772CE; }

.bnr-lifeplus {
  text-align: center;
  margin: 50px 0 100px; }
  @media screen and (max-width: 767px) {
    .bnr-lifeplus {
      width: 90%;
      margin: 30px auto 60px; } }
  .bnr-lifeplus a {
    margin-bottom: 15px;
    display: inline-block; }
  .bnr-lifeplus-txt {
    line-height: 1.7;
    font-size: 14px; }

.dep-3-topics .dep-topics-list li {
  border: 1px solid #A1B2EB; }
  .dep-3-topics .dep-topics-list li .txt .cat {
    color: #5772CE; }

.dep-3-topics .link-btn a {
  color: #5772CE; }

.dep-3-feature .dep-feature-lead span {
  color: #5772CE; }

.dep-3-feature .dep-feature-head {
  color: #5772CE; }

.dep-3-feature .dep-feature-ttl-1 {
  background: #5772CE; }

.dep-3-program {
  line-height: 2.18;
  margin-bottom: 150px; }
  @media screen and (max-width: 767px) {
    .dep-3-program {
      margin-bottom: 80px; } }
  .dep-3-program-ttl {
    font-size: 30px;
    text-align: center;
    margin-bottom: 70px; }
    @media screen and (max-width: 767px) {
      .dep-3-program-ttl {
        font-size: 26px;
        font-size: 5.41667vw;
        margin-bottom: 40px; } }
    .dep-3-program-ttl span {
      color: #5772CE; }
  .dep-3-program-flex {
    display: flex;
    align-items: center;
    margin-bottom: 60px; }
    @media screen and (max-width: 767px) {
      .dep-3-program-flex {
        display: block; } }
    .dep-3-program-flex-left {
      width: 50%;
      font-weight: bold;
      line-height: 1.8; }
      @media screen and (max-width: 767px) {
        .dep-3-program-flex-left {
          width: 100%;
          text-align: center;
          margin-bottom: 20px; } }
      .dep-3-program-flex-left .line-1 {
        font-size: 21px; }
        @media screen and (max-width: 767px) {
          .dep-3-program-flex-left .line-1 {
            font-size: 21px;
            font-size: 4.375vw; } }
      .dep-3-program-flex-left .line-2 {
        font-size: 29px;
        color: #5772CE; }
        @media screen and (max-width: 767px) {
          .dep-3-program-flex-left .line-2 {
            font-size: 27px;
            font-size: 5.625vw; } }
    .dep-3-program-flex-right {
      width: 50%; }
      @media screen and (max-width: 767px) {
        .dep-3-program-flex-right {
          width: 100%; } }
  .dep-3-program-unit {
    position: relative;
    margin-bottom: 120px; }
    @media screen and (max-width: 767px) {
      .dep-3-program-unit {
        margin-bottom: 80px; } }
    .dep-3-program-unit-ttl {
      background: #F2F4FC;
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
      border-radius: 27px;
      margin-bottom: 40px; }
      @media screen and (max-width: 767px) {
        .dep-3-program-unit-ttl {
          padding: 10px 20px 10px 70px;
          margin-bottom: 20px; } }
      .dep-3-program-unit-ttl .number {
        color: #5772CE;
        font-size: 133px;
        font-family: century-old-style-std, serif;
        font-weight: 400;
        font-style: italic;
        letter-spacing: 0.1em;
        line-height: 0.8;
        position: relative;
        top: -20px;
        margin-right: 30px; }
        @media screen and (max-width: 767px) {
          .dep-3-program-unit-ttl .number {
            font-size: 100px;
            font-size: 20.83333vw;
            margin-right: 10px;
            z-index: 1;
            top: -5px; } }
      .dep-3-program-unit-ttl .txt {
        font-size: 24px; }
        @media screen and (max-width: 767px) {
          .dep-3-program-unit-ttl .txt {
            font-size: 20px;
            font-size: 4.16667vw; } }
        .dep-3-program-unit-ttl .txt span {
          color: #5772CE; }
    .dep-3-program-unit-cnt {
      padding-left: 240px; }
      @media screen and (max-width: 767px) {
        .dep-3-program-unit-cnt {
          padding-left: 0; } }
    .dep-3-program-unit-img {
      border: 3px solid #E5F4FD;
      padding: 0 40px 35px;
      background: #fff;
      position: relative;
      z-index: 1; }
      @media screen and (max-width: 767px) {
        .dep-3-program-unit-img {
          margin-left: 100px;
          padding: 0 10px 10px;
          margin-bottom: 20px; } }
      .dep-3-program-unit-img-ttl {
        color: #5772CE;
        font-size: 18px;
        text-align: center;
        margin: -20px 0 25px; }
        @media screen and (max-width: 767px) {
          .dep-3-program-unit-img-ttl {
            font-size: 18px;
            font-size: 3.75vw;
            line-height: 1.5;
            margin: -10px 0 10px; } }
        .dep-3-program-unit-img-ttl span {
          background: #fff;
          padding: 0 20px; }
      .dep-3-program-unit-img ul {
        display: flex;
        justify-content: space-between;
        margin: 0; }
        @media screen and (max-width: 767px) {
          .dep-3-program-unit-img ul {
            display: block; } }
        .dep-3-program-unit-img ul li {
          width: calc(50% - 15px); }
          @media screen and (max-width: 767px) {
            .dep-3-program-unit-img ul li {
              width: 100%; } }
          .dep-3-program-unit-img ul li p {
            text-align: center;
            margin: 10px 0 -20px;
            font-size: 18px;
            font-weight: bold; }
            @media screen and (max-width: 767px) {
              .dep-3-program-unit-img ul li p {
                font-size: 18px;
                font-size: 3.75vw;
                margin: 5px 0 5px; } }
    .dep-3-program-unit-flex {
      display: flex;
      justify-content: space-between;
      margin-top: -20px;
      position: relative;
      z-index: 1;
      background: url(../images/living-culture-sciences/program-x.png) no-repeat center 70%;
      background-size: 45px 45px;
      margin-bottom: 25px; }
      @media screen and (max-width: 767px) {
        .dep-3-program-unit-flex {
          display: block;
          margin-top: 0;
          background: none; } }
    .dep-3-program-unit-what, .dep-3-program-unit-how {
      width: calc(50% - 40px); }
      @media screen and (max-width: 767px) {
        .dep-3-program-unit-what, .dep-3-program-unit-how {
          width: 100%; } }
      .dep-3-program-unit-what-ttl-1, .dep-3-program-unit-how-ttl-1 {
        margin-bottom: 10px; }
        @media screen and (max-width: 767px) {
          .dep-3-program-unit-what-ttl-1, .dep-3-program-unit-how-ttl-1 {
            margin: 0 0px -35px -10px; } }
        .dep-3-program-unit-what-ttl-1 img, .dep-3-program-unit-how-ttl-1 img {
          width: 94px; }
          @media screen and (max-width: 767px) {
            .dep-3-program-unit-what-ttl-1 img, .dep-3-program-unit-how-ttl-1 img {
              width: 80px; } }
      .dep-3-program-unit-what-ttl-2, .dep-3-program-unit-how-ttl-2 {
        color: #5772CE;
        background: #FCEFCA;
        font-size: 21px;
        text-align: center; }
        @media screen and (max-width: 767px) {
          .dep-3-program-unit-what-ttl-2, .dep-3-program-unit-how-ttl-2 {
            font-size: 18px;
            font-size: 3.75vw;
            padding-left: 70px;
            margin-bottom: 20px; } }
    @media screen and (max-width: 767px) {
      .dep-3-program-unit-what {
        background: url(../images/living-culture-sciences/program-x.png) no-repeat center bottom;
        background-size: 30px 30px;
        padding-bottom: 40px;
        margin-bottom: 10px; } }
    .dep-3-program-unit-flex-2 {
      display: flex; }
      .dep-3-program-unit-flex-2-ttl {
        background-color: #5772CE;
        color: #fff;
        border-radius: 10px;
        line-height: 1.1;
        width: 62px;
        min-height: 56px;
        display: flex;
        justify-content: center;
        align-items: center; }
      .dep-3-program-unit-flex-2 ul {
        overflow: hidden;
        width: calc(100% - 62px);
        margin: 0; }
        .dep-3-program-unit-flex-2 ul li {
          float: left;
          margin-left: 10px;
          line-height: 1.5; }
    .dep-3-program-unit-note {
      display: flex;
      border: 2px solid #A1B2EB;
      line-height: 1.5; }
      .dep-3-program-unit-note-ttl {
        background: #A1B2EB;
        color: #fff;
        width: 123px;
        display: flex;
        justify-content: center;
        align-items: center; }
        @media screen and (max-width: 767px) {
          .dep-3-program-unit-note-ttl {
            width: 22vw; } }
      .dep-3-program-unit-note-cnt {
        width: calc(100% - 123px);
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 7px 0; }
        @media screen and (max-width: 767px) {
          .dep-3-program-unit-note-cnt {
            padding: 7px;
            width: calc(100% - 22vw); } }
    .dep-3-program-unit.unit-1 .dep-3-program-unit-ttl .orn {
      width: 129px;
      position: absolute;
      right: 40px;
      top: -60px; }
      @media screen and (max-width: 767px) {
        .dep-3-program-unit.unit-1 .dep-3-program-unit-ttl .orn {
          display: none; } }
    .dep-3-program-unit.unit-1 .lady {
      width: 266px;
      position: absolute;
      left: -40px;
      top: 57px; }
      @media screen and (max-width: 767px) {
        .dep-3-program-unit.unit-1 .lady {
          width: 160px;
          left: -46px;
          top: 10px; } }
    .dep-3-program-unit.unit-2 .dep-3-program-unit-ttl .orn {
      width: 185px;
      position: absolute;
      right: 40px;
      top: -55px; }
      @media screen and (max-width: 767px) {
        .dep-3-program-unit.unit-2 .dep-3-program-unit-ttl .orn {
          display: none; } }
    .dep-3-program-unit.unit-2 .lady {
      width: 296px;
      position: absolute;
      left: -55px;
      top: -23px; }
      @media screen and (max-width: 767px) {
        .dep-3-program-unit.unit-2 .lady {
          width: 178px;
          left: -26px;
          top: 10px; } }
    .dep-3-program-unit.unit-3 .dep-3-program-unit-ttl .orn {
      width: 148px;
      position: absolute;
      right: 40px;
      top: -50px; }
      @media screen and (max-width: 767px) {
        .dep-3-program-unit.unit-3 .dep-3-program-unit-ttl .orn {
          display: none; } }
    .dep-3-program-unit.unit-3 .lady {
      width: 362px;
      position: absolute;
      left: -84px;
      top: -70px; }
      @media screen and (max-width: 767px) {
        .dep-3-program-unit.unit-3 .lady {
          width: 217px;
          left: -68px;
          top: -7px; } }

.dep-3-pickup {
  line-height: 2.18; }
  .dep-3-pickup-ttl {
    background: #E3E8F9;
    text-align: center;
    font-size: 22px;
    padding: 10px; }
    @media screen and (max-width: 767px) {
      .dep-3-pickup-ttl {
        font-size: 22px;
        font-size: 4.58333vw;
        margin-bottom: 30px; } }
  .dep-3-pickup-unit-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 80px; }
    @media screen and (max-width: 767px) {
      .dep-3-pickup-unit-wrap {
        display: block; } }
  .dep-3-pickup-unit {
    width: calc(50% - 25px);
    margin-bottom: 40px; }
    @media screen and (max-width: 767px) {
      .dep-3-pickup-unit {
        width: 100%; } }
    .dep-3-pickup-unit-ttl {
      color: #5772CE;
      font-size: 24px;
      text-align: center;
      margin: 15px 0 10px; }
      @media screen and (max-width: 767px) {
        .dep-3-pickup-unit-ttl {
          font-size: 24px;
          font-size: 5vw; } }
    .dep-3-pickup-unit.unit-2 {
      display: flex; }
      @media screen and (max-width: 767px) {
        .dep-3-pickup-unit.unit-2 {
          display: block; } }
      .dep-3-pickup-unit.unit-2 .dep-3-pickup-unit-img {
        width: 235px; }
        @media screen and (max-width: 767px) {
          .dep-3-pickup-unit.unit-2 .dep-3-pickup-unit-img {
            width: 100%; } }
      .dep-3-pickup-unit.unit-2 .dep-3-pickup-unit-txt {
        width: calc(100% - 235px);
        padding-left: 20px; }
        @media screen and (max-width: 767px) {
          .dep-3-pickup-unit.unit-2 .dep-3-pickup-unit-txt {
            width: 100%;
            padding-left: 0; } }
      .dep-3-pickup-unit.unit-2 .dep-3-pickup-unit-ttl {
        text-align: left;
        margin-top: 0; }
        @media screen and (max-width: 767px) {
          .dep-3-pickup-unit.unit-2 .dep-3-pickup-unit-ttl {
            text-align: center;
            margin: 15px 0 10px; } }

.dep-3-curriculum .dep-curriculum-flex {
  line-height: 2;
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 767px) {
    .dep-3-curriculum .dep-curriculum-flex {
      display: block; } }
  .dep-3-curriculum .dep-curriculum-flex > div {
    width: calc(50% - 30px); }
    @media screen and (max-width: 767px) {
      .dep-3-curriculum .dep-curriculum-flex > div {
        width: 100%; } }
  .dep-3-curriculum .dep-curriculum-flex-ttl {
    color: #5772CE;
    text-align: center;
    font-size: 30px;
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .dep-3-curriculum .dep-curriculum-flex-ttl {
        font-size: 30px;
        font-size: 6.25vw; } }
  .dep-3-curriculum .dep-curriculum-flex-table {
    margin: 60px 0; }
    @media screen and (max-width: 767px) {
      .dep-3-curriculum .dep-curriculum-flex-table {
        margin-top: 30px; } }

.dep-3-curriculum .dep-curriculum-ttl {
  background: #E3E8F9; }

.dep-3-curriculum .dep-curriculum-unit .dep-curriculum-unit-ttl {
  color: #5772CE; }

.dep-3-curriculum .dep-curriculum-unit-sttl {
  color: #5772CE; }

.dep-3-curriculum .dep-curriculum-unit {
  padding: 0 24px; }
  @media screen and (max-width: 767px) {
    .dep-3-curriculum .dep-curriculum-unit {
      padding: 0; } }

.dep-3-curriculum .dep-curriculum-flex-1 {
  border-bottom: none; }

.dep-3-curriculum .dep-curriculum-unit.unit-2 {
  text-align: center; }
  @media screen and (max-width: 767px) {
    .dep-3-curriculum .dep-curriculum-unit.unit-2 {
      border-bottom: none; } }
  .dep-3-curriculum .dep-curriculum-unit.unit-2 .flex {
    text-align: left;
    display: flex;
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .dep-3-curriculum .dep-curriculum-unit.unit-2 .flex {
        flex-wrap: wrap;
        justify-content: space-between; }
        .dep-3-curriculum .dep-curriculum-unit.unit-2 .flex ul {
          width: calc(50% - 7px);
          margin: 0 0 10px; } }

.dep-3-license .dep-license-unit-ttl {
  color: #5772CE; }

.dep-3-license .dep-license-stepup {
  background: #F2F4FC; }

.dep-3-license .dep-license-stepup-ttl-1,
.dep-3-license .dep-license-stepup-ttl-2 {
  color: #5772CE; }

.dep-3-license .dep-license-stepup .flex {
  display: flex;
  justify-content: center; }
  @media screen and (max-width: 767px) {
    .dep-3-license .dep-license-stepup .flex {
      flex-wrap: wrap;
      justify-content: space-between;
      padding: 0 10px; } }

.dep-3-license .dep-license-stepup ul {
  display: block; }
  .dep-3-license .dep-license-stepup ul li {
    line-height: 2; }
    @media screen and (max-width: 767px) {
      .dep-3-license .dep-license-stepup ul li {
        margin: 0; } }

.dep-3-license .dep-license-rate {
  margin-bottom: 110px; }
  .dep-3-license .dep-license-rate .dep-license-rate-name-1 {
    margin-bottom: 0; }
  .dep-3-license .dep-license-rate .dep-license-rate-name {
    color: #5772CE; }
  .dep-3-license .dep-license-rate .dep-license-rate-note {
    color: #5772CE;
    font-size: 31px;
    display: inline-block;
    text-align: center;
    line-height: 1.3;
    margin-left: 40px; }
    @media screen and (max-width: 767px) {
      .dep-3-license .dep-license-rate .dep-license-rate-note {
        font-size: 31px;
        font-size: 6.45833vw; } }
    .dep-3-license .dep-license-rate .dep-license-rate-note > span {
      background: #F9FBBC;
      padding: 0 10px; }
    .dep-3-license .dep-license-rate .dep-license-rate-note .number {
      font-size: 50px;
      padding: 0 10px; }
      @media screen and (max-width: 767px) {
        .dep-3-license .dep-license-rate .dep-license-rate-note .number {
          font-size: 50px;
          font-size: 10.41667vw; } }

.dep-3-license .dep-license-thatswhy {
  border: 2px solid #5772CE;
  padding: 70px 140px 50px;
  border-radius: 27px; }
  .dep-3-license .dep-license-thatswhy-ttl {
    color: #5772CE;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media screen and (max-width: 767px) {
      .dep-3-license .dep-license-thatswhy-ttl {
        font-size: 30px;
        font-size: 6.25vw; } }
    .dep-3-license .dep-license-thatswhy-ttl span {
      background: #5772CE;
      color: #fff;
      font-family: "Noto Sans JP", sans-serif;
      font-size: 26px;
      margin-right: 15px;
      padding: 0 10px;
      border-radius: 10px; }
      @media screen and (max-width: 767px) {
        .dep-3-license .dep-license-thatswhy-ttl span {
          font-size: 26px;
          font-size: 5.41667vw; } }
  .dep-3-license .dep-license-thatswhy-rate {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px; }
    .dep-3-license .dep-license-thatswhy-rate-name {
      color: #5772CE;
      font-size: 35px;
      line-height: 1.4;
      margin-right: 35px; }
      @media screen and (max-width: 767px) {
        .dep-3-license .dep-license-thatswhy-rate-name {
          font-size: 35px;
          font-size: 7.29167vw; } }
      .dep-3-license .dep-license-thatswhy-rate-name span {
        font-size: 25px; }
        @media screen and (max-width: 767px) {
          .dep-3-license .dep-license-thatswhy-rate-name span {
            font-size: 25px;
            font-size: 5.20833vw; } }
    .dep-3-license .dep-license-thatswhy-rate-number {
      font-size: 180px;
      font-family: century-old-style-std,serif;
      font-weight: 400;
      font-style: italic;
      line-height: 1; }
      @media screen and (max-width: 767px) {
        .dep-3-license .dep-license-thatswhy-rate-number {
          font-size: 180px;
          font-size: 37.5vw; } }
      .dep-3-license .dep-license-thatswhy-rate-number span {
        font-size: 53px; }
        @media screen and (max-width: 767px) {
          .dep-3-license .dep-license-thatswhy-rate-number span {
            font-size: 53px;
            font-size: 11.04167vw; } }
  .dep-3-license .dep-license-thatswhy-sttl {
    text-align: center;
    color: #5772CE;
    font-size: 22px; }
    @media screen and (max-width: 767px) {
      .dep-3-license .dep-license-thatswhy-sttl {
        font-size: 22px;
        font-size: 4.58333vw; } }

.dep-3-interview .dep-interview-unit-badge {
  background-color: #5772CE; }

.dep-3-interview .dep-interview-unit-ttl {
  color: #5772CE; }

.dep-3-interview .dep-interview-unit-name {
  color: #5772CE; }

@media screen and (max-width: 767px) {
  .l-nav-current.l-nav-current-lcs_23-24 {
    background: #76BDD0; } }

.dep-3_23-24-intro {
  margin-bottom: 70px; }
  @media screen and (max-width: 767px) {
    .dep-3_23-24-intro {
      margin-bottom: 40px; } }
  .dep-3_23-24-intro .dep-intro-head {
    color: #76BDD0; }
    .dep-3_23-24-intro .dep-intro-head .line-3 {
      font-size: 28px; }
      @media screen and (max-width: 767px) {
        .dep-3_23-24-intro .dep-intro-head .line-3 {
          font-size: 28px;
          font-size: 5.83333vw; } }

.bnr-lifeplus {
  text-align: center;
  margin: 50px 0 100px; }
  @media screen and (max-width: 767px) {
    .bnr-lifeplus {
      width: 90%;
      margin: 30px auto 60px; } }
  .bnr-lifeplus a {
    margin-bottom: 15px;
    display: inline-block; }
  .bnr-lifeplus-txt {
    line-height: 1.7;
    font-size: 14px; }

.dep-3_23-24-topics .dep-topics-list li {
  border: 1px solid #A1B2EB; }
  .dep-3_23-24-topics .dep-topics-list li .txt .cat {
    color: #76BDD0; }

.dep-3_23-24-topics .link-btn a {
  color: #fff;
  background: #76BDD0;
  border-color: #C2E2EA; }

.dep-3_23-24-feature .dep-feature-lead span {
  color: #76BDD0; }

.dep-3_23-24-feature .dep-feature-head {
  color: #76BDD0; }

.dep-3_23-24-feature .dep-feature-ttl-1 {
  background: #76BDD0; }

.dep-3_23-24-program {
  line-height: 2.18;
  margin-bottom: 150px; }
  @media screen and (max-width: 767px) {
    .dep-3_23-24-program {
      margin-bottom: 80px; } }
  .dep-3_23-24-program-ttl {
    font-size: 30px;
    text-align: center;
    margin-bottom: 70px; }
    @media screen and (max-width: 767px) {
      .dep-3_23-24-program-ttl {
        font-size: 26px;
        font-size: 5.41667vw;
        margin-bottom: 40px; } }
    .dep-3_23-24-program-ttl span {
      color: #76BDD0; }
  .dep-3_23-24-program-flex {
    display: flex;
    align-items: center;
    margin-bottom: 60px; }
    @media screen and (max-width: 767px) {
      .dep-3_23-24-program-flex {
        display: block; } }
    .dep-3_23-24-program-flex-left {
      width: 50%;
      font-weight: bold;
      line-height: 1.8; }
      @media screen and (max-width: 767px) {
        .dep-3_23-24-program-flex-left {
          width: 100%;
          text-align: center;
          margin-bottom: 20px; } }
      .dep-3_23-24-program-flex-left .line-1 {
        font-size: 21px; }
        @media screen and (max-width: 767px) {
          .dep-3_23-24-program-flex-left .line-1 {
            font-size: 21px;
            font-size: 4.375vw; } }
      .dep-3_23-24-program-flex-left .line-2 {
        font-size: 29px;
        color: #76BDD0; }
        @media screen and (max-width: 767px) {
          .dep-3_23-24-program-flex-left .line-2 {
            font-size: 27px;
            font-size: 5.625vw; } }
    .dep-3_23-24-program-flex-right {
      width: 50%; }
      @media screen and (max-width: 767px) {
        .dep-3_23-24-program-flex-right {
          width: 100%; } }
  .dep-3_23-24-program-unit {
    position: relative;
    margin-bottom: 120px; }
    @media screen and (max-width: 767px) {
      .dep-3_23-24-program-unit {
        margin-bottom: 80px; } }
    .dep-3_23-24-program-unit-ttl {
      background: #F2F4FC;
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
      border-radius: 27px;
      margin-bottom: 40px; }
      @media screen and (max-width: 767px) {
        .dep-3_23-24-program-unit-ttl {
          padding: 10px 20px 10px 70px;
          margin-bottom: 20px; } }
      .dep-3_23-24-program-unit-ttl .number {
        color: #76BDD0;
        font-size: 133px;
        font-family: century-old-style-std, serif;
        font-weight: 400;
        font-style: italic;
        letter-spacing: 0.1em;
        line-height: 0.8;
        position: relative;
        top: -20px;
        margin-right: 30px; }
        @media screen and (max-width: 767px) {
          .dep-3_23-24-program-unit-ttl .number {
            font-size: 100px;
            font-size: 20.83333vw;
            margin-right: 10px;
            z-index: 1;
            top: -5px; } }
      .dep-3_23-24-program-unit-ttl .txt {
        font-size: 24px; }
        @media screen and (max-width: 767px) {
          .dep-3_23-24-program-unit-ttl .txt {
            font-size: 20px;
            font-size: 4.16667vw; } }
        .dep-3_23-24-program-unit-ttl .txt span {
          color: #76BDD0; }
    .dep-3_23-24-program-unit-cnt {
      padding-left: 240px; }
      @media screen and (max-width: 767px) {
        .dep-3_23-24-program-unit-cnt {
          padding-left: 0; } }
    .dep-3_23-24-program-unit-img {
      border: 3px solid #E5F4FD;
      padding: 0 40px 35px;
      background: #fff;
      position: relative;
      z-index: 1; }
      @media screen and (max-width: 767px) {
        .dep-3_23-24-program-unit-img {
          margin-left: 100px;
          padding: 0 10px 10px;
          margin-bottom: 20px; } }
      .dep-3_23-24-program-unit-img-ttl {
        color: #76BDD0;
        font-size: 18px;
        text-align: center;
        margin: -20px 0 25px; }
        @media screen and (max-width: 767px) {
          .dep-3_23-24-program-unit-img-ttl {
            font-size: 18px;
            font-size: 3.75vw;
            line-height: 1.5;
            margin: -10px 0 10px; } }
        .dep-3_23-24-program-unit-img-ttl span {
          background: #fff;
          padding: 0 20px; }
      .dep-3_23-24-program-unit-img ul {
        display: flex;
        justify-content: space-between;
        margin: 0; }
        @media screen and (max-width: 767px) {
          .dep-3_23-24-program-unit-img ul {
            display: block; } }
        .dep-3_23-24-program-unit-img ul li {
          width: calc(50% - 15px); }
          @media screen and (max-width: 767px) {
            .dep-3_23-24-program-unit-img ul li {
              width: 100%; } }
          .dep-3_23-24-program-unit-img ul li p {
            text-align: center;
            margin: 10px 0 -20px;
            font-size: 18px;
            font-weight: bold; }
            @media screen and (max-width: 767px) {
              .dep-3_23-24-program-unit-img ul li p {
                font-size: 18px;
                font-size: 3.75vw;
                margin: 5px 0 5px; } }
    .dep-3_23-24-program-unit-flex {
      display: flex;
      justify-content: space-between;
      margin-top: -20px;
      position: relative;
      z-index: 1;
      background: url(../images/living-culture-sciences/program-x.png) no-repeat center 70%;
      background-size: 45px 45px;
      margin-bottom: 25px; }
      @media screen and (max-width: 767px) {
        .dep-3_23-24-program-unit-flex {
          display: block;
          margin-top: 0;
          background: none; } }
    .dep-3_23-24-program-unit-what, .dep-3_23-24-program-unit-how {
      width: calc(50% - 40px); }
      @media screen and (max-width: 767px) {
        .dep-3_23-24-program-unit-what, .dep-3_23-24-program-unit-how {
          width: 100%; } }
      .dep-3_23-24-program-unit-what-ttl-1, .dep-3_23-24-program-unit-how-ttl-1 {
        margin-bottom: 10px; }
        @media screen and (max-width: 767px) {
          .dep-3_23-24-program-unit-what-ttl-1, .dep-3_23-24-program-unit-how-ttl-1 {
            margin: 0 0px -35px -10px; } }
        .dep-3_23-24-program-unit-what-ttl-1 img, .dep-3_23-24-program-unit-how-ttl-1 img {
          width: 94px; }
          @media screen and (max-width: 767px) {
            .dep-3_23-24-program-unit-what-ttl-1 img, .dep-3_23-24-program-unit-how-ttl-1 img {
              width: 80px; } }
      .dep-3_23-24-program-unit-what-ttl-2, .dep-3_23-24-program-unit-how-ttl-2 {
        color: #76BDD0;
        background: #FCEFCA;
        font-size: 21px;
        text-align: center; }
        @media screen and (max-width: 767px) {
          .dep-3_23-24-program-unit-what-ttl-2, .dep-3_23-24-program-unit-how-ttl-2 {
            font-size: 18px;
            font-size: 3.75vw;
            padding-left: 70px;
            margin-bottom: 20px; } }
    @media screen and (max-width: 767px) {
      .dep-3_23-24-program-unit-what {
        background: url(../images/living-culture-sciences/program-x.png) no-repeat center bottom;
        background-size: 30px 30px;
        padding-bottom: 40px;
        margin-bottom: 10px; } }
    .dep-3_23-24-program-unit-flex-2 {
      display: flex; }
      .dep-3_23-24-program-unit-flex-2-ttl {
        background-color: #76BDD0;
        color: #fff;
        border-radius: 10px;
        line-height: 1.1;
        width: 62px;
        min-height: 56px;
        display: flex;
        justify-content: center;
        align-items: center; }
      .dep-3_23-24-program-unit-flex-2 ul {
        overflow: hidden;
        width: calc(100% - 62px);
        margin: 0; }
        .dep-3_23-24-program-unit-flex-2 ul li {
          float: left;
          margin-left: 10px;
          line-height: 1.5; }
    .dep-3_23-24-program-unit-note {
      display: flex;
      border: 2px solid #A1B2EB;
      line-height: 1.5; }
      .dep-3_23-24-program-unit-note-ttl {
        background: #A1B2EB;
        color: #fff;
        width: 123px;
        display: flex;
        justify-content: center;
        align-items: center; }
        @media screen and (max-width: 767px) {
          .dep-3_23-24-program-unit-note-ttl {
            width: 22vw; } }
      .dep-3_23-24-program-unit-note-cnt {
        width: calc(100% - 123px);
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 7px 0; }
        @media screen and (max-width: 767px) {
          .dep-3_23-24-program-unit-note-cnt {
            padding: 7px;
            width: calc(100% - 22vw); } }
    .dep-3_23-24-program-unit.unit-1 .dep-3_23-24-program-unit-ttl .orn {
      width: 129px;
      position: absolute;
      right: 40px;
      top: -60px; }
      @media screen and (max-width: 767px) {
        .dep-3_23-24-program-unit.unit-1 .dep-3_23-24-program-unit-ttl .orn {
          display: none; } }
    .dep-3_23-24-program-unit.unit-1 .lady {
      width: 266px;
      position: absolute;
      left: -40px;
      top: 57px; }
      @media screen and (max-width: 767px) {
        .dep-3_23-24-program-unit.unit-1 .lady {
          width: 160px;
          left: -46px;
          top: 10px; } }
    .dep-3_23-24-program-unit.unit-2 .dep-3_23-24-program-unit-ttl .orn {
      width: 185px;
      position: absolute;
      right: 40px;
      top: -55px; }
      @media screen and (max-width: 767px) {
        .dep-3_23-24-program-unit.unit-2 .dep-3_23-24-program-unit-ttl .orn {
          display: none; } }
    .dep-3_23-24-program-unit.unit-2 .lady {
      width: 296px;
      position: absolute;
      left: -55px;
      top: -23px; }
      @media screen and (max-width: 767px) {
        .dep-3_23-24-program-unit.unit-2 .lady {
          width: 178px;
          left: -26px;
          top: 10px; } }
    .dep-3_23-24-program-unit.unit-3 .dep-3_23-24-program-unit-ttl .orn {
      width: 148px;
      position: absolute;
      right: 40px;
      top: -50px; }
      @media screen and (max-width: 767px) {
        .dep-3_23-24-program-unit.unit-3 .dep-3_23-24-program-unit-ttl .orn {
          display: none; } }
    .dep-3_23-24-program-unit.unit-3 .lady {
      width: 362px;
      position: absolute;
      left: -84px;
      top: -70px; }
      @media screen and (max-width: 767px) {
        .dep-3_23-24-program-unit.unit-3 .lady {
          width: 217px;
          left: -68px;
          top: -7px; } }

.dep-3_23-24-pickup {
  line-height: 2.18; }
  .dep-3_23-24-pickup-ttl {
    background: #E3E8F9;
    text-align: center;
    font-size: 22px;
    padding: 10px; }
    @media screen and (max-width: 767px) {
      .dep-3_23-24-pickup-ttl {
        font-size: 22px;
        font-size: 4.58333vw;
        margin-bottom: 30px; } }
  .dep-3_23-24-pickup-unit-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 80px; }
    @media screen and (max-width: 767px) {
      .dep-3_23-24-pickup-unit-wrap {
        display: block; } }
  .dep-3_23-24-pickup-unit {
    width: calc((100% - 52px) / 3);
    margin-right: 26px;
    margin-bottom: 40px; }
    @media screen and (max-width: 767px) {
      .dep-3_23-24-pickup-unit {
        width: 100%; } }
    .dep-3_23-24-pickup-unit:nth-child(3n) {
      margin-right: 0; }
    .dep-3_23-24-pickup-unit-ttl {
      color: #76BDD0;
      font-size: 24px;
      text-align: center;
      margin: 15px 0 10px;
      line-height: 1.3;
      height: 55px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      @media screen and (max-width: 767px) {
        .dep-3_23-24-pickup-unit-ttl {
          font-size: 24px;
          font-size: 5vw; } }
      .dep-3_23-24-pickup-unit-ttl span {
        font-size: 18px; }
    .dep-3_23-24-pickup-unit.unit-2 {
      display: flex; }
      @media screen and (max-width: 767px) {
        .dep-3_23-24-pickup-unit.unit-2 {
          display: block; } }
      .dep-3_23-24-pickup-unit.unit-2 .dep-3_23-24-pickup-unit-img {
        width: 235px; }
        @media screen and (max-width: 767px) {
          .dep-3_23-24-pickup-unit.unit-2 .dep-3_23-24-pickup-unit-img {
            width: 100%; } }
      .dep-3_23-24-pickup-unit.unit-2 .dep-3_23-24-pickup-unit-txt {
        width: calc(100% - 235px);
        padding-left: 20px; }
        @media screen and (max-width: 767px) {
          .dep-3_23-24-pickup-unit.unit-2 .dep-3_23-24-pickup-unit-txt {
            width: 100%;
            padding-left: 0; } }
      .dep-3_23-24-pickup-unit.unit-2 .dep-3_23-24-pickup-unit-ttl {
        text-align: left;
        margin-top: 0; }
        @media screen and (max-width: 767px) {
          .dep-3_23-24-pickup-unit.unit-2 .dep-3_23-24-pickup-unit-ttl {
            text-align: center;
            margin: 15px 0 10px; } }

.dep-3_23-24-seminar {
  margin-bottom: 120px; }
  @media screen and (max-width: 767px) {
    .dep-3_23-24-seminar {
      margin-bottom: 70px; } }
  .dep-3_23-24-seminar-lead {
    text-align: center;
    font-size: 20px;
    color: #76BDD0;
    margin-bottom: 3em; }
    @media screen and (max-width: 767px) {
      .dep-3_23-24-seminar-lead {
        font-size: 20px;
        font-size: 4.16667vw; } }
  .dep-3_23-24-seminar-project {
    border: 2px solid #76BDD0;
    display: flex;
    margin-bottom: 3em; }
    @media screen and (max-width: 767px) {
      .dep-3_23-24-seminar-project {
        display: block; } }
    .dep-3_23-24-seminar-project .header {
      color: #76BDD0;
      font-size: 20px;
      width: 170px;
      display: flex;
      justify-content: center;
      align-items: center; }
      @media screen and (max-width: 767px) {
        .dep-3_23-24-seminar-project .header {
          width: 100%; } }
    .dep-3_23-24-seminar-project .cnt {
      background: #76BDD0;
      color: #fff;
      font-size: 24px;
      width: calc(100% - 170px);
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 10px 0; }
      @media screen and (max-width: 767px) {
        .dep-3_23-24-seminar-project .cnt {
          width: 100%;
          font-size: 19px;
          font-size: 3.95833vw;
          text-align: center;
          padding: 10px 20px; } }
  .dep-3_23-24-seminar-flex {
    display: flex;
    align-items: flex-start;
    margin-bottom: 2em; }
    @media screen and (max-width: 767px) {
      .dep-3_23-24-seminar-flex {
        display: block; } }
    .dep-3_23-24-seminar-flex .img {
      display: flex;
      justify-content: space-between;
      flex: 0 0 582px; }
      @media screen and (max-width: 767px) {
        .dep-3_23-24-seminar-flex .img {
          display: block;
          width: 100%;
          margin-bottom: 15px; } }
      .dep-3_23-24-seminar-flex .img img {
        width: calc((100% - 20px) / 2);
        height: auto; }
        @media screen and (max-width: 767px) {
          .dep-3_23-24-seminar-flex .img img {
            width: 100%;
            display: block;
            margin-bottom: 10px; } }
    .dep-3_23-24-seminar-flex .txt {
      padding-left: 50px;
      line-height: 2.18; }
      @media screen and (max-width: 767px) {
        .dep-3_23-24-seminar-flex .txt {
          padding-left: 0; } }
  .dep-3_23-24-seminar-bgblue {
    background: #EDF6F9;
    border-radius: 27px;
    position: relative;
    padding: 30px 240px 30px 50px;
    margin-bottom: 3em; }
    @media screen and (max-width: 767px) {
      .dep-3_23-24-seminar-bgblue {
        padding: 20px 20px 0; } }
    .dep-3_23-24-seminar-bgblue .ttl {
      color: #76BDD0;
      font-size: 24px; }
      @media screen and (max-width: 767px) {
        .dep-3_23-24-seminar-bgblue .ttl {
          font-size: 24px;
          font-size: 5vw;
          line-height: 1.8;
          margin-bottom: 0.5em; } }
    .dep-3_23-24-seminar-bgblue .cnt {
      line-height: 2.18; }
    .dep-3_23-24-seminar-bgblue .name {
      color: #76BDD0;
      text-align: right;
      display: flex;
      flex-direction: column;
      line-height: 1.8;
      font-feature-settings: "palt"; }
      .dep-3_23-24-seminar-bgblue .name .line2 span {
        font-size: 20px; }
    .dep-3_23-24-seminar-bgblue .img {
      position: absolute;
      right: 35px;
      bottom: 0; }
      @media screen and (max-width: 767px) {
        .dep-3_23-24-seminar-bgblue .img {
          width: 130px;
          position: relative;
          right: auto;
          margin: 15px auto 0; } }
  .dep-3_23-24-seminar-related {
    border: 2px solid #76BDD0; }
    .dep-3_23-24-seminar-related .ttl {
      background: #76BDD0;
      color: #fff;
      font-size: 20px;
      padding: 10px 50px;
      display: inline-block;
      border-radius: 0 0 25px 0;
      margin-bottom: 2em; }
      @media screen and (max-width: 767px) {
        .dep-3_23-24-seminar-related .ttl {
          padding: 5px 25px; } }
    .dep-3_23-24-seminar-related .list {
      display: flex;
      padding: 0 50px 40px; }
      @media screen and (max-width: 767px) {
        .dep-3_23-24-seminar-related .list {
          display: block;
          padding: 0 20px 20px; } }
    .dep-3_23-24-seminar-related .item {
      width: calc((100% - 200px) / 3);
      margin-right: 100px; }
      @media screen and (max-width: 767px) {
        .dep-3_23-24-seminar-related .item {
          width: 100%;
          margin-right: 0;
          margin-bottom: 50px; } }
      .dep-3_23-24-seminar-related .item:nth-child(3n) {
        margin-right: 0; }
        @media screen and (max-width: 767px) {
          .dep-3_23-24-seminar-related .item:nth-child(3n) {
            margin-bottom: 0; } }
      .dep-3_23-24-seminar-related .item .img {
        height: 214px;
        text-align: center;
        margin-bottom: 1em; }
        .dep-3_23-24-seminar-related .item .img img {
          height: 100%;
          width: auto; }
      .dep-3_23-24-seminar-related .item .ttls {
        color: #76BDD0;
        font-size: 18px;
        font-weight: bold; }
      .dep-3_23-24-seminar-related .item .txt {
        line-height: 2.18; }

.dep-3_23-24-curriculum .dep-curriculum-ttl {
  background: #EDF6F9; }

.dep-3_23-24-curriculum .dep-curriculum-unit .dep-curriculum-unit-ttl {
  color: #76BDD0; }

.dep-3_23-24-curriculum .dep-curriculum-unit-sttl {
  color: #76BDD0; }

.dep-3_23-24-curriculum .dep-curriculum-unit {
  padding: 0 15px; }
  @media screen and (max-width: 767px) {
    .dep-3_23-24-curriculum .dep-curriculum-unit {
      padding: 0; } }

.dep-3_23-24-curriculum .dep-curriculum-flex-1 {
  border-bottom: none; }

.dep-3_23-24-curriculum .dep-curriculum-unit.unit-2 {
  text-align: center;
  padding: 0; }
  @media screen and (max-width: 767px) {
    .dep-3_23-24-curriculum .dep-curriculum-unit.unit-2 {
      border-bottom: none; } }
  .dep-3_23-24-curriculum .dep-curriculum-unit.unit-2 .flex {
    text-align: left;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px; }
    .dep-3_23-24-curriculum .dep-curriculum-unit.unit-2 .flex ul:last-child {
      margin-right: 0; }
    .dep-3_23-24-curriculum .dep-curriculum-unit.unit-2 .flex ul li {
      margin-bottom: 0;
      line-height: 2.1; }
    @media screen and (max-width: 767px) {
      .dep-3_23-24-curriculum .dep-curriculum-unit.unit-2 .flex {
        flex-wrap: wrap;
        justify-content: space-between; }
        .dep-3_23-24-curriculum .dep-curriculum-unit.unit-2 .flex ul {
          width: calc(50% - 7px);
          margin: 0 0 10px; } }
    @media screen and (max-width: 767px) and (max-width: 767px) {
      .dep-3_23-24-curriculum .dep-curriculum-unit.unit-2 .flex ul {
        margin-bottom: 0; } }

.dep-3_23-24-license-lead {
  text-align: center;
  font-size: 26px;
  line-height: 1.8;
  margin-bottom: 0.5em; }
  @media screen and (max-width: 767px) {
    .dep-3_23-24-license-lead {
      font-size: 22px;
      font-size: 4.58333vw; } }
  .dep-3_23-24-license-lead span {
    font-size: 30px;
    color: #76BDD0; }
    @media screen and (max-width: 767px) {
      .dep-3_23-24-license-lead span {
        font-size: 22px;
        font-size: 4.58333vw; } }

.dep-3_23-24-license-lead2 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 2em; }
  @media screen and (max-width: 767px) {
    .dep-3_23-24-license-lead2 {
      font-size: 19px;
      font-size: 3.95833vw; } }

.dep-3_23-24-license-flex {
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 767px) {
    .dep-3_23-24-license-flex {
      display: block; } }
  .dep-3_23-24-license-flex .course_item {
    width: calc((100% - 68px) / 2); }
    @media screen and (max-width: 767px) {
      .dep-3_23-24-license-flex .course_item {
        width: 100%; } }
    .dep-3_23-24-license-flex .course_item .ttl {
      background: #EDF6F9;
      color: #76BDD0;
      text-align: center;
      padding: 17px;
      font-size: 20px;
      margin-bottom: 2em; }
      @media screen and (max-width: 767px) {
        .dep-3_23-24-license-flex .course_item .ttl {
          font-size: 19px;
          font-size: 3.95833vw; } }
      .dep-3_23-24-license-flex .course_item .ttl span {
        font-size: 30px; }
        @media screen and (max-width: 767px) {
          .dep-3_23-24-license-flex .course_item .ttl span {
            font-size: 23px;
            font-size: 4.79167vw; } }
    .dep-3_23-24-license-flex .course_item .cnt {
      margin-bottom: 2.5em; }
      .dep-3_23-24-license-flex .course_item .cnt .ttls {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 0.5em; }
        .dep-3_23-24-license-flex .course_item .cnt .ttls::before {
          content: "■";
          color: #76BDD0;
          margin-right: 0.5em; }
        .dep-3_23-24-license-flex .course_item .cnt .ttls .badge {
          background: #EAA678;
          color: #fff;
          font-size: 16px;
          display: inline-block;
          padding: 0px 10px 0;
          border-radius: 6px;
          line-height: 1.4;
          margin-left: 12px;
          position: relative;
          top: -2px; }
      .dep-3_23-24-license-flex .course_item .cnt .txt {
        line-height: 2.18; }

.dep-3_23-24-license .arrow-down {
  text-align: center;
  margin: 3em 0; }

.dep-3_23-24-license-backup {
  margin-bottom: 4em; }
  .dep-3_23-24-license-backup .backup-ttl {
    text-align: center;
    font-size: 30px;
    color: #76BDD0; }
    @media screen and (max-width: 767px) {
      .dep-3_23-24-license-backup .backup-ttl {
        font-size: 30px;
        font-size: 6.25vw; } }
  .dep-3_23-24-license-backup .backup-flex {
    display: flex; }
    @media screen and (max-width: 767px) {
      .dep-3_23-24-license-backup .backup-flex {
        display: block; } }
    .dep-3_23-24-license-backup .backup-flex .backup-item {
      border: 1px solid #76BDD0;
      padding: 20px 30px; }
      .dep-3_23-24-license-backup .backup-flex .backup-item .ttl {
        color: #76BDD0;
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 0.6em; }
      .dep-3_23-24-license-backup .backup-flex .backup-item .cnt {
        line-height: 2.18; }
      .dep-3_23-24-license-backup .backup-flex .backup-item.item1 {
        width: 398px;
        margin-right: 28px; }
        @media screen and (max-width: 767px) {
          .dep-3_23-24-license-backup .backup-flex .backup-item.item1 {
            width: 100%;
            margin-right: 0;
            margin-bottom: 15px; } }
      .dep-3_23-24-license-backup .backup-flex .backup-item.item2 {
        width: calc(100% - 370px); }
        @media screen and (max-width: 767px) {
          .dep-3_23-24-license-backup .backup-flex .backup-item.item2 {
            width: 100%; } }

.dep-3_23-24-license .dep-license-rate {
  margin-bottom: 110px; }
  @media screen and (max-width: 767px) {
    .dep-3_23-24-license .dep-license-rate {
      margin-bottom: 70px; } }
  .dep-3_23-24-license .dep-license-rate .dep-license-rate-name-1 {
    margin-bottom: 0; }
  .dep-3_23-24-license .dep-license-rate .dep-license-rate-name {
    color: #76BDD0; }
  .dep-3_23-24-license .dep-license-rate .dep-license-rate-note {
    color: #76BDD0;
    font-size: 31px;
    display: inline-block;
    text-align: center;
    line-height: 1.3;
    margin-left: 40px; }
    @media screen and (max-width: 767px) {
      .dep-3_23-24-license .dep-license-rate .dep-license-rate-note {
        font-size: 31px;
        font-size: 6.45833vw; } }
    .dep-3_23-24-license .dep-license-rate .dep-license-rate-note > span {
      background: #F9FBBC;
      padding: 0 10px; }
    .dep-3_23-24-license .dep-license-rate .dep-license-rate-note .number {
      font-size: 50px;
      padding: 0 10px; }
      @media screen and (max-width: 767px) {
        .dep-3_23-24-license .dep-license-rate .dep-license-rate-note .number {
          font-size: 50px;
          font-size: 10.41667vw; } }

.dep-3_23-24-license .dep-license-thatswhy {
  border: 2px solid #76BDD0;
  padding: 70px 140px 50px;
  border-radius: 27px; }
  .dep-3_23-24-license .dep-license-thatswhy-ttl {
    color: #76BDD0;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media screen and (max-width: 767px) {
      .dep-3_23-24-license .dep-license-thatswhy-ttl {
        font-size: 30px;
        font-size: 6.25vw; } }
    .dep-3_23-24-license .dep-license-thatswhy-ttl span {
      background: #76BDD0;
      color: #fff;
      font-family: "Noto Sans JP", sans-serif;
      font-size: 26px;
      margin-right: 15px;
      padding: 0 10px;
      border-radius: 10px; }
      @media screen and (max-width: 767px) {
        .dep-3_23-24-license .dep-license-thatswhy-ttl span {
          font-size: 26px;
          font-size: 5.41667vw; } }
  .dep-3_23-24-license .dep-license-thatswhy-rate {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px; }
    .dep-3_23-24-license .dep-license-thatswhy-rate-name {
      color: #76BDD0;
      font-size: 35px;
      line-height: 1.4;
      margin-right: 35px; }
      @media screen and (max-width: 767px) {
        .dep-3_23-24-license .dep-license-thatswhy-rate-name {
          font-size: 35px;
          font-size: 7.29167vw; } }
      .dep-3_23-24-license .dep-license-thatswhy-rate-name span {
        font-size: 25px; }
        @media screen and (max-width: 767px) {
          .dep-3_23-24-license .dep-license-thatswhy-rate-name span {
            font-size: 25px;
            font-size: 5.20833vw; } }
    .dep-3_23-24-license .dep-license-thatswhy-rate-number {
      font-size: 180px;
      font-family: century-old-style-std,serif;
      font-weight: 400;
      font-style: italic;
      line-height: 1; }
      @media screen and (max-width: 767px) {
        .dep-3_23-24-license .dep-license-thatswhy-rate-number {
          font-size: 180px;
          font-size: 37.5vw; } }
      .dep-3_23-24-license .dep-license-thatswhy-rate-number span {
        font-size: 53px; }
        @media screen and (max-width: 767px) {
          .dep-3_23-24-license .dep-license-thatswhy-rate-number span {
            font-size: 53px;
            font-size: 11.04167vw; } }
  .dep-3_23-24-license .dep-license-thatswhy-sttl {
    text-align: center;
    color: #76BDD0;
    font-size: 22px; }
    @media screen and (max-width: 767px) {
      .dep-3_23-24-license .dep-license-thatswhy-sttl {
        font-size: 22px;
        font-size: 4.58333vw; } }

.dep-3_23-24-interview .dep-interview-unit-badge {
  background-color: #76BDD0; }

.dep-3_23-24-interview .dep-interview-unit-ttl {
  color: #76BDD0; }

.dep-3_23-24-interview .dep-interview-unit-name {
  color: #76BDD0; }

.dep-3_23-24-interview .dep-interview-unit-message p {
  margin-bottom: 0.5em; }

.dep-3_23-24-interview .dep-interview-unit-message .note {
  font-size: 13px; }

.dep-3_23-24-lifestage-ttl {
  background: #EDF6F9;
  font-size: 22px;
  text-align: center;
  padding: 10px; }

.dep-3_23-24-lifestage-jobtype-wrap {
  margin-bottom: 6em;
  display: flex;
  justify-content: center; }
  @media screen and (max-width: 767px) {
    .dep-3_23-24-lifestage-jobtype-wrap {
      display: block; } }
  .dep-3_23-24-lifestage-jobtype-wrap ul {
    margin: 0 2em;
    font-weight: bold;
    font-size: 18px; }
    @media screen and (max-width: 767px) {
      .dep-3_23-24-lifestage-jobtype-wrap ul {
        font-size: 18px;
        font-size: 3.75vw; } }
    .dep-3_23-24-lifestage-jobtype-wrap ul li {
      line-height: 2.3; }
      .dep-3_23-24-lifestage-jobtype-wrap ul li::before {
        content: "■";
        color: #76BDD0;
        margin-right: 0.5em; }

.dep-3_23-24-lifestage-lead {
  text-align: center;
  margin-bottom: 3em; }

.dep-3_23-24-lifestage-item {
  max-width: 879px;
  margin: 0 auto 2em;
  margin-bottom: 5em; }
  .dep-3_23-24-lifestage-item .ttls {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 1.2em; }
    .dep-3_23-24-lifestage-item .ttls span {
      color: #76BDD0; }
    .dep-3_23-24-lifestage-item .ttls::before {
      content: "■";
      color: #76BDD0;
      margin-right: 0.5em; }

.dep-3_23-24-lifestage-note {
  text-align: center; }

.dep-3-feature .dep-feature-unit-25__list > li {
  width: calc((100% - 32px) / 2);
  border: 3px solid #76bdd0; }
  @media screen and (max-width: 767px) {
    .dep-3-feature .dep-feature-unit-25__list > li {
      width: 100%; } }
  .dep-3-feature .dep-feature-unit-25__list > li .header {
    background: #76bdd0; }
  .dep-3-feature .dep-feature-unit-25__list > li .cnt .qualification__ttl span {
    background: #76bdd0;
    width: auto;
    padding: 0 30px; }
  .dep-3-feature .dep-feature-unit-25__list > li .cnt .qualification__body {
    color: #76bdd0; }

.dep-3_25-seminar {
  margin-bottom: 120px; }
  .dep-3_25-seminar .dep-3_23-24-seminar-flex .img {
    align-items: center; }
  .dep-3_25-seminar .dep-3_23-24-seminar-related .list {
    gap: 63px; }
    @media screen and (max-width: 767px) {
      .dep-3_25-seminar .dep-3_23-24-seminar-related .list {
        display: flex;
        flex-direction: column;
        gap: 40px; } }
    .dep-3_25-seminar .dep-3_23-24-seminar-related .list .item {
      width: calc((100% - 126px) / 3);
      margin: 0px; }
      @media screen and (max-width: 767px) {
        .dep-3_25-seminar .dep-3_23-24-seminar-related .list .item {
          width: 100%; } }
      .dep-3_25-seminar .dep-3_23-24-seminar-related .list .item.item-3 .img {
        position: relative;
        margin-top: -27px;
        height: 267px; }
        @media screen and (max-width: 767px) {
          .dep-3_25-seminar .dep-3_23-24-seminar-related .list .item.item-3 .img {
            margin-top: 0; } }
      .dep-3_25-seminar .dep-3_23-24-seminar-related .list .item.item-3 .ttls {
        margin-top: -26px; }
        @media screen and (max-width: 767px) {
          .dep-3_25-seminar .dep-3_23-24-seminar-related .list .item.item-3 .ttls {
            margin-top: 0; } }
  .dep-3_25-seminar .dep-3_25-seminar-bgblue {
    padding: 40px 240px 40px 50px; }
    @media screen and (max-width: 767px) {
      .dep-3_25-seminar .dep-3_25-seminar-bgblue {
        padding: 20px 20px 0; } }

.dep-3-license.dep-license-25 .dep-license-unit-ttl {
  color: #eaa678; }

.dep-3-license.dep-license-25 .dep-license-stepup {
  width: 100%;
  background: #fffcea;
  border: 1px solid #eaa678;
  padding: 30px; }
  @media screen and (max-width: 767px) {
    .dep-3-license.dep-license-25 .dep-license-stepup {
      padding: 30px 20px; } }
  .dep-3-license.dep-license-25 .dep-license-stepup .dep-license-stepup-header {
    text-align: center;
    display: block;
    margin-bottom: 20px; }
    .dep-3-license.dep-license-25 .dep-license-stepup .dep-license-stepup-header .dep-license-stepup-ttl-1 {
      color: #eaa678; }
  .dep-3-license.dep-license-25 .dep-license-stepup .list-wrap {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .dep-3-license.dep-license-25 .dep-license-stepup .list-wrap {
        display: block; } }

.exam-table {
  width: 100%;
  margin: 20px 0; }
  .exam-table caption {
    text-align: left; }
  .exam-table th,
  .exam-table td {
    border: 1px solid #707070;
    vertical-align: middle;
    text-align: center;
    padding: 15px 10px;
    min-width: 6em;
    line-height: 1.43; }
    .exam-table th.ab-time-parent,
    .exam-table td.ab-time-parent {
      position: relative;
      padding-right: 50px; }
      @media screen and (max-width: 767px) {
        .exam-table th.ab-time-parent,
        .exam-table td.ab-time-parent {
          padding-right: 40px; } }
      .exam-table th.ab-time-parent .ab-time,
      .exam-table td.ab-time-parent .ab-time {
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translate(0, -50%); }
        @media screen and (max-width: 767px) {
          .exam-table th.ab-time-parent .ab-time,
          .exam-table td.ab-time-parent .ab-time {
            right: 10px; } }
    .exam-table th .ab-flex,
    .exam-table td .ab-flex {
      display: flex;
      justify-content: space-between;
      align-items: center;
      max-width: 430px; }
      @media screen and (max-width: 767px) {
        .exam-table th .ab-flex,
        .exam-table td .ab-flex {
          min-width: 350px; } }
      .exam-table th .ab-flex .ab-time,
      .exam-table td .ab-flex .ab-time {
        display: inline-block; }
    .exam-table th ul,
    .exam-table td ul {
      margin: 10px 0; }
    .exam-table th .fs-20,
    .exam-table td .fs-20 {
      font-size: 20px;
      margin-bottom: 2px; }
      @media screen and (max-width: 767px) {
        .exam-table th .fs-20,
        .exam-table td .fs-20 {
          font-size: 17px; } }
  .exam-table .mw-7 {
    min-width: 7em; }
  .exam-table th {
    background: #f0f0f0; }
  .exam-table tr.tr-80 td {
    height: 80px; }
  .exam-table .ta-l {
    text-align: left;
    padding: 15px 20px; }
  .exam-table .flex {
    display: flex; }
    @media screen and (max-width: 767px) {
      .exam-table .flex {
        display: block; } }
    .exam-table .flex .img {
      width: 194px; }
      @media screen and (max-width: 767px) {
        .exam-table .flex .img {
          width: 100%; } }
    .exam-table .flex .txt {
      width: calc(100% - 194px);
      padding-right: 40px; }
      @media screen and (max-width: 767px) {
        .exam-table .flex .txt {
          width: 100%;
          padding-right: 0; } }
    .exam-table .flex-25 {
      display: flex;
      align-items: center; }
      @media screen and (max-width: 767px) {
        .exam-table .flex-25 {
          display: block; } }
      .exam-table .flex-25 .img {
        width: 135px; }
        @media screen and (max-width: 767px) {
          .exam-table .flex-25 .img {
            width: 100%; } }
      .exam-table .flex-25 .txt {
        width: calc(100% - 135px);
        padding-right: 40px; }
        @media screen and (max-width: 767px) {
          .exam-table .flex-25 .txt {
            width: 100%;
            padding-right: 0; } }
  .exam-table.lh-n th,
  .exam-table.lh-n td {
    line-height: 2.5; }
  .exam-table.lh-n .hl-15 {
    line-height: 1.5; }
  .exam-table.lh-n .lh-21 {
    line-height: 2.18; }
  .exam-table-note {
    text-align: right;
    margin: -5px 0 30px; }

@media screen and (max-width: 767px) {
  .table-scroll {
    overflow-x: scroll; } }

@media screen and (max-width: 767px) {
  .table-scroll > .exam-table {
    min-width: 800px; } }

.table-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }
  @media screen and (max-width: 767px) {
    .table-flex {
      display: block; } }
  .table-flex table {
    width: calc(100% - 50px);
    margin-right: 50px; }
    .table-flex table:nth-child(2n) {
      margin-right: 0; }
    @media screen and (max-width: 767px) {
      .table-flex table {
        width: 100%;
        margin: 0 0 1.2em; } }

.exam-bandttl {
  background: #f0f0f0;
  font-size: 22px;
  text-align: center;
  padding: 10px;
  margin: 50px 0 30px; }
  @media screen and (max-width: 767px) {
    .exam-bandttl {
      font-size: 22px;
      font-size: 4.58333vw; } }

.exam-sttl {
  font-size: 18px;
  color: #eaa678;
  font-weight: bold;
  margin: 40px 0 5px; }
  @media screen and (max-width: 767px) {
    .exam-sttl {
      font-size: 18px;
      font-size: 3.75vw; } }
  .exam-sttl.fs-s {
    font-size: 16px;
    font-weight: 500; }

.exam-sttl-2 {
  font-size: 22px;
  background: url(../images/examination/bg-sttl.png) no-repeat left 6px;
  background-size: 22px 24px;
  padding: 0 0 0 40px;
  margin-top: 60px; }
  @media screen and (max-width: 767px) {
    .exam-sttl-2 {
      font-size: 22px;
      font-size: 4.58333vw;
      background-position: left 4px; } }

.exam-sttl-3 {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  color: #eaa678;
  line-height: 1.5;
  gap: 20px;
  padding-bottom: 16px; }
  @media screen and (max-width: 767px) {
    .exam-sttl-3 {
      gap: 0 20px; } }
  .exam-sttl-3 .line-1 {
    font-size: 34px; }
    @media screen and (max-width: 767px) {
      .exam-sttl-3 .line-1 {
        font-size: 27px; } }
  .exam-sttl-3 .line-2 {
    font-size: 24px;
    background: #eaa678;
    color: #fff;
    padding: 0 10px;
    margin-top: 7px; }
    @media screen and (max-width: 767px) {
      .exam-sttl-3 .line-2 {
        font-size: 19px; } }
  .exam-sttl-3 .line-3 {
    margin-top: 15px; }

.exam-sttl-4 {
  color: #ed9d67;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6; }
  @media screen and (max-width: 767px) {
    .exam-sttl-4 {
      font-size: 18px; } }

.mt-30 {
  margin-top: 30px; }

.mt-100 {
  margin-top: 120px; }

.mt-120 {
  margin-top: 120px; }

.exam-leadnote {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin: 40px 0 100px; }
  @media screen and (max-width: 767px) {
    .exam-leadnote {
      font-size: 15px;
      margin: 20px 0 40px;
      line-height: 1.5; } }
  .exam-leadnote span {
    display: inline-block;
    border: 3px solid #eaa678;
    padding: 8px 40px;
    color: #eaa678; }
    @media screen and (max-width: 767px) {
      .exam-leadnote span {
        padding: 10px 10px; } }

.exam-recruitment {
  margin-bottom: 80px;
  line-height: 2.2; }

.exam-guide {
  margin-bottom: 120px;
  line-height: 2.2; }
  .exam-guide .trigger-ttl {
    border-top: 1px solid #eaa678;
    font-size: 22px;
    background: url(../images/examination/bg-trigger.png) no-repeat left 26px;
    background-size: 28px 28px;
    padding: 22px 0 0 40px;
    cursor: pointer; }
    @media screen and (max-width: 767px) {
      .exam-guide .trigger-ttl {
        font-size: 22px;
        font-size: 4.58333vw;
        background-size: 24px 24px; } }
    .exam-guide .trigger-ttl.active {
      background: url(../images/examination/bg-trigger-active.png) no-repeat left 26px;
      background-size: 28px 28px; }
      @media screen and (max-width: 767px) {
        .exam-guide .trigger-ttl.active {
          font-size: 22px;
          font-size: 4.58333vw;
          background-size: 24px 24px; } }
  .exam-guide .ac {
    padding-bottom: 60px;
    display: none; }
  .exam-guide-lead {
    text-align: center;
    margin-bottom: 50px; }
  .exam-guide figure {
    margin: 40px 0; }
  .exam-guide strong {
    color: #eaa678;
    font-weight: bold; }
    .exam-guide strong.nc {
      color: #000000; }
  .exam-guide a {
    text-decoration: underline; }
    .exam-guide a:hover {
      text-decoration: none; }

.exam-consul {
  margin-bottom: 120px; }
  .exam-consul .ta-c {
    text-align: center; }
  .exam-consul .fs-20 {
    font-size: 20px; }
    @media screen and (max-width: 767px) {
      .exam-consul .fs-20 {
        font-size: 20px;
        font-size: 4.16667vw; } }
  .exam-consul .exam-bandttl {
    margin-top: 120px; }
  .exam-consul .common-ttl-6 + .exam-bandttl {
    margin-top: 0px; }
  .exam-consul a {
    text-decoration: underline; }
    .exam-consul a:hover {
      text-decoration: none; }

.exam-scholarship {
  margin-bottom: 150px; }
  .exam-scholarship strong {
    color: #eaa678;
    font-weight: bold; }
    .exam-scholarship strong.nc {
      color: #000000; }

.exam-document {
  margin-bottom: 130px; }
  .exam-document-lead {
    text-align: center; }
  .exam-document-btn {
    text-align: center; }
    @media screen and (max-width: 767px) {
      .exam-document-btn a {
        padding-top: 8px; } }

.exam-pamphlet {
  margin-bottom: 130px; }
  .exam-pamphlet-lead {
    text-align: center; }
  .exam-pamphlet-download {
    width: 331px;
    margin: 0 auto; }

.exam-application {
  margin-bottom: 130px; }
  .exam-application-lead {
    text-align: center; }
  .exam-application-btn a {
    display: block;
    text-align: center;
    color: #fff;
    background: #ee7948;
    font-size: 24px;
    box-shadow: 0px 5px 0px 0px rgba(234, 166, 120, 0.32);
    border-radius: 30px;
    width: 328px;
    height: 61px;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .exam-application-btn a {
        font-size: 24px;
        font-size: 5vw;
        padding-top: 8px; } }

.exam-faq {
  margin-bottom: 120px; }
  .exam-faq-unit {
    font-size: 18px;
    line-height: 1.94;
    margin-bottom: 120px; }
    @media screen and (max-width: 767px) {
      .exam-faq-unit {
        font-size: 18px;
        font-size: 3.75vw; } }
    .exam-faq-unit-ttl {
      background: #f0f0f0;
      font-size: 22px;
      text-align: center;
      padding: 10px;
      margin-bottom: 40px; }
      @media screen and (max-width: 767px) {
        .exam-faq-unit-ttl {
          font-size: 22px;
          font-size: 4.58333vw; } }
  .exam-faq-dl {
    margin-bottom: 60px; }
  .exam-faq-q {
    border-bottom: 1px solid #eaa678;
    margin-bottom: 12px;
    padding-bottom: 10px;
    padding-left: 30px;
    position: relative; }
    .exam-faq-q:before {
      content: "Q";
      color: #8ba4f8;
      position: absolute;
      left: 0; }
  .exam-faq-a {
    padding-left: 30px;
    position: relative; }
    .exam-faq-a:before {
      content: "A";
      color: #eaa678;
      position: absolute;
      left: 0; }
  .exam-faq a {
    text-decoration: underline; }
    .exam-faq a:hover {
      text-decoration: none; }

.exam_bg_orange {
  margin-bottom: 1.3em; }
  .exam_bg_orange-inner {
    background: #eaa678;
    color: #fff;
    border: 3px solid #eaa678;
    border-radius: 13px;
    display: flex;
    overflow: hidden; }
  .exam_bg_orange-header {
    background: #fff;
    color: #eaa678;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1;
    position: relative;
    width: 46px; }
    .exam_bg_orange-header span {
      display: block;
      position: absolute;
      transform: translate(-50%, -50%) rotate(-90deg);
      top: 50%;
      left: 50%; }
  .exam_bg_orange-cnt {
    padding: 20px 10px 20px 30px; }
    .exam_bg_orange-cnt.flex {
      display: flex;
      align-items: center; }
      @media screen and (max-width: 767px) {
        .exam_bg_orange-cnt.flex {
          display: block; } }
      .exam_bg_orange-cnt.flex .ttl {
        margin-right: 1em;
        margin-bottom: 0; }
        @media screen and (max-width: 767px) {
          .exam_bg_orange-cnt.flex .ttl {
            margin-right: 0;
            margin-bottom: 0.3em; } }
  .exam_bg_orange .ttl {
    color: #ffff80;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 0.3em; }
    @media screen and (max-width: 767px) {
      .exam_bg_orange .ttl {
        font-size: 20px; } }
    .exam_bg_orange .ttl.fs28 {
      font-size: 28px; }
      @media screen and (max-width: 767px) {
        .exam_bg_orange .ttl.fs28 {
          font-size: 20px; } }
    .exam_bg_orange .ttl.fs20 {
      font-size: 20px; }
    .exam_bg_orange .ttl .fs20 {
      font-size: 20px; }
    .exam_bg_orange .ttl .fs16 {
      font-size: 16px; }
    .exam_bg_orange .ttl br + span {
      display: block; }
  .exam_bg_orange .cnt {
    line-height: 1.8; }
  .exam_bg_orange.ta-center {
    text-align: center; }
  .exam_bg_orange.w850 .exam_bg_orange-inner {
    max-width: 850px;
    margin: 0 auto; }
  .exam_bg_orange ul {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 15px; }
    .exam_bg_orange ul li {
      display: flex;
      flex-wrap: wrap;
      line-height: 1.5;
      align-items: center; }
      .exam_bg_orange ul li .number {
        font-size: 28px;
        font-weight: bold;
        margin: 0 10px 0 0; }
        @media screen and (max-width: 767px) {
          .exam_bg_orange ul li .number {
            font-size: 18px;
            width: 15px;
            margin: 0; } }
      .exam_bg_orange ul li .ttl {
        font-size: 28px;
        font-weight: bold;
        color: #ffff80;
        margin: 0 20px 0 0; }
        @media screen and (max-width: 767px) {
          .exam_bg_orange ul li .ttl {
            font-size: 18px;
            width: calc(100% - 15px);
            margin: 0; } }
      @media screen and (max-width: 767px) {
        .exam_bg_orange ul li .cnt {
          width: 100%; } }

.exam-flow {
  max-width: 850px;
  line-height: 1.75;
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-top: 20px; }
  @media screen and (max-width: 767px) {
    .exam-flow {
      gap: 20px; } }
  .exam-flow__ttl {
    background: #eaa678;
    color: #fff;
    border-radius: 10px 10px 0 0;
    display: inline-flex;
    font-size: 24px;
    padding: 5px 40px;
    font-weight: bold;
    min-width: 468px; }
    @media screen and (max-width: 767px) {
      .exam-flow__ttl {
        min-width: auto;
        padding: 5px 20px;
        font-size: 18px;
        display: flex; } }
    .exam-flow__ttl .step {
      margin-right: 20px; }
      .exam-flow__ttl .step span {
        font-size: 18px;
        margin-right: 10px; }
  .exam-flow-cnt {
    border: 3px solid #eaa678;
    border-radius: 0 10px 10px 10px;
    padding: 30px; }
    @media screen and (max-width: 767px) {
      .exam-flow-cnt {
        border-radius: 0 0 10px 10px;
        padding: 20px; } }
    .exam-flow-cnt p:last-child {
      margin: 0; }
    .exam-flow-cnt .gray {
      border-radius: 10px;
      background: #ededed;
      display: flex; }
      @media screen and (max-width: 767px) {
        .exam-flow-cnt .gray {
          flex-direction: column; } }
      .exam-flow-cnt .gray .header {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 20px;
        border-right: 1px solid #707070;
        padding: 15px 30px; }
        @media screen and (max-width: 767px) {
          .exam-flow-cnt .gray .header {
            border-right: none;
            border-bottom: 1px solid #707070; } }
      .exam-flow-cnt .gray .body {
        padding: 15px 20px; }

.exam-support {
  border: 3px solid #f8db8c;
  border-radius: 10px;
  padding: 40px 50px;
  line-height: 1.5;
  margin: 40px 0 120px; }
  @media screen and (max-width: 767px) {
    .exam-support {
      padding: 20px;
      margin: 30px 0 80px; } }
  .exam-support-header {
    color: #ed9d67;
    font-weight: bold;
    padding-bottom: 24px; }
    .exam-support-header .line-2 {
      font-size: 24px; }
      @media screen and (max-width: 767px) {
        .exam-support-header .line-2 {
          font-size: 20px; } }
  .exam-support__list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 890px; }
  .exam-support__item {
    background: #ed9d67;
    color: #fff;
    border-radius: 10px;
    display: flex; }
    @media screen and (max-width: 767px) {
      .exam-support__item {
        flex-direction: column; } }
    .exam-support__item .header {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 60px;
      border-right: 2px solid #fff;
      font-size: 24px; }
      @media screen and (max-width: 767px) {
        .exam-support__item .header {
          width: 100%;
          border-right: none;
          border-bottom: 2px solid #fff;
          padding: 10px; } }
    .exam-support__item .cnt {
      padding: 20px; }
    .exam-support__item.item-1 .cnt {
      display: flex;
      align-items: center;
      gap: 20px; }
      @media screen and (max-width: 767px) {
        .exam-support__item.item-1 .cnt {
          flex-direction: column;
          text-align: center;
          gap: 0; } }
      .exam-support__item.item-1 .cnt .plus {
        font-size: 24px;
        font-weight: bold; }
    .exam-support__item.item-2 .cnt {
      display: flex;
      align-items: center;
      gap: 20px; }
      @media screen and (max-width: 767px) {
        .exam-support__item.item-2 .cnt {
          flex-direction: column;
          gap: 15px; } }
      .exam-support__item.item-2 .cnt .left .line-1 {
        margin-bottom: 5px; }
      .exam-support__item.item-2 .cnt .left .line-2 {
        font-size: 14px; }
      .exam-support__item.item-2 .cnt .right .line-1 {
        font-size: 10px;
        margin-bottom: 5px; }
      .exam-support__item.item-2 .cnt .right .line-2 {
        font-size: 13px; }
  .exam-support-cnt > .ttl {
    color: #ed9d67;
    margin-bottom: 8px; }
  .exam-support-cnt .note {
    font-size: 10px; }
  .exam-support-cnt > .list {
    margin: 0; }
    .exam-support-cnt > .list > li {
      margin-bottom: 10px; }
  .exam-support-cnt .result {
    padding: 24px 0 0; }
    .exam-support-cnt .result__ttl {
      display: flex;
      font-weight: bold;
      align-items: center;
      gap: 10px; }
      @media screen and (max-width: 767px) {
        .exam-support-cnt .result__ttl {
          flex-wrap: wrap;
          gap: 0;
          margin-bottom: 8px; } }
      .exam-support-cnt .result__ttl .line-1 {
        font-size: 24px; }
        @media screen and (max-width: 767px) {
          .exam-support-cnt .result__ttl .line-1 {
            font-size: 24px; } }
      .exam-support-cnt .result__ttl .line-2 {
        font-size: 30px;
        color: #ed9d67; }
        @media screen and (max-width: 767px) {
          .exam-support-cnt .result__ttl .line-2 {
            font-size: 24px; } }
      .exam-support-cnt .result__ttl .line-3 {
        font-size: 20px; }

.support-intro {
  line-height: 2.18; }
  .support-intro-unit-a {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px; }
    @media screen and (max-width: 767px) {
      .support-intro-unit-a {
        display: block; } }
    .support-intro-unit-a-img {
      width: 267px; }
      @media screen and (max-width: 767px) {
        .support-intro-unit-a-img {
          margin: 0 auto 20px; } }
    .support-intro-unit-a-txt {
      width: calc(100% - 320px); }
      @media screen and (max-width: 767px) {
        .support-intro-unit-a-txt {
          width: 100%; } }
  .support-intro-unit-b {
    margin-bottom: 50px; }
    .support-intro-unit-b a {
      text-decoration: underline; }
      .support-intro-unit-b a:hover {
        text-decoration: none; }
    .support-intro-unit-b-ttl {
      background: #F0F0F0;
      text-align: center;
      font-size: 22px;
      padding: 10px; }
      @media screen and (max-width: 767px) {
        .support-intro-unit-b-ttl {
          font-size: 22px;
          font-size: 4.58333vw; } }
    .support-intro-unit-b-sttl-a {
      font-weight: bold;
      font-size: 18px;
      margin-bottom: 5px; }
      @media screen and (max-width: 767px) {
        .support-intro-unit-b-sttl-a {
          font-size: 18px;
          font-size: 3.75vw; } }
    .support-intro-unit-b-sttl-b {
      font-size: 22px;
      background: url(../images/examination/bg-sttl.png) no-repeat left 6px;
      background-size: 22px 24px;
      padding: 0 0 0 40px;
      margin-top: 60px; }
      @media screen and (max-width: 767px) {
        .support-intro-unit-b-sttl-b {
          font-size: 22px;
          font-size: 4.58333vw;
          background-position: left 4px; } }
    .support-intro-unit-b .support-intro-unit-b-ttl + .support-intro-unit-b-sttl-b {
      margin-top: 0; }
    .support-intro-unit-b-sttl-c {
      font-size: 18px;
      color: #EAA678;
      font-weight: bold;
      margin-bottom: 10px;
      margin-top: 50px; }
      @media screen and (max-width: 767px) {
        .support-intro-unit-b-sttl-c {
          font-size: 18px;
          font-size: 3.75vw; } }
    .support-intro-unit-b .support-intro-unit-b-sttl-b + .support-intro-unit-b-sttl-c {
      margin-top: -5px; }
    .support-intro-unit-b .pdf-link {
      background: url(../images/to-support/icon-pdf.png) no-repeat right center;
      background-size: 14px 17px;
      padding: 0 25px 0 0;
      text-decoration: underline; }
    .support-intro-unit-b .word-link {
      background: url(../images/to-support/icon-word.png) no-repeat right center;
      background-size: 17px 17px;
      padding: 0 25px 0 0;
      text-decoration: underline; }
    .support-intro-unit-b .excel-link {
      background: url(../images/to-support/icon-excel.png) no-repeat right center;
      background-size: 17px 17px;
      padding: 0 25px 0 0;
      text-decoration: underline; }
    .support-intro-unit-b .download-link-list {
      margin-bottom: 30px; }
    .support-intro-unit-b .account-box {
      border: 1px solid #BCBCBC;
      padding: 20px 0;
      display: flex;
      justify-content: center;
      margin-bottom: 10px; }
      @media screen and (max-width: 767px) {
        .support-intro-unit-b .account-box {
          padding: 20px; } }
  .support-intro .link-area {
    background: #FEF9EC;
    display: flex;
    padding: 50px;
    display: flex;
    justify-content: center; }
    @media screen and (max-width: 767px) {
      .support-intro .link-area {
        display: block;
        padding: 30px; } }
    .support-intro .link-area ul {
      margin: 0 35px; }
      @media screen and (max-width: 767px) {
        .support-intro .link-area ul li {
          margin-bottom: 10px; } }
      .support-intro .link-area ul li a {
        color: #000000;
        font-weight: bold;
        font-size: 18px;
        display: flex;
        justify-content: space-between;
        align-items: center; }
        @media screen and (max-width: 767px) {
          .support-intro .link-area ul li a {
            font-size: 18px;
            font-size: 3.75vw; } }
        .support-intro .link-area ul li a img {
          margin-left: 10px; }
        .support-intro .link-area ul li a:hover {
          color: #ee7948; }

.fc-please {
  margin-bottom: 120px; }
  @media screen and (max-width: 767px) {
    .fc-please {
      margin-bottom: 80px; } }
  .fc-please-from {
    text-align: right;
    line-height: 1.5; }
  .fc-please-best-regards {
    text-align: right; }

.fc-about a {
  text-decoration: underline; }
  .fc-about a:hover {
    text-decoration: none; }

.fc-about-unit {
  margin-bottom: 50px; }
  .fc-about-unit-ttl {
    font-size: 18px;
    color: #EAA678;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 50px; }
    @media screen and (max-width: 767px) {
      .fc-about-unit-ttl {
        font-size: 18px;
        font-size: 3.75vw; } }
  .fc-about-unit .pdf-link {
    background: url(../images/to-support/icon-pdf.png) no-repeat right center;
    background-size: 14px 17px;
    padding: 0 25px 0 0;
    text-decoration: underline; }
  .fc-about-unit .word-link {
    background: url(../images/to-support/icon-word.png) no-repeat right center;
    background-size: 17px 17px;
    padding: 0 25px 0 0;
    text-decoration: underline; }
  .fc-about-unit .excel-link {
    background: url(../images/to-support/icon-excel.png) no-repeat right center;
    background-size: 17px 17px;
    padding: 0 25px 0 0;
    text-decoration: underline; }
  .fc-about-unit .pdf-word-link {
    background: url(../images/for-corporate/icon-pdf-word.png) no-repeat right center;
    background-size: 39px 17px;
    padding: 0 55px 0 0;
    text-decoration: underline; }
  .fc-about-unit .pdf-excel-link {
    background: url(../images/for-corporate/icon-pdf-excel.png) no-repeat right center;
    background-size: 39px 17px;
    padding: 0 55px 0 0;
    text-decoration: underline; }
  .fc-about-unit .download-list {
    margin-bottom: 40px; }
    .fc-about-unit .download-list li {
      color: #ee7948;
      display: flex;
      align-items: center;
      line-height: 1;
      margin-bottom: 15px; }
      .fc-about-unit .download-list li a {
        display: block;
        margin-left: 10px; }
        .fc-about-unit .download-list li a:hover {
          opacity: 0.5; }

.cl-map {
  margin-bottom: 80px;
  line-height: 2.18; }
  .cl-map-img {
    margin-bottom: 80px; }
  .cl-map-unit-wrap {
    display: flex;
    flex-wrap: wrap; }
    @media screen and (max-width: 767px) {
      .cl-map-unit-wrap {
        display: block; } }
  .cl-map-unit {
    width: calc(33.33% - 32px);
    margin-right: 48px;
    margin-bottom: 50px; }
    @media screen and (max-width: 767px) {
      .cl-map-unit {
        width: 100%;
        margin-right: 0;
        margin-bottom: 40px; } }
    .cl-map-unit:nth-child(3n + 3) {
      margin-right: 0; }
    .cl-map-unit-img {
      margin-bottom: 20px; }
    .cl-map-unit-ttl {
      font-size: 22px;
      display: flex;
      align-items: center;
      margin-bottom: 10px; }
      @media screen and (max-width: 767px) {
        .cl-map-unit-ttl {
          font-size: 22px;
          font-size: 4.58333vw; } }
      .cl-map-unit-ttl .number {
        background: #eaa678;
        border-radius: 7px;
        color: #fff;
        font-size: 20px;
        width: 34px;
        height: 34px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 7px; }
        @media screen and (max-width: 767px) {
          .cl-map-unit-ttl .number {
            font-size: 20px;
            font-size: 4.16667vw; } }

.cl-team {
  margin-bottom: 200px;
  line-height: 2.18; }
  @media screen and (max-width: 767px) {
    .cl-team {
      margin-bottom: 80px; } }
  .cl-team-flex {
    display: flex;
    flex-direction: row-reverse; }
    @media screen and (max-width: 767px) {
      .cl-team-flex {
        display: block; } }
  .cl-team-img {
    width: 328px; }
    @media screen and (max-width: 767px) {
      .cl-team-img {
        margin: 0 auto 30px; } }
  .cl-team-txt {
    width: calc(100% - 328px);
    padding-right: 40px; }
    @media screen and (max-width: 767px) {
      .cl-team-txt {
        width: 100%;
        padding-right: 0; } }
    .cl-team-txt strong {
      color: #eaa678;
      font-weight: bold; }
  .cl-team-ttl {
    font-size: 18px;
    color: #eaa678;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 50px; }
    @media screen and (max-width: 767px) {
      .cl-team-ttl {
        font-size: 18px;
        font-size: 3.75vw; } }
  .cl-team-btn {
    text-align: center;
    margin-top: 80px; }
    .cl-team-btn a {
      display: inline-block;
      text-align: center;
      color: #fff;
      background: #ee7948;
      font-size: 24px;
      box-shadow: 0px 5px 0px 0px rgba(234, 166, 120, 0.32);
      border-radius: 30px;
      margin: 0 auto;
      padding: 4px 70px; }
      @media screen and (max-width: 767px) {
        .cl-team-btn a {
          font-size: 24px;
          font-size: 5vw;
          padding-top: 8px;
          line-height: 1.5; } }

.cl-dormitory {
  margin-bottom: 200px;
  line-height: 2.18; }
  @media screen and (max-width: 767px) {
    .cl-dormitory {
      margin-bottom: 80px; } }
  .cl-dormitory-flex {
    display: flex;
    margin-bottom: 50px; }
    @media screen and (max-width: 767px) {
      .cl-dormitory-flex {
        display: block; } }
  .cl-dormitory-img {
    width: 607px; }
    @media screen and (max-width: 767px) {
      .cl-dormitory-img {
        width: 100%;
        margin-bottom: 20px; } }
  .cl-dormitory-txt {
    width: calc(100% - 607px);
    padding-left: 40px; }
    @media screen and (max-width: 767px) {
      .cl-dormitory-txt {
        width: 100%;
        padding-left: 0; } }
    .cl-dormitory-txt .flex {
      display: flex;
      align-items: flex-end;
      margin-bottom: 30px; }
      .cl-dormitory-txt .flex .img {
        width: 233px;
        margin-right: 20px; }
        @media screen and (max-width: 767px) {
          .cl-dormitory-txt .flex .img {
            width: 160px; } }
  .cl-dormitory dl {
    display: flex; }
    .cl-dormitory dl dt {
      color: #eaa678; }
    .cl-dormitory dl dd:before {
      content: "："; }
  .cl-dormitory-sttl {
    font-size: 22px;
    background: url(../images/examination/bg-sttl.png) no-repeat left 6px;
    background-size: 22px 24px;
    padding: 0 0 0 40px;
    margin-top: 80px; }
    @media screen and (max-width: 767px) {
      .cl-dormitory-sttl {
        font-size: 22px;
        font-size: 4.58333vw;
        background-position: left 4px; } }
  .cl-dormitory table {
    width: 100%;
    margin: 20px 0; }
    .cl-dormitory table th,
    .cl-dormitory table td {
      border: 1px solid #b9b9b9;
      vertical-align: middle;
      text-align: center;
      padding: 25px 20px;
      min-width: 6em;
      line-height: 1.43; }
    .cl-dormitory table th {
      background: #f0f0f0; }
    .cl-dormitory table td {
      text-align: left; }
  .cl-dormitory .pdf-link {
    background: url(../images/outline/icon-pdf.svg) no-repeat right top 5px;
    padding: 0 20px 0 0;
    margin: 0 5px; }
    @media screen and (max-width: 767px) {
      .cl-dormitory .pdf-link {
        background-position: right center; } }

.oyakoen-information {
  margin-bottom: 60px; }
  .oyakoen-information a {
    color: #E45B1E; }
  .oyakoen-information-inner {
    background: #FEF8E7;
    display: flex;
    justify-content: center;
    padding: 50px;
    align-items: center;
    border-radius: 8px; }
    @media screen and (max-width: 767px) {
      .oyakoen-information-inner {
        padding: 20px;
        display: block; } }
  .oyakoen-information .common-head {
    margin-right: 60px; }
    @media screen and (max-width: 767px) {
      .oyakoen-information .common-head {
        margin-right: 0;
        text-align: center; } }
  .oyakoen-information .common-ttl {
    border-bottom: 1px solid #EAA678;
    padding-bottom: 5px;
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .oyakoen-information .common-ttl {
        display: inline-block; } }
    .oyakoen-information .common-ttl .en {
      font-size: 25px;
      padding-bottom: 5px;
      color: #E45B1E; }
  .oyakoen-information-list {
    margin: 0; }
    @media screen and (max-width: 767px) {
      .oyakoen-information-list {
        margin-bottom: 20px; } }
  .oyakoen-information-item {
    margin-bottom: 18px; }
    @media screen and (max-width: 767px) {
      .oyakoen-information-item {
        line-height: 1.5; } }
    .oyakoen-information-item:last-child {
      margin-bottom: 0; }
    .oyakoen-information-item a {
      display: flex;
      font-size: 14px; }
      .oyakoen-information-item a time {
        margin-right: 35px; }
      .oyakoen-information-item a p {
        color: #000000;
        margin: 0; }
  .oyakoen-information .link-btn {
    margin: 0;
    text-align: left; }
    @media screen and (max-width: 767px) {
      .oyakoen-information .link-btn {
        text-align: center; } }
    .oyakoen-information .link-btn a {
      color: #fff;
      background: #EE7948;
      border-color: #F6B997; }

.oyakoen-intro {
  line-height: 2.18;
  margin-bottom: 150px; }
  @media screen and (max-width: 767px) {
    .oyakoen-intro {
      margin-bottom: 80px; } }
  .oyakoen-intro-flex {
    display: flex;
    align-items: center;
    margin-bottom: 120px; }
    @media screen and (max-width: 767px) {
      .oyakoen-intro-flex {
        display: block;
        margin-bottom: 40px; } }
  .oyakoen-intro-img {
    width: 347px; }
    @media screen and (max-width: 767px) {
      .oyakoen-intro-img {
        width: 100%;
        margin-bottom: 20px; } }
  .oyakoen-intro-txt {
    width: calc(100% - 347px);
    padding-left: 40px; }
    @media screen and (max-width: 767px) {
      .oyakoen-intro-txt {
        width: 100%;
        padding-left: 0; } }
    .oyakoen-intro-txt p:last-child {
      margin: 0; }
  .oyakoen-intro .img-w100 {
    margin-bottom: 40px; }
  .oyakoen-intro dl {
    display: flex;
    margin-bottom: 20px;
    align-items: center; }
    .oyakoen-intro dl dt {
      background: #F0F0F0;
      width: 16em;
      text-align: center;
      margin-right: 40px;
      padding: 10px; }
      @media screen and (max-width: 767px) {
        .oyakoen-intro dl dt {
          width: 6em;
          margin-right: 20px;
          padding: 5px; } }

.oyakoen-note {
  line-height: 2.18;
  margin-bottom: 180px; }
  @media screen and (max-width: 767px) {
    .oyakoen-note {
      margin-bottom: 80px; } }
  .oyakoen-note-ttl {
    background: #F0F0F0;
    text-align: center;
    font-size: 22px;
    padding: 10px;
    position: relative; }
    @media screen and (max-width: 767px) {
      .oyakoen-note-ttl {
        font-size: 22px;
        font-size: 4.58333vw; } }
    .oyakoen-note-ttl .illust {
      position: absolute;
      right: 30px;
      top: 50%;
      transform: translate(0, -50%); }
      @media screen and (max-width: 767px) {
        .oyakoen-note-ttl .illust {
          right: 0;
          bottom: -60px;
          top: auto;
          transform: translate(0, 0); } }
      .oyakoen-note-ttl .illust img {
        width: 278px;
        height: 153px; }
        @media screen and (max-width: 767px) {
          .oyakoen-note-ttl .illust img {
            width: 139px;
            height: 76px; } }
  .oyakoen-note-unit {
    margin-bottom: 50px; }
    .oyakoen-note-unit-sttl {
      font-size: 18px;
      color: #EAA678;
      font-weight: bold;
      margin-bottom: 10px;
      margin-top: 50px; }
    .oyakoen-note-unit ul li {
      margin-bottom: 10px;
      padding-left: 24px;
      position: relative; }
      @media screen and (max-width: 767px) {
        .oyakoen-note-unit ul li {
          font-size: 20px;
          font-size: 4.16667vw; } }
      .oyakoen-note-unit ul li:before {
        content: "・";
        position: absolute;
        left: 0; }
    .oyakoen-note-unit strong {
      color: #EAA678; }

.oyakoen-contact {
  text-align: center;
  line-height: 2.18;
  margin-bottom: 150px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .oyakoen-contact {
      margin-bottom: 80px; } }
  .oyakoen-contact a {
    text-decoration: underline; }
    .oyakoen-contact a:hover {
      text-decoration: none; }
  .oyakoen-contact-btn {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .oyakoen-contact-btn {
        margin-top: 40px; } }
    .oyakoen-contact-btn a {
      display: inline-block;
      text-align: center;
      color: #fff;
      background: #ee7948;
      font-size: 24px;
      box-shadow: 0px 5px 0px 0px rgba(234, 166, 120, 0.32);
      border-radius: 30px;
      margin: 0 auto;
      padding: 4px 70px;
      text-decoration: none; }
      @media screen and (max-width: 767px) {
        .oyakoen-contact-btn a {
          font-size: 24px;
          font-size: 5vw;
          padding-top: 8px;
          line-height: 1.5;
          padding: 10px 30px; } }
  .oyakoen-contact .illust {
    position: absolute;
    left: 20px;
    bottom: -30px; }
    @media screen and (max-width: 767px) {
      .oyakoen-contact .illust {
        position: static;
        text-align: left; } }
    .oyakoen-contact .illust img {
      width: 167px;
      height: 202px; }
      @media screen and (max-width: 767px) {
        .oyakoen-contact .illust img {
          width: 83px;
          height: 101px; } }

.fsag-s {
  line-height: 2.18;
  margin-bottom: 80px; }
  .fsag-s-intro {
    text-align: center;
    margin-bottom: 100px; }
    @media screen and (max-width: 767px) {
      .fsag-s-intro {
        margin-bottom: 60px; } }
    .fsag-s-intro .line-1 {
      font-size: 30px;
      line-height: 1.45;
      margin-bottom: 10px; }
      @media screen and (max-width: 767px) {
        .fsag-s-intro .line-1 {
          font-size: 28px;
          font-size: 5.83333vw; } }
    .fsag-s-intro .line-2 {
      font-size: 45px;
      line-height: 1.45;
      margin-bottom: 40px; }
      @media screen and (max-width: 767px) {
        .fsag-s-intro .line-2 {
          font-size: 38px;
          font-size: 7.91667vw;
          margin-bottom: 30px; } }
      .fsag-s-intro .line-2 span {
        color: #eaa678; }
  .fsag-s-sttl {
    background: #f0f0f0;
    text-align: center;
    padding: 10px;
    font-size: 22px;
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .fsag-s-sttl {
        font-size: 22px;
        font-size: 4.58333vw; } }
  .fsag-s-sttl-2 {
    color: #eaa678;
    font-size: 24px;
    font-weight: bold; }
    @media screen and (max-width: 767px) {
      .fsag-s-sttl-2 {
        font-size: 24px;
        font-size: 5vw; } }
  .fsag-s-unit-1 {
    margin-bottom: 170px; }
    @media screen and (max-width: 767px) {
      .fsag-s-unit-1 {
        margin-bottom: 80px; } }
    .fsag-s-unit-1-flex {
      display: flex;
      margin-bottom: 100px; }
      @media screen and (max-width: 767px) {
        .fsag-s-unit-1-flex {
          display: block;
          margin-bottom: 50px; } }
      .fsag-s-unit-1-flex-txt {
        display: flex;
        width: calc(100% - 483px);
        align-items: flex-end;
        padding-right: 30px; }
        @media screen and (max-width: 767px) {
          .fsag-s-unit-1-flex-txt {
            width: 100%;
            padding-right: 0;
            align-items: center;
            margin-bottom: 20px; } }
        .fsag-s-unit-1-flex-txt .lady {
          width: 186px; }
          @media screen and (max-width: 767px) {
            .fsag-s-unit-1-flex-txt .lady {
              width: 93px;
              position: relative;
              left: -20px; } }
        .fsag-s-unit-1-flex-txt .intxt {
          width: calc(100% - 186px);
          padding-left: 20px; }
          @media screen and (max-width: 767px) {
            .fsag-s-unit-1-flex-txt .intxt {
              width: calc(100% - 93px);
              padding-left: 0; } }
          .fsag-s-unit-1-flex-txt .intxt .name {
            color: #eaa678;
            line-height: 1.5;
            margin-bottom: 30px; }
            @media screen and (max-width: 767px) {
              .fsag-s-unit-1-flex-txt .intxt .name {
                margin-bottom: 20px; } }
            .fsag-s-unit-1-flex-txt .intxt .name .line-2 span {
              font-size: 20px; }
              @media screen and (max-width: 767px) {
                .fsag-s-unit-1-flex-txt .intxt .name .line-2 span {
                  font-size: 20px;
                  font-size: 4.16667vw; } }
          .fsag-s-unit-1-flex-txt .intxt p:last-child {
            margin: 0; }
    .fsag-s-unit-1-graph {
      width: 483px;
      border-left: 1px dotted #ccc;
      padding-left: 34px; }
      @media screen and (max-width: 767px) {
        .fsag-s-unit-1-graph {
          width: 100%;
          border-left: none;
          padding-left: 0; } }
      .fsag-s-unit-1-graph figure {
        margin-bottom: 25px; }
      .fsag-s-unit-1-graph p {
        color: #eaa678;
        line-height: 1.5; }
  .fsag-s-unit-2 {
    margin-bottom: 100px; }
    @media screen and (max-width: 767px) {
      .fsag-s-unit-2 {
        margin-bottom: 80px; } }
    .fsag-s-unit-2-flex {
      display: flex; }
      @media screen and (max-width: 767px) {
        .fsag-s-unit-2-flex {
          display: block; } }
    .fsag-s-unit-2 .dep {
      width: calc(33.33% - 40px);
      margin-right: 60px; }
      @media screen and (max-width: 767px) {
        .fsag-s-unit-2 .dep {
          width: 100%;
          margin-right: 0; } }
      .fsag-s-unit-2 .dep ul li {
        line-height: 1.5;
        margin-bottom: 15px;
        padding-left: 25px;
        position: relative; }
        .fsag-s-unit-2 .dep ul li:before {
          content: "●";
          position: absolute;
          left: 0; }
    .fsag-s-unit-2 .indep {
      margin-bottom: 40px; }
    .fsag-s-unit-2 .dep-1-ttl {
      font-size: 22px; }
      @media screen and (max-width: 767px) {
        .fsag-s-unit-2 .dep-1-ttl {
          font-size: 22px;
          font-size: 4.58333vw; } }
      .fsag-s-unit-2 .dep-1-ttl:before {
        content: "◆";
        color: #de8090;
        margin-right: 10px; }
    .fsag-s-unit-2 .dep-1-sttl {
      font-size: 18px;
      font-weight: bold;
      color: #de8090;
      margin-bottom: 10px; }
      @media screen and (max-width: 767px) {
        .fsag-s-unit-2 .dep-1-sttl {
          font-size: 18px;
          font-size: 3.75vw; } }
    .fsag-s-unit-2 .dep-2-ttl {
      font-size: 22px; }
      @media screen and (max-width: 767px) {
        .fsag-s-unit-2 .dep-2-ttl {
          font-size: 22px;
          font-size: 4.58333vw; } }
      .fsag-s-unit-2 .dep-2-ttl:before {
        content: "◆";
        color: #6aa75d;
        margin-right: 10px; }
    .fsag-s-unit-2 .dep-2-sttl {
      font-size: 18px;
      font-weight: bold;
      color: #6aa75d;
      margin-bottom: 10px; }
      @media screen and (max-width: 767px) {
        .fsag-s-unit-2 .dep-2-sttl {
          font-size: 18px;
          font-size: 3.75vw; } }
    .fsag-s-unit-2 .dep-3 {
      margin-right: 0; }
      .fsag-s-unit-2 .dep-3-ttl {
        font-size: 22px; }
        @media screen and (max-width: 767px) {
          .fsag-s-unit-2 .dep-3-ttl {
            font-size: 22px;
            font-size: 4.58333vw; } }
        .fsag-s-unit-2 .dep-3-ttl:before {
          content: "◆";
          color: #5772ce;
          margin-right: 10px; }
      .fsag-s-unit-2 .dep-3-sttl {
        font-size: 18px;
        font-weight: bold;
        color: #5772ce;
        margin-bottom: 10px; }
        @media screen and (max-width: 767px) {
          .fsag-s-unit-2 .dep-3-sttl {
            font-size: 18px;
            font-size: 3.75vw; } }
  .fsag-s-unit-3 {
    margin-bottom: 140px; }
    @media screen and (max-width: 767px) {
      .fsag-s-unit-3 {
        margin-bottom: 80px; } }
    .fsag-s-unit-3-flex {
      display: flex;
      justify-content: space-between; }
      @media screen and (max-width: 767px) {
        .fsag-s-unit-3-flex {
          display: block; } }
    .fsag-s-unit-3-ttl {
      font-size: 28px;
      color: #eaa678; }
      @media screen and (max-width: 767px) {
        .fsag-s-unit-3-ttl {
          font-size: 25px;
          font-size: 5.20833vw;
          text-align: center; } }
    .fsag-s-unit-3-ttl-2 {
      color: #eaa678;
      font-size: 18px;
      font-weight: bold;
      border-bottom: 1px dotted #ccc;
      padding-bottom: 15px; }
      @media screen and (max-width: 767px) {
        .fsag-s-unit-3-ttl-2 {
          font-size: 18px;
          font-size: 3.75vw; } }
    .fsag-s-unit-3-price-flex {
      display: flex; }
      .fsag-s-unit-3-price-flex .name {
        background-color: #ee7948;
        color: #fff;
        font-size: 35px;
        line-height: 1;
        border-radius: 27px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px;
        margin-right: 15px; }
        @media screen and (max-width: 767px) {
          .fsag-s-unit-3-price-flex .name {
            font-size: 30px;
            font-size: 6.25vw; } }
      .fsag-s-unit-3-price-flex .number {
        line-height: 1;
        font-size: 45px;
        font-weight: bold; }
        @media screen and (max-width: 767px) {
          .fsag-s-unit-3-price-flex .number {
            font-size: 30px;
            font-size: 6.25vw; } }
        .fsag-s-unit-3-price-flex .number span {
          font-family: century-old-style-std, serif;
          font-weight: 400;
          font-style: italic;
          letter-spacing: 0.1em;
          font-size: 180px;
          line-height: 0.8; }
          @media screen and (max-width: 767px) {
            .fsag-s-unit-3-price-flex .number span {
              font-size: 150px;
              font-size: 31.25vw; } }
    .fsag-s-unit-3-txt {
      padding-top: 15px; }
  .fsag-s-unit-4 .career-plus {
    display: flex;
    color: #eaa678;
    align-items: center;
    margin: 35px 0 50px; }
    @media screen and (max-width: 767px) {
      .fsag-s-unit-4 .career-plus {
        display: block; } }
    .fsag-s-unit-4 .career-plus-ttl {
      font-size: 18px;
      font-weight: bold;
      width: 12em;
      flex-shrink: 0; }
      @media screen and (max-width: 767px) {
        .fsag-s-unit-4 .career-plus-ttl {
          font-size: 18px;
          font-size: 3.75vw; } }
  .fsag-s-unit-4-unit-wrap {
    display: flex;
    flex-wrap: wrap; }
    @media screen and (max-width: 767px) {
      .fsag-s-unit-4-unit-wrap {
        display: block; } }
  .fsag-s-unit-4-unit {
    width: 33.33%;
    margin-bottom: 50px; }
    @media screen and (max-width: 767px) {
      .fsag-s-unit-4-unit {
        width: 100%; } }
    .fsag-s-unit-4-unit-img,
    .fsag-s-unit-4-unit p {
      width: 350px;
      margin-right: auto;
      margin-left: auto; }
      @media screen and (max-width: 767px) {
        .fsag-s-unit-4-unit-img,
        .fsag-s-unit-4-unit p {
          width: 100%; } }
    .fsag-s-unit-4-unit-img {
      margin-bottom: 20px; }
    .fsag-s-unit-4-unit-ttl {
      color: #eaa678;
      font-size: 24px;
      font-weight: bold;
      text-align: center;
      margin-bottom: 15px; }
      @media screen and (max-width: 767px) {
        .fsag-s-unit-4-unit-ttl {
          font-size: 24px;
          font-size: 5vw; } }

.fsag-a {
  line-height: 2.18; }
  .fsag-a-unit-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .fsag-a-unit-wrap {
        display: block; } }
  .fsag-a-unit {
    width: calc(50% - 25px);
    margin-bottom: 130px; }
    @media screen and (max-width: 767px) {
      .fsag-a-unit {
        width: 100%;
        margin-bottom: 50px; } }
    .fsag-a-unit-ttl {
      background-color: #f0f0f0;
      text-align: center;
      font-size: 22px;
      padding: 10px; }
      @media screen and (max-width: 767px) {
        .fsag-a-unit-ttl {
          font-size: 22px;
          font-size: 4.58333vw; } }
    .fsag-a-unit-img {
      margin-bottom: 30px; }
      @media screen and (max-width: 767px) {
        .fsag-a-unit-img {
          margin-bottom: 20px; } }

.fsag-g {
  line-height: 2.18;
  margin-bottom: 120px; }
  .fsag-g-unit {
    margin-bottom: 80px; }
    .fsag-g-unit-ttl {
      text-align: center;
      background: #f0f0f0;
      padding: 10px;
      font-size: 22px; }
      @media screen and (max-width: 767px) {
        .fsag-g-unit-ttl {
          font-size: 22px;
          font-size: 4.58333vw; } }
    .fsag-g-unit .name {
      text-align: right; }
    .fsag-g-unit-head {
      display: flex;
      justify-content: center;
      margin: 30px 0; }
      .fsag-g-unit-head-ttl {
        font-size: 22px;
        margin-right: 30px; }
        @media screen and (max-width: 767px) {
          .fsag-g-unit-head-ttl {
            font-size: 22px;
            font-size: 4.58333vw; } }
    .fsag-g-unit-inunit {
      margin-bottom: 60px; }
      @media screen and (max-width: 767px) {
        .fsag-g-unit-inunit {
          margin-bottom: 30px; } }
      .fsag-g-unit-inunit-ttl {
        font-size: 22px; }
        @media screen and (max-width: 767px) {
          .fsag-g-unit-inunit-ttl {
            font-size: 22px;
            font-size: 4.58333vw; } }
        .fsag-g-unit-inunit-ttl:before {
          content: "◆";
          color: #eaa678;
          margin-right: 10px; }
        .fsag-g-unit-inunit-ttl .note {
          color: #e45b1e;
          font-size: 16px;
          font-family: "Noto Sans JP", sans-serif;
          font-weight: bold;
          margin-left: 40px; }
          @media screen and (max-width: 767px) {
            .fsag-g-unit-inunit-ttl .note {
              font-size: 16px;
              font-size: 3.33333vw; } }
      .fsag-g-unit-inunit-sttl {
        color: #eaa678;
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 10px; }
        @media screen and (max-width: 767px) {
          .fsag-g-unit-inunit-sttl {
            font-size: 18px;
            font-size: 3.75vw; } }
      .fsag-g-unit-inunit table {
        width: 100%;
        margin: 20px 0; }
        .fsag-g-unit-inunit table th,
        .fsag-g-unit-inunit table td {
          border: 1px solid #707070;
          vertical-align: middle;
          padding: 15px 25px;
          min-width: 6em;
          line-height: 1.43; }
        .fsag-g-unit-inunit table th {
          background: #f0f0f0; }
      .fsag-g-unit-inunit .flex {
        display: flex; }
        @media screen and (max-width: 767px) {
          .fsag-g-unit-inunit .flex {
            display: block; } }
        .fsag-g-unit-inunit .flex ul {
          margin-right: 50px; }
          @media screen and (max-width: 767px) {
            .fsag-g-unit-inunit .flex ul {
              margin-right: 0px; } }
      .fsag-g-unit-inunit .pdf-link {
        background: url(../images/to-support/icon-pdf.png) no-repeat right center;
        background-size: 14px 17px;
        padding: 0 25px 0 0;
        text-decoration: underline; }
      .fsag-g-unit-inunit .word-link {
        background: url(../images/to-support/icon-word.png) no-repeat right center;
        background-size: 17px 17px;
        padding: 0 25px 0 0;
        text-decoration: underline; }
    .fsag-g-unit span.imp {
      font-family: "Noto Sans JP", sans-serif;
      font-weight: bold; }

.career-info {
  text-align: center;
  line-height: 2.18; }
  .career-info-unit {
    margin-bottom: 90px; }
    @media screen and (max-width: 767px) {
      .career-info-unit {
        margin-bottom: 50px; } }
  .career-info-ttl {
    background: #f0f0f0;
    font-size: 22px;
    text-align: center;
    padding: 10px; }
    @media screen and (max-width: 767px) {
      .career-info-ttl {
        font-size: 22px;
        font-size: 4.58333vw; } }
  .career-info .fs-20 {
    font-size: 20px;
    margin: 0; }
    @media screen and (max-width: 767px) {
      .career-info .fs-20 {
        font-size: 20px;
        font-size: 4.16667vw; } }
  .career-info .fc-orange {
    color: #eaa678; }
  .career-info .pdf-link {
    background: url(../images/career/icon-pdf.png) no-repeat right 3px;
    background-size: 14px 17px;
    padding: 0 25px 0 0;
    text-decoration: underline; }
  .career-info .link-list {
    display: flex;
    justify-content: center; }
    @media screen and (max-width: 767px) {
      .career-info .link-list {
        display: block; } }
    .career-info .link-list li {
      font-size: 20px;
      margin: 0 15px; }
      @media screen and (max-width: 767px) {
        .career-info .link-list li {
          font-size: 20px;
          font-size: 4.16667vw; } }
  .career-info-sttl {
    font-size: 22px;
    margin-bottom: 5px; }
    @media screen and (max-width: 767px) {
      .career-info-sttl {
        font-size: 22px;
        font-size: 4.58333vw; } }
    .career-info-sttl:before {
      content: "◆";
      color: #eaa678;
      margin-right: 10px; }
  .career-info-sttl-b {
    font-size: 18px;
    color: #eaa678;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 30px; }
    @media screen and (max-width: 767px) {
      .career-info-sttl-b {
        font-size: 18px;
        font-size: 3.75vw; } }
  .career-info-inunit {
    margin-bottom: 70px; }
  .career-info-btn {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 10px; }
    @media screen and (max-width: 767px) {
      .career-info-btn {
        margin-top: 40px; } }
    .career-info-btn a {
      display: inline-block;
      text-align: center;
      color: #fff;
      background: #ee7948;
      font-size: 24px;
      box-shadow: 0px 5px 0px 0px rgba(234, 166, 120, 0.32);
      border-radius: 30px;
      margin: 0 auto;
      padding: 4px 120px;
      text-decoration: none; }
      @media screen and (max-width: 767px) {
        .career-info-btn a {
          font-size: 24px;
          font-size: 5vw;
          padding-top: 8px;
          line-height: 1.5;
          padding: 10px 30px; } }
  .career-info .career-center {
    text-align: left; }

.privacy-policy {
  line-height: 2.18; }
  .privacy-policy p {
    margin-bottom: 2.5em; }

@-moz-document url-prefix() {}/* -------------------
  OBJECT FIT FOR IE
--------------------*/
.cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;'; }

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