@charset "UTF-8";
/******************************************************************
Theme Name: flugel
Site Name: flugel inc
Author: xi

Stylesheet: Main Stylesheet

******************************************************************/
/*********************
IMPORTING PARTIALS
*********************/
m,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  outline: none;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

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

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

/* ==========================================================================
   Base
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/* ==========================================================================
   Links
   ========================================================================== */
a {
  background: transparent;
  text-decoration: none;
  color: #000; }

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

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

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

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

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

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

/*
 * proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens)
*/
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto; }

/*
 * Addresses margins set differently in IE6/7.
 */
pre {
  margin: 0; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
q:before,
q:after {
  content: '';
  content: none; }

small, .small {
  font-size: 75%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em; }

dd {
  margin: 0; }

/*
 * Addresses paddings set differently in IE6/7.
 */
menu {
  padding: 0 0 0 40px; }

ol,
ul {
  padding: 0;
  list-style-type: none; }

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

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

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

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

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

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

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

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

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  position: relative;
  display: inline-block;
  width: 200px;
  text-align: center;
  background-color: #0B318F;
  border: 2px solid #0B318F;
  font-size: 16px;
  color: #0B318F;
  text-decoration: none;
  font-weight: bold;
  padding: 10px 24px;
  border-radius: 4px; }
  button span,
  html input[type="button"] span,
  input[type="reset"] span,
  input[type="submit"] span {
    position: relative;
    z-index: 1; }
  button:before, button:after,
  html input[type="button"]:before,
  html input[type="button"]:after,
  input[type="reset"]:before,
  input[type="reset"]:after,
  input[type="submit"]:before,
  input[type="submit"]:after {
    content: "";
    display: block;
    background-color: #FFF;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    transition: .2s; }
  button:before,
  html input[type="button"]:before,
  input[type="reset"]:before,
  input[type="submit"]:before {
    left: 0; }
  button:after,
  html input[type="button"]:after,
  input[type="reset"]:after,
  input[type="submit"]:after {
    right: 0; }
  button:hover,
  html input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    padding-left: 0.7em;
    padding-right: 0.3em;
    color: #FFF; }
    button:hover:before, button:hover:after,
    html input[type="button"]:hover:before,
    html input[type="button"]:hover:after,
    input[type="reset"]:hover:before,
    input[type="reset"]:hover:after,
    input[type="submit"]:hover:before,
    input[type="submit"]:hover:after {
      width: 0;
      background-color: #FFF; }

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

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  display: inline-block; }

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

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

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

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

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

.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.clearfix, .cf {
  zoom: 1; }
  .clearfix:before, .clearfix:after, .cf:before, .cf:after {
    content: "";
    display: table; }
  .clearfix:after, .cf:after {
    clear: both; }

.fl {
  float: left; }

.fr {
  float: right; }

.ectmb img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  transition: ease-in-out 1s; }

.ectmb img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  transform: scale(1);
  transition: ease-in-out 1s; }

.ectmb img:hover {
  transform: scale(1.2); }

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

.mobile-menu-button {
  display: inline-block;
  opacity: 0 !important; }

span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic; }

/* ==========================================================================
   User agent reset
   ========================================================================== */
/******************************************************************
Site Name:
Author:

Stylesheet: Variables

******************************************************************/
/*********************
COLORS
*********************/
/*line height*/
/*letter spacing*/
/*
tblet__font
*/
/*
sp__font
*/
/******************************************************************
Site Name:
Author:

Stylesheet: Mixins Stylesheet

******************************************************************/
/*********************
TRANSITION
*********************/
/*********************
CSS3 GRADIENTS
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/******************************************************************
Site Name:
Author:

Stylesheet: Typography


******************************************************************/
/*********************
FONT FACE (IN YOUR FACE)
*********************/
@font-face {
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 700;
  font-style: normal; }
p {
  -ms-word-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;
 /* -webkit-font-feature-settings: "liga", "dlig";
   -moz-font-feature-settings: "liga=1, dlig=1";
      -ms-font-feature-settings: "liga", "dlig";
       -o-font-feature-settings: "liga", "dlig";
          font-feature-settings: "liga", "dlig";
	*/ }

/******************************************************************
Site Name:
Author:

Stylesheet: Sass Functions

******************************************************************/
/*********************
COLOR FUNCTIONS
*********************/
/*********************
RESPONSIVE HELPER FUNCTION

Example:
width: cp(650px, 1000px);
or
width: calc-percent(650px, 1000px);
both compile to:
width: 65%;
*********************/
/*********************
IMPORTING MODULES
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Alert Styles

If you want to use these alerts in your design, you can. If not,
you can just remove this stylesheet.

******************************************************************/
.alert-help, .alert-info, .alert-error, .alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid; }

.alert-help {
  border-color: #e8dc59;
  background: #ebe16f; }

.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8; }

