@charset "UTF-8";
/**
 * CSS Document
 * sass 以外での編集禁止
 */
/**
 * SASS変数定義
 */
/**
 * 配列操作
 * map-get($map, $key)     : 指定したキーの値を取得する関数
 * map-merge($map1, $map2) : 2つのマップをマージする関数
 * map-keys($map)          : 1つのマップ内のすべてのキーをカンマ区切りのリストで返す関数
 * map-values($map)        : 1つのマップ内のすべての値をカンマ区切りのリストで返す関数
 * map-has-key($map, $key) : 1つのマップ内に特定のキーがあるかどうか調べる関数
 */
/**
 * グローバル変数定義
 * 参照 mg(namespace namespace)
 */
/**
 * SASS関数定義
 */
/**
 * Mathクラス定義
 * 引数) 数値,桁数=0
 */
/* Round (四捨五入) */
/* Ceil (切り上げ) */
/* Floor (切り捨て) */
/**
 * MIXIN定義
 */
/**
 * マップスタイル生成
 * @param  {[type]} $hash     [ハッシュマップ]
 * @param  {[type]} $class    [クラス名]
 * @param  {[type]} $property [プロパティ]
 * @return {[type]}           [スタイル]
 */
/**
 * 数値から単位を削除
 * @param  {[type]} $value [description]
 * @return {[type]}        [description]
 */
/**
 * rem support
 * @param  {[type]} $size [description]
 * @return {[type]}       [description]
 */
/**
 * プリフィックス付与
 * @param  {[type]} $options:() [
 *  content: 表示内容
 *  indent: インデント
 *  offset: 表示内容の余白
 * ]
 * @return {[type]}             [description]
 */
/**
 * ボタンジェネレータ
 */
/**
 * Webアイコンセット
 */
