<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*!
 * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
 * Richard Clark (http://richclarkdesign.com)
 * http://cssreset.com
 */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

.clearfix, footer .inner, #staff li, #reason li, #feature li, #shachomeshi_list article .article_content .article_info .shachomeshi_top {
  *zoom: 1; }
  .clearfix:after, footer .inner:after, #staff li:after, #reason li:after, #feature li:after, #shachomeshi_list article .article_content .article_info .shachomeshi_top:after {
    content: "";
    display: table;
    clear: both; }

html, body, div, h1, h2, h3, h4, h5, h6, p, img, i, ul, li, header, nav, aside, section, footer {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  vertical-align: baseline; }

ul, ol, li {
  font-size: 0;
  list-style: none; }

a {
  color: #000;
  display: block;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s; }

a:link, a:visited {
  color: #000; }

a:hover, a:active {
  color: #000; }

a img {
  border: none; }

img {
  vertical-align: middle;
  border: 0;
  width: 100%; }

iframe {
  width: 100%; }

/*
=====================================================================
=====================================================================
共通箇所
=====================================================================
=====================================================================
*/
html {
  overflow: auto; }

body {
  color: #222;
  background-color: #fff;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  overflow: hidden;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%; }

/*===============================================
common
===============================================*/
section {
  background-color: #fff;
  position: relative;
  padding: 96px 0;
  z-index: 1; }

.inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto; }

.list {
  padding: 0 16px;
  margin-bottom: 32px;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box; }

.pc {
  display: block; }

.tb, .sp {
  display: none; }

/*===============================================
header
===============================================*/
header {
  position: fixed;
  width: 100%;
  height: 80px;
  z-index: 99999;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s; }
  header #h_menu {
    background-color: rgba(34, 34, 34, 0.9);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s ease-in-out;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8); }
    header #h_menu.active {
      opacity: 1;
      visibility: visible;
      transform: scale(1);
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1); }
      header #h_menu.active li {
        opacity: 1;
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0); }
    header #h_menu h1 {
      position: absolute;
      top: 32px;
      left: 32px;
      width: 200px;
      height: 40px;
      z-index: 999999; }
      header #h_menu h1 a:hover {
        opacity: .7; }
      header #h_menu h1 img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%); }
    header #h_menu ul {
      position: absolute;
      top: 50%;
      left: 50%;
      padding: 0 16px;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%); }
    header #h_menu li {
      font-size: 24px;
      font-weight: bold;
      opacity: 0;
      transform: translateX(-16px);
      -webkit-transform: translateX(-16px);
      -moz-transform: translateX(-16px);
      -ms-transform: translateX(-16px);
      -o-transform: translateX(-16px); }
      header #h_menu li:nth-child(1) {
        transition: all 0.8s 0.2s ease;
        -webkit-transition: all 0.8s 0.2s ease;
        -moz-transition: all 0.8s 0.2s ease;
        -ms-transition: all 0.8s 0.2s ease;
        -o-transition: all 0.8s 0.2s ease; }
      header #h_menu li:nth-child(2) {
        transition: all 0.8s 0.5s ease;
        -webkit-transition: all 0.8s 0.5s ease;
        -moz-transition: all 0.8s 0.5s ease;
        -ms-transition: all 0.8s 0.5s ease;
        -o-transition: all 0.8s 0.5s ease; }
      header #h_menu li:nth-child(3) {
        transition: all 0.8s 0.6s ease;
        -webkit-transition: all 0.8s 0.6s ease;
        -moz-transition: all 0.8s 0.6s ease;
        -ms-transition: all 0.8s 0.6s ease;
        -o-transition: all 0.8s 0.6s ease; }
      header #h_menu li:nth-child(4) {
        transition: all 0.8s 0.3s ease;
        -webkit-transition: all 0.8s 0.3s ease;
        -moz-transition: all 0.8s 0.3s ease;
        -ms-transition: all 0.8s 0.3s ease;
        -o-transition: all 0.8s 0.3s ease; }
      header #h_menu li:nth-child(5) {
        transition: all 0.8s 0.4s ease;
        -webkit-transition: all 0.8s 0.4s ease;
        -moz-transition: all 0.8s 0.4s ease;
        -ms-transition: all 0.8s 0.4s ease;
        -o-transition: all 0.8s 0.4s ease; }
      header #h_menu li:nth-child(6) {
        transition: all 0.8s 0.5s ease;
        -webkit-transition: all 0.8s 0.5s ease;
        -moz-transition: all 0.8s 0.5s ease;
        -ms-transition: all 0.8s 0.5s ease;
        -o-transition: all 0.8s 0.5s ease; }
      header #h_menu li.current a:before {
        content: '';
        background-color: #fff;
        position: absolute;
        top: 50%;
        left: 0;
        width: 110%;
        height: 1px;
        margin-left: -5%;
        display: block; }
      header #h_menu li a {
        color: #fff;
        position: relative;
        margin-bottom: 32px;
        display: inline-block; }
  header #h_btn {
    background-color: #222;
    position: absolute;
    top: 16px;
    right: 16px;
    width: 80px;
    height: 80px; }
    header #h_btn a {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 24px;
      height: 18px;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%); }
      header #h_btn a.active span {
        background-color: #fff; }
        header #h_btn a.active span:nth-child(1) {
          transform: translateY(8px) rotate(-45deg);
          -webkit-transform: translateY(8px) rotate(-45deg);
          -moz-transform: translateY(8px) rotate(-45deg);
          -ms-transform: translateY(8px) rotate(-45deg);
          -o-transform: translateY(8px) rotate(-45deg); }
        header #h_btn a.active span:nth-child(2) {
          opacity: 0; }
        header #h_btn a.active span:nth-child(3) {
          transform: translateY(-8px) rotate(45deg);
          -webkit-transform: translateY(-8px) rotate(45deg);
          -moz-transform: translateY(-8px) rotate(45deg);
          -ms-transform: translateY(-8px) rotate(45deg);
          -o-transform: translateY(-8px) rotate(45deg); }
      header #h_btn a span {
        background-color: #fff;
        position: absolute;
        width: 100%;
        height: 2px;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s; }
        header #h_btn a span:nth-child(1) {
          top: 0; }
        header #h_btn a span:nth-child(2) {
          top: 8px; }
        header #h_btn a span:nth-child(3) {
          bottom: 0; }

/*===============================================
section_bg
===============================================*/
.section_bg_inner {
  width: 100%;
  height: 100%;
  overflow: hidden; }

.section_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 1200px;
  height: 80%;
  z-index: -10;
  transition: all 0.8s 0s ease;
  -webkit-transition: all 0.8s 0s ease;
  -moz-transition: all 0.8s 0s ease;
  -ms-transition: all 0.8s 0s ease;
  -o-transition: all 0.8s 0s ease;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0); }

