@charset "UTF-8";
/* CSS Document */
/* CSS Document */
#header-container {
  border-top: 17px solid #1c2e5e; }

div#header-topics {
  text-align: center;
  font-size: 1.6rem;
  color: #1c2e5e;
  padding: 1rem 0;
  position: relative;
  line-height: 2.5rem; }
  div#header-topics a {
    color: #1c2e5e; }
  div#header-topics a:hover {
    opacity: 0.5; }
  div#header-topics:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 100%;
    width: 0;
    height: 0;
    margin-top: -6px;
    margin-left: -6px;
    border-top: 6px solid #1c2e5e;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid transparent; }
  @media screen and (max-width: 1000px) {
    div#header-topics {
      background-color: #eeeff0; }
      div#header-topics:before {
        top: 100%;
        margin-top: 0;
        margin-left: -12px;
        border-top: 12px solid #eeeff0;
        border-right: 12px solid transparent;
        border-bottom: 12px solid transparent;
        border-left: 12px solid transparent; } }

header {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 80px 0; }
  header .logo {
    float: left; }
    header .logo img {
      width: 251px;
      height: auto; }
  header ul {
    text-align: right; }
    header ul a {
      margin-right: 30px; }
      header ul a:last-child {
        margin-right: 0; }
      header ul a:hover {
        opacity: 0.5; }
    header ul li {
      display: inline;
      font-size: 1.4rem;
      color: #1c2e5e;
      position: relative;
      padding-left: 2rem; }
    header ul li:after {
      content: '';
      border-top: 5px solid transparent;
      border-left: 7px solid #1c2e5e;
      border-right: 7px solid transparent;
      border-bottom: 5px solid transparent;
      position: absolute;
      top: 50%;
      left: 0;
      margin-top: -5px; }

@media screen and (max-width: 1000px) {
  header {
    padding: 10vw 0 5vw 0; }
    header .logo {
      float: none;
      width: 100%;
      text-align: center; }
      header .logo img {
        width: 55.1%;
        height: auto; }
    header ul {
      display: none; } }
section#introduction h1 {
  color: #1c2e5e;
  font-size: 3rem;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.5rem; }
section#introduction .column-cont {
  display: flex; }
  section#introduction .column-cont div {
    margin-top: 60px; }
  section#introduction .column-cont div:first-child img {
    width: 448px;
    height: auto; }
  section#introduction .column-cont div:last-child {
    padding-left: 60px; }

@media screen and (max-width: 1000px) {
  section#introduction h1 {
    font-size: 5vw;
    line-height: 7.8vw; }
  section#introduction .column-cont {
    display: block; }
    section#introduction .column-cont div:first-child {
      text-align: center;
      margin-top: 20px; }
      section#introduction .column-cont div:first-child img {
        width: 80%;
        height: auto; }
    section#introduction .column-cont div:last-child {
      width: 80%;
      margin-left: 10%;
      padding: 0; } }
