@charset "UTF-8";
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans Japanese Regular"), local("NotoSansJapanese-Regular"), url("import/fonts/noto-sans-jp-v25-japanese-regular.woff2") format("woff2"), url("import/fonts/noto-sans-jp-v25-japanese-regular.woff") format("woff");
  font-display: swap; }

/* noto-sans-jp-700 - japanese */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  src: local("Noto Sans Japanese Bold"), local("NotoSansJapanese-Bold"), url("import/fonts/noto-sans-jp-v27-japanese-700.woff2") format("woff2"), url("import/fonts/noto-sans-jp-v27-japanese-700.woff") format("woff"); }

/* line 75, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/foundation/_mixins.scss */
.wrap {
  max-width: 1200px;
  margin: 0 auto; }

/* ============================================
// normalize.css v3.0.2 | MIT License | git.io/normalize
// ==========================================*/
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 10, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/foundation/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
/* line 20, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/foundation/_normalize.scss */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
/* line 34, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/foundation/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/* line 55, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/foundation/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 68, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/foundation/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
/* line 78, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/foundation/_normalize.scss */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 90, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/foundation/_normalize.scss */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 98, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/foundation/_normalize.scss */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 110, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/foundation/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 118, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/foundation/_normalize.scss */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 127, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/foundation/_normalize.scss */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 136, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/foundation/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
/* line 145, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/foundation/_normalize.scss */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 154, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/foundation/_normalize.scss */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 162, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/foundation/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

/* line 170, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/foundation/_normalize.scss */
sup {
  top: -0.5em; }

/* line 174, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/foundation/_normalize.scss */
sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 185, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/foundation/_normalize.scss */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 193, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/foundation/_normalize.scss */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 204, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/foundation/_normalize.scss */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
/* line 212, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/foundation/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
/* line 222, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/foundation/_normalize.scss */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 230, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/foundation/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
/* line 253, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/foundation/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 267, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/foundation/_normalize.scss */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
/* line 278, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/foundation/_normalize.scss */
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.
 */
/* line 291, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/foundation/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
/* line 303, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/foundation/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 312, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/foundation/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 323, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/foundation/_normalize.scss */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 335, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/foundation/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/* line 347, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/foundation/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 358, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/foundation/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  /* 2 */
  box-sizing: border-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/* line 371, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/foundation/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
/* line 380, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/foundation/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 391, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/foundation/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 400, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/foundation/_normalize.scss */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
/* line 409, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/foundation/_normalize.scss */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 420, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/foundation/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 425, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/foundation/_normalize.scss */
td,
th {
  padding: 0; }

/* ============================================
// RESET
// ==========================================*/
/* line 7, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/foundation/_base.scss */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* line 12, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/foundation/_base.scss */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
figure,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

/* line 42, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/foundation/_base.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal; }

/* line 52, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/foundation/_base.scss */
a {
  outline: none;
  text-decoration: none; }

/* line 57, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/foundation/_base.scss */
li {
  list-style: none; }