.alert-error {
  border-color: #f8cdce;
  background: #fbe3e4; }

.alert-success {
  border-color: #deeaae;
  background: #e6efc2; }

/******************************************************************
Site Name:
Author:

Stylesheet: Form Styles

******************************************************************/
#page-form .page-title {
  padding-bottom: 3%; }

input,
textarea {
  min-height: 41px;
  box-sizing: border-box;
  border-style: solid;
  border-radius: 2px;
  font-weight: normal;
  margin: 9px 0px 0px 0px;
  padding: 10px 15px 10px 15px;
  border: 1px solid transparent;
  width: 100%; }

div.wpcf7 {
  background: #fafafa;
  border: 1px solid #ddd;
  padding: 5%;
  -moz-border-radius: 10px;
  -khtml-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin: 0 0 30px 0; }

div.wpcf7 p {
  padding: 20px 20px 0;
  margin: 0;
  font-size: 12px;
  word-break: normal; }

div.wpcf7 textarea {
  width: 93.5%;
  height: 300px; }

div.wpcf7 input.wpcf7-submit {
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  width: 200px;
  height: 45px;
  margin: 0 auto;
  display: block;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #333;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5), inset 0px 32px 0px -12px #808080;
  border: 1px solid #666; }

div.wpcf7 input.wpcf7-submit:hover {
  background: #006080;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5), inset 0px 32px 0px -12px #007ea8;
  border: 1px solid #006080; }

.wpcf7 input.wpcf7-submit:active {
  box-shadow: none;
  bottom: -2px;
  position: relative; }

.wpcf7 input:focus, .wpcf7 textarea:focus {
  border: 1px solid #009de1; }

.wpcf7-captchac {
  border: 1px solid #ccc;
  width: 72px;
  height: 24px; }

.wpcf7 .wpcf7-not-valid {
  background: #ffb6c1; }

.wpcf7 span.wpcf7-not-valid-tip {
  font-size: 80%; }

.wpcf7 .wpcf7-response-output {
  margin: 10px 0 0;
  padding: 8px 35px 8px 14px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.wpcf7 .wpcf7-validation-errors {
  color: #B94A48;
  background-color: #F2DEDE;
  border: 1px solid #EED3D7; }

.wpcf7 .wpcf7-mail-sent-ok {
  color: #3A87AD;
  background-color: #D9EDF7;
  border: 1px solid #BCE8F1; }

.wpcf7-list-item-label {
  vertical-align: middle; }

.wpcf7 .any {
  color: #080; }

.screen-reader-text input {
  background: #7f7f7f; }

div.radio-box {
  margin: 15px 0 0 20px; }
  div.radio-box .wpcf7-list-item {
    display: inline-block;
    font-size: 13px;
    margin: 0 15px 8px 5px; }
    div.radio-box .wpcf7-list-item .wpcf7-list-item-label {
      display: inline-block;
      line-height: 16px; }
    div.radio-box .wpcf7-list-item input {
      display: inline-block;
      width: 16px;
      height: 16px;
      min-height: 16px;
      margin-right: 5px;
      vertical-align: -3px; }
    div.radio-box .wpcf7-list-item.last {
      margin-bottom: 0; }
  div.radio-box p {
    padding: 0 0 20px; }
    div.radio-box p:nth-of-type(2) {
      padding-bottom: 13px; }

select {
  border: 1px solid #ccc;
  text-overflow: "";
  outline: none;
  margin: 20px 0px 0px 0px;
  padding: 10px 15px 10px 15px;
  font-size: 14px; }

.from select {
  width: 40%; }

.dob select {
  margin: 20px 8px 0; }
  .dob select:nth-of-type(1) {
    margin-left: 0; }

.wpcf7 .required {
  color: #f00 !important;
  font-size: 12px; }

@media (min-width: 768px) {
  .from select {
    width: 25%; } }
.consent {
  margin: 30px 10px; }
  .consent .wpcf7-form-control-wrap {
    display: block;
    position: relative;
    width: 80%;
    margin: 5% auto;
    text-align: center; }
    .consent .wpcf7-form-control-wrap input {
      min-height: 14px;
      display: inline;
      position: absolute;
      margin-top: 4px;
      top: 1px;
      width: 14px; }
    .consent .wpcf7-form-control-wrap .wpcf7-list-item-label {
      padding-left: 20px;
      white-space: nowrap;
      line-height: 20px;
      text-align: center; }

.searchform div {
  text-align: center; }
.searchform input[type="search"] {
  min-height: 41px;
  box-sizing: border-box;
  border-style: solid;
  border-radius: 2px;
  font-weight: normal;
  margin: 9px auto 6%;
  padding: 10px 15px 10px 15px;
  border: 1px solid #dfe1e5; }

/*********************
BASE (MOBILE) SIZE
*********************/
@media screen and (max-width: 1030px) {
  #container .wrap {
    width: auto !important;
    padding: 0 5%; } }
/******************************************************************

Site Name:
Author:xi

Stylesheet: Base Mobile Stylesheet

******************************************************************/
/*********************
GENERAL STYLES
*********************/
body {
  font-size: 14px;
  font-family: "zen-maru-gothic", sans-serif; }

h2 {
  font-size: 14px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: .12em;
  text-align: center; }

p {
  line-height: 1.9; }

.ltex {
  font-size: 28px;
  line-height: 28px; }

/*********************
TYPOGRAPHY STYLES
*********************/
/** hgroup **/
.content-title {
  font-size: 20px;
  width: auto;
  line-height: 26px;
  letter-spacing: 0.4px;
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 700; }
  .content-title .accent {
    font-weight: 500;
    color: #00A0E9;
    display: block; }

/** text **/
.txt {
  padding: 2% 0 6%;
  letter-spacing: 3px;
  font-size: 14px; }
  .txt .type2 {
    padding-bottom: 7%;
    letter-spacing: 1; }
  .txt .txt2 {
    padding: 4% 0 8%;
    letter-spacing: 0px; }

.wf a {
  color: #fff !important; }

br.flap {
  display: block !important; }

br.flap_pc {
  display: none !important; }

.infom {
  text-align: center;
  margin-top: 20px; }

.infom .adr {
  color: #fff;
  margin-bottom: 8px; }

.infom .tel-i {
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff; }

/*********************
HEADER STYLES
*********************/
.header {
  /** pc-navigation-menu **/ }
  .header-inner {
    width: 100%;
    position: absolute;
    z-index: 9999;
    min-height: 70px;
    height: 70px;
    background: #fff; }
  .header-logo {
    width: 35%;
    padding-top: 18px;
    height: auto;
    float: left; }
    .header-logo a {
      width: 118px;
      height: 38px;
      display: block;
      padding-left: 6px; }
  .header-navi {
    font-family: "zen-maru-gothic", sans-serif;
    display: none; }
  .header-menu {
    display: none; }
  .header .hamburger-menu {
    width: 10%;
    float: right;
    transition: .3s;
    display: inline-block;
    opacity: 1 !important;
    margin: 20px 0 0 0;
    z-index: 12000; }
    .header .hamburger-menu-button {
      width: 30px;
      padding-right: 20px; }
  .header-site-title {
    line-height: 14px;
    display: none; }
  .header-cta {
    display: block;
    width: 50%;
    float: left;
    padding-left: 4%; }
    .header-cta-item {
      float: left;
      width: 46%;
      padding-right: 4%; }
      .header-cta-item-button {
        margin-top: 12px;
        display: block;
        overflow: hidden; }
      .header-cta-item.last {
        padding-right: 0; }
      .header-cta-item.tel {
        display: none; }

/** mobile-menu **/
.overlay {
  content: '';
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  z-index: 3; }
  .overlay:after {
    content: "";
    visibility: hidden;
    position: fixed;
    top: 40%;
    left: 0;
    display: block;
    width: 100%;
    height: 50px;
    color: rgba(255, 255, 255, 0);
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    -webkit-transition: all .5s ease;
    transition: all .5s ease; }

.active .overlay {
  visibility: visible;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.8); }

.active .overlay::after {
  visibility: visible;
  color: rgba(255, 255, 255, 0.8); }

.mobile-menu-container {
  position: fixed;
  right: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  top: 0;
  left: 0;
  overflow: hidden;
  background: #f8f8f8;
  z-index: 7000;
  padding-top: 70px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  display: none;
  -webkit-scroll: touch; }
  .mobile-menu-container .mobile-navi {
    display: flex;
    flex-wrap: wrap;
    width: 98%;
    height: 100%;
    margin: 5px auto 0; }
    .mobile-menu-container .mobile-navi-item {
      width: 50%;
      text-align: center; }
      .mobile-menu-container .mobile-navi-item a {
        margin: 1%;
        height: auto;
        color: #3d3d3d;
        text-align: center;
        font-size: 12px;
        padding: 3em 0;
        background: #fff;
        letter-spacing: .1em;
        display: block;
        box-sizing: border-box;
        font-weight: bold; }
  .mobile-menu-container .mobile-cta {
    width: 80%;
    margin: 30px auto 20px; }
    .mobile-menu-container .mobile-cta-item {
      margin-bottom: 0; }

.active.mobile-menu-container {
  display: block;
  transition: 5s; }

.active #wrapper,
.active .overlay {
  display: block; }

.lines-button {
  transition: 0.3s; }

.hamburger-menu-lines, .hamburger-menu-lines:before, .hamburger-menu-lines:after {
  display: inline-block;
  width: 30px;
  height: 3px;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  background: #fd0069; }

.hamburger-menu-lines {
  position: relative; }

.hamburger-menu-lines:before, .hamburger-menu-lines:after {
  position: absolute;
  left: 0;
  content: '';
  -webkit-transform-origin: 15px center;
  transform-origin: 15px center;
  background: #fd0069; }

.hamburger-menu-lines:before {
  top: 10px; }

.hamburger-menu-lines:after {
  top: -10px; }

.lines-button.active .hamburger-menu-lines:before, .lines-button.active .hamburger-menu-lines:after {
  -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s 0.5s ease-in-out;
  -moz-transition: top 0.3s ease-in-out, -moz-transform 0.3s 0.5s ease-in-out;
  transition: top 0.3s ease-in-out, transform 0.3s 0.5s ease-in-out;
  top: 0;
  width: 30px; }

.lines-button .hamburger-menu-lines:before, .lines-button .hamburger-menu-lines:after {
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: top 0.3s 0.6s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -moz-transition: top 0.3s 0.6s ease-in-out, -moz-transform 0.3s ease-in-out;
  -o-transition: top 0.3s 0.6s ease-in-out, -o-transform 0.3s ease-in-out;
  transition: top 0.3s 0.6s ease-in-out, transform 0.3s ease-in-out; }

.lines-button.active .hamburger-menu-lines {
  transition: background 0.3s 0s ease-in-out; }

.lines-button.active .hamburger-menu-lines {
  background: transparent; }

.lines-button.active .hamburger-menu-lines:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  -moz-transform: rotate3d(0, 0, 1, 45deg);
  -o-transform: rotate3d(0, 0, 1, 45deg);
  -ms-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg); }

.lines-button.active .hamburger-menu-lines:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  -moz-transform: rotate3d(0, 0, 1, -45deg);
  -o-transform: rotate3d(0, 0, 1, -45deg);
  -ms-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg); }

/*********************
COMMON LAYOUT
*********************/
#wrapper {
  overflow: hidden;
  position: relative;
  height: 100%;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-scroll: touch;
  clear: both; }

#container {
  margin-top: 0;
  clear: both;
  width: 100%;
  margin: 0 auto 0;
  position: relative; }

.wrap {
  transform: none;
  top: auto;
  left: auto;
  margin-top: 50px;
  position: relative; }

.mm-container .wrap {
  margin-top: 2%; }

.inner {
  border: 1px solid #dfe1e5;
  overflow: hidden; }

/** table **/
.key-visual {
  width: 100%;
  height: auto;
  z-index: 1;
  margin-top: 15%; }

/*********************
PAGE STYLES
*********************/
.chap1-content {
  margin-bottom: 0; }

.chap2-inner {
  text-align: center; }
.chap2-title {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 18px;
  line-height: 1.8em; }
.chap2-content {
  margin-bottom: 32px; }
  .chap2-content-tmb {
    margin-bottom: 18px; }
  .chap2-content-title {
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    padding-bottom: 16px; }
  .chap2-content-desc {
    text-align: left;
    line-height: 1.8em; }

.chap4 {
  color: #ff85a2;
  background: url("../images/sec_bg4.jpg") 0 0 no-repeat;
  background-size: cover; }
  .chap4-inner {
    width: 90%;
    padding: 42px 0 80px;
    margin: 0 auto;
    background: #fff;
    border-radius: 25px; }
  .chap4-title {
    text-align: center;
    font-weight: 600;
    padding-bottom: 28px;
    line-height: 1.8em; }
  .chap4-content {
    margin-bottom: 26px;
    margin: 0 auto;
    text-align: center; }

.sp-spacer {
  padding: 60px 0; }

.chap6 {
  position: relative; }
  .chap6-inner {
    position: relative;
    padding: 32px 0 0; }
  .chap6-title {
    text-align: center;
    font-size: 18px;
    padding-bottom: 54px; }
  .chap6-content {
    text-align: center; }
    .chap6-content-card {
      position: relative;
      width: 80%;
      border: 1px solid #fd0069;
      margin: 0 auto 52px; }
      .chap6-content-card-icon {
        display: none;
        position: absolute;
        top: -33px;
        left: 20px;
        z-index: 3;
        width: 66px;
        height: 66px;
        background: #000; }
      .chap6-content-card-title {
        background: #fd0069;
        padding: 22px;
        color: #fff;
        font-weight: bold; }
      .chap6-content-card-desc {
        padding: 22px; }
      .chap6-content-card-name {
        padding: 16px;
        font-weight: bold;
        text-align: right; }
  .chap6 .menber1 {
    background: url(../images/member1.jpg) no-repeat top left;
    background-size: cover; }
  .chap6 .menber2 {
    background: url(../images/member2.jpg) no-repeat top left;
    background-size: cover; }

.chap7 {
  position: relative; }
  .chap7-inner {
    position: relative;
    padding: 32px 0;
    margin-bottom: 32px; }
  .chap7-title {
    text-align: center;
    font-size: 18px; }
  .chap7-content {
    padding-top: 20px;
    text-align: left; }
    .chap7-content-card {
      width: 80%;
      padding: 20px;
      margin: 0 auto 6px; }
      .chap7-content-card-title {
        text-align: left;
        margin-bottom: 12px;
        font-weight: bold; }
      .chap7-content-card-desc {
        background: #fff;
        padding: 16px;
        border: 1px dashed #ccc; }
    .chap7-content .tips {
      width: 70%;
      padding: 20px;
      margin: 0 auto 6px;
      background: #fff; }

.chap8 {
  position: relative;
  padding-bottom: 60px; }
  .chap8-inner {
    position: relative;
    padding: 32px 0;
    margin-bottom: 32px; }
  .chap8-title {
    text-align: center;
    font-size: 18px; }
  .chap8-content {
    padding-top: 20px;
    text-align: center; }
    .chap8-content-map {
      width: 80%;
      margin: 0 auto; }
    .chap8-content-desc {
      text-align: left;
      padding: 22px; }

.base1 {
  background: #56a587;
  color: #fff; }

.base2 {
  background: #ff85a2; }

.base3 {
  background: #d5c691; }

.base4 {
  background: #f8f8f8; }

.base-2-bg {
  background: url(../images/main.jpg) 0 0 no-repeat;
  background-size: cover; }

.base-1-bg {
  background: url(../images/main.jpg) 0 0 no-repeat;
  background-size: cover; }

.mainvisual {
  margin-top: 5px;
  background-size: cover;
  min-height: 160px;
  width: 100%; }

.h_business, .h_contact, .h_about_group, .h_company, .h_recruit {
  background: #FFD4D4; }

.section-desc {
  font-size: 14px;
  text-align: left;
  font-weight: 600;
  line-height: 2.2em;
  margin: 32px auto 16px;
  letter-spacing: 0;
  width: 80%; }

.page-title {
  font-family: source-han-serif-japanese, serif;
  font-weight: 700;
  font-style: normal;
  padding-top: 34px;
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0; }
  .page-title span {
    font-size: 14px;
    display: block; }

.section-title {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 36px;
  text-align: center;
  margin: 0 auto 20px;
  line-height: 1.8em;
  letter-spacing: 1px;
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: bold;
  color: #ff85a2; }
  .section-title span.accent {
    padding-right: 10px;
    color: #FF8C00;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .section-title span.yaku {
    display: block;
    font-size: 14px;
    line-height: 14px; }

.view_data {
  margin: 0 auto; }

.business-content {
  padding: 10%;
  box-sizing: border-box; }
.business .tmb {
  padding-top: 320px;
  width: 100%;
  height: auto;
  background-size: cover; }
.business .tmb1 {
  background-image: url("../images/tmb1.jpg"); }
.business .tmb2 {
  background-image: url("../images/tmb2.jpg"); }
.business .tmb3 {
  background-image: url("../images/tmb3.jpg"); }
.business .cont-left {
  width: 100%; }
.business .cont-right {
  width: 100%; }

.vision {
  color: #fff;
  background: #000; }
  .vision-content {
    margin: 0 auto; }

.culture h3 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 1em;
  color: #976932; }
.culture img {
  width: 100%;
  height: auto; }
.culture-content {
  margin: 0 auto;
  padding-top: 60px; }
  .culture-content-card {
    border: 20px solid #DDDDDD;
    padding: 10%;
    margin-bottom: 30px;
    min-height: 380px; }

@media (max-width: 767px) {
  .cast-real:nth-of-type(2n) {
    margin-right: 0; } }
.chap3 .section-title {
  color: #fff !important; }

/*pages*/
.lpink {
  background: #fff7fa; }

.chap3 {
  position: relative;
  color: #fff; }
  .chap3-inner {
    padding: 0 0 80px; }
    .chap3-inner span.badge-type1::after {
      background: #fff; }
  .chap3-title {
    padding-bottom: 28px;
    line-height: 1.8em; }
  .chap3-content {
    padding-top: 50px;
    margin-bottom: 26px; }
    .chap3-content-card {
      position: relative;
      width: 70%;
      background: #fff;
      padding: 20px;
      margin: 0 auto 66px;
      border-radius: 8px; }
      .chap3-content-card-title {
        text-align: center;
        font-weight: bold;
        color: #000;
        padding: 24px 0;
        margin-bottom: 30px;
        letter-spacing: 2; }
        .chap3-content-card-title .rtex {
          font-family: bureau-grot-condensed, sans-serif;
          font-weight: 800;
          font-style: normal;
          font-size: 3em;
          letter-spacing: -0.3em;
          color: #976932;
          padding-right: .3em; }
      .chap3-content-card-desc {
        border-top: 1px dotted #000;
        padding-top: 12px;
        color: #000;
        line-height: 1.8em; }
      .chap3-content-card-icon {
        text-align: center;
        width: 100%;
        height: 70px;
        padding-bottom: 20px; }
      .chap3-content-card-type {
        top: -20px;
        left: calc(50% - 130px );
        position: absolute;
        color: #976932;
        font-size: 1em;
        font-weight: bold;
        text-align: center;
        padding: 6px 0;
        width: 260px;
        border-radius: 50px;
        background: #F8F8F8;
        display: block;
        background: #f8f8f8;
        box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); }

.mission {
  background: #000;
  color: #fff; }

.spacer {
  padding: 40px 0; }

.block-type {
  margin: 80px auto; }

.cnt {
  width: 100%;
  margin: 0 auto; }

.cnt2 {
  padding: 40px 0 66px; }

.cnt3 {
  background: #d5c691;
  padding: 80px 0; }

.cnt-i {
  width: 80%;
  margin: 0 auto; }

.marker {
  background: linear-gradient(transparent 50%, yellow 50%); }

.marker2 {
  background: linear-gradient(transparent 50%, #fd0069 50%); }

.data-flex {
  padding: 5%; }
  .data-flex dl {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    display: block;
    margin-bottom: 20px;
    width: 100%;
    border: 2px solid #333;
    box-sizing: border-box;
    text-align: center;
    align-items: center; }
    .data-flex dl dt {
      background: #693839;
      color: #fff;
      padding: 1em; }
    .data-flex dl dd {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 1em; }
      .data-flex dl dd div {
        overflow: visible;
        position: relative;
        font-size: 3.2rem;
        color: #ff85a2;
        font-weight: bold;
        line-height: 1; }
        .data-flex dl dd div span.Memo {
          position: static;
          display: block;
          width: 100%;
          font-size: .8rem;
          color: #555;
          text-align: center;
          word-break: break-word; }
        .data-flex dl dd div span.yen {
          font-size: 1.4rem; }
    .data-flex dl dt, .data-flex dl dd {
      box-sizing: border-box; }

#basic-page {
  margin-bottom: 15%; }

span.badge-type1 img {
  text-align: center;
  font-family: "zen-maru-gothic", sans-serif;
  display: block;
  max-height: 46px;
  letter-spacing: .24em;
  margin: 26px auto -5px;
  font-weight: bold;
  display: block; }

span.badge-type1.type1::before {
  background: #fff url(../images/sec_icon2.png) center center no-repeat/30px 30px; }

span.badge-type1.type2::before {
  background: transparent url(../images/sec_icon4.png) center bottom no-repeat/30px 30px; }

span.badge-type1.type3::before {
  background: #00A0E9 url(../images/sec_icon3.png) center center no-repeat/30px 30px; }

span.badge-type1.type4::before {
  background: #f5f5f5 url(../images/sec_icon1.png) center center no-repeat/30px 30px; }

span.badge-type1.type5::before {
  background: #fff url(../images/sec_icon5.png) center center no-repeat/30px 30px; }

span.badge-type1.type6::before {
  background: #f5f5f5 url(../images/sec_icon6.png) center center no-repeat/30px 30px; }

span.badge-type1.type7::before {
  background: #f5f5f5 url(../images/sec_icon7.png) center center no-repeat/30px 30px; }

span.badge-type1.type3::after {
  background: #fff; }

div.arrow::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -19px;
  left: 50%;
  margin-right: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #00A0E9 transparent transparent transparent;
  z-index: 5000;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }

.center {
  width: 100%;
  text-align: center; }

.entry {
  margin: 12% 0; }
  .entry ul li {
    margin-bottom: 24px; }
    .entry ul li i {
      padding-right: 1em; }

.cta2-box {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 52px;
  text-align: center; }
  .cta2-box-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 32px;
    letter-spacing: .24em; }
  .cta2-box-tips {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 32px;
    letter-spacing: .18em; }
  .cta2-box-button {
    margin-bottom: 10px; }

.button-type1 {
  color: #fff;
  text-align: center;
  display: block;
  border-radius: 80px;
  -moz-border-radius: 80px;
  -webkit-border-radius: 80px;
  background: radial-gradient(circle at left top, #0cb4ce 9%, #006cff 48%, #6442ff 91%); }
  .button-type1 span {
    font-size: 10px;
    letter-spacing: 0;
    line-height: 1.5em;
    padding: 16px 0;
    display: block;
    font-weight: 500; }

.button-type2 {
  background: #FB2B75;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee7676), color-stop(100%, #ff5b5c));
  /* webkit */
  background: -webkit-linear-gradient(top, #ee7676, #ff5b5c);
  /* webkit */
  background: -moz-linear-gradient(top, #ee7676, #ff5b5c);
  /* fx */
  background: linear-gradient(top, #ee7676, #ff5b5c);
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd6ca0', endColorstr='#FB2B75',GradientType=0 );*/
  /*IE 9*/
  border: solid 1px #f44e4f;
  border-radius: 4px;
  /* 影 */
  -webkit-box-shadow: 0px 0px 4px 0px #93847c, 0 1px 0 rgba(255, 255, 255, 0.2) inset;
  -moz-box-shadow: 0px 0px 4px 0px #93847c, 0 1px 0 rgba(255, 255, 255, 0.2) inset;
  -o-box-shadow: 0px 0px 4px 0px #93847c, 0 1px 0 rgba(255, 255, 255, 0.2) inset;
  box-shadow: 0px 0px 4px 0px #93847c, 0 1px 0 rgba(255, 255, 255, 0.2) inset;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
  text-align: center;
  text-decoration: none;
  display: block;
  font-size: 15px; }
  .button-type2 span {
    font-size: 16px;
    letter-spacing: 0.15em;
    line-height: 1.5em;
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 30px;
    font-weight: bold;
    padding-left: 30px; }

.simple-sitemap-wrap h3 {
  display: none; }
.simple-sitemap-wrap a {
  font-weight: bold;
  padding-bottom: 1em;
  font-size: 20px; }

.button-type3 {
  color: #ff85a2;
  text-align: center;
  display: block;
  border: 1px solid #ff85a2; }
  .button-type3 span {
    font-size: 12px;
    letter-spacing: 0.15em;
    line-height: 1.5em;
    display: block;
    padding: 9px 24px;
    font-weight: bold;
    padding-left: 30px; }

.button-type5 {
  color: #fff;
  text-align: center;
  display: block;
  background: #1E1E42; }
  .button-type5 span {
    font-size: 12px;
    letter-spacing: 0;
    padding: 8px 0;
    display: inline-block;
    font-weight: 500; }
  .button-type5 i {
    display: inline-block;
    padding-right: 10px; }

.block80 {
  width: 92%;
  margin: 0 auto; }

.button-type1 span.pc-button {
  display: none; }

#origin-tab {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  margin: 5% auto 10%; }
  #origin-tab li {
    width: 100%;
    margin: 0 auto 3%; }
    #origin-tab li a {
      color: #fff;
      padding: 15px;
      text-align: center;
      border: 1px solid #000;
      display: block;
      font-weight: bold;
      color: #000; }
    #origin-tab li:last-child {
      margin-bottom: 0; }
    #origin-tab li.active a {
      background: #1E1E42;
      color: #fff;
      transition: .4s; }

.tab-box {
  display: none; }

.table-flex dl {
  width: 100%;
  margin: 0 auto;
  font-size: 14px;
  padding: 5% 0;
  border-top: 1px solid #eaeaea;
  vertical-align: top; }
  .table-flex dl dt {
    width: 28%;
    min-height: 50px;
    align-items: center;
    box-sizing: border-box;
    padding: 5px;
    font-weight: bold;
    letter-spacing: 0;
    float: left; }
  .table-flex dl dd {
    width: 72%;
    min-height: 50px;
    box-sizing: border-box;
    float: right; }
    .table-flex dl dd .point {
      font-weight: bold;
      display: block;
      padding: 2% 0; }
    .table-flex dl dd .dline {
      background: none;
      border-bottom: 1px;
      border-color: #dfe1e5;
      margin: 20px 0;
      border-style: dashed; }
    .table-flex dl dd a {
      color: #ec6d90; }
      .table-flex dl dd a:hover {
        color: #e74471; }
  .table-flex dl:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden; }

.table-flex2 h3 {
  font-weight: bold;
  font-size: 110%;
  text-align: center;
  padding-bottom: 5%; }
.table-flex2 dl {
  width: 100%;
  margin: 0 auto;
  font-size: 14px;
  padding: 5% 0;
  vertical-align: top; }
  .table-flex2 dl dt {
    width: 100%;
    align-items: center;
    box-sizing: border-box;
    padding: 5px 0 10px;
    margin-bottom: 20px;
    font-weight: bold;
    letter-spacing: 0;
    color: #ff85a2;
    font-weight: bold;
    border-bottom: 1px solid #000; }
  .table-flex2 dl dd {
    width: 100%;
    box-sizing: border-box;
    line-height: 2.4em; }
    .table-flex2 dl dd .point {
      font-weight: bold;
      display: block;
      padding: 2% 0; }
    .table-flex2 dl dd .dline {
      background: none;
      border-bottom: 1px;
      border-color: #dfe1e5;
      border-style: dashed; }
    .table-flex2 dl dd a {
      color: #ec6d90; }
      .table-flex2 dl dd a:hover {
        color: #e74471; }
  .table-flex2 dl:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden; }

.under #content {
  margin-top: 71px; }

/*********************
FOOTER STYLES
*********************/
div#contact {
  position: relative;
  padding: 0 0 15%; }
  div#contact .wrap {
    text-align: center; }
    div#contact .wrap p {
      padding: 3% 0 5%;
      font-weight: bold; }

/** cta **/
.cta {
  background-color: #ffffff;
  position: relative;
  display: block;
  width: 260px;
  height: 52px;
  margin: 0 auto;
  line-height: 52px;
  text-align: center;
  letter-spacing: 1px;
  cursor: pointer;
  border: 1px solid #323944;
  font-weight: bold;
  z-index: 1; }
  .cta span {
    position: relative;
    font-size: 14px; }
  .cta:before {
    content: '';
    background: #A97C43;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    opacity: 0;
    transition: all .4s ease; }
  .cta:after {
    content: '';
    width: 8px;
    height: 10px;
    position: absolute;
    top: 50%;
    left: 24px;
    transform: translateY(-50%);
    background: url(../images/index/icon.svg) no-repeat center top; }
  .cta:hover {
    color: #ffffff; }
    .cta:hover:span {
      color: #ffffff; }
    .cta:hover:before {
      opacity: 1;
      width: 100%; }

.cast-frame {
  float: left;
  width: 49%;
  margin-right: 2%;
  border: 1px solid #ccc;
  margin-bottom: 10px; }
  .cast-frame .cast-title {
    font-size: 0.7em;
    text-align: center;
    color: #000;
    margin-bottom: 1em; }
  .cast-frame .tmb {
    position: relative; }
    .cast-frame .tmb img {
      padding: 3px;
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      -ms-border-radius: 8px;
      border-radius: 8px; }
    .cast-frame .tmb .n-icon {
      position: absolute;
      top: 0;
      left: 0; }
  .cast-frame:nth-of-type(2n) {
    margin-right: 0; }

.cast-real {
  float: left;
  width: 48%;
  margin-right: 2%;
  margin-bottom: 10px; }
  .cast-real .cast-title {
    font-size: 0.7em;
    text-align: center;
    color: #000;
    margin-bottom: 1em; }
  .cast-real .tmb {
    position: relative; }
    .cast-real .tmb img {
      border: 1px solid #ccc;
      clip-path: circle(42% at center);
      -webkit-clip-path: circle(42% at center);
      display: block;
      width: 84%;
      height: 84%;
      height: auto;
      background: #FFF;
      margin: 0 auto;
      padding: 0; }
  .cast-real .n-icon {
    position: absolute;
    bottom: 1rem;
    right: 0.6rem;
    width: 40px;
    height: 40px;
    z-index: 999;
    display: block;
    background: #ff85a2;
    border-radius: 100%; }
    .cast-real .n-icon i {
      position: absolute;
      font-size: 24px;
      bottom: 2px;
      right: 0.7rem;
      color: #fff; }

.go-profile {
  text-align: right !important;
  padding-top: 30px;
  padding-right: 10px; }

p.gData {
  text-align: left; }

.scTime {
  font-weight: 500;
  padding: 1em;
  font-size: 1.2em; }

#page-single {
  margin: 20% auto; }

.single-wrap {
  margin: 25% 0 0; }

.col2-inner {
  margin: 0 5%;
  padding: 5%; }

.tag-box {
  margin-bottom: 8px; }

#page-single .single-inner {
  padding: 5%; }
#page-single .single-header .single-title {
  max-width: 100%;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4em;
  letter-spacing: .05rem;
  padding: 0 0 8%; }
#page-single .single-header .anthor {
  margin-right: auto;
  margin-left: -4px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }
  #page-single .single-header .anthor img {
    margin: 0;
    -webkit-flex-basis: 62px;
    -ms-flex-preferred-size: 62px;
    flex-basis: 62px;
    max-width: 62px;
    width: 62px;
    height: 62px; }
#page-single .single-header .keyword {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 100%;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin: 0; }
  #page-single .single-header .keyword a {
    display: inline-block;
    padding: 4px 12px 3px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    line-height: 1;
    color: #666;
    border-radius: 20px;
    border: 1px solid #666;
    -webkit-transition: color .25s ease,background .25s ease;
    transition: color .25s ease,background .25s ease;
    overflow: hidden;
    margin-left: 3px; }
    #page-single .single-header .keyword a:hover {
      color: #fff;
      background: #666; }
  #page-single .single-header .keyword.cat-list a {
    background: #A97C43;
    color: white;
    margin-right: 1em; }
    #page-single .single-header .keyword.cat-list a:hover {
      color: #000;
      background: #fff; }
#page-single .single-header .photo {
  margin-bottom: 30px;
  display: block;
  text-align: center;
  max-height: 460px;
  overflow: hidden; }
  #page-single .single-header .photo:before {
    content: "";
    clear: both;
    display: table; }
  #page-single .single-header .photo img {
    width: 100%;
    height: auto; }
#page-single .single-header .headding-inner {
  width: 100%; }
#page-single .single-body {
  margin-top: 4%;
  padding-top: 4%;
  line-height: 2.3;
  letter-spacing: .05rem; }
  #page-single .single-body h2 {
    position: relative;
    font-size: 16px;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    margin-top: 25px;
    margin-bottom: 35px;
    padding: 10px 0 10px 12%; }
  #page-single .single-body h3 {
    font-size: 16px;
    line-height: 1.6rem;
    font-weight: bold;
    border-bottom: 1px dotted #000;
    border-top: 1px dotted #000;
    margin-top: 15px;
    margin-bottom: 30px;
    padding: 10px 0 10px 10px;
    font-size: 18px; }
  #page-single .single-body h4 {
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    margin: 5% 0 3%;
    position: relative;
    padding: 0 0 0 15px; }
    #page-single .single-body h4:before {
      position: absolute;
      top: 5px;
      left: 0;
      content: '';
      display: block;
      width: 3px;
      height: calc(100% - 10px);
      background-color: #0B318F;
      border-radius: 10px; }
  #page-single .single-body p {
    font-size: 12px; }
#page-single .single-footer {
  clear: both; }
#page-single .date ol {
  float: right; }
  #page-single .date ol li {
    display: inline-block;
    padding-left: 1em; }

.tag-group {
  float: left; }
  .tag-group li {
    padding-left: 1em;
    display: inline-block; }

.references,
.overview {
  border: 1px dashed #ccc;
  padding: 5%;
  margin-bottom: 30px; }

#page-top {
  font-family: source-han-serif-japanese, serif;
  font-weight: 700;
  font-style: normal;
  display: block;
  width: 60px;
  height: 60px;
  background: #F8F8F8;
  position: fixed;
  bottom: 0;
  right: 0;
  display: none;
  z-index: 9999;
  line-height: 60px;
  text-align: center;
  font-weight: bold; }
  #page-top a {
    font-size: 12px;
    color: #3d3d3d; }

#postup {
  position: relative;
  line-height: 22px;
  letter-spacing: 0.5px; }
  #postup ._col {
    width: 86%;
    overflow: hidden;
    margin: 0 auto; }
  #postup .section-title {
    letter-spacing: 0;
    padding-bottom: 8%; }
  #postup dl {
    position: relative;
    font-weight: bold;
    padding-bottom: 5%; }
    #postup dl dt {
      font-size: 10px;
      font-weight: normal;
      color: #7f7f7f;
      padding-bottom: 10px; }
    #postup dl dd {
      transition: all .2s ease; }
  #postup .keyword {
    display: inline-block; }
    #postup .keyword li {
      background: #f2f2f2;
      font-size: 10px;
      font-weight: bold;
      display: inline-block;
      margin-left: 18px;
      text-align: center;
      padding: 0 30px; }
  #postup .wrap {
    padding: 0; }
  #postup .blog {
    margin-top: 7%; }

#page-blog .col {
  width: 90%;
  box-shadow: -5px 5px 20px 0px rgba(0, 0, 0, 0.08);
  margin-right: 5%;
  margin-left: 5%;
  overflow: hidden;
  margin-bottom: 5%;
  position: relative;
  min-height: 340px; }
  #page-blog .col .heading {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 5px;
    overflow: hidden; }
    #page-blog .col .heading:before {
      content: "";
      display: block;
      padding-top: 52.25%; }
  #page-blog .col ._content {
    width: 90%;
    margin: 0 auto;
    padding: 8% 0 10%;
    z-index: 1; }
    #page-blog .col ._content .data-list .time {
      font-size: 8px;
      font-weight: normal;
      color: #7f7f7f;
      padding-bottom: 10px; }
    #page-blog .col ._content .data-list .cat {
      background: #A97C43;
      position: absolute;
      font-weight: bold;
      top: 0;
      right: 0;
      padding: 0 15px;
      margin: 0;
      color: #ffffff;
      text-align: center; }
      #page-blog .col ._content .data-list .cat a {
        font-size: 8px;
        color: #ffffff; }

