@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@900&display=swap");
/* CSS Document */
/*===================================================
	共通CSS（PC/SMP）
===================================================*/
/*////////////////////////////////////////////////////////////
	共通設定
///////////////////////////////////////////////////////////*/
/* --------------------------------------------------
	base
-------------------------------------------------- */
* {
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html,
body {
  width: 100%;
}

body {
  position: relative;
  overflow-x: hidden;
  font-family: "Zen Kaku Gothic New", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  line-height: 1.5;
  color: #1a1a1a;
  font-size: 20px;
  background: url(https://stream-gr.com/system_panel/uploads/images/main_bg.png);
  transition: 2s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
}

.txt {
  line-height: 2;
}

/*リンク */
a {
  color: #1a1a1a;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* 画像幅 */
img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

/* clearfix */
.clearfix::after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.spBreak {
  display: none;
}

@media (min-width: 1025px) {
  a {
    transition: 0.6s;
  }

  a:hover {
    opacity: 0.6;
  }
}
.fax a {
  pointer-events: none;
}

@keyframes big-circle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes circle1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes circle2 {
  0% {
    transform: rotate(315deg);
  }
  100% {
    transform: rotate(-45deg);
  }
}
@keyframes circle3 {
  0% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(-90deg);
  }
}
@keyframes circle4 {
  0% {
    transform: rotate(225deg);
  }
  100% {
    transform: rotate(-135deg);
  }
}
@keyframes circle5 {
  0% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(-180deg);
  }
}
@keyframes circle6 {
  0% {
    transform: rotate(135deg);
  }
  100% {
    transform: rotate(-225deg);
  }
}
@keyframes circle7 {
  0% {
    transform: rotate(90deg);
  }
  100% {
    transform: rotate(-270deg);
  }
}
@keyframes circle8 {
  0% {
    transform: rotate(45deg);
  }
  100% {
    transform: rotate(-315deg);
  }
}
/* Reverse animations for counter-clockwise rotation */
@keyframes reverse-big-circle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes reverse-circle1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes reverse-circle2 {
  0% {
    transform: rotate(-45deg);
  }
  100% {
    transform: rotate(315deg);
  }
}
@keyframes reverse-circle3 {
  0% {
    transform: rotate(-90deg);
  }
  100% {
    transform: rotate(270deg);
  }
}
@keyframes reverse-circle4 {
  0% {
    transform: rotate(-135deg);
  }
  100% {
    transform: rotate(225deg);
  }
}
@keyframes reverse-circle5 {
  0% {
    transform: rotate(-180deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
@keyframes reverse-circle6 {
  0% {
    transform: rotate(-225deg);
  }
  100% {
    transform: rotate(135deg);
  }
}
@keyframes reverse-circle7 {
  0% {
    transform: rotate(-270deg);
  }
  100% {
    transform: rotate(90deg);
  }
}
@keyframes reverse-circle8 {
  0% {
    transform: rotate(-315deg);
  }
  100% {
    transform: rotate(45deg);
  }
}
@keyframes fuwafuwa {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes yurayura {
  0%, 100% {
    transform: rotate(10deg);
  }
  50% {
    transform: rotate(-10deg);
  }
}
/* --------------------------------------------------
	header
-------------------------------------------------- */
.header .headPanel {

}
.header .headPanel .headBox {
  display: flex;
  justify-content: space-around;
  max-width: 1680px;
  margin: 0 auto;
  padding: 10px 20px;
}
.header .headPanel .logo {
  width: 20%;
  max-width: 280px;
}
.header .headPanel .logo a {
  display: block;
}
.header .headPanel .headTtl {
  padding: 0 15px;
  font-size: 16px;
  text-align: center;
}
.header .headPanel .headContact {
  width: 240px;
  text-align: center;
}
.header .headPanel .headContact .ttl {
  font-size: 0;
}
.header .headPanel .headContact .ttl p {
  display: inline;
  font-size: 16px;
}
.header .headPanel .headContact .ttl .em {
  color: #ea6a26;
}
.header .headPanel .headContact .tel a {
  display: inline-block;
  font-size: 30px;
  line-height: 1;
}
.header .headPanel .headContact .tel > p {
  font-size: 14px;
}
.header .headItems {
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  z-index: 999;
}
.header .headItems .hamburgerBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
  border-radius: 50%;
  background: #508fe0;
}
.header .headItems .hamburgerBox .hamburger {
  position: relative;
  width: 50px;
  height: 50px;
  z-index: 10000;
}
.header .headItems .hamburgerBox .hamburger .span {
  background: #ffffff;
  position: absolute;
  left: 50%;
  width: 25px;
  height: 2px;
  transform: translateX(-50%);
  transition: 0.4s;
}
.header .headItems .hamburgerBox .hamburger .span:nth-of-type(1) {
  top: 15px;
}
.header .headItems .hamburgerBox .hamburger .span:nth-of-type(2) {
  top: 50%;
  transform: translate(-50%, -50%);
}
.header .headItems .hamburgerBox .hamburger .span:nth-of-type(3) {
  bottom: 15px;
}
.header .headItems .hamburgerBox .is-open.hamburger .span:nth-of-type(1) {
  transform: translate(-50%, 9px) rotate(-45deg);
}
.header .headItems .hamburgerBox .is-open.hamburger .span:nth-of-type(2) {
  opacity: 0;
}
.header .headItems .hamburgerBox .is-open.hamburger .span:nth-of-type(3) {
  transform: translate(-50%, -9px) rotate(45deg);
}
.header .headItems .hamburgerBox .hamburgerTxt {
  position: relative;
  top: -5px;
  line-height: 1;
}
.header .headItems .contactBox {
  position: relative;
  top: -10px;
}
.header .headItems .contactBox a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  font-size: 16px;
  border-radius: 50%;
  background: #ffffff;
}
.header .headItems .contactBox a p {
  padding: 20px 0 0;
  background: url(https://stream-gr.com/system_panel/uploads/images/header_mail.png) center top no-repeat;
  background-size: 20px auto;
}

@media (max-width: 1024px) {
  .header .headPanel .headBox {
    padding: 10px 20px 55px;
  }
  .header .headPanel .logo {
    width: 140px;
    max-width: 140px;
  }
  .header .headPanel .logo a {
    display: block;
  }
  .header .headPanel .headTtl {
    display: none;
  }
  .header .headPanel .headContact {
    display: none;
  }
  .header .headItems {
    right: 20px;
    bottom: 20px;
  }
}
/* --------------------------------------------------
	nav
-------------------------------------------------- */
.navBox {
  position: relative;
  bottom: 30px;
  width: 245px;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.navBox:after {
  content: "";
  position: absolute;
  right: 35px;
  bottom: -14px;
  width: 30px;
  height: 14px;
  z-index: 1;
  background: url(https://stream-gr.com/system_panel/uploads/images/header_nav_balloon.png) no-repeat;
  background-size: 100% auto;
}
.navBox .ul {
  padding: 10px 0;
}
.navBox .ul .li a {
  display: block;
  padding: 10px 20px;
}

/* --------------------------------------------------
	main
-------------------------------------------------- */
.main {
  overflow: hidden;
}

.pageMain {
  margin: -40px 0 0;
}

.pageTopTitle {
  text-align: center;
}
.pageTopTitle h1 {
  position: relative;
  display: inline-block;
  min-width: 400px;
  padding: 10px 30px;
  font-size: 40px;
  color: #ffffff;
  line-height: 1.2;
  border-radius: 40px;
  background: #2c8ac4;
}

.secWrap {
  max-width: 1680px;
  margin: 0 auto;
  padding: 0 20px;
}

.secWrap01 {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

.secWrap02 {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}

.mapBox {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
  padding: 0 0 45%;
}
.mapBox iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/* --------------------------------------------------
	footer
-------------------------------------------------- */
.footer .footContact {
  padding: 60px 0;
  background: #549af2;
}
.footer .footContact .secTtl {
  max-width: 400px;
  margin: 0 auto 60px;
}
.footer .footContact .secTtl h2 {
  display: none;
}
.footer .footContact .itemList {
  max-width: 1400px;
  margin: 0 auto;
}
.footer .footContact .itemList .itemBox {
  padding: 30px 20px;
  text-align: center;
  border-radius: 10px;
  background: #e9f3fd;
}
.footer .footContact .itemList .itemBox .ttl01 {
  max-width: 300px;
  margin: 0 auto 20px;
}
.footer .footContact .itemList .itemBox .ttl02 {
  max-width: 360px;
  margin: 0 auto 40px;
}
.footer .footContact .itemList .itemBox .ttl03 {
  max-width: 300px;
  margin: 0 auto 20px;
}
.footer .footContact .itemList .itemBox .tel a {
  display: inline-block;
  font-size: 60px;
  line-height: 1;
}
.footer .footContact .itemList .itemBox .btnMail {
  max-width: 300px;
  margin: 0 auto;
}
.footer .footContact .itemList .itemBox .btnMail a {
  display: block;
}
.footer .footContact .itemList .itemBox .qr {
  width: 100px;
  margin: 0 auto;
}
.footer .footContact .itemList .itemBox .qr a {
  display: block;
}
@media (min-width: 1025px) {
  .footer .footContact .itemList {
    display: flex;
    justify-content: space-between;
  }
  .footer .footContact .itemList .itemBox {
    width: calc(33.3333333333% - 20px);
  }
}
.footer .footPanel {
  padding: 40px 0 20px;
  color: #ffffff;
  background: #1b1e80;
}
.footer .footPanel .secWrap01 {
  position: relative;
}
.footer .footPanel .pagetop {
  position: absolute;
  top: 40px;
  right: 0;
  width: 70px;
  cursor: pointer;
}
.footer .footPanel .logo {
  max-width: 300px;
  margin: 0 0 30px;
}
.footer .footPanel .txtBox .telFax > * {
  display: inline-block;
}
.footer .footPanel .txtBox .telFax .tel {
  margin: 0 10px 0 0;
}
.footer .footPanel .txtBox .telFax a {
  display: inline-block;
  color: #ffffff;
}
.footer .footPanel .copy {
  margin: 30px 0 0;
  text-align: right;
}

/* --------------------------------------------------
	fadeAnimation
-------------------------------------------------- */
body::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  /* 背景カラー */
  z-index: 9999;
  /* 一番手前に */
  pointer-events: none;
  /* 他の要素にアクセス可能にするためにポインターイベントは無効に */
  opacity: 0;
  /* 初期値では非表示 */
  -webkit-transition: opacity 0.8s ease;
  /* アニメーション時間は 0.8秒 */
  -ms-transition: opacity 0.8s ease;
  -moz-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
}

/*body要素に.fadeoutセレクタがある場合には、レイヤーが表示されるようにopacityを１に設定します。*/
body.fadeout::after {
  opacity: 1;
}

/*お好みで、.fadeoutセレクタ以下の他の要素にもアニメーション用のCSSを定義します*/
/*DEMOではページ遷移時にarticle要素のスケールもアニメーションさせています*/
body.fadeout article {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}


.mt30{
margin-top:30px;}