.bg_grey1 {
  background-color: #f2f2f2; }

.bg_grey2 {
  background-color: #e6e6e6; }

.bg_right {
  left: inherit;
  right: 0; }

/*===============================================
heading
===============================================*/
.heading {
  margin-bottom: 56px; }
  .heading h2 {
    font-family: "Asap", sans-serif;
    font-size: 40px;
    font-weight: 600;
    margin: 0 auto;
    line-height: .9;
    letter-spacing: 2px; }

/*===============================================
btn
===============================================*/
.btn a {
  font-family: "lato", sans-serif;
  font-size: 14px;
  position: relative;
  width: 240px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  letter-spacing: 2px; }
  .btn a:hover:after {
    left: 0;
    right: auto;
    width: 100%; }
  .btn a:before {
    content: '';
    position: absolute;
    top: 50%;
    left: -20px;
    width: 40px;
    height: 2px; }
  .btn a:after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: auto;
    right: 0;
    width: 0;
    height: 100%;
    transition: inherit;
    -webkit-transition: inherit;
    -moz-transition: inherit;
    -ms-transition: inherit;
    -o-transition: inherit; }
  .btn a span {
    position: relative;
    z-index: 1; }

.bk_btn a {
  color: #222;
  border: 1px solid #222; }
  .bk_btn a:hover {
    color: #fff; }
  .bk_btn a:before {
    background-color: #222; }
  .bk_btn a:after {
    background-color: #222; }

.wt_btn a {
  color: #fff;
  border: 1px solid #fff; }
  .wt_btn a:hover {
    color: #222; }
  .wt_btn a:before {
    background-color: #fff; }
  .wt_btn a:after {
    background-color: #fff; }

.large_btn a {
  font-size: 16px;
  font-weight: bold;
  width: 400px;
  height: 72px;
  line-height: 72px;
  letter-spacing: 1px; }

.two_btn {
  margin-bottom: 48px;
  text-align: center; }
  .two_btn .btn {
    position: static;
    margin: 0 16px;
    display: inline-block; }
    .two_btn .btn a {
      font-size: 16px;
      font-weight: bold;
      width: 400px;
      height: 64px;
      line-height: 64px;
      text-align: center; }
      .two_btn .btn a:before {
        content: none; }

/*===============================================
common_content
===============================================*/
.common_content {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box; }
  .common_content .common_num {
    font-family: "Asap", sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 2px; }
  .common_content .common_subtitle {
    font-size: 28px;
    font-weight: bold;
    position: relative;
    margin: 24px 0;
    line-height: 1.6;
    letter-spacing: 1px; }
    .common_content .common_subtitle span {
      font-family: "lato", sans-serif;
      font-weight: bold; }
  .common_content .common_text {
    color: #666;
    font-size: 16px;
    max-width: 500px;
    line-height: 2.6; }

.articles .tab_content {
  font-size: 0; }
  .articles .tab_content.hide {
    display: none; }
  .articles .tab_content article {
    font-size: 12px;
    width: 33.3333%;
    padding: 0;
    margin: 0;
    transition: all 0.8s 0.4s ease;
    -webkit-transition: all 0.8s 0.4s ease;
    -moz-transition: all 0.8s 0.4s ease;
    -ms-transition: all 0.8s 0.4s ease;
    -o-transition: all 0.8s 0.4s ease; }
    .articles .tab_content article:nth-child(3n+1) {
      padding-right: 20px; }
    .articles .tab_content article:nth-child(3n+2) {
      padding: 0 10px; }
    .articles .tab_content article:nth-child(3n) {
      padding-left: 20px; }
    .articles .tab_content article .article_img {
      background-color: #222;
      overflow: hidden; }
      .articles .tab_content article .article_img:hover img {
        opacity: .7;
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1); }
      .articles .tab_content article .article_img img {
        transform: scale(1.01);
        -webkit-transform: scale(1.01);
        -moz-transform: scale(1.01);
        -ms-transform: scale(1.01);
        -o-transform: scale(1.01);
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s; }
    .articles .tab_content article .article_content {
      background-color: #fff;
      position: relative;
      padding-top: 48px; }
      .articles .tab_content article .article_content .article_info .article_category {
        color: #fff;
        background-color: #222;
        font-size: 12px;
        position: absolute;
        top: -14px;
        left: 0;
        padding: 8px 12px; }
      .articles .tab_content article .article_content .article_info .article_date {
        margin-bottom: 16px; }
        .articles .tab_content article .article_content .article_info .article_date p {
          display: inline-block; }
        .articles .tab_content article .article_content .article_info .article_date .article_datetime {
          font-size: 12px;
          width: 104px;
          position: relative; }
          .articles .tab_content article .article_content .article_info .article_date .article_datetime:after {
            content: '';
            background-color: #ccc;
            position: absolute;
            top: 50%;
            right: -14px;
            width: 40px;
            height: 1px;
            transform: translate(-50%, 0);
            -webkit-transform: translate(-50%, 0);
            -moz-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
            -o-transform: translate(-50%, 0); }
        .articles .tab_content article .article_content .article_info .article_date .article_time {
          font-family: "Asap", sans-serif;
          font-size: 12px;
          font-weight: 500; }
      .articles .tab_content article .article_content .article_info h3 {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 16px;
        line-height: 1.6; }
        .articles .tab_content article .article_content .article_info h3:hover {
          text-decoration: underline; }
      .articles .tab_content article .article_content .article_info .article_text {
        color: #666;
        margin-bottom: 16px;
        line-height: 1.6; }
      .articles .tab_content article .article_content .article_info li {
        font-size: 12px;
        padding: 0;
        margin: 0 4px 4px 0; }
        .articles .tab_content article .article_content .article_info li a {
          background-color: #f2f2f2;
          border: 1px solid #f2f2f2;
          padding: 4px 8px;
          display: inline-block; }
          .articles .tab_content article .article_content .article_info li a:hover {
            color: #fff;
            background-color: #222;
            border: 1px solid #222; }
          .articles .tab_content article .article_content .article_info li a:before {
            content: '#';
            padding-right: 2px; }
      .articles .tab_content article .article_content .article_info .article_num .capacity_text, .articles .tab_content article .article_content .article_info .article_num .remaining_text {
        font-size: 14px;
        margin-right: 16px;
        display: inline-block; }
      .articles .tab_content article .article_content .article_info .article_num .capacity_text span {
        color: #222;
        border: 1px solid #222; }
      .articles .tab_content article .article_content .article_info .article_num .remaining_text {
        font-weight: bold; }
        .articles .tab_content article .article_content .article_info .article_num .remaining_text span {
          color: #fff;
          background-color: #222;
          border: 1px solid #222; }
      .articles .tab_content article .article_content .article_info .article_num span {
        font-size: 12px;
        width: 64px;
        height: 24px;
        line-height: 24px;
        margin-right: 8px;
        display: inline-block;
        text-align: center; }

/*===============================================
inquiry
===============================================*/
.inquiry {
  color: #fff;
  background-color: #222;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box; }
  .inquiry .inner {
    position: relative;
    height: 100%; }
  .inquiry .inquiry_title {
    color: #282828;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%); }
  .inquiry .inquiry_text {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%); }
  .inquiry .btn {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%); }

/*===============================================
slide_text
===============================================*/
.slide_text {
  font-family: "lato", sans-serif;
  font-size: 240px;
  font-weight: bold;
  position: absolute;
  z-index: -2; }

/*===============================================
fade
===============================================*/
.fade {
  opacity: 0;
  transition: all 0.8s 0.4s ease;
  -webkit-transition: all 0.8s 0.4s ease;
  -moz-transition: all 0.8s 0.4s ease;
  -ms-transition: all 0.8s 0.4s ease;
  -o-transition: all 0.8s 0.4s ease; }
  .fade.is_show {
    opacity: 1; }

.fadeInUp {
  transform: translate3d(0, 10px, 0);
  -webkit-transform: translate3d(0, 10px, 0);
  -moz-transform: translate3d(0, 10px, 0);
  -ms-transform: translate3d(0, 10px, 0);
  -o-transform: translate3d(0, 10px, 0); }
  .fadeInUp.is_show {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0); }

.fadeInDown {
  transform: translate3d(0, -10px, 0);
  -webkit-transform: translate3d(0, -10px, 0);
  -moz-transform: translate3d(0, -10px, 0);
  -ms-transform: translate3d(0, -10px, 0);
  -o-transform: translate3d(0, -10px, 0); }
  .fadeInDown.is_show {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0); }

.fadeInLeft {
  transform: translate3d(-10px, 0, 0);
  -webkit-transform: translate3d(-10px, 0, 0);
  -moz-transform: translate3d(-10px, 0, 0);
  -ms-transform: translate3d(-10px, 0, 0);
  -o-transform: translate3d(-10px, 0, 0); }
  .fadeInLeft.is_show {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0); }

.fadeInLeftBig {
  transform: translate3d(-200px, 0, 0);
  -webkit-transform: translate3d(-200px, 0, 0);
  -moz-transform: translate3d(-200px, 0, 0);
  -ms-transform: translate3d(-200px, 0, 0);
  -o-transform: translate3d(-200px, 0, 0); }
  .fadeInLeftBig.is_show {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0); }

.fadeInRight {
  transform: translate3d(10px, 0, 0);
  -webkit-transform: translate3d(10px, 0, 0);
  -moz-transform: translate3d(10px, 0, 0);
  -ms-transform: translate3d(10px, 0, 0);
  -o-transform: translate3d(10px, 0, 0); }
  .fadeInRight.is_show {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0); }

.fadeInRightBig {
  transform: translate3d(200px, 0, 0);
  -webkit-transform: translate3d(200px, 0, 0);
  -moz-transform: translate3d(200px, 0, 0);
  -ms-transform: translate3d(200px, 0, 0);
  -o-transform: translate3d(200px, 0, 0); }
  .fadeInRightBig.is_show {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0); }

.zoomIn {
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  filter: blur(20px);
  -webkit-filter: blur(20px);
  -moz-filter: blur(20px);
  -ms-filter: blur(20px);
  -o-filter: blur(20px);
  transition-delay: .2s;
  -webkit-transition-delay: .2s;
  -moz-transition-delay: .2s;
  -ms-transition-delay: .2s;
  -o-transition-delay: .2s; }
  .zoomIn.is_show {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    filter: blur(0);
    -webkit-filter: blur(0);
    -moz-filter: blur(0);
    -ms-filter: blur(0);
    -o-filter: blur(0);
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -ms-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-property: opacity,filter,transform;
    -webkit-transition-property: opacity,filter,transform;
    -moz-transition-property: opacity,filter,transform;
    -ms-transition-property: opacity,filter,transform;
    -o-transition-property: opacity,filter,transform;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -ms-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -o-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1); }

.slide {
  position: relative;
  overflow: hidden;
  opacity: 1;
  transition: all 0.8s 0.4s ease;
  -webkit-transition: all 0.8s 0.4s ease;
  -moz-transition: all 0.8s 0.4s ease;
  -ms-transition: all 0.8s 0.4s ease;
  -o-transition: all 0.8s 0.4s ease; }
  .slide.is_show:before {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%); }
  .slide:before {
    content: '';
    background-color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transition: all 0.8s 0s ease;
    -webkit-transition: all 0.8s 0s ease;
    -moz-transition: all 0.8s 0s ease;
    -ms-transition: all 0.8s 0s ease;
    -o-transition: all 0.8s 0s ease; }

.slideInLeft.is_show:before {
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%); }

.slideInRight.is_show:before {
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%); }

/*===============================================
page_header
===============================================*/
#page_header {
  position: relative;
  max-width: 1440px;
  padding: 0;
  margin: 0 auto;
  z-index: 2; }
  #page_header .page_header_img {
    background-image: url(./img/visit-header-visit.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 1200px;
    height: 480px;
    margin: 0 0 0 auto;
    display: block; }
    #page_header .page_header_img_shachomeshi {
    background-image: url(./img/visit-header-shachomeshi.jpg); }
  #page_header #page_header_title {
    position: absolute;
    top: 50%;
    max-width: 560px;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%); }
    #page_header #page_header_title:before {
      background-color: #222;
      z-index: 2;
      transition: all 0.8s 0.2s ease;
      -webkit-transition: all 0.8s 0.2s ease;
      -moz-transition: all 0.8s 0.2s ease;
      -ms-transition: all 0.8s 0.2s ease;
      -o-transition: all 0.8s 0.2s ease; }
    #page_header #page_header_title .page_header_content {
      background-color: #fff;
      padding: 64px 32px;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box; }
      #page_header #page_header_title .page_header_content h1 {
        font-size: 28px;
        font-weight: bold;
        line-height: 1.4;
        letter-spacing: 2px; }
        #page_header #page_header_title .page_header_content h1 span {
          color: #666;
          font-family: "lato", sans-serif;
          font-size: 20px;
          font-weight: bold;
          padding-bottom: 32px;
          display: block;
          letter-spacing: normal; }
      #page_header #page_header_title .page_header_content img {
        width: 160px;
        padding-top: 32px; }

/*===============================================
under_header
===============================================*/
.under_header {
  color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 560px;
  padding: 0;
  z-index: 2; }
  .under_header .transparent {
    background-color: rgba(0, 0, 0, 0.4);
    height: 100%; }
  .under_header .under_header_title {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%); }
    .under_header .under_header_title h2 {
      font-size: 40px;
      font-weight: bold;
      margin-bottom: 48px;
      letter-spacing: 2px; }
      .under_header .under_header_title h2 span {
        font-size: 20px;
        font-weight: 400;
        padding-bottom: 24px;
        display: block;
        letter-spacing: 1px; }
    .under_header .under_header_title p a {
      color: #fff;
      text-decoration: underline; }
  .under_header .inner {
    max-width: 1440px; }

/*===============================================
breadcrumbs
===============================================*/
#breadcrumbs {
  background-color: #222;
  position: absolute;
  bottom: -28px;
  right: 0;
  width: 440px;
  padding: 22px 32px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box; }
  #breadcrumbs li {
    color: #999;
    font-size: 12px;
    position: relative;
    margin-right: 32px;
    display: inline-block; }
    #breadcrumbs li:last-child {
      margin-right: 0; }
      #breadcrumbs li:last-child:after {
        content: none; }
    #breadcrumbs li:after {
      content: '';
      border-top: 1px solid #999;
      border-right: 1px solid #999;
      position: absolute;
      top: 4px;
      right: -16px;
      width: 4px;
      height: 4px;
      margin: auto;
      vertical-align: middle;
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg); }
    #breadcrumbs li a {
      color: #fff; }

/*===============================================
pagination
===============================================*/
#pagination {
  padding-top: 64px;
  text-align: center; }
  #pagination a, #pagination span {
    border: 1px solid #222;
    font-family: "lato", sans-serif;
    font-size: 14px;
    font-weight: bold;
    width: 56px;
    height: 56px;
    line-height: 56px;
    padding: 0;
    margin: 0 4px;
    display: inline-block;
    vertical-align: top; }
  #pagination a {
    position: relative; }
    #pagination a:hover {
      color: #fff;
      background-color: #222; }
    #pagination a.arrow_pagination {
      width: 88px; }
    #pagination a.prev_pagination {
      margin: 0 24px 0 0; }
    #pagination a.next_pagination {
      margin: 0 0 0 24px; }
  #pagination span.current, #pagination span.inactive {
    border: none; }

/*===============================================
footer
===============================================*/
footer {
  background-color: #fff;
  position: relative;
  padding: 100px 0 80px;
  z-index: 1; }
  footer #f_logo {
    width: 200px;
    margin-bottom: 88px;
    display: inline-block; }
    footer #f_logo a:hover {
      opacity: .7; }
  footer nav {
    float: right;
    display: inline-block; }
    footer nav .list {
      font-size: 14px;
      position: relative;
      padding: 0;
      margin-left: 32px; }
      footer nav .list:hover a:before {
        transform: scaleX(1) translateZ(0);
        -webkit-transform: scaleX(1) translateZ(0);
        -moz-transform: scaleX(1) translateZ(0);
        -ms-transform: scaleX(1) translateZ(0);
        -o-transform: scaleX(1) translateZ(0);
        transform-origin: left top;
        -webkit-transform-origin: left top;
        -moz-transform-origin: left top;
        -ms-transform-origin: left top;
        -o-transform-origin: left top; }
      footer nav .list a:before {
        content: '';
        background-color: #222;
        position: absolute;
        bottom: -8px;
        left: 0;
        width: 100%;
        height: 2px;
        display: block;
        transform: scaleX(0) translateZ(0);
        -webkit-transform: scaleX(0) translateZ(0);
        -moz-transform: scaleX(0) translateZ(0);
        -ms-transform: scaleX(0) translateZ(0);
        -o-transform: scaleX(0) translateZ(0);
        transition: transform;
        transition-duration: .3s;
        -webkit-transition-duration: .3s;
        -moz-transition-duration: .3s;
        -ms-transition-duration: .3s;
        -o-transition-duration: .3s;
        transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
        -webkit-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
        -moz-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
        -ms-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
        -o-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
        transform-origin: right top;
        -webkit-transform-origin: right top;
        -moz-transform-origin: right top;
        -ms-transform-origin: right top;
        -o-transform-origin: right top; }
  footer small {
    color: #ccc;
    font-size: 12px;
    display: block; }

/*
=====================================================================
=====================================================================
1441px
=====================================================================
=====================================================================
*/
@media screen and (min-width: 1441px) {
  /*===============================================
  section_bg
  ===============================================*/
  .section_bg {
    width: 75%; } }
/*
=====================================================================
=====================================================================
1439px
=====================================================================
=====================================================================
*/
@media screen and (max-width: 1439px) {
  /*===============================================
  common
  ===============================================*/
  section {
    padding: 96px 16px; }

  /*===============================================
  section_bg
  ===============================================*/
  .section_bg {
    width: 80%; }

  /*===============================================
  common_content
  ===============================================*/
  .common_content .common_text {
    max-width: inherit; }

  /*===============================================
  page_header
  ===============================================*/
  #page_header .page_header_img {
    width: 80%; }
  #page_header #page_header_title .page_header_content h1 {
    font-size: 24px; }
    #page_header #page_header_title .page_header_content h1 span {
      font-size: 16px;
      padding-bottom: 16px; }
  #page_header #page_header_title .page_header_content img {
    width: 120px;
    padding-top: 16px; }

  /*===============================================
  footer
  ===============================================*/
  footer {
    padding: 100px 16px 80px; } }
