@charset "UTF-8";
/*color*/
/*color*/
.prt {
  font-family: "Prata", serif; }

.min {
  font-family: "ヒラギノ明朝 ProN", "HiraMinProN", "HG明朝", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; }

body {
  overflow-x: hidden; }
  @media screen and (min-width: 769px) {
    body {
      min-width: 1280px;
      overflow-x: scroll; } }

.blgr {
  background: -webkit-linear-gradient(-45deg, #0597c6 0%, #32c4ab 100%);
  background: -webkit-linear-gradient(315deg, #0597c6 0%, #32c4ab 100%);
  background: linear-gradient(135deg, #0597c6 0%, #32c4ab 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b30597c6', endColorstr='#b332c4ab',GradientType=1 ); }

.bgwh {
  background-color: #fff; }

.bggy {
  background-color: #F2F2F2; }

.bgbk {
  background-color: #1A1A1A; }

.button.radius a {
  background-color: #36A3AA; }

.wide_wrap {
  padding: 2rem 0; }
  @media screen and (max-width: 768px) {
    .wide_wrap {
      padding: 0; } }

.mid_wrap {
  padding: 4rem;
  max-width: 1500px;
  margin: 0 auto; }

.low_wrap {
  padding: 2rem;
  max-width: 1200px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .low_wrap {
      padding: 2rem 1.2rem; } }

.narrow_wrap {
  padding: 2rem;
  max-width: 800px;
  margin: 0 auto; }

.remodal {
  background: none;
  max-width: initial !important; }
  @media screen and (max-width: 768px) {
    .remodal {
      padding: 20px 0; } }
  .remodal .article-contents {
    background: none;
    padding: initial; }
  .remodal .remodal_inner {
    padding: 3rem 3.5rem 3rem 2.5rem;
    background-color: #fff;
    margin: 0 auto 3rem; }
    @media screen and (max-width: 768px) {
      .remodal .remodal_inner {
        padding: 2rem 1rem 2rem .5rem; } }
  .remodal .close {
    position: absolute;
    top: 2%;
    right: 2%;
    width: 3rem;
    height: 3rem;
    font-size: 2rem;
    color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s; }
    @media screen and (max-width: 768px) {
      .remodal .close {
        width: 2rem;
        height: 2rem;
        top: 0.2%; } }
    .remodal .close:hover {
      opacity: 0.6;
      cursor: pointer; }
  .remodal .back {
    cursor: pointer; }

.remodal-wrapper {
  padding: 2rem; }
  @media screen and (max-width: 768px) {
    .remodal-wrapper {
      padding: .5rem; } }

.slide-text {
  padding-left: 1rem; }
  .slide-text ul li {
    position: relative;
    line-height: 2.5; }
    .slide-text ul li:before {
      content: "・";
      position: absolute;
      text-indent: -1rem; }

.pos-f {
  position: fixed;
  z-index: 1000; }

.full {
  width: 100%; }
  @media screen and (min-width: 769px) {
    .full {
      height: 100vh; } }

.title_wrap div {
  color: #0B5574;
  line-height: 1.1;
  font-weight: 900; }

.title_wrap span {
  color: #0B5574; }

.button.tab p, .button.tab a {
  font-size: .8rem;
  font-weight: bold;
  border-radius: 10px;
  padding: .8rem 0;
  margin: 0 1rem;
  width: 250px; }
  @media screen and (max-width: 768px) {
    .button.tab p, .button.tab a {
      width: 210px;
      margin: .3rem auto; } }

.button.tab p {
  color: #fff;
  background-color: #36A3AA;
  border: 3px solid #36A3AA; }

.button.tab a {
  color: #36A3AA;
  border: 3px solid #36A3AA; }
  .button.tab a:hover {
    background: #36A3AA !important;
    color: #fff; }

/*  ----------------------------------------------------------------------------------------------*/
header {
  background-color: white; }
  header.vark {
    background-color: rgba(255, 255, 255, 0);
    -webkit-transition: all .3s;
    transition: all .3s; }
    header.vark .header_logo {
      -webkit-transition: all .3s;
      transition: all .3s;
      opacity: 0; }
    header.vark.on {
      background-color: white;
      -webkit-transition: all .3s;
      transition: all .3s; }
      header.vark.on .header_logo {
        -webkit-transition: all .3s;
        transition: all .3s;
        opacity: 1; }
      @media screen and (max-width: 768px) {
        header.vark.on ul {
          -webkit-transition: all .3s;
          transition: all .3s;
          opacity: 1; } }
  header .header_inner {
    display: none;
    margin: 0 auto;
    padding: 1.5rem 4rem 0.8rem 4rem; }  /*上　右　下　左*/
    @media screen and (max-width: 768px){
      header .header_inner {
        margin: 0 auto;
        padding: 0rem; }
    }
  header .header_logo a {
    width: 90%;
    max-width: 150px;
    display: block; }
    @media screen and (max-width: 768px) {
      header .header_logo a {
        width: 80%; } }
  header .header_logo img {
    max-height: calc(65px); }
  @media screen and (max-width: 768px) {
    header ul {
      /*width: 100%;*/
       } }
  header li {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.2;
    margin-left: 1rem; }
  header a {

    line-height: 1; }
    header a p {
      line-height: 1.2; }
      @media screen and (max-width: 768px) {
        header a p {
          font-size: 0.8rem !important; } }
  header span {
    font-size: 10px !important;
    line-height: 1; }
    @media screen and (max-width: 768px) {
      header span {
        display: none !important; } }

.bg_image {
  z-index: -1;
  position: fixed;
  left: 0;
  top: 0;
  background-image: url(../images/yuni.png);
  background-size: contain;
  background-position: 0 50%;
  background-repeat: no-repeat;
  width: 100%; }
  @media screen and (max-width: 768px) {
    .bg_image {
      width: 76%;
      top: 31%;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
              transform: translate(-50%, 0); } }

/*  ----------------------------------------------------------------------------------------------*/
.angle {
  width: 1rem;
  opacity: 0.3;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  height: 1rem;
  z-index: 1; }

@media screen and (max-width: 768px) {
  .kv {
    padding: 3rem 0rem 1rem; } }

@media screen and (min-width: 769px) {
  .kv_image_wrap {
    height: calc(100vh - 50px);
    background-image: url(../images/office1.jpg);
    background-position: 0% 50%;
    background-size: contain;
    background-repeat: no-repeat; } }

@media screen and (min-width: 769px) {
  .kv_logo_wrap {
    margin-right: 9%; } }

@media screen and (max-width: 768px) {
  .kv_logo_wrap .kv_logo_inner {
    margin-bottom: .8rem; } }

.kv_logo_wrap .announce h2 {
  font-size: .9rem; }
  @media screen and (max-width: 768px) {
    .kv_logo_wrap .announce h2 {
      font-size: .9rem; } }

@media screen and (max-width: 768px) {
  .kv_logo_wrap .announce h1 {
    font-size: 1.2rem;
    margin-bottom: .1rem; } }

.announce {
  margin-top: 2rem; }
  .announce h2 {
    font-weight: normal; }
  .announce a {
    font-weight: bold;
    margin: 0 .2rem;
    text-decoration: none;
    border-bottom: 1px solid;
    -webkit-transition: all .3s;
    transition: all .3s; }
    .announce a:hover {
      color: #ddd;
      -webkit-transition: all .3s;
      transition: all .3s; }

/*  ----------------------------------------------------------------------------------------------*/
.service_inner {
  position: relative; }
  .service_inner:before {
    content: ""; }
  @media screen and (max-width: 768px) {
    .service_inner .service_left {
      width: 100%;
      padding: 1rem 0 0; } }
  @media screen and (max-width: 768px) {
    .service_inner .service_right {
      width: 100%; } }
  .service_inner .service_right img {
    width: 40%; }
@media screen and (max-width: 768px) {
  .service_inner .service_text{
    text-align: left;
  } }
@media screen and (min-width: 768px) {
.service_inner .service_text{
  text-align: left;
  margin-left: 40px;
}}

/*  ----------------------------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .sns_left, .sns_right {
    width: 100%; } }

@media screen and (max-width: 768px) {
  .sns_left {
    margin-bottom: 1rem; } }

.sns_right_inner {
  line-height: 1;
  text-align: center; }
  .sns_right_inner .sns_icon {
    vertical-align: middle;
    line-height: 1; }
  .sns_right_inner a {
    margin: 0 1rem;
    display: block;
    vertical-align: middle;
    line-height: 1; }
  .sns_right_inner i {
    font-size: 3rem;
    line-height: 1;
    border-radius: 6px; }
  .sns_right_inner .fa-line {
    color: #60d55f; }
  .sns_right_inner .fa-twitter-square {
    color: #1DA1F2; }
  .sns_right_inner .fa-facebook-square {
    color: #4267B2; }
  .sns_right_inner .fb-share-button {
    line-height: 1; }

/*  ----------------------------------------------------------------------------------------------*/

/* top */

@media screen and (min-width: 769px) {
  #top{
    text-align: center;
    margin-bottom: 350px;
  }
  .top_logo{
    width: 40vw;
    height: auto;
    margin-top: 60px;
    margin-bottom: 60px;
  }

}

/* top - SP */
@media screen and (max-width: 768px) {
  #top{
    text-align: center;
    margin-bottom: 100px;
  }
  .top_logo {
    width: 80vw;
    margin-bottom: 50px;
  }

}

/* 02*/
@media screen and (min-width: 769px) {
  #con02{
    margin-bottom: 350px;
  }
  .con02_img{
    width: 20vw;
    margin-top: 15px;
    margin-bottom: 37px;
  }
}

/* 02 - SP */
@media screen and (max-width: 768px) {
  .con02_img{
    width: 50vw;
    margin-top: 15px;
    margin-bottom: 37px;
  }
}

.nav-text_inner {
  padding: 0rem;
}
@media screen and (min-width: 769px) {
  .contents_06_text {

  }
}

.about_inner {
  padding-top: 10rem; }
  @media screen and (max-width: 768px) {
    .about_inner {
      padding-top: 5rem; } }

.vark_02 {
  bottom: 10px;
  width: 3rem;
  right: 15%;
  -webkit-transform: rotate(10deg);
      -ms-transform: rotate(10deg);
          transform: rotate(10deg); }

@media screen and (max-width: 768px) {
  .banner_wrap {
    margin: 1rem auto 3rem;
    position: relative; } }

.banner_wrap a {
  border: none; }

.banner_wrap a img {
  width: 200px;
  margin: 0 .3rem;
  -webkit-transition: all .3s;
  transition: all .3s; }
  @media screen and (max-width: 768px) {
    .banner_wrap a img {
      margin: auto;
      display: block; } }
  .banner_wrap a img:hover {
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 0.6; }
.on{
  z-index: 3;
}
.off{
  z-index: 3;
}
/*  ----------------------------------------------------------------------------------------------*/
@font-face {
  font-family: 'A-OTF-A1MinchoStd-Bold';
  src: url("/images/fonts/A-OTF-A1MinchoStd-Bold.otf");
}

/*  ----------------------------------------------------------------------------------------------*/
#myCanvas {
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
}


/*  ----------------------------------------------------------------------------------------------*/
/* ハンバーガーメニュー */
#nav-drawer {
  position: relative;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}

/*アイコンのスペース*/
#nav-open {
  display: inline-block;
  width: 40px;
  height: 28px;
  vertical-align: middle;
}


/*閉じる用の薄黒カバー*/
#nav-close {
  display: none;/*はじめは隠しておく*/
  position: fixed;
  z-index: 99;
  top: 124px;/*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 124px;
  left: 0;
  z-index: 9999;/*最前面に*/
  width: 100%;/*右側に隙間を作る*/
  max-width: 100%;/*最大幅*/
  height: 100%;
  background: #fff;/*背景色*/
  transition: 1.0s ease-in-out;/*滑らかに表示*/
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);/*左に隠しておく*/
}

/*チェックが入ったらもろもろ表示*/
#checkbox1:checked ~ #nav-close {
  display: block;/*カバーを表示*/
  opacity: .5;
}

#checkbox1:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);/*中身を表示*/
  /*box-shadow: 6px 0 25px rgba(0,0,0,.15);*/
}

/*ハンバーガーメニュー*/
.visuallyHidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px; width: 1px;
  margin: -1px; padding: 0; border: 0;
}
.hamburger {
  margin: 0 auto;
  margin-top: 30px;
  width: 30px;
  height: 30px;
  position: relative;
}

.hamburger .bar {
  padding: 0;
  width: 30px;
  height: 4px;
  background-color: black;
  display: block;
  border-radius: 4px;
  transition: all 0.4s ease-in-out;
  position: absolute;
}

.bar1 {
  top: 0;
}

.bar2,
.bar3 {
  top: 13.5px;
}

.bar3 {
  right: 0;
}

.bar4 {
  bottom: 0;
}

/* HAMBURGER 1 */
.checkbox1:checked + label > .hamburger1 > .bar1{
  transform: rotate(45deg);
  transform-origin: 5%;
  width: 41px
}

.checkbox1:checked + label > .hamburger1 > .bar2 {
  transform: translateX(-40px);
  background-color: transparent;
}

.checkbox1:checked + label > .hamburger1 > .bar3 {
  transform: translateX(40px);
  background-color: transparent;
}

.checkbox1:checked + label > .hamburger1 > .bar4 {
  transform-origin: 5%;
  transform: rotate(-45deg);
  width: 41px;
}
a.hmenu{
  color: black;
}



/*  ----------------------------------------------------------------------------------------------*/
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

#Audio-Control {
  overflow: hidden;
}