/* line 61, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/foundation/_base.scss */
img {
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* line 67, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/foundation/_base.scss */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

/* line 76, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/foundation/_base.scss */
::-moz-selection {
  background: rgba(255, 128, 128, 0.5);
  color: #ffffff; }

/* line 81, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/foundation/_base.scss */
::selection {
  background: rgba(255, 128, 128, 0.5);
  color: #ffffff; }

@media (min-device-width: 769px) {
  /* line 87, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/foundation/_base.scss */
  a[href^="tel:"] {
    cursor: default;
    pointer-events: none; } }

/* ============================================
// BASE
// ==========================================*/
/* line 97, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/foundation/_base.scss */
html {
  font-size: 62.5%; }

/* line 101, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/foundation/_base.scss */
body {
  min-width: 1180px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  color: #333;
  line-height: 2.14;
  letter-spacing: 0.005em;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  background: url(../img/bg.png); }
  @media screen and (max-width: 768px) {
    /* line 101, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/foundation/_base.scss */
    body {
      min-width: inherit;
      font-size: 1.4rem;
      line-height: 2; } }

/* line 119, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/foundation/_base.scss */
main {
  overflow: hidden; }

/* for IE11 + */
/*
_:-ms-lang(x)::-ms-backdrop, body {
	font-family: $default-family-ie;
}
*/
/* line 131, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/foundation/_base.scss */
a {
  transition: all 0.24s ease; }
  /* line 134, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/foundation/_base.scss */
  a:hover {
    opacity: .5; }

/* line 139, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/foundation/_base.scss */
a.underline,
span.underline {
  display: inline-block;
  position: relative;
  transition: all 0.16s ease; }
  /* line 145, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/foundation/_base.scss */
  a.underline:after,
  span.underline:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -2px;
    background: #ff8080;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform .3s; }
  /* line 159, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/foundation/_base.scss */
  a.underline:hover:after,
  span.underline:hover:after {
    transform-origin: left top;
    transform: scale(1, 1); }

/* classes */
/* line 166, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/foundation/_base.scss */
.ofi {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  width: 100%;
  height: 100%; }

/* line 175, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/foundation/_base.scss */
.spCont {
  display: block; }

/* line 179, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/foundation/_base.scss */
.pcCont {
  display: none; }

/* ============================================
// ANIMATION
// ==========================================*/
/* line 7, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/object/_animation.scss */
.animation {
  opacity: 0; }

/*--------------------
KEYFRAMES
--------------------*/
@-webkit-keyframes bg_loop {
  0% {
    background-position: 0 bottom; }
  100% {
    background-position: -1500px bottom; } }

@keyframes bg_loop {
  0% {
    background-position: 0 bottom; }
  100% {
    background-position: -1500px bottom; } }

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

@keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3%, 0, 0);
    transform: translate3d(-3%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3%, 0, 0);
    transform: translate3d(-3%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@-webkit-keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -5%, 0);
    transform: translate3d(0, -5%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -5%, 0);
    transform: translate3d(0, -5%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  42% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes headShake {
  0% {
    opacity: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    opacity: 0.5;
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    opacity: 1;
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  to {
    opacity: 1; } }

@keyframes headShake {
  0% {
    opacity: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    opacity: 0.5;
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    opacity: 1;
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  to {
    opacity: 1; } }

@-webkit-keyframes hideArrow {
  0% {
    width: 12px; }
  100% {
    width: 0; } }

@keyframes hideArrow {
  0% {
    width: 12px; }
  100% {
    width: 0; } }

/* line 432, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/object/_animation.scss */
.fadeInUp.action {
  animation: fadeInUp forwards 1s; }

/* line 436, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/object/_animation.scss */
.fadeInLeft.action {
  animation: fadeInLeft forwards 1s; }

/* line 440, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/object/_animation.scss */
.bounceInDown.action {
  animation: bounceInDown forwards .5s; }

/* line 444, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/object/_animation.scss */
.fadeInDown.action {
  animation: fadeInDown forwards 1s; }

/* line 448, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/object/_animation.scss */
.headShake.action {
  animation: headShake forwards .8s; }

/* line 452, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/object/_animation.scss */
.hideArrow.action {
  opacity: 1;
  animation: fadeInUp forwards 1s; }
  /* line 457, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/object/_animation.scss */
  .hideArrow.action li:after {
    animation: hideArrow forwards .3s;
    animation-delay: 1s; }
  /* line 463, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/object/_animation.scss */
  .hideArrow.action li:nth-child(2):after {
    animation-delay: 1.5s; }
  /* line 470, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/object/_animation.scss */
  .hideArrow.action li:nth-child(3):after {
    animation-delay: 2s; }
  /* line 477, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/object/_animation.scss */
  .hideArrow.action li:nth-child(4):after {
    animation-delay: 2.5s; }

/* ============================================
// FOOTER
// ==========================================*/
/* line 6, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_footer.scss */
.footer {
  position: relative;
  margin-bottom: 75px;
  height: 80px;
  background: #def4ff;
  padding-top: 30px; }
  /* line 14, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_footer.scss */
  .footer .wrap {
    display: flex;
    justify-content: space-between;
    position: relative;
    font-size: 1.4rem;
    padding: 0 40px; }
    /* line 21, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_footer.scss */
    .footer .wrap p {
      white-space: nowrap; }
    /* line 25, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_footer.scss */
    .footer .wrap a {
      color: #333;
      text-decoration: underline; }
  /* line 31, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_footer.scss */
  .footer__pagetop {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: flex-end; }
    /* line 40, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_footer.scss */
    .footer__pagetop p {
      line-height: 0; }
    /* line 44, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_footer.scss */
    .footer__pagetop .pagetop {
      position: relative;
      cursor: pointer; }
      /* line 48, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_footer.scss */
      .footer__pagetop .pagetop:before, .footer__pagetop .pagetop:after {
        content: "";
        position: absolute;
        left: 50%; }
      /* line 55, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_footer.scss */
      .footer__pagetop .pagetop:before {
        z-index: 4;
        background: #55c2fd;
        width: 22px;
        height: 22px;
        border-radius: 50%;
        top: 50%;
        transform: translateX(-50%);
        transition: .5s; }
      /* line 66, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_footer.scss */
      .footer__pagetop .pagetop:after {
        z-index: 5;
        width: 5px;
        height: 5px;
        border-left: solid 2px #FFF;
        border-bottom: solid 2px #FFF;
        top: 50%;
        transform: translateX(-50%) rotate(-225deg);
        margin-top: 9px; }
      /* line 78, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_footer.scss */
      .footer__pagetop .pagetop:hover:before {
        background: #ff8080; }
  @media screen and (max-width: 768px) {
    /* line 6, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_footer.scss */
    .footer {
      margin-bottom: 65px; } }
  @media screen and (max-width: 768px) {
    /* line 6, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_footer.scss */
    .footer {
      height: 190px; }
      /* line 92, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_footer.scss */
      .footer .wrap {
        flex-wrap: wrap;
        flex-direction: column-reverse;
        text-align: center;
        padding-bottom: 80px; } }

/* ============================================
// CVAREA
// ==========================================*/
/* line 105, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_footer.scss */
.cvarea {
  background: #0c408d;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 40px;
  z-index: 10;
  opacity: 0;
  animation: fadeInDown forwards 1s;
  animation-delay: 1.5s; }
  /* line 117, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_footer.scss */
  .cvarea .wrap {
    display: flex;
    justify-content: center; }
  /* line 122, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_footer.scss */
  .cvarea__tel {
    flex: 0 0 340px; }
    /* line 126, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_footer.scss */
    .cvarea__tel a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%;
      color: #FFF;
      font-size: 3.4rem;
      font-weight: bold;
      line-height: 1; }
      /* line 137, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_footer.scss */
      .cvarea__tel a:before {
        content: "";
        width: 25px;
        height: 25px;
        background: url(../img/footer__icon__tel.png) no-repeat;
        display: inline-block;
        margin-right: 10px; }
  /* line 148, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_footer.scss */
  .cvarea__btn {
    width: 270px;
    height: 55px;
    background: #fffa53; }
    /* line 156, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_footer.scss */
    .cvarea__btn a {
      display: flex;
      align-items: center;
      justify-content: center;
      color: #333;
      font-weight: bold;
      font-size: 1.6rem;
      width: 100%;
      height: 100%; }
  @media screen and (max-width: 768px) {
    /* line 105, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_footer.scss */
    .cvarea {
      padding: 10px; }
      /* line 172, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_footer.scss */
      .cvarea .wrap {
        justify-content: space-between; }
      /* line 176, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_footer.scss */
      .cvarea__tel {
        flex: none;
        width: 50%; }
        /* line 180, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_footer.scss */
        .cvarea__tel a {
          font-size: 2.2rem; }
          /* line 183, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_footer.scss */
          .cvarea__tel a:before {
            width: 15px;
            height: 15px;
            background-size: 100%;
            margin-right: 3px; }
      /* line 192, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_footer.scss */
      .cvarea__btn {
        width: 46%;
        height: 46px; } }

/* ============================================
// MAINVISUAL
// ==========================================*/
/* line 8, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
.mainvisual {
  position: relative; }
  /* line 11, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
  .mainvisual__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 660px;
    overflow: hidden; }
    /* line 19, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
    .mainvisual__img p {
      width: 100%;
      height: 100%;
      background: url(../img/mainvisual__dummy01.jpg) repeat-x 0 0/cover;
      background-position: bottom 20px center;
      position: relative;
      animation: bg_loop 60s linear infinite; }
    /* line 28, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
    .mainvisual__img img {
      display: none; }
  /* line 35, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
  .mainvisual .wrap {
    position: relative;
    z-index: 1;
    padding-top: 150px;
    max-width: 1025px;
    margin: 0 auto; }
  /* line 43, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
  .mainvisual__title {
    position: relative; }
    /* line 48, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
    .mainvisual__title__letter p:first-child {
      animation: rubberBand forwards .5s; }
    /* line 53, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
    .mainvisual__title__letter p:last-child {
      opacity: 0;
      margin-top: -40px;
      margin-left: 20px;
      animation: fadeInLeft forwards .3s;
      animation-delay: .5s; }
    /* line 63, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
    .mainvisual__title__img {
      position: absolute;
      bottom: -50px;
      left: 380px;
      display: flex;
      justify-content: center;
      z-index: 1; }
      /* line 71, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
      .mainvisual__title__img p {
        opacity: 0;
        animation: bounceInDown forwards .5s;
        animation-delay: 1s; }
        /* line 76, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
        .mainvisual__title__img p:last-child {
          margin-left: -55px;
          animation-delay: 1.2s; }
    /* line 83, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
    .mainvisual__title__free {
      background: #FFF;
      width: 252px;
      padding: 30px 0;
      border-radius: 10px;
      text-align: center;
      position: absolute;
      right: 35px;
      top: 280px;
      animation: heartBeat forwards .8s;
      animation-delay: 1.8s; }
      /* line 96, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
      .mainvisual__title__free p:first-child {
        position: absolute;
        top: -35px;
        left: 50%;
        transform: translateX(-50%); }
      /* line 103, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
      .mainvisual__title__free p:nth-child(2) {
        margin-bottom: 8px; }
    /* line 109, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
    .mainvisual__title__heading {
      position: absolute;
      bottom: 0;
      right: 0;
      text-align: right;
      font-weight: bold;
      font-size: 1.4rem;
      line-height: 2.5; }
      /* line 118, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
      .mainvisual__title__heading h1 {
        font-weight: bold; }
  @media screen and (max-width: 768px) {
    /* line 125, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
    .mainvisual__img {
      height: auto; }
      /* line 128, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
      .mainvisual__img p {
        padding-top: calc(100% - 50px); }
    /* line 137, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
    .mainvisual .wrap {
      padding-top: 160px; }
    /* line 142, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
    .mainvisual__title__free {
      right: -20px;
      top: -10px;
      transform: scale(0.6);
      animation: none; }
    /* line 150, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
    .mainvisual__title__letter img {
      width: 100%; }
    /* line 155, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
    .mainvisual__title__letter p:first-child {
      width: 30%; }
    /* line 159, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
    .mainvisual__title__letter p:last-child {
      width: 70%;
      margin-top: -20px; }
    /* line 166, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
    .mainvisual__title__img {
      width: 40%;
      left: initial;
      right: 20px;
      bottom: 9px; }
      /* line 173, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
      .mainvisual__title__img p img {
        width: 100%; }
      /* line 177, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
      .mainvisual__title__img p:last-child {
        margin-left: -25px; }
    /* line 183, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
    .mainvisual__title__heading {
      right: initial;
      left: 35px;
      bottom: -60px;
      text-align: left; } }

/* ============================================
// INTRODUCTIONS
// ==========================================*/
/* line 197, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
.introduction {
  padding: 100px 40px;
  max-width: 1200px;
  margin: 0 auto; }
  /* line 201, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
  .introduction__copy {
    text-align: center;
    position: relative; }
    /* line 206, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
    .introduction__copy p {
      line-height: 2.8; }
      /* line 209, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
      .introduction__copy p b {
        display: block;
        color: #ff8080;
        font-size: 2.4rem;
        line-height: 1.4; }
    /* line 218, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
    .introduction__copy__img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      /* line 226, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
      .introduction__copy__img ul li {
        position: absolute; }
        /* line 229, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
        .introduction__copy__img ul li:first-child {
          left: 100px;
          top: -30px; }
          /* line 234, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
          .introduction__copy__img ul li:first-child p:first-child {
            animation-delay: 1.2s; }
          /* line 238, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
          .introduction__copy__img ul li:first-child p:last-child {
            position: absolute;
            left: 10px;
            top: 80px; }
        /* line 246, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
        .introduction__copy__img ul li:nth-child(2) {
          left: -20px;
          bottom: -50px;
          z-index: 1; }
          /* line 252, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
          .introduction__copy__img ul li:nth-child(2) p:first-child {
            position: absolute;
            right: -10px;
            top: -80px;
            z-index: -1;
            animation-delay: 1.5s; }
          @media screen and (max-width: 1300px) {
            /* line 246, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
            .introduction__copy__img ul li:nth-child(2) {
              left: 50px;
              bottom: -100px; } }
        /* line 267, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
        .introduction__copy__img ul li:nth-child(3) {
          right: 90px;
          bottom: -50px; }
          /* line 272, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
          .introduction__copy__img ul li:nth-child(3) p:first-child {
            position: absolute;
            left: 0;
            top: -105px;
            z-index: -1;
            animation-delay: 1.8s; }
  /* line 286, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
  .introduction__content {
    margin-top: 140px;
    border: solid 3px #333;
    border-radius: 5px;
    padding: 80px 40px 40px;
    position: relative; }
    /* line 293, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
    .introduction__content__title {
      display: inline-block;
      position: absolute;
      top: -60px;
      left: 50%;
      margin-left: -250px;
      text-align: center; }
      /* line 301, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
      .introduction__content__title h2 {
        font-size: 2rem;
        font-weight: bold;
        line-height: 1.4;
        position: relative; }
        /* line 307, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
        .introduction__content__title h2 span {
          display: block;
          font-size: 3rem;
          background: #fff;
          padding: 10px; }
        /* line 314, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
        .introduction__content__title h2:before, .introduction__content__title h2:after {
          content: "";
          position: absolute;
          width: 129px;
          height: 9px;
          background-size: 100%;
          background-repeat: no-repeat; }
        /* line 325, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
        .introduction__content__title h2:before {
          bottom: -20px;
          background-image: url(../img/introduction__wave01.png);
          z-index: 2;
          left: 50%;
          transform: translateX(-50%); }
        /* line 333, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
        .introduction__content__title h2:after {
          bottom: -21px;
          background-image: url(../img/introduction__wave02.png);
          left: 39%;
          z-index: 1; }
    /* line 344, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
    .introduction__content__detail ul {
      display: flex;
      justify-content: center; }
      /* line 348, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
      .introduction__content__detail ul li {
        margin: 0 40px;
        padding-top: 40px;
        background: url(../img/introduction__content__icon01.png) no-repeat top center;
        position: relative; }
        /* line 354, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
        .introduction__content__detail ul li:before, .introduction__content__detail ul li:after {
          content: "";
          position: absolute; }
        /* line 360, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
        .introduction__content__detail ul li:before {
          width: 8px;
          height: 6px;
          border-left: solid 2px #FFF;
          border-bottom: solid 2px #FFF;
          transform: translateX(-50%) rotate(-45deg);
          top: 10px;
          left: 50%; }
        /* line 370, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
        .introduction__content__detail ul li:after {
          width: 12px;
          height: 12px;
          right: 50%;
          margin-right: -6px;
          background: #2ba1dc;
          top: 10px; }
  @media screen and (max-width: 768px) {
    /* line 197, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
    .introduction {
      padding: 80px 20px 50px; }
      /* line 389, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
      .introduction__copy p br {
        display: none; }
      /* line 393, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
      .introduction__copy p b {
        font-size: 2.2rem; }
      /* line 398, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
      .introduction__copy__img {
        position: relative;
        margin-top: 5px; }
        /* line 405, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
        .introduction__copy__img ul li p img {
          width: 100%; }
        /* line 411, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
        .introduction__copy__img ul li:first-child {
          left: 0;
          top: 25px; }
          /* line 416, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
          .introduction__copy__img ul li:first-child p:first-child {
            width: 115px; }
          /* line 420, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
          .introduction__copy__img ul li:first-child p:last-child {
            width: 60px;
            left: 10px;
            top: 43px; }
        /* line 428, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
        .introduction__copy__img ul li:nth-child(2) {
          left: 48%;
          bottom: -140px; }
          /* line 433, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
          .introduction__copy__img ul li:nth-child(2) p:first-child {
            width: 115px;
            top: -50px; }
          /* line 438, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
          .introduction__copy__img ul li:nth-child(2) p:last-child {
            width: 55px; }
        /* line 446, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
        .introduction__copy__img ul li:nth-child(3) {
          right: initial;
          bottom: -150px;
          left: 80%; }
          /* line 452, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
          .introduction__copy__img ul li:nth-child(3) p:first-child {
            width: 115px;
            left: -45px;
            top: -48px; }
          /* line 459, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
          .introduction__copy__img ul li:nth-child(3) p:last-child {
            width: 55px; }
      /* line 472, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
      .introduction__content {
        padding: 60px 20px 40px;
        margin-top: 250px; }
        /* line 476, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
        .introduction__content__title {
          width: 90%;
          margin-left: -45%; }
          /* line 480, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
          .introduction__content__title h2 {
            font-size: 1.8rem; }
            /* line 483, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
            .introduction__content__title h2 span {
              font-size: 2rem;
              padding: 5px 0; }
            /* line 488, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
            .introduction__content__title h2:before, .introduction__content__title h2:after {
              content: "";
              width: 100px;
              background-size: 100%; }
            /* line 495, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
            .introduction__content__title h2:after {
              left: 50%;
              transform: translateX(-50%); }
        /* line 503, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
        .introduction__content__detail ul {
          flex-wrap: wrap;
          justify-content: space-between; }
          /* line 507, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
          .introduction__content__detail ul li {
            width: 48%;
            margin: 0 0 20px 0; } }

/* ============================================
// ABOUT
// ==========================================*/
/* line 521, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
.about {
  padding: 100px 0;
  background: #def4ff url(../img/about__bg01.png) repeat-x left bottom;
  animation: bg_loop 60s linear infinite; }
  /* line 526, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
  .about .wrap {
    display: flex;
    padding: 0 95px;
    justify-content: space-between; }
  /* line 532, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
  .about__img {
    margin-right: 65px; }
  /* line 536, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
  .about__text {
    padding-top: 15px; }
    /* line 539, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
    .about__text h2 {
      font-size: 3rem;
      font-weight: bold;
      margin-bottom: 15px; }
  @media screen and (max-width: 768px) {
    /* line 521, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
    .about {
      padding: 50px 20px 80px; }
      /* line 549, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
      .about .wrap {
        flex-wrap: wrap;
        padding: 0; }
      /* line 555, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
      .about__text h2 {
        font-size: 2.2rem; }
      /* line 560, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
      .about__img {
        margin-right: 0; }
        /* line 563, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
        .about__img img {
          width: 100%; } }

/* ============================================
// COURSE
// ==========================================*/
/* line 575, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
.course {
  padding: 100px 40px;
  background: url(../img/about__bg01.png) repeat-x left bottom;
  animation: bg_loop 60s linear infinite; }
  /* line 580, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
  .course__title {
    position: relative;
    margin-bottom: 80px; }
    /* line 584, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
    .course__title h2 {
      font-size: 5rem;
      font-weight: 800;
      line-height: 1.6;
      position: relative; }
      /* line 591, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
      .course__title h2:before, .course__title h2:after {
        position: absolute;
        content: "";
        width: 257px;
        height: 18px;
        background-size: 100%; }
      /* line 601, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
      .course__title h2:before {
        bottom: -40px;
        background-image: url(../img/course__wave01.png);
        left: 0; }
      /* line 607, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
      .course__title h2:after {
        bottom: -45px;
        left: 10px;
        background-image: url(../img/course__wave02.png); }
    /* line 614, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
    .course__title p {
      position: absolute;
      bottom: -40px;
      right: 250px; }
      /* line 619, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
      .course__title p:last-child {
        right: 0;
        animation-delay: .5s; }
  /* line 626, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
  .course__box {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 40px 85px 40px 0;
    position: relative;
    margin-bottom: 100px;
    align-items: flex-start; }
    /* line 636, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
    .course__box:not(:last-child):after {
      content: "";
      position: absolute;
      top: calc(100% + 10px);
      width: 80px;
      height: 81px;
      left: 50%;
      transform: translateX(-50%);
      z-index: 1;
      background: url(../img/course__steparrow.png) no-repeat;
      background-size: 100%; }
    /* line 650, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
    .course__box:before {
      content: "";
      position: absolute;
      right: 0;
      top: 0;
      height: 100%;
      width: calc(100% - 95px);
      background: #fcffd4;
      z-index: -1;
      border-radius: 10px; }
    /* line 666, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
    .course__box__step p {
      display: inline-block;
      background: #c6d127;
      font-weight: bold;
      color: #FFF;
      border-radius: 20px;
      padding: 0 15px;
      font-size: 2rem;
      width: 100%;
      text-align: center;
      letter-spacing: 3px; }
    /* line 679, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
    .course__box__step h3 {
      font-size: 3.6rem;
      color: #c6d127;
      font-weight: bold;
      line-height: 1.4;
      margin-top: 10px;
      letter-spacing: 5px; }
      /* line 687, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
      .course__box__step h3 b {
        font-size: 6rem;
        display: block; }
    /* line 694, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
    .course__box__title {
      width: 330px; }
      /* line 698, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
      .course__box__title h4 {
        font-size: 2.4rem;
        font-weight: bold;
        display: inline;
        background: linear-gradient(transparent 70%, #fff 70%);
        padding-bottom: 3px; }
      /* line 706, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
      .course__box__title time {
        background: #333;
        color: #fff;
        font-weight: bold;
        padding: 5px 15px;
        font-size: 1.5rem;
        display: table;
        margin-top: 25px; }
      /* line 717, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
      .course__box__title p {
        margin-top: 25px; }
    /* line 722, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
    .course__box__detail {
      width: 460px; }
      /* line 725, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
      .course__box__detail h5 {
        color: #fff;
        background: #c6d127;
        padding: 2px 10px 3px;
        display: inline;
        font-weight: bold;
        margin-right: 20px; }
      /* line 734, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
      .course__box__detail ul {
        margin: 10px 0 0; }
      /* line 738, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
      .course__box__detail p {
        margin: 10px 0; }
      /* line 742, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
      .course__box__detail .icon {
        font-style: normal;
        font-weight: normal;
        color: #FFF;
        background: #ff6800;
        border-radius: 50%;
        width: 20px;
        display: inline-block;
        height: 20px;
        position: relative;
        margin: 0 5px;
        top: 5px;
        text-align: center; }
        /* line 756, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
        .course__box__detail .icon:before {
          content: "資";
          font-size: 1.2rem;
          position: absolute;
          left: 4px;
          top: -3px; }
      /* line 765, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
      .course__box__detail span {
        color: #ff6800;
        font-size: 1.6rem;
        font-weight: 800; }
    /* line 774, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
    .course__box__experience {
      display: flex;
      width: 460px;
      background: #FFF; }
      /* line 779, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
      .course__box__experience__txt {
        flex: 1 1 60%;
        padding: 5%;
        position: relative; }
        /* line 784, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
        .course__box__experience__txt h5 {
          font-size: 2rem;
          font-weight: bold; }
        /* line 789, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
        .course__box__experience__txt span {
          position: absolute;
          top: -50px;
          right: -50px;
          background: #ff6800;
          color: #FFF;
          display: block;
          border-radius: 50%;
          width: 80px;
          height: 80px;
          text-align: center;
          height: 80px;
          font-weight: bold;
          line-height: 1.4;
          display: flex;
          align-items: center;
          justify-content: center; }
  /* line 813, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
  .course .workman:before {
    background: #e8ffcc; }
  /* line 818, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
  .course .workman .course__box__step p {
    background: #85c438; }
  /* line 822, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
  .course .workman .course__box__step h3 {
    color: #85c438; }
  /* line 828, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
  .course .workman .course__box__detail h5 {
    background: #85c438; }
  /* line 835, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
  .course .license:before {
    background: #def4ff; }
  /* line 840, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
  .course .license .course__box__step p {
    background: #55c2fd; }
  /* line 844, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
  .course .license .course__box__step h3 {
    color: #55c2fd; }
  /* line 850, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
  .course .license .course__box__detail h5 {
    background: #55c2fd; }
  /* line 857, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
  .course .lastday:before {
    background: #dbf0ff; }
  /* line 862, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
  .course .lastday .course__box__step p {
    background: #076baf; }
  /* line 866, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
  .course .lastday .course__box__step h3 {
    color: #076baf; }
  /* line 872, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
  .course .lastday .course__box__detail h5 {
    background: #076baf; }
  /* line 879, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
  .course__img {
    top: 70%;
    left: 30px;
    position: absolute; }
  @media screen and (max-width: 768px) {
    /* line 575, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
    .course {
      padding: 40px 0 40px; }
      /* line 888, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
      .course__title {
        margin: 0 20px 60px; }
        /* line 891, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
        .course__title h2 {
          font-size: 2.5rem; }
          /* line 894, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
          .course__title h2:before, .course__title h2:after {
            width: 155px;
            background-repeat: no-repeat; }
          /* line 900, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
          .course__title h2:before {
            bottom: -30px; }
          /* line 904, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
          .course__title h2:after {
            bottom: -35px; }
        /* line 909, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
        .course__title p {
          width: 20%;
          bottom: 100%;
          right: 15%; }
          /* line 914, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
          .course__title p img {
            width: 100%; }
      /* line 920, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
      .course__box {
        flex-wrap: wrap;
        padding: 30px 15px 30px 10px;
        justify-content: flex-end;
        margin-bottom: 40px; }
        /* line 926, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
        .course__box:before {
          width: calc(100% - 40px); }
        /* line 931, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
        .course__box:not(:last-child):after {
          width: 40px;
          top: calc(100% + -10px);
          left: calc(50% + 20px); }
        /* line 941, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
        .course__box__step {
          margin-right: 10px; }
          /* line 944, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
          .course__box__step p {
            font-size: 1rem;
            padding: 0 5px; }
          /* line 949, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
          .course__box__step h3 {
            font-size: 1.6rem;
            letter-spacing: 1px; }
            /* line 953, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
            .course__box__step h3 b {
              font-size: 2.5rem; }
        /* line 960, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
        .course__box__title {
          width: auto;
          flex: 1 1 110px; }
          /* line 964, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
          .course__box__title h4 {
            font-size: 1.9rem; }
          /* line 968, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
          .course__box__title time {
            margin-top: 15px; }
          /* line 972, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
          .course__box__title p {
            margin-top: 15px; }
        /* line 977, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
        .course__box__detail {
          width: calc(100% - 80px);
          margin-top: 15px; }
          /* line 981, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
          .course__box__detail img {
            width: 100%; }
        /* line 986, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
        .course__box__experience {
          width: calc(100% - 80px);
          margin-top: 15px; }
          /* line 990, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
          .course__box__experience img {
            width: 100%; }
          /* line 996, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
          .course__box__experience__txt {
            flex: 1 1 100%; }
            /* line 999, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
            .course__box__experience__txt span {
              transform: scale(0.8);
              right: -20px;
              top: -35px; }
            /* line 1011, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
            .course__box__experience__txt h5 {
              font-size: 1.7rem; }
            /* line 1015, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
            .course__box__experience__txt p {
              font-size: 1.2rem; }
      /* line 1024, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
      .course__img {
        top: 90%;
        left: 10px;
        width: 60px; }
        /* line 1029, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
        .course__img img {
          width: 100%; } }

/* ============================================
// PLANNING
// ==========================================*/
/* line 1042, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
.planning {
  background: #def4ff;
  padding: 80px 40px; }
  /* line 1046, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
  .planning .wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
  /* line 1052, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
  .planning__table {
    width: 50%; }
    /* line 1055, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
    .planning__table__title {
      position: relative;
      margin-bottom: 80px; }
      /* line 1059, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
      .planning__table__title h3 {
        font-size: 5rem;
        font-weight: 800;
        line-height: 1.6;
        position: relative; }
        /* line 1065, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
        .planning__table__title h3:before, .planning__table__title h3:after {
          position: absolute;
          content: "";
          width: 257px;
          height: 18px;
          background-size: 100%; }
        /* line 1075, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
        .planning__table__title h3:before {
          bottom: -40px;
          background-image: url(../img/course__wave01.png);
          left: 0; }
        /* line 1081, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
        .planning__table__title h3:after {
          bottom: -45px;
          left: 10px;
          background-image: url(../img/course__wave02.png); }
    /* line 1089, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
    .planning__table dl {
      display: flex;
      flex-wrap: wrap; }
      /* line 1093, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
      .planning__table dl dt {
        font-weight: bold;
        width: 20%;
        border-bottom: solid 2px #FFF;
        padding: 20px 0; }
      /* line 1100, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
      .planning__table dl dd {
        border-bottom: solid 2px #FFF;
        width: 80%;
        padding: 20px 0; }
  /* line 1108, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
  .planning__deadline {
    position: relative;
    margin-top: 150px;
    background: url(../img/bg.png);
    border-radius: 10px;
    width: 530px; }
    /* line 1115, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
    .planning__deadline__img {
      display: flex;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: 90%; }
      /* line 1123, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
      .planning__deadline__img p:last-child {
        animation-delay: .5s; }
    /* line 1129, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
    .planning__deadline__detail {
      padding: 40px; }
      /* line 1132, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
      .planning__deadline__detail h4 {
        font-size: 2rem;
        font-weight: bold;
        padding-left: 40px;
        margin-bottom: 25px;
        background: url(../img/introduction__content__icon01.png) no-repeat center left;
        position: relative; }
        /* line 1140, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
        .planning__deadline__detail h4:before, .planning__deadline__detail h4:after {
          content: "";
          position: absolute; }
        /* line 1146, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
        .planning__deadline__detail h4:before {
          width: 8px;
          height: 6px;
          border-left: solid 2px #FFF;
          border-bottom: solid 2px #FFF;
          transform: translateX(-50%) rotate(-45deg);
          top: 17px;
          left: 15px; }
        /* line 1156, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
        .planning__deadline__detail h4:after {
          width: 0;
          height: 13px;
          background: #2ba1dc;
          top: 15px;
          left: 7px; }
      /* line 1165, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
      .planning__deadline__detail time {
        font-size: 30px;
        color: #ff8080;
        font-weight: bold;
        line-height: 1.6;
        display: inline;
        background: linear-gradient(transparent 85%, #fff200 85%); }
      /* line 1174, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
      .planning__deadline__detail p {
        margin-top: 20px; }
  @media screen and (max-width: 768px) {
    /* line 1042, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
    .planning {
      padding: 50px 20px 0; }
      /* line 1183, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
      .planning .wrap {
        flex-wrap: wrap;
        position: relative; }
      /* line 1188, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
      .planning__table {
        width: 100%; }
        /* line 1191, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
        .planning__table__title {
          margin-bottom: 20px; }
          /* line 1194, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
          .planning__table__title h3 {
            font-size: 2.8rem; }
            /* line 1197, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
            .planning__table__title h3:before, .planning__table__title h3:after {
              width: 155px;
              background-repeat: no-repeat; }
            /* line 1203, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
            .planning__table__title h3:before {
              bottom: -20px; }
            /* line 1207, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
            .planning__table__title h3:after {
              bottom: -25px; }
      /* line 1216, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
      .planning__deadline {
        width: 100%;
        position: initial;
        margin-top: 40px; }
        /* line 1221, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
        .planning__deadline__img {
          left: initial;
          bottom: initial;
          top: -70px;
          right: 0;
          transform: none;
          width: 45%; }
          /* line 1229, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
          .planning__deadline__img img {
            width: 100%; }
          /* line 1233, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
          .planning__deadline__img p {
            width: 50%; }
            /* line 1236, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
            .planning__deadline__img p:nth-child(2) {
              width: 43%;
              margin-top: 8px; }
        /* line 1244, ../../Users/4120037/Desktop/作業用/育英会/__code/sass/layout/_index.scss */
        .planning__deadline__detail time {
          font-size: 2.5rem; } }

/*# sourceMappingURL=style.css.map */