@charset "UTF-8";
/**
 * このcssはsassによって出力しています。
 * 直接編集しないでください。
 */
/* [contents]
/*----------------------------------*/
/* introduction
/*----------------------------------*/
/* normalize
/*----------------------------------*/
/* 便宜上の設定
/*----------------------------------*/
/* generic classes
/*----------------------------------*/
/**/
/* introduction
/*----------------------------------*/
/**
 * ノーマライズが目的であれば「normalize」だけでを使用してください。
 */
/* normalize
/*----------------------------------*/
/**
 * 1. フォントの設定をする。
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 *    text-size-adjustは「none」を使わずに「100%」を使う。
 */
/* line 32, ../scss/partials/_base.scss */
html {
  font-family: 'Yu Gothic', YuGothic, Verdana, Meiryo, sans-serif;
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * 1. 一部のブラウザに対するバグ対策
 * 2. Remove default margin.
 */
/* line 49, ../scss/partials/_base.scss */
body {
  max-width: 100%;
  /* wws */
  margin: 0;
}

/**
 * 文字サイズの設定が効かなくなる、またはおかしくなるバグの対策
 * 文字が含まれるボックスにmax-hight:100%を適用することで回避できる
 */
/* HTML5 display definitions
   ========================================================================== */
/**
 * 1. 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.
 * 2. 文字サイズの設定が効かなくなる、またはおかしくなるバグの対策
 *    文字が含まれるボックスにmax-hight:100%を適用することで回避できる。
 */
/* line 71, ../scss/partials/_base.scss */
div,
p,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
  /* 1 */
  /* max-height: 100%; /* 2 */
  /* wws */
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/* line 95, ../scss/partials/_base.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 108, ../scss/partials/_base.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 118, ../scss/partials/_base.scss */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 130, ../scss/partials/_base.scss */
a {
  background-color: transparent;
}

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

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

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

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 167, ../scss/partials/_base.scss */
dfn {
  font-style: italic;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 175, ../scss/partials/_base.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 184, ../scss/partials/_base.scss */
small {
  font-size: 80%;
}

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

/* line 200, ../scss/partials/_base.scss */
sup {
  top: -0.5em;
}

/* line 204, ../scss/partials/_base.scss */
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 215, ../scss/partials/_base.scss */
img {
  max-width: 100%;
  /* wws */
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 224, ../scss/partials/_base.scss */
svg:not(:root) {
  overflow: hidden;
}

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

/**
 * Address differences between Firefox and other browsers.
 */
/* line 243, ../scss/partials/_base.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 253, ../scss/partials/_base.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 261, ../scss/partials/_base.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 284, ../scss/partials/_base.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 298, ../scss/partials/_base.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 309, ../scss/partials/_base.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 322, ../scss/partials/_base.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 334, ../scss/partials/_base.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 343, ../scss/partials/_base.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 354, ../scss/partials/_base.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 366, ../scss/partials/_base.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 378, ../scss/partials/_base.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 389, ../scss/partials/_base.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

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

/**
 * Define consistent border, margin, and padding.
 */
/* line 411, ../scss/partials/_base.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 422, ../scss/partials/_base.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 431, ../scss/partials/_base.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 440, ../scss/partials/_base.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 451, ../scss/partials/_base.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 456, ../scss/partials/_base.scss */
td,
th {
  padding: 0;
}

/*
 * Copyright (c) 2013-2014 ZURB, inc.
* MIT License
* Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation files (the
* "Software"), to deal in the Software without restriction, including
* without limitation the rights to use, copy, modify, merge, publish,
* distribute, sublicense, and/or sell copies of the Software, and to
* permit persons to whom the Software is furnished to do so, subject to
* the following conditions:
* The above copyright notice and this permission notice shall be
* included in all copies or substantial portions of the Software.
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
* LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
* OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
* WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
/* 便宜上の設定
/*----------------------------------*/
/* line 486, ../scss/partials/_base.scss */
* {
  box-sizing: border-box;
}

/* line 490, ../scss/partials/_base.scss */
ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 496, ../scss/partials/_base.scss */
body {
  min-width: 100%;
}

/* line 500, ../scss/partials/_base.scss */
table {
  table-layout: fixed;
  width: 100%;
}

/* line 506, ../scss/partials/_base.scss */
p {
  margin: 0;
  padding: 0;
}

/* line 512, ../scss/partials/_base.scss */
#wrapper {
  max-width: 100%;
  overflow: hidden;
}

/* generic classes
/*----------------------------------*/
/* line 521, ../scss/partials/_base.scss */
.d_non {
  display: none;
}

/* line 522, ../scss/partials/_base.scss */
.d_fle {
  display: flex;
}

/* line 523, ../scss/partials/_base.scss */
.d_blo {
  display: block;
}

/* line 524, ../scss/partials/_base.scss */
.d_inl {
  display: inline;
}

/* line 525, ../scss/partials/_base.scss */
.d_inbl {
  display: inline-block;
}

/* line 527, ../scss/partials/_base.scss */
.hidden {
  display: none;
}

/* line 531, ../scss/partials/_base.scss */
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* line 537, ../scss/partials/_base.scss */
.float_l {
  float: left;
}

/* line 541, ../scss/partials/_base.scss */
.float_r {
  float: right;
}

/* line 545, ../scss/partials/_base.scss */
.verCenter {
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

/* line 553, ../scss/partials/_base.scss */
.textAdjust_l {
  text-align: left;
}

/* line 558, ../scss/partials/_base.scss */
.textAdjust_r {
  text-align: right;
}

/* line 563, ../scss/partials/_base.scss */
.textAdjust_c {
  text-align: center;
}

/* line 568, ../scss/partials/_base.scss */
.appearanceNone,
.appearanceNone input {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 581, ../scss/partials/_base.scss */
.w_100 {
  width: 100% !important;
}

/* line 582, ../scss/partials/_base.scss */
.w_95 {
  width: 95% !important;
}

/* line 583, ../scss/partials/_base.scss */
.w_90 {
  width: 90% !important;
}

/* line 584, ../scss/partials/_base.scss */
.w_85 {
  width: 85% !important;
}

/* line 585, ../scss/partials/_base.scss */
.w_80 {
  width: 80% !important;
}

/* line 586, ../scss/partials/_base.scss */
.w_75 {
  width: 75% !important;
}

/* line 587, ../scss/partials/_base.scss */
.w_70 {
  width: 70% !important;
}

/* line 588, ../scss/partials/_base.scss */
.w_65 {
  width: 65% !important;
}

/* line 589, ../scss/partials/_base.scss */
.w_60 {
  width: 60% !important;
}

/* line 590, ../scss/partials/_base.scss */
.w_55 {
  width: 55% !important;
}

/* line 591, ../scss/partials/_base.scss */
.w_50 {
  width: 50% !important;
}

/* line 592, ../scss/partials/_base.scss */
.w_45 {
  width: 45% !important;
}

/* line 593, ../scss/partials/_base.scss */
.w_40 {
  width: 40% !important;
}

/* line 594, ../scss/partials/_base.scss */
.w_35 {
  width: 35% !important;
}

/* line 595, ../scss/partials/_base.scss */
.w_30 {
  width: 30% !important;
}

/* line 596, ../scss/partials/_base.scss */
.w_25 {
  width: 25% !important;
}

/* line 597, ../scss/partials/_base.scss */
.w_20 {
  width: 20% !important;
}

/* line 598, ../scss/partials/_base.scss */
.w_15 {
  width: 15% !important;
}

/* line 599, ../scss/partials/_base.scss */
.w_10 {
  width: 10% !important;
}

/* line 600, ../scss/partials/_base.scss */
.w_5 {
  width: 5% !important;
}

/* line 602, ../scss/partials/_base.scss */
.c_red {
  color: red;
}

/* line 606, ../scss/partials/_base.scss */
.c_blue {
  color: blue;
}

/* line 610, ../scss/partials/_base.scss */
.c_orange {
  color: orange;
}

/* line 614, ../scss/partials/_base.scss */
.c_green {
  color: green;
}

/* line 618, ../scss/partials/_base.scss */
.c_gray {
  color: gray;
}

/* line 622, ../scss/partials/_base.scss */
.c_brown {
  color: brown;
}

/* line 626, ../scss/partials/_base.scss */
.f_bold {
  font-weight: bold;
}

/* line 630, ../scss/partials/_base.scss */
table.dismantled,
table.dismantled thead,
table.dismantled tbody,
table.dismantled caption,
table.dismantled tr,
table.dismantled th,
table.dismantled td {
  display: block;
}

/* line 640, ../scss/partials/_base.scss */
.equality {
  display: flex;
}

/* line 644, ../scss/partials/_base.scss */
.equality > * {
  flex-grow: 1;
}

@media screen and (max-width: 660px) {
  /* line 650, ../scss/partials/_base.scss */
  .sp_none {
    display: none !important;
  }
}
@media screen and (min-width: 661px) {
  /* line 658, ../scss/partials/_base.scss */
  .pc_none {
    display: none !important;
  }
}
/**
 * ２カラムのレイアウトを実装
 * spではシングルカラムにする
 * @param $first 1カラム目のwidth
 * @param $second 2カラム目のwidth
 * @param $bp カラムをおとすブレイクポイント
 */
/**
 * spとpcでフォントサイズを２段階で変更
 */
/**
 * このファイルにはライブラリ化したcssを記述します。
 * JSの「lib」と異なる点として
 * コピーして使用するのではなくファイル自体が読み込まれる点に注意してください。
 *
/* [contents]
/*----------------------------------*/
/*----------------------------------*/
/* 
/*----------------------------------*/
@media screen and (max-width: 1080px) {
  /* line 14, ../scss/partials/_lib.scss */
  .only-pc {
    display: none;
  }
}

@media screen and (min-width: 1080px) {
  /* line 20, ../scss/partials/_lib.scss */
  .only-sp {
    display: none;
  }
}

/* [contents] 
/*----------------------------------*/
/* common
/*----------------------------------*/
/* mixins
/*----------------------------------*/
/* header
/*----------------------------------*/
/* footer
/*----------------------------------*/
/* sidebar
/*----------------------------------*/
/* 
/*----------------------------------*/
/* article
/*----------------------------------*/
/* u page
/*----------------------------------*/
/* archive
/*----------------------------------*/
/* 
/*----------------------------------*/
/* lib
/*----------------------------------*/
/* animations
/*----------------------------------*/
/* 
/*----------------------------------*/
/**/
/* common
/*----------------------------------*/
/* line 36, ../scss/partials/_theme.scss */
:root {
  font-family: "Yu Gothic", "Yu-Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  text-size-adjust: 100%;
}
@media screen and (max-width: 1080px) {
  /* line 36, ../scss/partials/_theme.scss */
  :root {
    font-size: 4vw;
  }
}
@media screen and (min-width: 1080px) {
  /* line 36, ../scss/partials/_theme.scss */
  :root {
    font-size: 16px;
  }
}

/* line 41, ../scss/partials/_theme.scss */
a.n {
  display: block;
  text-decoration: none;
  color: inherit;
}

/* line 46, ../scss/partials/_theme.scss */
body {
  background: #FAFAFC;
}

/* line 49, ../scss/partials/_theme.scss */
#container.blog {
  padding-bottom: 3%;
}
/* line 53, ../scss/partials/_theme.scss */
#container.blog > .inner {
  max-width: 1080px;
  margin: auto;
  padding: 2% 0;
}

/* line 63, ../scss/partials/_theme.scss */
h1#page-title {
  margin: 1em 0 2em;
  text-align: center;
  font-weight: normal;
}
@media screen and (max-width: 1080px) {
  /* line 63, ../scss/partials/_theme.scss */
  h1#page-title {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1080px) {
  /* line 63, ../scss/partials/_theme.scss */
  h1#page-title {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 1080px) {
  /* line 63, ../scss/partials/_theme.scss */
  h1#page-title {
    margin: 1.5em 0 1em;
  }
}
/* line 73, ../scss/partials/_theme.scss */
h1#page-title span {
  display: inline-block;
  position: relative;
  border-bottom: solid 1px #aaa;
}
/* line 78, ../scss/partials/_theme.scss */
h1#page-title span::after {
  content: "";
  display: none;
  width: 50px;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 20px;
  border-top: solid 1px #00a0e9;
}