#Audio-Control button {
  border: 1px solid #ccc;
  width: 40px;
  float: left;
  padding: 5px 0;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

#Audio-Control button.on {
  border-left: none;
}

#Audio-Control button.off {
  border-right: none;
}

#Audio-Control button.active {
  background: #ccc;
}

#Audio-Control button:not(.active):hover {
  background: rgba(204, 204, 204, 0.3);
}

/*footer*/
@media screen and (min-width: 769px) {
  .footer {
    position: relative;

    padding: 8rem;
    z-index: 3;
  }
  .contact {
    width: 50vw;
    margin: auto;
  }
}
/*SP*/
@media screen and (max-width: 768px) {
  .footer{
    position: relative;
    top: 200px;
    z-index: 3;

  }
  .footer_map{
    width: 100%;
  }
  .contact {
    width: 100%;
    padding: 1.2rem;
  }
}



button.cp_btn {
  display: block;
  width: 160px;
  padding: 0.8em;
  text-align: center;
  text-decoration: none;
  color: #4b3100;
  border: 2px solid #4b3100;
  border-radius: 3px;
  transition: .4s;
}
button.cp_btn:hover {
  background: #4b3100;
  color: #ffffff;
}

/*  ----------------------------------------------------------------------------------------------*/
#particles-js {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 1;
}