@charset "UTF-8";
/* CSS Document */

#contact_type {
  border: 0px;
  color: #333;
}
input {
  padding: 15px;
}
.irasutoTitle img {
  width: 20%;
}
html {
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  /* display: grid;
  grid-template-rows: 1fr auto;*/
}
.errorTitle {
  text-align: center;
  margin: 0 0 30px 0;
}
.errorBox {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
a {
  color: #333;
}
#contactEndbox {
  text-align: center;
}
#tableDecoration {
  width: 94%;
  max-width: 1200px;
  margin: 300px auto 0 auto;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: nowrap;
}
#tableDecoration2 {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto 0 auto;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: nowrap;
}
.foamTransmissionEndBox {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto 0 auto;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: nowrap;
}
/*== ボタン共通設定 */
.contactSendBtn {
  /*アニメーションの起点とするためrelativeを指定*/
  position: relative;
  overflow: hidden;
  /*ボタンの形状*/
  text-decoration: none;
  display: inline-block;
  border: 1px solid #555; /* ボーダーの色と太さ */
  padding: 10px 30px;
  text-align: center;
  outline: none;
  /*アニメーションの指定*/
  transition: ease 0.2s;
  width: 100%;
  background-color: #efefef;
}
.contactSendBtn2 {
  /*アニメーションの起点とするためrelativeを指定*/
  position: relative;
  overflow: hidden;
  /*ボタンの形状*/
  text-decoration: none;
  display: inline-block;
  border: 1px solid #555; /* ボーダーの色と太さ */
  padding: 10px 30px;
  text-align: center;
  outline: none;
  /*アニメーションの指定*/
  transition: ease 0.2s;
  width: 50%;
}
.contactSendBtn3 {
  /*アニメーションの起点とするためrelativeを指定*/
  position: relative;
  overflow: hidden;
  /*ボタンの形状*/
  text-decoration: none;
  display: inline-block;
  border: 1px solid #555; /* ボーダーの色と太さ */
  padding: 10px 30px;
  text-align: center;
  outline: none;
  margin: 30px 0 0 0;
  width: 50%;
}
.contactSendBtn3 span {
  color: #343333;
}
/*ボタン内spanの形状*/
.contactSendBtn2 span {
  position: relative;
  z-index: 3; /*z-indexの数値をあげて文字を背景よりも手前に表示*/
  color: #333;
}
.contactSendBtn2:hover span {
  color: #fff;
}
/*ボタン内spanの形状*/
.contactSendBtn2 span {
  position: relative;
  z-index: 3; /*z-indexの数値をあげて文字を背景よりも手前に表示*/
  color: #333;
}
.contactSendBtn2:hover span {
  color: #fff;
}
/*== 背景が流れる（斜め） */
.bgskew2::before {
  content: "";
  /*絶対配置で位置を指定*/
  position: absolute;
  top: 0;
  left: -130%;
  /*色や形状*/
  background: #333;
  width: 120%;
  height: 100%;
  transform: skewX(-25deg);
}
/*hoverした時のアニメーション*/
.bgskew2:hover::before {
  animation: skewanime 0.5s forwards; /*アニメーションの名前と速度を定義*/
}
/*ボタン内spanの形状*/
.contactSendBtn span {
  position: relative;
  z-index: 3; /*z-indexの数値をあげて文字を背景よりも手前に表示*/
  color: #333;
}
.contactSendBtn:hover span {
  color: #fff;
}
/*== 背景が流れる（斜め） */
.bgskew::before {
  content: "";
  /*絶対配置で位置を指定*/
  position: absolute;
  top: 0;
  left: -130%;
  /*色や形状*/
  background: #333;
  width: 120%;
  height: 100%;
  transform: skewX(-25deg);
}
/*hoverした時のアニメーション*/
.bgskew:hover::before {
  animation: skewanime 0.5s forwards; /*アニメーションの名前と速度を定義*/
  background: #333;
}
@keyframes skewanime {
  100% {
    left: -10%; /*画面の見えていない左から右へ移動する終了地点*/
  }
}
.requiredTextArea {
  width: 100%;
  display: block;
  height: 200px;
}
.contactNameArea {
  width: 100%;
}
.requiredText {
  color: #b80003;
  font-size: 12px;
  width: auto;
}
.contactTable2 {
  width: 50%;
  margin: 0 auto;
}
.contactTable2 tr {
  border-bottom: 1px solid #e8e8e8;
  width: 100%;
}
.contactTable2 tr:last-child {
  border-bottom: none;
}
.contactTable2 th,
.contactTable2 td {
  padding: 50px 0 50px 0;
  border: none;
  vertical-align: top;
}
.contactTable2 th {
  width: 30%;
}
.contactTable {
  width: 70%;
}
.contactTable tr {
  border-bottom: 1px solid #e8e8e8;
  width: 100%;
}
.contactTable tr:last-child {
  border-bottom: none;
}
.contactTable th,
.contactTable td {
  padding: 50px 0 50px 0;
  border: none;
  vertical-align: top;
}
.contactTable th {
  width: 30%;
}
.contactWaku {
  width: 94%;
  max-width: 1200px;
  margin: 200px auto 0 auto;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: nowrap;
}
/* sp */
.irasutoTitle {
  margin: 50px auto 200px auto;
  text-align: center;
}
.aboutWaku {
  width: 94%;
  max-width: 900px;
  margin: 300px auto 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.aboutDetail {
  margin: 30px 0 0 50px;
}
.aboutKao {
}
.aboutText1 {
  font-size: 14px;
  font-weight: normal;
}
.aboutDetail dl {
  display: flex;
  flex-wrap: wrap;
  margin: 50px 0 0 0;
}
.aboutDetail dt {
  width: 13%;
  margin-bottom: 10px;
  font-size: 14px;
}
.aboutDetail dd {
  width: 87%;
  margin-bottom: 10px;
  font-size: 14px;
}
/*==================================================
スライダーのためのcss
===================================*/
.slider {
  /*横幅94%で左右に余白を持たせて中央寄せ*/
  width: 94%;
  margin: 0 auto;
}
.slider img {
  width: 60vw; /*スライダー内の画像を60vwにしてレスポンシブ化*/
  height: auto;
}
.slider .slick-slide {
  transform: scale(0.8); /*左右の画像のサイズを80%に*/
  transition: all 0.5s; /*拡大や透過のアニメーションを0.5秒で行う*/
  opacity: 0.5; /*透過50%*/
}
.slider .slick-slide.slick-center {
  transform: scale(1); /*中央の画像のサイズだけ等倍に*/
  opacity: 1; /*透過なし*/
}
/*矢印の設定*/
/*戻る、次へ矢印の位置*/
.slick-prev,
.slick-next {
  position: absolute; /*絶対配置にする*/
  top: 42%;
  cursor: pointer; /*マウスカーソルを指マークに*/
  outline: none; /*クリックをしたら出てくる枠線を消す*/
  border-top: 2px solid #666; /*矢印の色*/
  border-right: 2px solid #666; /*矢印の色*/
  height: 15px;
  width: 15px;
}
.slick-prev {
  /*戻る矢印の位置と形状*/
  left: -1.5%;
  transform: rotate(-135deg);
}
.slick-next {
  /*次へ矢印の位置と形状*/
  right: -1.5%;
  transform: rotate(45deg);
}
/*ドットナビゲーションの設定*/
.slick-dots {
  text-align: center;
  margin: 20px 0 0 0;
}
.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.slick-dots button {
  color: transparent;
  outline: none;
  width: 8px; /*ドットボタンのサイズ*/
  height: 8px; /*ドットボタンのサイズ*/
  display: block;
  border-radius: 50%;
  background: #ccc; /*ドットボタンの色*/
}
.slick-dots .slick-active button {
  background: #333; /*ドットボタンの現在地表示の色*/
}
/*==================================================
スライダーのためのcssここまで
===================================*/
a {
  text-decoration: none;
  cursor: pointer;
}
.batonRogo {
  margin: 20px 0 0 20px;
}
/*　ハンバーガーボタン　*/
.hamburger {
  display: block;
  position: fixed;
  z-index: 3;
  right: 13px;
  top: 12px;
  width: 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  cursor: pointer;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 6px;
  background: #555;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}
/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top: 14px;
  left: 6px;
  background: #707070;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 14px;
  background: #707070;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
nav.globalMenuSp {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  color: #7d7d7d;
  background-color: #ffffff;
  width: 100%;
  opacity: 0;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: 0.4s all;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}
nav.globalMenuSp ul li:hover {
  background: #ddd;
}
nav.globalMenuSp ul li a {
  display: block;
  color: #707070;
  padding: 1em 0;
  text-decoration: none;
}
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  opacity: 100;
}
#nav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  width: 100%;
  height: 100vh;
  opacity: 0;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
#nav.active {
  right: 0;
  opacity: 1;
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
}
#nav ul {
  padding: 20px 0;
}
#nav ul li {
  list-style-type: none;
}
#nav ul li a {
  display: block;
  padding: 10px 0;
  transition: all 0.2s ease-in-out;
  font-size: 28px;
  text-decoration: none;
  color: #333;
}
#nav ul li a:hover {
  color: #333;
}
.buttonMenuWaku {
  position: fixed;
  top: 10px;
  right: 10px;
  display: flex;
  height: 45px;
  width: 60px;
  justify-content: center;
  align-items: center;
  z-index: 90;
  background-color: rgba(255, 255, 255, 10);
  cursor: pointer;
}
#nav h2 {
  float: left;
  margin: 0 100px 0 0;
}
.snsBox {
  text-align: center;
  margin: 0 100px 0 0;
  clear: both;
}
.twitterRogo img {
  width: 18px;
  margin: 1px 0 0 0;
}
.twitterRogo {
  display: inline-block;
}