section#contents {
  margin-top: 50px; }
  section#contents div#btn-gworks {
    background-color: #1c2e5e;
    color: #f8f5e3;
    filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.1)); }
  section#contents div#btn-gsupport {
    background-color: #f8f5e3;
    color: #1c2e5e;
    filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.1)); }
    section#contents div#btn-gsupport div.service-body {
      padding: 0 20px 20px 30px;
      font-size: 2.4rem !important;
      line-height: 2.4rem;
      text-align: center; }
  section#contents div.btn-contents {
    width: 48.6%;
    border-radius: 10px; }
    section#contents div.btn-contents:hover {
      opacity: 0.8; }
    section#contents div.btn-contents h2 {
      font-size: 1.6rem;
      text-align: center;
      padding: 5px 0;
      font-weight: bold;
      letter-spacing: 0.2rem; }
    section#contents div.btn-contents div.service-img-cont {
      position: relative;
      overflow: hidden; }
      section#contents div.btn-contents div.service-img-cont div.service-img {
        display: inline-block;
        height: 240px;
        z-index: 1; }
        section#contents div.btn-contents div.service-img-cont div.service-img img {
          display: inline-block;
          width: 100%;
          height: auto;
          transition-duration: 0.5s;
          /*変化の時間*/ }
          section#contents div.btn-contents div.service-img-cont div.service-img img:hover {
            transform: scale(1.1, 1.1);
            /*画像の拡大*/ }
    section#contents div.btn-contents div.service-title p img {
      height: 43px;
      width: auto; }
    section#contents div.btn-contents div.service-title p:first-child {
      padding: 25px 0 20px 30px;
      float: left; }
    section#contents div.btn-contents div.service-title p:last-child {
      text-align: right;
      float: right;
      font-size: 2.2rem;
      padding: 25px 30px 0 20px;
      font-weight: bold;
      line-height: 2.2rem; }
      section#contents div.btn-contents div.service-title p:last-child span {
        font-size: 1.2rem;
        font-family: "Questrial", sans-serif;
        font-weight: normal; }
    section#contents div.btn-contents div.service-body {
      padding: 0 20px 20px 30px;
      font-size: 1.4rem;
      line-height: 2.4rem; }

@media screen and (max-width: 1000px) {
  div.btn-contents {
    width: 90% !important;
    margin-left: 5%;
    margin-bottom: 10px; }
    div.btn-contents div.service-img {
      height: 46vw !important; }
    div.btn-contents div.service-title {
      display: flex !important;
      justify-content: space-between; }
      div.btn-contents div.service-title p img {
        height: auto !important;
        width: 100% !important; }
      div.btn-contents div.service-title p:first-child {
        padding: 10px 0 10px 4% !important;
        float: none !important;
        width: 60%; }
      div.btn-contents div.service-title p:last-child {
        float: none !important;
        font-size: 1.6rem !important;
        padding: 10px 2% 10px 0 !important;
        width: 60%; } }
div#moviebtn-cont {
  max-width: 1000px;
  margin: 2rem auto;
  text-align: right; }
  div#moviebtn-cont p {
    font-size: 1.6rem;
    color: #1c2e5e;
    padding: 0.5rem 3rem;
    position: relative;
    display: inline-block; }
    div#moviebtn-cont p:hover {
      cursor: pointer;
      opacity: 0.5; }
    div#moviebtn-cont p:after {
      content: '';
      border-top: 5px solid transparent;
      border-left: 7px solid #1c2e5e;
      border-right: 7px solid transparent;
      border-bottom: 5px solid transparent;
      position: absolute;
      top: 50%;
      right: 0;
      margin-top: -5px; }

section#whatsguild {
  margin-top: 80px;
  color: #1c2e5e;
  display: table; }
  @media screen and (max-width: 1000px) {
    section#whatsguild {
      width: 90%; } }
  section#whatsguild div {
    display: table-cell;
    vertical-align: top; }
  section#whatsguild div#mark-intro {
    width: 82%;
    /*33%*/ }
    @media screen and (max-width: 1000px) {
      section#whatsguild div#mark-intro {
        width: 100%; } }
    section#whatsguild div#mark-intro h2 {
      margin-bottom: 20px; }
      @media screen and (max-width: 1000px) {
        section#whatsguild div#mark-intro h2 {
          padding: 0 5% 0 5%; } }
      section#whatsguild div#mark-intro h2 img {
        width: 208px; }
    section#whatsguild div#mark-intro p {
      font-size: 1.4rem; }
      @media screen and (max-width: 1000px) {
        section#whatsguild div#mark-intro p {
          font-size: 1.6rem;
          padding: 0 5% 0 5%; } }
  section#whatsguild div#mark-img {
    width: 18%;
    /* 27% */
    padding: 0 3% 0 5%; }
    @media screen and (max-width: 1000px) {
      section#whatsguild div#mark-img {
        width: auto;
        padding: 0; } }
    section#whatsguild div#mark-img img {
      display: none;
      width: 100%;
      vertical-align: bottom; }
  section#whatsguild div#mark-cont {
    width: 40%;
    background-color: #f8f5e3;
    padding: 2%; }
    section#whatsguild div#mark-cont div#mark-header {
      display: table;
      width: 100%; }
      section#whatsguild div#mark-cont div#mark-header h2 {
        display: table-cell;
        vertical-align: middle;
        font-size: 3.1rem;
        font-weight: bold;
        line-height: 4.5rem;
        letter-spacing: 0.4rem; }
      section#whatsguild div#mark-cont div#mark-header p {
        display: table-cell;
        text-align: right;
        background-color: #fff;
        padding: 20px 20px 15px 0;
        border: thin solid #ccc; }
        section#whatsguild div#mark-cont div#mark-header p img {
          width: 73px;
          height: auto; }
    section#whatsguild div#mark-cont div#mark-body {
      margin-top: 10px;
      font-size: 1.2rem;
      line-height: 1.7rem;
      display: block; }

