.top-keyvisual {
  width: 100%;
  margin-bottom: 170px;
}
@media screen and (max-width: 1100px) {
  .top-keyvisual {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 768px) {
  .top-keyvisual {
    margin-bottom: 80px;
  }
}
.top-keyvisual .top-line {
  width: 100%;
  height: 50px;
  background-color: #003399;
}
@media screen and (max-width: 768px) {
  .top-keyvisual .top-line {
    height: 30px;
  }
}
.top-keyvisual .head-content {
  width: 100%;
  height: 115px;
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  .top-keyvisual .head-content {
    height: 100px;
  }
}
.top-keyvisual .head-content .logo-box {
  width: 350px;
  margin-left: 30px;
}
@media screen and (max-width: 1100px) {
  .top-keyvisual .head-content .logo-box {
    width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .top-keyvisual .head-content .logo-box {
    width: 250px;
    margin: 0 auto;
  }
}
.top-keyvisual .head-content .logo-box img {
  width: 100%;
}
.top-keyvisual .head-content .navi {
  margin: 0 50px 0 auto;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 1100px) {
  .top-keyvisual .head-content .navi {
    display: none;
  }
}
.top-keyvisual .head-content .navi li {
  padding-bottom: 5px;
  position: relative;
}
.top-keyvisual .head-content .navi li::before {
  background: #003399;
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  transform-origin: center top;
  transform: scale(0, 1);
  transition: transform 0.45s;
}
.top-keyvisual .head-content .navi li:hover::before {
  transform-origin: center top;
  transform: scale(1, 1);
}
.top-keyvisual .head-content .navi li a {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  transition: 0.45s;
}
@media screen and (max-width: 1100px) {
  .top-keyvisual .head-content .navi li a {
    font-size: 16px;
  }
}
.top-keyvisual .key-visual-area {
  position: relative;
  width: 100%;
  height: calc(100vh - 165px);
  background-image: url(../image/top/keyvisual.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1100px) {
  .top-keyvisual .key-visual-area {
    height: calc(100vh - 150px);
  }
}
@media screen and (max-width: 768px) {
  .top-keyvisual .key-visual-area {
    height: calc(90vh - 130px);
    background-image: url(../image/top/keyvisual-sp.png);
  }
}
.top-keyvisual .key-visual-area .key-text {
  position: absolute;
  top: 25%;
  left: 50px;
}
@media screen and (max-width: 768px) {
  .top-keyvisual .key-visual-area .key-text {
    left: 5%;
    width: 90%;
  }
}
.top-keyvisual .key-visual-area .key-text .hp-title,
.top-keyvisual .key-visual-area .key-text .sub-title {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.top-keyvisual .key-visual-area .key-text .hp-title {
  font-size: 80px;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}
@media screen and (max-width: 1100px) {
  .top-keyvisual .key-visual-area .key-text .hp-title {
    font-size: 60px;
  }
}
@media screen and (max-width: 768px) {
  .top-keyvisual .key-visual-area .key-text .hp-title {
    font-size: 28px;
  }
}
.top-keyvisual .key-visual-area .key-text .sub-title {
  font-size: 25px;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1100px) {
  .top-keyvisual .key-visual-area .key-text .sub-title {
    font-size: 27px;
  }
}
@media screen and (max-width: 768px) {
  .top-keyvisual .key-visual-area .key-text .sub-title {
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  .top-keyvisual .key-visual-area .key-text .sub-title br {
    display: none;
  }
}
.top-keyvisual .key-visual-area .key-text.is-show .hp-title,
.top-keyvisual .key-visual-area .key-text.is-show .sub-title {
  opacity: 1;
  transform: translateY(0);
}
.top-keyvisual .key-visual-area .key-text.is-show .hp-title {
  transition-delay: 0.2s;
}
.top-keyvisual .key-visual-area .key-text.is-show .sub-title {
  transition-delay: 0.6s;
}

.sub-keyvisual {
  width: 100%;
}
.sub-keyvisual .top-line {
  width: 100%;
  height: 50px;
  background-color: #003399;
}
@media screen and (max-width: 768px) {
  .sub-keyvisual .top-line {
    height: 30px;
  }
}
.sub-keyvisual .head-content {
  width: 100%;
  height: 115px;
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  .sub-keyvisual .head-content {
    height: 100px;
  }
}
.sub-keyvisual .head-content .logo-box {
  width: 350px;
  margin-left: 30px;
}
@media screen and (max-width: 1100px) {
  .sub-keyvisual .head-content .logo-box {
    width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .sub-keyvisual .head-content .logo-box {
    width: 250px;
    margin: 0 auto;
  }
}
.sub-keyvisual .head-content .logo-box img {
  width: 100%;
}
.sub-keyvisual .head-content .navi {
  margin: 0 50px 0 auto;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 1100px) {
  .sub-keyvisual .head-content .navi {
    display: none;
  }
}
.sub-keyvisual .head-content .navi li {
  padding-bottom: 5px;
  position: relative;
}
.sub-keyvisual .head-content .navi li::before {
  background: #003399;
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  transform-origin: center top;
  transform: scale(0, 1);
  transition: transform 0.45s;
}
.sub-keyvisual .head-content .navi li:hover::before {
  transform-origin: center top;
  transform: scale(1, 1);
}
.sub-keyvisual .head-content .navi li a {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  transition: 0.45s;
}
@media screen and (max-width: 1100px) {
  .sub-keyvisual .head-content .navi li a {
    font-size: 16px;
  }
}

#menubar {
  position: fixed;
  overflow: auto;
  z-index: 2000;
  right: 0;
  top: 0;
  width: 30%;
  height: 100%;
  padding: 120px 50px 0;
  transform: translateY(200%);
  background: #fff;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 1500px) {
  #menubar {
    width: 40%;
  }
}
@media screen and (max-width: 1100px) {
  #menubar {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  #menubar {
    width: 100%;
  }
}
#menubar .navi {
  margin-bottom: 50px;
}
#menubar .navi li {
  margin-bottom: 30px;
}
#menubar .navi li a {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  letter-spacing: 0.1em;
}
#menubar .d-logo {
  width: 250px;
  margin: 0 auto;
}
#menubar .d-logo img {
  width: 100%;
}