.twitterRogo2 {
  display: inline-block;
  width: 15px;
  margin: 1px 0 0 0;
}

.twitterRogo2 img {
  margin-top: 3px;
}
.instagramRogo {
  display: inline-block;
}
.instagramRogo img {
  display: inline-block;
  width: 20px;
}

.instagramRogo2 {
  display: inline-block;
  width: 20px;
}
.copyrightNav {
  display: block;
  font-size: 12px;
  width: 500px;
  clear: both;
}
.accordionMenu {
  width: 1000px;
}
/*ハンバーガーメニュー*/
.menu,
.menu span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  box-sizing: border-box;
}
.menu {
  display: block;
  position: fixed;
  top: 20px;
  background: #ffffff00;
  z-index: 10;
  /*    width: 35px;*/
  height: 22px;
  padding: 10px 0;
  border: 0px;
}
.menu span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  z-index: 10;
}
.menu span:nth-of-type(1) {
  top: 0px;
}
.menu span:nth-of-type(2) {
  top: 10px;
}
.menu span:nth-of-type(3) {
  bottom: 0px;
}
.menu.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(45deg);
  transform: translateY(10px) rotate(45deg);
}
.menu.active span:nth-of-type(2) {
  opacity: 0;
}
.menu.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(-45deg);
  transform: translateY(-10px) rotate(-45deg);
}
.menuText {
  margin: 30px 0 0 0;
  font-size: 14px;
  color: #333;
}
footer {
  bottom: 0; /*下に固定*/
  margin: 300px auto 0 auto;
  text-align: center;
  width: 100%;
  height: 20px;
  position: relative;
  /*position: absolute;←絶対位置*/
  clear: both;
}
.errorFooret {
  grid-row-start: 2;
  grid-row-end: 3;
  width: 100%;
}
.copyright {
  font-size: 12px;
  color: #838383;
}
.snsBox2 {
  text-align: left;
  margin: 0 0 0 20px;
  clear: both;
}
.contactBt {
  position: fixed;
  right: 50px;
  bottom: 50px;
}
.contact {
  /*width: 10vh; 横幅*/
  height: 10vh; /*縦幅*/
  background: #969696; /*背景色*/
  animation: contact 30s ease 0s infinite; /*アニメーションの設定*/
  margin: 0 0 0 30px;
}
@keyframes contact {
  0%,
  100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}
