/*!
Theme Name: RaiseActInc
Template:   cocoon-master
*/
/*******************
** Variable
*******************/
.pc {
  display: inline; }
  @media screen and (max-width: 834px) {
    .pc {
      display: none; } }

.pctb {
  display: inline; }
  @media screen and (max-width: 414px) {
    .pctb {
      display: none; } }

.tbsp {
  display: none; }
  @media screen and (max-width: 834px) {
    .tbsp {
      display: inline; } }

.tbsp {
  display: none; }
  @media screen and (max-width: 414px) {
    .tbsp {
      display: inline; } }

/*******************
** Base
*******************/
* {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 200; }

body {
  background-color: #0a0033;
  background-image: url(https://raise-act.co.jp/wp/wp-content/themes/RaiseActInc/img/backImg.png);
  background-size: cover; }

.article h1 {
  text-align: center;
  font-weight: 300; }

/*******************
** Header
*******************/
.header-in {
  display: none; }

/*******************
** Footer
*******************/
.footer {
  background: transparent; }
  .footer .copyright {
    color: #f5f5f5; }

/*******************
** Home
*******************/
.firstView {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh; }
  .firstView .inner {
    display: flex;
    flex-direction: column;
    width: fit-content; }
  .firstView img {
    display: block;
    width: 300px;
    margin: 0 auto; }
    @media screen and (max-width: 414px) {
      .firstView img {
        width: 220px; } }
  .firstView p {
    text-align: center;
    color: #f5f5f5;
    margin-top: 30px; }

/*******************
** Page
*******************/
.main {
  background-color: #ffffffaa; }

.company table {
  display: block;
  width: fit-content;
  margin: 0 auto; }
  .company table tr:nth-of-type(2n + 1) {
    background: none; }
  .company table tr th {
    background: none;
    border: solid 1px #f5f5f5;
    border-left: none;
    border-right: none;
    text-align: left;
    font-weight: 200;
    font-size: 1.1em;
    white-space: nowrap;
    padding: 16px; }
    @media screen and (max-width: 414px) {
      .company table tr th {
        font-size: 0.9em; } }
  .company table tr td {
    border: solid 1px #f5f5f5;
    border-left: none;
    border-right: none;
    padding: 16px; }
  .company table tr span {
    display: block;
    font-size: 0.8em; }

/*# sourceMappingURL=style.css.map */