/* line 90, ../scss/partials/_theme.scss */
section.general, article.general, aside.general {
  padding: 1px 0;
}
/* line 93, ../scss/partials/_theme.scss */
section.general > .inner, article.general > .inner, aside.general > .inner {
  max-width: 1080px;
  margin: auto;
}

/* line 98, ../scss/partials/_theme.scss */
h2.section-head {
  margin: 1em 0 2em;
  text-align: center;
  font-weight: normal;
}
@media screen and (max-width: 1080px) {
  /* line 98, ../scss/partials/_theme.scss */
  h2.section-head {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1080px) {
  /* line 98, ../scss/partials/_theme.scss */
  h2.section-head {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 1080px) {
  /* line 98, ../scss/partials/_theme.scss */
  h2.section-head {
    margin: 1em 0;
  }
}
/* line 107, ../scss/partials/_theme.scss */
h2.section-head span {
  display: inline-block;
  position: relative;
  border-bottom: solid 1px #aaa;
}
/* line 112, ../scss/partials/_theme.scss */
h2.section-head span::after {
  content: "";
  display: none;
  width: 50px;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 20px;
  border-top: solid 1px #00a0e9;
}

/* mixins
/*----------------------------------*/
/* header
/*----------------------------------*/
/* line 170, ../scss/partials/_theme.scss */
#header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1001;
  box-shadow: 0 3px 10px 0 rgba(8, 20, 30, 0.5);
  background: #fff;
}
/* line 179, ../scss/partials/_theme.scss */
#header > .inner {
  display: flex;
  align-items: center;
  max-width: 1200px;
  margin: auto;
  padding: .5% 0;
}
/* line 186, ../scss/partials/_theme.scss */
#header > .inner #sp-menu-control, #header > .inner #sp-menu-control-label, #header > .inner .sp-contact {
  display: none;
}
/* line 189, ../scss/partials/_theme.scss */
#header > .inner h1 {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-weight: normal;
}
/* line 196, ../scss/partials/_theme.scss */
#header > .inner .logo {
  flex: 0 0 18%;
  margin-right: 2%;
}
/* line 200, ../scss/partials/_theme.scss */
#header > .inner .logo img {
  display: block;
  width: 100%;
}
/* line 205, ../scss/partials/_theme.scss */
#header > .inner .g-nav {
  flex: 1 1;
}
/* line 211, ../scss/partials/_theme.scss */
#header > .inner .g-nav ul.primary {
  display: flex;
  justify-content: center;
  cursor: default;
}
/* line 216, ../scss/partials/_theme.scss */
#header > .inner .g-nav ul.primary > li {
  position: relative;
  font-size: 15px;
  font-weight: bold;
}
/* line 222, ../scss/partials/_theme.scss */
#header > .inner .g-nav ul.primary > li:hover ul.sub-menu {
  display: block;
  opacity: 1;
}
/* line 227, ../scss/partials/_theme.scss */
#header > .inner .g-nav ul.primary > li::after {
  content: "";
  display: block;
  width: 0%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: .5s;
  background: #00a0e9;
}
/* line 240, ../scss/partials/_theme.scss */
#header > .inner .g-nav ul.primary > li:hover::after {
  width: 80%;
}
/* line 244, ../scss/partials/_theme.scss */
#header > .inner .g-nav ul.primary > li a {
  display: block;
  text-decoration: none;
  color: inherit;
  padding: .5em 1em;
}
/* line 252, ../scss/partials/_theme.scss */
#header > .inner .g-nav ul.sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  padding: .5em 0 0;
  background: #fff;
  color: #000;
  opacity: 0;
  transition: opacity .5s;
  box-shadow: 2px 2px 5px 0 rgba(100, 100, 100, 0.5);
}
/* line 264, ../scss/partials/_theme.scss */
#header > .inner .g-nav ul.sub-menu > li {
  position: relative;
  white-space: nowrap;
  border-left: solid 6px #fff;
  transition: color .8s, background .8s, border-left .5s;
}
/* line 270, ../scss/partials/_theme.scss */
#header > .inner .g-nav ul.sub-menu > li:hover {
  border-left: solid 6px #00a0e9;
  color: #00a0e9;
  background: #ececec;
}
/* line 275, ../scss/partials/_theme.scss */
#header > .inner .g-nav ul.sub-menu > li a {
  display: block;
  padding: .8em 10em .8em 1em;
  text-decoration: none;
  color: inherit;
}
/* line 284, ../scss/partials/_theme.scss */
#header > .inner .contact {
  flex: 0 0 20%;
}
/* line 287, ../scss/partials/_theme.scss */
#header > .inner .contact a {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  text-decoration: none;
  color: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: 100%;
  padding: .5em;
  border-radius: 5px;
  text-align: center;
  background: #00a0e9;
  color: #fff;
  transition: 1.5s;
}
/* line 100, ../scss/partials/_mixins.scss */
#header > .inner .contact a input {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  text-decoration: none;
  color: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/* line 298, ../scss/partials/_theme.scss */
#header > .inner .contact a:hover {
  background: #FF406C;
}