@font-face {
  font-family: 'svg';
  src: url("fonts/svg.eot?-rrvohx");
  src: url("fonts/svg.eot?#iefix-rrvohx") format("embedded-opentype"), url("fonts/svg.ttf?-rrvohx") format("truetype"), url("fonts/svg.woff?-rrvohx") format("woff"), url("fonts/svg.svg?-rrvohx#svg") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="svg-"]:before, [class*=" svg-"]:before, .svg, .drawer_nav .uk-offcanvas-bar ul li a:before {
  font-family: 'svg';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.svg-arrow1:before, .drawer_nav .uk-offcanvas-bar ul li a:before {
  content: "\e600"; }

/**
 * CSS Document
 * sass 以外での編集禁止
 */
/**
 * SASS変数定義
 */
/**
 * 配列操作
 * map-get($map, $key)     : 指定したキーの値を取得する関数
 * map-merge($map1, $map2) : 2つのマップをマージする関数
 * map-keys($map)          : 1つのマップ内のすべてのキーをカンマ区切りのリストで返す関数
 * map-values($map)        : 1つのマップ内のすべての値をカンマ区切りのリストで返す関数
 * map-has-key($map, $key) : 1つのマップ内に特定のキーがあるかどうか調べる関数
 */
/**
 * グローバル変数定義
 * 参照 mg(namespace namespace)
 */
/**
 * SASS関数定義
 */
/**
 * Mathクラス定義
 * 引数) 数値,桁数=0
 */
/* Round (四捨五入) */
/* Ceil (切り上げ) */
/* Floor (切り捨て) */
/**
 * MIXIN定義
 */
/**
 * マップスタイル生成
 * @param  {[type]} $hash     [ハッシュマップ]
 * @param  {[type]} $class    [クラス名]
 * @param  {[type]} $property [プロパティ]
 * @return {[type]}           [スタイル]
 */
/**
 * 数値から単位を削除
 * @param  {[type]} $value [description]
 * @return {[type]}        [description]
 */
/**
 * rem support
 * @param  {[type]} $size [description]
 * @return {[type]}       [description]
 */
/**
 * プリフィックス付与
 * @param  {[type]} $options:() [
 *  content: 表示内容
 *  indent: インデント
 *  offset: 表示内容の余白
 * ]
 * @return {[type]}             [description]
 */
/**
 * ボタンジェネレータ
 */
/**
 * Webアイコンセット
 */
@font-face {
  font-family: 'svg';
  src: url("fonts/svg.eot?-rrvohx");
  src: url("fonts/svg.eot?#iefix-rrvohx") format("embedded-opentype"), url("fonts/svg.ttf?-rrvohx") format("truetype"), url("fonts/svg.woff?-rrvohx") format("woff"), url("fonts/svg.svg?-rrvohx#svg") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="svg-"]:before, [class*=" svg-"]:before, .svg, .drawer_nav .uk-offcanvas-bar ul li a:before {
  font-family: 'svg';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.svg-arrow1:before, .drawer_nav .uk-offcanvas-bar ul li a:before {
  content: "\e600"; }

.resp_show {
  display: none;
  visibility: hidden; }
  @media screen and (max-width: 620px) {
    .resp_show {
      visibility: visible; }
      .resp_show.sp.inline {
        display: inline; }
      .resp_show.sp.inline-block {
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        zoom: 1;
        *display: inline; }
      .resp_show.sp.block {
        display: block; } }

.resp_hide {
  visibility: visible; }
  .resp_hide.inline {
    display: inline; }
  .resp_hide.inline-block {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline; }
  .resp_hide.block {
    display: block; }
  @media screen and (max-width: 620px) {
    .resp_hide.sp.inline {
      display: none;
      visibility: hidden; }
    .resp_hide.sp.inline-block {
      display: none;
      visibility: hidden; }
    .resp_hide.sp.block {
      display: none;
      visibility: hidden; } }

.resp_nowrap {
  white-space: normal; }
  @media screen and (max-width: 620px) {
    .resp_nowrap {
      white-space: nowrap; } }

.drawer_btn {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  position: fixed;
  z-index: 10000;
  top: 10px;
  left: 100%;
  margin-left: -50px;
  width: 40px;
  height: 40px;
  cursor: pointer; }
  body.uk-offcanvas-page .drawer_btn {
    left: 55px;
    pointer-events: none; }
  .drawer_btn a {
    display: block;
    width: 40px;
    height: 40px; }
    body.uk-offcanvas-page .drawer_btn a {
      background-color: rgba(255, 255, 255, 0.4);
      -webkit-box-shadow: 0 0 50px 50px rgba(255, 255, 255, 0.4);
      -moz-box-shadow: 0 0 50px 50px rgba(255, 255, 255, 0.4);
      box-shadow: 0 0 50px 50px rgba(255, 255, 255, 0.4); }
  .drawer_btn i {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    display: block;
    width: 80%;
    height: 3px;
    position: absolute;
    left: 10%;
    background: #f79100; }
    .drawer_btn i:nth-child(1) {
      top: 8px; }
    .drawer_btn i:nth-child(2) {
      top: 18px; }
    .drawer_btn i:nth-child(3) {
      top: 28px; }
    body.uk-offcanvas-page .drawer_btn i {
      background-color: #000; }
    body.uk-offcanvas-page .drawer_btn i:nth-child(1) {
      top: 15px;
      -webkit-transform: rotate(225deg);
      -moz-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
      -o-transform: rotate(225deg);
      transform: rotate(225deg); }
    body.uk-offcanvas-page .drawer_btn i:nth-child(2) {
      width: 0;
      left: 50%; }
    body.uk-offcanvas-page .drawer_btn i:nth-child(3) {
      top: 15px;
      -webkit-transform: rotate(-225deg);
      -moz-transform: rotate(-225deg);
      -ms-transform: rotate(-225deg);
      -o-transform: rotate(-225deg);
      transform: rotate(-225deg); }

.drawer_nav .uk-offcanvas-bar {
  -webkit-box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
  background: #f79100; }
  .drawer_nav .uk-offcanvas-bar ul li {
    border-top: 1px solid #f9a733;
    border-bottom: 1px solid #eb8a00; }
    .drawer_nav .uk-offcanvas-bar ul li:first-child {
      border-top: none; }
    .drawer_nav .uk-offcanvas-bar ul li a {
      display: block;
      color: #fde9cc;
      padding: 20px 15px;
      text-decoration: none; }
      .drawer_nav .uk-offcanvas-bar ul li a:before {
        font-size: 10px;
        font-size: 1rem;
        vertical-align: middle;
        margin-right: 5px;
        font-weight: bold; }
    .drawer_nav .uk-offcanvas-bar ul li ul {
      -webkit-box-shadow: 0 -1px 0 #eb8a00;
      -moz-box-shadow: 0 -1px 0 #eb8a00;
      box-shadow: 0 -1px 0 #eb8a00;
      border-top: 1px solid #f89c1a;
      padding-top: 0; }
      .drawer_nav .uk-offcanvas-bar ul li ul li {
        padding-left: 1em; }
        .drawer_nav .uk-offcanvas-bar ul li ul li:last-child {
          border-bottom: none; }
        .drawer_nav .uk-offcanvas-bar ul li ul li a:before {
          content: "- "; }

button, textarea, input:not([type]), input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="number"], input[type="datetime"], input[type="submit"], input[type="reset"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-family: Arial,Verdana,"Helvetica Neue",Helvetica,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic", sans-serif; }

textarea, input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="number"], input[type="datetime"] {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 5px;
  width: 100%;
  border: 1px solid #ccc; }

button, input[type="submit"], input[type="reset"] {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #ccc !important;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  background: none;
  border: none;
  padding: 10px;
  line-height: 1.45; }

input[type="radio"], input[type="checkbox"] {
  vertical-align: middle;
  margin-right: 5px;
  position: relative;
  top: -.05em; }

@media screen and (max-width: 620px) {
  * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    height: auto; }
  .gm-style, .gm-style * {
    max-width: none; }
  iframe[name=google_conversion_frame] {
    height: 1px;
    position: absolute;
    top: -1px; }
  html {
    font-size: 62.5%; }
  body {
    font-size: 14px;
    font-size: 1.4rem;
    -webkit-text-size-adjust: 100%;
    font-family: Arial,Verdana,"Helvetica Neue",Helvetica,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic", sans-serif; } }

@media screen and (max-width: 620px) {
  body > .trasparent_nav:first-child {
    padding: 10px 15px; }
    body > .trasparent_nav:first-child, body > .trasparent_nav:first-child nav {
      height: auto; }
    body > .trasparent_nav:first-child .logo {
      margin: 0;
      float: none; }
      body > .trasparent_nav:first-child .logo img {
        padding-left: 0;
        height: 40px;
        width: auto; }
  #accordion {
    display: none; }
  body > footer {
    padding-bottom: 0; }
    body > footer .cta_footer {
      height: auto;
      padding: 20px 15px 25px; }
      body > footer .cta_footer p {
        font-size: 16px;
        font-size: 1.6rem; }
      body > footer .cta_footer .contact_link {
        width: 100%;
        display: block;
        float: none;
        position: static;
        margin-top: 20px; }
        body > footer .cta_footer .contact_link a {
          display: block;
          text-align: center;
          line-height: 1;
          padding-left: 10px;
          padding-right: 10px; }
    body > footer .footer_widget {
      padding: 30px;
      margin-bottom: 0; }
      body > footer .footer_widget .f_cols {
        width: auto;
        padding: 0;
        float: none; }
        body > footer .footer_widget .f_cols h3 {
          margin-bottom: 10px; }
        body > footer .footer_widget .f_cols p {
          margin-bottom: 0; }
        body > footer .footer_widget .f_cols ul li + li {
          margin-top: 10px; }
        body > footer .footer_widget .f_cols ul li {
          margin-bottom: 0; }
          body > footer .footer_widget .f_cols ul li .sub {
            margin: 0;
            margin-top: 15px; }
            body > footer .footer_widget .f_cols ul li .sub li {
              margin: 0 !important;
              padding: 0; }
            body > footer .footer_widget .f_cols ul li .sub li + li {
              margin-top: 5px !important; }
      body > footer .footer_widget .f_cols + .f_cols {
        margin-top: 30px; }
    body > footer .footer_widget + .rights {
      padding: 10px; }
      body > footer .footer_widget + .rights, body > footer .footer_widget + .rights a {
        color: #999;
        font-weight: normal;
        line-height: 1.23; }
  body > .cta_top {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100px;
    padding: 0 15px;
    position: fixed;
    z-index: 10000;
    top: auto;
    bottom: 0;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    body > .cta_top > * {
      width: 100%; }
    body > .cta_top p {
      font-size: 13px;
      font-size: 1.3rem;
      line-height: 1.23; }
    body > .cta_top .contact_link {
      position: static;
      width: 100%;
      margin-top: 10px; }
      body > .cta_top .contact_link a {
        font-size: 15px;
        font-size: 1.5rem;
        display: block;
        width: 100%;
        padding: 0;
        text-align: center;
        line-height: 40px; } }

@media screen and (max-width: 620px) {
  .billboard {
    height: 270px; }
  .services {
    padding: 30px 15px; }
    .services h2 {
      font-size: 16px;
      font-size: 1.6rem; }
  #topics {
    padding: 30px 20px; }
    #topics .topics_header,
    #topics .box {
      width: auto; }
    #topics .box {
      height: auto; }
  .image_contents {
    margin: 0; }
    .image_contents .work {
      width: auto;
      float: none; }
  .testimonials ul.testi_boxs img:first-child + h2 {
    margin-top: 20px; }
  .testimonials ul.testi_boxs li p {
    margin-top: 10px; }
  .recruit ul li {
    float: none; }
  .recruit ul li + li {
    border-top: 1px solid #999; } }

@media screen and (max-width: 620px) {
  body.top > footer {
    padding-bottom: 100px; }
  body.top .billboard {
    height: calc(100vh - 100px);
    background-size: cover; }
  body.top .services ul {
    padding-left: 0;
    padding-right: 0; }
    body.top .services ul li, body.top .services ul li:first-child {
      width: auto;
      padding: 20px; }
    body.top .services ul li h3 {
      line-height: 1;
      margin-bottom: 15px; }
      body.top .services ul li h3 .eeyan-text {
        font-size: 16px;
        font-size: 1.6rem;
        padding: 0; }
      body.top .services ul li h3 .eeyan-text + br {
        height: 1px;
        font-size: 1px;
        overflow: hidden; }
    body.top .services ul li p {
      font-size: 14px;
      font-size: 1.4rem; } }

@media screen and (max-width: 620px) {
  body.care #care .left_box,
  body.care #care .right_box {
    float: none;
    width: auto; }
  body.care #care .left_box {
    background-size: cover;
    height: 200px; }
  body.care #care .right_box {
    height: auto;
    padding: 0 15px; }
    body.care #care .right_box h1 {
      font-size: 18px;
      font-size: 1.8rem; }
    body.care #care .right_box .caremenu {
      margin: 0;
      padding: 0; }
      body.care #care .right_box .caremenu h2 {
        font-size: 16px;
        font-size: 1.6rem; }
      body.care #care .right_box .caremenu > p {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.45;
        margin: 0px;
        padding: 15px 0; }
      body.care #care .right_box .caremenu > p.notes {
        padding-left: 1em;
        padding-top: 0; }
  body.care #care .carecase {
    padding: 0; }
    body.care #care .carecase h3 {
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 1.45; }
  body.care #care .testimonials {
    padding: 20px 15px; }
  body.care #care .carebox + .carebox {
    margin-top: 20px; }
  body.care #care .carebox {
    padding: 0; }
    body.care #care .carebox > * {
      width: auto; }
    body.care #care .carebox h4 {
      font-size: 14px;
      font-size: 1.4rem;
      padding: 10px;
      margin: 0;
      border: none; }
    body.care #care .carebox p {
      font-size: 14px;
      font-size: 1.4rem;
      margin: 0;
      padding: 10px 10px 0; }
  body.kajidaiko #kaji {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    body.kajidaiko #kaji > * {
      width: 100%;
      -webkit-order: 0;
      -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
      order: 0; }
    body.kajidaiko #kaji .left_box2 {
      -webkit-order: 2;
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; }
    body.kajidaiko #kaji .right_box2 {
      -webkit-order: 1;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    body.kajidaiko #kaji .case {
      -webkit-order: 3;
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3; }
    body.kajidaiko #kaji > br {
      display: none; }
    body.kajidaiko #kaji .left_box,
    body.kajidaiko #kaji .right_box,
    body.kajidaiko #kaji .left_box2,
    body.kajidaiko #kaji .right_box2 {
      float: none; }
    body.kajidaiko #kaji .left_box {
      background-size: cover;
      height: 200px; }
    body.kajidaiko #kaji .right_box,
    body.kajidaiko #kaji .left_box2 {
      height: auto;
      padding: 20px 15px; }
      body.kajidaiko #kaji .right_box h3,
      body.kajidaiko #kaji .left_box2 h3 {
        font-size: 18px;
        font-size: 1.8rem;
        padding: 0 0 15px; }
      body.kajidaiko #kaji .right_box ul,
      body.kajidaiko #kaji .left_box2 ul {
        margin: 0;
        padding-left: 1em; }
        body.kajidaiko #kaji .right_box ul li,
        body.kajidaiko #kaji .left_box2 ul li {
          line-height: 1.45;
          margin: 0; }
        body.kajidaiko #kaji .right_box ul li + li,
        body.kajidaiko #kaji .left_box2 ul li + li {
          margin-top: 10px; }
        body.kajidaiko #kaji .right_box ul p,
        body.kajidaiko #kaji .left_box2 ul p {
          font-size: 12px;
          font-size: 1.2rem;
          margin-top: 10px;
          line-height: 1.23; }
    body.kajidaiko #kaji .right_box2 {
      background-size: cover;
      height: 200px; }
    body.kajidaiko #kaji .case {
      padding: 20px 15px; }
      body.kajidaiko #kaji .case p {
        margin: 0;
        padding-bottom: 15px; }
      body.kajidaiko #kaji .case ul {
        margin-top: -5px;
        margin-left: -5px;
        display: -webkit-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-items: stretch;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; }
        body.kajidaiko #kaji .case ul li {
          margin: 5px 0 0 5px;
          font-size: 13px;
          font-size: 1.3rem;
          padding: 5px; }
  body.kajidaiko .kaji_detail {
    margin: 0;
    padding-left: 15px;
    padding-right: 15px; }
    body.kajidaiko .kaji_detail th, body.kajidaiko .kaji_detail td {
      padding: 10px 5px; }
  body.eeyan_page .services,
  body.ookini_page .services,
  body.ahisuto_page .services {
    padding-left: 15px;
    padding-right: 15px; }
    body.eeyan_page .services ul,
    body.ookini_page .services ul,
    body.ahisuto_page .services ul {
      margin-left: -15px;
      margin-right: -15px;
      padding-left: 0;
      padding-right: 0; }
      body.eeyan_page .services ul li,
      body.ookini_page .services ul li,
      body.ahisuto_page .services ul li {
        margin-left: 0; }
  body.eeyan_page #center_gaiyou .outline_area,
  body.ookini_page #center_gaiyou .outline_area,
  body.ahisuto_page #center_gaiyou .outline_area {
    padding-left: 15px;
    padding-right: 15px; }
    body.eeyan_page #center_gaiyou .outline_area > *,
    body.ookini_page #center_gaiyou .outline_area > *,
    body.ahisuto_page #center_gaiyou .outline_area > * {
      float: none;
      width: auto; }
    body.eeyan_page #center_gaiyou .outline_area .text_area,
    body.ookini_page #center_gaiyou .outline_area .text_area,
    body.ahisuto_page #center_gaiyou .outline_area .text_area {
      line-height: 1.23; }
    body.eeyan_page #center_gaiyou .outline_area iframe[src*=google\.com][src*=\/maps\/],
    body.ookini_page #center_gaiyou .outline_area iframe[src*=google\.com][src*=\/maps\/],
    body.ahisuto_page #center_gaiyou .outline_area iframe[src*=google\.com][src*=\/maps\/] {
      height: 360px; }
  body.eeyan_page #staff > *,
  body.ookini_page #staff > *,
  body.ahisuto_page #staff > * {
    float: none;
    width: auto;
    height: auto; }
  body.eeyan_page #staff .left_img,
  body.ookini_page #staff .left_img,
  body.ahisuto_page #staff .left_img {
    height: 300px;
    background-size: cover; }
  body.eeyan_page #staff .innerbox,
  body.ookini_page #staff .innerbox,
  body.ahisuto_page #staff .innerbox {
    padding: 50px 30px; }
    body.eeyan_page #staff .innerbox h1,
    body.ookini_page #staff .innerbox h1,
    body.ahisuto_page #staff .innerbox h1 {
      margin-top: 0; }
  body.eeyan_page #anc_recruit,
  body.ookini_page #anc_recruit,
  body.ahisuto_page #anc_recruit {
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px; }
    body.eeyan_page #anc_recruit .campaignbox,
    body.eeyan_page #anc_recruit .list01,
    body.ookini_page #anc_recruit .campaignbox,
    body.ookini_page #anc_recruit .list01,
    body.ahisuto_page #anc_recruit .campaignbox,
    body.ahisuto_page #anc_recruit .list01 {
      margin-left: 0;
      margin-right: 0; }
    body.eeyan_page #anc_recruit #syowa_recruit_list .list01,
    body.ookini_page #anc_recruit #syowa_recruit_list .list01,
    body.ahisuto_page #anc_recruit #syowa_recruit_list .list01 {
      line-height: 1.23; }
      body.eeyan_page #anc_recruit #syowa_recruit_list .list01 img,
      body.ookini_page #anc_recruit #syowa_recruit_list .list01 img,
      body.ahisuto_page #anc_recruit #syowa_recruit_list .list01 img {
        width: 100%;
        float: none;
        margin-right: 0; }
        body.eeyan_page #anc_recruit #syowa_recruit_list .list01 img + *,
        body.ookini_page #anc_recruit #syowa_recruit_list .list01 img + *,
        body.ahisuto_page #anc_recruit #syowa_recruit_list .list01 img + * {
          margin-top: 20px; }
    body.eeyan_page #anc_recruit #syowa_recruit_list dl,
    body.ookini_page #anc_recruit #syowa_recruit_list dl,
    body.ahisuto_page #anc_recruit #syowa_recruit_list dl {
      float: none; }
      body.eeyan_page #anc_recruit #syowa_recruit_list dl:after,
      body.ookini_page #anc_recruit #syowa_recruit_list dl:after,
      body.ahisuto_page #anc_recruit #syowa_recruit_list dl:after {
        content: "";
        display: table;
        clear: both; }
    body.eeyan_page #anc_recruit #syowa_recruit_list dd span,
    body.ookini_page #anc_recruit #syowa_recruit_list dd span,
    body.ahisuto_page #anc_recruit #syowa_recruit_list dd span {
      display: inline-block;
      margin-right: 5px;
      margin-bottom: 5px; }
    body.eeyan_page #anc_recruit #syowa_recruit_list .btn,
    body.ookini_page #anc_recruit #syowa_recruit_list .btn,
    body.ahisuto_page #anc_recruit #syowa_recruit_list .btn {
      float: none;
      width: auto;
      margin-top: 10px; }
  body.page_recruit .recruit_detail {
    margin: 0; }
    body.page_recruit .recruit_detail table {
      width: 100%; }
    body.page_recruit .recruit_detail th,
    body.page_recruit .recruit_detail td {
      font-size: 13px;
      font-size: 1.3rem;
      width: auto;
      padding: 10px 0 10px 10px;
      white-space: normal; }
      body.page_recruit .recruit_detail th[class*=t_line] span,
      body.page_recruit .recruit_detail td[class*=t_line] span {
        font-size: 11px;
        font-size: 1.1rem;
        display: inline-block;
        line-height: 1.45;
        margin-bottom: 5px; }
      body.page_recruit .recruit_detail th dl,
      body.page_recruit .recruit_detail td dl {
        display: -webkit-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: stretch;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; }
        body.page_recruit .recruit_detail th dl dt,
        body.page_recruit .recruit_detail td dl dt {
          float: left;
          width: 80px;
          margin-right: 5px; }
        body.page_recruit .recruit_detail th dl dd,
        body.page_recruit .recruit_detail td dl dd {
          width: calc(100% - 85px);
          overflow: hidden;
          float: none; }
      body.page_recruit .recruit_detail th br[clear],
      body.page_recruit .recruit_detail td br[clear] {
        display: none; }
      body.page_recruit .recruit_detail th .fsb,
      body.page_recruit .recruit_detail td .fsb {
        font-size: 16px;
        font-size: 1.6rem; }
    body.page_recruit .recruit_detail th {
      white-space: nowrap; }
  body.page_staff .eeyan_staff {
    padding: 5px;
    line-height: 1.45; }
  body.page_staff #stafflist {
    margin: 0; }
    body.page_staff #stafflist .staff_box + .staff_box {
      margin-top: 20px; }
    body.page_staff #stafflist .staff_box {
      padding: 0;
      display: -webkit-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: space-between;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-align-items: stretch;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      -webkit-align-content: stretch;
      -ms-flex-line-pack: stretch;
      align-content: stretch;
      -webkit-flex-direction: column;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      body.page_staff #stafflist .staff_box > *,
      body.page_staff #stafflist .staff_box .qa_box > * {
        width: 100%; }
      body.page_staff #stafflist .staff_box .left_img {
        -webkit-order: 3;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3; }
      body.page_staff #stafflist .staff_box .qa_box h3 {
        -webkit-order: 1;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; }
      body.page_staff #stafflist .staff_box .qa_box .name {
        -webkit-order: 2;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; }
      body.page_staff #stafflist .staff_box .qa_box h4,
      body.page_staff #stafflist .staff_box .qa_box p {
        -webkit-order: 4;
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4; }
      body.page_staff #stafflist .staff_box .left_img {
        float: none;
        margin: 0 0 15px;
        text-align: center; }
        body.page_staff #stafflist .staff_box .left_img img {
          width: 150px; }
      body.page_staff #stafflist .staff_box .qa_box {
        display: contents;
        padding-left: 10px; }
        body.page_staff #stafflist .staff_box .qa_box h3 {
          -webkit-border-radius: 3px;
          -moz-border-radius: 3px;
          -ms-border-radius: 3px;
          -o-border-radius: 3px;
          border-radius: 3px;
          line-height: 1.23;
          font-size: 16px;
          font-size: 1.6rem;
          padding: 10px; }
          body.page_staff #stafflist .staff_box .qa_box h3:before, body.page_staff #stafflist .staff_box .qa_box h3:after {
            content: "";
            display: table; }
          body.page_staff #stafflist .staff_box .qa_box h3:before {
            margin-top: -0.115em; }
          body.page_staff #stafflist .staff_box .qa_box h3:after {
            margin-bottom: -0.115em; }
        body.page_staff #stafflist .staff_box .qa_box .name {
          font-size: 16px;
          font-size: 1.6rem;
          margin: 0 0 15px; }
        body.page_staff #stafflist .staff_box .qa_box h4 {
          background-size: auto 100%;
          font-size: 15px;
          font-size: 1.5rem;
          margin-bottom: 10px; }
        body.page_staff #stafflist .staff_box .qa_box p {
          line-height: 1.45;
          font-size: 14px;
          font-size: 1.4rem; }
          body.page_staff #stafflist .staff_box .qa_box p:before, body.page_staff #stafflist .staff_box .qa_box p:after {
            content: "";
            display: table; }
          body.page_staff #stafflist .staff_box .qa_box p:before {
            margin-top: -0.225em; }
          body.page_staff #stafflist .staff_box .qa_box p:after {
            margin-bottom: -0.225em; }
  body.company #greetingbox {
    margin: 0;
    padding-left: 15px;
    padding-right: 15px; }
    body.company #greetingbox img.alignleft {
      padding: 0;
      margin: 0;
      float: none;
      display: block; }
      body.company #greetingbox img.alignleft + * {
        margin-top: 20px; }
    body.company #greetingbox * + p {
      margin-top: 15px; }
    body.company #greetingbox p {
      padding: 0;
      line-height: 1.75; }
  body.company .company_detail {
    margin: 0; }
    body.company .company_detail table th {
      width: 105px; }
    body.company .company_detail table th, body.company .company_detail table td {
      padding: 10px;
      line-height: 1.45;
      vertical-align: top; }
  body.company * + .company_detail {
    margin-top: 20px; }
  body.contact .form_detail {
    margin: 0; }
    body.contact .form_detail table,
    body.contact .form_detail thead,
    body.contact .form_detail tbody,
    body.contact .form_detail tr,
    body.contact .form_detail th,
    body.contact .form_detail td {
      width: auto;
      display: block; }
    body.contact .form_detail th, body.contact .form_detail td {
      padding: 15px;
      vertical-align: top; }
      body.contact .form_detail th ul, body.contact .form_detail td ul {
        margin: 0; }
  body.contact form#mailformpro {
    padding: 0; }
  body.dynamic .blog_side,
  body.dynamic .blog_side_category {
    float: none;
    width: auto;
    margin: 0;
    padding: 15px; }
    body.dynamic .blog_side .time,
    body.dynamic .blog_side .category,
    body.dynamic .blog_side_category .time,
    body.dynamic .blog_side_category .category {
      display: block;
      margin: 5px 0 0;
      padding: 0; }
    body.dynamic .blog_side h3,
    body.dynamic .blog_side_category h3 {
      line-height: 1.45;
      margin: 0; }
      body.dynamic .blog_side h3:before, body.dynamic .blog_side h3:after,
      body.dynamic .blog_side_category h3:before,
      body.dynamic .blog_side_category h3:after {
        content: "";
        display: table; }
      body.dynamic .blog_side h3:before,
      body.dynamic .blog_side_category h3:before {
        margin-top: -0.225em; }
      body.dynamic .blog_side h3:after,
      body.dynamic .blog_side_category h3:after {
        margin-bottom: -0.225em; }
    body.dynamic .blog_side ul,
    body.dynamic .blog_side_category ul {
      margin-bottom: 0; }
      body.dynamic .blog_side ul li:last-child,
      body.dynamic .blog_side_category ul li:last-child {
        margin-bottom: 0; }
  body.dynamic * + .blog_side,
  body.dynamic * + .blog_side_category {
    margin-top: 20px; }
  body.dynamic .blog_detail {
    margin: 30px 0 0;
    float: none;
    width: auto;
    padding: 15px; }
    body.dynamic .blog_detail__body > * {
      line-height: 2; }
      body.dynamic .blog_detail__body > *:before, body.dynamic .blog_detail__body > *:after {
        content: "";
        display: table; }
      body.dynamic .blog_detail__body > *:before {
        margin-top: -0.5em; }
      body.dynamic .blog_detail__body > *:after {
        margin-bottom: -0.5em; }
    body.dynamic .blog_detail__body > * + * {
      margin-top: 15px; }
    body.dynamic .blog_detail .blog_meta {
      margin: 20px 0;
      margin-left: -10px;
      display: -webkit-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: flex-start;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-align-items: stretch;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      -webkit-align-content: stretch;
      -ms-flex-line-pack: stretch;
      align-content: stretch;
      -webkit-flex-direction: row;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
      body.dynamic .blog_detail .blog_meta li {
        float: none;
        width: auto;
        padding: 0;
        margin: 0;
        margin-left: 10px; } }
