@charset "UTF-8";
@font-face {
  font-family: 'PT Serif', serif;
  font-family: '刻明朝';
  src: url("https://cdn.leafscape.be/kokumin/font_1_kokumr_1.00_rls_web.woff2") format("woff2");
}

.fadeInUp {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: 2s;
  transition: 2s;
}

body {
  color: #666666;
  font-family: 'Noto Serif JP', serif;
}

@media screen and (max-width: 896px) {
  body {
    font-size: 80%;
  }
}

.font-g {
  font-family: '刻明朝', serif;
}

.container {
  width: 80%;
  margin: 0 auto;
}

@media screen and (max-width: 896px) {
  .container {
    width: 90%;
  }
}

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

.text-center {
  text-align: center;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

h2, h3 {
  display: inline-block;
}

img {
  max-width: 100%;
}

.header-in {
  width: 90%;
  height: 60px;
  margin: 0 auto;
  z-index: 1;
}

.header-in h1 {
  font-size: 2.5vw;
  font-family: 'PT Serif', serif;
  font-weight: 400;
  margin: 0;
  padding: 5px 5px 0;
}

@media screen and (max-width: 896px) {
  .header-in h1 {
    font-size: 3.5vw;
  }
}

@media screen and (max-width: 480px) {
  .header-in h1 {
    margin: 10vh 0 0;
    font-size: 5.5vw;
  }
}

.logo {
  width: 10%;
  margin: auto 0;
}

@media screen and (max-width: 896px) {
  .logo {
    width: 10%;
    margin: 5px 3px;
  }
}

@media screen and (max-width: 480px) {
  .logo {
    width: 15%;
    margin: 10vh 1px 0;
  }
}

.header-img {
  background-image: url(../images/header.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 80% 0%;
  height: 100vh;
  position: relative;
}

.nav {
  position: absolute;
  right: 0;
  font-size: 20px;
  display: table;
}

.nav-btn {
  width: 10%;
  display: table-cell;
  vertical-align: middle;
}

@media screen and (max-width: 480px) {
  .nav-btn {
    width: 1%;
  }
}

.nav-line {
  background-color: #02b904;
  color: white;
  font-family: 'Hiragino Kaku Gothic ProN',sans-serif;
  position: relative;
  padding: 10px 0;
}

.nav-line img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}

.nav-tell {
  background-color: #EBEFEA;
  color: #666666;
  padding: 10px 0;
}

.header-text {
  width: 35%;
  margin: 5% 0 0 15%;
}

@media screen and (max-width: 480px) {
  .header-text {
    width: 60%;
    margin: 60% 0 0 5%;
  }
}

@media screen and (max-width: 480px) {
  .header-text-img {
    background-color: rgba(229, 230, 235, 0.5);
  }
}

.header-sub-text {
  font-size: 2vw;
  margin: 0 0 0 15px;
}

@media screen and (max-width: 480px) {
  .header-sub-text {
    font-size: 4vw;
    margin: 0 0 0 10px;
  }
}

#line-scroll {
  width: 180px;
  height: 50px;
  position: fixed;
  bottom: 20px;
  right: -300px;
  z-index: 100;
  background-color: #DCE4EF;
  border-radius: 20px;
  border: solid 3px #D0CECE;
  padding: 10px 40px 10px 20px;
  text-decoration: none;
  color: #666666;
}

#line-scroll p {
  vertical-align: middle;
  font-size: 20px;
  margin: 10px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, white));
  background: linear-gradient(transparent 50%, white 50%);
}

#line-scroll:hover {
  opacity: 0.8;
}

