@charset "UTF-8";
@keyframes $animation-name {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
@keyframes $animation-name {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
*, *:after, *:before {
  box-sizing: border-box;
}

body, html {
  font-size: 62.5%;
  padding: 0;
  margin: 0;
}

body {
  position: relative;
  font-family: "游明朝体", "YuMincho", "Hiragino Mincho ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-size: 1.3rem;
  color: #1a1a1a;
  line-height: 1.8;
  letter-spacing: 0.075em;
}
@media screen and (min-width: 560px) {
  body {
    font-size: 1.4rem;
  }
}

html {
  height: 100%;
}

body {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

main {
  display: block;
}

a {
  display: block;
  color: #c02138;
  cursor: pointer;
  outline: none;
  background-color: transparent;
  border: 0;
  overflow: hidden;
  vertical-align: bottom;
  transition: 0.2s ease;
  backface-visibility: hidden;
}
a:after, a:before {
  transition: 0.2s ease;
  backface-visibility: hidden;
}
a img {
  transition: 0.2s ease;
  backface-visibility: hidden;
}
a:link {
  color: #c02138;
}
a:visited {
  color: #c02138;
}
a:hover {
  color: #c02138;
  text-decoration: none;
}
a:active {
  color: #c02138;
}
a:hover {
  opacity: 0.85;
}

ul, dl, dt, dd {
  margin: 0;
  padding: 0;
  text-align: left;
}

li {
  list-style: none;
}

li > li:first-child, li > li:last-child,
li > div:first-child,
li > div:last-child,
div > li:first-child,
div > li:last-child,
div > div:first-child,
div > div:last-child {
  margin-top: 0;
}

input, button, select, textarea {
  border-style: none;
  border-width: 0;
  border: none;
  border-radius: 0;
  border: 1px solid #bfbfbf;
  padding: 10px;
  width: 100%;
  transition: 0.3s ease;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  transition: 0.2s ease;
  backface-visibility: hidden;
}

input[type=radio], input[type=checkbox] {
  display: none;
}

/* custom */
label {
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding-left: 25px;
  line-height: 140%;
}
label:before, label:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.2s ease;
  backface-visibility: hidden;
}
label:before {
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #1a1a1a;
  background: #FFFFFF;
}
label:after {
  opacity: 0;
  left: 4px;
  width: 10px;
  height: 10px;
  background: #c02138;
  transform: scale(2);
}
label:hover:before {
  background: #FFFFFF;
}

input:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

select {
  width: auto;
}

input:focus, select:focus, textarea:focus {
  outline: none;
  background: #fbe5e8;
}

button {
  border-style: none;
  border-width: 0;
  border: none;
  border-radius: 0;
  background: #FFFFFF;
}

::-webkit-input-placeholder {
  color: #bfbfbf;
  opacity: 1;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
}

:-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
}

:-ms-input-placeholder {
  color: #bfbfbf;
  opacity: 1;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
}

::-placeholder {
  color: #bfbfbf;
  opacity: 1;
  transition: 0.3s ease;
}

:focus::-webkit-input-placeholder {
  opacity: 0.7;
}

:focus:-moz-placeholder {
  opacity: 0.7;
}

:focus::-moz-placeholder {
  opacity: 0.7;
}

:focus:-ms-input-placeholder {
  opacity: 0.7;
}

:focus::-placeholder {
  opacity: 0.7;
}

i, em, address, b {
  font-style: normal;
  font-weight: normal;
}

.tel-link a {
  display: inline-block;
}

img, canvas, video, svg {
  max-width: 100%;
}

.overflow-container {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

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

#wrapper {
  background: #FFFFFF;
  overflow: hidden;
}

.head,
.subHead,
.ttl {
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.6;
  margin-bottom: 0;
}
.head + p,
.subHead + p,
.ttl + p {
  margin-top: 0;
}

.head {
  position: relative;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.2;
  margin-bottom: 10px;
}
.head.left {
  text-align: left;
}
.head.facebook, .head.instagram, .head.line, .head.mail {
  display: inline-block;
  padding-left: 38px;
  color: #1a1a1a;
  text-decoration: none;
}
.head.facebook {
  background: url("/common/img/icon_facebook01.png") no-repeat 0% 50%;
  background-size: contain;
}
@media (prefers-color-scheme: dark) {
  .head.facebook {
    background-image: url("/common/img/icon_facebook02.png");
  }
}
.head.instagram {
  background: url("/common/img/icon_instagram01.png") no-repeat 0% 50%;
  background-size: contain;
}
@media (prefers-color-scheme: dark) {
  .head.instagram {
    background-image: url("/common/img/icon_instagram02.png");
  }
}
.head.line {
  background: url("/common/img/icon_line01.png") no-repeat 0% 50%;
  background-size: contain;
}
@media (prefers-color-scheme: dark) {
  .head.line {
    background-image: url("/common/img/icon_line02.png");
  }
}
.head.mail {
  background: url("/common/img/icon_mail01.png") no-repeat 0% 50%;
  background-size: contain;
}
@media (prefers-color-scheme: dark) {
  .head.mail {
    background-image: url("/common/img/icon_mail02.png");
  }
}

.subHead {
  font-size: 1.8rem;
  font-weight: normal;
  text-align: left;
  margin-bottom: 20px;
}
.subHead + .img {
  margin-top: 20px;
}

.ttl {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 10px;
}
@media screen and (min-width: 560px) {
  .ttl {
    text-align: left;
  }
}
.ttl i {
  display: block;
  font-size: 1.6rem;
}
@media screen and (min-width: 560px) {
  .ttl i {
    display: inline-block;
  }
}

p {
  margin: 20px auto;
  text-align: left;
}

em, b {
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

figure {
  margin: 30px auto;
}

.ex {
  font-size: 95%;
  font-weight: normal;
  vertical-align: middle;
  line-height: 160%;
}

.inner {
  position: relative;
  max-width: 768px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.inner .inner {
  padding: 0;
}

#main {
  position: relative;
  clear: both;
  margin: 0 auto;
  padding: 60px 20px 0;
  max-width: 768px;
}

.bg {
  background: #F2F5F7;
}

.border {
  border: 1px solid #bfbfbf;
  padding: 10px 20px;
}

.center {
  text-align: center;
}

section {
  position: relative;
  clear: both;
  padding-top: 20px;
  padding-bottom: 20px;
}
section .img {
  margin-left: -20px;
  margin-right: -20px;
}

#header {
  position: fixed;
  width: 100%;
  padding: 20px;
  overflow: hidden;
  z-index: 100;
  transition: 0.2s ease;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  mix-blend-mode: exclusion;
}
#header .inner {
  text-align: left;
}
@media screen and (min-width: 768px) {
  #header .inner {
    padding: 0 20px;
  }
}
#header .logo {
  position: relative;
  display: inline-block;
  margin: 0;
  z-index: 100;
}
#header .logo a, #header .logo span {
  display: block;
  text-indent: 130%;
  white-space: nowrap;
  overflow: hidden;
  height: 20px;
  margin: 0 auto;
  line-height: 100%;
  background: url("/common/img/logo01.png") no-repeat 0 50%;
  background-size: contain;
}