/*
=====================================================================
=====================================================================
1023px
=====================================================================
=====================================================================
*/
@media screen and (max-width: 1023px) {
  /*===============================================
  heading
  ===============================================*/
  .heading h2 {
    font-size: 32px; }

  /*===============================================
  btn
  ===============================================*/
  .two_btn .btn a {
    width: 320px; }

  /*===============================================
  common_content
  ===============================================*/
  .common_content .common_num {
    font-size: 64px;
    top: -40px; }
  .common_content .common_subtitle {
    font-size: 24px; }
  .common_content .common_text {
    line-height: 2.2; }

  .articles .tab_content article .article_content .article_info .article_date .article_datetime, .articles .tab_content article .article_content .article_info .article_date .article_time {
    font-size: 10px; }
  .articles .tab_content article .article_content .article_info .article_date .article_datetime {
    width: 86px; }
    .articles .tab_content article .article_content .article_info .article_date .article_datetime:before {
      right: -12px;
      width: 28px; }

  /*===============================================
  page_header
  ===============================================*/
  #page_header .page_header_img {
    width: 80%; } }
/*
=====================================================================
=====================================================================
768px
=====================================================================
=====================================================================
*/
@media screen and (max-width: 768px) {
  /*===============================================
  common
  ===============================================*/
  section {
    padding: 64px 16px; }

  .tb {
    display: block; }

  .list {
    width: 100%;
    padding: 0;
    margin-bottom: 32px; }
    .list:last-child {
      margin-bottom: 0; }

  /*===============================================
  header
  ===============================================*/
  header {
    height: 60px; }
    header #h_menu h1 {
      top: 16px;
      left: 16px;
      width: 160px;
      height: 60px; }
    header #h_menu ul {
      width: 296px; }
    header #h_menu li {
      font-size: 20px; }
      header #h_menu li a {
        margin-bottom: 24px; }
    header #h_btn {
      width: 60px;
      height: 60px; }

  /*===============================================
  btn
  ===============================================*/
  .btn a {
    margin: 0 auto; }

  .two_btn .btn {
    margin-bottom: 16px; }
    .two_btn .btn:last-child {
      margin-bottom: 0; }

  /*===============================================
  common_content
  ===============================================*/
  .articles .tab_content article .article_content .article_info .article_date .article_datetime, .articles .tab_content article .article_content .article_info .article_date .article_time {
    font-size: 12px; }
  .articles .tab_content article .article_content .article_info .article_date .article_datetime {
    width: 104px; }
    .articles .tab_content article .article_content .article_info .article_date .article_datetime:after {
      right: -14px;
      width: 40px; }

  /*===============================================
  footer
  ===============================================*/
  .slide_text {
    font-size: 120px; }

  /*===============================================
  page_header
  ===============================================*/
  #page_header .page_header_img {
    position: static;
    width: 100%;
    height: 300px; }
  #page_header #page_header_title .page_header_content {
    padding: 32px; }
    #page_header #page_header_title .page_header_content h1 {
      font-size: 20px; }
    #page_header #page_header_title .page_header_content img {
      width: 64px;
      padding-top: 8px; }

  /*===============================================
  under_header
  ===============================================*/
  .under_header .under_header_title h2 {
    font-size: 32px; }
    .under_header .under_header_title h2 span {
      font-size: 16px; }

  /*===============================================
  breadcrumbs
  ===============================================*/
  #breadcrumbs {
    background-color: transparent;
    position: static;
    width: 100%;
    padding: 16px; }
    #breadcrumbs li {
      margin-bottom: 8px; }
      #breadcrumbs li a {
        color: #222; }

  /*===============================================
  pagination
  ===============================================*/
  #pagination {
    padding-top: 32px; }
    #pagination a, #pagination span {
      font-size: 12px;
      width: 40px;
      height: 40px;
      line-height: 40px; }
    #pagination a.arrow_pagination {
      width: 64px; }
    #pagination a.prev_pagination {
      margin: 0 20px 0 0; }
    #pagination a.next_pagination {
      margin: 0 0 0 20px; }

  /*===============================================
  footer
  ===============================================*/
  footer {
    padding: 48px 16px 16px; }
    footer #f_logo {
      margin: 0 auto 32px;
      display: block; }
    footer nav {
      float: none;
      margin-bottom: 48px;
      display: block;
      text-align: center; }
      footer nav .list {
        width: auto;
        padding: 0 12px;
        margin: 0; }
    footer small {
      text-align: center; }

  /*===============================================
  inquiry
  ===============================================*/
  .inquiry {
    height: auto; }
    .inquiry .inquiry_text, .inquiry .btn {
      position: static;
      transform: translate(0, 0);
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0); }
    .inquiry .inquiry_text {
      font-size: 24px;
      text-align: center; }
    .inquiry .btn {
      margin-top: 48px; } }
/*
=====================================================================
=====================================================================
480px
=====================================================================
=====================================================================
*/
@media screen and (max-width: 480px) {
  /*===============================================
  common
  ===============================================*/
  .pc {
    display: none; }

  .sp {
    display: block; }

  /*===============================================
  header
  ===============================================*/
  header #h_menu ul {
    width: 100%;
    padding: 0 24px; }
  header #h_menu li {
    font-size: 16px; }

  /*===============================================
  heading
  ===============================================*/
  .heading {
    margin-bottom: 48px; }
    .heading h2 {
      font-size: 24px; }

  /*===============================================
  btn
  ===============================================*/
  .large_btn a {
    width: 280px;
    height: 64px;
    line-height: 64px; }

  .two_btn .btn {
    width: 100%;
    margin: 0 auto 16px; }
    .two_btn .btn a {
      font-size: 14px;
      width: 100%;
      height: 56px;
      line-height: 56px; }

  /*===============================================
  common_content
  ===============================================*/
  .common_content .common_subtitle {
    font-size: 18px;
    line-height: 1.2; }
  .common_content .common_text {
    font-size: 12px;
    line-height: 2; }

  /*===============================================
  page_header
  ===============================================*/
  #page_header .page_header_img {
    height: 240px; }
  #page_header #page_header_title {
    position: static;
    width: 90%;
    margin: 0 auto;
    box-shadow: 0 0 20px 0 rgba(26, 26, 26, 0.4);
    -webkit-box-shadow: 0 0 20px 0 rgba(26, 26, 26, 0.4);
    -moz-box-shadow: 0 0 20px 0 rgba(26, 26, 26, 0.4);
    -ms-box-shadow: 0 0 20px 0 rgba(26, 26, 26, 0.4);
    -o-box-shadow: 0 0 20px 0 rgba(26, 26, 26, 0.4);
    transform: translate(0, -32px);
    -webkit-transform: translate(0, -32px);
    -moz-transform: translate(0, -32px);
    -ms-transform: translate(0, -32px);
    -o-transform: translate(0, -32px); }
    #page_header #page_header_title .page_header_content {
      padding: 24px; }
      #page_header #page_header_title .page_header_content h1 {
        font-size: 18px; }
        #page_header #page_header_title .page_header_content h1 span {
          font-size: 14px;
          padding-bottom: 12px; }
  #page_header #breadcrumbs {
    padding-top: 0; }

  /*===============================================
  under_header
  ===============================================*/
  .under_header .under_header_title h2 {
    font-size: 24px; }
    .under_header .under_header_title h2 span {
      font-size: 14px; }

  /*===============================================
  pagination
  ===============================================*/
  #pagination a.pctb {
    display: none; } }
/*
=====================================================================
=====================================================================
374px
=====================================================================
=====================================================================
*/
@media screen and (max-width: 374px) {
  /*===============================================
  page_header
  ===============================================*/
  #page_header #page_header_title {
    width: 70%; }

  /*===============================================
  pagination
  ===============================================*/
  #pagination {
    padding-top: 32px; }
    #pagination a, #pagination span {
      margin: 0; }
    #pagination a.arrow_pagination {
      width: 56px; }
    #pagination a.prev_pagination {
      margin: 0 16px 0 0; }
    #pagination a.next_pagination {
      margin: 0 0 0 16px; } }
/*
=====================================================================
=====================================================================
トップ
=====================================================================
=====================================================================
*/
/*===============================================
first_view
===============================================*/
#first_view {
  color: #fff;
  position: relative;
  height: 100vh;
  padding: 0;
  text-align: center; }
  #first_view .transparent {
    background-color: rgba(0, 0, 0, 0.25);
    height: 100%; }
  #first_view video {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%); }
  #first_view #fv_content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%); }
    #first_view #fv_content img {
      width: 320px;
      margin-bottom: 32px; }
    #first_view #fv_content p {
      font-size: 24px;
      line-height: 1.6;
      letter-spacing: 1px; }
  #first_view #fv_scroll {
    font-family: "lato", sans-serif;
    font-style: normal;
    font-weight: 400;
    position: absolute;
    bottom: 32px;
    left: 50%;
    height: 72px;
    transform: translate(-50%, -16px);
    -webkit-transform: translate(-50%, -16px);
    -moz-transform: translate(-50%, -16px);
    -ms-transform: translate(-50%, -16px);
    -o-transform: translate(-50%, -16px);
    transition: all 1.2s 0.8s ease;
    -webkit-transition: all 1.2s 0.8s ease;
    -moz-transition: all 1.2s 0.8s ease;
    -ms-transition: all 1.2s 0.8s ease;
    -o-transition: all 1.2s 0.8s ease; }
    #first_view #fv_scroll.is_show {
      transform: translate(-50%, 0);
      -webkit-transform: translate(-50%, 0);
      -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      -o-transform: translate(-50%, 0); }
    #first_view #fv_scroll a {
      color: #fff; }
    #first_view #fv_scroll span {
      background-color: #fff;
      position: absolute;
      top: 32px;
      left: 50%;
      width: 1px;
      height: 100%;
      display: block;
      transform: scaleY(0);
      -webkit-transform: scaleY(0);
      -moz-transform: scaleY(0);
      -ms-transform: scaleY(0);
      -o-transform: scaleY(0);
      transform-origin: top left;
      -webkit-transform-origin: top left;
      -moz-transform-origin: top left;
      -ms-transform-origin: top left;
      -o-transform-origin: top left;
      animation: scroll-bar 2.5s cubic-bezier(0.075, 0.82, 0.165, 1) infinite forwards;
      -webkit-animation: scroll-bar 2.5s cubic-bezier(0.075, 0.82, 0.165, 1) infinite forwards;
      -moz-animation: scroll-bar 2.5s cubic-bezier(0.075, 0.82, 0.165, 1) infinite forwards;
      -ms-animation: scroll-bar 2.5s cubic-bezier(0.075, 0.82, 0.165, 1) infinite forwards;
      -o-animation: scroll-bar 2.5s cubic-bezier(0.075, 0.82, 0.165, 1) infinite forwards; }

@-webkit-keyframes scroll-bar {
  0% {
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform-origin: top left;
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    -o-transform-origin: top left; }
  50% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform-origin: top left;
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    -o-transform-origin: top left; }
  75% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform-origin: bottom left;
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left; }
  100% {
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform-origin: bottom left;
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left; } }
@keyframes scroll-bar {
  0% {
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform-origin: top left;
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    -o-transform-origin: top left; }
  50% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform-origin: top left;
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    -o-transform-origin: top left; }
  75% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform-origin: bottom left;
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left; }
  100% {
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform-origin: bottom left;
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left; } }
/*===============================================
concept
===============================================*/
#concept {
  overflow: hidden; }
  #concept .concept_content_top, #concept .concept_content_bottom {
    position: relative;
    max-width: 1440px;
    margin: 0 auto; }
  #concept .concept_content_top {
    padding-bottom: 200px;
    margin-bottom: 240px; }
    #concept .concept_content_top .concept_content {
      background-color: #fff;
      position: relative;
      width: calc(52% + 120px);
      padding: 96px 128px 64px 122px;
      box-shadow: 0 12px 56px rgba(0, 0, 0, 0.1);
      -webkit-box-shadow: 0 12px 56px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 12px 56px rgba(0, 0, 0, 0.1);
      -ms-box-shadow: 0 12px 56px rgba(0, 0, 0, 0.1);
      -o-box-shadow: 0 12px 56px rgba(0, 0, 0, 0.1);
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      transform: translateX(-120px);
      -webkit-transform: translateX(-120px);
      -moz-transform: translateX(-120px);
      -ms-transform: translateX(-120px);
      -o-transform: translateX(-120px); }
      #concept .concept_content_top .concept_content .heading {
        margin-bottom: 40px; }
        #concept .concept_content_top .concept_content .heading h2 {
          font-size: 20px;
          position: relative;
          padding-left: 20px; }
          #concept .concept_content_top .concept_content .heading h2:before {
            content: '';
            background-color: #222;
            position: absolute;
            top: 50%;
            left: 0;
            width: 4px;
            height: 24px;
            transform: translate(0, -50%);
            -webkit-transform: translate(0, -50%);
            -moz-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
            -o-transform: translate(0, -50%); }
    #concept .concept_content_top img {
      position: absolute;
      top: -48px;
      right: 0;
      width: calc(70% + 120px);
      z-index: -1;
      transform: translateX(120px);
      -webkit-transform: translateX(120px);
      -moz-transform: translateX(120px);
      -ms-transform: translateX(120px);
      -o-transform: translateX(120px); }
    #concept .concept_content_top .slide_text {
      color: #ececec;
      left: 0; }
  #concept .concept_content_bottom {
    color: #fff;
    background-color: #222;
    height: 720px;
    padding: 64px 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    transform: translateX(-120px);
    -webkit-transform: translateX(-120px);
    -moz-transform: translateX(-120px);
    -ms-transform: translateX(-120px);
    -o-transform: translateX(-120px); }
    #concept .concept_content_bottom .inner {
      width: 100%;
      height: 100%;
      transform: translateX(120px);
      -webkit-transform: translateX(120px);
      -moz-transform: translateX(120px);
      -ms-transform: translateX(120px);
      -o-transform: translateX(120px); }
    #concept .concept_content_bottom #concept_slider, #concept .concept_content_bottom .concept_content {
      width: 50%;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box; }
    #concept .concept_content_bottom #concept_slider {
      position: absolute;
      top: -120px;
      left: 0;
      padding: 0 32px; }
    #concept .concept_content_bottom .concept_content {
      position: absolute;
      top: 0;
      right: 0;
      padding: 0 32px;
      display: inline-block; }
      #concept .concept_content_bottom .concept_content .common_subtitle:before {
        background-color: #fff; }
      #concept .concept_content_bottom .concept_content .common_text {
        color: #fff; }
      #concept .concept_content_bottom .concept_content .concept_list {
        margin-top: 24px; }
        #concept .concept_content_bottom .concept_content .concept_list li {
          font-family: "Asap", sans-serif;
          font-size: 16px;
          margin-bottom: 8px;
          vertical-align: middle; }
          #concept .concept_content_bottom .concept_content .concept_list li img {
            width: 64px;
            display: inline-block; }
          #concept .concept_content_bottom .concept_content .concept_list li p {
            font-size: 28px;
            font-weight: 700;
            padding-left: 8px;
            display: inline-block;
            letter-spacing: 1px;
            vertical-align: middle; }
            #concept .concept_content_bottom .concept_content .concept_list li p span {
              font-size: 16px;
              font-weight: 600;
              padding-left: 4px; }