.footer {
  background: #ff85a2;
  position: relative;
  width: 100%;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.4px;
  z-index: 999; }
  .footer .foot-link {
    position: relative;
    margin: 0 auto;
    text-align: center; }
  .footer small {
    display: block;
    margin: 0 auto;
    line-height: 36px;
    text-align: center; }
  .footer-logo {
    padding: 20px 10%;
    margin: 0;
    background: #f8f8f8;
    text-align: center; }
    .footer-logo img {
      width: 272px;
      height: auto; }
  .footer-navi {
    padding-top: 40px;
    width: 100%; }
    .footer-navi-item {
      box-sizing: border-box;
      text-align: center;
      padding: 14px 0; }
  .footer-subnavi {
    width: 92%;
    padding: 22px 0;
    margin: 0 auto;
    border-bottom: 1px solid #3d3d3d;
    display: flex;
    flex-wrap: wrap; }
    .footer-subnavi-item {
      text-align: center;
      display: inline-block;
      width: 50%; }
  .footer a {
    color: #fff; }
    .footer a:hover {
      color: #F8F8F8;
      transition: .4s; }

.social-block {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  position: fixed;
  z-index: 9999;
  bottom: 0;
  left: 0;
  width: 32%;
  align-items: stretch;
  align-content: stretch;
  margin: 0 auto; }
  .social-block-item {
    width: 60px;
    height: 60px; }
    .social-block-item a {
      background: #F8F8F8;
      display: block;
      font-family: source-han-serif-japanese, serif;
      font-weight: 700;
      font-style: normal;
      line-height: 60px;
      text-align: center;
      font-weight: bold; }
      .social-block-item a i {
        font-size: 26px; }
    .social-block-item:nth-of-type(3) {
      margin-right: 0; }

.features {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 20px; }

.features h1 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 2rem;
  color: #333; }

.feature-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3rem;
  gap: 2rem; }