body.fixed #wrapper {
  display: none;
}

#header {
  border-bottom: none;
}
#header.open {
  position: absolute;
  overflow: visible;
  top: 0;
  left: 0;
  width: 100%;
}
#header.open .logo a, #header.open .logo span {
  background: url("/common/img/logo01.png") no-repeat 50% 50%;
  background-size: contain;
}

.footerNav {
  display: none;
  border-top: 1px solid #1a1a1a;
}
@media screen and (min-width: 560px) {
  .footerNav {
    display: block;
  }
}
.footerNav .inner {
  max-width: 768px;
}
.footerNav ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footerNav ul li a {
  color: #1a1a1a;
  text-decoration: none;
  font-size: 1.4rem;
  padding: 15px 20px;
  font-weight: bold;
}

#footer {
  position: relative;
  z-index: 10;
  clear: both;
  text-align: center;
  background: #3e3a39;
  color: #FFFFFF;
  padding: 40px 0 30px;
}
#footer a {
  color: #FFFFFF;
  text-decoration: none;
}
#footer .logo {
  position: relative;
  display: inline-block;
  text-align: center;
  margin: 0 auto;
}
#footer .logo a, #footer .logo span {
  display: block;
  text-indent: 130%;
  white-space: nowrap;
  overflow: hidden;
  margin: 0 auto;
  height: 40px;
  width: 160px;
  line-height: 100%;
  background: url("/common/img/logo01.png") no-repeat 50% 50%;
  background-size: contain;
  letter-spacing: 0;
  transition: 0.2s ease;
  backface-visibility: hidden;
}
#footer .outlineNav {
  text-align: center;
  margin-top: 10px;
}
#footer .outlineNav li {
  display: block;
  letter-spacing: 0;
  margin: 0 auto 10px;
}
#footer .outlineNav li a {
  font-size: 1.4rem;
}
#footer .copyright {
  text-align: center;
  margin: 20px auto 0;
}
#footer .copyright small {
  font-size: 1.1rem;
  letter-spacing: 0;
}

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