/*===============================================
use
===============================================*/
#use ul {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  padding-bottom: 48px; }
  #use ul .common_content {
    background-color: #fff;
    position: relative;
    width: calc(52% + 120px);
    padding: 96px 128px 64px 122px;
    box-shadow: 0 12px 56px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 12px 56px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 12px 56px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 12px 56px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 12px 56px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    transform: translateX(-120px);
    -webkit-transform: translateX(-120px);
    -moz-transform: translateX(-120px);
    -ms-transform: translateX(-120px);
    -o-transform: translateX(-120px); }
    #use ul .common_content .common_subtitle {
      margin-top: 0; }
    #use ul .common_content .common_text {
      padding-bottom: 32px; }
  #use ul img {
    position: absolute;
    top: -48px;
    right: 0;
    width: calc(70% + 120px);
    z-index: -1;
    transform: translateX(120px);
    -webkit-transform: translateX(120px);
    -moz-transform: translateX(120px);
    -ms-transform: translateX(120px);
    -o-transform: translateX(120px); }

/*===============================================
event
===============================================*/
#event .heading {
  text-align: center; }
#event .top_btn a {
  margin: 48px auto 0; }
#event .tab {
  background-color: #fff;
  max-width: 1000px;
  padding: 80px 0;
  margin: 0 auto 80px;
  text-align: center;
  box-shadow: 0 12px 56px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 12px 56px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 12px 56px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 12px 56px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 12px 56px rgba(0, 0, 0, 0.1); }
  #event .tab li {
    font-size: 16px;
    font-weight: bold;
    position: relative;
    padding: 0;
    margin: 0 32px;
    letter-spacing: 1px; }
    #event .tab li:hover a {
      color: #222; }
      #event .tab li:hover a:before {
        opacity: 1;
        visibility: visible; }
    #event .tab li.current a {
      color: #222; }
      #event .tab li.current a:before {
        opacity: 1;
        visibility: visible; }
    #event .tab li:nth-child(1) {
      font-family: "Asap", sans-serif;
      font-weight: 600; }
    #event .tab li a {
      color: #ccc;
      position: relative; }
      #event .tab li a:before {
        content: '';
        background-color: #222;
        position: absolute;
        bottom: -16px;
        left: 50%;
        width: 32px;
        height: 3px;
        display: block;
        opacity: 0;
        visibility: hidden;
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s; }
#event .articles .tab_content {
  font-size: 0; }
  #event .articles .tab_content article {
    font-size: 12px;
    width: 33.3333%;
    padding: 0;
    margin: 0 0 48px; }
    #event .articles .tab_content article:nth-child(3n+1) {
      padding-right: 20px; }
    #event .articles .tab_content article:nth-child(3n+2) {
      padding: 0 10px; }
    #event .articles .tab_content article:nth-child(3n) {
      padding-left: 20px; }
    #event .articles .tab_content article .article_content {
      background-color: #fff; }
  #event .articles .tab_content .btn {
    margin: 48px auto 0; }
    #event .articles .tab_content .btn a {
      margin: 0 auto; }

/*===============================================
staff
===============================================*/
#staff {
  overflow: hidden; }
  #staff li {
    position: relative;
    margin-bottom: 120px; }
    #staff li:nth-child(even) img {
      left: inherit;
      right: 0; }
    #staff li:nth-child(even) .common_content {
      float: left; }
    #staff li img {
      position: absolute;
      top: 0;
      left: 0;
      width: 560px;
      box-shadow: 0 12px 56px rgba(0, 0, 0, 0.12);
      -webkit-box-shadow: 0 12px 56px rgba(0, 0, 0, 0.12);
      -moz-box-shadow: 0 12px 56px rgba(0, 0, 0, 0.12);
      -ms-box-shadow: 0 12px 56px rgba(0, 0, 0, 0.12);
      -o-box-shadow: 0 12px 56px rgba(0, 0, 0, 0.12); }
    #staff li .common_content {
      float: right;
      color: #fff;
      background-color: #222;
      position: relative;
      width: 672px;
      padding: 64px 80px 64px 96px;
      display: inline-block;
      z-index: -1;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      transform: translateY(48px);
      -webkit-transform: translateY(48px);
      -moz-transform: translateY(48px);
      -ms-transform: translateY(48px);
      -o-transform: translateY(48px); }
      #staff li .common_content .common_subtitle {
        padding: 48px 0 0;
        margin-top: 0; }
        #staff li .common_content .common_subtitle:before {
          content: '';
          background-color: #fff;
          position: absolute;
          top: 0;
          left: 0;
          width: 40px;
          height: 4px; }
      #staff li .common_content .common_text {
        color: #ccc; }
  #staff .slide_text {
    color: #f2f2f2;
    top: 0;
    right: -56px;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl; }

/*===============================================
media
===============================================*/
#media .heading {
  text-align: center; }
#media ul {
  max-width: 640px;
  margin: 0 auto; }
#media li {
  width: 33.3333%;
  padding: 0 32px; }

/*===============================================
schedule
===============================================*/
#schedule {
  background-color: #f2f2f2; }
  #schedule .heading {
    margin: 0; }
  #schedule .schedule_conent .schedule_info {
    text-align: right; }
    #schedule .schedule_conent .schedule_info p {
      font-family: 'Futura';
      font-size: 24px;
      padding-right: 8px;
      display: inline-block; }
    #schedule .schedule_conent .schedule_info .schedule_btn {
      background-color: #fff;
      position: relative;
      width: 32px;
      height: 32px;
      line-height: 32px;
      display: inline-block;
      cursor: pointer;
      vertical-align: bottom; }
      #schedule .schedule_conent .schedule_info .schedule_btn:before {
        content: '';
        position: absolute;
        top: 50%;
        width: 8px;
        height: 8px;
        margin: auto;
        vertical-align: middle;
        transform: translate(-50%, -50%) rotate(45deg);
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        -moz-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
        -o-transform: translate(-50%, -50%) rotate(45deg); }
    #schedule .schedule_conent .schedule_info .schedule_prev:before {
      border-bottom: 4px solid #666;
      border-left: 4px solid #666;
      left: 56%; }
    #schedule .schedule_conent .schedule_info .schedule_next:before {
      border-top: 4px solid #666;
      border-right: 4px solid #666;
      left: 44%; }
  #schedule .schedule_conent .schedule_list {
    margin: 16px 0; }
    #schedule .schedule_conent .schedule_list .schedule_week {
      color: #fff;
      background-color: #222;
      height: 40px;
      line-height: 40px;
      padding: 0 16px;
      text-align: center;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box; }
      #schedule .schedule_conent .schedule_list .schedule_week li {
        font-family: "lato", sans-serif;
        font-size: 18px;
        font-weight: 700;
        letter-spacing: 3px; }
    #schedule .schedule_conent .schedule_list .schedule_day {
      background-color: #fff;
      padding: 16px;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box; }
      #schedule .schedule_conent .schedule_list .schedule_day li {
        border-bottom: 1px solid #ccc;
        border-right: 1px solid #ccc;
        position: relative;
        height: 144px;
        padding: 12px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box; }
        #schedule .schedule_conent .schedule_list .schedule_day li:nth-child(7n) {
          border-right: 0; }
        #schedule .schedule_conent .schedule_list .schedule_day li.prev_month, #schedule .schedule_conent .schedule_list .schedule_day li.next_month {
          color: #999; }
        #schedule .schedule_conent .schedule_list .schedule_day li.border_bottom {
          border-bottom: 0; }
        #schedule .schedule_conent .schedule_list .schedule_day li.today span {
          color: #fff;
          background-color: #2f84c6;
          position: absolute;
          top: 3px;
          left: 3px;
          width: 30px;
          height: 30px;
          line-height: 30px;
          text-align: center;
          border-radius: 50%;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          -o-border-radius: 50%; }
        #schedule .schedule_conent .schedule_list .schedule_day li.scheduled {
          background-color: #e6e6e6;
          padding: 0; }
        #schedule .schedule_conent .schedule_list .schedule_day li .schedule_border {
          border: 2px solid #fff;
          height: 143px;
          padding: 10px;
          overflow: hidden;
          box-sizing: border-box;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          -ms-box-sizing: border-box;
          -o-box-sizing: border-box; }
          #schedule .schedule_conent .schedule_list .schedule_day li .schedule_border .schedule_text {
            margin-top: 16px; }
    #schedule .schedule_conent .schedule_list li {
      font-size: 12px;
      width: 14.2857%;
      padding: 0;
      margin: 0;
      overflow: hidden; }
      #schedule .schedule_conent .schedule_list li span {
        font-family: 'Futura';
        font-size: 16px;
        display: inline-block; }
      #schedule .schedule_conent .schedule_list li .schedule_text {
        font-size: 12px;
        margin-top: 32px;
        line-height: 1.6; }
        #schedule .schedule_conent .schedule_list li .schedule_text p {
          width: 200000%; }
	#schedule .red_text{
	  display: inline;
	  float: left;
	  color: #c22c22;}

/*===============================================
contact
===============================================*/
#contact {
  height: 320px; }
  #contact .contact_text {
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 2px; }

/*
=====================================================================
=====================================================================
1439px
=====================================================================
=====================================================================
*/
@media screen and (max-width: 1439px) {
  /*===============================================
  concept
  ===============================================*/
  #concept .concept_content_top {
    margin-bottom: 0; }
    #concept .concept_content_top img {
      width: 60%;
      transform: translateX(0);
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0); }
    #concept .concept_content_top .concept_content {
      width: 55%;
      padding: 56px 48px 48px;
      transform: translateX(0);
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0); }
  #concept .concept_content_bottom {
    width: 100%;
    margin: 0 auto 0 0;
    transform: translateX(-16px);
    -webkit-transform: translateX(-16px);
    -moz-transform: translateX(-16px);
    -ms-transform: translateX(-16px);
    -o-transform: translateX(-16px); }
    #concept .concept_content_bottom .inner {
      transform: translateX(0);
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0); }
    #concept .concept_content_bottom #concept_slider {
      padding: 0 16px; }
    #concept .concept_content_bottom .concept_content {
      padding: 0 32px 0 0; }

  /*===============================================
  use
  ===============================================*/
  #use ul {
    padding-bottom: 0; }
    #use ul img {
      width: 60%;
      transform: translateX(0);
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0); }
    #use ul .common_content {
      width: 55%;
      padding: 56px 48px 48px;
      transform: translateX(0);
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0); }

  /*===============================================
  staff
  ===============================================*/
  #staff li:nth-child(even) .common_content {
    padding: 56px 80px 48px 48px; }
    #staff li:nth-child(even) .common_content .common_num {
      left: 45px; }
  #staff li img {
    width: 50%; }
  #staff li .common_content {
    width: 55%;
    padding: 56px 48px 48px 80px; }
    #staff li .common_content .common_num {
      left: 78px; } }
/*
=====================================================================
=====================================================================
1023px
=====================================================================
=====================================================================
*/
@media screen and (max-width: 1023px) {
  /*===============================================
  event
  ===============================================*/
  #event .tab li {
    margin: 0 16px; } }
