@charset "UTF-8";
/*
ユーティリティ系おまとめファイル
*/
/*
██████   █████  ███████ ███████
██   ██ ██   ██ ██      ██
██████  ███████ ███████ █████
██   ██ ██   ██      ██ ██
██████  ██   ██ ███████ ███████
*/
/*
██████  ██████  ███████  █████  ██   ██ ██████   ██████  ██ ███    ██ ████████
██   ██ ██   ██ ██      ██   ██ ██  ██  ██   ██ ██    ██ ██ ████   ██    ██
██████  ██████  █████   ███████ █████   ██████  ██    ██ ██ ██ ██  ██    ██
██   ██ ██   ██ ██      ██   ██ ██  ██  ██      ██    ██ ██ ██  ██ ██    ██
██████  ██   ██ ███████ ██   ██ ██   ██ ██       ██████  ██ ██   ████    ██
*/
/*
 ██████  ██████  ██       ██████  ██████
██      ██    ██ ██      ██    ██ ██   ██
██      ██    ██ ██      ██    ██ ██████
██      ██    ██ ██      ██    ██ ██   ██
 ██████  ██████  ███████  ██████  ██   ██
*/
/*
████████ ███████ ██   ██ ████████
   ██    ██       ██ ██     ██
   ██    █████     ███      ██
   ██    ██       ██ ██     ██
   ██    ███████ ██   ██    ██
*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

#about .subNavi li {
  width: calc(100% / 4); }

#about #about_greeting {
  max-width: 900px; }
  @media screen and (max-width: 768px) {
    #about #about_greeting {
      width: 100%; } }
  #about #about_greeting h3 {
    font-size: 2.6rem;
    text-align: center; }
    @media screen and (max-width: 568px) {
      #about #about_greeting h3 {
        text-align: left; } }
  #about #about_greeting p {
    margin: 1em 0; }
  #about #about_greeting img {
    max-width: 100%; }
  #about #about_greeting .author {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end; }
    @media screen and (max-width: 568px) {
      #about #about_greeting .author {
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; } }
    #about #about_greeting .author .name {
      margin-right: 20px;
      text-align: right; }
      @media screen and (max-width: 568px) {
        #about #about_greeting .author .name {
          margin-right: 0;
          text-align: center; } }
    @media screen and (max-width: 568px) {
      #about #about_greeting .author .photo {
        width: 160px;
        margin: 0 auto; } }

#about #about_policy .numbers {
  width: 300px;
  margin: 0 auto; }
  @media screen and (max-width: 568px) {
    #about #about_policy .numbers {
      white-space: normal;
      width: 100%; } }
  #about #about_policy .numbers li {
    font-size: 2rem; }
    @media screen and (max-width: 320px) {
      #about #about_policy .numbers li {
        font-size: 1.8rem; } }

@media screen and (max-width: 568px) {
  #about #about_history .scroll {
    overflow: hidden;
    overflow-x: scroll;
    padding: 15px;
    border: 1px solid #cecece;
    border-radius: 5px; }
    #about #about_history .scroll:before {
      content: "←スライドで表の詳細を確認できます→";
      color: #666;
      font-size: 90%;
      display: block;
      margin-bottom: 10px;
      text-align: center; } }

#about #about_history .scroll .frame_border {
  border-collapse: collapse;
  width: 100%; }
  @media screen and (max-width: 568px) {
    #about #about_history .scroll .frame_border {
      min-width: 800px; } }
  @media screen and (max-width: 568px) {
    #about #about_history .scroll .frame_border th, #about #about_history .scroll .frame_border td {
      display: table-cell; } }

#about .contact_window .wrapper .inner > .c_button {
  margin: 0;
  -ms-flex-pack: center;
      justify-content: center; }

/*# sourceMappingURL=../../_map/page/about/about.css.map */