#menubar.open {
  transform: translateX(0);
}

#menubar_hdr {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 3300;
  cursor: pointer;
  width: 100px;
  height: 100px;
  background-color: #fff;
  transition: 0.2s;
  padding: 0 15px 0;
  display: none;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}
@media screen and (max-width: 1100px) {
  #menubar_hdr {
    width: 70px;
    height: 70px;
    display: flex;
  }
}
#menubar_hdr.ham {
  background-color: #fff;
}
#menubar_hdr span {
  display: block;
  transition: 0.3s;
  border-top: 2px solid #003399;
  width: 70px;
  margin-bottom: 20px;
}
#menubar_hdr span:last-child {
  margin-bottom: 0px;
}
@media screen and (max-width: 1100px) {
  #menubar_hdr span {
    width: 50px;
    margin-bottom: 10px;
  }
}
#menubar_hdr.ham span:nth-of-type(1) {
  transform: rotate(45deg) translate(8px, 9px);
  border-top: 2px solid #003399;
}
@media screen and (max-width: 1100px) {
  #menubar_hdr.ham span:nth-of-type(1) {
    transform: rotate(45deg) translate(6px, 6px);
  }
}
@media screen and (max-width: 700px) {
  #menubar_hdr.ham span:nth-of-type(1) {
    transform: rotate(45deg) translate(6px, 6px);
  }
}
#menubar_hdr.ham span:nth-of-type(3) {
  transform: rotate(-45deg) translate(7px, -8px);
  border-top: 2px solid #003399;
}
@media screen and (max-width: 1100px) {
  #menubar_hdr.ham span:nth-of-type(3) {
    transform: rotate(-45deg) translate(2px, -4px);
  }
}
@media screen and (max-width: 700px) {
  #menubar_hdr.ham span:nth-of-type(3) {
    transform: rotate(-45deg) translate(2px, -3px);
  }
}
#menubar_hdr.ham span:nth-of-type(2) {
  display: none;
}

.sub-hdr {
  width: 300px !important;
}
@media screen and (max-width: 1100px) {
  .sub-hdr {
    width: 70px !important;
  }
}
.sub-hdr span {
  display: block;
  transition: 0.3s;
  border-top: 4px solid #353535;
}

header aside.mainimg-slick div img {
  width: 100%;
}