/*
=====================================================================
=====================================================================
768px
=====================================================================
=====================================================================
*/
@media screen and (max-width: 768px) {
  /*===============================================
  concept
  ===============================================*/
  #concept .concept_content_top {
    padding-bottom: 160px;
    margin-bottom: 0; }
    #concept .concept_content_top .concept_content {
      width: 100%;
      padding: 48px 32px 32px; }
    #concept .concept_content_top img {
      position: static;
      width: 100%;
      transform: translate(0, 0);
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0); }
    #concept .concept_content_top .slide_text {
      left: 280px; }
  #concept .concept_content_bottom {
    height: auto;
    padding: 32px 16px; }
    #concept .concept_content_bottom #concept_slider, #concept .concept_content_bottom .concept_content, #concept .concept_content_bottom .concept_list {
      position: static;
      width: 100%;
      padding: 0;
      display: block; }
    #concept .concept_content_bottom #concept_slider {
      position: relative;
      top: 0;
      margin-bottom: 32px; }
    #concept .concept_content_bottom .concept_content .concept_list img {
      width: 48px; }
    #concept .concept_content_bottom .concept_content .concept_list p {
      font-size: 24px; }
      #concept .concept_content_bottom .concept_content .concept_list p span {
        font-size: 14px; }

  /*===============================================
  use
  ===============================================*/
  #use ul .common_content {
    width: 100%;
    padding: 48px 32px 32px; }
  #use ul img {
    position: static;
    width: 100%;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0); }

  /*===============================================
  event
  ===============================================*/
  #event .tab {
    padding: 48px 0 24px;
    margin-bottom: 64px; }
    #event .tab li {
      font-size: 14px;
      width: auto;
      margin: 0 16px 24px;
      display: inline-block; }
      #event .tab li a:before {
        bottom: -8px;
        height: 2px; }
  #event .articles .tab_content article {
    width: 100%;
    margin-bottom: 48px;
    display: block; }
    #event .articles .tab_content article:nth-child(3n+1), #event .articles .tab_content article:nth-child(3n+2), #event .articles .tab_content article:nth-child(3n) {
      padding: 0; }
    #event .articles .tab_content article .article_content .article_info li {
      width: auto; }
  #event .btn {
    position: static; }

  /*===============================================
  staff
  ===============================================*/
  #staff li {
    margin-bottom: 48px; }
    #staff li:nth-child(even) .common_content {
      padding: 64px 32px 32px; }
      #staff li:nth-child(even) .common_content .common_num {
        left: 30px; }
    #staff li:last-child {
      margin-bottom: 0; }
    #staff li img, #staff li .common_content {
      position: static;
      width: 100%; }
    #staff li .common_content {
      padding: 64px 32px 32px;
      transform: translateY(0);
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0); }
      #staff li .common_content .common_num {
        left: 30px; }
      #staff li .common_content .common_subtitle {
        padding: 32px 0 0; }

  /*===============================================
  schedule
  ===============================================*/
  #schedule .heading {
    top: -92px; }
  #schedule .schedule_conent .schedule_list .schedule_week {
    height: 32px;
    line-height: 32px; }
    #schedule .schedule_conent .schedule_list .schedule_week li {
      font-size: 14px;
      letter-spacing: 2px; }
  #schedule .schedule_conent .schedule_list .schedule_day {
    padding: 12px; }
    #schedule .schedule_conent .schedule_list .schedule_day li {
      height: 144px;
      padding: 8px; }
      #schedule .schedule_conent .schedule_list .schedule_day li.today span {
        width: 20px;
        height: 20px;
        line-height: 20px; }
      #schedule .schedule_conent .schedule_list .schedule_day li .schedule_border {
        padding: 6px; }
        #schedule .schedule_conent .schedule_list .schedule_day li .schedule_border .schedule_text {
          margin-top: 12px; }
  #schedule .schedule_conent .schedule_list li span {
    font-size: 12px; }
  #schedule .schedule_conent .schedule_list li .schedule_text {
    margin-top: 24px; }

  /*===============================================
  contact
  ===============================================*/
  #contact {
    height: auto; }
    #contact .contact_text {
      font-size: 24px;
      text-align: center; } }
/*
=====================================================================
=====================================================================
480px
=====================================================================
=====================================================================
*/
@media screen and (max-width: 480px) {
  /*===============================================
  first_view
  ===============================================*/
  #first_view #fv_content img {
    width: 240px; }
  #first_view #fv_content p {
    font-size: 16px; }

  /*===============================================
  concept
  ===============================================*/
  #concept .concept_content_top .concept_content {
    padding: 32px 20px; }
  #concept .concept_content_bottom .concept_list li {
    font-size: 56px;
    width: 100%;
    margin-bottom: 32px;
    display: block; }
    #concept .concept_content_bottom .concept_list li span {
      font-size: 16px; }

  /*===============================================
  use
  ===============================================*/
  #use ul .common_content {
    padding: 32px 20px; }
    #use ul .common_content .common_text {
      padding-bottom: 16px; }

  /*===============================================
  staff
  ===============================================*/
  #staff li:nth-child(even) .common_content {
    padding: 40px 20px 32px; }
    #staff li:nth-child(even) .common_content .common_num {
      left: 20px; }
  #staff li .common_content {
    padding: 40px 20px 32px; }
    #staff li .common_content .common_num {
      font-size: 48px;
      top: -24px;
      left: 20px; }

  /*===============================================
  media
  ===============================================*/
  #media li {
    width: 50%;
    padding: 0 16px; }

  /*===============================================
  schedule
  ===============================================*/
  #schedule .schedule_conent .schedule_info p {
    font-size: 20px; }
  #schedule .schedule_conent .schedule_list .schedule_week {
    padding: 0 8px; }
    #schedule .schedule_conent .schedule_list .schedule_week li {
      font-size: 12px; }
  #schedule .schedule_conent .schedule_list .schedule_day {
    padding: 8px 0; }
  #schedule .schedule_conent .schedule_list li span {
    font-size: 12px; }
  #schedule .schedule_conent .schedule_list li .schedule_text {
    margin-top: 24px; }

  /*===============================================
  contact
  ===============================================*/
  #contact .contact_text {
    font-size: 20px; } }
/*
=====================================================================
=====================================================================
OB訪問
=====================================================================
=====================================================================
*/
/*===============================================
event_list
===============================================*/
#event_list .section_bg {
  width: 100%;
  height: 100%; }

.event_lists li {
  font-size: 14px;
  width: 50%;
  padding: 0 80px;
  margin-bottom: 56px; }
  .event_lists li a {
    border: 1px solid #f2f2f2; }
    .event_lists li a:hover {
      box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
      -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
      -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
      -ms-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
      -o-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
      transform: translate3d(0, -2px, 0);
      -webkit-transform: translate3d(0, -2px, 0);
      -moz-transform: translate3d(0, -2px, 0);
      -ms-transform: translate3d(0, -2px, 0);
      -o-transform: translate3d(0, -2px, 0); }
      .event_lists li a:hover .article_img img {
        opacity: .7;
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1); }
      .event_lists li a:hover .more_btn {
        padding-left: 48px; }
        .event_lists li a:hover .more_btn:before {
          width: 40px; }
  .event_lists li .article_img {
    background-color: #222;
    overflow: hidden; }
    .event_lists li .article_img img {
      transform: scale(1.01);
      -webkit-transform: scale(1.01);
      -moz-transform: scale(1.01);
      -ms-transform: scale(1.01);
      -o-transform: scale(1.01);
      transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s; }
  .event_lists li .article_content {
    padding: 24px 16px; }
    .event_lists li .article_content .article_category {
      color: #fff;
      background-color: #222;
      font-size: 14px;
      font-weight: bold;
      padding: 12px 20px;
      margin-bottom: 16px;
      display: inline-block; }
    .event_lists li .article_content h3 {
      font-size: 20px;
      font-weight: bold;
      margin-bottom: 16px;
      line-height: 1.6;
      letter-spacing: 1px; }
    .event_lists li .article_content .article_text {
      color: #666;
      font-weight: bold;
      margin-bottom: 16px;
      line-height: 1.6;
      letter-spacing: 1px; }
      .event_lists li .article_content .article_text span {
        color: #222;
        font-family: "lato", sans-serif;
        font-size: 18px;
        font-weight: bold;
        padding: 0 2px; }
    .event_lists li .article_content .more_btn {
      color: #222;
      font-family: "lato", sans-serif;
      font-size: 14px;
      font-weight: bold;
      position: relative;
      padding-left: 64px;
      transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s; }
      .event_lists li .article_content .more_btn:before {
        content: '';
        background-color: #222;
        position: absolute;
        top: 8px;
        left: 0;
        width: 56px;
        height: 1px;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s; }

/*
=====================================================================
=====================================================================
1439px
=====================================================================
=====================================================================
*/
@media screen and (max-width: 1439px) {
  /*===============================================
  event_list
  ===============================================*/
  .event_lists li {
    padding: 0 48px; } }
/*
=====================================================================
=====================================================================
768px
=====================================================================
=====================================================================
*/
@media screen and (max-width: 768px) {
  #event_list {
    padding-top: 32px; }

  /*===============================================
  event_list
  ===============================================*/
  .event_lists li {
    width: 100%;
    padding: 0; }
    .event_lists li .article_content .article_category {
      font-size: 12px;
      padding: 8px 16px; }
    .event_lists li .article_content h3 {
      font-size: 18px;
      margin-bottom: 8px; }
    .event_lists li .article_content .article_text {
      font-size: 14px; } }
/*
=====================================================================
=====================================================================
OB訪問詳細
=====================================================================
=====================================================================
*/
/*===============================================
reason
===============================================*/
#reason .heading {
  margin-bottom: 120px; }
#reason li {
  position: relative;
  margin-bottom: 136px; }
  #reason li:last-child {
    margin-bottom: 0; }
  #reason li:nth-child(even) img {
    left: inherit;
    right: -120px; }
  #reason li:nth-child(even) .common_content {
    float: left;
    padding: 48px 80px 64px 120px;
    transform: translateX(-120px);
    -webkit-transform: translateX(-120px);
    -moz-transform: translateX(-120px);
    -ms-transform: translateX(-120px);
    -o-transform: translateX(-120px); }
    #reason li:nth-child(even) .common_content .common_num {
      top: -48px;
      left: 118px; }
  #reason li img {
    position: absolute;
    top: 0;
    left: -120px;
    width: 60%;
    transform: translateY(-48px);
    -webkit-transform: translateY(-48px);
    -moz-transform: translateY(-48px);
    -ms-transform: translateY(-48px);
    -o-transform: translateY(-48px); }
  #reason li .common_content {
    float: right;
    background-color: #fff;
    position: relative;
    width: 1000px;
    padding: 48px 16px 64px 96px;
    z-index: -1;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-shadow: 0 12px 56px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 12px 56px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 12px 56px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 12px 56px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 12px 56px rgba(0, 0, 0, 0.1); }
    #reason li .common_content .reason_content {
      position: relative;
      max-width: 500px;
      padding-right: 32px;
      margin: 0 0 0 auto; }
    #reason li .common_content .common_num {
      top: -120px;
      left: -2px; }

/*===============================================
info
===============================================*/
#info {
  background-color: #f2f2f2; }
  #info table {
    font-size: 16px;
    width: 100%;
    max-width: 720px;
    margin: 0 auto; }
    #info table tr {
      border-bottom: 1px solid #999; }
      #info table tr:last-child {
        border: none; }
      #info table tr th, #info table tr td {
        padding: 32px 0;
        line-height: 1.6;
        text-align: left; }
      #info table tr th {
        width: 216px;
        vertical-align: middle; }

/*===============================================
entry
===============================================*/
#entry {
  height: 400px; }
  #entry .inquiry_text .inquiry_remaining {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px; }
    #entry .inquiry_text .inquiry_remaining span {
      font-family: "lato", sans-serif;
      font-size: 64px;
      font-weight: bold;
      padding: 0 8px; }
  #entry .inquiry_text .inquiry_note {
    font-size: 14px;
    padding-top: 32px;
    line-height: 1.6; }
  #entry .inquiry_text .inquiry_link {
    font-weight: bold;
    padding-top: 48px; }
    #entry .inquiry_text .inquiry_link a {
      color: #fff;
      text-decoration: underline; }

/*===============================================
recommended
===============================================*/
#recommended li {
  margin-bottom: 32px; }
  #recommended li:last-child {
    margin-bottom: 0; }

/*
=====================================================================
=====================================================================
1439px
=====================================================================
=====================================================================
*/
@media screen and (max-width: 1439px) {
  /*===============================================
  reason
  ===============================================*/
  #reason li:nth-child(even) img {
    right: 0; }
  #reason li:nth-child(even) .common_content {
    padding: 56px 80px 48px 48px;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0); }
    #reason li:nth-child(even) .common_content .common_num {
      left: 46px; }
  #reason li img {
    left: 0;
    width: 50%; }
  #reason li .common_content {
    width: 55%;
    padding: 56px 48px 48px 80px; } }
