body {
  background-color: #000;
}

.key-visual-top {
  position: relative;
  width: 100%;
  height: 100vh;
  background-image: url(../image/top/key-visual.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .key-visual-top {
    height: 100%;
    margin-bottom: 80px;
  }
}
.key-visual-top .logo {
  width: 350px;
  height: auto;
  background-color: #fff;
  padding: 20px;
  border-radius: 0 0 20px 0;
}
@media screen and (max-width: 1300px) {
  .key-visual-top .logo {
    width: 280px;
  }
}
@media screen and (max-width: 1200px) {
  .key-visual-top .logo {
    width: 240px;
  }
}
@media screen and (max-width: 768px) {
  .key-visual-top .logo {
    width: 180px;
  }
}
.key-visual-top .logo img {
  display: block;
  width: 150px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .key-visual-top .logo img {
    width: 120px;
  }
}
@media screen and (max-width: 768px) {
  .key-visual-top .logo img {
    width: 80px;
  }
}
.key-visual-top .navi {
  position: fixed;
  z-index: 200;
  top: 40px;
  right: 100px;
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media screen and (max-width: 1300px) {
  .key-visual-top .navi {
    right: 30px;
  }
}
@media screen and (max-width: 1100px) {
  .key-visual-top .navi {
    display: none;
  }
}
.key-visual-top .navi li {
  padding: 20px 25px;
  transition: 0.45s;
}
.key-visual-top .navi li:last-child {
  margin-right: 0px;
}
.key-visual-top .navi li:hover {
  background-color: #4b70eb;
}
.key-visual-top .navi li:hover a {
  color: #fff;
}
.key-visual-top .navi li a {
  display: block;
  font-family: "kozuka-mincho-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  transition: 0.45s;
  width: 100%;
  height: 100%;
}
.key-visual-top .title-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.key-visual-top .title-box h2 {
  font-family: "kozuka-mincho-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  color: #fff;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .key-visual-top .title-box h2 {
    font-size: 35px;
  }
}
@media screen and (max-width: 520px) {
  .key-visual-top .title-box h2 {
    font-size: 32px;
  }
}
.key-visual-top .news-box {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #000;
  border-radius: 30px 0 0 0;
  padding: 30px;
  min-width: 500px;
}
@media screen and (max-width: 768px) {
  .key-visual-top .news-box {
    margin-top: 100%;
    position: relative;
    min-width: 100%;
    width: 100%;
    border-radius: 0px 0 0 0;
  }
}
@media screen and (max-width: 520px) {
  .key-visual-top .news-box {
    padding: 20px 15px;
  }
}
.key-visual-top .news-box h2 {
  font-family: "kozuka-mincho-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  color: #fff;
  margin-bottom: 20px;
}
@media screen and (max-width: 520px) {
  .key-visual-top .news-box h2 {
    font-size: 17px;
  }
}
.key-visual-top .news-box .news-list {
  width: 100%;
}
.key-visual-top .news-box .news-list li {
  width: 100%;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #fff;
  display: grid;
  grid-template-columns: 20% 75%;
  -moz-column-gap: 5%;
       column-gap: 5%;
}
.key-visual-top .news-box .news-list li:last-child {
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
@media screen and (max-width: 520px) {
  .key-visual-top .news-box .news-list li {
    display: block;
  }
}
.key-visual-top .news-box .news-list li .time {
  font-family: "kozuka-mincho-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #fff;
}
@media screen and (max-width: 520px) {
  .key-visual-top .news-box .news-list li .time {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
.key-visual-top .news-box .news-list li .info {
  font-family: "kozuka-mincho-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #fff;
}
@media screen and (max-width: 520px) {
  .key-visual-top .news-box .news-list li .info {
    font-size: 14px;
  }
}

.service-1 {
  background-image: url(../image/service/key-1.png);
}

.service-2 {
  background-image: url(../image/service/key-2.png);
}

.service-3 {
  background-image: url(../image/service/key-3.png);
}

.about {
  background-image: url(../image/about/key.png);
  background-position: center;
}

.link {
  background-image: url(../image/link/key.png);
}
.link .title-box h2 {
  color: #000 !important;
  text-shadow: none !important;
}
.link .title-box p {
  color: #000 !important;
  text-shadow: none !important;
}

.recruit {
  background-image: url(../image/recruit/key.jpg);
}

.contact {
  background-image: url(../image/contact/key.png);
}
.contact .title-box h2 {
  color: #000 !important;
  text-shadow: none !important;
}
.contact .title-box p {
  color: #000 !important;
  text-shadow: none !important;
}
.contact .title-box {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-flow: column;
  text-align: center;
}
.contact .title-box h2 {
  font-family: "kozuka-mincho-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .contact .title-box h2 {
    font-size: 35px;
  }
}
.contact .title-box p {
  font-family: "kozuka-mincho-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .contact .title-box p {
    font-size: 18px;
  }
}

.key-visual-sub {
  position: relative;
  width: 100%;
  height: 700px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .key-visual-sub {
    height: 500px;
  }
}
.key-visual-sub .logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 350px;
  height: auto;
  background-color: #fff;
  padding: 20px;
  border-radius: 0 0 20px 0;
}
@media screen and (max-width: 1300px) {
  .key-visual-sub .logo {
    width: 280px;
  }
}
@media screen and (max-width: 1200px) {
  .key-visual-sub .logo {
    width: 240px;
  }
}
@media screen and (max-width: 768px) {
  .key-visual-sub .logo {
    width: 180px;
  }
}
.key-visual-sub .logo img {
  display: block;
  width: 150px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .key-visual-sub .logo img {
    width: 120px;
  }
}
@media screen and (max-width: 768px) {
  .key-visual-sub .logo img {
    width: 80px;
  }
}
.key-visual-sub .navi {
  position: fixed;
  top: 40px;
  right: 100px;
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media screen and (max-width: 1300px) {
  .key-visual-sub .navi {
    right: 30px;
  }
}
@media screen and (max-width: 1100px) {
  .key-visual-sub .navi {
    display: none;
  }
}
.key-visual-sub .navi li {
  padding: 20px 25px;
  transition: 0.45s;
}
.key-visual-sub .navi li:last-child {
  margin-right: 0px;
}
.key-visual-sub .navi li:hover {
  background-color: #4b70eb;
}
.key-visual-sub .navi li:hover a {
  color: #fff;
}
.key-visual-sub .navi li a {
  display: block;
  font-family: "kozuka-mincho-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  transition: 0.45s;
  width: 100%;
  height: 100%;
}
.key-visual-sub .title-box {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-flow: column;
  text-align: center;
}
.key-visual-sub .title-box h2 {
  font-family: "kozuka-mincho-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .key-visual-sub .title-box h2 {
    font-size: 35px;
  }
}
.key-visual-sub .title-box p {
  font-family: "kozuka-mincho-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .key-visual-sub .title-box p {
    font-size: 18px;
  }
}