/* header-sp
/*----------------------------------*/
@media screen and (max-width: 1080px) {
  /* line 314, ../scss/partials/_theme.scss */
  #header > .inner {
    padding: 5% 3%;
    position: relative;
  }
  /* line 318, ../scss/partials/_theme.scss */
  #header > .inner .logo {
    flex: 0 0 45%;
  }
  /* line 321, ../scss/partials/_theme.scss */
  #header > .inner .g-nav {
    display: block;
    width: 100vw;
    max-height: 80vh;
    position: absolute;
    top: 100%;
    left: 100%;
    z-index: 900;
    padding-bottom: 5%;
    border-top: solid 1px #aaa;
    background: #ECECEC;
    background: #00a0e9;
    color: #fff;
    overflow-y: scroll;
    box-shadow: 0 10px 10px -5px rgba(8, 20, 30, 0.5);
    transition: 500ms;
  }
  /* line 338, ../scss/partials/_theme.scss */
  #header > .inner .g-nav ul.primary {
    display: block;
    padding: 8% 5%;
  }
  /* line 342, ../scss/partials/_theme.scss */
  #header > .inner .g-nav ul.primary > li {
    position: relative;
    border-top: solid 1px #ccc;
  }
  /* line 346, ../scss/partials/_theme.scss */
  #header > .inner .g-nav ul.primary > li:last-of-type {
    border-bottom: solid 1px #ccc;
  }
  /* line 349, ../scss/partials/_theme.scss */
  #header > .inner .g-nav ul.primary > li::after {
    display: none;
  }
  /* line 352, ../scss/partials/_theme.scss */
  #header > .inner .g-nav ul.primary > li > a::after {
    content: '>';
    display: block;
    width: auto;
    height: auto;
    position: static;
    float: right;
    border: none;
  }
  /* line 362, ../scss/partials/_theme.scss */
  #header > .inner .g-nav ul.primary > li:hover::after {
    width: auto;
  }
  /* line 365, ../scss/partials/_theme.scss */
  #header > .inner .g-nav ul.primary > li:hover ul.sub-menu {
    display: none;
  }
  /* line 370, ../scss/partials/_theme.scss */
  #header > .inner .g-nav ul.primary > li.menu-item-has-children > a::after {
    content: '+';
  }
  /* line 377, ../scss/partials/_theme.scss */
  #header > .inner .g-nav ul.sub-menu {
    position: static;
    padding-left: 2em;
    background: transparent;
    color: #fff;
    opacity: 1;
    box-shadow: none;
    transition: 0s;
  }
  /* line 386, ../scss/partials/_theme.scss */
  #header > .inner .g-nav ul.sub-menu > li {
    position: relative;
    border-left: none;
    border-top: solid 1px #ccc;
    transition: 0s;
  }
  /* line 392, ../scss/partials/_theme.scss */
  #header > .inner .g-nav ul.sub-menu > li:hover {
    border-left: none;
    background: transparent;
  }
  /* line 396, ../scss/partials/_theme.scss */
  #header > .inner .g-nav ul.sub-menu > li > a {
    display: block;
    padding: .5em 1em;
    text-decoration: none;
    color: inherit;
  }
  /* line 402, ../scss/partials/_theme.scss */
  #header > .inner .g-nav ul.sub-menu > li > a::after {
    content: '>';
    display: block;
    float: right;
  }
  /* line 410, ../scss/partials/_theme.scss */
  #header > .inner .g-nav .sp-contact {
    display: block;
    width: 90%;
    margin: auto;
    padding: 3% 0 2.5%;
    text-align: center;
    border: solid 1px #fff;
  }
  /* line 420, ../scss/partials/_theme.scss */
  #header > .inner .g-nav .sp-contact .tel {
    font-size: 1.5em;
    color: #f1e725;
  }
  /* line 424, ../scss/partials/_theme.scss */
  #header > .inner .g-nav .sp-contact .tel a {
    display: inline-block;
    line-height: 150%;
  }
  /* line 429, ../scss/partials/_theme.scss */
  #header > .inner .g-nav .sp-contact .form {
    margin-top: .3em;
    font-size: 1.2em;
  }
  /* line 433, ../scss/partials/_theme.scss */
  #header > .inner .g-nav .sp-contact .form a {
    display: inline-block;
    padding: .2em 1em;
    border-radius: 5px;
    background: #e89315;
    color: #fff;
  }
  /* line 443, ../scss/partials/_theme.scss */
  #header > .inner .contact {
    display: none;
  }
  /* line 446, ../scss/partials/_theme.scss */
  #header > .inner #sp-menu-control-label {
    display: block;
    width: 15vw;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9999;
    color: #fff;
  }
  /* line 456, ../scss/partials/_theme.scss */
  #header > .inner #sp-menu-control-label > span {
    display: block;
    height: 2px;
    position: absolute;
    left: 20%;
    margin: auto;
    background: #111;
    transform-origin: 0% 50%;
  }
  /* line 465, ../scss/partials/_theme.scss */
  #header > .inner #sp-menu-control-label .top {
    width: 47%;
    top: 35%;
  }
  /* line 469, ../scss/partials/_theme.scss */
  #header > .inner #sp-menu-control-label .mid {
    width: 26%;
    top: 50%;
  }
  /* line 473, ../scss/partials/_theme.scss */
  #header > .inner #sp-menu-control-label .btm {
    width: 41%;
    top: 65%;
  }
  /* line 479, ../scss/partials/_theme.scss */
  #header > .inner #sp-menu-control-label.anime_cl .top {
    animation: develop_1 1500ms ease 0s 1 normal;
  }
  /* line 482, ../scss/partials/_theme.scss */
  #header > .inner #sp-menu-control-label.anime_cl .mid {
    animation: stretch 1200ms ease 0s 1 normal;
  }
  /* line 485, ../scss/partials/_theme.scss */
  #header > .inner #sp-menu-control-label.anime_cl .btm {
    animation: develop_2 1000ms ease 0s 1 normal;
  }
  /* line 499, ../scss/partials/_theme.scss */
  #header.menu-open #sp-menu-control-label .top {
    width: 40%;
    transform: rotate(405deg);
  }
  /* line 503, ../scss/partials/_theme.scss */
  #header.menu-open #sp-menu-control-label .mid {
    width: 0%;
  }
  /* line 506, ../scss/partials/_theme.scss */
  #header.menu-open #sp-menu-control-label .btm {
    width: 40%;
    transform: rotate(-405deg);
  }
  /* line 513, ../scss/partials/_theme.scss */
  #header.menu-open #sp-menu-control-label.anime_op .top {
    animation: rotate_1 1200ms ease 0s 1 normal;
  }
  /* line 516, ../scss/partials/_theme.scss */
  #header.menu-open #sp-menu-control-label.anime_op .mid {
    animation: shrink 800ms ease 0s 1 normal;
  }
  /* line 519, ../scss/partials/_theme.scss */
  #header.menu-open #sp-menu-control-label.anime_op .btm {
    animation: rotate_2 800ms ease 0s 1 normal;
  }
  /* line 523, ../scss/partials/_theme.scss */
  #header.menu-open .g-nav {
    left: 0%;
  }
}

@keyframes rotate_1 {
  0% {
    transform: rotate(0deg);
    width: 47%;
  }
  40% {
    transform: rotate(200deg);
    width: 0%;
  }
  65% {
    transform: rotate(380deg);
    width: 0%;
  }
  100% {
    transform: rotate(405deg);
    width: 40%;
  }
}
@keyframes rotate_2 {
  0% {
    transform: rotate(0deg);
    width: 47%;
  }
  60% {
    transform: rotate(-300deg);
    width: 0%;
  }
  100% {
    transform: rotate(-405deg);
    width: 40%;
  }
}
@keyframes shrink {
  0% {
    width: 26%;
  }
  100% {
    width: 0%;
  }
}
@keyframes develop_1 {
  0% {
    transform: rotate(405deg);
    width: 40%;
  }
  60% {
    transform: rotate(0deg);
    width: 0%;
  }
  100% {
    transform: rotate(0deg);
    width: 40%;
  }
}
@keyframes develop_2 {
  0% {
    transform: rotate(-405deg);
    width: 40%;
  }
  60% {
    transform: rotate(0deg);
    width: 0%;
  }
  100% {
    transform: rotate(0deg);
    width: 40%;
  }
}
@keyframes stretch {
  0% {
    width: 0%;
  }
  100% {
    width: 26%;
  }
}
/* footer
/*----------------------------------*/
/* line 562, ../scss/partials/_theme.scss */
#footer {
  text-align: center;
  border-top: solid 1px #00a0e9;
  background: #19222A;
  background-image: url("../img/bg/bg2.jpg");
  background-size: 100% auto;
  color: #fff;
}
@media screen and (max-width: 1080px) {
  /* line 562, ../scss/partials/_theme.scss */
  #footer {
    background-size: auto 200%;
    background-position: 33% 0%;
  }
}
/* line 575, ../scss/partials/_theme.scss */
#footer .top {
  background: inherit;
}
/* line 578, ../scss/partials/_theme.scss */
#footer .top > a {
  display: block;
  padding: 2em 0;
  position: relative;
  z-index: 0;
  background: inherit;
  overflow: hidden;
}
/* line 586, ../scss/partials/_theme.scss */
#footer .top > a::before {
  content: '';
  background: inherit;
  filter: blur(15px);
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: -5;
  transition: 1s;
}
/* line 598, ../scss/partials/_theme.scss */
#footer .top > a::after {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: -1;
  background: rgba(255, 255, 255, 0.4);
  transition: 1s;
}
/* line 609, ../scss/partials/_theme.scss */
#footer .top > a .message {
  max-width: 460px;
  margin: auto;
}
@media screen and (max-width: 1080px) {
  /* line 609, ../scss/partials/_theme.scss */
  #footer .top > a .message {
    max-width: 85%;
  }
}
/* line 620, ../scss/partials/_theme.scss */
#footer .top > a:hover::before {
  filter: blur(3px);
}
/* line 623, ../scss/partials/_theme.scss */
#footer .top > a:hover::after {
  background: rgba(255, 255, 255, 0.6);
}
/* line 628, ../scss/partials/_theme.scss */
#footer .bottom {
  padding: 4em 2em;
  background: rgba(50, 66, 68, 0.8);
  text-align: right;
}
@media screen and (max-width: 1080px) {
  /* line 628, ../scss/partials/_theme.scss */
  #footer .bottom {
    padding: 2em 0;
  }
}
/* line 637, ../scss/partials/_theme.scss */
#footer .bottom .logo {
  width: 15em;
  float: left;
}
@media screen and (max-width: 1080px) {
  /* line 637, ../scss/partials/_theme.scss */
  #footer .bottom .logo {
    display: none;
  }
}
@media screen and (max-width: 1080px) {
  /* line 645, ../scss/partials/_theme.scss */
  #footer .bottom .copy {
    text-align: center;
  }
}

