@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

----------------------------------------------------------------------------- */
#mv h2 {
  color: #0fc1ff;
  width: 13rem;
}
@media screen and (max-width: 780px) {
  #mv h2 {
    width: 90%;
  }
}
#mv .titleBox {
  height: 75svh;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media screen and (max-width: 780px) {
  #mv .titleBox {
    height: 50svh;
  }
}
#mv .titleBox h2 {
  color: #FFF;
}
#mv .pageT {
  margin: 1rem auto;
}
@media screen and (max-width: 780px) {
  #mv .pageT {
    margin: 1rem auto 0.25rem;
  }
}

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

Company

----------------------------------------------------------------------------- */
#CompanyPage #mv .titleBox {
  background-image: url(../img/comMV1.jpg);
  background-position: center top;
}
#CompanyPage #company .message {
  display: flex;
  justify-content: space-between;
  max-width: 13rem;
  width: 100%;
  margin: 0 auto 2rem;
}
#CompanyPage #company .message img {
  max-width: 4rem;
}
@media screen and (max-width: 780px) {
  #CompanyPage #company .message img {
    max-width: 3rem;
    position: absolute;
    top: 8rem;
  }
}
#CompanyPage #company .message .titleBox {
  position: relative;
}
#CompanyPage #company .message .titleBox h2 {
  position: absolute;
  position: absolute;
  bottom: -2rem;
  right: -12rem;
}
#CompanyPage #company .message .left {
  width: 55%;
}
@media screen and (max-width: 780px) {
  #CompanyPage #company .message .left {
    width: 80%;
    z-index: 1;
    padding: 0 5% 0.5rem;
    background-color: rgba(255, 255, 255, 0.7);
  }
}
#CompanyPage #company .message .left h2 {
  color: #0fc1ff;
  margin-bottom: 0.5rem;
  line-height: 1;
}
@media screen and (max-width: 780px) {
  #CompanyPage #company .message .left h2 {
    margin-bottom: 0.25rem;
  }
}
#CompanyPage #company .message .left .catch {
  position: relative;
  z-index: 1;
}
#CompanyPage #company .overview .overinner {
  background-image: url("../img/over1img.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  padding: 1rem 0;
  margin-bottom: 2rem;
}
@media screen and (max-width: 780px) {
  #CompanyPage #company .overview .overinner {
    background-position: 55% center;
    margin-bottom: 1rem;
  }
}
#CompanyPage #company .overview .overinner .overBg {
  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) {
  #CompanyPage #company .overview .overinner .overBg {
    width: 90%;
    padding: 0.5rem 5%;
  }
}
#CompanyPage #company .overview .overinner .overBg .titleBox {
  position: relative;
}
#CompanyPage #company .overview .overinner .overBg .titleBox h2 {
  position: absolute;
  bottom: -8rem;
  left: -3rem;
}
@media screen and (max-width: 780px) {
  #CompanyPage #company .overview .overinner .overBg .titleBox h2 {
    left: -0.5rem;
  }
}
#CompanyPage #company .overview .overinner .overBg .overBox h2 {
  color: #0fc1ff;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 780px) {
  #CompanyPage #company .overview .overinner .overBg .overBox h2 {
    margin-bottom: 0.25rem;
  }
}
#CompanyPage #company .overview .overinner .overBg .overBox ul li {
  line-height: 3;
}
@media screen and (max-width: 780px) {
  #CompanyPage #company .overview .overinner .overBg .overBox ul li {
    line-height: 2;
  }
}
#CompanyPage #company .overview .overinner .overBg .overBox ul li strong {
  font-weight: bold;
  min-width: 2rem;
  display: inline-block;
}
@media screen and (max-width: 780px) {
  #CompanyPage #company .overview .overinner .overBg .overBox ul li strong {
    display: block;
    margin-top: 0.2rem;
  }
}
#CompanyPage #company .overview .overinner .overBg .overBox ul li ol {
  margin-left: 2rem;
  margin-top: -0.5rem;
}
@media screen and (max-width: 780px) {
  #CompanyPage #company .overview .overinner .overBg .overBox ul li ol {
    margin-left: inherit;
    margin-top: inherit;
  }
}
#CompanyPage #company section.category {
  background-color: #efefef;
}
#CompanyPage #company section.category .catinner {
  max-width: 13rem;
  width: 100%;
  margin: 0 auto;
  padding-top: 1rem;
}
#CompanyPage #company section.category .catinner .titleBox {
  position: relative;
}
#CompanyPage #company section.category .catinner .titleBox h2 {
  left: 50%;
  transform: translateX(-50%);
  top: 5rem;
}
@media screen and (max-width: 780px) {
  #CompanyPage #company section.category .catinner .titleBox h2 {
    top: 7.2rem;
  }
}
#CompanyPage #company section.category .catinner .catBox h2 {
  color: #0fc1ff;
  margin: 0 auto 0.5rem;
  text-align: center;
}
@media screen and (max-width: 780px) {
  #CompanyPage #company section.category .catinner .catBox h2 {
    margin-bottom: 0.25rem;
  }
}
#CompanyPage #company section.category .catinner .catBox p {
  text-align: center;
}
@media screen and (max-width: 780px) {
  #CompanyPage #company section.category .catinner .catBox p {
    width: 90%;
    margin: 0 auto;
  }
}
#CompanyPage #company section.category .catinner .catBox .catlist {
  max-width: 8rem;
  margin: 1rem auto;
  text-align: center;
}
@media screen and (max-width: 780px) {
  #CompanyPage #company section.category .catinner .catBox .catlist {
    margin: 0.5rem auto;
    width: 90%;
  }
}
#CompanyPage #company section.category .catinner .catBox .catlist li {
  border: 1px solid #000;
  background-color: #FFF;
  display: inline-block;
  padding: 0 0.25rem;
  margin-bottom: 0.2rem;
}
#CompanyPage #company section.category .catinner .catBox02 {
  max-width: 10rem;
  margin: 0 auto;
  padding-bottom: 2rem;
}
@media screen and (max-width: 780px) {
  #CompanyPage #company section.category .catinner .catBox02 {
    width: 90%;
    padding-bottom: 1rem;
  }
}
#CompanyPage #company section.category .catinner .catBox02 h5 {
  margin-bottom: 0.25rem;
}
#CompanyPage #company section.category .catinner .catBox02 ul li {
  display: inline-block;
  margin-bottom: 0.1rem;
}
@media screen and (max-width: 780px) {
  #CompanyPage #company section.category .catinner .catBox02 ul li {
    display: inline;
  }
}
#CompanyPage #company section.category .catinner .catBox02 ul li:after {
  content: ",";
}
#CompanyPage #company section.partnership .parinner {
  width: 100%;
  max-width: 10rem;
  margin: 1rem auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  gap: 0.2rem;
}
@media screen and (max-width: 780px) {
  #CompanyPage #company section.partnership .parinner {
    width: 80%;
    justify-content: center;
  }
}
#CompanyPage #company section.partnership .parinner li {
  border: 1px solid #0fc1ff;
  width: 32%;
}
@media screen and (max-width: 780px) {
  #CompanyPage #company section.partnership .parinner li {
    width: 46%;
  }
}

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