.frame-wrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.frame1 {
  background-image: url(../images/frame1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  font-size: 1.6vw;
  margin: 35px 15px 0 0;
  width: 28%;
  padding: 35px 15px;
  color: #757698;
  font-weight: bold;
}

@media screen and (max-width: 896px) {
  .frame1 {
    font-size: 2vw;
  }
}

@media screen and (max-width: 480px) {
  .frame1 {
    font-size: 3.5vw;
    width: 35%;
    margin: 0px 15px 0 0;
  }
}

.frame2 {
  background-image: url(../images/frame2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  font-size: 1.6vw;
  margin: 35px 0 0 0;
  width: 28%;
  padding: 35px 15px;
  color: white;
}

@media screen and (max-width: 896px) {
  .frame2 {
    font-size: 2vw;
  }
}

@media screen and (max-width: 480px) {
  .frame2 {
    font-size: 3.5vw;
    width: 35%;
    margin: 0px 0 0 0;
  }
}

.time {
  padding: 5px 10px 5px 50px;
  width: 30%;
  font-size: 2vw;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media screen and (max-width: 896px) {
  .time {
    font-size: 2.5vw;
    color: #333;
  }
}

@media screen and (max-width: 480px) {
  .time {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 5vw;
    background-color: rgba(255, 255, 255, 0.6);
    text-shadow: 0 0px 1px white;
    color: #333;
    padding: 5px 10px 5px 20px;
  }
  .time p {
    margin: 10px;
  }
}

.main-top {
  background-color: #757698;
  color: white;
}

.main-top-box {
  width: 60%;
  margin: auto;
  padding-left: 5%;
}

@media screen and (max-width: 896px) {
  .main-top-box {
    width: 80%;
  }
}

@media screen and (max-width: 480px) {
  .main-top-box {
    width: 95%;
  }
}

.main-top-box-text {
  margin: 12% 0 0 -30px;
  text-align: left;
  font-size: 1.6vw;
}

@media screen and (max-width: 896px) {
  .main-top-box-text {
    font-size: 2vw;
    margin: 13% 0 0 -30px;
  }
}

@media screen and (max-width: 480px) {
  .main-top-box-text {
    font-size: 3vw;
    margin: 13% 0 0 -20px;
  }
}

.circle {
  position: relative;
  width: 25%;
  margin: 20px;
}

@media screen and (max-width: 480px) {
  .circle {
    width: 30%;
    margin: 7px;
  }
}

.circle-text {
  position: absolute;
  top: 35%;
  left: 55%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 1.8vw;
}

.circle-text span {
  font-size: 1.4vw;
}

@media screen and (max-width: 896px) {
  .circle-text {
    font-size: 2vw;
  }
  .circle-text span {
    font-size: 1.8vw;
  }
}

@media screen and (max-width: 480px) {
  .circle-text {
    font-size: 3vw;
  }
  .circle-text span {
    font-size: 2vw;
  }
}

.about {
  padding: 50px 0;
  display: block;
  margin: 0 auto;
  font-size: 1.4vw;
}

@media screen and (max-width: 896px) {
  .about h2 {
    font-size: 3vw;
    width: 90%;
  }
}

@media screen and (max-width: 480px) {
  .about {
    padding: 20px 0;
  }
  .about h2 {
    font-size: 5vw;
    width: 90%;
  }
  .about img {
    width: 20%;
  }
}

.hukidashi-wrap {
  padding-top: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.6vw;
}

@media screen and (max-width: 896px) {
  .hukidashi-wrap {
    padding-top: 0px;
    font-size: 2vw;
  }
}

@media screen and (max-width: 480px) {
  .hukidashi-wrap {
    padding-top: 0px;
    font-size: 3.5vw;
  }
}

.hukidashi1 {
  background-image: url(../images/hukidashi1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 20%;
  padding: 40px 0 50px;
  margin: 50px -3% 0;
  position: static;
  z-index: 100;
}

@media screen and (max-width: 480px) {
  .hukidashi1 {
    padding: 15px 0 30px;
    width: 25%;
  }
}

.hukidashi2 {
  background-image: url(../images/hukidashi2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 15%;
  padding: 40px 0 10px;
  margin: 0 -1%;
}

@media screen and (max-width: 896px) {
  .hukidashi2 {
    width: 20%;
  }
  .hukidashi2 p {
    margin-top: 20px;
  }
}

@media screen and (max-width: 480px) {
  .hukidashi2 {
    padding: 20px 0 20px;
    width: 25%;
  }
}

.hukidashi3 {
  background-image: url(../images/hukidashi3.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 15%;
  padding: 40px 0 10px;
}

@media screen and (max-width: 896px) {
  .hukidashi3 {
    width: 20%;
  }
  .hukidashi3 p {
    margin-top: 20px;
  }
}

@media screen and (max-width: 480px) {
  .hukidashi3 {
    padding: 20px 0 20px;
    width: 25%;
  }
}

.hukidashi4 {
  background-image: url(../images/hukidashi4.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 20%;
  padding: 30px 0 70px;
  margin: 50px -5% 0;
}

@media screen and (max-width: 480px) {
  .hukidashi4 {
    padding: 15px 0 30px;
    width: 25%;
  }
}

.about-text {
  width: 100%;
  height: 10%;
  background-color: #DCDDE8;
  margin: 30px auto;
  position: relative;
  display: inline-block;
}

.about-text:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #DCDDE8;
}

.about-img-p {
  text-align: center;
  margin: 20px auto;
  position: relative;
  left: 5%;
  width: 60%;
}

@media screen and (max-width: 480px) {
  .about-img-p {
    width: 80%;
    left: 0;
    white-space: nowrap;
  }
}

.about-img {
  width: 20%;
}

.about-img img {
  width: auto;
}

@media screen and (max-width: 896px) {
  .about-img {
    width: 30%;
  }
}

@media screen and (max-width: 480px) {
  .about-img {
    width: 20%;
  }
}

.about-p {
  margin-top: 50px;
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: 3px;
  color: #666;
}

@media screen and (max-width: 896px) {
  .about-p {
    font-size: 1.2rem;
    margin: auto 5% auto 0;
  }
}

@media screen and (max-width: 480px) {
  .about-p {
    font-size: 0.8rem;
    margin: auto 0 auto -5%;
    width: 85%;
  }
}

.about-title {
  font-size: 1.6rem;
}

@media screen and (max-width: 480px) {
  .about-title {
    font-size: 1.4rem;
  }
}

.aboutbox {
  width: 12%;
  height: 190px;
  padding: 0 15px;
  margin: 0 15px;
  position: relative;
  font-size: 1.2rem;
  vertical-align: middle;
}

.aboutbox img {
  max-width: 100%;
  margin: 0 auto;
  height: auto;
}

.aboutbox span {
  font-size: 1.4rem;
  color: #D364BE;
}

@media screen and (max-width: 896px) {
  .aboutbox {
    font-size: 1rem;
    width: 17%;
    padding: 0;
  }
}

@media screen and (max-width: 480px) {
  .aboutbox {
    width: 35%;
    margin-bottom: 25px;
    font-size: 1rem;
    height: 150px;
  }
}

.aboutbox:hover {
  background-color: #DCDDE8;
}

.sub-text {
  font-size: 0.8rem;
  margin: 30px;
}

@media screen and (max-width: 480px) {
  .sub-text {
    text-align: center;
  }
}

.aboutbox:before, .aboutbox:after {
  content: '';
  width: 70%;
  height: 133px;
  position: absolute;
  display: inline-block;
}

.aboutbox:before {
  border-right: solid 1px #707070;
  border-top: solid 1px #707070;
  top: 0;
  right: 0;
}

.aboutbox:after {
  border-left: solid 1px #707070;
  border-bottom: solid 1px #707070;
  bottom: 0;
  left: 0;
}

.aboutbox-wrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 40px 0 100px;
}

@media screen and (max-width: 480px) {
  .aboutbox-wrap {
    margin: 20px 0 50px;
  }
}

.price {
  padding: 20px 0px 50px;
  font-size: 1.2rem;
  background-color: #F5F5F8;
}

.setprice-box {
  width: 20%;
  margin: 20px;
  background-color: white;
}

@media screen and (max-width: 896px) {
  .setprice-box {
    width: 40%;
    margin: 5px;
  }
}

@media screen and (max-width: 480px) {
  .setprice-box {
    width: 70%;
    margin: 5px;
  }
}

.price-title {
  font-size: 2rem;
  font-weight: normal;
  margin-bottom: 0;
  display: block;
}

.sub-price {
  font-size: 1rem;
}

.setprice-wrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 85%;
  margin: 0 auto;
}

@media screen and (max-width: 480px) {
  .setprice-wrap {
    width: 90%;
  }
}

.set-title {
  font-size: 1.5rem;
  margin-bottom: 10px;
  height: 27px;
}

.price-price {
  font-size: 0.9rem;
  margin: 0;
}

.price-price span {
  font-size: 2rem;
  text-shadow: 1px 2px 1px #D3D3D3;
}

.price-list {
  list-style: none;
  font-size: 1rem;
  padding: 10px 0 0;
  text-align: center;
  margin: 20px 0 0;
}

.price-list li {
  padding: 0 2px;
  margin: 0 0 5%;
  background-color: #a2a3c4;
  color: white;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  border-radius: 3px;
}


.price-list2 {
  list-style: none;
  font-size: 1rem;
  padding: 10px 0 0;
  text-align: center;
  margin: 10px 0 0;
}

.price-list2 li {
  padding: 0 2px;
  margin: 0 0 5%;
  background-color: #F28C86;
  color: white;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  border-radius: 3px;
}

.price-list2 span {
  font-size: 7px;
}

.price-img {
  width: 50%;
  padding: 10px 2%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.price-img img {
  max-height: 170px;
}

.img2 {
  width: 95%;
}

.img2 li {
  display: inline-block;
}

.width-c {
  width: 70%;
  padding-top: 25px;
}

.priceimg-box {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.parts-price-wrap {
  width: 85%;
  margin: 20px auto;
}

.parts-price {
  font-size: 1.2rem;
  width: 70%;
  height: 70px;
  background-color: white;
  margin: 20px auto;
  padding-bottom: 20px;
}

.parts-price p {
  border-bottom: solid 2px #abadf0;
  display: inline-block;
}

.parts-price span {
  font-size: 2.5rem;
  text-shadow: 1px 2px 1px #D3D3D3;
}

@media screen and (max-width: 480px) {
  .parts-price {
    width: 85%;
  }
}

.face-box {
  width: 14%;
  background-color: white;
  margin: 1%;
  font-size: 1rem;
}

@media screen and (max-width: 480px) {
  .face-box {
    width: 30%;
  }
}

.body-box {
  width: 17%;
  background-color: white;
  margin: 1%;
  font-size: 1rem;
}

@media screen and (max-width: 480px) {
  .body-box {
    width: 45%;
  }
}

.armleg-box {
  width: 17%;
  background-color: white;
  margin: 1%;
  font-size: 1rem;
}

@media screen and (max-width: 480px) {
  .armleg-box {
    width: 45%;
  }
}

.weist-box {
  width: 14%;
  background-color: white;
  margin: 1%;
  font-size: 1rem;
}

@media screen and (max-width: 480px) {
  .weist-box {
    width: 45%;
  }
}

.x-box {
  background-color: #F5F5F8;
}

.parts-img {
  max-width: 95%;
  margin: 10px auto 0;
}

.parts {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 50px 0;
}

.line-btn {
  text-align: center;
  margin: 50px auto;
}

.title-box {
  width: 14%;
  margin: 1%;
  font-size: 1rem;
  position: relative;
}

@media screen and (max-width: 480px) {
  .title-box {
    width: 45%;
  }
}

.title-box-face {
  width: 14%;
  margin: 1%;
  font-size: 1rem;
  position: relative;
}

@media screen and (max-width: 480px) {
  .title-box-face {
    width: 30%;
  }
}

.parts-title {
  font-size: 1.4rem;
  background-color: white;
  height: 50%;
  width: 80%;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  position: relative;
}

.parts-title span {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

@media screen and (max-width: 896px) {
  .parts-title {
    height: 40%;
    font-size: 1rem;
  }
}

@media screen and (max-width: 480px) {
  .parts-title {
    height: 40%;
  }
}

#hair-removal {
  margin: 30px 0;
}

#hair-removal h3 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(0%, #e6e7f0));
  background: linear-gradient(transparent 40%, #e6e7f0 0%);
  padding: 0px 10px;
  font-size: 1.4rem;
}

#hair-removal h4 {
  margin-bottom: 0;
  display: inline-block;
  border-bottom: solid 1px #B2B7EB;
  font-size: 1.1rem;
}

.hair-removal-table {
  width: 50%;
  text-align: center;
  margin: 10px auto 30px;
  border: 1px solid;
  border-collapse: collapse;
}

@media screen and (max-width: 896px) {
  .hair-removal-table {
    width: 70%;
  }
}

@media screen and (max-width: 480px) {
  .hair-removal-table {
    display: none;
  }
}

.hair-removal-th {
  border: 1px solid;
  border-collapse: collapse;
  padding: 20px 0;
  background-color: #DCE4EF;
}

.hair-removal-td {
  border: 1px solid;
  border-collapse: collapse;
  padding: 20px 0;
}

.hair-removal-table-sp {
  text-align: center;
  margin: 10px auto 30px;
  border: 1px solid;
  border-collapse: collapse;
  width: 90%;
}

@media screen and (min-width: 481px) {
  .hair-removal-table-sp {
    display: none;
  }
}

.hair-removal-title {
  width: 60%;
  padding: 20px 0;
  background-color: #757698;
  margin: 30px auto;
  position: relative;
  display: inline-block;
  color: white;
  font-weight: 400;
}

@media screen and (max-width: 480px) {
  .hair-removal-title {
    width: 80%;
  }
}

.hair-removal-title:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 30%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #757698;
}

.hair-removal-p {
  padding: 15px 0 30px;
  width: 50%;
  margin: 0 auto;
}

@media screen and (max-width: 896px) {
  .hair-removal-p {
    width: 80%;
  }
}

@media screen and (max-width: 480px) {
  .hair-removal-p {
    font-size: 1rem;
  }
}

.hair-removal-text {
  margin: 60px auto;
  padding: 15px;
  font-size: 1.5rem;
  position: relative;
  display: inline-block;
}

@media screen and (max-width: 896px) {
  .hair-removal-text {
    width: 75%;
    font-size: 1rem;
  }
}

@media screen and (max-width: 896px) {
  .hair-removal-text {
    font-size: 1.2rem;
  }
}

.hair-removal-text:before {
  content: '';
  position: absolute;
  left: 50%;
  top: -15px;
  /*線の上下位置*/
  display: inline-block;
  width: 80%;
  /*線の長さ*/
  height: 2px;
  /*線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  /*位置調整*/
  background-color: #DCE4EF;
}

.hair-removal-text:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -15px;
  /*線の上下位置*/
  display: inline-block;
  width: 80%;
  /*線の長さ*/
  height: 2px;
  /*線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  /*位置調整*/
  background-color: #DCE4EF;
}

#qa {
  margin: 30px auto 100px;
  color: #707070;
}

.qa-title {
  width: 40%;
  padding: 20px 0;
  background-color: #757698;
  margin: 30px auto;
  position: relative;
  display: inline-block;
  color: white;
  font-weight: 400;
}

.qa-title:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 30%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #757698;
}

.cp_qa *, .cp_qa *:after, .cp_qa *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cp_qa {
  overflow-x: hidden;
  margin: 0 auto;
  width: 60%;
  text-align: left;
  font-weight: lighter;
}

@media screen and (max-width: 896px) {
  .cp_qa {
    width: 80%;
  }
}

.cp_qa .cp_actab {
  padding: 20px 0;
  border-bottom: 1px solid #707070;
}

.cp_qa label {
  font-size: 1.1em;
  position: relative;
  display: block;
  width: 95%;
  margin: 0 auto;
  padding: 10px 10px 0 48px;
  cursor: pointer;
  font-weight: bold;
}

@media screen and (max-width: 896px) {
  .cp_qa label {
    font-size: 1rem;
  }
}

.cp_qa .cp_actab-content {
  font-size: 1em;
  position: relative;
  overflow: hidden;
  height: 0;
  margin: 0 0 0 55px;
  padding: 0 14px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  opacity: 0;
}

@media screen and (max-width: 896px) {
  .cp_qa .cp_actab-content {
    font-size: 1rem;
    margin-left: 30px;
  }
}

.cp_qa .cp_actab input[type=checkbox]:checked ~ .cp_actab-content {
  height: auto;
  padding: 14px;
  opacity: 1;
}

.cp_qa .cp_plus {
  font-size: 2.4em;
  line-height: 100%;
  position: absolute;
  z-index: 5;
  margin: 3px 0 0 10px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.cp_qa .cp_actab input[type=checkbox]:checked ~ .cp_plus {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cp_qa .cp_actab input[type=checkbox] {
  display: none;
}

#access-career {
  background-color: #F5F5F8;
  padding-bottom: 30px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  color: #707070;
}

.access {
  background: rgba(255, 255, 255, 0.7);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.access-box {
  width: 45%;
  margin: 0 10px;
}

.access-box a {
  font-size: 1.2vw;
  line-height: 0.5rem;
  text-decoration: none;
  color: #c23232;
}

.access-box a:hover {
  position: relative;
  top: 1px;
  left: 1px;
}

.access-box table {
  font-size: 1.4vw;
  margin: 22px auto 30px;
}

.access-box td {
  padding: 10px 0 0 30px;
  vertical-align: top;
}

.access-box .access-time {
  font-size: 1.2vw;
  padding: 5px 0 0 60px;
}

@media screen and (max-width: 896px) {
  .access-box {
    width: 65%;
    margin: 0 auto;
  }
  .access-box table {
    font-size: 2.5vw;
    padding-right: 30px;
  }
  .access-box .access-time {
    font-size: 2vw;
  }
}

@media screen and (max-width: 480px) {
  .access-box {
    width: 95%;
    margin: 0 auto;
  }
  .access-box table {
    font-size: 4vw;
  }
  .access-box td {
    padding: 5px 0 0 10px;
  }
  .access-box a {
    font-size: 3vw;
  }
  .access-box .access-time {
    font-size: 3vw;
  }
}

.access-title {
  width: 100%;
  text-align: center;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 400;
}

@media screen and (max-width: 480px) {
  .access-title {
    font-size: 1.2rem;
  }
}

.career {
  margin: 0 auto;
}

.career table {
  margin: 0px auto;
  font-size: 1rem;
}

@media screen and (max-width: 896px) {
  .career table {
    font-size: 2.5vw;
    width: 80%;
  }
}

@media screen and (max-width: 480px) {
  .career table {
    font-size: 3vw;
    width: 90%;
  }
}

.career td {
  padding: 5px 0;
  vertical-align: top;
}

.career .name {
  font-size: 1.3rem;
}

@media screen and (max-width: 896px) {
  .career .name {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 480px) {
  .career .name {
    font-size: 1rem;
  }
}

.career-title {
  font-size: 1.3rem;
  width: 100%;
  text-align: center;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
}

@media screen and (max-width: 480px) {
  .career-title {
    font-size: 1.1rem;
  }
}

footer {
  margin: 30px 0 5px;
  color: #707070;
}

.mb0 {
  margin-bottom: 0;
}

.mt0 {
  margin-top: 0;
}
/*# sourceMappingURL=style.css.map */