/* sidebar
/*----------------------------------*/
/* line 658, ../scss/partials/_theme.scss */
#side-content {
  border: solid 1px #ccc;
}

/* article
/*----------------------------------*/
/* line 665, ../scss/partials/_theme.scss */
#content-article {
  max-width: 980px;
  margin: auto;
  padding: 1% 0 5%;
}
/* line 670, ../scss/partials/_theme.scss */
#content-article #entry-header {
  padding: 1% 2%;
  border: solid 4px #d2d2d2;
}
/* line 678, ../scss/partials/_theme.scss */
#content-article #entry-header .breadcrumbs ul li {
  display: inline-block;
  font-weight: bold;
}
/* line 682, ../scss/partials/_theme.scss */
#content-article #entry-header .breadcrumbs ul li:nth-of-type(n+2) {
  margin-left: 1.6em;
}
/* line 685, ../scss/partials/_theme.scss */
#content-article #entry-header .breadcrumbs ul li:nth-of-type(n+2)::before {
  content: ">>";
  display: inline-block;
  position: relative;
  left: -.8em;
}
/* line 695, ../scss/partials/_theme.scss */
#content-article #entry-header .breadcrumbs a {
  text-decoration: none;
  color: #00a0e9;
}
/* line 700, ../scss/partials/_theme.scss */
#content-article #entry-header .title {
  letter-spacing: .05em;
  margin-top: 2%;
}
/* line 704, ../scss/partials/_theme.scss */
#content-article #entry-header .title h1 {
  margin: 0;
}
/* line 708, ../scss/partials/_theme.scss */
#content-article #entry-header .date {
  text-align: right;
  letter-spacing: .2em;
}
/* line 713, ../scss/partials/_theme.scss */
#content-article #entry-thumbnail {
  position: relative;
  z-index: 101;
  margin-top: 3%;
  text-align: center;
  overflow: hidden;
}
/* line 720, ../scss/partials/_theme.scss */
#content-article #entry-thumbnail .substance {
  position: relative;
  z-index: 100;
  background: rgba(255, 255, 255, 0.4);
}
/* line 725, ../scss/partials/_theme.scss */
#content-article #entry-thumbnail .substance img {
  display: block;
  max-height: 540px;
  margin: auto;
}
/* line 731, ../scss/partials/_theme.scss */
#content-article #entry-thumbnail .bg {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -100;
  filter: blur(5px);
}
/* line 738, ../scss/partials/_theme.scss */
#content-article #entry-thumbnail .bg img {
  width: 100%;
}
/* line 743, ../scss/partials/_theme.scss */
#content-article #entry-body {
  margin-top: 4%;
  padding: 1px 0;
}
/* line 747, ../scss/partials/_theme.scss */
#content-article #entry-body .content {
  font-size: 18px;
  line-height: 2.3;
  letter-spacing: .05em;
}
@media screen and (max-width: 1080px) {
  /* line 747, ../scss/partials/_theme.scss */
  #content-article #entry-body .content {
    padding: 0 .8em;
    letter-spacing: 0em;
    font-size: 1rem;
  }
}
/* line 758, ../scss/partials/_theme.scss */
#content-article #entry-body .content p {
  margin: 1em 0;
}

/* line 767, ../scss/partials/_theme.scss */
#entry-body h2 {
  margin: 2em 0 2em;
  text-align: center;
  font-weight: normal;
  line-height: 1.5;
}
@media screen and (max-width: 1080px) {
  /* line 767, ../scss/partials/_theme.scss */
  #entry-body h2 {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1080px) {
  /* line 767, ../scss/partials/_theme.scss */
  #entry-body h2 {
    font-size: 2.6rem;
  }
}
/* line 774, ../scss/partials/_theme.scss */
#entry-body h3 {
  margin: 1em 0 1em;
  padding-left: .3em;
  font-weight: bold;
  line-height: 1.8;
  border-bottom: solid 2px #00a0e9;
  color: #00a0e9;
}
@media screen and (max-width: 1080px) {
  /* line 774, ../scss/partials/_theme.scss */
  #entry-body h3 {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1080px) {
  /* line 774, ../scss/partials/_theme.scss */
  #entry-body h3 {
    font-size: 1.8rem;
  }
}
/* line 783, ../scss/partials/_theme.scss */
#entry-body h4 {
  margin: 2em 0 2em;
  padding-left: 1em;
  font-weight: bold;
  line-height: 2.4;
  border-left: solid 4px #00a0e9;
  background: #f2f2f2;
}
@media screen and (max-width: 1080px) {
  /* line 783, ../scss/partials/_theme.scss */
  #entry-body h4 {
    font-size: 1.15rem;
  }
}
@media screen and (min-width: 1080px) {
  /* line 783, ../scss/partials/_theme.scss */
  #entry-body h4 {
    font-size: 1.25rem;
  }
}
/* line 793, ../scss/partials/_theme.scss */
#entry-body ul {
  list-style: disc;
  padding-left: 2em;
}
/* line 797, ../scss/partials/_theme.scss */
#entry-body blockquote {
  position: relative;
  margin: 0;
  padding: 35px 15px 10px 15px;
  box-sizing: border-box;
  font-style: italic;
  background: #f5f5f5;
  color: #777777;
  border-left: 4px solid #9dd4ff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.14);
}
/* line 808, ../scss/partials/_theme.scss */
#entry-body blockquote:before {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 15px;
  content: "\e977";
  font-family: icomoon;
  color: #9dd4ff;
  color: #9dd4ff;
  font-size: 28px;
  line-height: 1;
  font-weight: 900;
}
/* line 822, ../scss/partials/_theme.scss */
#entry-body blockquote p {
  padding: 0;
  margin: 7px 0;
  line-height: 1.7;
}
/* line 828, ../scss/partials/_theme.scss */
#entry-body blockquote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
}

/* u page
/*----------------------------------*/
/* line 843, ../scss/partials/_theme.scss */
#content-article .breadcrumbs h1 {
  display: inline-block;
  margin: 0;
  font-size: 1rem;
  font-weight: normal;
}

/* archive
/*----------------------------------*/
/* line 857, ../scss/partials/_theme.scss */
#content-archive #article-list {
  padding: 3% 6%;
  border: solid 1px #aaa;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}