.feature-image {
  flex: 0 0 40%; }

.feature-image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); }

.feature-text {
  flex: 1; }

.feature-text h2 {
  font-size: 1.6rem;
  margin-bottom: 0.8rem;
  color: #555; }

.feature-text p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1rem;
  color: #fff; }

.feature-text a {
  display: inline-block;
  padding: 10px 16px;
  background: linear-gradient(90deg, #ff7eb3, #ff758c);
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
  transition: opacity 0.2s; }

.feature-text a:hover {
  opacity: 0.8; }

@media (max-width: 768px) {
  .feature-item {
    flex-direction: column; }

  .feature-image,
  .feature-text {
    flex: 1 1 100%; }

  .feature-text {
    text-align: center; } }
.company-info {
  width: 100%;
  max-width: 600px;
  margin: 20px auto;
  border-collapse: collapse;
  font-family: sans-serif;
  font-size: 14px; }

.company-info th,
.company-info td {
  border: 1px solid #ccc;
  padding: 8px 12px;
  text-align: left;
  vertical-align: top; }

.company-info th {
  background: #f7f7f7;
  width: 25%; }

/*********************
LARGER MOBILE DEVICES
*********************/
@media only screen and (min-width: 481px) {
  /******************************************************************
  Site Name: flugel
  Author: xi
  
  Stylesheet: 481px and Up Stylesheet
  
  ******************************************************************/
  /*********************
  GENERAL STYLES
  *********************/
  /** typography **/
  /*#top-content{
   height: 100vh;
   margin-top: 18%;
   padding-top: 1%;
   .wrap{   
    ._col{
     padding-left: 2%;
     .logo{
      width: 320px;
      height: 90px;
      img{
       width: 320px;
       height: 90px;
      }
     }  
    } 
    #mission{
     padding-top: 0;
    }
   }
   }*/
  /*********************
  HEADER STYLES
  *********************/
  /*********************
  __layout  
  *********************/
  /*********************
  SIDEBARS & ASIDES
  *********************/
  /*********************
  FOOTER STYLES
  *********************/ }
/*********************
TABLET & SMALLER LAPTOPS
*********************/
@media only screen and (min-width: 768px) {
  /******************************************************************
  Site Name: 
  Author:xi
  
  Stylesheet: Tablet & Small Desktop Stylesheet
  
  ******************************************************************/
  /*********************
  GENERAL STYLES
  *********************/
  body {
    font-size: 14px; }

  .key-visual {
    width: 100%;
    margin-top: 0; }
    .key-visual-item {
      width: 100%; }
      .key-visual-item img {
        display: block; }

  .header {
    min-width: 100%;
    position: relative;
    border-bottom: 1px solid #f5f5f5;
    z-index: 9999;
    padding: 22px 0;
    top: 0;
    left: 0;
    background: #fff;
    /** pc-navigation-menu **/ }
    .header-inner {
      background: none;
      width: 1280px;
      position: static;
      margin: 0 auto;
      z-index: 9999;
      min-height: auto;
      height: auto;
      border-bottom: none; }
    .header-logo {
      width: 320px;
      height: auto;
      float: left; }
      .header-logo a {
        width: 268px; }
    .header-navi {
      font-family: "zen-maru-gothic", sans-serif;
      display: block;
      padding-left: 20px;
      float: right; }
      .header-navi-item {
        float: left;
        padding-left: 20px; }
        .header-navi-item a {
          font-size: 14px;
          transition: all .4s;
          font-weight: bold;
          color: #ff7da3;
          position: relative; }
    .header-menu {
      padding-top: 0;
      display: block;
      float: right; }
    .header .hamburger-menu {
      display: block;
      width: 10%;
      float: right;
      transition: .3s;
      opacity: 1 !important;
      margin: 20px 0 0 0; }
      .header .hamburger-menu-button {
        width: 30px;
        padding-right: 20px; }
    .header-site-title {
      display: none;
      line-height: 14px; }
    .header-cta {
      display: block;
      margin: 0 0 22px;
      float: right;
      padding-left: 5px;
      width: 306px; }
      .header-cta-item {
        float: left;
        width: 312px;
        padding: 0;
        margin: 0; }
        .header-cta-item-button {
          margin: 0;
          display: block;
          overflow: hidden; }
        .header-cta-item.last {
          padding-right: 0; }
        .header-cta-item.tel {
          display: none; }
    .header-subnavi {
      position: absolute;
      top: calc(100%);
      right: -100%;
      left: -100%;
      display: block;
      padding: 40px 0;
      background-color: rgba(0, 0, 0, 0.96);
      transform-origin: top left;
      -moz-transform: scaleY(0);
      -ms-transform: scaleY(0);
      -webkit-transform: scaleY(0);
      transform: scaleY(0);
      -moz-transition: all 0.4s;
      -o-transition: all 0.4s;
      -webkit-transition: all 0.4s;
      transition: all 0.4s; }
      .header-subnavi-inner {
        position: relative;
        display: block;
        max-width: 1240px;
        margin: 15px auto;
        padding: 0 20px; }
      .header-subnavi-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
      .header-subnavi-item {
        display: block;
        width: 22%;
        height: 200px;
        margin-right: 3%;
        text-align: center;
        background: #232020;
        padding: 20px 20px 0; }
        .header-subnavi-item .tmb {
          padding-bottom: 10px;
          max-height: 134px;
          overflow: hidden;
          display: block;
          margin-bottom: 14px; }
          .header-subnavi-item .tmb img {
            transform: scale(1);
            transition: .8s; }
            .header-subnavi-item .tmb img:hover {
              transform: scale(1.2);
              transition: .8s; }
        .header-subnavi-item a {
          margin-top: 22px;
          font-size: 14px;
          font-weight: 500; }
    .header:hover {
      background: white;
      transition: .3s; }
      .header:hover .header-navi-link {
        color: #000; }

  .under-page .header {
    background: #fff; }

  .page .header-navi-link {
    color: #000; }

  .header-subnavi {
    opacity: 0;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }

  .header-subnavi.activate {
    opacity: 1;
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }

  a.header-subnavi-link:after,
  a.header-navi-link:after {
    content: "";
    display: block;
    width: 0;
    height: 3px;
    margin: 5px auto 0;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }

  a.header-subnavi-link:hover:after {
    width: 60%;
    background-color: #F8F8F8; }

  a.header-navi-link.onNav {
    color: #000; }
    a.header-navi-link.onNav:after {
      width: 100%;
      background-color: #000; }
    a.header-navi-link.onNav:before {
      content: "";
      position: absolute;
      bottom: 0;
      right: 0;
      left: 0;
      display: block;
      width: 0;
      height: 0;
      margin: 0 auto -10px;
      border: 4px solid transparent;
      border-bottom: 8px solid #000;
      -moz-transition: all 0.2s 0.2s;
      -o-transition: all 0.2s 0.2s;
      -webkit-transition: all 0.2s;
      -webkit-transition-delay: 0.2s;
      transition: all 0.2s 0.2s; }

  /*********************
  TYPOGRAPHY STYLES
  *********************/
  h2 {
    font-size: 24px;
    font-weight: bold;
    line-height: 2;
    letter-spacing: .17em;
    text-align: center; }

  /*********************
  HEADER STYLES
  *********************/
  .header h1#logo {
    top: 22px;
    left: 20px;
    max-width: 280px; }

  .top h1#logo {
    opacity: 0; }

  .top .fixed h1#logo {
    opacity: 1; }

  /** drawrmenu **/
  .lines, .lines:before, .lines:after {
    width: 30px; }

  .lines:before {
    top: 10px; }

  .lines:after {
    top: -10px; }

  .lines-button.active .lines:before, .lines-button.active .lines:after {
    width: 30px; }

  .chap1-title {
    text-align: center;
    color: #fff; }
  .chap1-content {
    text-align: left;
    font-size: 18px; }
    .chap1-content-desc {
      line-height: 2;
      font-size: 16px; }
      .chap1-content-desc-result {
        font-size: 18px;
        font-weight: bold;
        margin: 30px auto 0px; }
    .chap1-content .box-title {
      font-size: 24px;
      font-weight: 600;
      padding: 8px 16px;
      color: #fff;
      margin-bottom: 16px; }
    .chap1-content-before::after {
      content: "";
      display: block;
      position: absolute;
      bottom: calc(50% - 20px);
      right: -30px;
      left: auto;
      margin-right: -20px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 20px 0 20px 20px;
      border-color: transparent transparent transparent #00A0E9;
      z-index: 5000;
      -webkit-transform: translate(-50%, 0);
      -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0); }
  .chap1 .box-outline {
    min-height: 420px;
    width: calc(50% - 30px);
    background-size: cover;
    box-sizing: border-box;
    padding: 16px; }

  .chap2-inner {
    padding: 20px;
    padding-top: 24px;
    padding-bottom: 60px;
    text-align: center; }
  .chap2-title {
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 18px;
    line-height: 1.8em; }
  .chap2-content {
    width: 100%;
    margin-right: 5%;
    margin-bottom: 26px; }
    .chap2-content-tmb {
      margin-bottom: 18px; }
      .chap2-content-tmb img {
        width: 100%;
        height: auto; }
    .chap2-content-title {
      text-align: left;
      font-size: 20px;
      font-weight: bold;
      padding-bottom: 16px; }
    .chap2-content-desc {
      text-align: left;
      line-height: 1.8em; }
    .chap2-content.last {
      margin-right: 0; }

  .chap3-inner {
    position: relative;
    padding: 96px 30px;
    margin-bottom: 32px; }
  .chap3-title {
    text-align: center; }
  .chap3-content {
    padding-top: 20px;
    text-align: center; }
  .chap3-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }

  .chap4-inner {
    padding: 0 0 60px; }
  .chap4-title {
    font-size: 24px;
    text-align: center;
    font-weight: 600;
    padding-bottom: 28px;
    line-height: 1.8em; }
  .chap4-content {
    width: 90%;
    margin-bottom: 26px;
    margin: 0 auto; }

  .chap3 {
    padding-top: 30px;
    color: #fff; }
    .chap3-inner span.badge-type1::after {
      background: #fff; }
    .chap3-title {
      font-size: 24px;
      text-align: center;
      font-weight: 600;
      padding-bottom: 28px;
      line-height: 1.8em; }
    .chap3-content {
      width: 90%;
      margin-bottom: 26px;
      margin: 50px auto 0; }
      .chap3-content-card {
        min-height: 420px;
        position: relative;
        width: 46%;
        background: #fff;
        padding: 0;
        margin: 0;
        float: left;
        padding: 3%;
        margin-bottom: 50px;
        box-sizing: border-box; }
        .chap3-content-card-title {
          padding-bottom: 16px;
          letter-spacing: 1px; }
          .chap3-content-card-title .rtex {
            font-family: bureau-grot-condensed, sans-serif;
            font-weight: 800;
            font-style: normal;
            font-size: 2.6em;
            letter-spacing: -0.3em;
            color: #976932;
            margin-left: -0.1em; }
        .chap3-content-card-desc {
          color: #000;
          line-height: 1.8em; }
        .chap3-content-card-icon {
          width: 71px;
          height: 70px;
          padding-top: 37px; }

  /* 幅が 767px 以下であれば */ }
@media only screen and (min-width: 768px) and (max-width: 1029px) {
  .chap3-content-card:nth-of-type(2n) {
    margin-left: 4%; } }
@media only screen and (min-width: 768px) {
  .culture-content {
    margin: 0 auto;
    padding-top: 60px;
    display: flex;
    flex-wrap: wrap;
      justify-content: space-between; }
    .culture-content-card {
      width: 48%;
      margin: 1%;
      padding: 1%;
      margin-bottom: 30px;
      box-sizing: border-box; }

  .business-content {
    padding: 10%;
    box-sizing: border-box; }
  .business .tmb {
    padding-top: 320px;
    width: 100%;
    height: auto;
    background-size: cover; }
  .business .tmb1 {
    background-image: url("../images/tmb1.jpg"); }
  .business .tmb2 {
    background-image: url("../images/tmb2.jpg"); }
  .business .tmb3 {
    background-image: url("../images/tmb3.jpg"); }
  .business .cont-wrap {
    padding: 5%;
    box-sizing: border-box; }
  .business .cont-left {
    float: left;
    width: 50%; }
  .business .cont-right {
    float: right;
    width: 50%; }

  span.badge-type1 {
    text-align: center;
    font-family: "zen-maru-gothic", sans-serif;
    display: block;
    font-size: 20px;
    letter-spacing: .24em;
    margin: 26px auto 40px;
    font-weight: bold; }

  div.arrow::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -19px;
    left: 50%;
    margin-right: -20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: #00A0E9 transparent transparent transparent;
    z-index: 99999;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }

  .mainvisual {
    margin-top: 0;
    background-size: cover;
    min-height: 320px;
    width: 100%; }

  .h_company {
    background-image: url("../images/main2.jpg");
    background-position: center center; }

  .section-desc {
    width: 80%;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    line-height: 2.2em;
    margin: 52px auto 16px;
    letter-spacing: 0; }

  .section-title {
    font-size: 44px;
    margin: 0 auto 0;
    font-weight: 700; }
    .section-title span.yaku {
      display: block;
      font-size: 14px;
      line-height: 14px; }

  .spacer {
    padding: 60px 0; }

  .page-title {
    padding-top: 108px;
    padding-bottom: 108px;
    font-size: 42px;
    text-align: center;
    font-weight: 600;
    line-height: 2;
    letter-spacing: 0; }
    .page-title span {
      padding-top: 0; }

  .block80 {
    width: 1280px;
    margin: 80px auto; }

  .cta2-box {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 52px; }
    .cta2-box-title {
      font-size: 30px;
      font-weight: bold;
      margin-bottom: 32px;
      letter-spacing: .24em; }
    .cta2-box-tips {
      text-align: center;
      padding-bottom: 26px; }
    .cta2-box-button {
      margin: 0; }

  .button-type1 {
    color: #fff;
    text-align: center;
    display: block;
    border-radius: 80px;
    -moz-border-radius: 80px;
    -webkit-border-radius: 80px;
    background: radial-gradient(circle at left top, #0cb4ce 9%, #006cff 48%, #6442ff 91%); }
    .button-type1 span {
      font-size: 10px;
      letter-spacing: 0;
      line-height: 1.5em;
      padding: 16px 0;
      display: block;
      font-weight: 500; }

  .button-type1 span.pc-button {
    display: block; }

  .button-type1 span.sp-button {
    display: none;
    font-size: 18px !important; }

  .button-type3 {
    color: #fff;
    text-align: center;
    display: block;
    border: 1px solid #fff;
    width: 420px;
    margin: 0 auto; }
    .button-type3 span {
      font-size: 12px;
      letter-spacing: 0.15em;
      line-height: 1.5em;
      display: block;
      padding-top: 16px;
      padding-bottom: 16px;
      padding-right: 30px;
      font-weight: bold;
      padding-left: 30px; }

  .sp-spacer {
    padding: 0; }

  .button-type5 {
    color: #fff;
    text-align: center;
    display: block;
    background: #1E1E42; }
    .button-type5 span {
      font-size: 12px;
      letter-spacing: 0;
      padding: 8px 0;
      display: inline-block;
      font-weight: 500; }
    .button-type5 i {
      display: inline-block;
      padding-right: 10px; }

  br.flap {
    display: none !important; }

  br.flap_pc {
    display: block !important; }

  /** text **/
  .txt {
    padding: 2% 0 6%;
    letter-spacing: 3px;
    font-size: 14px; }

  .txt3 {
    padding-bottom: 7%;
    letter-spacing: 1;
    font-size: 12px;
    line-height: 24px; }

  ._txt p {
    font-size: 12px; }

  .doc {
    font-size: 12px; }

  #agreement {
    padding: 5%;
    font-size: 14px; }
    #agreement p {
      padding-bottom: 5%; }
    #agreement h2 {
      font-size: 28px;
      padding-bottom: 4%; }
    #agreement h3 {
      font-size: 30px;
      padding-bottom: 4%;
      line-height: 32px; }
    #agreement ul {
      padding-bottom: 5%; }
      #agreement ul li {
        padding-bottom: 2%;
        list-style-type: decimal; }

  .mobile-menu-container {
    display: none; }

  .under #content {
    margin-top: 0; }

  /*********************
  COMMON LAYOUT
  *********************/
  #origin-tab {
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    margin: 5% auto;
    padding-bottom: 3%; }
    #origin-tab li {
      width: 30%;
      margin: 0 auto 3%; }
      #origin-tab li a {
        padding: 2em;
        text-align: center;
        border: 1px solid #000;
        display: block; }
      #origin-tab li:last-child {
        margin-bottom: 0; }

  .table-flex {
    width: 100%;
    margin-bottom: 8%; }
    .table-flex dl dt {
      width: 28%; }
    .table-flex dl dd {
      width: 72%; }
      .table-flex dl dd .point {
        font-weight: bold;
        display: block;
        padding: 2% 0; }
      .table-flex dl dd .dline {
        border-bottom: 1px dashed #dfe1e5;
        margin: 20px 0; }
      .table-flex dl dd a {
        color: #ec6d90; }
        .table-flex dl dd a:hover {
          color: #e74471; }
    .table-flex dl:first-child {
      border-top: none; }

  #origin-tab {
    margin: 2% auto 1%; }
    #origin-tab li {
      width: 31%;
      margin: 0 auto 1%; }
      #origin-tab li a {
        padding: 15px;
        text-align: center;
        border: 1px solid #000;
        display: block;
        font-weight: bold;
        color: #000;
        background: #fff; }
      #origin-tab li:last-child {
        margin-bottom: 0; }

  .table-flex2 h3 {
    font-weight: bold;
    font-size: 120%;
    text-align: center;
    border-bottom: 1px dashed #000;
    padding-bottom: 5%; }
  .table-flex2 dl {
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
    padding: 3% 0;
    vertical-align: top;
    border-bottom: 1px dashed #000; }
    .table-flex2 dl dt {
      width: 22%;
      float: left;
      align-items: center;
      box-sizing: border-box;
      padding: 5px 0 10px;
      margin-bottom: 20px;
      font-weight: bold;
      letter-spacing: 0;
      font-weight: bold;
      border-bottom: none; }
    .table-flex2 dl dd {
      float: right;
      width: 78%;
      box-sizing: border-box;
      line-height: 2.4em; }
      .table-flex2 dl dd .point {
        font-weight: bold;
        display: block;
        padding: 0 0 2%; }
      .table-flex2 dl dd .dline {
        background: none;
        border-bottom: 1px;
        border-color: #dfe1e5;
        border-style: dashed; }
      .table-flex2 dl dd a {
        color: #ec6d90; }
        .table-flex2 dl dd a:hover {
          color: #e74471; }
    .table-flex2 dl:after {
      content: ".";
      clear: both;
      display: block;
      height: 0;
      visibility: hidden; }
    .table-flex2 dl:last-child {
      border-bottom: none; }

  .cta-wrap {
    width: 80%;
    padding: 10%;
    margin: 5% auto;
    border: 1px solid #dfe1e5; }
    .cta-wrap p {
      padding: 0 0 8%;
      font-weight: bold; }
    .cta-wrap ul {
      width: 584px;
      margin: 0 auto; }
      .cta-wrap ul li {
        float: left;
        margin-right: 20px;
        margin-bottom: 0; }
        .cta-wrap ul li:nth-of-type(2) {
          margin-right: 0; }

  /*********************
  FOOTER STYLES
  *********************/
  .footer-logo {
    background: none; }

  div#contact .wrap p {
    padding: 3% 0 5%;
    font-weight: bold; }

  .cta {
    width: 280px;
    height: 66px;
    line-height: 66px; }
    .cta span {
      font-size: 14px; }
    .cta:after {
      content: '';
      width: 8px;
      height: 10px;
      top: 50%;
      left: 24px; }

  .cast-frame {
    float: left;
    width: 32%;
    margin-right: 2%;
    border: 1px solid #ccc;
    margin-bottom: 10px; }
    .cast-frame .cast-title {
      font-size: 0.7em;
      text-align: center;
      color: #000;
      margin-bottom: 1em; }
    .cast-frame .tmb {
      position: relative; }
      .cast-frame .tmb img {
        padding: 3px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        border-radius: 8px; }
      .cast-frame .tmb .n-icon {
        position: absolute;
        top: 0;
        left: 0; }
    .cast-frame:nth-of-type(2n) {
      margin-right: 2%; }
    .cast-frame:nth-of-type(3n) {
      margin-right: 0; }

  .cast-real {
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 10px; }
    .cast-real .cast-title {
      font-size: 0.7em;
      text-align: center;
      color: #000;
      margin-bottom: 1em; }
    .cast-real .tmb {
      position: relative; }
      .cast-real .tmb img {
        border: 1px solid #ccc;
        clip-path: circle(42% at center);
        -webkit-clip-path: circle(42% at center);
        display: block;
        width: 84%;
        height: 84%;
        height: auto;
        background: #FFF;
        margin: 0 auto;
        padding: 0; }
    .cast-real:nth-of-type(3n) {
      margin-right: 0; }
    .cast-real .n-icon {
      position: absolute;
      bottom: 3.2rem;
      right: 2.6rem;
      width: 50px;
      height: 50px;
      z-index: 999;
      display: block; }
      .cast-real .n-icon i {
        position: absolute;
        font-size: 24px;
        bottom: 6px;
        right: 16px;
        color: #fff; }

  .go-profile {
    text-align: right !important;
    padding-top: 30px;
    padding-right: 10px; }

  p.gData {
    text-align: left; }

  .scTime {
    font-weight: 500;
    padding: 1em;
    font-size: 1.2em; }

  #page-blog .col {
    width: 48%;
    box-shadow: -5px 5px 20px 0px rgba(0, 0, 0, 0.08);
    margin-right: 4%;
    margin-left: 0%;
    overflow: hidden;
    margin-bottom: 5%;
    position: relative;
    float: left; }
    #page-blog .col ._content {
      width: 90%;
      margin: 0 auto;
      padding: 8% 0 10%;
      z-index: 1; }
      #page-blog .col ._content .data-list .time {
        font-size: 8px;
        font-weight: normal;
        color: #7f7f7f;
        padding-bottom: 10px; }
      #page-blog .col ._content .data-list .cat {
        background: #A97C43;
        position: absolute;
        font-weight: bold;
        top: 0;
        right: 0;
        padding: 0 15px;
        margin: 0;
        color: #ffffff;
        text-align: center; }
        #page-blog .col ._content .data-list .cat a {
          font-size: 8px;
          color: #ffffff; }
    #page-blog .col:nth-child(2n) {
      margin-right: 0; } }