/*
=====================================================================
=====================================================================
1023px
=====================================================================
=====================================================================
*/
@media screen and (max-width: 1023px) {
  /*===============================================
  reason
  ===============================================*/
  #reason li:nth-child(even) .common_content .common_num {
    top: -40px; }

  /*===============================================
  entry
  ===============================================*/
  #entry {
    height: auto; }
    #entry .inquiry_text {
      position: static;
      max-width: 496px;
      margin: 0 auto;
      transform: translate(0, 0);
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0); }
    #entry .btn {
      position: static;
      margin-top: 48px;
      transform: translate(0, 0);
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0); }
      #entry .btn a {
        margin: 0 auto; } }
/*
=====================================================================
=====================================================================
768px
=====================================================================
=====================================================================
*/
@media screen and (max-width: 768px) {
  /*===============================================
  reason
  ===============================================*/
  #reason {
    padding-top: 32px; }
    #reason .heading {
      margin-bottom: 56px; }
    #reason li {
      margin-bottom: 48px; }
      #reason li:last-child {
        margin-bottom: 0; }
      #reason li:nth-child(even) .common_content {
        padding: 48px 32px 32px; }
        #reason li:nth-child(even) .common_content .common_num {
          left: 30px; }
      #reason li img, #reason li .common_content {
        float: none;
        position: static;
        width: 100%;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0); }
      #reason li .common_content {
        padding: 32px; }
        #reason li .common_content .reason_content {
          max-width: 100%;
          padding: 0; }
        #reason li .common_content .common_num {
          font-size: 32px;
          position: static;
          transform: translateX(-2px);
          -webkit-transform: translateX(-2px);
          -moz-transform: translateX(-2px);
          -ms-transform: translateX(-2px);
          -o-transform: translateX(-2px); }

  /*===============================================
  entry
  ===============================================*/
  #entry .inquiry_text .inquiry_remaining {
    font-size: 18px; }
    #entry .inquiry_text .inquiry_remaining span {
      font-size: 48px; }
  #entry .inquiry_text .inquiry_link {
    font-size: 14px; } }
/*
=====================================================================
=====================================================================
480px
=====================================================================
=====================================================================
*/
@media screen and (max-width: 480px) {
  /*===============================================
  reason
  ===============================================*/
  #reason .heading {
    margin-bottom: 48px; }
  #reason li:nth-child(even) .common_content {
    padding: 32px 16px; }
  #reason li .common_content {
    padding: 32px 16px; }
    #reason li .common_content .common_num {
      font-size: 24px; }

  /*===============================================
  info
  ===============================================*/
  #info .heading {
    margin-bottom: 16px; }
  #info table tr th, #info table tr td {
    font-size: 14px; }
  #info table tr th {
    width: 106px; }

  /*===============================================
  entry
  ===============================================*/
  #entry {
    padding: 48px 16px 64px; }
    #entry .inquiry_text .inquiry_remaining {
      font-size: 16px;
      line-height: 1.2; }
      #entry .inquiry_text .inquiry_remaining span {
        font-size: 40px; }
    #entry .inquiry_text .inquiry_note {
      padding-top: 24px; }
    #entry .inquiry_text .inquiry_link {
      padding-top: 32px; } }
/*
=====================================================================
=====================================================================
イベント
=====================================================================
=====================================================================
*/
/*===============================================
event_header
===============================================*/
#event_header {
  background-image: url(./img/event-header-event.png); }

/*===============================================
feature
===============================================*/
#feature {
  padding-bottom: 64px; }
  #feature .section_bg {
    height: 100%; }
  #feature li {
    position: relative;
    margin-bottom: 120px; }
    #feature li:nth-child(even) img {
      left: inherit;
      right: 0; }
    #feature li:nth-child(even) .common_content {
      float: left; }
    #feature li img {
      position: absolute;
      top: 0;
      left: 0;
      width: 560px;
      box-shadow: 0 12px 56px rgba(0, 0, 0, 0.12);
      -webkit-box-shadow: 0 12px 56px rgba(0, 0, 0, 0.12);
      -moz-box-shadow: 0 12px 56px rgba(0, 0, 0, 0.12);
      -ms-box-shadow: 0 12px 56px rgba(0, 0, 0, 0.12);
      -o-box-shadow: 0 12px 56px rgba(0, 0, 0, 0.12); }
    #feature li .common_content {
      float: right;
      color: #fff;
      background-color: #222;
      position: relative;
      width: 672px;
      padding: 72px 80px 80px 96px;
      display: inline-block;
      z-index: -1;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      transform: translateY(48px);
      -webkit-transform: translateY(48px);
      -moz-transform: translateY(48px);
      -ms-transform: translateY(48px);
      -o-transform: translateY(48px); }
      #feature li .common_content .common_subtitle {
        margin-top: 0; }
        #feature li .common_content .common_subtitle:before {
          background-color: #fff; }
      #feature li .common_content .common_text {
        color: #ccc;
        max-width: 440px; }

/*===============================================
event
===============================================*/
#event .two_btn .btn {
  position: static; }
#event .articles .tab_content article .article_content .article_info .article_category {
  padding: 10px 16px; }

/*
=====================================================================
=====================================================================
1439px
=====================================================================
=====================================================================
*/
@media screen and (max-width: 1439px) {
  /*===============================================
  feature
  ===============================================*/
  #feature li:nth-child(even) .common_content {
    padding: 56px 80px 48px 48px; }
  #feature li img {
    width: 50%; }
  #feature li .common_content {
    width: 55%;
    padding: 56px 48px 48px 80px; } }
/*
=====================================================================
=====================================================================
1023px
=====================================================================
=====================================================================
*/
@media screen and (max-width: 1023px) {
  /*===============================================
  feature
  ===============================================*/
  #feature {
    padding-bottom: 32px; } }
/*
=====================================================================
=====================================================================
768px
=====================================================================
=====================================================================
*/
@media screen and (max-width: 768px) {
  /*===============================================
  feature
  ===============================================*/
  #feature li {
    margin-bottom: 48px; }
    #feature li:nth-child(even) .common_content {
      padding: 48px 32px 32px; }
    #feature li:last-child {
      margin-bottom: 0; }
    #feature li img, #feature li .common_content {
      float: none;
      position: static;
      width: 100%;
      transform: translateY(0);
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0); }
    #feature li .common_content {
      padding: 48px 32px 32px; } }
/*
=====================================================================
=====================================================================
480px
=====================================================================
=====================================================================
*/
@media screen and (max-width: 480px) {
  /*===============================================
  feature
  ===============================================*/
  #feature li:nth-child(even) .common_content {
    padding: 32px 16px; }
  #feature li .common_content {
    padding: 32px 16px; } }
/*
=====================================================================
=====================================================================
社長メシ
=====================================================================
=====================================================================
*/
/*===============================================
shachomeshi_header
===============================================*/
#shachomeshi_header {
  background-image: url(./img/shachomeshi-header-shachomeshi.png); }
  #shachomeshi_header .shachomeshi_header_title {
    top: 55%; }
    #shachomeshi_header .shachomeshi_header_title h2 span {
      padding: 32px 0 0;
      line-height: 1.6; }
    #shachomeshi_header .shachomeshi_header_title .two_btn .btn a {
      width: 320px; }
    #shachomeshi_header .shachomeshi_header_title .two_btn .wt_btn a {
      color: #222;
      background-color: #fff; }
      #shachomeshi_header .shachomeshi_header_title .two_btn .wt_btn a:hover span {
        color: #fff; }
      #shachomeshi_header .shachomeshi_header_title .two_btn .wt_btn a:after {
        background-color: #222; }
    #shachomeshi_header .shachomeshi_header_title .two_btn .bk_btn a {
      color: #fff;
      border: 1px solid #fff; }
      #shachomeshi_header .shachomeshi_header_title .two_btn .bk_btn a:hover span {
        color: #222; }
      #shachomeshi_header .shachomeshi_header_title .two_btn .bk_btn a:after {
        background-color: #fff; }
    #shachomeshi_header .shachomeshi_header_title p.pc {
      display: none; }

/*===============================================
shachomeshi_list
===============================================*/
#shachomeshi_list {
  background-color: #f2f2f2; }
  #shachomeshi_list .section_bg {
    width: 100%;
    height: 100%; }
  #shachomeshi_list .heading.jp_heading {
    top: -240px; }
  #shachomeshi_list .search {
    background-color: #fff;
    font-size: 0;
    padding: 44px 0;
    margin-bottom: 32px;
    box-shadow: 0 12px 56px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 12px 56px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 12px 56px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 12px 56px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 12px 56px rgba(0, 0, 0, 0.1); }
    #shachomeshi_list .search .search_btn {
      width: 50%;
      display: inline-block;
      text-align: center;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box; }
      #shachomeshi_list .search .search_btn p {
        font-size: 16px;
        font-weight: bold;
        padding-right: 16px;
        display: inline-block;
        vertical-align: middle; }
      #shachomeshi_list .search .search_btn form {
        position: relative;
        width: 320px;
        display: inline-block; }
        #shachomeshi_list .search .search_btn form .radius {
          border: none;
          appearance: none;
          -webkit-appearance: none;
          -moz-appearance: none;
          -ms-appearance: none;
          -o-appearance: none;
          border-radius: 0;
          -webkit-border-radius: 0;
          -moz-border-radius: 0;
          -ms-border-radius: 0;
          -o-border-radius: 0;
          box-sizing: border-box;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          -ms-box-sizing: border-box;
          -o-box-sizing: border-box;
          transition: all 0.3s;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -ms-transition: all 0.3s;
          -o-transition: all 0.3s; }
          #shachomeshi_list .search .search_btn form .radius:placeholder-shown {
            color: #222;
            font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
            font-size: 16px; }
          #shachomeshi_list .search .search_btn form .radius::-webkit-input-placeholder {
            color: #222;
            font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
            font-size: 16px; }
          #shachomeshi_list .search .search_btn form .radius:-moz-placeholder {
            opacity: 1;
            color: #222;
            font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
            font-size: 16px; }
          #shachomeshi_list .search .search_btn form .radius::-moz-placeholder {
            opacity: 1;
            color: #222;
            font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
            font-size: 16px; }
          #shachomeshi_list .search .search_btn form .radius:-ms-input-placeholder {
            color: #222;
            font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
            font-size: 16px; }
          #shachomeshi_list .search .search_btn form .radius:hover, #shachomeshi_list .search .search_btn form .radius:focus {
            outline: none; }
        #shachomeshi_list .search .search_btn form select {
          background-color: #efefef;
          font-size: 16px;
          padding: 8px;
          width: 100%;
          height: 56px; }
          #shachomeshi_list .search .search_btn form select:hover, #shachomeshi_list .search .search_btn form select:focus {
            border: 1px solid inset #222; }
          #shachomeshi_list .search .search_btn form select::-ms-expand {
            display: none; }
        #shachomeshi_list .search .search_btn form button {
          color: #fff;
          background-color: #222;
          position: absolute;
          top: 0;
          right: 0;
          width: 56px;
          height: 56px;
          line-height: 56px; }
          #shachomeshi_list .search .search_btn form button:hover i, #shachomeshi_list .search .search_btn form button:focus i {
            font-size: 22px; }
          #shachomeshi_list .search .search_btn form button i {
            font-size: 18px;
            position: absolute;
            top: 50%;
            left: 50%;
            transition: all 0.3s;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -ms-transition: all 0.3s;
            -o-transition: all 0.3s;
            transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%); }
  #shachomeshi_list article {
    margin-bottom: 32px; }
    #shachomeshi_list article .article_content {
      padding: 24px; }
      #shachomeshi_list article .article_content .article_info .shachomeshi_top {
        padding-bottom: 24px; }
        #shachomeshi_list article .article_content .article_info .shachomeshi_top a {
          float: left;
          background-color: #222;
          display: inline-block;
          overflow: hidden;
          vertical-align: top; }
          #shachomeshi_list article .article_content .article_info .shachomeshi_top a:hover img {
            opacity: .7;
            transform: scale(1.1);
            -webkit-transform: scale(1.1);
            -moz-transform: scale(1.1);
            -ms-transform: scale(1.1);
            -o-transform: scale(1.1); }
        #shachomeshi_list article .article_content .article_info .shachomeshi_top img {
          width: 100px;
          vertical-align: top;
          transform: scale(1.01);
          -webkit-transform: scale(1.01);
          -moz-transform: scale(1.01);
          -ms-transform: scale(1.01);
          -o-transform: scale(1.01);
          transition: all 0.3s;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -ms-transition: all 0.3s;
          -o-transition: all 0.3s; }
        #shachomeshi_list article .article_content .article_info .shachomeshi_top .shachomeshi_info {
          float: left;
          width: 62%;
          padding-top: 16px;
          padding-left: 16px;
          display: inline-block; }
          #shachomeshi_list article .article_content .article_info .shachomeshi_top .shachomeshi_info .shachomeshi_company {
            font-size: 14px;
            padding-bottom: 12px;
            line-height: 1.4; }
          #shachomeshi_list article .article_content .article_info .shachomeshi_top .shachomeshi_info .shachomeshi_name {
            font-size: 16px;
            font-weight: bold; }
            #shachomeshi_list article .article_content .article_info .shachomeshi_top .shachomeshi_info .shachomeshi_name span {
              color: #979797;
              font-family: "lato", sans-serif;
              font-size: 12px;
              font-weight: bold;
              padding-top: 8px;
              display: block; }
  #shachomeshi_list .btn a {
    margin: 32px auto 0; }