@media screen and (max-width: 1080px) {
  /* line 857, ../scss/partials/_theme.scss */
  #content-archive #article-list {
    border: none;
    background: transparent;
    padding: 3% 2%;
  }
}
/* line 870, ../scss/partials/_theme.scss */
#content-archive #article-list .archive-item {
  padding: 3% 0;
}
@media screen and (max-width: 1080px) {
  /* line 870, ../scss/partials/_theme.scss */
  #content-archive #article-list .archive-item {
    padding: 0;
    border: solid 1px #ccc;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 3px 5px 12px -3px rgba(100, 100, 100, 0.5);
  }
}
/* line 881, ../scss/partials/_theme.scss */
#content-archive #article-list .archive-item:nth-of-type(n+2) {
  border-top: solid 1px #ccc;
}
@media screen and (max-width: 1080px) {
  /* line 881, ../scss/partials/_theme.scss */
  #content-archive #article-list .archive-item:nth-of-type(n+2) {
    margin-top: 4%;
  }
}
/* line 888, ../scss/partials/_theme.scss */
#content-archive #article-list .archive-item > a.inner {
  display: flex;
  text-decoration: none;
  color: inherit;
}
@media screen and (max-width: 1080px) {
  /* line 888, ../scss/partials/_theme.scss */
  #content-archive #article-list .archive-item > a.inner {
    display: block;
  }
}
/* line 897, ../scss/partials/_theme.scss */
#content-archive #article-list .archive-item > a.inner .left {
  flex: 0 0 28%;
}
/* line 900, ../scss/partials/_theme.scss */
#content-archive #article-list .archive-item > a.inner .left .thumbnail {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 1080px) {
  /* line 900, ../scss/partials/_theme.scss */
  #content-archive #article-list .archive-item > a.inner .left .thumbnail {
    border-radius: 0;
  }
}
/* line 910, ../scss/partials/_theme.scss */
#content-archive #article-list .archive-item > a.inner .right {
  flex: 1 1 72%;
  margin-left: 4%;
}
@media screen and (max-width: 1080px) {
  /* line 910, ../scss/partials/_theme.scss */
  #content-archive #article-list .archive-item > a.inner .right {
    margin-left: 0;
    padding: 0 .5em 1em;
  }
}
/* line 921, ../scss/partials/_theme.scss */
#content-archive #article-list .archive-item > a.inner .right ul.tags li {
  display: inline-block;
  padding: .2em 1.2em;
  font-size: 85%;
  background: #00a0e9;
  color: #fff;
  border-radius: 15px;
}
/* line 929, ../scss/partials/_theme.scss */
#content-archive #article-list .archive-item > a.inner .right ul.tags li:nth-of-type(n+2) {
  margin-left: 1em;
}
/* line 933, ../scss/partials/_theme.scss */
#content-archive #article-list .archive-item > a.inner .right .title {
  font-weight: normal;
  transition: 1s;
}
@media screen and (max-width: 1080px) {
  /* line 933, ../scss/partials/_theme.scss */
  #content-archive #article-list .archive-item > a.inner .right .title {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1080px) {
  /* line 933, ../scss/partials/_theme.scss */
  #content-archive #article-list .archive-item > a.inner .right .title {
    font-size: 1.5rem;
  }
}
/* line 938, ../scss/partials/_theme.scss */
#content-archive #article-list .archive-item > a.inner .right .date {
  text-align: right;
  letter-spacing: .2em;
}
/* line 946, ../scss/partials/_theme.scss */
#content-archive #article-list .archive-item:hover .thumbnail img {
  animation: zoom-in 10s linear 0s 1 normal;
}
/* line 949, ../scss/partials/_theme.scss */
#content-archive #article-list .archive-item:hover .title {
  color: #e89315;
}

/* lib
/*----------------------------------*/
/* line 959, ../scss/partials/_theme.scss */
table.simple-1 {
  line-height: normal;
}
/* line 962, ../scss/partials/_theme.scss */
table.simple-1 tr {
  border-top: solid 1px #ccc;
}
/* line 965, ../scss/partials/_theme.scss */
table.simple-1 tr:last-of-type {
  border-bottom: solid 1px #ccc;
}
/* line 969, ../scss/partials/_theme.scss */
table.simple-1 td:nth-of-type(1) {
  width: 30%;
  padding: .8em 2em .8em .5em;
  text-align: right;
  vertical-align: top;
}
/* line 975, ../scss/partials/_theme.scss */
table.simple-1 td:nth-of-type(2) {
  padding: .8em .5em;
}

/* animations
/*----------------------------------*/
@keyframes button-pop {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1.17);
  }
}
/* line 988, ../scss/partials/_theme.scss */
.popping:hover {
  animation: button-pop .3s linear 0s 1 normal;
  transform: scale(1.17);
}

@keyframes bounce {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(-5%);
  }
  100% {
    transform: translateY(0%);
  }
}
/* line 997, ../scss/partials/_theme.scss */
.bounce:hover {
  animation: bounce .2s linear 0s 1 normal;
}

@keyframes zoom-in {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.3);
  }
}
/* line 1005, ../scss/partials/_theme.scss */
.anime_yuragi {
  animation: yuragi 8s linear 0s infinite normal;
}

@keyframes yuragi {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
/* line 1014, ../scss/partials/_theme.scss */
.anime_yuragi_slow {
  animation: yuragi_slow 15s linear 0s infinite normal;
}

@keyframes yuragi_slow {
  0% {
    transform: scale(1);
  }
  45% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1.1);
  }
  95% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes yuragi_slow_custom {
  0% {
    transform-origin: 40% 50%;
    transform: translate(-50%, -50%) scale(1);
  }
  45% {
    transform-origin: 40% 50%;
    transform: translate(-50%, -50%) scale(1.3) rotate(15deg);
  }
  50% {
    transform-origin: 40% 50%;
    transform: translate(-50%, -50%) scale(1.3) rotate(15deg);
  }
  95% {
    transform-origin: 40% 50%;
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    transform-origin: 40% 50%;
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes yuragi_slow_custom_2 {
  0% {
    transform-origin: 30% 40%;
    transform: scale(1);
  }
  45% {
    transform-origin: 30% 40%;
    transform: scale(1.5) rotate(15deg);
  }
  50% {
    transform-origin: 30% 40%;
    transform: scale(1.5) rotate(15deg);
  }
  95% {
    transform-origin: 30% 40%;
    transform: scale(1);
  }
  100% {
    transform-origin: 30% 40%;
    transform: scale(1);
  }
}
/* [contents]
/*----------------------------------*/
/* front-page
/*----------------------------------*/
/* recruitment
/*----------------------------------*/
/* contact
/*----------------------------------*/
/* 
/*----------------------------------*/
/* animations
/*----------------------------------*/
/* 
/*----------------------------------*/
/**/
/* front-page
/*----------------------------------*/
/* line 27, ../scss/partials/_content.scss */
#front-page #mv {
  margin: auto;
  position: relative;
}
/* line 32, ../scss/partials/_content.scss */
#front-page #mv .mv-top {
  position: relative;
  overflow: hidden;
}
/* line 36, ../scss/partials/_content.scss */
#front-page #mv .mv-top .bg {
  width: 115%;
  height: 1500px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -100;
  background-image: url("../img/bg/bg1.jpg");
  background-size: 100% auto;
  background-position: center 50%;
  background-repeat: no-repeat;
  animation: yuragi_slow_custom 30s linear 0s infinite normal;
}
@media screen and (max-width: 1080px) {
  /* line 36, ../scss/partials/_content.scss */
  #front-page #mv .mv-top .bg {
    width: 100%;
    height: 720px;
    top: 0%;
    left: 0%;
    background-size: 217% auto;
    background-position: 46% 93%;
    animation: yuragi_slow_custom_2 30s linear 0s infinite normal;
  }
}
/* line 60, ../scss/partials/_content.scss */
#front-page #mv .mv-top .bg .bg-filter {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 1080px) {
  /* line 60, ../scss/partials/_content.scss */
  #front-page #mv .mv-top .bg .bg-filter {
    background: rgba(255, 255, 255, 0.6);
  }
}
/* line 72, ../scss/partials/_content.scss */
#front-page #mv .mv-top > .inner {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  max-width: 1080px;
  height: 720px;
  position: relative;
  margin: auto;
  padding-bottom: 100px;
}
@media screen and (max-width: 1080px) {
  /* line 72, ../scss/partials/_content.scss */
  #front-page #mv .mv-top > .inner {
    display: block;
    height: auto;
    padding: 10% 0 40%;
  }
}
/* line 89, ../scss/partials/_content.scss */
#front-page #mv .mv-top > .inner .left {
  flex: 1 1 35%;
}
@media screen and (max-width: 1080px) {
  /* line 89, ../scss/partials/_content.scss */
  #front-page #mv .mv-top > .inner .left {
    text-align: center;
  }
}
/* line 96, ../scss/partials/_content.scss */
#front-page #mv .mv-top > .inner .left .caption {
  position: relative;
  font-weight: bold;
  text-shadow: 5px 5px 5px #fff;
}
@media screen and (max-width: 1080px) {
  /* line 96, ../scss/partials/_content.scss */
  #front-page #mv .mv-top > .inner .left .caption {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1080px) {
  /* line 96, ../scss/partials/_content.scss */
  #front-page #mv .mv-top > .inner .left .caption {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 1080px) {
  /* line 96, ../scss/partials/_content.scss */
  #front-page #mv .mv-top > .inner .left .caption {
    width: 90%;
    margin: auto;
    background: rgba(255, 255, 255, 0.7);
    border: solid 6px rgba(0, 160, 223, 0.6);
    font-size: 1.5rem;
    line-height: 1.5;
  }
  /* line 113, ../scss/partials/_content.scss */
  #front-page #mv .mv-top > .inner .left .caption::before {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 4px;
    border: solid 12px rgba(0, 160, 223, 0.9);
    border-right-color: transparent;
    border-bottom-color: transparent;
  }
  /* line 125, ../scss/partials/_content.scss */
  #front-page #mv .mv-top > .inner .left .caption::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 4px;
    right: 4px;
    border: solid 12px rgba(0, 160, 223, 0.9);
    border-left-color: transparent;
    border-top-color: transparent;
  }
}
/* line 140, ../scss/partials/_content.scss */
#front-page #mv .mv-top > .inner .left .button-container {
  margin-top: 1em;
}
/* line 143, ../scss/partials/_content.scss */
#front-page #mv .mv-top > .inner .left .button-container a {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  text-decoration: none;
  color: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  font-size: 1.35rem;
  padding: .4em 4em;
  border-radius: 5px;
  background: #FF406C;
  color: #fff;
}
/* line 100, ../scss/partials/_mixins.scss */
#front-page #mv .mv-top > .inner .left .button-container a input {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  text-decoration: none;
  color: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/* line 154, ../scss/partials/_content.scss */