.contact p {
  font-size: 14px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.contact img {
  margin: 0 0 0 5px;
  width: 15%;
}
.illustrationBt {
  width: 40vh; /*横幅*/
  height: 40vh; /*縦幅*/
  background: #06264e; /*背景色*/
  animation: illustrationBt 25s ease 0s infinite; /*アニメーションの設定*/
}
@keyframes illustrationBt {
  0%,
  100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}
.illustrationBt p {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 36px;
  width: 100%;
  height: 100%;
}
.illustrationBt img {
  margin: 0 0 0 5px;
}
.designBt {
  width: 40vh; /*横幅*/
  height: 40vh; /*縦幅*/
  background: #ece441; /*背景色*/
  animation: designBt 30s ease 0s infinite; /*アニメーションの設定*/
}
.designBt p {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #5c5700;
  font-size: 36px;
  width: 100%;
  height: 100%;
}
.designBt img {
  margin: 0 0 0 5px;
}
@keyframes designBt {
  0%,
  100% {
    border-radius: 51% 49% 43% 57% / 48% 53% 47% 52%;
  }
  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}
.mainBt {
  width: 1200px;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  margin: 150px auto 0 auto;
}
.newsWrap {
  margin: 200px auto 0 auto;
  /* width: 400px; */
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  color: #414040;
}
.newsWrap ul {
  margin-top: 30px;
}
.newsWrap li {
  margin-bottom: 10px;
  font-size: 14px;
}
.newsWrap h2 {
  writing-mode: vertical-rl;
  text-orientation: upright;
  float: left;
  color: #414040;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.newsBorder {
  border-left: 1px solid #414040;
  margin: 0 5px 0 0;
}
.newsWrap time {
  margin: 0 5px 0 0;
}
/*タブレット768*/
@media only screen and (min-width: 479px) and (max-width: 1024px) {
  .mainBt {
    width: 390px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 60px auto 0 auto;
  }
  .aboutKao {
    margin: 0 auto;
    width: 25%;
  }
  .contactTable2 tr {
    border-bottom: 1px solid #e8e8e8;
    width: 100%;
    display: block;
    margin: 0 0 20px 0;
  }
  .contactTable2 th,
  .contactTable2 td {
    padding: 0;
    border: none;
    vertical-align: top;
  }
  .aboutWaku {
    width: 94%;
    max-width: 900px;
    margin: 50px auto 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .aboutDetail {
    margin: 30px auto 0 auto;
  }
  .aboutKao {
    margin: 0 auto;
  }
  .aboutText1 {
    font-size: 14px;
    font-weight: normal;
    white-space: nowrap;
  }
  .aboutDetail dl {
    display: flex;
    flex-wrap: wrap;
    margin: 50px 0 0 0;
    flex-direction: column;
  }
  .aboutDetail dt {
    width: 30%;
    font-weight: bold;
    margin: 20px 0 0 0;
    font-size: 14px;
    display: inline-block;
  }
  .aboutDetail dd {
    width: 100%;
    margin-bottom: 10px;
    border-bottom: #dddddd solid 1px;
  }
  footer {
    bottom: 0; /*下に固定*/
    margin: 100px auto 0 auto;
    text-align: center;
    width: 100%;
    height: 20px;
    position: relative;
  }
  .slick-prev,
  .slick-next {
    position: absolute; /*絶対配置にする*/
    z-index: 3;
    top: 42%;
    cursor: pointer; /*マウスカーソルを指マークに*/
    outline: none; /*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #ccc; /*矢印の色*/
    border-right: 2px solid #ccc; /*矢印の色*/
    height: 25px;
    width: 25px;
    margin: 20px 0 0 0;
  }
  .mainBt {
    display: flex;
    flex-direction: column;
    margin: 50px auto 0 auto;
  }
  .illustrationBt {
    width: 35vh; /*横幅*/
    height: 35vh; /*縦幅*/
    background: #06264e; /*背景色*/
    margin: 0 auto 60px auto;
  }
  .designBt {
    width: 35vh; /*横幅*/
    height: 35vh; /*縦幅*/
    background: #ece441; /*背景色*/
    margin: 0 auto 60px auto;
  }
  .newsWrap h2 {
    writing-mode: horizontal-tb;
  }
  .newsBorder {
    border-bottom: 1px solid #414040;
    width: 100%;
    margin: 0 5px 0 0;
  }
  .mainBt {
    width: 390px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 60px auto 0 auto;
  }
  .newsWrap {
    margin: 0 auto 60px auto;
    width: 390px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    color: #414040;
    padding: 0 20px;
  }
  .newsWrap time {
    margin: 0 5px 0 0;
    display: block;
  }
  .newsText {
    /*		float:right;*/
    margin-bottom: 20px;
  }
  .newsWrap ul {
    margin-top: 13px;
  }
  .contactBt {
    margin: 0 auto;
    clear: both;
    position: initial;
  }
  .contact {
    width: 13vh; /*横幅*/
    height: 13vh; /*縦幅*/
    background: #969696; /*背景色*/
    margin: 0 auto 0 auto;
  }
  .contactBtSp {
    margin: 0 auto;
    clear: both;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .snsBox2 {
    text-align: center;
    margin: 30px auto 0 auto;
  }
  #nav h2 {
    float: left;
    margin: 0 40px 0 0;
  }
  #nav h2 img {
    width: 100px;
  }
  .snsBox {
    margin: 0 40px 0 0;
  }
  .twitterRogo {
    width: 25px;
  }
  .instagramRogo {
    width: 25px;
  }
  .irasutoTitle {
    margin: 50px auto 50px auto;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .irasutoTitle img {
    width: 50%;
  }
  /*==================================================
スライダーのためのcss
===================================*/
  .slider {
    /*横幅94%で左右に余白を持たせて中央寄せ*/
    width: 94%;
    margin: 0 auto;
  }
  .slider img {
    width: 60vw; /*スライダー内の画像を60vwにしてレスポンシブ化*/
    height: auto;
  }
  .slider .slick-slide {
    transform: scale(0.8); /*左右の画像のサイズを80%に*/
    transition: all 0.5s; /*拡大や透過のアニメーションを0.5秒で行う*/
    opacity: 0.5; /*透過50%*/
  }
  .slider .slick-slide.slick-center {
    transform: scale(1); /*中央の画像のサイズだけ等倍に*/
    opacity: 1; /*透過なし*/
  }
  /*矢印の設定*/
  /*戻る、次へ矢印の位置*/
  .slick-prev,
  .slick-next {
    position: absolute; /*絶対配置にする*/
    top: 42%;
    cursor: pointer; /*マウスカーソルを指マークに*/
    outline: none; /*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #666; /*矢印の色*/
    border-right: 2px solid #666; /*矢印の色*/
    height: 15px;
    width: 15px;
  }
  .slick-prev {
    /*戻る矢印の位置と形状*/
    left: -1.5%;
    transform: rotate(-135deg);
  }
  .slick-next {
    /*次へ矢印の位置と形状*/
    right: -1.5%;
    transform: rotate(45deg);
  }
  /*ドットナビゲーションの設定*/
  .slick-dots {
    text-align: center;
    margin: 20px 0 0 0;
  }
  .slick-dots li {
    display: inline-block;
    margin: 0 5px;
  }
  .slick-dots button {
    color: transparent;
    outline: none;
    width: 8px; /*ドットボタンのサイズ*/
    height: 8px; /*ドットボタンのサイズ*/
    display: block;
    border-radius: 50%;
    background: #ccc; /*ドットボタンの色*/
  }
  .slick-dots .slick-active button {
    background: #333; /*ドットボタンの現在地表示の色*/
  }
  /*==================================================
スライダーのためのcssここまで
===================================*/
  .errorBox {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 80%;
  }
  .errorTitle {
    text-align: center;
    margin: 0 0 30px 0;
  }
  .contactName {
    margin: 20px 0 0 0;
  }
  .contactTable th,
  .contactTable td {
    padding: 50px 0 5px 0;
    border: none;
    vertical-align: top;
  }
  .contactWaku {
    width: 94%;
    max-width: 480px;
    margin: 100px auto 0 auto;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: nowrap;
  }
  .contactTable2 th,
  .contactTable2 td {
    width: 100%;
    display: block;
  }
  .contactTable tr {
    border-bottom: 1px solid #e8e8e8;
    width: 100%;
    margin: 0 0 0 0;
  }
  .contactTable2 th {
    width: 100%;
  }
  .contactTable2 td {
    padding-top: 0;
    vertical-align: top;
  }
  .contactTable th,
  .contactTable td {
    width: 100%;
    display: block;
    margin: 10px 0 10px 0;
  }
  .contactTable th {
    width: 100%;
  }
  .contactTable td {
    padding-top: 0;
    vertical-align: top;
  }
  .contactTable2 tr {
    border-bottom: 1px solid #e8e8e8;
    width: 100%;
    display: block;
    margin: 0 0 20px 0;
  }
  .contactTable2 th,
  .contactTable2 td {
    padding: 0;
    border: none;
    vertical-align: top;
  }
  .aboutWaku {
    width: 94%;
    max-width: 900px;
    margin: 50px auto 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .aboutDetail {
    margin: 30px auto 0 auto;
  }
  .aboutKao {
    width: 30%;
    margin: 0 auto;
  }
  .aboutText1 {
    font-size: 14px;
    font-weight: normal;
    white-space: nowrap;
  }
  .aboutDetail dl {
    display: flex;
    flex-wrap: wrap;
    margin: 50px 0 0 0;
    flex-direction: column;
  }
  .aboutDetail dt {
    width: 30%;
    font-weight: bold;
    margin: 20px 0 0 0;
    font-size: 14px;
    display: inline-block;
  }
  .aboutDetail dd {
    width: 100%;
    margin-bottom: 10px;
    border-bottom: #dddddd solid 1px;
  }
  footer {
    bottom: 0; /*下に固定*/
    margin: 100px auto 0 auto;
    text-align: center;
    width: 100%;
    height: 20px;
    position: relative;
  }
  .slick-prev,
  .slick-next {
    position: absolute; /*絶対配置にする*/
    z-index: 3;
    top: 42%;
    cursor: pointer; /*マウスカーソルを指マークに*/
    outline: none; /*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #ccc; /*矢印の色*/
    border-right: 2px solid #ccc; /*矢印の色*/
    height: 25px;
    width: 25px;
    margin: 20px 0 0 0;
  }
  .mainBt {
    display: flex;
    flex-direction: column;
    margin: 50px auto 0 auto;
  }
  .illustrationBt {
    width: 35vh; /*横幅*/
    height: 35vh; /*縦幅*/
    background: #06264e; /*背景色*/
    margin: 0 auto 60px auto;
  }
  .designBt {
    width: 35vh; /*横幅*/
    height: 35vh; /*縦幅*/
    background: #ece441; /*背景色*/
    margin: 0 auto 60px auto;
  }
  .newsWrap h2 {
    writing-mode: horizontal-tb;
  }
  .newsBorder {
    border-bottom: 1px solid #414040;
    width: 100%;
    margin: 0 5px 0 0;
  }
  .mainBt {
    width: 390px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 60px auto 0 auto;
  }
  .newsWrap {
    margin: 0 auto 60px auto;
    width: 390px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    color: #414040;
    padding: 0 20px;
  }
  .newsWrap time {
    margin: 0 5px 0 0;
    display: block;
  }
  .newsText {
    /*		float:right;*/
    margin-bottom: 20px;
  }
  .newsWrap ul {
    margin-top: 13px;
  }
  .contactBt {
    margin: 0 auto;
    clear: both;
    position: initial;
  }
  .contact {
    width: 15vh; /*横幅*/
    height: 13vh; /*縦幅*/
    background: #969696; /*背景色*/
    margin: 0 auto 0 auto;
    padding: 0 10px 0 0;
  }
  .contactBtSp {
    margin: 0 auto;
    clear: both;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .snsBox2 {
    text-align: center;
    margin: 50px auto 20px auto;
  }
  #nav h2 {
    float: left;
    margin: 0 40px 0 0;
  }
  #nav h2 img {
    width: 100px;
  }
  .snsBox {
    margin: 0 40px 0 0;
  }
  .twitterRogo {
    width: 25px;
  }

  .twitterRogo img {
    margin-top: 2px;
  }
  .instagramRogo {
    margin: 0 0 20px 0;
  }
  .irasutoTitle {
    margin: 50px auto 50px auto;
    text-align: center;
  }
}