footer {
  width: 95%;
  height: 680px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  footer {
    width: 90%;
  }
}
footer .logo-box {
  width: 400px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  footer .logo-box {
    width: 300px;
    margin: 0 auto 30px;
  }
}
footer .logo-box img {
  width: 100%;
}
footer .info-navi {
  width: 100%;
  display: grid;
  grid-template-columns: 50% 50%;
  align-items: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  footer .info-navi {
    display: block;
  }
}
footer .info-navi .info-box {
  width: 100%;
}
@media screen and (max-width: 768px) {
  footer .info-navi .info-box {
    margin-bottom: 30px;
  }
}
footer .info-navi .info-box .c-name {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  margin-bottom: 30px;
  color: #000;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  footer .info-navi .info-box .c-name {
    font-size: 20px;
  }
}
footer .info-navi .info-box .info li {
  margin-bottom: 18px;
  display: grid;
  grid-template-columns: 20% 75%;
  -moz-column-gap: 5%;
       column-gap: 5%;
}
@media screen and (max-width: 768px) {
  footer .info-navi .info-box .info li {
    display: block;
  }
}
footer .info-navi .info-box .info li .left {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  color: #000;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  footer .info-navi .info-box .info li .left {
    margin-bottom: 10px;
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
  }
}
footer .info-navi .info-box .info li .right {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  color: #000;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  footer .info-navi .info-box .info li .right {
    font-size: 16px;
  }
}
footer .info-navi .info-box .info li .right br {
  display: none;
}
@media screen and (max-width: 768px) {
  footer .info-navi .info-box .info li .right br {
    display: block;
  }
}
footer .info-navi .navi {
  text-align: right;
  display: flex;
  flex-flow: column;
}
@media screen and (max-width: 768px) {
  footer .info-navi .navi {
    display: none;
  }
}
footer .info-navi .navi li {
  position: relative;
  display: block;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  color: #000;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  transition: 0.45s;
}
footer .info-navi .navi li:hover {
  color: #a5a5a5;
}
footer .info-navi .navi li:hover a::before {
  left: -100px;
  opacity: 1;
}
footer .info-navi .navi li a {
  position: relative;
}
footer .info-navi .navi li a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -200px;
  width: 80px;
  height: 1px;
  background-color: #003399;
  opacity: 0;
  transition: 0.45s;
}
footer small {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  color: #000;
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  margin-top: auto;
}
@media screen and (max-width: 768px) {
  footer small {
    text-align: center;
  }
}
footer small br {
  display: none;
}
@media screen and (max-width: 768px) {
  footer small br {
    display: block;
  }
}