#front-page #mv .mv-top > .inner .right {
  flex: 1 1 65%;
}
/* line 159, ../scss/partials/_content.scss */
#front-page #mv .mv-bottom {
  position: relative;
  background: #fafafc;
  box-shadow: 0px -8px 5px 0px rgba(8, 20, 30, 0.2);
}
/* line 164, ../scss/partials/_content.scss */
#front-page #mv .mv-bottom ul {
  display: flex;
  max-width: calc( 1080px * 1.05 );
  transform: translateY(-55%);
  margin: auto;
}
@media screen and (max-width: 1080px) {
  /* line 164, ../scss/partials/_content.scss */
  #front-page #mv .mv-bottom ul {
    display: block;
    transform: translateY(-25%);
    padding: 0 2%;
  }
}
/* line 176, ../scss/partials/_content.scss */
#front-page #mv .mv-bottom ul li {
  flex: 1 1;
  border: solid 8px #e3e3e3;
  background: #fff;
  box-shadow: 12px 2px 15px 0px rgba(100, 100, 100, 0.5);
  transform: perspective(500px);
  transition: .5s;
}
@media screen and (max-width: 1080px) {
  /* line 176, ../scss/partials/_content.scss */
  #front-page #mv .mv-bottom ul li {
    border-width: 4px;
  }
}
/* line 188, ../scss/partials/_content.scss */
#front-page #mv .mv-bottom ul li:nth-of-type(n+2) {
  margin-left: 4%;
}
@media screen and (max-width: 1080px) {
  /* line 188, ../scss/partials/_content.scss */
  #front-page #mv .mv-bottom ul li:nth-of-type(n+2) {
    margin-left: 0;
    margin-top: 5%;
  }
}
/* line 196, ../scss/partials/_content.scss */
#front-page #mv .mv-bottom ul li:hover {
  transform: perspective(500px) translateZ(15px);
  box-shadow: 5px 2px 25px 2px rgba(100, 100, 100, 0.6);
}
/* line 200, ../scss/partials/_content.scss */
#front-page #mv .mv-bottom ul li:hover .cta {
  color: #FF406C;
}
/* line 204, ../scss/partials/_content.scss */
#front-page #mv .mv-bottom ul li a {
  display: flex;
  padding: 3% 2%;
  text-decoration: none;
  color: inherit;
}
/* line 210, ../scss/partials/_content.scss */
#front-page #mv .mv-bottom ul li .left {
  flex: 1 1 75%;
}
/* line 213, ../scss/partials/_content.scss */
#front-page #mv .mv-bottom ul li .left .title {
  font-weight: bold;
  font-size: 120%;
}
/* line 217, ../scss/partials/_content.scss */
#front-page #mv .mv-bottom ul li .left .description {
  margin-top: .5em;
}
/* line 220, ../scss/partials/_content.scss */
#front-page #mv .mv-bottom ul li .left .cta {
  margin-top: .5em;
  font-weight: bold;
  font-size: 110%;
  transition: .8s color;
}
@media screen and (max-width: 1080px) {
  /* line 220, ../scss/partials/_content.scss */
  #front-page #mv .mv-bottom ul li .left .cta {
    display: none;
  }
}
/* line 231, ../scss/partials/_content.scss */
#front-page #mv .mv-bottom ul li .right {
  flex: 0 0 25%;
  margin-left: 1em;
}
/* line 239, ../scss/partials/_content.scss */
#front-page #front-page-news {
  background: #fafafc;
  box-shadow: 0 3px 10px 0 rgba(8, 20, 30, 0.5);
}
/* line 243, ../scss/partials/_content.scss */
#front-page #front-page-news h2.section-head {
  margin-top: -.3em;
}
/* line 6, ../scss/partials/_mixins.scss */
#front-page #front-page-news ul.news-list::after {
  content: "";
  display: block;
  clear: both;
}
/* line 250, ../scss/partials/_content.scss */
#front-page #front-page-news ul.news-list li {
  width: 32%;
  float: left;
  margin-left: 2%;
  transform: perspective(500px);
  border: solid 1px #ccc;
  border-radius: 20px;
  box-shadow: 10px 2px 10px 0px rgba(100, 100, 100, 0.5);
  overflow: hidden;
  transition: .5s;
}
@media screen and (max-width: 1080px) {
  /* line 250, ../scss/partials/_content.scss */
  #front-page #front-page-news ul.news-list li {
    width: 96%;
    margin: 2% 2%;
    box-shadow: 12px 2px 15px 0px rgba(100, 100, 100, 0.5);
  }
}
/* line 267, ../scss/partials/_content.scss */
#front-page #front-page-news ul.news-list li .thumbnail {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  overflow: hidden;
}
/* line 272, ../scss/partials/_content.scss */
#front-page #front-page-news ul.news-list li .thumbnail > .inner {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}
/* line 280, ../scss/partials/_content.scss */
#front-page #front-page-news ul.news-list li:hover {
  transform: perspective(500px) translateZ(10px);
  box-shadow: 5px 2px 25px 2px rgba(100, 100, 100, 0.6);
}
/* line 286, ../scss/partials/_content.scss */
#front-page #front-page-news ul.news-list li:hover .thumbnail > .inner {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  overflow: hidden;
  animation: custom_1 10s linear 0s 1 normal;
}
/* line 294, ../scss/partials/_content.scss */
#front-page #front-page-news ul.news-list li:nth-of-type(3n+1) {
  margin-left: 0;
}
@media screen and (max-width: 1080px) {
  /* line 294, ../scss/partials/_content.scss */
  #front-page #front-page-news ul.news-list li:nth-of-type(3n+1) {
    margin: 2% 2%;
  }
}
/* line 301, ../scss/partials/_content.scss */
#front-page #front-page-news ul.news-list li:nth-of-type(n+4) {
  margin-top: 2%;
}
@media screen and (max-width: 1080px) {
  /* line 301, ../scss/partials/_content.scss */
  #front-page #front-page-news ul.news-list li:nth-of-type(n+4) {
    display: none;
  }
}
/* line 308, ../scss/partials/_content.scss */
#front-page #front-page-news ul.news-list li > a {
  display: block;
  text-decoration: none;
  color: inherit;
}
/* line 314, ../scss/partials/_content.scss */
#front-page #front-page-news ul.news-list li .thumbnail {
  height: 13em;
  overflow: hidden;
}
@media screen and (max-width: 1080px) {
  /* line 314, ../scss/partials/_content.scss */
  #front-page #front-page-news ul.news-list li .thumbnail {
    display: none;
  }
}
/* line 322, ../scss/partials/_content.scss */
#front-page #front-page-news ul.news-list li .thumbnail img {
  height: 100%;
  max-width: none;
  width: auto;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