section#column {
  margin-top: 50px; }
  @media screen and (max-width: 1000px) {
    section#column {
      width: 90%; } }
  section#column h2 {
    width: 100%;
    background-color: #eeeff0;
    text-align: center;
    padding: 5px 0; }
    section#column h2 img {
      width: 112px;
      height: auto;
      vertical-align: middle; }
  section#column div#rss > p.loadercont {
    text-align: center;
    padding: 30px 0; }
    section#column div#rss > p.loadercont > img {
      width: 24px;
      height: auto; }
  section#column div#rss ul {
    padding: 10px 0; }
    section#column div#rss ul li {
      display: block;
      width: 100%;
      position: relative;
      padding: 4px 0;
      border-bottom: thin dashed #1c2e5e; }
      section#column div#rss ul li p {
        display: inline-block;
        font-size: 1.4rem;
        white-space: nowrap; }
        @media screen and (max-width: 1000px) {
          section#column div#rss ul li p {
            display: block; } }
      section#column div#rss ul li p.rss-date {
        font-family: "Questrial", sans-serif;
        width: 10%; }
      section#column div#rss ul li p.rss-title {
        width: 90%;
        overflow: hidden; }
      section#column div#rss ul li:after {
        content: '';
        border-top: 5px solid transparent;
        border-left: 7px solid #1c2e5e;
        border-right: 7px solid transparent;
        border-bottom: 5px solid transparent;
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -5px; }
  section#column div#btn-akira-cont {
    text-align: right; }
    section#column div#btn-akira-cont div#btn-akira {
      font-size: 1.6rem;
      color: #1c2e5e;
      padding: 0.5rem 3rem;
      position: relative;
      display: inline-block; }
      section#column div#btn-akira-cont div#btn-akira:hover {
        cursor: pointer;
        opacity: 0.5; }
      section#column div#btn-akira-cont div#btn-akira:after {
        content: '';
        border-top: 5px solid transparent;
        border-left: 7px solid #1c2e5e;
        border-right: 7px solid transparent;
        border-bottom: 5px solid transparent;
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -5px; }

