* {
  box-sizing: border-box;
  color: #333333;
}

img {
  width: 100%;
  display: block;
}

ul {
  padding-left: 20px;
}

body {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 300;
  font-style: normal;
}

a {
  text-decoration: none;
  color: #333333;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 300;
  font-style: normal;
}

/****************************
footer
**************************/
.footer-box {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 100px;
  margin-top: 200px;
}
.footer-box .f1,
.footer-box .f4 {
  width: 30%;
}
.footer-box .f2,
.footer-box .f3 {
  width: 20%;
}
.footer-box .f2 a,
.footer-box .f3 a {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 300;
  font-style: normal;
  -webkit-text-stroke-width: 0.4px;
}
.footer-box .f2 li a,
.footer-box .f3 li a {
  -webkit-text-stroke-width: 0px;
}
.footer-box .f1 {
  align-self: center;
}
.footer-box .f1 img {
  margin-bottom: 50px;
}
.footer-box .f1 a,
.footer-box .f1 .address {
  display: block;
  width: 300px;
  max-width: 90%;
  margin: 0 auto;
}
.footer-box .f2 {
  line-height: 170%;
}
.footer-box .f2 li {
  list-style: "- ";
}
.footer-box .f2 li a {
  font-weight: 400;
}
.footer-box .f3 a {
  display: block;
  margin-bottom: 25px;
}
.footer-box .f4 {
  align-self: center;
}
.footer-box .address span {
  font-weight: 800;
}
.footer-box .mail-flex {
  display: flex;
  align-items: center;
  background: #07308b;
  color: white;
  text-decoration: none;
  padding: 3px 10px;
  border-radius: 5px;
  width: 300px;
  justify-content: center;
  margin-bottom: 10px;
}
.footer-box .mail-flex img {
  width: 20px;
  padding-right: 5px;
}
.footer-box .mail-flex .text {
  color: white;
}
.footer-box .mail-flex2 {
  background: white;
  border: solid 1px #07308b;
}
.footer-box .mail-flex2 .text {
  color: #07308b;
}
.footer-box .tel-flex {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.footer-box .tel-flex .tel {
  width: 50px;
}
.footer-box .tel-flex .text {
  font-weight: 600;
  font-size: 30px;
}

.page-top {
  position: fixed;
  width: 100px;
  left: 50%;
  bottom: 0%;
  transform: translate(-50%, 0%);
  cursor: pointer;
  z-index: 200;
}

#scrollToTop {
  display: none;
}

#scrollToTop.show {
  display: block;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.business {
  width: 1200px;
  max-width: 90%;
  margin: 150px auto;
}
.business .business-box {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  text-align: center;
}
.business .business-box a {
  width: 230px;
  position: relative;
  border: dashed 3px #ff4e50;
  border-radius: 1.5em;
}
.business .business-box a:hover {
  transform: scale(1.05);
}
.business .title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.5em;
}
.business .title .en {
  text-align: center;
  font-size: 18px;
  font-weight: 800;
}
.business .title .en span {
  color: #e71e19;
}
.business .title .ja {
  font-size: 35px;
  text-align: center;
  font-weight: 600;
  line-height: 100%;
}
.business .title .ja.small {
  font-size: 22px;
  line-height: 120%;
}
.business .title .ja.small2 {
  font-size: 25px;
}

@media screen and (max-width: 1100px) {
  .footer-box .f1,
  .footer-box .f2,
  .footer-box .f3,
  .footer-box .f4 {
    width: 50%;
  }
  .footer-box .f2 {
    order: 1;
    width: 40%;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .footer-box .f3 {
    order: 2;
    width: 40%;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .footer-box .f1 {
    order: 3;
  }
  .footer-box .f4 {
    order: 4;
  }
  .footer-box .mail-flex {
    margin: 10px auto;
  }
  .footer-box .tel-flex {
    justify-content: center;
  }
}
@media screen and (max-width: 700px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .business-box a .img {
    height: 130px;
    overflow: hidden;
    border-radius: 1.2em;
  }
  .footer-box {
    margin-top: 100px;
  }
  .footer-box .f1,
  .footer-box .f4 {
    width: 90%;
    margin: 0 auto;
  }
  .footer-box .f1 {
    text-align: center;
    order: 4;
  }
  .footer-box .f2 {
    order: 1;
    width: 80%;
    margin: 0 auto;
  }
  .footer-box .f3 {
    order: 2;
    width: 80%;
    margin: 20px auto;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  .footer-box .f3 a {
    width: calc(50% - 20px);
  }
  .footer-box .f3 a:last-child {
    width: 100%;
  }
  .footer-box .f4 {
    order: 3;
  }
  .footer-box .mail-flex {
    width: 100%;
    max-width: 400px;
    margin: 10px auto;
  }
  .footer-box .tel-flex {
    justify-content: center;
    margin-bottom: 50px;
  }
}/*# sourceMappingURL=index.css.map */