/*********************
DESKTOP
*********************/
@media only screen and (min-width: 1030px) {
  /******************************************************************
  Site Name:
  Author:xi
  
  Stylesheet: Tablet & Small Desktop Stylesheet
  
  ******************************************************************/
  /*********************
  GENERAL STYLES
  *********************/
  .cnt {
    width: 1088px;
    margin: 0 auto; }

  .cnt-i {
    width: 1088px;
    margin: 0 auto; }

  .header .hamburger-menu {
    display: none; }

  .entry {
    margin: 8% 0 3%; }
    .entry ul {
      width: 100%; }
      .entry ul li {
        float: left;
        width: 32%;
        margin-bottom: 24px;
        margin-right: 2%; }
        .entry ul li a {
          width: 100%; }
        .entry ul li i {
          padding-right: 1em; }
        .entry ul li:nth-of-type(3) {
          margin-right: 0; }

  .chap4 {
    color: #fff; }
    .chap4-inner {
      width: auto;
      padding: 0 0 60px;
      margin: 0 auto;
      background: none; }
    .chap4-title {
      text-align: center;
      font-weight: 600;
      padding-bottom: 28px;
      line-height: 1.8em; }
    .chap4-content {
      margin-bottom: 26px;
      margin: 0 auto;
      text-align: center; }

  .culture-content {
    margin: 0 auto;
    padding-top: 60px;
    display: flex;
    flex-wrap: wrap;
      justify-content: space-between; }
    .culture-content-card {
      width: 29%;
      margin: 2%;
      padding: 2%;
      margin-bottom: 30px; }

  .business .tmb {
    padding-top: 420px; }

  .chap3 {
    color: #fff; }
    .chap3-inner {
      padding: 0 0 60px; }
    .chap3-content {
      width: 1280px;
      margin-bottom: 26px;
      margin: 50px auto 0; }
      .chap3-content-card {
        min-height: 420px;
        position: relative;
        width: 32%;
        background: #fff;
        padding: 0;
        margin-right: 2%;
        float: left;
        padding: 2% 2% 5% 2%;
        margin-bottom: 20px;
        box-sizing: border-box; }
        .chap3-content-card-title {
          padding-bottom: 16px; }
        .chap3-content-card-desc {
          color: #000;
          line-height: 1.8em; }
        .chap3-content-card-icon {
          width: 71px;
          height: 70px;
          padding-top: 37px; }
        .chap3-content-card:nth-of-type(3n) {
          margin-right: 0; }

  .data-flex {
    padding: 5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .data-flex dl {
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      -ms-border-radius: 8px;
      border-radius: 8px;
      display: block;
      margin-bottom: 20px;
      width: 32%;
      border: 2px solid #333;
      margin-right: 2%;
      width: 28%; }
      .data-flex dl dt {
        color: #fff;
        padding: 1em; }
      .data-flex dl dd {
        color: #3d3d3;
        padding: 1em;
        min-height: 220px; }
      .data-flex dl dt, .data-flex dl dd {
        padding: 1em;
        box-sizing: border-box; }
      .data-flex dl:nth-of-type(3) {
        margin-right: 0; }

  .footer {
    position: relative;
    width: 100%;
    font-size: 10px;
    font-weight: 600;
    color: #000000;
    letter-spacing: 0.4px;
    height: auto; }
    .footer .foot-link {
      position: relative;
      margin: 0 auto;
      text-align: center; }
    .footer small {
      display: block;
      line-height: 28px;
      padding-right: 46px;
      text-align: left;
      color: #fff;
      float: left;
      position: absolute;
      bottom: 16px;
      left: 42%; }
    .footer-logo {
      width: 272px;
      margin: 80px auto 60px; }
      .footer-logo img {
        width: 100%;
        height: auto; }
    .footer-navi {
      display: flex;
      flex-wrap: wrap;
        justify-content: space-between;
      flex-direction: row;
      margin: 0 auto;
      width: 50%;
      border-bottom: none; }
      .footer-navi-item {
        box-sizing: border-box;
        width: 16%;
        border-top: none;
        text-align: center;
        padding: 18px 0; }
        .footer-navi-item a {
          font-size: 12px;
          color: #fff; }
        .footer-navi-item:nth-of-type(2n) {
          border-left: none; }
    .footer-subnavi {
      position: absolute;
      margin: 0;
      bottom: 16px;
      padding: 0;
      right: 110px;
      border-top: none;
      border-bottom: none;
      width: 260px; }
      .footer-subnavi-item {
        width: 50%; }
        .footer-subnavi-item a {
          color: #3d3d3d; }
    .footer-social {
      display: none;
      margin: 60px 20px;
      border-top: 1px solid #3d3d3d; }

  .page-single {
    margin: 3% auto; }

  .button-type2 {
    color: #fff;
    text-align: center;
    text-decoration: none;
    display: block;
    font-size: 15px;
    width: 30%;
    margin: 0 auto; }
    .button-type2 span {
      font-size: 16px;
      letter-spacing: 0.15em;
      line-height: 1.5em;
      display: block;
      padding-top: 15px;
      padding-bottom: 15px;
      padding-right: 30px;
      font-weight: bold;
      padding-left: 30px; }

  /*********************
  SINGLE PAGE
  *********************/
  #page-single {
    overflow: hidden; }
    #page-single .wrap {
      padding: 0 5% 5%; }
    #page-single .single-header .single-title {
      max-width: 100%;
      font-size: 28px;
      font-weight: 700;
      line-height: 1.4em;
      letter-spacing: .02rem;
      word-wrap: nomal;
      padding: 0 0 3%; }
    #page-single .single-header .anthor {
      margin-right: auto;
      margin-left: -4px;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      #page-single .single-header .anthor img {
        margin: 0;
        -webkit-flex-basis: 62px;
        -ms-flex-preferred-size: 62px;
        flex-basis: 62px;
        max-width: 62px;
        width: 62px;
        height: 62px; }
    #page-single .single-header .date {
      display: block;
      margin: 0 auto 0 0;
      font-size: 12px;
      color: #666;
      line-height: 1;
      letter-spacing: .14rem; }
    #page-single .single-header .keyword-cat {
      width: 30%;
      display: flex;
      flex-wrap: wrap;
      float: left; }
      #page-single .single-header .keyword-cat a {
        display: inline-block;
        padding: 4px 12px 3px;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: .08em;
        line-height: 1;
        color: #666;
        border-radius: 20px;
        border: 1px solid #666;
        -webkit-transition: color .25s ease,background .25s ease;
        transition: color .25s ease,background .25s ease;
        overflow: hidden; }
        #page-single .single-header .keyword-cat a:hover {
          color: #fff;
          background: #666; }
    #page-single .single-header .keyword-tag {
      float: right;
      width: 60%;
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-end; }
    #page-single .single-header .headding-inner {
      width: 42%;
      padding-right: 3%; }
    #page-single .single-body {
      margin-top: 0;
      font-size: 14px;
      line-height: 2.3;
      letter-spacing: .05rem; }
      #page-single .single-body h2 {
        margin: 41px 0 22px;
        padding: 8px 0;
        font-size: 22px;
        line-height: 1.5; }
      #page-single .single-body h3 {
        font-size: 21px;
        line-height: 1.6rem;
        font-weight: bold;
        border-bottom: 1px dotted #000;
        border-top: 1px dotted #000;
        margin-top: 15px;
        margin-bottom: 30px;
        padding: 10px 0 10px 10px; }
      #page-single .single-body p {
        font-size: 14px; }
    #page-single .single-footer {
      clear: both;
      margin: 33px 0;
      padding: 0 10px; }

  .single-wrap {
    width: 1088px;
    margin: 0 auto 0; }

  .single-main {
    width: 72%;
    float: left; }

  .col2-main {
    width: 72%;
    float: left;
    padding: 0;
    margin: 0; }
    .col2-main .page-title {
      padding: 0 0 5%; }

  .col2-inner {
    width: 72%;
    float: left;
    padding: 0;
    margin: 0; }

  #page-single .single-inner {
    padding: 0; }

  .chap4 .section-title {
    color: #fff !important; }

  #page-blog .col {
    width: 49%;
    box-shadow: -5px 5px 20px 0px rgba(0, 0, 0, 0.08);
    margin-right: 2%;
    overflow: hidden;
    margin-bottom: 5%;
    position: relative;
    float: left; }
    #page-blog .col .heading {
      position: relative;
      width: 100%;
      height: auto;
      margin-bottom: 5px;
      overflow: hidden; }
      #page-blog .col .heading:before {
        content: "";
        display: block;
        padding-top: 52.25%; }
    #page-blog .col ._content {
      width: 90%;
      margin: 0 auto;
      padding: 8% 0 10%;
      z-index: 1; }
      #page-blog .col ._content .data-list .time {
        font-size: 8px;
        font-weight: normal;
        color: #7f7f7f;
        padding-bottom: 10px; }
      #page-blog .col ._content .data-list .cat {
        background: #A97C43;
        position: absolute;
        top: 0;
        right: 0;
        padding: 0 15px;
        margin: 0;
        color: #ffffff;
        text-align: center; }
        #page-blog .col ._content .data-list .cat a {
          font-size: 14px;
          color: #ffffff; }
    #page-blog .col:nth-child(2n) {
      margin-right: 0; } }
