@charset "UTF-8";
/*
 * jQuery FlexSlider v2.7.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url("fonts/flexslider-icon.eot");
  src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
  width: 100%;
  display: block;
}

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides > li:first-child {
  display: block;
}

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 0px;
  background: #fff;
  position: relative;
  zoom: 1;
  border-radius: 4px;
  -webkit-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
}

.flexslider .slides {
  zoom: 1;
}

.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.carousel li {
  margin-right: 5px;
}

.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 94px;
  height: 15px;
  margin: -20px 0 0;
  position: absolute;
  bottom: 10px;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.flex-direction-nav a:before {
  content: '';
  display: block;
  width: 94px;
  height: 15px;
  background: url(../images/arrow02.svg);
  background-size: cover;
}

.flex-direction-nav a.flex-next:before {
  content: '';
  display: block;
  width: 94px;
  height: 15px;
  background: url(../images/arrow.svg);
  background-size: cover;
}

.flex-direction-nav .flex-prev {
  left: -50px;
}

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: '';
  display: block;
  width: 94px;
  height: 15px;
  background: url(../images/arrow02.svg);
  background-size: cover;
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}

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

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

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

/*メディアクエリー
---------------------------------------------*/
/*変数
---------------------------------------------*/
/*fonts
---------------------------------------------*/
@font-face {
  font-family: "apercu";
  font-style: normal;
  font-weight: 100;
  src: url("../font/apercu/apercu_regular_pro.eot");
  src: url("../font/apercu/apercu_regular_pro.eot?#iefix") format("embedded-opentype"), url("../font/apercu/apercu_regular_pro.woff") format("woff"), url("../font/apercu/apercu_regular_pro.ttf") format("truetype");
  /* Safari, Android, iOS */
}

/* common
---------------------------------------------*/
html,
body {
  font-family: 'Roboto','Noto Sans JP', sans-serif;
  width: 100%;
  line-height: 1.8;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 700;
  letter-spacing: 1px;
  color: #333333;
}