.mainImg {
  position: relative;
  min-height: 150px;
}
@media screen and (min-width: 560px) {
  .mainImg {
    min-height: 200px;
  }
}
.mainImg + section {
  margin-top: 40px;
}
.mainImg svg {
  max-width: 260px;
  margin: 0 auto;
  position: absolute;
  right: -45px;
  top: -65px;
}
@media screen and (min-width: 560px) {
  .mainImg svg {
    max-width: 300px;
    right: 40px;
  }
}
.mainImg div .sub {
  text-align: left;
  margin: 0 auto 3px;
  font-size: 1.3rem;
}
.mainImg div .head {
  text-align: left;
}
.mainImg div i {
  display: block;
  font-size: 1.6rem;
}
.mainImg div i.kana {
  font-size: 1.4rem;
  margin-top: 5px;
}

.galleryList {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.galleryList li {
  width: 33.3333333333%;
}
@media screen and (min-width: 560px) {
  .galleryList li {
    width: 50%;
  }
}
@media screen and (min-width: 560px) {
  .galleryList li:nth-child(n+7) {
    display: none;
  }
}
.galleryList li figure {
  margin: 0;
}
.galleryList li figure img {
  aspect-ratio: 1/1;
}

section#contact {
  margin-top: 60px;
}

.snsNav {
  text-align: center;
}
.snsNav li {
  display: inline-block;
  margin: 0 3px 0;
}
.snsNav li a {
  display: block;
  text-indent: 130%;
  white-space: nowrap;
  overflow: hidden;
  width: 45px;
  height: 45px;
}
.snsNav li a:hover {
  opacity: 0.8;
}
.snsNav li.facebook {
  background: url("/common/img/icon_facebook01.png") no-repeat 50% 50%;
  background-size: contain;
}
.snsNav li.instagram {
  background: url("/common/img/icon_instagram01.png") no-repeat 50% 50%;
  background-size: contain;
}
.snsNav li.line {
  background: url("/common/img/icon_line01.png") no-repeat 50% 50%;
  background-size: contain;
}
.snsNav li.mail {
  background: url("/common/img/icon_mail01.png") no-repeat 50% 50%;
  background-size: contain;
}

.btn {
  text-align: center;
}
.btn a {
  display: inline-block;
  text-align: center;
  color: #1a1a1a;
  text-decoration: none;
  font-size: 1.4rem;
  max-width: 340px;
  margin: 20px auto 0;
  padding: 0 10px 7px;
  border-bottom: 1px dotted #1a1a1a;
}
@media screen and (min-width: 560px) {
  .btn a {
    font-size: 1.6rem;
  }
}

