@charset "UTF-8";
/*リセット
--------------------------------------------*/
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; }

/*変数
---------------------------------------------*/
/*全体
---------------------------------------------*/
body {
  font-feature-settings: "palt";
  letter-spacing: 1px;
  font-family: 'Roboto', sans-serif; }

a {
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  opacity: 1;
  text-decoration: none;
  color: black; }

a:hover {
  color: #fff; }

.fixedsticky {
  top: 0;
  z-index: 10; }

@-webkit-keyframes main_img {
  from {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes main_img {
  from {
    opacity: 0; }
  100% {
    opacity: 1; } }

.inviewfadeInUp {
  opacity: 0;
  transform: translate(0, 10px);
  -webkit-transform: translate(0, 10px);
  transition: 0.8s; }

.fadeInUp {
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0); }

#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999; }

#pageTop a {
  display: block;
  border-radius: 30px;
  color: black;
  border: 1px solid black;
  text-decoration: none;
  text-align: center; }

#pageTop a:hover {
  text-decoration: none; }

div#wrapper {
  width: 100%;
  margin: 0 auto;
  line-height: 1.6;
  font-feature-settings: "palt";
  font-family: 'Chaparral Proz',' noto-sans', sans-serif;
  font-width: 400; }

/*contents -------------------------*/
#contents {
  margin: 0 auto;
  color: black;
  width: 100%;
  background-color: rgba(255, 255, 255, 1);
  position: relative;
  top: 0;
  z-index: 10;
  overflow: hidden; }

li span:hover {
  background-color: black;
  border: 0px solid black;
  padding: 3px 6px; }


/* footer -------------------------*/
#footer_box {
  margin: 0 auto; }

#staff_info {
  text-align: center; }

#sns_flex {
  display: flex;
  justify-content: space-between;
  margin: 0 auto; }
#sns_flex a {
  text-decoration: none; }

#logo {
  margin: 0 auto; }

#copyright p {
  text-align: center;
  color: #000; }

/* PC
--------------------------------------*/
@media screen and (min-width: 668px) {
  body {
    font-feature-settings: "palt";
    letter-spacing: 1px;
    font-family: 'Roboto', sans-serif; }

/*  div#mainArea div#cover {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100vh;
    background: url(../images/cover_pc.jpg) no-repeat;
    background-size: cover;
    background-position: center top; }
*/

  .pc_none {
    display: none; }

  .fixedsticky {
    top: 0;
    z-index: 10; }

  @-webkit-keyframes main_img {
    from {
      opacity: 0; }
    100% {
      opacity: 1; } }
  @keyframes main_img {
    from {
      opacity: 0; }
    100% {
      opacity: 1; } }

  .inviewfadeInUp {
    opacity: 0;
    transform: translate(0, 10px);
    -webkit-transform: translate(0, 10px);
    transition: 0.8s; }

  .fadeInUp {
    opacity: 1.0;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0); }

  #pageTop a {
    width: 40px;
    height: 40px; }

  i {
    padding: 11px 0px 0px 0px; }

  /*head -------------------------*/
  #head {
    width: 100%;
    margin: 0 auto;
    -webkit-animation: main_img 1.0s linear 1 forwards;
    animation: main_img 1.0s linear 1 forwards; }

  /*contents -------------------------*/
  #contents {
    max-width: 95%;
    margin-top: 20px; }

  /*flex -------------------------*/
  .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }

  .flex_item {
    width : calc(100% / 3 - 20px) ;
    padding: 10px; }

  ul {
    margin: 50px 20px 0px; }

  li {
    line-height: 250%;
    font-size: 15px;
    text-align: center;
    font-family: Chaparral Pro; }

  h2 {
    margin: 0 auto;
    width: 25%;
    padding: 150px 0px 50px; }

  .box_3 {
    width : calc(100% / 3 - 15px) ;
    margin: 0 auto; }

  #staff_info {
    font-size: 11px;
    line-height: 23px;
    padding-top: 100px; }

  /* footer -------------------------*/
  #footer_box {
    width:35%;
    padding: 100px 0; }

  #sns_flex {
    width: 80%; }
  #sns_flex li {
    width: 12%; }
  #sns_flex a {
    text-decoration: none; }

  #logo {
    width: 10%; }

  #copyright p {
    padding: 20px 0 50px 0;
    font-size: 11px; }
}

/* SP
--------------------------------------*/
@media screen and (max-width: 667px) {
  body {
    font-feature-settings: "palt";
    letter-spacing: 0.5px;
    font-family: 'Roboto', sans-serif; }

/*  div#mainArea div#cover {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100vh;
    background: url(../images/cover_pc.jpg) no-repeat;
    background-size: cover;
    background-position: center top; }*/

  .sp_none {
    display: none; }

  .fixedsticky {
    top: 0;
    z-index: 10; }

  @-webkit-keyframes main_img {
    from {
      opacity: 0; }
    100% {
      opacity: 1; } }
  @keyframes main_img {
    from {
      opacity: 0; }
    100% {
      opacity: 1; } }

  .inviewfadeInUp {
    opacity: 0;
    transform: translate(0, 10px);
    -webkit-transform: translate(0, 10px);
    transition: 0.8s; }

  .fadeInUp {
    opacity: 1.0;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0); }

  #pageTop a {
    width: 40px;
    height: 40px; }

  i {
    padding: 11px 0px 0px 0px; }

  /*contents -------------------------*/
  #contents {
    max-width: 100%;
    margin-top: 20px; }

  h1 {
    margin :0px 15px; }

  /*flex -------------------------*/
  .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center; }

  .flex_item {
    width : calc(100% / 2 - 20px) ;
    padding: 0 4px; }

  ul {
      position: relative;
     }

  li {
    line-height: 250%;
    font-size: 11px;
    text-align: center;
    font-family: Chaparral Pro; }

  h2 {
    margin: 0 auto;
    width: 30%;
    padding: 100px 0px 50px; }

  .box_3 {
    width : calc(100% / 2) ;
    margin: 0 auto; }

  .box_3 ul {
    margin: 50px auto 0px; }

  .box_4 ul {
    margin: 50px auto 0px;
  }

   .box_5 ul {
    margin: 50px auto 0px;
  }

  #staff_info {
    font-size: 10px;
    line-height: 18px;
    padding-top: 40px; }

  /* footer -------------------------*/
  #footer_box {
    width: 60%;
    padding: 80px 0; }

  .footer_p {
    width: 50%;
    padding: 0 0 15px 0; }

  #sns_flex {
    width: 100%; }
  #sns_flex li {
    width: 11%; }
  #sns_flex a {
    text-decoration: none; }

  #logo {
    width: 25%; }

  #copyright p {
    padding: 10px 0 30px 0;
    font-size: 10px; } }
