@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; }

@keyframes button-fade {
  from {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1; }
  to {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7; } }
@keyframes link-fade {
  from {
    background: none; }
  to {
    color: #004098;
    background: #fff; } }
@keyframes task-hover-fade {
  from {
    top: 0; }
  to {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    top: -5px; } }
@keyframes daikei-nice {
  -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 0%, 0% 0%, 0%);
  clip-path: polygon(0% 0%, 0% 0%, 0% 0%, 0% 0%, 0 0%);
  to {
    -webkit-clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0 35%);
    clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0 35%); } }
html {
  width: 100vw;
  font-family: sans-serif;
  overflow-x: hidden; }

#PageTopBtn {
  position: fixed;
  /*ボタンの配置場所を固定*/
  bottom: 40px;
  /*下からのボタンの配置場所を指定*/
  right: 50px;
  /*右からのボタンの配置場所を指定*/
  z-index: 9999;
  width: 85px;
  height: 85px; }
  #PageTopBtn a {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 100%;
    background: url(../img/page_top.svg) 50% 50% no-repeat;
    background-size: cover;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0rem; }
    #PageTopBtn a:hover {
      text-decoration: none;
      opacity: 0.5; }

header .content-slider {
  display: block;
  width: 100%;
  height: 100%; }
  header .content-slider .main-carousel {
    width: 100%;
    height: 100%; }
    header .content-slider .main-carousel li {
      display: block;
      width: 100%;
      height: 500px; }
      header .content-slider .main-carousel li.kigakiku {
        background-color: #58CA1C; }
      header .content-slider .main-carousel li.logoq {
        background-color: #FD9100; }
      header .content-slider .main-carousel li.tenbai {
        background-color: #DB249B; }
      header .content-slider .main-carousel li img {
        width: 700px;
        margin: 0 auto; }

footer {
  display: block;
  background-color: #0088DB;
  width: 100%;
  height: 60px;
  margin-top: auto; }
  footer address {
    text-align: center;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff; }

body {
  position: relative;
  background: #555A9B;
  background: -moz-linear-gradient(top, #555A9B 0%, #000036 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #555A9B), color-stop(100%, #000036));
  background: -webkit-linear-gradient(top, #555A9B 0%, #000036 100%);
  background: -o-linear-gradient(top, #555A9B 0%, #000036 100%);
  background: -ms-linear-gradient(top, #555A9B 0%, #000036 100%);
  background: linear-gradient(to bottom, #555a9b 0%, #000036 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=0 );
  overflow-x: hidden; }

/*
#wrapper {
	@include debug;
	width:960px;
	margin: 0 auto;
}
*/
a.header-contact {
  display: block;
  position: fixed;
  top: 20px;
  right: 20px;
  font-family: “Trebuchet”;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 17pt;
  color: #ffffff;
  border: 1px solid #fff;
  padding: 14px;
  -webkit-transition: color 300ms, background 300ms;
  transition: color 300ms, background 300ms; }
  a.header-contact:hover {
    background: #fff;
    color: #000000; }

a.header-reitech {
  display: block;
  position: fixed;
  top: 100px;
  right: 20px;
  width: 100%;
  height: 100%;
  background: url(../img/reitech_banner.png);
  background-repeat: no-repeat;
  width: 256px;
  height: 52px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0rem;
  z-index: 100; }

header {
  margin: 0 -200%;
  padding: 0 200%;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/index_header_back.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 100vw;
  height: 660px;
  background-repeat: repeat-x; }
  header .wire {
    display: block;
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(../img/wire.svg);
    background-repeat: no-repeat; }
  header .header-wrapper {
    display: block;
    position: relative;
    width: 960px;
    height: 660px;
    margin: 0 auto;
    color: #fff; }
    header .header-wrapper h1 {
      position: absolute;
      top: 40px;
      left: 20px; }
      header .header-wrapper h1 a {
        display: block;
        width: 385px;
        height: 48px;
        width: 385px;
        height: 48px;
        background: url(../img/header_logo.svg);
        background-repeat: no-repeat;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        font-size: 0rem; }
        header .header-wrapper h1 a:hover {
          opacity: 0.8;
          filter: alpha(opacity=80); }
    header .header-wrapper h2 {
      display: block;
      position: absolute;
      top: 250px;
      left: 0;
      width: 100%;
      font-size: 26pt;
      text-align: center; }

main {
  display: block;
  width: 100vw;
  height: auto;
  padding-bottom: 100px; }
  main h3 {
    position: relative;
    margin: 60px auto 1em auto;
    color: #fff;
    font-size: 30pt;
    font-weight: bold;
    text-align: center; }
    main h3:before {
      content: '';
      position: absolute;
      bottom: -15px;
      display: inline-block;
      width: 60px;
      height: 7px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      background-color: #fff; }
  main ul {
    width: 100%;
    height: auto; }
    main ul li {
      display: block;
      margin: 80px auto 0 auto; }
      main ul li.logoq {
        width: 406px;
        height: 500px; }
        main ul li.logoq a:first-of-type {
          display: block;
          width: 406px;
          height: 393px;
          width: 406.5px;
          height: 393px;
          background: url(../img/logoq_banner.svg);
          background-repeat: no-repeat;
          text-indent: 100%;
          white-space: nowrap;
          overflow: hidden;
          font-size: 0rem; }
          main ul li.logoq a:first-of-type:hover {
            opacity: 0.7;
            filter: alpha(opacity=70); }
        main ul li.logoq a:last-of-type {
          width: 370px;
          display: block;
          font-family: “Trebuchet”;
          display: inline-block;
          text-decoration: none;
          text-transform: uppercase;
          font-size: 20pt;
          color: #ffffff;
          border: 1px solid #fff;
          padding: 17px;
          -webkit-transition: color 300ms, background 300ms;
          transition: color 300ms, background 300ms;
          text-align: center;
          margin-top: 30px; }
          main ul li.logoq a:last-of-type:hover {
            background: #fff;
            color: #000000; }
      main ul li.kigakiku {
        width: 440.2px;
        height: 460px; }
        main ul li.kigakiku a:first-of-type {
          display: block;
          width: 440.2px;
          height: 341.2px;
          width: 440.2px;
          height: 341.2px;
          background: url(../img/kigakiku_banner.svg);
          background-repeat: no-repeat;
          text-indent: 100%;
          white-space: nowrap;
          overflow: hidden;
          font-size: 0rem; }
          main ul li.kigakiku a:first-of-type:hover {
            opacity: 0.7;
            filter: alpha(opacity=70); }
        main ul li.kigakiku a:last-of-type {
          width: 406px;
          display: block;
          font-family: “Trebuchet”;
          display: inline-block;
          text-decoration: none;
          text-transform: uppercase;
          font-size: 20pt;
          color: #ffffff;
          border: 1px solid #fff;
          padding: 17px;
          -webkit-transition: color 300ms, background 300ms;
          transition: color 300ms, background 300ms;
          text-align: center;
          margin-top: 30px; }
          main ul li.kigakiku a:last-of-type:hover {
            background: #fff;
            color: #000000; }
      main ul li.tenbai {
        width: 383.5px;
        height: 560px; }
        main ul li.tenbai a:first-of-type {
          display: block;
          width: 383.5px;
          height: 442px;
          width: 383.5px;
          height: 442px;
          background: url(../img/tenbai_banner.svg);
          background-repeat: no-repeat;
          text-indent: 100%;
          white-space: nowrap;
          overflow: hidden;
          font-size: 0rem; }
          main ul li.tenbai a:first-of-type:hover {
            opacity: 0.7;
            filter: alpha(opacity=70); }
        main ul li.tenbai a:last-of-type {
          width: 350px;
          display: block;
          font-family: “Trebuchet”;
          display: inline-block;
          text-decoration: none;
          text-transform: uppercase;
          font-size: 17pt;
          color: #ffffff;
          border: 1px solid #fff;
          padding: 17px;
          -webkit-transition: color 300ms, background 300ms;
          transition: color 300ms, background 300ms;
          text-align: center;
          margin-top: 30px; }
          main ul li.tenbai a:last-of-type:hover {
            background: #fff;
            color: #000000; }

footer {
  background-color: #000036;
  margin: 0 -200%;
  padding: 0 200%;
  height: 150px; }
  footer ul {
    display: flex;
    margin: 0 auto; }
    footer ul li {
      text-align: center;
      margin: 0 auto; }
      footer ul li a {
        font-family: “Trebuchet”;
        display: inline-block;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 17pt;
        color: #ffffff;
        border: 1px solid #fff;
        padding: 14px;
        -webkit-transition: color 300ms, background 300ms;
        transition: color 300ms, background 300ms; }
        footer ul li a:hover {
          background: #fff;
          color: #000000; }
      footer ul li:first-of-type {
        margin-right: 10px; }
      footer ul li:last-of-type {
        margin-left: 10px; }