/* line 331, ../scss/partials/_content.scss */
#front-page #front-page-news ul.news-list li .text {
  height: 9em;
  padding: 1em;
}
@media screen and (max-width: 1080px) {
  /* line 331, ../scss/partials/_content.scss */
  #front-page #front-page-news ul.news-list li .text {
    height: auto;
  }
}
/* line 339, ../scss/partials/_content.scss */
#front-page #front-page-news ul.news-list li .text .wrapper {
  max-height: 100%;
  overflow: hidden;
}
/* line 345, ../scss/partials/_content.scss */
#front-page #front-page-news ul.news-list li .text .wrapper .cat-date .category {
  display: inline-block;
  padding: .2em 1.2em;
  font-size: 85%;
  background: #00a0e9;
  color: #fff;
  border-radius: 15px;
}
/* line 353, ../scss/partials/_content.scss */
#front-page #front-page-news ul.news-list li .text .wrapper .cat-date .date {
  display: inline-block;
  float: right;
}
/* line 358, ../scss/partials/_content.scss */
#front-page #front-page-news ul.news-list li .text .wrapper .title {
  margin-top: .5em;
}
/* line 365, ../scss/partials/_content.scss */
#front-page #front-page-news .bottom {
  text-align: center;
  padding: 8% 0;
}
@media screen and (max-width: 1080px) {
  /* line 365, ../scss/partials/_content.scss */
  #front-page #front-page-news .bottom {
    padding: 12% 0;
  }
}
/* line 373, ../scss/partials/_content.scss */
#front-page #front-page-news .bottom a.more {
  display: inline-block;
  position: relative;
  padding: .6em 4em;
  font-weight: bold;
  border: solid 3px #00a0e9;
  border-radius: 100px;
  color: #00a0e9;
  transition: .8s;
}
@media screen and (max-width: 1080px) {
  /* line 373, ../scss/partials/_content.scss */
  #front-page #front-page-news .bottom a.more {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1080px) {
  /* line 373, ../scss/partials/_content.scss */
  #front-page #front-page-news .bottom a.more {
    font-size: 1.2rem;
  }
}
/* line 140, ../scss/partials/_theme.scss */
#front-page #front-page-news .bottom a.more:hover {
  background: #00a0e9;
  color: #fff;
}
/* line 144, ../scss/partials/_theme.scss */
#front-page #front-page-news .bottom a.more::after {
  content: "><<";
  display: block;
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-55%);
  font-weight: bold;
  color: #fff;
}
/* line 155, ../scss/partials/_theme.scss */
#front-page #front-page-news .bottom a.more::before {
  content: ">><";
  display: block;
  position: absolute;
  top: 50%;
  left: 1em;
  transform: translateY(-55%);
  font-weight: bold;
  color: #fff;
}
/* line 378, ../scss/partials/_content.scss */
#front-page #about-us {
  padding-bottom: 2%;
  border-top: solid 4px #ececec;
  background: #FAFAFC;
  background: #f2f3f7;
}
/* line 384, ../scss/partials/_content.scss */
#front-page #about-us .container {
  display: flex;
  max-width: 1080px;
  margin: auto;
}
/* line 389, ../scss/partials/_content.scss */
#front-page #about-us .container .left {
  flex: 1 1 40%;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  /* line 389, ../scss/partials/_content.scss */
  #front-page #about-us .container .left {
    display: none;
  }
}
/* line 397, ../scss/partials/_content.scss */
#front-page #about-us .container .left img {
  width: 55%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  opacity: .6;
}
/* line 405, ../scss/partials/_content.scss */
#front-page #about-us .container .right {
  flex: 1 1 60%;
}
@media screen and (max-width: 1080px) {
  /* line 405, ../scss/partials/_content.scss */
  #front-page #about-us .container .right {
    padding: 0 2%;
  }
}
/* line 412, ../scss/partials/_content.scss */
#front-page #about-us .container .right table {
  width: 100%;
}
/* line 415, ../scss/partials/_content.scss */
#front-page #about-us .container .right table th {
  text-align: left;
  width: 20%;
  padding: 1em 0;
  border-right: solid 1px #00a0e9;
}
@media screen and (max-width: 1080px) {
  /* line 415, ../scss/partials/_content.scss */
  #front-page #about-us .container .right table th {
    width: 28%;
    padding: 1em 1em 1em 0;
    text-align: right;
  }
}
/* line 427, ../scss/partials/_content.scss */
#front-page #about-us .container .right table td {
  padding: 1em 0 1em 1em;
}
/* line 433, ../scss/partials/_content.scss */
#front-page #about-us .button {
  margin: auto;
  text-align: center;
  padding: 4% 0;
}
@media screen and (max-width: 1080px) {
  /* line 433, ../scss/partials/_content.scss */
  #front-page #about-us .button {
    padding: 10% 0;
  }
}
/* line 442, ../scss/partials/_content.scss */
#front-page #about-us .button a {
  display: inline-block;
  position: relative;
  padding: .6em 4em;
  font-weight: bold;
  border: solid 3px #00a0e9;
  border-radius: 100px;
  color: #00a0e9;
  transition: .8s;
}
@media screen and (max-width: 1080px) {
  /* line 442, ../scss/partials/_content.scss */
  #front-page #about-us .button a {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1080px) {
  /* line 442, ../scss/partials/_content.scss */
  #front-page #about-us .button a {
    font-size: 1.2rem;
  }
}
/* line 140, ../scss/partials/_theme.scss */
#front-page #about-us .button a:hover {
  background: #00a0e9;
  color: #fff;
}
/* line 144, ../scss/partials/_theme.scss */
#front-page #about-us .button a::after {
  content: "><<";
  display: block;
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-55%);
  font-weight: bold;
  color: #fff;
}
/* line 155, ../scss/partials/_theme.scss */
#front-page #about-us .button a::before {
  content: ">><";
  display: block;
  position: absolute;
  top: 50%;
  left: 1em;
  transform: translateY(-55%);
  font-weight: bold;
  color: #fff;
}

/* recruitment
/*----------------------------------*/
/* line 462, ../scss/partials/_content.scss */
#content-archive.recruitment #article-list .archive-item > a.inner .left {
  flex: 1 1 40%;
}
/* line 468, ../scss/partials/_content.scss */
#content-archive.recruitment #article-list .archive-item > a.inner .right {
  flex: 0 0 60%;
}
@media screen and (max-width: 1080px) {
  /* line 468, ../scss/partials/_content.scss */
  #content-archive.recruitment #article-list .archive-item > a.inner .right {
    padding: 0 1em 1em;
  }
}
/* line 477, ../scss/partials/_content.scss */
#content-archive.recruitment #article-list .archive-item > a.inner .right .title {
  margin: 0;
}
/* line 484, ../scss/partials/_content.scss */
#content-archive.recruitment #article-list .archive-item > a.inner .right .description {
  margin-top: 4%;
}
@media screen and (max-width: 1080px) {
  /* line 484, ../scss/partials/_content.scss */
  #content-archive.recruitment #article-list .archive-item > a.inner .right .description {
    display: none;
  }
}
/* line 491, ../scss/partials/_content.scss */
#content-archive.recruitment #article-list .archive-item > a.inner .right .others {
  margin-top: 4%;
  font-size: 120%;
  color: #00a0e9;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  /* line 498, ../scss/partials/_content.scss */
  #content-archive.recruitment #article-list .archive-item > a.inner .right .others .type {
    display: block;
    text-align: left;
  }
}
/* line 505, ../scss/partials/_content.scss */
#content-archive.recruitment #article-list .archive-item > a.inner .right .others .type::before {
  content: "\e973";
  display: inline-block;
  margin-right: .5em;
  font-family: icomoon;
}
/* line 511, ../scss/partials/_content.scss */
#content-archive.recruitment #article-list .archive-item > a.inner .right .others .salary {
  margin-left: 1em;
}
@media screen and (max-width: 1080px) {
  /* line 511, ../scss/partials/_content.scss */
  #content-archive.recruitment #article-list .archive-item > a.inner .right .others .salary {
    display: block;
    text-align: left;
    margin-left: 0;
  }
}
/* line 521, ../scss/partials/_content.scss */
#content-archive.recruitment #article-list .archive-item > a.inner .right .others .salary::before {
  content: "\e919";
  display: inline-block;
  margin-right: .5em;
  font-family: icomoon;
}
/* line 532, ../scss/partials/_content.scss */
#content-archive.recruitment #article-list .archive-item:hover .thumbnail img {
  animation: zoom-in 10s linear 0s 1 normal;
}
/* line 535, ../scss/partials/_content.scss */
#content-archive.recruitment #article-list .archive-item:hover .title {
  color: #e89315;
}

/* contact
/*----------------------------------*/
/* line 547, ../scss/partials/_content.scss */
#contact h2.section-head {
  margin: 1em 0 2em;
}
/* line 551, ../scss/partials/_content.scss */
#contact .form {
  padding: 2%;
  background: #eee;
}
@media screen and (max-width: 1080px) {
  /* line 555, ../scss/partials/_content.scss */
  #contact .form table {
    display: block;
  }
}
@media screen and (max-width: 1080px) {
  /* line 559, ../scss/partials/_content.scss */
  #contact .form table tr {
    display: block;
  }
}
/* line 564, ../scss/partials/_content.scss */
#contact .form table th {
  width: 30%;
  padding: 1% 1%;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 1080px) {
  /* line 564, ../scss/partials/_content.scss */
  #contact .form table th {
    display: block;
    width: 100%;
  }
}
/* line 575, ../scss/partials/_content.scss */
#contact .form table th.require::after {
  content: "*";
  display: inline-block;
  position: absolute;
  right: .5em;
  font-size: 150%;
  color: #00a0e9;
}
@media screen and (max-width: 1080px) {
  /* line 575, ../scss/partials/_content.scss */
  #contact .form table th.require::after {
    position: static;
    margin-left: .1em;
    vertical-align: middle;
  }
}
/* line 590, ../scss/partials/_content.scss */
#contact .form table td {
  padding: 1% 0;
  font-size: 110%;
}
@media screen and (max-width: 1080px) {
  /* line 590, ../scss/partials/_content.scss */
  #contact .form table td {
    display: block;
  }
}
/* line 599, ../scss/partials/_content.scss */
#contact .form input {
  display: inline-block;
  width: 100%;
  padding: .5em .8em;
  border: none;
}
/* line 605, ../scss/partials/_content.scss */
#contact .form select {
  display: inline-block;
  padding: .5em .8em;
  border: none;
}
/* line 610, ../scss/partials/_content.scss */
#contact .form textarea {
  width: 100%;
  border: none;
}
/* line 614, ../scss/partials/_content.scss */
#contact .form input[type=submit] {
  width: 30%;
  margin: 1% .5%;
  padding: .8em .8em;
  background: #00a0e9;
  color: #fff;
}
/* line 621, ../scss/partials/_content.scss */
#contact .form .bottom {
  text-align: center;
}

