@charset "UTF-8";
html {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  background: #f4f4f4;
}

body {
  font-size: 0.875rem;
  line-height: 1.72;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #777;
  letter-spacing: 1px;
}

a.box {
  width: 100%;
  height: 100%;
  display: block;
}

a:link {
  color: #195f7f;
  text-decoration: none;
  transition: 0.3s;
  text-decoration: none;
  filter: opacity(100);
}

a:hover {
  color: #195f7f;
  text-decoration: underline;
}

@media only screen and (max-width: 768px) {
  a:active {
    filter: opacity(70);
  }
}
@media screen and (min-width: 769px) {
  a:active {
    color: #195f7f;
    text-decoration: underline;
  }
}

a:visited {
  color: #1fa1dd;
  text-decoration: none;
}

h1, h2, h3, h4, dt, th {
  color: #111;
}

/* globalHeader
---------------------------- */
#globalNavWrap {
  background: #fff;
  border-bottom: 1px solid #dedede;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
#globalNavWrap a {
  color: #777;
  text-decoration: none;
}
#globalNavWrap a:hover {
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  #globalNavWrap {
    width: 100%;
    height: 85px;
  }
  #globalNavWrap .inner {
    height: 85px;
    width: 87.5%;
    margin: auto;
    padding: 25px 0;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 30.57% 69.43%;
  }
  #globalNavWrap .inner #logoArea {
    height: 35px;
  }
  #globalNavWrap .inner #logoArea #siteName {
    height: 35px;
    font-size: 20px;
    line-height: 35px;
    font-weight: 800;
  }
  #globalNavWrap .inner #logoArea #siteName a {
    color: #111;
    text-decoration: none;
    transition: 0.3s;
  }
  #globalNavWrap .inner #logoArea #siteName a:hover {
    color: #777;
  }
  #globalNavWrap .inner .nav-bloc .nav-bloc-inner {
    display: flex;
    justify-content: flex-end;
  }
  #globalNavWrap .inner .nav-bloc .nav-bloc-inner #headerNav {
    width: 84%;
  }
  #globalNavWrap .inner .nav-bloc .nav-bloc-inner #headerNav ul {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 0.8125rem;
    height: 35px;
  }
}
@media screen and (min-width: 769px) and (min-width: 768px) and (max-width: 1024px) {
  #globalNavWrap .inner .nav-bloc .nav-bloc-inner #headerNav ul {
    font-size: 0.725rem;
    letter-spacing: normal;
  }
}
@media screen and (min-width: 769px) {
  #globalNavWrap .inner .nav-bloc .nav-bloc-inner #headerNav ul li + li {
    margin-left: 15px;
  }
  #globalNavWrap .inner .nav-bloc .nav-bloc-inner #headerNav ul li:last-child {
    margin-right: 30px;
  }
  #globalNavWrap .inner .nav-bloc #searchBtn, #globalNavWrap .inner .nav-bloc #menuBar {
    border-left: 1px solid #ddd;
    width: 8%;
    text-align: center;
    cursor: pointer;
  }
  #globalNavWrap .inner .nav-bloc #searchBtn {
    position: relative;
  }
  #globalNavWrap .inner .nav-bloc #searchBtn svg {
    width: 20px;
    height: 20px;
    -o-object-fit: contain;
       object-fit: contain;
    line-height: 35px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

@media screen and (min-width: 769px) {
  #menuBar .inner2 {
    position: relative;
    height: 35px;
  }
  #menuBar span {
    width: 30%;
    height: 1px;
    display: block;
    background: #111;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s;
  }
  #menuBar span.top {
    margin-top: -3px;
  }
  #menuBar span.bottom {
    margin-top: 3px;
  }
  .menuOpen #menuBar .top {
    transform: rotate(90deg);
    margin-top: 0;
  }
  .menuOpen #menuBar .bottom {
    transform: translate(-50%, -50%) rotate(-90deg);
    margin-top: 0;
  }
}
#menuBar:hover span {
  margin-top: 0;
}

#searchArea {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  filter: opacity(0);
  transition: 0.3s ease-in-out;
  background: #fff;
  z-index: 999;
}
.searchOpen #searchArea {
  top: 85px;
  filter: opacity(1);
}

#slideMenu {
  position: fixed;
  top: 85px;
  right: -50%;
  width: 50%;
  filter: opacity(0);
  transition: 0.3s ease-in-out;
  background: #111;
  z-index: 999;
}
.menuOpen #slideMenu {
  right: 0;
  filter: opacity(1);
}

/* common */
@media screen and (min-width: 769px) {
  .topCont {
    margin-top: 85px;
  }
}

.grid-harf {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.grid3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

/* front-page 
----------------------- */
#splash {
  width: 100%;
  height: 70vh;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  #splash {
    margin-bottom: 5vw;
  }
  #splash .splash-slides a {
    position: relative;
    width: 100%;
    height: 70vh;
  }
  #splash .splash-slides a .image-bloc {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70vh;
  }
  #splash .splash-slides a .image-bloc img {
    width: 100%;
    height: 70vh;
    -o-object-fit: cover;
       object-fit: cover;
    transition: 0.3s;
  }
  #splash .splash-slides a .image-bloc:hover img {
    filter: blur(30px);
  }
  #splash .splash-slides a .text-bloc {
    position: absolute;
    bottom: 30px;
    left: 30px;
    color: #fff;
    width: 80%;
    margin: auto;
  }
  #splash .splash-slides a .text-bloc .time {
    font-size: 0.725rem;
  }
  #splash .splash-slides a .text-bloc .news-header-title {
    font-size: 2rem;
    font-weight: 800;
    color: #fff;
    line-height: 1.5;
  }
}

@media screen and (min-width: 769px) {
  .indexSection {
    margin-bottom: 3.75vw;
    width: 65%;
    margin-left: auto;
    margin-right: auto;
  }
  .indexSection.wide {
    width: 100%;
  }
  .indexSection h2 {
    font-size: 1.875rem;
    text-align: center;
    font-weight: 800;
    margin-bottom: 5px;
  }
  .indexSection .subttl {
    color: #195f7f;
    font-size: 0.875rem;
    margin-bottom: 1.875vw;
    text-align: center;
    font-weight: 800;
  }
}

.intro .grid-cont {
  border-radius: 10px;
  background: #fff;
}
.intro .grid-cont a {
  color: #777;
  text-decoration: none;
  display: block;
  transition: 0.3s;
}
.intro .grid-cont a img {
  width: 100%;
  height: auto;
  transition: 0.3s;
}
.intro .grid-cont a:hover img {
  filter: brightness(0.9);
}
.intro .grid-cont a .text-bloc {
  padding: 20px;
  box-sizing: border-box;
}
.intro .grid-cont a .text-bloc h3 {
  font-weight: 800;
  line-height: 1;
  text-align: center;
  margin-bottom: 20px;
  font-size: 1rem;
}/*# sourceMappingURL=constructor.css.map */