/*********************
LARGE VIEWING SIZE
*********************/
@media only screen and (min-width: 1240px) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Super Large Monitor Stylesheet
  
  ******************************************************************/
  .header .navbar {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.5px;
    display: block; }
    .header .navbar .globalnav {
      text-align: right; }
      .header .navbar .globalnav li {
        display: inline-block;
        text-align: center;
        padding: 0 0 0 25px;
        font-weight: bold; }
        .header .navbar .globalnav li a {
          display: block;
          position: relative;
          font-size: 18px; }
          .header .navbar .globalnav li a:before {
            content: '';
            left: 20%;
            right: 20%;
            top: 100%;
            border-bottom: 4px solid #00A0E9;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            height: 2px;
            opacity: 0;
            position: absolute;
            -webkit-transition: all 0.35s ease;
            transition: all 0.35s ease; }
          .header .navbar .globalnav li a:hover:before {
            left: 0;
            right: 0;
            opacity: 1; } }
@media screen and (max-width: 461px) {
  .mobile-menu-button {
    display: inline-block;
    opacity: 1 !important; } }
@media screen and (max-width: 786px) {
  .fl, .fr {
    float: none; } }
@media screen and (max-width: 1030px) {
  .mobile-menu-button {
    display: inline-block;
    opacity: 1 !important; }

  #top_content {
    padding-top: 30%;
    height: 81vh; }
    #top_content #mission {
      width: auto;
      padding-top: 10%;
      right: 10%;
      float: right; }
    #top_content .wrap {
      position: initial;
      transform: none;
      top: auto;
      left: auto;
      margin-top: 50px; } }
/*********************
RETINA (2x RESOLUTION DEVICES)
*********************/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Retina Screens & Devices Stylesheet
  
  ******************************************************************/
  /* 
  
  EXAMPLE 
  Let's say you have an image and you need to make sure it looks ok
  on retina screens. Let's say we have an icon which dimension are
  24px x 24px. In your regular stylesheets, it would look something
  like this:
  
  .icon {
  	width: 24px;
  	height: 24px;
  	background: url(img/test.png) no-repeat;
  }
  
  
  .icon {
  	background: url(img/test@2x.png) no-repeat;
  	background-size: 24px 24px;
  }
  
  */
  .ganv li {
    transition-delay: .4s;
    opacity: 0;
    padding: 5% 0 5% 10px;
    transition: all 0.3s ease;
    font-size: 21px; }

  .gnav li a {
    display: block;
    position: relative;
    z-index: 1; } }
/*********************
PRINT STYLESHEET
*********************/
@media print {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Print Stylesheet
  
  ******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
    a:after, a:visited:after {
      content: " (" attr(href) ")"; }
    a abbr[title]:after, a:visited abbr[title]:after {
      content: " (" attr(title) ")"; }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; } }