ServicePage

----------------------------------------------------------------------------- */
#ServicePage #mv .titleBox {
  background-image: url(../img/serMV1.jpg);
  background-position: center top;
}
#ServicePage #service .message {
  display: flex;
  justify-content: space-between;
  max-width: 13rem;
  width: 100%;
  margin: 0 auto 2rem;
}
#ServicePage #service .message img {
  max-width: 4rem;
}
@media screen and (max-width: 780px) {
  #ServicePage #service .message img {
    max-width: 3rem;
    position: absolute;
    top: 8rem;
  }
}
#ServicePage #service .message .titleBox {
  position: relative;
}
#ServicePage #service .message .titleBox h2 {
  position: absolute;
  position: absolute;
  bottom: -2rem;
  right: -12rem;
}
#ServicePage #service .message .left {
  width: 55%;
}
@media screen and (max-width: 780px) {
  #ServicePage #service .message .left {
    width: 80%;
    z-index: 1;
    padding: 0 5% 0.5rem;
    background-color: rgba(255, 255, 255, 0.7);
  }
}
#ServicePage #service .message .left h2 {
  color: #0fc1ff;
  margin-bottom: 0.5rem;
  line-height: 1;
}
@media screen and (max-width: 780px) {
  #ServicePage #service .message .left h2 {
    margin-bottom: 0.25rem;
  }
}
#ServicePage #service .message .left .catch {
  position: relative;
  z-index: 1;
}
#ServicePage #service .points {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
#ServicePage #service .points .poiBox {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 13rem;
  margin: 0 auto;
}
@media screen and (max-width: 780px) {
  #ServicePage #service .points .poiBox {
    flex-direction: column;
    gap: 0.5rem;
    align-items: flex-end;
  }
}
#ServicePage #service .points .poiBox li {
  background-image: linear-gradient(135deg, transparent 50px, #0fc1ff 50px);
  width: 30%;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 780px) {
  #ServicePage #service .points .poiBox li {
    width: 80%;
  }
}
#ServicePage #service .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) {
  #ServicePage #service .points .poiBox li .got {
    font-size: 0.4rem;
  }
}
#ServicePage #service .points .poiBox li h2 {
  text-align: center;
  padding-top: 0.5rem;
  margin-bottom: 0.5rem;
  color: #FFF;
}
@media screen and (max-width: 780px) {
  #ServicePage #service .points .poiBox li h2 {
    margin-top: -0.25rem;
    margin-bottom: 0.25rem;
  }
}
#ServicePage #service .points .poiBox li p:not(.got) {
  padding: 0.25rem 0.5rem;
  background-color: #FFF;
  border: 1px solid #0fc1ff;
  flex-grow: 1;
}
#ServicePage #service .flow .flowinner {
  background-color: #6b6b6b;
  width: 100%;
  max-width: 13rem;
  margin: 0 auto;
}
#ServicePage #service .flow .flowinner h2 {
  color: #FFF;
  padding: 0.25rem;
}
#ServicePage #service .flow .flowinner .flowBox {
  background-color: #efefef;
  padding: 0.5rem;
}
@media screen and (max-width: 780px) {
  #ServicePage #service .flow .flowinner .flowBox {
    padding: inherit;
  }
}
#ServicePage #service .flow .flowinner .flowBox ol {
  display: flex;
  width: 100%;
  max-width: 10rem;
  justify-content: space-between;
  margin: 0 auto;
  background-image: url(../img/arrow.png);
  background-repeat: no-repeat;
  background-size: 101%;
  background-position: right 22%;
}
@media screen and (max-width: 780px) {
  #ServicePage #service .flow .flowinner .flowBox ol {
    flex-direction: column;
    gap: 0.5rem;
    background-image: url(../img/arrowT.png);
    background-size: 0.178rem;
    background-position: 0.68rem center;
    margin: 0.25rem auto;
    width: 90%;
    padding: 0.5rem 0;
  }
}
#ServicePage #service .flow .flowinner .flowBox ol li {
  text-align: center;
  width: 23%;
}
@media screen and (max-width: 780px) {
  #ServicePage #service .flow .flowinner .flowBox ol li {
    width: 100%;
    display: flex;
  }
}
#ServicePage #service .flow .flowinner .flowBox ol li img {
  width: 1.5rem;
  height: 1.5rem;
  padding: 0.4rem;
  border: 1px solid #0fc1ff;
  background-color: white;
}
@media screen and (max-width: 780px) {
  #ServicePage #service .flow .flowinner .flowBox ol li img {
    padding: 0.2rem;
  }
}
@media screen and (max-width: 780px) {
  #ServicePage #service .flow .flowinner .flowBox ol li p {
    width: 60%;
    padding-left: 5%;
  }
}
#ServicePage #service .flow .flowinner .flowBox ol li p strong {
  color: #0fc1ff;
  display: block;
  margin: 0.25rem auto;
}
@media screen and (max-width: 780px) {
  #ServicePage #service .flow .flowinner .flowBox ol li p strong {
    margin: 0 auto 0.25rem;
  }
}
#ServicePage #service .recommended {
  background-color: #6b6b6b;
  width: 100%;
  max-width: 13rem;
  margin: 0 auto;
  padding: 1rem 0;
}
#ServicePage #service .recommended .recinner {
  width: 95%;
  max-width: 10rem;
  margin: 0 auto;
  position: relative;
}
#ServicePage #service .recommended .recinner h2 {
  background-color: #FFF;
  color: #0fc1ff;
  text-align: center;
  border: 0.1rem solid #0fc1ff;
}
#ServicePage #service .recommended .recinner .recBox {
  padding: 0.5rem;
  background: linear-gradient(315deg, transparent 100px, #FFF 100px);
  color: #FFF;
}
@media screen and (max-width: 780px) {
  #ServicePage #service .recommended .recinner .recBox {
    padding: 0.5rem 0.1rem;
    background: linear-gradient(315deg, transparent 50px, #FFF 50px);
  }
}
#ServicePage #service .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: #FFF;
}
@media screen and (max-width: 780px) {
  #ServicePage #service .recommended .recinner .recItems {
    font-size: 0.25rem;
  }
}
@media screen and (max-width: 780px) {
  #ServicePage #service .recommended .slick-slider {
    margin-bottom: 0;
  }
}
#ServicePage #service .recommended .slick-slide .top {
  display: flex !important;
  justify-content: space-around;
}
@media screen and (max-width: 780px) {
  #ServicePage #service .recommended .slick-slide .top {
    margin-bottom: inherit !important;
  }
}
@media screen and (max-width: 780px) {
  #ServicePage #service .recommended .slick-slide .top {
    flex-direction: column;
  }
}
#ServicePage #service .recommended .slick-slide .top img {
  width: 45%;
  height: 3rem;
  background-color: #FFF;
  border: 1px solid #0fc1ff;
}
@media screen and (max-width: 780px) {
  #ServicePage #service .recommended .slick-slide .top img {
    width: 100%;
  }
}
#ServicePage #service .recommended .slick-slide .top .left {
  width: 40%;
}
@media screen and (max-width: 780px) {
  #ServicePage #service .recommended .slick-slide .top .left {
    width: 100%;
    margin-top: 0.25rem;
  }
}
#ServicePage #service .recommended .slick-slide .top .left h3 {
  line-height: 1;
  margin-bottom: 0.15rem;
  color: #0fc1ff;
}
@media screen and (max-width: 780px) {
  #ServicePage #service .recommended .slick-slide .top .left h3 {
    text-align: center;
  }
}
@media screen and (max-width: 780px) {
  #ServicePage #service .recommended .slick-slide .top .left h6 {
    text-align: center;
  }
}
#ServicePage #service .recommended .slick-slide .top .left .text {
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  margin-bottom: 0.5rem;
  margin-top: 0.25rem;
  line-height: 1.5;
}
@media screen and (max-width: 780px) {
  #ServicePage #service .recommended .slick-slide .top .left .text {
    margin-bottom: 0.25rem;
  }
}
#ServicePage #service .recommended .slick-slide .bottom {
  width: 100%;
  margin: 0 auto;
  padding: 0 0.5rem;
}
@media screen and (max-width: 780px) {
  #ServicePage #service .recommended .slick-slide .bottom {
    padding: 0 0.1rem;
  }
}
#ServicePage #service .recommended .slick-slide .bottom ul {
  margin: 0.5rem auto;
  display: flex;
  flex-wrap: wrap;
  gap: 0.1rem;
}
@media screen and (max-width: 780px) {
  #ServicePage #service .recommended .slick-slide .bottom ul {
    margin: 0.25rem auto 0.5rem;
    justify-content: center;
  }
}
#ServicePage #service .recommended .slick-slide .bottom ul li {
  background-color: #6b6b6b;
  padding: 0.05rem;
}
#ServicePage #service .recommended .slick-slide .bottom .nomalB {
  margin: 0.5rem auto;
}
#ServicePage #service .recommended .slick-dots {
  bottom: -0.8rem;
}
@media screen and (max-width: 780px) {
  #ServicePage #service .recommended .slick-dots {
    bottom: -0.3rem;
    right: 0;
    width: 42%;
  }
}
#ServicePage #service .recommended .slick-dots li button:before {
  font-size: 0.15rem !important;
  color: #FFF;
}
@media screen and (max-width: 780px) {
  #ServicePage #service .recommended .slick-dots li button:before {
    font-size: 0.1rem !important;
  }
}
#ServicePage #service .recommended .my-arrows {
  position: absolute;
  right: 0.4rem;
  bottom: 1.2rem;
  z-index: 10;
}
@media screen and (max-width: 780px) {
  #ServicePage #service .recommended .my-arrows {
    bottom: 8.55rem;
    width: 100%;
  }
}
#ServicePage #service .recommended .my-arrows .slick-prev,
#ServicePage #service .recommended .my-arrows .slick-next {
  position: absolute;
  transform: none;
  z-index: 10;
}
#ServicePage #service .recommended .my-arrows .slick-prev {
  left: -0.5rem;
}
@media screen and (max-width: 780px) {
  #ServicePage #service .recommended .my-arrows .slick-prev {
    left: 0.3rem;
  }
}
#ServicePage #service .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) {
  #ServicePage #service .recommended .my-arrows .slick-next {
    right: -0.2rem;
  }
}
#ServicePage #service .recommended .my-arrows .slick-next:before {
  content: "▲";
  display: inline-block;
  transform: rotate(90deg);
  font-size: 0.48rem;
  color: #a9e9ff;
}
#ServicePage #service .pattern {
  width: 100%;
  max-width: 13rem;
  margin: 0 auto 1rem;
  padding-bottom: 1rem;
  background-color: #6b6b6b;
}
@media screen and (max-width: 780px) {
  #ServicePage #service .pattern .patinner {
    width: 95%;
    margin: 0 auto;
  }
}
#ServicePage #service .pattern .patinner .patBox {
  display: flex;
  flex-wrap: wrap;
  max-width: 13rem;
  margin-top: -1.5rem;
  padding-top: 2.5rem;
}
@media screen and (max-width: 780px) {
  #ServicePage #service .pattern .patinner .patBox {
    width: 100%;
    margin: -1rem auto 0.5rem;
    padding-top: 1rem;
  }
}
#ServicePage #service .pattern .patinner .patBox .textBox {
  width: 50%;
  background-color: #0fc1ff;
  color: #FFF;
  padding: 0.5rem 1rem;
}
@media screen and (max-width: 780px) {
  #ServicePage #service .pattern .patinner .patBox .textBox {
    width: 100%;
    padding: 0.25rem 2.5%;
  }
}
#ServicePage #service .pattern .patinner .patBox .textBox h2 {
  margin-bottom: 0.25rem;
}
#ServicePage #service .pattern .patinner .patBox .textBox h2 span {
  display: block;
  color: #a9e9ff;
}
#ServicePage #service .pattern .patinner .patBox .textBox h5 {
  background-color: #FFF;
  color: #0fc1ff;
  padding: 0.1rem 0.2rem;
  margin-bottom: 0.25rem;
}
#ServicePage #service .pattern .patinner .patBox .imgBox {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 780px) {
  #ServicePage #service .pattern .patinner .patBox .imgBox {
    width: 100%;
  }
}
#ServicePage #service .pattern .patinner .patBox .imgBox img {
  height: 4rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 780px) {
  #ServicePage #service .pattern .patinner .patBox .imgBox img {
    height: 2rem;
  }
}
#ServicePage #service .pattern .patinner .patBox .imgBox .bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 0.25rem 0.5rem;
}
#ServicePage #service .pattern .patinner .patBox .imgBox .bottom h2 {
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 780px) {
  #ServicePage #service .pattern .patinner .patBox .imgBox .bottom {
    padding: 2.5%;
  }
}
#ServicePage #service .pattern .patinner .patBox .imgBox .bottom .small {
  font-size: 0.14rem;
}
@media screen and (max-width: 780px) {
  #ServicePage #service .pattern .patinner .patBox .imgBox .bottom .small {
    font-size: 0.12rem;
  }
}
#ServicePage #service .pattern .patinner .patBox .features {
  width: 50%;
  background-color: #FFF;
}
@media screen and (max-width: 780px) {
  #ServicePage #service .pattern .patinner .patBox .features {
    width: 100%;
  }
}
#ServicePage #service .pattern .patinner .patBox .features h5 {
  margin: 0.25rem auto 0.25rem 1rem;
  color: #0fc1ff;
}
@media screen and (max-width: 780px) {
  #ServicePage #service .pattern .patinner .patBox .features h5 {
    margin: 0.25rem 2.5%;
  }
}
#ServicePage #service .pattern .patinner .patBox .features h5 span {
  background-color: #0fc1ff;
  width: 0.4rem;
  height: 0.4rem;
  display: inline-block;
  text-align: center;
  color: #FFF;
  margin-right: 0.2rem;
}
@media screen and (max-width: 780px) {
  #ServicePage #service .pattern .patinner .patBox .features h5 span {
    width: 0.6rem;
    height: 0.6rem;
  }
}
#ServicePage #service .pattern .patinner .patBox .features p {
  margin: 0 auto 0.5rem 1rem;
}
@media screen and (max-width: 780px) {
  #ServicePage #service .pattern .patinner .patBox .features p {
    margin: 0.25rem 2.5%;
  }
}
#ServicePage #service .pattern .patinner .patBox .pointList {
  width: 50%;
  background-color: #FFF;
}
@media screen and (max-width: 780px) {
  #ServicePage #service .pattern .patinner .patBox .pointList {
    width: 100%;
    padding-bottom: 0.5rem;
  }
}
#ServicePage #service .pattern .patinner .patBox .pointList h5 {
  margin: 0.25rem auto 0.25rem 1rem;
  color: #0fc1ff;
  line-height: 2;
}
@media screen and (max-width: 780px) {
  #ServicePage #service .pattern .patinner .patBox .pointList h5 {
    margin: 0.25rem 2.5%;
  }
}
#ServicePage #service .pattern .patinner .patBox .pointList ul {
  position: relative;
}
#ServicePage #service .pattern .patinner .patBox .pointList ul li {
  margin-left: 1.2rem;
}
@media screen and (max-width: 780px) {
  #ServicePage #service .pattern .patinner .patBox .pointList ul li {
    margin-left: 10%;
    padding-right: 5%;
  }
}
#ServicePage #service .pattern .patinner .patBox .pointList ul li:before {
  content: "•";
  position: absolute;
  left: 1rem;
  color: #0fc1ff;
}
@media screen and (max-width: 780px) {
  #ServicePage #service .pattern .patinner .patBox .pointList ul li:before {
    left: 0.2rem;
  }
}
#ServicePage #service .pattern .patinner .patBox:nth-child(odd) {
  transform: translateX(-1rem);
}
@media screen and (max-width: 780px) {
  #ServicePage #service .pattern .patinner .patBox:nth-child(odd) {
    transform: inherit;
  }
}
#ServicePage #service .pattern .patinner .patBox:nth-child(even) {
  transform: translateX(1rem);
}
@media screen and (max-width: 780px) {
  #ServicePage #service .pattern .patinner .patBox:nth-child(even) {
    transform: inherit;
  }
}
#ServicePage .band {
  height: 4rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 780px) {
  #ServicePage .band {
    height: 2rem;
  }
}
#ServicePage .digital .digitalinner {
  background-color: #efefef;
}
#ServicePage .digital .digitalinner .secBox {
  display: flex;
  justify-content: space-between;
  max-width: 13rem;
  width: 100%;
  margin: 0 auto;
  padding: 1rem 0;
  position: relative;
}
#ServicePage .digital .digitalinner .secBox img {
  max-width: 4.5rem;
}
@media screen and (max-width: 780px) {
  #ServicePage .digital .digitalinner .secBox img {
    max-width: 3rem;
    position: absolute;
    top: 3rem;
    right: 0;
  }
}
#ServicePage .digital .digitalinner .secBox .titleBox {
  position: relative;
}
#ServicePage .digital .digitalinner .secBox .titleBox h2 {
  position: absolute;
  bottom: -2rem;
  right: -12rem;
}
#ServicePage .digital .digitalinner .secBox .left {
  width: 55%;
}
@media screen and (max-width: 780px) {
  #ServicePage .digital .digitalinner .secBox .left {
    width: 80%;
    z-index: 1;
    padding: 0 5% 0.5rem;
    background-color: rgba(255, 255, 255, 0.7);
  }
}
#ServicePage .digital .digitalinner .secBox .left h2 {
  color: #0fc1ff;
  margin-bottom: 0.5rem;
  line-height: 2;
  display: block;
  text-align: right;
}
@media screen and (max-width: 780px) {
  #ServicePage .digital .digitalinner .secBox .left h2 {
    text-align: left;
  }
}
#ServicePage .digital .digitalinner .secBox .left h2 span {
  color: #a9e9ff;
  display: block;
}
@media screen and (max-width: 780px) {
  #ServicePage .digital .digitalinner .secBox .left h2 {
    margin-bottom: 0.25rem;
  }
}
#ServicePage .digital .digitalinner .secBox .left .catch {
  position: relative;
  z-index: 1;
  text-align: right;
}
@media screen and (max-width: 780px) {
  #ServicePage .digital .digitalinner .secBox .left .catch {
    text-align: left;
  }
}
#ServicePage .digital .digitalinner .units .titleBox {
  position: relative;
  width: 100%;
  max-width: 13rem;
}
#ServicePage .digital .digitalinner .units .titleBox h2 {
  top: 14.5rem;
  left: -8rem;
  transform: rotate(90deg);
  transform-origin: right top;
}
@media screen and (max-width: 780px) {
  #ServicePage .digital .digitalinner .units .titleBox h2 {
    top: 9rem;
    left: -4.8rem;
    z-index: 1;
  }
}
#ServicePage .digital .digitalinner .units .unitBox {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  max-width: 13rem;
  margin: 0 auto;
  gap: 0.5rem;
  padding-bottom: 1rem;
}
@media screen and (max-width: 780px) {
  #ServicePage .digital .digitalinner .units .unitBox {
    flex-direction: column;
    gap: 0.5rem;
    align-items: flex-end;
  }
}
#ServicePage .digital .digitalinner .units .unitBox li {
  background-image: linear-gradient(135deg, transparent 50px, #FFF 50px);
  width: 50%;
  padding: 0.5rem;
  position: relative;
}
@media screen and (max-width: 780px) {
  #ServicePage .digital .digitalinner .units .unitBox li {
    width: 80%;
    padding: 0.2rem;
  }
}
#ServicePage .digital .digitalinner .units .unitBox li .got {
  color: #a9e9ff;
  font-size: 0.48rem;
  position: absolute;
  top: 0;
  left: 0rem;
  line-height: 0;
}
@media screen and (max-width: 780px) {
  #ServicePage .digital .digitalinner .units .unitBox li .got {
    font-size: 0.4rem;
  }
}
#ServicePage .digital .digitalinner .units .unitBox li h2 {
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #333333;
}
@media screen and (max-width: 780px) {
  #ServicePage .digital .digitalinner .units .unitBox li h2 {
    padding-bottom: 0.25rem;
    margin-bottom: 0.25rem;
    padding-top: 0.15rem;
    text-align: center;
    letter-spacing: 0;
  }
}

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