/*===============================================
shachomeshi_about
===============================================*/
#shachomeshi_about {
  z-index: auto; }
  #shachomeshi_about .bg_right {
    top: -160px;
    z-index: -1; }
  #shachomeshi_about .shachomeshi_movie {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    box-shadow: 0 12px 56px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 12px 56px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 12px 56px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 12px 56px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 12px 56px rgba(0, 0, 0, 0.1); }
    #shachomeshi_about .shachomeshi_movie a {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 120px;
      height: 120px;
      margin: 0 auto;
      z-index: 10;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%); }
      #shachomeshi_about .shachomeshi_movie a:hover img {
        width: 40px; }
      #shachomeshi_about .shachomeshi_movie a:hover:before {
        opacity: 1;
        transform: scale3d(1, 1, 1);
        -webkit-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        -o-transform: scale3d(1, 1, 1); }
      #shachomeshi_about .shachomeshi_movie a:hover:after {
        opacity: 0;
        transform: scale3d(0.8, 0.8, 1);
        -webkit-transform: scale3d(0.8, 0.8, 1);
        -moz-transform: scale3d(0.8, 0.8, 1);
        -ms-transform: scale3d(0.8, 0.8, 1);
        -o-transform: scale3d(0.8, 0.8, 1); }
      #shachomeshi_about .shachomeshi_movie a img {
        position: absolute;
        top: 50%;
        left: 52%;
        width: 34px;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%); }
      #shachomeshi_about .shachomeshi_movie a:before, #shachomeshi_about .shachomeshi_movie a:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
        -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
        -moz-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
        -ms-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
        -o-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1); }
      #shachomeshi_about .shachomeshi_movie a:before {
        border: 2px solid #fff;
        opacity: 0;
        transform: scale3d(1.2, 1.2, 1);
        -webkit-transform: scale3d(1.2, 1.2, 1);
        -moz-transform: scale3d(1.2, 1.2, 1);
        -ms-transform: scale3d(1.2, 1.2, 1);
        -o-transform: scale3d(1.2, 1.2, 1); }
      #shachomeshi_about .shachomeshi_movie a:after {
        background-color: #222;
        box-shadow: 0 0 46px rgba(255, 255, 255, 0.2);
        -webkit-box-shadow: 0 0 46px rgba(255, 255, 255, 0.2);
        -moz-box-shadow: 0 0 46px rgba(255, 255, 255, 0.2);
        -ms-box-shadow: 0 0 46px rgba(255, 255, 255, 0.2);
        -o-box-shadow: 0 0 46px rgba(255, 255, 255, 0.2); }

#close_btn {
  background-color: transparent;
  border: none;
  outline: 0;
  position: absolute;
  top: inherit;
  bottom: -80px;
  left: 50%;
  width: 64px;
  height: 64px;
  display: inline-block;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%); }
  #close_btn:hover:before {
    opacity: 1;
    transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1); }
  #close_btn:hover:after {
    opacity: 0;
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transform: scale3d(0.8, 0.8, 1);
    -moz-transform: scale3d(0.8, 0.8, 1);
    -ms-transform: scale3d(0.8, 0.8, 1);
    -o-transform: scale3d(0.8, 0.8, 1); }
  #close_btn:before, #close_btn:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    transition: transform .3s,opacity .3s;
    -webkit-transition: transform .3s,opacity .3s;
    -moz-transition: transform .3s,opacity .3s;
    -ms-transition: transform .3s,opacity .3s;
    -o-transition: transform .3s,opacity .3s;
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    -moz-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    -ms-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    -o-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1); }
  #close_btn:before {
    border: 2px solid #fff;
    opacity: 0;
    transform: scale3d(1.2, 1.2, 1);
    -webkit-transform: scale3d(1.2, 1.2, 1);
    -moz-transform: scale3d(1.2, 1.2, 1);
    -ms-transform: scale3d(1.2, 1.2, 1);
    -o-transform: scale3d(1.2, 1.2, 1); }
  #close_btn:after {
    background-color: rgba(255, 255, 255, 0.5); }
  #close_btn span {
    background-color: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 1px;
    display: block;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%); }
    #close_btn span:before, #close_btn span:after {
      content: '';
      background-color: #fff;
      position: absolute;
      left: 0;
      width: 100%;
      height: 100%; }
    #close_btn span:before {
      top: 0;
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg); }
    #close_btn span:after {
      bottom: 0;
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg); }

/*===============================================
shachomeshi_feature
===============================================*/
#shachomeshi_feature {
  background-color: #f2f2f2; }
  #shachomeshi_feature .section_bg {
    height: 100%; }
  #shachomeshi_feature li {
    font-size: 14px;
    width: 33.3333%;
    padding: 0;
    line-height: 1.8;
    text-align: center; }
    #shachomeshi_feature li:nth-child(1) {
      padding-right: 16px; }
      #shachomeshi_feature li:nth-child(1) .feature_title {
        transform: translateY(20px);
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -o-transform: translateY(20px); }
    #shachomeshi_feature li:nth-child(2) {
      padding: 0 16px; }
    #shachomeshi_feature li:nth-child(3) {
      padding-left: 16px; }
    #shachomeshi_feature li .feature_content {
      background-color: #222;
      height: 400px;
      padding: 48px 48px 0;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-shadow: 0 12px 56px rgba(0, 0, 0, 0.1);
      -webkit-box-shadow: 0 12px 56px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 12px 56px rgba(0, 0, 0, 0.1);
      -ms-box-shadow: 0 12px 56px rgba(0, 0, 0, 0.1);
      -o-box-shadow: 0 12px 56px rgba(0, 0, 0, 0.1); }
    #shachomeshi_feature li img {
      width: auto;
      height: 118px;
      margin: 0 auto 32px; }
    #shachomeshi_feature li .feature_title {
      color: #fff;
      font-size: 20px;
      font-weight: bold;
      height: 72px;
      padding-bottom: 24px; }
    #shachomeshi_feature li .feature_text {
      color: #c4c4c4;
      text-align: left; }

/*===============================================
shachomeshi_step
===============================================*/
#shachomeshi_step #step_slider {
  display: none; }
#shachomeshi_step li {
  width: 25%;
  text-align: center; }
  #shachomeshi_step li:first-child .step_num:before, #shachomeshi_step li:first-child .step_num:after {
    content: none; }
  #shachomeshi_step li .step_num {
    color: #fff;
    background-color: #222;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    height: 32px;
    line-height: 32px;
    margin-bottom: 40px; }
    #shachomeshi_step li .step_num:before, #shachomeshi_step li .step_num:after {
      position: absolute;
      left: -38px;
      display: block;
      content: '';
      background-color: #222;
      border-left: 40px solid #fff;
      width: 40px;
      height: 16px; }
    #shachomeshi_step li .step_num:before {
      bottom: 0;
      transform: skew(-30deg);
      -webkit-transform: skew(-30deg);
      -moz-transform: skew(-30deg);
      -ms-transform: skew(-30deg);
      -o-transform: skew(-30deg); }
    #shachomeshi_step li .step_num:after {
      top: 0;
      transform: skew(30deg);
      -webkit-transform: skew(30deg);
      -moz-transform: skew(30deg);
      -ms-transform: skew(30deg);
      -o-transform: skew(30deg); }
  #shachomeshi_step li img {
    width: auto;
    height: 100px;
    margin: 0 auto 32px; }
  #shachomeshi_step li .step_title {
    font-size: 20px;
    font-weight: bold; }

/*
=====================================================================
=====================================================================
1439px
=====================================================================
=====================================================================
*/
@media screen and (max-width: 1439px) {
  /*===============================================
  shachomeshi_feature
  ===============================================*/
  #shachomeshi_feature li .feature_content {
    padding: 48px 16px 0; }
    #shachomeshi_feature li .feature_content .feature_title {
      font-size: 18px; } }
/*
=====================================================================
=====================================================================
1200px
=====================================================================
=====================================================================
*/
@media screen and (max-width: 1200px) {
  /*===============================================
  shachomeshi_list
  ===============================================*/
  #shachomeshi_list article .article_content .article_info .shachomeshi_top .shachomeshi_info {
    width: 55%; } }
/*
=====================================================================
=====================================================================
1023px
=====================================================================
=====================================================================
*/
@media screen and (max-width: 1023px) {
  /*===============================================
  shachomeshi_list
  ===============================================*/
  #shachomeshi_list .search {
    padding: 44px 0; }
    #shachomeshi_list .search .search_btn:first-child {
      padding: 0 8px 0 16px; }
    #shachomeshi_list .search .search_btn:last-child {
      padding: 0 16px 0 8px; }
    #shachomeshi_list .search .search_btn p {
      padding: 0 0 16px 0;
      text-align: left;
      display: block; }
    #shachomeshi_list .search .search_btn form {
      width: 100%; }
  #shachomeshi_list article .article_content .article_info .shachomeshi_top img {
    width: 80px; }
  #shachomeshi_list article .article_content .article_info .shachomeshi_top .shachomeshi_info {
    width: 45%;
    padding-top: 0; } }
/*
=====================================================================
=====================================================================
768px
=====================================================================
=====================================================================
*/
@media screen and (max-width: 768px) {
  /*===============================================
  shachomeshi_header
  ===============================================*/
  #shachomeshi_header .shachomeshi_header_title .two_btn {
    margin-bottom: 24px; }
  #shachomeshi_header .shachomeshi_header_title p.pc {
    margin-bottom: 24px;
    display: block; }
  #shachomeshi_header .shachomeshi_header_title p img {
    width: 160px; }

  /*===============================================
  shachomeshi_list
  ===============================================*/
  #shachomeshi_list .heading.jp_heading {
    top: -178px; }
  #shachomeshi_list .btn a {
    margin: 0 auto; }
  #shachomeshi_list .search {
    padding: 24px 16px; }
    #shachomeshi_list .search .search_btn {
      width: 100%;
      display: block; }
      #shachomeshi_list .search .search_btn:first-child {
        padding: 0 0 24px; }
      #shachomeshi_list .search .search_btn:last-child {
        padding: 0; }
  #shachomeshi_list article {
    width: 100%; }
    #shachomeshi_list article:nth-child(3n+1), #shachomeshi_list article:nth-child(3n+2), #shachomeshi_list article:nth-child(3n) {
      padding: 0; }
    #shachomeshi_list article .article_content .article_info .shachomeshi_top img {
      width: 100px; }
    #shachomeshi_list article .article_content .article_info .shachomeshi_top .shachomeshi_info {
      width: 68%;
      padding-top: 16px; }
    #shachomeshi_list article .article_content .article_info li {
      width: auto; }

  /*===============================================
  shachomeshi_feature
  ===============================================*/
  #shachomeshi_feature li {
    width: 100%; }
    #shachomeshi_feature li:nth-child(3n+1), #shachomeshi_feature li:nth-child(3n+2), #shachomeshi_feature li:nth-child(3n) {
      padding: 0; }
    #shachomeshi_feature li:nth-child(3n+1) .feature_title {
      transform: translateY(0);
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0); }
    #shachomeshi_feature li .feature_content {
      max-width: 400px;
      height: auto;
      padding: 32px 16px;
      margin: 0 auto; }
    #shachomeshi_feature li .feature_title {
      height: auto;
      padding-bottom: 16px; }

  /*===============================================
  shachomeshi_step
  ===============================================*/
  #shachomeshi_step #step_flow {
    display: none; }
  #shachomeshi_step #step_slider {
    display: block; }
    #shachomeshi_step #step_slider ul.dot_class {
      padding: 32px 0 0;
      text-align: center; }
      #shachomeshi_step #step_slider ul.dot_class li {
        background-color: #252e33;
        width: 12px;
        height: 12px;
        padding: 0;
        margin: 0 6px;
        display: inline-block;
        cursor: pointer;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%; }
        #shachomeshi_step #step_slider ul.dot_class li.slick-active {
          background-color: #3abcdc; }
        #shachomeshi_step #step_slider ul.dot_class li button {
          background-color: transparent;
          border: 0;
          outline: none;
          font-size: 0;
          cursor: pointer; }
          #shachomeshi_step #step_slider ul.dot_class li button:hover, #shachomeshi_step #step_slider ul.dot_class li button:focus {
            outline: none; }
  #shachomeshi_step li {
    position: relative;
    width: 320px;
    margin-bottom: 0; }
    #shachomeshi_step li .step_num:before, #shachomeshi_step li .step_num:after {
      left: 0;
      border-left: 4px solid #e6e6e6;
      width: 28px; } }
