@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, #wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh; }

.index-section1 {
  display: block;
  width: 960px;
  height: 650px;
  margin: 80px auto 0 auto; }