/* animations
/*----------------------------------*/
@keyframes bg-rotate {
  0% {
    transform: translate(-50%, -50%) scale(1) rotate(0deg);
  }
  50% {
    transform: translate(-50%, -50%) scale(0.8) rotate(180deg);
  }
  100% {
    transform: translate(-50%, -50%) scale(1) rotate(360deg);
  }
}
@keyframes custom_1 {
  0% {
    transform: scale(1);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  100% {
    transform: scale(1.3);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
}
@keyframes yuragi-twist {
  0% {
    transform: scale(1);
  }
  89% {
    transform: scale(1.2);
  }
  90% {
    transform: scale(1.2) rotate(0deg);
  }
  92% {
    transform: scale(1.12) rotate(-10deg);
  }
  100% {
    transform: scale(1);
  }
}
/* line 15, ../scss/partials/_goovies.scss */
#goovies-top {
  background-image: url("../img/goovies/film.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
/* line 21, ../scss/partials/_goovies.scss */
#goovies-top #mv {
  position: relative;
  overflow: hidden;
}
/* line 26, ../scss/partials/_goovies.scss */
#goovies-top #mv .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-image: url("../img/goovies/media.jpg");
  background-size: cover;
  background-position: center;
  animation: yuragi-twist 10s linear 0s infinite normal;
}
/* line 39, ../scss/partials/_goovies.scss */
#goovies-top #mv .filter {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: rgba(255, 255, 255, 0.2);
}
/* line 51, ../scss/partials/_goovies.scss */
#goovies-top #mv > .inner {
  max-width: 1080px;
  position: relative;
  z-index: 10;
  margin: auto;
  padding: 5%;
}
/* line 63, ../scss/partials/_goovies.scss */
#goovies-top #sect-1 > .inner {
  max-width: 1080px;
  margin: auto;
  padding: 10% 0 5%;
}
/* line 69, ../scss/partials/_goovies.scss */
#goovies-top #sect-1 h3.moviead-is {
  margin: 0;
  padding-left: .5em;
  font-size: 2.5em;
  color: #00a0e9;
}
/* line 76, ../scss/partials/_goovies.scss */
#goovies-top #sect-1 .panel {
  position: relative;
  border-radius: 20px;
  padding: 5%;
  background: rgba(155, 155, 155, 0.7);
  box-shadow: 3px 3px 15px rgba(100, 100, 100, 0.8);
}
@media screen and (max-width: 1080px) {
  /* line 76, ../scss/partials/_goovies.scss */
  #goovies-top #sect-1 .panel {
    width: 96%;
    margin: 10% auto 0;
    padding: 2%;
    transform: translateX(-1%);
  }
}
/* line 90, ../scss/partials/_goovies.scss */
#goovies-top #sect-1 .panel .merits {
  width: 70%;
}
@media screen and (max-width: 1080px) {
  /* line 90, ../scss/partials/_goovies.scss */
  #goovies-top #sect-1 .panel .merits {
    width: 60%;
  }
}
/* line 97, ../scss/partials/_goovies.scss */
#goovies-top #sect-1 .panel .mockup {
  width: 35%;
  position: absolute;
  top: -40%;
  right: -5%;
}
@media screen and (max-width: 1080px) {
  /* line 97, ../scss/partials/_goovies.scss */
  #goovies-top #sect-1 .panel .mockup {
    width: 45%;
    top: -15%;
  }
}
/* line 111, ../scss/partials/_goovies.scss */
#goovies-top #sect-1 .pv {
  margin-top: 15%;
  padding: 5%;
}
/* line 115, ../scss/partials/_goovies.scss */
#goovies-top #sect-1 .pv video {
  width: 100%;
}
/* line 120, ../scss/partials/_goovies.scss */
#goovies-top #sect-1 h3.foryou {
  margin: 5% 0 10%;
  font-size: 3em;
  color: #00a0e9;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  /* line 120, ../scss/partials/_goovies.scss */
  #goovies-top #sect-1 h3.foryou {
    font-size: 8vw;
  }
  /* line 129, ../scss/partials/_goovies.scss */
  #goovies-top #sect-1 h3.foryou > * {
    display: block;
  }
}
/* line 134, ../scss/partials/_goovies.scss */
#goovies-top #sect-1 h3.foryou .icon {
  content: url("../img/goovies/icon-youtube.png");
  display: inline-block;
  width: 2.5em;
  vertical-align: middle;
}
/* line 141, ../scss/partials/_goovies.scss */
#goovies-top #sect-1 h3.foryou .text {
  vertical-align: middle;
}
/* line 145, ../scss/partials/_goovies.scss */
#goovies-top #sect-1 ul.problems {
  width: 100%;
  height: 800px;
  position: relative;
}
/* line 151, ../scss/partials/_goovies.scss */
#goovies-top #sect-1 ul.problems li {
  display: inline-block;
  position: absolute;
  padding: 1em;
  background: #6fb5e6;
  color: #fff;
  border-radius: 15px;
  font-size: 2em;
  text-align: center;
  box-shadow: 3px 3px 15px rgba(100, 100, 100, 0.8);
}
/* line 163, ../scss/partials/_goovies.scss */
#goovies-top #sect-1 ul.problems li::after {
  content: "";
  display: block;
  border: solid 1em transparent;
  border-top: solid 4em #6fb5e6;
  position: absolute;
  top: 75%;
  left: 20%;
}
/* line 173, ../scss/partials/_goovies.scss */
#goovies-top #sect-1 ul.problems li:nth-child(1) {
  top: 0;
  left: 45%;
  transform: translateX(-50%);
}
/* line 178, ../scss/partials/_goovies.scss */
#goovies-top #sect-1 ul.problems li:nth-child(1)::after {
  transform: rotate(-30deg);
}
/* line 183, ../scss/partials/_goovies.scss */
#goovies-top #sect-1 ul.problems li:nth-child(2) {
  left: 5%;
  top: 35%;
  background: #5e83a3;
}
/* line 188, ../scss/partials/_goovies.scss */
#goovies-top #sect-1 ul.problems li:nth-child(2)::after {
  transform: rotate(-30deg);
  border-top: solid 4em #5e83a3;
}
/* line 195, ../scss/partials/_goovies.scss */
#goovies-top #sect-1 ul.problems li:nth-child(3) {
  top: 30%;
  right: 5%;
  background: #8b9dad;
}
/* line 201, ../scss/partials/_goovies.scss */
#goovies-top #sect-1 ul.problems li:nth-child(3)::after {
  transform: rotate(30deg);
  border-top: solid 4em #8b9dad;
}
/* line 210, ../scss/partials/_goovies.scss */
#goovies-top #sect-1 ul.problems li:nth-child(4) {
  top: 65%;
  right: 25%;
  background: #56b9ff;
}
/* line 216, ../scss/partials/_goovies.scss */
#goovies-top #sect-1 ul.problems li:nth-child(4)::after {
  transform: rotate(30deg);
  border-top: solid 4em #56b9ff;
}

/* cta
/*----------------------------------*/
/* line 230, ../scss/partials/_goovies.scss */
section.cta {
  font-size: 180%;
  text-align: center;
  background: #00a0e9;
  padding: .5em;
}
@media screen and (max-width: 1080px) {
  /* line 230, ../scss/partials/_goovies.scss */
  section.cta {
    font-size: 160%;
  }
}
/* line 246, ../scss/partials/_goovies.scss */
section.cta > .upper {
  color: #fff;
  padding: .5% 0;
}
/* line 251, ../scss/partials/_goovies.scss */
section.cta > .upper .pn a {
  font-size: 110%;
  font-weight: bold;
  text-decoration: none;
  color: #e89315;
}
/* line 259, ../scss/partials/_goovies.scss */
section.cta .lower {
  padding: 0 0 1%;
  background: #fff;
  background: #00a0e9;
  font-size: 0;
}
/* line 265, ../scss/partials/_goovies.scss */
section.cta .lower > * {
  font-size: 1rem;
}
/* line 269, ../scss/partials/_goovies.scss */
section.cta .lower button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  text-decoration: none;
  color: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/* line 100, ../scss/partials/_mixins.scss */
section.cta .lower button input {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  text-decoration: none;
  color: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/* line 273, ../scss/partials/_goovies.scss */
section.cta .lower img {
  display: block;
  max-width: 100%;
  width: 550px;
  margin: auto;
}