@media screen and (min-width: 769px) {
  html,
  body {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  html,
  body {
    font-size: 12px;
  }
}

img {
  width: 100%;
  display: block;
}

video {
  display: block;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .pcNone {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .pcNone {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .spNone {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .spNone {
    display: none;
  }
}

/* content
---------------------------------------------*/
div#wrap {
  width: 100%;
  overflow: hidden;
}

div.main {
  overflow: hidden;
  position: relative;
}

@media screen and (min-width: 769px) {
  div.main {
    margin: 0 auto 100px;
    height: 700px;
    max-width: 1000px;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  div.main {
    margin-bottom: 75px;
    position: relative;
  }
}

@media screen and (max-width: 768px) {
  div.main div.imgslider {
    width: 100%;
    height: 100%;
    background: url(../images/main_sp.jpg);
    background-size: cover;
    background-position: center center;
  }
}

@media screen and (min-width: 769px) {
  div.main div.imgslider {
    width: 100%;
    height: 100%;
    background: url(../images/main_pc.jpg);
    background-size: cover;
    background-position: top center;
  }
}

@media screen and (max-width: 768px) {
  div.main div.imgslider::before {
    content: "";
    display: block;
    padding-top: calc(980 / 1080 * 100%);
  }
}

p.desc {
  text-align: center;
  line-height: 1.6;
  font-weight: 400;
}

@media screen and (min-width: 769px) {
  p.desc {
    font-size: 18px;
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 768px) {
  p.desc {
    font-size: 14px;
    margin-bottom: 75px;
  }
}

div.block {
  position: relative;
}

@media screen and (max-width: 768px) {
  div.block {
    width: 95%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 769px) {
  div.block {
    width: 600px;
    margin: 0 auto 150px;
    border-bottom: dotted 1px #000;
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 768px) {
  div.block {
    width: 95%;
    margin: 0 auto 100px;
    border-bottom: dotted 1px #000;
    padding-bottom: 50px;
  }
}

@media screen and (min-width: 769px) {
  div.block.block01 {
    margin: 100px auto 100px;
  }
}

@media screen and (max-width: 768px) {
  div.block.block01 {
    margin: 50px auto 50px;
  }
}

div.block div.num {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(90%, transparent), color-stop(70%, #fff));
  background: linear-gradient(transparent 90%, #fff 70%);
  line-height: 1.3;
}

@media screen and (min-width: 769px) {
  div.block div.num {
    position: absolute;
    right: 5%;
    top: -5%;
    font-size: 80px;
    font-style: italic;
    z-index: 99;
  }
}

@media screen and (max-width: 768px) {
  div.block div.num {
    position: absolute;
    right: 5%;
    top: -4%;
    font-size: 48px;
    font-style: italic;
    z-index: 99;
  }
}

@media screen and (min-width: 769px) {
  div.block div.mainImg {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  div.block div.mainImg {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 769px) {
  div.block p.itemtitle {
    margin: 0px auto 20px;
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  div.block p.itemtitle {
    margin: 0px auto 20px;
    font-size: 16px;
  }
}

div.block ul.item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 769px) {
  div.block ul.item {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 768px) {
  div.block ul.item {
    margin-bottom: 25px;
  }
}

div.block ul.item li {
  width: 31%;
}

@media screen and (min-width: 769px) {
  div.block div.profile {
    width: 400px;
  }
}

div.block div.profile ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

div.block div.profile ul li:first-child {
  width: 30%;
}

@media screen and (min-width: 769px) {
  div.block div.profile ul li:first-child {
    padding-right: 20px;
  }
}

div.block div.profile ul li:first-child img {
  border-radius: 50%;
}

div.block div.profile ul li:last-child {
  width: 65%;
  line-height: 1.2;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  div.block div.profile ul li:last-child {
    font-size: 15px;
  }
}

@media screen and (min-width: 769px) {
  div.block div.profile ul li:last-child {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  div.block div.profile ul li:last-child span {
    font-size: 10px;
  }
}

@media screen and (min-width: 769px) {
  div.block div.profile ul li:last-child span {
    font-size: 12px;
  }
}

div.block div.profile ul li:last-child a {
  display: block;
  color: #000;
}

div.block div.profile ul li:last-child .stafflist {
  color: #000;
  border: 1px solid #000;
  display: block;
  text-align: center;
  margin-top: 5px;
  text-decoration: none;
  padding: 3px 0;
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  div.block div.profile ul li:last-child .stafflist {
    margin: 5px auto 0;
  }
}

div.block p.comment {
  margin: 20px 0 0;
  font-size: 10px;
  font-weight: 400;
}

@media screen and (min-width: 769px) {
  div.block p.comment {
    width: 400px;
    font-size: 12px;
  }
}

div.linkArea a {
  display: block;
}

@media screen and (max-width: 768px) {
  div.linkArea a {
    width: 80%;
    border: 1px solid #000;
    margin: 0 auto 20px;
    text-align: center;
    padding: 5px 0;
    text-decoration: none;
    color: #000;
  }
}

@media screen and (min-width: 769px) {
  div.linkArea a {
    width: 400px;
    border: 1px solid #000;
    margin: 0 auto 20px;
    text-align: center;
    padding: 5px 0;
    text-decoration: none;
    color: #000;
  }
}

@media screen and (max-width: 768px) {
  div.footlink {
    margin: 0px auto 100px;
  }
}

@media screen and (min-width: 769px) {
  div.footlink {
    margin: 0px auto 100px;
  }
}

div.footlink a.logo {
  display: block;
}

@media screen and (max-width: 768px) {
  div.footlink a.logo {
    width: 30%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 769px) {
  div.footlink a.logo {
    width: 180px;
    margin: 0 auto;
  }
}

div.footlink a.all {
  text-decoration: none;
  color: #000;
  text-align: center;
}

@media screen and (max-width: 768px) {
  div.footlink a.all {
    width: 70%;
    border: 1px solid #000;
    padding: 10px;
    font-size: 14px;
    margin: 0 auto 35px;
    display: block;
  }
}

@media screen and (min-width: 769px) {
  div.footlink a.all {
    width: 320px;
    border: 1px solid #000;
    padding: 10px;
    font-size: 18px;
    margin: 0 auto 50px;
    display: block;
  }
}
/*# sourceMappingURL=style.css.map */