.top-key {
  width: 100%;
  position: relative;
  margin: 0 auto 120px;
}
@media screen and (max-width: 768px) {
  .top-key {
    margin: 0 auto 80px;
  }
}
.top-key .image-box {
  width: 100%;
}
.top-key .image-box img {
  width: 100%;
}
.top-key .page-title {
  position: absolute;
  top: 50%;
  left: 5%;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
@media screen and (max-width: 520px) {
  .top-key .page-title {
    top: 30%;
  }
}
.top-key .page-title.is-show {
  opacity: 1;
  transform: translateY(0);
}
.top-key .page-title .b-title {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 60px;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .top-key .page-title .b-title {
    font-size: 36px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 520px) {
  .top-key .page-title .b-title {
    font-size: 28px;
  }
}
.top-key .page-title .sub-title {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 25px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .top-key .page-title .sub-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 520px) {
  .top-key .page-title .sub-title {
    font-size: 16px;
  }
}
.top-key .page-title .sub-title br {
  display: none;
}
@media screen and (max-width: 768px) {
  .top-key .page-title .sub-title br {
    display: block;
  }
}

.flow-area {
  width: 90%;
  margin: 0 auto 120px;
}
.flow-area .area-title {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
  padding-left: 10px;
  border-left: 10px solid #00b3fe;
}
@media screen and (max-width: 768px) {
  .flow-area .area-title {
    font-size: 27px;
  }
}
.flow-area .flow-text {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .flow-area .flow-text {
    font-size: 18px;
  }
}
@media screen and (max-width: 520px) {
  .flow-area .flow-text {
    font-size: 16px;
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
}
.flow-area .flow-text br {
  display: none;
}
.flow-area .flow-image {
  width: 80%;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
@media screen and (max-width: 1100px) {
  .flow-area .flow-image {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .flow-area .flow-image {
    width: 50%;
  }
}
@media screen and (max-width: 520px) {
  .flow-area .flow-image {
    width: 70%;
  }
}
@media screen and (max-width: 400px) {
  .flow-area .flow-image {
    width: 80%;
  }
}
.flow-area .flow-image.is-show {
  opacity: 1;
  transform: translateY(0);
}
.flow-area .flow-image img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .flow-area .flow-image .pc-f {
    display: none;
  }
}
.flow-area .flow-image .sp-f {
  display: none;
}
@media screen and (max-width: 768px) {
  .flow-area .flow-image .sp-f {
    display: block;
  }
}

.service-intro {
  width: 100%;
  border-top: 2px solid #003399;
  border-bottom: 2px solid #003399;
  display: grid;
  grid-template-columns: 50% 50%;
  align-items: center;
  margin-bottom: 80px;
  overflow: hidden;
}
@media screen and (max-width: 1100px) {
  .service-intro {
    display: block;
  }
}
.service-intro .intro-inner {
  width: 100%;
  height: 100%;
  padding: 50px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.service-intro .intro-inner::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #003399;
  transform: translateY(0);
  transition: transform 0.9s cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 2;
  pointer-events: none;
}
.service-intro .intro-inner .text-box {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-flow: column;
}
@media screen and (max-width: 1300px) {
  .service-intro .intro-inner .text-box {
    width: 90%;
  }
}
.service-intro .intro-inner .text-box .poli {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 34px;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  color: #003399;
}
@media screen and (max-width: 1300px) {
  .service-intro .intro-inner .text-box .poli {
    font-size: 27px;
  }
}
.service-intro .intro-inner .text-box .poli-text {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #003399;
}
.service-intro .link-inner {
  background-color: #003399;
  padding: 50px 0;
  position: relative;
  overflow: hidden;
}
.service-intro .link-inner::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #fff;
  transform: translateY(0);
  transition: transform 0.9s cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 2;
  pointer-events: none;
}
.service-intro .link-inner .wrap-box {
  width: 80%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 55% 40%;
  -moz-column-gap: 5%;
       column-gap: 5%;
  align-items: center;
}
@media screen and (max-width: 1300px) {
  .service-intro .link-inner .wrap-box {
    width: 90%;
    grid-template-columns: 49% 49%;
    -moz-column-gap: 2%;
         column-gap: 2%;
  }
}
@media screen and (max-width: 1100px) {
  .service-intro .link-inner .wrap-box {
    grid-template-columns: 60% 35%;
    -moz-column-gap: 5%;
         column-gap: 5%;
  }
}
@media screen and (max-width: 768px) {
  .service-intro .link-inner .wrap-box {
    display: block;
  }
}
.service-intro .link-inner .wrap-box .text-box {
  width: 100%;
}
.service-intro .link-inner .wrap-box .text-box .poli {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 34px;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  color: #fff;
}
@media screen and (max-width: 1300px) {
  .service-intro .link-inner .wrap-box .text-box .poli {
    font-size: 27px;
  }
}
@media screen and (max-width: 1100px) {
  .service-intro .link-inner .wrap-box .text-box .poli br {
    display: none;
  }
}
.service-intro .link-inner .wrap-box .text-box .poli-text {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .service-intro .link-inner .wrap-box .text-box .poli-text {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1100px) {
  .service-intro .link-inner .wrap-box .text-box .poli-text br {
    display: none;
  }
}
.service-intro .link-inner .wrap-box .list {
  width: 100%;
}
.service-intro .link-inner .wrap-box .list li {
  width: 100%;
  margin-bottom: 15px;
  transition: 0.45s;
}
.service-intro .link-inner .wrap-box .list li:last-child {
  margin-bottom: 0px;
}
.service-intro .link-inner .wrap-box .list li:hover .in-wp svg .cls-1 {
  fill: #003399;
}
.service-intro .link-inner .wrap-box .list li:hover .in-wp svg .cls-2 {
  fill: #caefff;
  stroke: #caefff;
}
.service-intro .link-inner .wrap-box .list li:hover .in-wp .text {
  color: #caefff;
}
.service-intro .link-inner .wrap-box .list li .in-wp {
  display: flex;
  align-items: center;
  gap: 20px;
}
.service-intro .link-inner .wrap-box .list li .in-wp svg {
  width: 32px;
}
.service-intro .link-inner .wrap-box .list li .in-wp svg .cls-1 {
  fill: #fff;
  transition: 0.45s;
}
.service-intro .link-inner .wrap-box .list li .in-wp svg .cls-2 {
  fill: transparent;
  stroke: #fff;
  transition: 0.45s;
}
.service-intro .link-inner .wrap-box .list li .in-wp .text {
  color: #fff;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  letter-spacing: 0.1em;
  transition: 0.45s;
}
.service-intro.is-show .intro-inner::after {
  transform: translateY(103%);
}
.service-intro.is-show .link-inner::after {
  transform: translateY(-100%);
}

.contact-area {
  width: 100%;
  padding: 80px 0;
  background-image: url(../image/service/contact.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 80px;
  position: relative;
}
.contact-area .sp-filter {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  background-color: rgba(0, 18, 53, 0.3);
  width: 100%;
  height: 100%;
}
.contact-area .c-box {
  width: 50%;
  margin-left: 5%;
  position: relative;
  z-index: 20;
}
@media screen and (max-width: 768px) {
  .contact-area .c-box {
    width: 90%;
  }
}
.contact-area .c-box .contact-text {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 20px;
  color: #fff;
}
.contact-area .c-box .info {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  display: grid;
  grid-template-columns: 10% 88%;
  -moz-column-gap: 2%;
       column-gap: 2%;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .contact-area .c-box .info {
    display: block;
  }
}
.contact-area .c-box .time {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #fff;
}/*# sourceMappingURL=service.css.map */