footer {
  width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 1300px) {
  footer {
    width: 90%;
  }
}
footer h2 {
  font-family: "kozuka-mincho-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  color: #fff;
  letter-spacing: 0.1em;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  footer h2 {
    font-size: 27px;
  }
}
@media screen and (max-width: 400px) {
  footer h2 {
    font-size: 24px;
  }
}
footer .navi {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  footer .navi {
    display: none;
  }
}
footer .navi li {
  margin-right: 35px;
}
footer .navi li:hover a {
  color: #999999;
}
footer .navi li a {
  font-family: "kozuka-mincho-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  transition: 0.45s;
  color: #fff;
}
footer .add-area {
  width: 100%;
  display: flex;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  footer .add-area {
    display: block;
  }
}
footer .add-area .box {
  margin-right: 50px;
}
@media screen and (max-width: 768px) {
  footer .add-area .box {
    margin-right: 0px;
    margin-bottom: 20px;
  }
}
footer .add-area .box .name {
  font-family: "kozuka-mincho-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 17px;
  color: #fff;
  margin-bottom: 20px;
}
footer .add-area .box .add {
  font-family: "kozuka-mincho-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  color: #fff;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}
footer .add-area .box .num {
  display: block;
  font-family: "kozuka-mincho-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  color: #fff;
  margin-bottom: 10px;
}
footer .add-area .box .mail {
  display: block;
  font-family: "kozuka-mincho-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  color: #fff;
}

.copy {
  display: block;
  font-family: "kozuka-mincho-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}

#menubar {
  display: none;
  position: fixed;
  overflow: auto;
  z-index: 1000;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  padding: 100px 50px;
  transform: translateX(200%);
  background: linear-gradient(45deg, #757575 0%, #9E9E9E 45%, #E8E8E8 70%, #9E9E9E 85%, #757575 90% 100%);
  transition: transform 0.3s ease;
}
@media screen and (max-width: 1100px) {
  #menubar {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #menubar {
    width: 100%;
    padding: 100px 50px;
  }
}
#menubar .logo {
  width: 120px;
  margin: 0 auto 40px;
}
#menubar .logo img {
  width: 100%;
}
#menubar .navi li {
  width: 100%;
  font-family: "kozuka-mincho-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 20px;
  padding: 8px 10px;
  color: #272727;
  box-shadow: 2px 2px 5px #272727, inset 0 0 5px rgba(39, 39, 39, 0);
  transition: 0.45s;
}
#menubar .navi li:hover {
  box-shadow: 2px 2px 5px rgba(39, 39, 39, 0), inset 0 0 5px #272727;
}

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

