@charset "utf-8";
@media screen and (max-width: 1000px) {
  .links {
    display: block;
  }
  .sns {
    border: none;
    margin: 0 auto 50px;
  }
  .official {
    margin: 0 auto;
  }
  .sns, .official {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  body, html {
    font-size: 13px;
  }
  .Top_logo {
    width: 40%;
  }
  .Top_logo img {
    width: 173px;
    height: auto;
    margin-bottom: 50px;
  }
  .slick {
    width: 90%;
    height: auto;
    margin: 0 auto;
  }
  .inner_privilege {
    margin-top: 80px;
    display: block;
    flex-flow: row-reverse;
    justify-content: space-between;
    padding: 0 5% 100px;
  }
  .privilege_Img {
    width: 90%;
    height: auto;
    margin: 0 auto 50px;
  }
  .contact {
    padding: 125px 0 0 0;
    background-color: #d5d6d8;
  }
  i img {
    width: 45px;
    height: auto;
    margin: 0 10px 0 0;
  }
  .contact_btns {
    display: flex;
    justify-content: space-between;
    padding: 60px 0 100px;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
  }
  .contact_btns a {
    box-sizing: border-box;
    width: 49%;
    display: flex;
    align-items: center;
    color: #333333;
    padding: 20px 20px;
    border: none;
   /* border-bottom: solid 1px #333333;*/
  }
  .contact_btns a:nth-child(4) {
   /* border-bottom: solid 1px #333333;*/
  }
  .massage {
    display: block;
  }
  .massageBox {
    width: 100%;
    margin: 50px auto;
  }
  .mediaImages {
    width: 90%;
    padding: 0 5%;
  }
  .mediaImages figure {
    width: 45%;
    margin-bottom: 50px;
  }
  .system {
    padding: 50px 0 50px 0;
  }
  table {
    margin: 0 auto 50px;
    width: 100%;
  }
  td {
    padding: 20px 15px;
    line-height: 2.25;
  }
  th {
    font-size: 1.1em;
    padding: 15px 20px;
    letter-spacing: 1.5px;
  }
  .system-access {
    display: block;
    padding: 50px 5% 100px;
  }
  .maps {
    margin: 0;
    width: 100%;
  }
  .mapTitle {
    color: #333333;
    font-size: 1.6em;
    margin: 20px 0 50px;
  }
  .accessInfo {
    display: flex;
    align-items: center;
    margin: 50px 0;
  }
  .accessInfo a {
    color: #333333;
  }
  .accessInfo img {
    height: 28px;
    width: auto;
    margin-right: 20px;
  }
}
@media screen and (max-width: 500px) {
  .wrap {
    max-width: 100%;
    overflow-x: hidden;
  }
  .benefitsTitle {
    width: 100%;
    font-size: 22px;
  }
  .fv {
    background-color: #000;
  }
  .Top_logo {
    width: 100%;
    text-align: center;
    position: static;
    bottom: 10%;
    background-color: #000;
    padding: 10px 0;
    font-size: 0.6em;
  }
  .inner_privilege {
    width: 100%;
  }
  .benefits {
    width: 100%;
    margin: 0 auto 5vh;
  }
  .benefitsBox span {
    font-size: 1.4em;
  }
  .benefitsBox {
    width: 90%;
  }
  .benefitsTitle ul {
    width: 100%;
  }
  .contact_btns a {
    width: 100%;
  }
  .movie_slick {
    width: 100%;
  }
  .privilege {
    width: 100%;
  }
  .google_map, .youtube {
    position: relative;
    width: 95%;
    height: 0;
    padding-top: 75%;
    margin: 0 auto;
  }
  .google_map iframe, .youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .solution_icons img {
    width: 15%;
    height: auto;
    margin: 0 5px;
  }
  .linkIcons {
    flex-wrap: wrap;
  }
  .links {
    display: block;
    width: 100%;
  }
  .sns, .official {
    width: 100%;
    margin: 50px auto;
  }
  .sns {
    border: none;
  }
  /* .sns a {
    margin: 3vw;
  } */
  .footer_logo {
    position: absolute;
    top: 10%;
    right: 0;
    left: 0;
    margin: auto;
  }
  .footer_logo img {
    width: 25%;
    height: auto;
    margin-bottom: 10px
  }
  .footer_logo .topText {
    color: #fff;
    font-size: 3.5vw;
    line-height: 1.5;
  }
  footer_logo .topText span {
    font-size: 1.3em;
    font-weight: 600;
    text-shadow: 0 0 5px #000;
  }
  small {
    color: #fff;
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
    text-shadow: 0 0 5px #000;
  }
  .sectionText {
    padding: 0 5%;
  }
  .slider {
    padding: 20px 0;
  }
  .concept, .contact, .privilege {
    padding: 50px 0 0 0;
  }
  .solution, .movie, .qa {
    padding: 50px 0 50px;
  }
  .qa dl {
    display: flex;
    flex-direction: column;
    padding: 50px 5% 0px;
  }
  .qa dt {
    color: red;
    position: relative;
    padding: 0 0 0 40px;
    margin: 0 0 20px 0;
  }
  .qa dt:before {
    font-weight: bold;
    position: absolute;
    top: 0px;
    left: 0;
  }
  .qa dt.q1::before {
    content: 'Q1.';
  }
  .qa dt.q2::before {
    content: 'Q2.';
  }
  .qa dt.q3::before {
    content: 'Q3.';
  }
  .qa dt.q4::before {
    content: 'Q4.';
  }
  .qa dt.q5::before {
    content: 'Q5.';
  }
  .qa dt.q6::before {
    content: 'Q6.';
  }
  .qa dt.q7::before {
    content: 'Q7.';
  }
  .qa dt.q8::before {
    content: 'Q8.';
  }
  .qa dt.q9::before {
    content: 'Q9.';
  }
  .qa dd {
    position: relative;
    padding: 0 0 0 40px;
    margin: 0 0 20px 0;
  }
  .qa dd:before {
    font-weight: bold;
    position: absolute;
    top: 0px;
    left: 0;
  }
  .qa dd.a1::before {
    content: 'A1.';
  }
  .qa dd.a2::before {
    content: 'A2.';
  }
  .qa dd.a3::before {
    content: 'A3.';
  }
  .qa dd.a4::before {
    content: 'A4.';
  }
  .qa dd.a5::before {
    content: 'A5.';
  }
  .qa dd.a6::before {
    content: 'A6.';
  }
  .qa dd.a7::before {
    content: 'A7.';
  }
  .qa dd.a8::before {
    content: 'A8.';
  }
  .qa dd.a9::before {
    content: 'A9.';
  }
  .system-access {
    display: block;
    padding: 0 5% 50px;
  }
  .footerImg_sp {
    display: block;
  }
  .footerImg_pc {
    display: none;
  }
  .media {
    background-image: url("../img/renya.jpg");
	background-size: cover
  }
  .Top_logo img {
    width: 30%;
    margin-bottom: 20px;
  }
}
a.btn_green{
 position: relative;
padding: 10px 15px 10px 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius:10px;
  color: #fff;
  background-color:#00c402;
  border-bottom: 5px solid #02ad03;
  margin: 2px}
a.btn_green:hover {
  margin-top: 3px;
  color: #fff;
  background: #04db07;
  border-bottom: 2px solid #02ad03;
}
a.btn_orange{
 position: relative;
padding: 10px 15px 10px 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius:10px;
  color: #fff;
  background-color:#ffaf33;
  border-bottom: 5px solid #de8700;
  margin: 2px}
a.btn_orange:hover{ margin-top: 3px;
  color: #fff;
  background: #ffbe33;
  border-bottom: 2px solid #de8700;}
a.btn_blue{
 position: relative;
padding: 10px 15px 10px 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius:10px;
  color: #fff;
  background-color:#5571FF;
  border-bottom: 5px solid #4055c7;
  margin: 2px}
a.btn_blue:hover{ margin-top: 3px;
  color: #fff;
  background: #5596ff;
  border-bottom: 2px solid #4055c7;}