section#about {
  margin-top: 50px;
  color: #1c2e5e;
  position: relative; }
  @media screen and (max-width: 1000px) {
    section#about {
      width: 90%; } }
  section#about img#logo-denzaburo {
    /*
    position: absolute;
    top:2%;
    right:2%;
    */
    width: 156px;
    height: auto; }
  section#about div#about-cont {
    border-radius: 10px;
    border: 2px solid #1c2e5e;
    padding-top: 1%; }
    @media screen and (max-width: 1000px) {
      section#about div#about-cont {
        padding-top: 20px; } }
    section#about div#about-cont div#about-header {
      display: flex; }
      section#about div#about-cont div#about-header div#about-body {
        padding: 50px; }
        @media screen and (max-width: 1000px) {
          section#about div#about-cont div#about-header div#about-body {
            padding: 10px; } }
        section#about div#about-cont div#about-header div#about-body h3 {
          padding: 0 10%;
          text-align: left;
          /*
          text-align: left;
          font-size: 2.7rem;
          letter-spacing: 0.2rem;
          font-weight: bold;
          margin-bottom: 30px;
          margin-left: -1.3rem;
          */ }
          @media screen and (max-width: 1000px) {
            section#about div#about-cont div#about-header div#about-body h3 {
              padding: 0 1em; } }
        section#about div#about-cont div#about-header div#about-body div {
          text-align: left;
          font-size: 1.4rem !important;
          line-height: 2.8rem !important;
          padding: 0 10%; }
          @media screen and (max-width: 1000px) {
            section#about div#about-cont div#about-header div#about-body div {
              padding: 0 1em; } }
      section#about div#about-cont div#about-header div#denzaburo {
        padding: 50px; }
        section#about div#about-cont div#about-header div#denzaburo img {
          width: 173px;
          height: auto; }
        section#about div#about-cont div#about-header div#denzaburo p {
          font-size: 1rem;
          text-align: center;
          line-height: 1.5rem; }
    section#about div#about-cont div#about-staffs {
      background-color: #f8f5e3;
      padding: 5% 5% 0 5%; }
  section#about div.about-footer {
    padding: 2% 5% 2% 5%;
    display: flex; }
    @media screen and (max-width: 1000px) {
      section#about div.about-footer {
        display: block;
        padding: 0 5% 5% 5%; } }
    section#about div.about-footer div:first-child, section#about div.about-footer div:last-child {
      width: 50%; }
      @media screen and (max-width: 1000px) {
        section#about div.about-footer div:first-child, section#about div.about-footer div:last-child {
          width: 100%; } }
      section#about div.about-footer div:first-child h4, section#about div.about-footer div:last-child h4 {
        font-size: 1.6rem; }
        @media screen and (max-width: 1000px) {
          section#about div.about-footer div:first-child h4, section#about div.about-footer div:last-child h4 {
            font-size: 1.8rem;
            padding: 1rem 0; } }
      section#about div.about-footer div:first-child p, section#about div.about-footer div:last-child p {
        font-size: 1.2rem;
        line-height: 2rem; }
        @media screen and (max-width: 1000px) {
          section#about div.about-footer div:first-child p, section#about div.about-footer div:last-child p {
            font-size: 1.4rem;
            line-height: 2.2rem; } }
    section#about div.about-footer div:last-child {
      border-left: thin solid #1c2e5e;
      padding-left: 2%; }
      @media screen and (max-width: 1000px) {
        section#about div.about-footer div:last-child {
          border: none;
          padding-left: 0; } }
    section#about div.about-footer div:nth-child(2) {
      padding: 0;
      font-size: 1.4rem;
      width: 10%; }
      @media screen and (max-width: 1000px) {
        section#about div.about-footer div:nth-child(2) {
          width: 100%;
          border-bottom: thin dotted #1c2e5e;
          margin-top: 2rem; } }

div.staff {
  float: left;
  width: 48.5%;
  margin-right: 3%;
  margin-bottom: 3%; }
  @media screen and (max-width: 1000px) {
    div.staff {
      float: none;
      width: 100%;
      margin-right: 0;
      margin-bottom: 1em; } }
  div.staff:nth-child(even) {
    margin-right: 0; }
  div.staff div.staff-img {
    float: left;
    width: 25%;
    margin-right: 5%; }
  div.staff div.staff-body {
    float: left;
    width: 70%; }
    div.staff div.staff-body div:first-child {
      margin-bottom: 10px; }
      div.staff div.staff-body div:first-child p {
        display: inline; }
        div.staff div.staff-body div:first-child p:first-child {
          font-size: 1rem;
          margin-right: 1rem; }
        div.staff div.staff-body div:first-child p:last-child {
          font-size: 1.6rem;
          letter-spacing: 0.2rem;
          font-weight: bold; }
    div.staff div.staff-body div:last-child {
      font-size: 1.2rem;
      line-height: 2.1rem; }

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