#menubar_hdr {
  position: fixed;
  z-index: 1010;
  cursor: pointer;
  right: 30px;
  top: 30px;
  padding: 20px;
  width: 80px;
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  transition: 0.2s;
  display: none;
}
@media screen and (max-width: 1100px) {
  #menubar_hdr {
    display: flex;
  }
}
@media screen and (max-width: 700px) {
  #menubar_hdr {
    width: 60px;
    height: 60px;
    padding: 15px;
  }
}
@media screen and (max-width: 400px) {
  #menubar_hdr {
    width: 50px;
    height: 50px;
    padding: 10px;
  }
}
#menubar_hdr span {
  display: block;
  transition: 0.3s;
  border-top: 4px solid #fff;
}
#menubar_hdr.ham span:nth-of-type(1), #menubar_hdr.ham span:nth-of-type(3) {
  transform-origin: center center;
  width: 30px;
  height: 4px;
  border-top: none;
  background-color: transparent;
  box-shadow: inset 0 0 10px #272727;
}
#menubar_hdr.ham span:nth-of-type(1) {
  transform: rotate(45deg) translate(8px, 12px);
}
@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(1px, -6px);
}
@media screen and (max-width: 700px) {
  #menubar_hdr.ham span:nth-of-type(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }
}
#menubar_hdr.ham span:nth-of-type(2) {
  display: none;
}

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

#container {
  width: 100%;
}

.top-text {
  text-align: center;
  margin: 0 auto 150px;
}
@media screen and (max-width: 768px) {
  .top-text {
    margin: 0 auto 80px;
  }
}
.top-text h2 {
  font-family: "kozuka-mincho-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  color: #fff;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .top-text h2 {
    font-size: 35px;
  }
}
@media screen and (max-width: 520px) {
  .top-text h2 {
    font-size: 32px;
  }
}
.top-text .subtitle {
  font-family: "kozuka-mincho-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  color: #fff;
  letter-spacing: 0.06em;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .top-text .subtitle {
    font-size: 18px;
  }
}
@media screen and (max-width: 520px) {
  .top-text .subtitle {
    font-size: 16px;
  }
}
.top-text .text_1 {
  font-family: "kozuka-mincho-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  color: #fff;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .top-text .text_1 {
    font-size: 18px;
  }
}
@media screen and (max-width: 520px) {
  .top-text .text_1 {
    font-size: 16px;
  }
}
.top-text .text_2 {
  font-family: "kozuka-mincho-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 17px;
  color: #fff;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .top-text .text_2 {
    font-size: 15px;
  }
}
@media screen and (max-width: 520px) {
  .top-text .text_2 {
    font-size: 14px;
  }
}

.service-area {
  width: 1280px;
  margin: 0 auto 150px;
}
@media screen and (max-width: 1300px) {
  .service-area {
    width: 90%;
  }
}
.service-area h3 {
  font-family: "kozuka-mincho-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 27px;
  color: #fff;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .service-area h3 {
    font-size: 25px;
  }
}
.service-area .service-list {
  display: grid;
  grid-template-columns: 30% 30% 30%;
  -moz-column-gap: 5%;
       column-gap: 5%;
  margin-bottom: 50px;
}
@media screen and (max-width: 850px) {
  .service-area .service-list {
    display: block;
  }
}
.service-area .service-list li {
  width: 100%;
}
@media screen and (max-width: 850px) {
  .service-area .service-list li {
    margin-bottom: 30px;
  }
}
.service-area .service-list li .image-box {
  width: 100%;
  height: 300px;
  margin-bottom: 20px;
}
@media screen and (max-width: 400px) {
  .service-area .service-list li .image-box {
    height: 270px;
  }
}
.service-area .service-list li .image-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-area .service-list li p {
  font-family: "kozuka-mincho-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 17px;
  color: #fff;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 520px) {
  .service-area .service-list li p {
    font-size: 15px;
  }
}
.service-area .service-list li a {
  display: block;
  width: 150px;
  margin: 0 auto;
  padding: 15px 20px;
  font-family: "kozuka-mincho-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 17px;
  color: #fff;
  letter-spacing: 0.1em;
  text-align: center;
  border: 1px solid #fff;
  transition: 0.45s;
}
.service-area .service-list li a:hover {
  background-color: #fff;
  color: #000;
}
@media screen and (max-width: 520px) {
  .service-area .service-list li a {
    font-size: 16px;
  }
}