a.link {
  display: inline;
  text-decoration: underline;
  color: #c02138;
}
a.link:hover {
  text-decoration: none;
}
a.link[target=_blank] {
  display: inline;
  padding-right: 0;
}
a[target=_blank] {
  position: relative;
  display: inline-block;
  color: #c02138;
}
a[target=_blank] i {
  position: relative;
  padding-right: 30px;
}
a[target=_blank] i:before, a[target=_blank] i:after {
  display: block;
  content: "";
  width: 12px;
  height: 10px;
  position: absolute;
  border: 1px solid #a2a2a2;
  margin-top: -7px;
  background: #FFFFFF;
}
a[target=_blank] i:before {
  right: 8px;
  top: 13px;
}
a[target=_blank] i:after {
  right: 5px;
  top: 10px;
  width: 12px;
  height: 10px;
  border-top: 2px solid #a2a2a2;
}
a[target=_blank][href$=".pdf"] i:before, a[target=_blank][href$=".pdf"] i:after, a[target=_blank][href$=".doc"] i:before, a[target=_blank][href$=".doc"] i:after, a[target=_blank][href$=".xls"] i:before, a[target=_blank][href$=".xls"] i:after {
  height: 15px;
  width: 13px;
  margin-top: -8px;
}
a[target=_blank][href$=".pdf"] i:before, a[target=_blank][href$=".doc"] i:before, a[target=_blank][href$=".xls"] i:before {
  right: 10px;
  top: 12px;
  border-radius: 2px;
}
a[target=_blank][href$=".pdf"] i:after, a[target=_blank][href$=".doc"] i:after, a[target=_blank][href$=".xls"] i:after {
  border: none;
  top: 16px;
  right: 13px;
  height: 7px;
  width: 7px;
  background-image: linear-gradient(#a2a2a2 14%, #FFFFFF 14%, #FFFFFF 42%, #a2a2a2 42%, #a2a2a2 56%, #FFFFFF 56%, #FFFFFF 84%, #a2a2a2 84%, #a2a2a2 98%, #FFFFFF 98%, #FFFFFF);
  background-size: 7px 7px;
}

#access {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
#access p {
  text-align: center;
}

.googleMap {
  position: relative;
  height: 350px;
  overflow: hidden;
}
.googleMap iframe,
.googleMap object,
.googleMap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 560px) {
  .googleMap + .img {
    position: relative;
    overflow: hidden;
    height: 300px;
  }
  .googleMap + .img img {
    position: absolute;
    top: -100%;
    left: 0;
    right: 0;
    bottom: -100%;
    margin: auto;
  }
}

.voiceList li {
  position: relative;
  background: #ddd;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 20px;
}
@media screen and (min-width: 560px) {
  .voiceList li {
    padding: 25px 30px;
  }
}
.voiceList li:nth-of-type(3n+1) {
  background: linear-gradient(-42deg, rgba(63, 153, 229, 0.1), rgba(122, 185, 67, 0.1));
}
.voiceList li:nth-of-type(3n+2) {
  background: linear-gradient(-42deg, rgba(255, 131, 30, 0.1), rgba(255, 29, 37, 0.1));
}
.voiceList li:nth-of-type(3n+3) {
  background: linear-gradient(-42deg, rgba(255, 29, 37, 0.1), rgba(122, 185, 67, 0.1));
}
.voiceList li:nth-of-type(1) {
  margin-right: 20%;
}
.voiceList li:nth-of-type(2) {
  margin-left: 20%;
}
.voiceList li:nth-of-type(3) {
  margin-right: 10%;
}
.voiceList li:nth-of-type(4) {
  margin-left: 20%;
}
.voiceList li:nth-of-type(5) {
  margin-right: 20%;
}

.flowList {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.flowList ul {
  width: 50%;
}
.flowList ul li {
  font-size: 1.5rem;
}

.schoolVideo {
  overflow: hidden;
  position: relative;
  padding-bottom: 70%;
  margin-bottom: 40px;
}
@media screen and (min-width: 560px) {
  .schoolVideo {
    padding-bottom: 0;
    height: 400px;
  }
}
.schoolVideo video {
  position: absolute;
  top: -100%;
  left: -100%;
  right: -100%;
  bottom: -100%;
  margin: auto;
}

section.experience {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  background: #F2F5F7;
}
section.experience .inner {
  padding: 0 20px;
}

.spOnly {
  display: none;
}
@media screen and (max-width: 560px) {
  .spOnly {
    display: block;
  }
}

.clear {
  clear: both;
}

html {
  transition: color 300ms, background-color 300ms;
}

/*
@media (prefers-color-scheme: dark) {
	body {
		color: $lightGray;
	}
	#wrapper {
	  background-color: lighten($darkGray,10%);
	}
	a {
		color: $lightGray !important;
		border-color:  $lightGray !important;
	}
	img {
		filter: grayscale(30%);
	}
	section.experience {
		background-color: lighten($darkGray,25%);
	}
	.head {
		&.facebook,
		&.instagram,
		&.line,
		&.mail {
			color: $lightGray;
		}
	}
}
*/
/*# sourceMappingURL=common.css.map */