@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kiwi+Maru&family=Kosugi+Maru&family=Zen+Maru+Gothic&display=swap");
/*全共通*/
.slide-in {
  overflow: hidden;
  display: inline-block;
}

.slide-in_inner {
  display: inline-block;
}

/*左右のアニメーション*/
.leftAnime {
  opacity: 0;
  /*事前に透過0にして消しておく*/
}

.slideAnimeLeftRight {
  animation-name: slideTextX100;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes slideTextX100 {
  from {
    transform: translateX(-100%);
    /*要素を左の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateX(0);
    /*要素を元の位置に移動*/
    opacity: 1;
  }
}
.slideAnimeRightLeft {
  animation-name: slideTextX-100;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes slideTextX-100 {
  from {
    transform: translateX(100%);
    /*要素を右の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateX(0);
    /*要素を元の位置に移動*/
    opacity: 1;
  }
}
@keyframes bgchange {
  0% {
    background: #dae2e3;
  }
  /*変化させたい色*/
  15% {
    background: rgb(180, 208, 210);
  }
  /*変化させたい色*/
  35% {
    background: rgb(192, 180, 210);
  }
  /*変化させたい色*/
  45% {
    background: rgb(214, 193, 211);
  }
  /*変化させたい色*/
  65% {
    background: rgb(214, 193, 193);
  }
  80% {
    background: rgb(250, 228, 202);
  }
  90% {
    background: rgb(202, 230, 218);
  }
  /*変化させたい色*/
  100% {
    background: rgb(180, 208, 210);
  }
  /*変化させたい色*/
}
@keyframes fluidrotate {
  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%;
  }
}
.openbtn1 {
  position: relative;
  /*ボタン内側の基点となるためrelativeを指定*/
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 5px;
}

/*ボタン内側*/
.openbtn1 span {
  display: inline-block;
  transition: all 0.4s;
  /*アニメーションの設定*/
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background: #5bb6cf;
  width: 48%;
}

.openbtn1 span:nth-of-type(1) {
  top: 18px;
}

.openbtn1 span:nth-of-type(2) {
  top: 25px;
}

.openbtn1 span:nth-of-type(3) {
  top: 32px;
}

/*activeクラスが付与されると線が回転して×に*/
.openbtn1.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

.openbtn1.active span:nth-of-type(2) {
  opacity: 0;
  /*真ん中の線は透過*/
}

.openbtn1.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}

@media screen and (max-width: 950px) {
  .container {
    width: 100%;
  }
  #page-content {
    width: 80%;
  }
  /* 上 */
  html:before {
    height: 20px;
  }
  /* 右 */
  html:after {
    width: 20px;
  }
  /* 下 */
  body:before {
    height: 20px;
  }
  /* 左 */
  body:after {
    width: 20px;
  }
}
@media screen and (max-width: 760px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  form {
    width: 100%;
  }
  /* 上 */
  html:before {
    height: 10px;
  }
  /* 右 */
  html:after {
    width: 10px;
  }
  /* 下 */
  body:before {
    height: 10px;
  }
  /* 左 */
  body:after {
    width: 10px;
  }
  main {
    margin: 30px;
  }
  #notice .container .left h2 {
    font-size: 28px;
  }
  #instrument .container h2,
  #flow .container h2,
  #access .container h2 {
    font-size: 28px;
  }
  header {
    top: 0;
    left: 0;
    width: calc(100% - 40px);
    margin: 20px;
  }
  header img {
    width: 150px;
  }
  #head {
    padding: 80px 0;
    background: none;
  }
  #head .flex {
    display: block;
  }
  #head .flex .main-content {
    width: 100%;
  }
  #head .flex .main-content h1 {
    font-family: "Open Sans", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
    font-size: 26px;
    line-height: 36px;
  }
  #head .flex .main-content h1 small {
    font-size: 13px;
  }
  #head .flex .img-content {
    width: 80%;
    margin: 40px 10% 0 10%;
  }
  #notice .container {
    display: block;
  }
  #notice .container .subtitle {
    margin-bottom: 50px;
  }
  #menu .right {
    display: none;
  }
  #mobileMenu {
    display: none;
    position: absolute;
    background-color: rgba(245, 245, 245, 0.94);
    -webkit-backdrop-filter: blur(6px);
    width: 100%;
    top: 60px;
    left: 0;
    padding: 30px 0;
    border-radius: 20px;
  }
  #mobileMenu ul li {
    margin: 40px;
  }
  #mobileMenu ul li a {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.84);
  }
  .active {
    display: block !important;
  }
  .main-text {
    padding: 0;
  }
  .main-text p {
    font-size: 14px;
    line-height: 26px;
    font-family: "Open Sans", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  }
  .main-text .container {
    display: block;
  }
  .main-text h2,
  .main-text p {
    writing-mode: unset;
    margin: 0 0 30px 0;
    text-align: center;
  }
  .main-text h2 {
    font-size: 18px;
  }
  .main-text img {
    width: 100%;
    margin-top: 20px;
  }
  #instrument .instrument {
    width: 100%;
    height: 190px;
    border-radius: 24px;
  }
  #instrument .instrument h3 {
    font-size: 13px;
    padding: 6px 36px;
  }
  #flow .fc {
    width: 96%;
    margin: 0 2% 50px 2%;
  }
  #flow .fc h3 {
    font-size: 14px;
  }
  #flow .fc h3 .circle {
    width: 24px;
    height: 24px;
    margin-right: 14px;
  }
  #flow .fc .flex {
    display: block;
  }
  #flow .fc .flex .ic,
  #flow .fc .flex .tc {
    width: 100%;
  }
  #flow .fc .flex .ic img,
  #flow .fc .flex .tc img {
    margin-bottom: 30px;
    border-radius: 20px;
  }
  #flow .fc .flex .ic p,
  #flow .fc .flex .tc p {
    font-size: 12px;
  }
  #repairmans .repairman {
    display: block;
    background: none;
    padding: 0;
  }
  #repairmans .repairman .img,
  #repairmans .repairman .txt {
    width: 100%;
  }
  #repairmans .repairman .img span,
  #repairmans .repairman .txt span {
    background-color: #5bb6cf;
    color: #fff;
  }
  #repairmans .repairman .img img {
    width: 50%;
    margin: 0 25%;
  }
  #access .center .address {
    font-size: 12px;
    padding: 10px 30px;
  }
  #footer-left {
    margin: 10px;
  }
  #page-header {
    height: 160px;
    margin: 70px 0;
  }
  #page-content {
    width: 100%;
  }
  #page-content ul li,
  #page-content ol li {
    font-size: 13px;
  }
}/*# sourceMappingURL=responsive.css.map */