.company-area {
  width: 1280px;
  height: 500px;
  background-image: url(../image/top/company_1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  flex-flow: column;
  margin: 0 auto 20px;
}
@media screen and (max-width: 1300px) {
  .company-area {
    width: 90%;
  }
}
@media screen and (max-width: 600px) {
  .company-area {
    width: 100%;
  }
}
@media screen and (max-width: 520px) {
  .company-area {
    height: 370px;
  }
}
.company-area h3 {
  font-family: "kozuka-mincho-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 27px;
  color: #fff;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 520px) {
  .company-area h3 {
    font-size: 25px;
  }
}
.company-area p {
  font-family: "kozuka-mincho-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 17px;
  color: #fff;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 520px) {
  .company-area p {
    font-size: 15px;
  }
}
.company-area a {
  display: block;
  width: 150px;
  margin: 0 auto;
  padding: 15px 20px;
  font-family: "kozuka-mincho-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 17px;
  color: #fff;
  letter-spacing: 0.1em;
  text-align: center;
  border: 1px solid #fff;
  transition: 0.45s;
}
.company-area a:hover {
  background-color: #fff;
  color: #000;
}
@media screen and (max-width: 520px) {
  .company-area a {
    font-size: 16px;
  }
}

.link-list {
  width: 1280px;
  margin: 0 auto 150px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 1300px) {
  .link-list {
    width: 90%;
  }
}
@media screen and (max-width: 600px) {
  .link-list {
    width: 100%;
    display: block;
  }
}
.link-list .image-box {
  width: 100%;
}
.link-list .image-box img {
  width: 100%;
}

.contact-area {
  width: 1280px;
  margin: 0 auto 150px;
  display: flex;
}
@media screen and (max-width: 1300px) {
  .contact-area {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .contact-area {
    display: block;
    margin-bottom: 80px;
  }
}
.contact-area .c-left {
  border-right: 1px solid #fff;
  padding: 30px 50px 30px 0;
  margin-right: 50px;
}
@media screen and (max-width: 768px) {
  .contact-area .c-left {
    border-right: none;
    padding: 30px 0 30px 0;
    margin-right: 0px;
  }
}
.contact-area .c-left h3 {
  font-family: "kozuka-mincho-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 27px;
  color: #fff;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .contact-area .c-left h3 {
    font-size: 25px;
  }
}
.contact-area .c-left p {
  font-family: "kozuka-mincho-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: #fff;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .contact-area .c-left p {
    font-size: 16px;
  }
}
.contact-area .c-left a {
  display: inline-block;
  padding: 15px 20px;
  font-family: "kozuka-mincho-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 17px;
  color: #fff;
  letter-spacing: 0.1em;
  text-align: center;
  border: 1px solid #fff;
  transition: 0.45s;
}
.contact-area .c-left a:hover {
  background-color: #fff;
  color: #000;
}
@media screen and (max-width: 768px) {
  .contact-area .c-left a {
    font-size: 16px;
  }
}
.contact-area .c-right {
  padding: 30px 0 30px 30px;
}
@media screen and (max-width: 768px) {
  .contact-area .c-right {
    padding: 0;
  }
}
.contact-area .c-right .add-box {
  margin-bottom: 40px;
}
.contact-area .c-right .add-box:last-child {
  margin-bottom: 0px;
}
.contact-area .c-right .add-box .name {
  font-family: "kozuka-mincho-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 17px;
  color: #fff;
  margin-bottom: 20px;
}
.contact-area .c-right .add-box .add {
  font-family: "kozuka-mincho-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  color: #fff;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}
.contact-area .c-right .add-box .num {
  display: block;
  font-family: "kozuka-mincho-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  color: #fff;
  margin-bottom: 10px;
}
.contact-area .c-right .add-box .mail {
  display: block;
  font-family: "kozuka-mincho-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  color: #fff;
}/*# sourceMappingURL=index.css.map */