@charset "utf-8";

@media screen and (max-width: 700px) {
  .rogo_ani {
    width: 100%;
  }

  @-webkit-keyframes firstview {
    0% {
      transform: scale(1) translateY(110%) rotateY(360deg);
    }

    40% {
      transform: scale(1) translateY(0%);
    }

    50% {
      transform: scale(1) translateY(0);
    }

    100% {
      transform: scale(0.5) translateY(0) rotateY(0deg);
    }
  }

  @keyframes firstview {
    0% {
      transform: scale(1) translateY(110%) rotateY(360deg);
    }

    40% {
      transform: scale(1) translateY(0%);
    }

    50% {
      transform: scale(1) translateY(0);
    }

    100% {
      transform: scale(0.5) translateY(0) rotateY(0deg);
    }
  }

  .pagelink a {
    font-size: 16px;
  }

  .pagelink a:nth-child(1) {
    top: calc(20% - 6vw - 30px);
    left: calc(16% - 3em);
  }

  .pagelink a:nth-child(2) {
    top: calc(14% - 6vw - 30px);
    left: calc(50% - 3em);
  }

  .pagelink a:nth-child(3) {
    top: calc(20% - 6vw - 30px);
    left: calc(84% - 3em);
  }

  .pagelink a:nth-child(4) {
    top: calc(74% - 6vw - 30px);
    left: calc(16% - 3em);
  }

  .pagelink a:nth-child(5) {
    top: calc(80% - 6vw - 30px);
    left: calc(50% - 3em);
  }

  .pagelink a:nth-child(6) {
    top: calc(74% - 6vw - 30px);
    left: calc(84% - 3em);
  }

  .nav {
    display: none;
  }

  .scroller {
    display: inline-block;
    position: fixed;
    right: 50%;
    bottom: 0;
    z-index: 100;
    padding: 0;
    overflow: hidden;
    color: #777;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.2em;
    text-transform: none;
    text-decoration: none;
    -webkit-writing-mode: unset;
    -ms-writing-mode: unset;
    writing-mode: unset;
    transform: translate(38%, 0);
  }

  .scroller::after {
    content: "";
    position: absolute;
    bottom: 20px;
    left: 38%;
    width: 14px;
    height: 14px;
    margin-left: 0;
    border-left: 1px solid #777;
    border-bottom: 1px solid #777;
    background: none;
    -webkit-animation: sdl 1.5s linear infinite;
    animation: sdl 1s linear infinite;
    transform: rotate(-45deg);
  }

  @-webkit-keyframes sdl {
    0% {
      transform: rotate(-45deg) translate(0, 0);
      opacity: 0;
    }

    50% {
      opacity: 1;
    }

    100% {
      transform: rotate(-45deg) translate(-10px, 10px);
      opacity: 0;
    }
  }

  @keyframes sdl {
    0% {
      transform: rotate(-45deg) translate(0, 0);
      opacity: 0;
    }

    50% {
      opacity: 1;
    }

    100% {
      transform: rotate(-45deg) translate(-10px, 10px);
      opacity: 0;
    }
  }

  .scroller span {
    opacity: 0;
    display: inline-block;
    width: 30px;
  }

  .slogan_bg {
    background: url(../images/02.jpg) top center no-repeat;
    background-size: cover;
  }

  .bgfix .slogan h3 {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 3.2vh;
  }

  .slogan {
    height: 66%;
    top: 10%;
  }

  .slogan_sub {
    bottom: 20%;
  }

  .item_list {
    flex-wrap: wrap;
    width: 100%;
    max-height: 30%;
  }

  .item_list li {
    min-width: 26%;
    margin: 5px 3%;
  }

  .bgfix .item_list {
    display: flex;
    justify-content: center;
    bottom: 3%;
  }

  .item_name {
    width: auto;
  }

  .item_text {
    position: absolute;
    top: 8%;
    width: 90%;
    height: 60%;
    box-shadow: none;
  }

  .item_text img {
    display: none;
  }

  .item_text h3::before {
    font-size: 3vw;
  }

  .item_name span {
    font-size: 5vw;
  }

  .item_text h4 {
    font-size: 14px;
    margin-top: 0;
  }

  .item_text p {
    font-size: 12px;
    margin: 1em auto 0;
  }

  .item_text img {
    width: 25%;
    bottom: 0;
    top: 16%;
    right: 0;
    max-width: 70px;
    min-width: 60px;
  }

  .item_button {
    text-align: center;
  }

  .item_button div {
    width: 66%;
    margin: 0 auto;
    padding: 10px 0;
    border: solid 1px;
  }

  .panphlet_wrap {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    overflow-y: scroll;
    box-shadow: none;
  }

  .discri_close {
    right: 3%;
  }

  .content04 h3 {
    font-size: 16px;
    width: 80%;
  }

  .content04 dl {
    width: 100%;
    text-align: left;
    padding: 2em 0;
    line-height: 1.6em;
    font-size: 3.3vw;
  }

  .story {
    padding: 1em 3%;
    margin: 10% auto;
  }

  .bgfix .story {
    width: 94%;
    box-shadow: none;
  }

  .content05 {
    background-size: cover;
  }

  .mission_bg {
    background: url(../images/01.jpg) top right 33% no-repeat;
    background-size: cover;
  }

  .mission {
    width: 90%;
    right: 5%;
  }

  .mission h3 {
    font-size: 5vw;
  }

  .mission p {
    font-size: 3vw;
    line-height: 2;
  }

  .mission_sub {
    width: 50%;
    bottom: 30%;
  }

  .content07.bgfix h3 {
    width: 100%;
    font-size: 14px;
  }

  .content07 .large_text + div {
    width: 100%;
  }

  .docs_wrap {
    width: 66%;
    display: block;
    overflow-x: scroll;
    z-index: 100;
    -webkit-overflow-scrolling: touch;
  }

  .docs_wrap h3 {
    font-size: 0.8em;
  }

  .docs_area {
    width: 330%;
  }

  .docs_area > div {
    width: 80%;
  }

  .docs_area > div:nth-child(2) {
    margin: 0 5%;
  }

  .footer {
    font-size: 0.8em;
    text-align: center;
    line-height: 1.2;
  }

  .footer_content {
    height: 100%;
  }

  .company_info {
    width: 80%;
    margin: 20px auto;
  }

  .company_info dd br {
    display: inline;
  }

  .company_info + ul {
    margin-top: 2em;
    border-left: none;
    border-top: solid 1px #fff;
    padding: 0;
  }

  .company_info + ul + ul {
    border-bottom: solid 1px #fff;
  }

  .footer ul {
    width: 100%;
    margin: 0;
  }

  .footer li {
    margin: 0;
  }

  .copy_right {
    margin: 0.5em auto;
  }
}