/*
=====================================================================
=====================================================================
480px
=====================================================================
=====================================================================
*/
@media screen and (max-width: 480px) {
  /*===============================================
  shachomeshi_header
  ===============================================*/
  #shachomeshi_header {
    background-image: url(./img/shachomeshi-header-shachomeshi-sp.png); }
    #shachomeshi_header .shachomeshi_header_title h2 {
      font-size: 20px; }

  /*===============================================
  shachomeshi_list
  ===============================================*/
  #shachomeshi_list .heading.jp_heading {
    top: -156px; }
  #shachomeshi_list .btn a {
    font-size: 14px;
    width: 100%; }
  #shachomeshi_list .search .search_btn p {
    font-size: 14px;
    padding-bottom: 8px; }
  #shachomeshi_list .search .search_btn form select {
    height: 48px; }
  #shachomeshi_list .search .search_btn form button {
    width: 48px;
    height: 48px;
    line-height: 48px; }
  #shachomeshi_list article .article_content .article_info .shachomeshi_top img {
    width: 80px; }
  #shachomeshi_list article .article_content .article_info .shachomeshi_top .shachomeshi_info {
    width: 65%;
    padding-top: 8px; }

  /*===============================================
  shachomeshi_about
  ===============================================*/
  #shachomeshi_about .heading.jp_heading {
    top: -88px; }
  #shachomeshi_about .shachomeshi_movie a {
    width: 60px;
    height: 60px;
    line-height: 60px; }
    #shachomeshi_about .shachomeshi_movie a img {
      width: 16px; }

  /*===============================================
  shachomeshi_feature
  ===============================================*/
  #shachomeshi_feature .heading.jp_heading {
    top: -88px; }
  #shachomeshi_feature li .feature_content {
    max-width: 100%; }
  #shachomeshi_feature li img {
    height: 96px;
    margin-bottom: 16px; }
  #shachomeshi_feature li .feature_title {
    font-size: 16px; }

  /*===============================================
  shachomeshi_step
  ===============================================*/
  #shachomeshi_step .heading.jp_heading {
    top: -88px; } }
/*
=====================================================================
=====================================================================
374px
=====================================================================
=====================================================================
*/
@media screen and (max-width: 374px) {
  /*===============================================
  shachomeshi_header
  ===============================================*/
  #shachomeshi_header .shachomeshi_header_title h2 {
    font-size: 14px; }
    #shachomeshi_header .shachomeshi_header_title h2 span {
      font-size: 12px; }
  #shachomeshi_header .shachomeshi_header_title .two_btn {
    padding: 0 16px; }
    #shachomeshi_header .shachomeshi_header_title .two_btn .btn a {
      width: 100%; }

  /*===============================================
  shachomeshi_list
  ===============================================*/
  #shachomeshi_list article .article_content .article_info .shachomeshi_top .shachomeshi_info {
    width: 57%; } }
/*
=====================================================================
=====================================================================
通常記事
=====================================================================
=====================================================================
*/
/*===============================================
single_header
===============================================*/
#single_header {
  color: #fff;
  background-image: url(./img/shachomeshi-header-single.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 400px;
  padding: 0; }
  #single_header .transparent {
    background-color: rgba(0, 0, 0, 0.4);
    height: 100%; }
  #single_header .single_header_title {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%); }
    #single_header .single_header_title h1 {
      font-size: 40px;
      font-weight: bold;
      line-height: 2;
      letter-spacing: 2px; }

/*===============================================
single_article
===============================================*/
#single_article {
  background-color: #e6e6e6;
  position: static;
  padding: 0 0 120px; }
  #single_article .inner {
    background-color: #fff; }
  #single_article #single_content {
    max-width: 800px;
    padding: 88px 0 50px;
    margin: 0 auto 120px; }
    #single_article #single_content h2 {
      color: #fff;
      background-color: #222;
      padding: 20px;
      margin: 48px 0; }
      #single_article #single_content h2 span {
        font-family: "lato", sans-serif;
        font-size: 28px;
        font-weight: bold;
        padding-right: 8px;
        vertical-align: top; }
      #single_article #single_content h2 p {
        font-size: 20px;
        font-weight: bold;
        width: calc(100% - 54px);
        padding-bottom: 0;
        line-height: 1.6;
        display: inline-block; }
    #single_article #single_content img {
      margin-bottom: 32px; }
    #single_article #single_content p {
      font-size: 16px;
      padding-bottom: 24px;
      line-height: 2.4; }
    #single_article #single_content strong {
      font-weight: bold; }
    #single_article #single_content .red_text {
      color: #c22c22; }
    #single_article #single_content .large_text {
      font-size: 18px; }
    #single_article #single_content .explain {
      background-color: #f2f2f2;
      padding: 44px 56px;
      margin-bottom: 24px; }
      #single_article #single_content .explain .explain_title {
        border-bottom: 1px solid #222;
        font-weight: bold;
        padding-bottom: 8px;
        margin-bottom: 24px; }
      #single_article #single_content .explain .explain_text:last-child {
        padding-bottom: 0; }
    #single_article #single_content #entry {
      height: 232px;
      margin: 32px 0 64px; }
      #single_article #single_content #entry .slide_text {
        font-size: 200px;
        z-index: 0; }
      #single_article #single_content #entry .btn {
        right: 48px; }
  #single_article #shachomeshi_list {
    background-color: #f2f2f2;
    position: relative;
    padding: 64px 0;
    margin: 0 auto; }
    #single_article #shachomeshi_list .inner {
      background-color: transparent;
      max-width: 800px;
      margin: 0 auto; }
    #single_article #shachomeshi_list .heading.jp_heading {
      top: -140px; }
    #single_article #shachomeshi_list article {
      width: 50%; }
      #single_article #shachomeshi_list article:nth-child(3n+1), #single_article #shachomeshi_list article:nth-child(3n+2), #single_article #shachomeshi_list article:nth-child(3n) {
        padding: 0; }
      #single_article #shachomeshi_list article:nth-child(odd) {
        padding-right: 8px; }
      #single_article #shachomeshi_list article:nth-child(even) {
        padding-left: 8px; }

/*
=====================================================================
=====================================================================
800px
=====================================================================
=====================================================================
*/
@media screen and (max-width: 800px) {
  /*===============================================
  single_article
  ===============================================*/
  #single_article {
    padding: 0 16px 96px; }
    #single_article #single_content {
      padding: 88px 16px 0; }
    #single_article #shachomeshi_list {
      padding: 64px 16px; } }
/*
=====================================================================
=====================================================================
768px
=====================================================================
=====================================================================
*/
@media screen and (max-width: 768px) {
  /*===============================================
  single_header
  ===============================================*/
  #single_header {
    height: 240px; }
    #single_header .single_header_title h1 {
      font-size: 28px;
      line-height: 1.6; }

  /*===============================================
  single_article
  ===============================================*/
  #single_article {
    padding: 64px 16px; }
    #single_article #single_content {
      padding: 32px 16px;
      margin: 0 auto; }
      #single_article #single_content h2 {
        padding: 16px;
        margin: 32px 0; }
        #single_article #single_content h2 span {
          font-size: 24px; }
        #single_article #single_content h2 p {
          font-size: 18px;
          width: calc(100% - 48px); }
      #single_article #single_content p {
        font-size: 14px; }
      #single_article #single_content .explain {
        padding: 32px; }
      #single_article #single_content #entry .slide_text {
        font-size: 120px; }
      #single_article #single_content #entry .btn {
        position: absolute;
        top: 50%;
        left: 50%;
        right: inherit;
        margin: 0;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%); }
    #single_article #shachomeshi_list {
      padding: 48px 16px 0; }
      #single_article #shachomeshi_list .heading.jp_heading {
        top: -104px; }
      #single_article #shachomeshi_list article {
        width: 100%; }
        #single_article #shachomeshi_list article:nth-child(odd), #single_article #shachomeshi_list article:nth-child(even) {
          padding: 0; } }
/*
=====================================================================
=====================================================================
480px
=====================================================================
=====================================================================
*/
@media screen and (max-width: 480px) {
  /*===============================================
  single_header
  ===============================================*/
  #single_header .single_header_title h1 {
    font-size: 24px;
    padding: 0 16px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box; }

  /*===============================================
  single_article
  ===============================================*/
  #single_article #single_content h2 span {
    font-size: 20px; }
  #single_article #single_content h2 p {
    font-size: 16px;
    margin-top: -1px; }
  #single_article #single_content .explain {
    padding: 24px 16px; }
  #single_article #single_content #entry .btn {
    width: 100%;
    padding: 0 16px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box; }
    #single_article #single_content #entry .btn a {
      width: 100%; }
  #single_article #shachomeshi_list .heading.jp_heading {
    top: -92px; }
  #single_article .articles .tab_content article .article_content {
    padding: 24px 16px; } }
/*
=====================================================================
=====================================================================
374px
=====================================================================
=====================================================================
*/
@media screen and (max-width: 374px) {
  /*===============================================
  single_article
  ===============================================*/
  #single_article #single_content #entry .btn a {
    font-size: 12px; } }
/*
=====================================================================
=====================================================================
アクセス
=====================================================================
=====================================================================
*/
#access_header {
  background-image: url(./img/access-header-access.png); }

#access #map_content {
  margin-bottom: 48px; }
  #access #map_content #map_canvas {
    width: 100%;
    height: 560px;
    display: block;
    box-shadow: 0 12px 56px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 12px 56px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 12px 56px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 12px 56px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 12px 56px rgba(0, 0, 0, 0.1); }
#access p {
  font-size: 16px; }
#access .access_text {
  padding-bottom: 16px;
  line-height: 1.6; }
#access .access_link:before {
  content: '\f041';
  font-family: "FontAweSome";
  font-size: 18px;
  padding-right: 4px; }
#access .access_link a {
  display: inline-block;
  text-decoration: underline; }

/*
=====================================================================
=====================================================================
768px
=====================================================================
=====================================================================
*/
@media screen and (max-width: 768px) {
  #access #map_content #map_canvas {
    height: 320px; } }


@media screen and (max-width: 768px) {
	.standard-button{
	  display: block;
	  width: 110px;
	  padding: 8px;
	  background-color: #00b900;
	  color: #fff;
	  border-radius: 4px;
	  text-align: center;
	}
	#line_button{
	  display: flex;
	  align-items: center;
	  justify-content: space-between;
	  width: 100%;
	  padding: 8px;
	  background-color: #f5f5f5;
	  color: #00b900;
	  border-top: solid 2px;
	  position: fixed;
	  box-sizing: border-box;
	  z-index: 999;
	}
	#line_button p{
	  line-height: 1.2em;
	  font-size: 0.9em;
	}
	#line_button &gt; a {
	    color: #fff;
	}
}


.liquid-speech-balloon-arrow{
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 10px solid rgba(0, 0, 0, 0.2);
    position:absolute;
    top:25px;
    left:-11px;
}
.liquid-speech-balloon-text{
    border-color:#e9f6ff;
    background-color:#e9f6ff;
    position:relative;
    margin-left:80px;
    padding:20px;
    border: 1px solid #e9f6ff;
    font-size: 16px;
    line-height:2.0;
}
.liquid-speech-balloon-text &gt; p{
    display: none;
}
.liquid-speech-balloon-wrap-outside{
    margin-bottom: 25px;
}
.liquid-speech-balloon-wrap{
    width:64px;
    float:left;
}
.liquid-speech-balloon-wrap &gt; span{
    display:block;
    text-align:center;
    margin-top: 5px;
    font-size: 12px;
}

.liquid-speech-balloon-wrap2{
    width:64px;
    float:right;
}
.liquid-speech-balloon-wrap2 &gt; span{
    display:block;
    text-align:center;
    margin-top: 5px;
    font-size: 12px;
}
.liquid-speech-balloon-text2{
    border-color:#fff7e2;
    background-color:#fff7e2;
    position:relative;
    margin-right:80px;
    padding:20px;
    border: 1px solid #fff7e2;
    font-size: 16px;
    line-height:2.0;
}
.liquid-speech-balloon-text3{
    border-color:#90ee90;
    background-color:#90ee90;
    position:relative;
    margin-right:80px;
    padding:20px;
    border: 1px solid #90ee90;
    font-size: 16px;
    line-height:2.0;
}
.liquid-speech-balloon-text2 &gt; p{
    display: none;
}
.liquid-speech-balloon-arrow2{
    border-right: 7px solid transparent;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 10px solid rgba(0, 0, 0, 0.2);
    position:absolute;
    top:25px;
    right:-18px;
}</pre></body></html>