@charset "UTF-8";
/*-------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDMincho:wght@400;700&family=Zen+Antique+Soft&family=Zen+Kaku+Gothic+Antique:wght@400;900&display=swap");
/* -----------------------------------------------------------------------------

common

----------------------------------------------------------------------------- */
body {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 0.16rem;
  color: #333333;
  text-align: justify;
  font-family: "BIZ UDMincho", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", sans-serif;
}
@media print, screen and (min-width: 781px) {
  body {
    min-width: 828px;
  }
}
@media screen and (max-width: 780px) {
  body {
    width: 100%;
    font-size: 0.14rem;
    line-height: 2;
  }
}

/* -----------------------------------------------------------------------------

toppage

----------------------------------------------------------------------------- */
/*.content {
	margin-top: 0;
}

main#main {
	padding: 0;
}
*/
main article#mv {
  background-image: url("../img/mvPc1.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  width: 100%;
  height: 100svh;
  position: absolute;
}
@media screen and (max-width: 780px) {
  main article#mv {
    background-image: url("../img/mvSp1.jpg");
    height: 80svh;
  }
}
main article#mv h1 {
  position: absolute;
  bottom: 1.2rem;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  color: #FFF;
  text-align: center;
  font-size: 0.32rem;
}
@media screen and (max-width: 780px) {
  main article#mv h1 {
    width: 100%;
    font-size: 0.24rem;
    bottom: 2rem;
  }
}
main article#mv ul {
  position: absolute;
  bottom: 0.2rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  gap: 0.05rem;
  width: 100%;
  max-width: 13rem;
}
@media screen and (max-width: 780px) {
  main article#mv ul {
    width: 90%;
    flex-wrap: wrap;
  }
}
main article#mv ul li {
  flex: 1;
  font-size: 0.16rem;
  background-image: linear-gradient(225deg, #a9e9ff 20px, #FFF 20px);
  text-align: center;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 900;
  font-style: normal;
}
main article#mv ul li a {
  display: block;
}
@media screen and (max-width: 780px) {
  main article#mv ul li {
    font-size: 0.12rem;
    flex: inherit;
    width: 49%;
  }
}
main article#mv ul li span {
  color: #0fc1ff;
  font-size: 0.24rem;
  display: block;
  font-weight: bold;
}
@media screen and (max-width: 780px) {
  main article#mv ul li span {
    font-size: 0.2rem;
  }
}
main .frontinner {
  padding-top: 100svh;
}
@media screen and (max-width: 780px) {
  main .frontinner {
    padding-top: 70svh;
  }
}
main .frontinner .recommended .recinner {
  width: 95%;
  max-width: 10rem;
  margin: 1rem auto;
  position: relative;
}
main .frontinner .recommended .recinner h2 {
  background-color: #FFF;
  color: #0fc1ff;
  text-align: center;
  border: 0.1rem solid #0fc1ff;
}
main .frontinner .recommended .recinner .recBox {
  padding: 0.5rem;
  background: linear-gradient(315deg, transparent 100px, #0fc1ff 100px);
  color: #FFF;
}
@media screen and (max-width: 780px) {
  main .frontinner .recommended .recinner .recBox {
    padding: 0 0.1rem;
    background: linear-gradient(315deg, transparent 50px, #0fc1ff 50px);
  }
}
main .frontinner .recommended .recinner .recItems {
  font-size: 0.5rem;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-weight: bold;
  line-height: 1;
  color: #a9e9ff;
}
@media screen and (max-width: 780px) {
  main .frontinner .recommended .recinner .recItems {
    font-size: 0.25rem;
  }
}
@media screen and (max-width: 780px) {
  main .frontinner .recommended .slick-slider {
    margin-bottom: 0;
  }
}
main .frontinner .recommended .slick-slide {
  display: flex !important;
  justify-content: space-around;
}
@media screen and (max-width: 780px) {
  main .frontinner .recommended .slick-slide {
    margin-bottom: inherit !important;
  }
}
@media screen and (max-width: 780px) {
  main .frontinner .recommended .slick-slide {
    flex-direction: column;
  }
}
main .frontinner .recommended .slick-slide img {
  width: 45%;
  height: 3rem;
  background-color: #FFF;
  border: 1px solid #FFF;
}
@media screen and (max-width: 780px) {
  main .frontinner .recommended .slick-slide img {
    width: 100%;
  }
}
main .frontinner .recommended .slick-slide .left {
  width: 40%;
}
@media screen and (max-width: 780px) {
  main .frontinner .recommended .slick-slide .left {
    width: 100%;
    margin-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
}
main .frontinner .recommended .slick-slide .left h3 {
  line-height: 1;
  margin-bottom: 0.15rem;
}
@media screen and (max-width: 780px) {
  main .frontinner .recommended .slick-slide .left h3 {
    text-align: center;
  }
}
@media screen and (max-width: 780px) {
  main .frontinner .recommended .slick-slide .left h6 {
    text-align: center;
  }
}
main .frontinner .recommended .slick-slide .left .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  margin-bottom: 0.5rem;
  margin-top: 0.25rem;
  line-height: 1.5;
}
@media screen and (max-width: 780px) {
  main .frontinner .recommended .slick-slide .left .text {
    margin-bottom: 0.25rem;
  }
}
main .frontinner .recommended .slick-dots {
  bottom: -0.8rem;
  left: 0.1rem;
}
@media screen and (max-width: 780px) {
  main .frontinner .recommended .slick-dots {
    bottom: -0.3rem;
    left: 2rem;
    width: 42%;
  }
}
main .frontinner .recommended .slick-dots li {
  width: 0.1rem;
}
main .frontinner .recommended .slick-dots li button:before {
  font-size: 0.15rem !important;
  color: #0fc1ff;
}
@media screen and (max-width: 780px) {
  main .frontinner .recommended .slick-dots li button:before {
    font-size: 0.1rem !important;
  }
}
main .frontinner .recommended .my-arrows {
  position: absolute;
  right: 0.2rem;
  bottom: 3.5rem;
  z-index: 10;
  width: 100%;
}
@media screen and (max-width: 780px) {
  main .frontinner .recommended .my-arrows {
    bottom: 4.9rem;
  }
}
main .frontinner .recommended .my-arrows .slick-prev,
main .frontinner .recommended .my-arrows .slick-next {
  position: absolute;
  transform: none;
  z-index: 10;
}
main .frontinner .recommended .my-arrows .slick-prev {
  left: -0.15rem;
}
@media screen and (max-width: 780px) {
  main .frontinner .recommended .my-arrows .slick-prev {
    left: 0.1rem;
  }
}
main .frontinner .recommended .my-arrows .slick-prev:before {
  content: "▲";
  display: inline-block;
  transform: rotate(-90deg);
  font-size: 0.48rem;
  color: #a9e9ff;
}
@media screen and (max-width: 780px) {
  main .frontinner .recommended .my-arrows .slick-next {
    right: 0;
  }
}
main .frontinner .recommended .my-arrows .slick-next:before {
  content: "▲";
  display: inline-block;
  transform: rotate(90deg);
  font-size: 0.48rem;
  color: #a9e9ff;
}
main .frontinner .company .cominner {
  position: relative;
}
main .frontinner .company .cominner .titleBox h2 {
  top: 9.8rem;
  right: 0.7rem;
  transform: rotate(90deg);
  transform-origin: right top;
  line-height: 0;
}
@media screen and (max-width: 780px) {
  main .frontinner .company .cominner .titleBox h2 {
    top: 4rem;
    right: 0.3rem;
  }
}
main .frontinner .company .cominner .titleBox .catch {
  position: relative;
}
main .frontinner .company .cominner .info {
  background-color: #efefef;
}
main .frontinner .company .cominner .info .comBox {
  display: flex;
  max-width: 13rem;
  justify-content: space-around;
  padding: 1rem 0;
  margin: 0 auto;
}
@media screen and (max-width: 780px) {
  main .frontinner .company .cominner .info .comBox {
    flex-direction: column;
    padding-top: 0;
  }
}
main .frontinner .company .cominner .info .comBox img {
  max-width: 4rem;
}
@media screen and (max-width: 780px) {
  main .frontinner .company .cominner .info .comBox img {
    width: 80%;
  }
}
main .frontinner .company .cominner .info .comBox .left {
  max-width: 55%;
  width: 100%;
}
@media screen and (max-width: 780px) {
  main .frontinner .company .cominner .info .comBox .left {
    max-width: 95%;
    padding-left: 5%;
    margin-top: 0.5rem;
  }
}
main .frontinner .company .cominner .info .comBox .left h2 {
  color: #0fc1ff;
  margin-bottom: 0.5rem;
  line-height: 1;
}
@media screen and (max-width: 780px) {
  main .frontinner .company .cominner .info .comBox .left h2 {
    margin-bottom: 0.25rem;
  }
}
main .frontinner .company .cominner .info .comBox .left .catch {
  position: relative;
  z-index: 1;
}
main .frontinner .company .cominner .info .message {
  font-size: 0.4rem;
  font-family: "Zen Antique Soft", serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  padding-bottom: 1rem;
}
@media screen and (max-width: 780px) {
  main .frontinner .company .cominner .info .message {
    font-size: 0.3rem;
  }
}
main .frontinner .company .cominner .points {
  background-color: #0fc1ff;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
main .frontinner .company .cominner .points .poiBox {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 13rem;
  margin: 0 auto;
}
@media screen and (max-width: 780px) {
  main .frontinner .company .cominner .points .poiBox {
    flex-direction: column;
    gap: 0.5rem;
    align-items: flex-end;
  }
}
main .frontinner .company .cominner .points .poiBox li {
  background-image: linear-gradient(135deg, transparent 50px, #FFF 50px);
  width: 30%;
  padding: 0.5rem;
  position: relative;
}
@media screen and (max-width: 780px) {
  main .frontinner .company .cominner .points .poiBox li {
    width: 80%;
    padding: 0.2rem;
  }
}
main .frontinner .company .cominner .points .poiBox li .got {
  color: #a9e9ff;
  font-size: 0.48rem;
  position: absolute;
  top: 0;
  left: 0rem;
  line-height: 0;
}
@media screen and (max-width: 780px) {
  main .frontinner .company .cominner .points .poiBox li .got {
    font-size: 0.4rem;
  }
}
main .frontinner .company .cominner .points .poiBox li h2 {
  text-align: center;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 780px) {
  main .frontinner .company .cominner .points .poiBox li h2 {
    margin-top: 0.05rem;
    margin-bottom: 0.25rem;
  }
}
main .frontinner .company .cominner .points .nomalB {
  margin: 1rem auto 0;
}
@media screen and (max-width: 780px) {
  main .frontinner .company .cominner .points .nomalB {
    background-image: linear-gradient(225deg, #a9e9ff 20px, #FFF 20px);
  }
}
main .frontinner .service .serinner {
  position: relative;
}
main .frontinner .service .serinner .titleBox h2 {
  top: 1.1rem;
  left: -3rem;
  transform: rotate(90deg);
}
@media screen and (max-width: 780px) {
  main .frontinner .service .serinner .titleBox h2 {
    left: -1rem;
  }
}
main .frontinner .service .serinner .imgBox {
  display: flex;
  flex-direction: column;
  row-gap: 0.25rem;
  position: absolute;
  top: -1.5rem;
  right: 1rem;
  width: 2rem;
}
@media screen and (max-width: 780px) {
  main .frontinner .service .serinner .imgBox {
    height: 1rem;
    flex-direction: row;
    width: 90%;
    gap: 0.1rem;
    right: -0.2rem;
  }
}
main .frontinner .service .serinner .imgBox img {
  align-self: flex-start;
}
main .frontinner .service .serinner .imgBox img:first-child {
  width: 1.5rem;
}
@media screen and (max-width: 780px) {
  main .frontinner .service .serinner .imgBox img:first-child {
    width: 20%;
  }
}
main .frontinner .service .serinner .imgBox img:nth-child(2) {
  width: 1rem;
}
@media screen and (max-width: 780px) {
  main .frontinner .service .serinner .imgBox img:nth-child(2) {
    width: 10%;
  }
}
main .frontinner .service .serinner .imgBox img:nth-child(3) {
  width: 1rem;
}
@media screen and (max-width: 780px) {
  main .frontinner .service .serinner .imgBox img:nth-child(3) {
    width: 10%;
  }
}
main .frontinner .service .serinner .imgBox img:nth-child(4) {
  width: 1.5rem;
}
@media screen and (max-width: 780px) {
  main .frontinner .service .serinner .imgBox img:nth-child(4) {
    width: 20%;
  }
}
main .frontinner .service .serinner .imgBox img:nth-of-type(even) {
  align-self: flex-end;
}
main .frontinner .service .serinner .imgBox span {
  background-color: #a9e9ff;
  width: 0.75rem;
  height: 0.75rem;
}
@media screen and (max-width: 780px) {
  main .frontinner .service .serinner .imgBox span {
    width: 0.5rem;
    height: 0.5rem;
  }
}
main .frontinner .service .serinner .serBox {
  display: flex;
  justify-content: left;
  max-width: 13rem;
  width: 100%;
  margin: 1rem auto;
}
@media screen and (max-width: 780px) {
  main .frontinner .service .serinner .serBox {
    flex-direction: column;
  }
}
main .frontinner .service .serinner .serBox img {
  width: 100%;
  max-width: 4rem;
}
@media screen and (max-width: 780px) {
  main .frontinner .service .serinner .serBox img {
    width: 80%;
    margin: 0.5rem 0 0 auto;
  }
}
main .frontinner .service .serinner .serBox .left {
  width: 100%;
  max-width: 6rem;
  margin-left: 1rem;
}
@media screen and (max-width: 780px) {
  main .frontinner .service .serinner .serBox .left {
    width: 90%;
    margin: 1rem auto 0;
  }
}
main .frontinner .service .serinner .serBox .left h2 {
  color: #0fc1ff;
  line-height: 1;
  margin-bottom: 0.5rem;
}
main .frontinner .service .serinner .department {
  position: relative;
  padding: 1rem 0;
  overflow: hidden;
}
main .frontinner .service .serinner .department .bg {
  -webkit-animation: slide 3s ease-in-out infinite alternate;
          animation: slide 3s ease-in-out infinite alternate;
  background-image: linear-gradient(-60deg, #a0e9ff 33.3%, #b3ecff 33.3%, #b3ecff 66.6%, #d0f4ff 66.6%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: -50%;
  right: -50%;
  opacity: 0.5;
  z-index: -1;
}
main .frontinner .service .serinner .department .bg.bg2 {
  animation-direction: alternate-reverse;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
}
main .frontinner .service .serinner .department .bg.bg3 {
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
}
@-webkit-keyframes slide {
  0% {
    transform: translateX(-25%);
  }
  100% {
    transform: translateX(25%);
  }
}
@keyframes slide {
  0% {
    transform: translateX(-25%);
  }
  100% {
    transform: translateX(25%);
  }
}
main .frontinner .service .serinner .department .depBox {
  display: flex;
  gap: 0.25rem;
  width: 100%;
  max-width: 13rem;
  margin: 0 auto;
}
@media screen and (max-width: 780px) {
  main .frontinner .service .serinner .department .depBox {
    flex-wrap: wrap;
    width: 90%;
    row-gap: 0.1rem;
    -moz-column-gap: 0.1rem;
         column-gap: 0.1rem;
    margin: 0 auto;
  }
}
main .frontinner .service .serinner .department .depBox li {
  background-image: linear-gradient(135deg, transparent 50px, #FFF 50px);
  width: 23%;
  text-align: center;
}
@media screen and (max-width: 780px) {
  main .frontinner .service .serinner .department .depBox li {
    width: 48%;
  }
}
main .frontinner .service .serinner .department .depBox li a {
  padding: 1rem 0.25rem;
  display: block;
}
@media screen and (max-width: 780px) {
  main .frontinner .service .serinner .department .depBox li a {
    padding: 0.5rem 0.25rem;
  }
}
main .frontinner .service .serinner .department .depBox li a img {
  max-width: 1rem;
  height: 1rem;
}
main .frontinner .service .serinner .department .depBox li a .frame {
  text-align: center;
  margin: 0.25rem auto;
  width: 1.5rem;
}
@media screen and (max-width: 780px) {
  main .frontinner .service .serinner .department .depBox li a .frame {
    width: 100%;
  }
}
main .frontinner .service .serinner .department .nomalB {
  margin: 1rem auto 0;
}
main .frontinner .news {
  position: relative;
}
main .frontinner .news .newinner {
  background-image: url("../img/mvPc2.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  padding: 1rem 0;
}
@media screen and (max-width: 780px) {
  main .frontinner .news .newinner {
    background-position: 70% center;
  }
}
main .frontinner .news .newinner .newBg {
  width: 100%;
  max-width: 11rem;
  margin: 0 auto;
  padding: 0.5rem 1rem;
  background-color: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 780px) {
  main .frontinner .news .newinner .newBg {
    width: 90%;
    padding: 0.5rem 5%;
  }
}
main .frontinner .news .newinner .newBg .titleBox {
  position: relative;
}
main .frontinner .news .newinner .newBg .titleBox h2 {
  left: -1.15rem;
  line-height: 0.12;
  color: #efefef;
}
@media screen and (max-width: 780px) {
  main .frontinner .news .newinner .newBg .titleBox h2 {
    left: 0;
  }
}
main .frontinner .news .newinner .newBg .newBox h2 {
  z-index: 11;
  position: relative;
  text-align: center;
  color: #0fc1ff;
  margin-bottom: 1rem;
}
main .frontinner .news .newinner .newBg .newBox ul li a {
  background-color: #FFF;
  padding: 0.1rem;
  margin-bottom: 0.2rem;
  display: flex;
}
@media screen and (max-width: 780px) {
  main .frontinner .news .newinner .newBg .newBox ul li a {
    flex-direction: column;
    padding: 0.25rem;
  }
}
main .frontinner .news .newinner .newBg .newBox ul li a .got {
  font-weight: bold;
}
@media screen and (max-width: 780px) {
  main .frontinner .news .newinner .newBg .newBox ul li a .got {
    margin-bottom: 0.1rem;
  }
}
main .frontinner .news .newinner .newBg .newBox ul li a p {
  margin-left: 0.25rem;
  text-decoration: underline;
  text-underline-offset: 0.05rem;
  font-size: 0.18rem;
  line-height: 1.5;
  letter-spacing: 0.02rem;
}
@media screen and (max-width: 780px) {
  main .frontinner .news .newinner .newBg .newBox ul li a p {
    font-size: 0.16rem;
    margin-left: inherit;
    line-height: 2;
  }
}
main .frontinner .access {
  width: 100%;
  max-width: 13rem;
  margin: 1rem auto;
}
main .frontinner .access .accinner .titleBox {
  position: relative;
}
main .frontinner .access .accinner .titleBox h2 {
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #efefef;
  z-index: -1;
}
main .frontinner .access .accinner .accArea {
  width: 100%;
  max-width: 13rem;
  margin: 0 auto;
}
main .frontinner .access .accinner .accArea h2 {
  color: #0fc1ff;
  text-align: center;
  margin-bottom: 1rem;
}
main .frontinner .access .accinner .accArea .accBox {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 780px) {
  main .frontinner .access .accinner .accArea .accBox {
    flex-direction: column-reverse;
  }
}
main .frontinner .access .accinner .accArea .accBox .map {
  max-width: 4rem;
}
@media screen and (max-width: 780px) {
  main .frontinner .access .accinner .accArea .accBox .map {
    max-width: inherit;
    width: 90%;
    margin: 0.5rem auto;
  }
}
main .frontinner .access .accinner .accArea .accBox .left {
  margin-left: 1rem;
}
@media screen and (max-width: 780px) {
  main .frontinner .access .accinner .accArea .accBox .left {
    margin: 0 auto;
    width: 90%;
  }
}
main .frontinner .access .accinner .accArea .accBox .left h3 {
  margin-bottom: 0.25rem;
}
main .frontinner .access .accinner .accArea .accBox .left h3 span {
  margin-right: 0.2rem;
}
main .frontinner .access .accinner .accArea .accBox .left h3 span img {
  max-width: 0.5rem;
}
main .frontinner .access .accinner .accArea .accBox .left h3:nth-of-type(2) {
  margin-top: 0.5rem;
}
main .frontinner .access .accinner .accArea .accBox .left p {
  line-height: 2;
}
main .frontinner .access .accinner .accArea .accBox .left p .got {
  display: block;
  color: #0fc1ff;
  font-size: 0.24rem;
}
main .frontinner .access .accinner p.got {
  text-align: right;
}
main .frontinner .access .accinner p.got .arrow {
  font-size: 0.48rem;
  color: #bcbcbc;
}
/*# sourceMappingURL=front.css.map */