NewsPage

----------------------------------------------------------------------------- */
#NewsPage #mv .titleBox {
  background-image: url(../img/newMV1.jpg);
  background-position: center top;
}
#NewsPage #news .newsinner {
  display: flex;
  width: 100%;
  max-width: 13rem;
  margin: 0 auto 2rem;
  align-items: flex-start;
}
@media screen and (max-width: 780px) {
  #NewsPage #news .newsinner {
    flex-direction: column;
    margin: 0 auto 1rem;
  }
}
#NewsPage #news .newsinner .lists {
  max-width: 10rem;
}
@media screen and (max-width: 780px) {
  #NewsPage #news .newsinner .lists {
    width: 80%;
    margin: 0 auto;
  }
}
#NewsPage #news .newsinner .lists .listBox .newsList h3 {
  color: #0fc1ff;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 780px) {
  #NewsPage #news .newsinner .lists .listBox .newsList h3 {
    margin-bottom: 0.25rem;
  }
}
#NewsPage #news .newsinner .lists .listBox .newsList .posts {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  width: 100%;
  max-width: 10rem;
  gap: 0.5rem 0.2rem;
  margin-bottom: 1rem;
}
#NewsPage #news .newsinner .lists .listBox .newsList .posts li {
  width: 48%;
}
@media screen and (max-width: 780px) {
  #NewsPage #news .newsinner .lists .listBox .newsList .posts li {
    width: 100%;
  }
}
#NewsPage #news .newsinner .lists .listBox .newsList .posts li img {
  width: 100%;
  max-height: 2.5rem;
  border: 1px solid #0fc1ff;
}
#NewsPage #news .newsinner .lists .listBox .newsList .posts li .textBox {
  margin: 0.2rem auto;
}
#NewsPage #news .newsinner .sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 2rem;
  height: 100svh;
}
@media screen and (max-width: 780px) {
  #NewsPage #news .newsinner .sidebar {
    width: 80%;
    margin: 0 auto;
    height: inherit;
  }
}
#NewsPage #single .singleinner {
  width: 100%;
  max-width: 13rem;
  margin: 2rem auto 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 780px) {
  #NewsPage #single .singleinner {
    width: 90%;
    flex-direction: column;
  }
}
#NewsPage #single .singleinner .singleBox {
  max-width: 10rem;
}
@media screen and (max-width: 780px) {
  #NewsPage #single .singleinner .singleBox {
    margin: 0 auto;
  }
}
#NewsPage #single .singleinner .singleBox section {
  max-width: 9rem;
}
#NewsPage #single .singleinner .singleBox section h1.title {
  margin-bottom: 0.5rem;
}
#NewsPage #single .singleinner .singleBox section h2,
#NewsPage #single .singleinner .singleBox section h3,
#NewsPage #single .singleinner .singleBox section h4,
#NewsPage #single .singleinner .singleBox section h5,
#NewsPage #single .singleinner .singleBox section h6,
#NewsPage #single .singleinner .singleBox section img {
  margin: 0.25rem auto;
  color: #0fc1ff;
}
#NewsPage #single .singleinner .singleBox section p {
  margin-bottom: 0.25rem;
}
#NewsPage #single .singleinner .singleBox section li {
  margin-bottom: 0.1rem;
}
#NewsPage #single .singleinner .singleBox section .meta {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
#NewsPage #single .singleinner .singleBox section .exa {
  background-color: #0fc1ff;
  color: #FFF;
  padding: 0.25rem;
  line-height: 2;
}
#NewsPage #single .singleinner .singleBox section .keyword-list {
  display: flex;
  gap: 0.1rem;
  flex-wrap: wrap;
}
#NewsPage #single .singleinner .singleBox section .keyword-list li {
  background-color: #6b6b6b;
  color: #FFF;
  padding: 0.05rem 0.1rem;
  margin: inherit;
}
#NewsPage .sideinner {
  background-color: #efefef;
  height: 100%;
  width: 3rem;
  padding: 0.25rem;
}
@media screen and (max-width: 780px) {
  #NewsPage .sideinner {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
  }
}
#NewsPage .sideinner h3 {
  color: #0fc1ff;
  margin-bottom: 0.5rem;
}
#NewsPage .sideinner .categoryList li {
  margin-left: 0.25rem;
  margin-bottom: 0.25rem;
  position: relative;
}
@media screen and (max-width: 780px) {
  #NewsPage .sideinner .categoryList li {
    margin-left: 10%;
    padding-right: 5%;
  }
}
#NewsPage .sideinner .categoryList li:before {
  content: "•";
  position: absolute;
  left: -0.25rem;
  color: #0fc1ff;
}
/* -----------------------------------------------------------------------------

ContactPage

----------------------------------------------------------------------------- */
#ContactPage #mv .titleBox {
  background-image: url(../img/conMV1.jpg);
  background-position: center top;
}
#ContactPage #wpforms-77 {
  width: 100%;
  max-width: 13rem;
  margin: 0 auto 1rem;
  border: 1px solid #0fc1ff;
  padding: 1rem;
}
@media screen and (max-width: 780px) {
  #ContactPage #wpforms-77 {
    padding: 0.25rem;
    width: 90%;
  }
}
#ContactPage #wpforms-77 legend.wpforms-field-label,
#ContactPage #wpforms-77 label.wpforms-field-label {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 900;
  font-style: normal;
}
#ContactPage #wpforms-77 button#wpforms-submit-77 {
  font-size: 0.24rem;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 900;
  font-style: normal;
  position: relative;
  overflow: hidden;
  border: 1px solid #0fc1ff;
  width: 100%;
  max-width: 3rem;
  text-align: center;
  border-radius: inherit;
  transition: border 0.3s ease;
}
@media screen and (max-width: 780px) {
  #ContactPage #wpforms-77 button#wpforms-submit-77 {
    font-size: 0.16rem;
    width: 60%;
  }
}

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

PrivacyPage

----------------------------------------------------------------------------- */
#PrivacyPage #mv .titleBox {
  background-image: url(../img/priMV1.jpg);
  background-position: center top;
}
#PrivacyPage #mv .titleBox h2 {
  font-size: 1.4rem;
}
@media screen and (max-width: 780px) {
  #PrivacyPage #mv .titleBox h2 {
    font-size: 0.8rem;
  }
}
#PrivacyPage #privacy {
  width: 100%;
  max-width: 13rem;
  margin: 0 auto 1rem;
  border: 1px solid #0fc1ff;
  padding: 0.75rem 1rem 1rem;
}
@media screen and (max-width: 780px) {
  #PrivacyPage #privacy {
    width: 90%;
    padding: 0.25rem;
  }
}
#PrivacyPage #privacy h3 {
  margin-top: 0.25rem;
  margin-bottom: 0.1rem;
}
/*# sourceMappingURL=under.css.map */