@charset "UTF-8";
*,
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
li,
p,
th,
td {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  color: #333;
  letter-spacing: normal;
  font-family: "YuGo-Medium", "YuGothic-Bold", "Microsoft Yahei", "Arial", "Georgia", "serif", "sans-serif";
}

a {
  color: #ccc;
  text-decoration: none;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  -ms-transition: 0.1s;
  transition: 0.1s;
}

a:hover {
  color: #fff;
}

a:focus, a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

a {
  text-decoration: none;
}

img {
  border: 0;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
}

.clearfix {
  zoom: 1;
}

/* フォントを読み取り  fonts */
@font-face {
  font-family: 'RyuminPro-Medium';
  src: url("../fonts/RyuminPro-Medium.otf");
}
@font-face {
  font-family: 'RyuminPro-Bold';
  src: url("../fonts/RyuminPro-Bold.otf");
}
@font-face {
  font-family: 'YuGo-Medium';
  src: url("../fonts/YuGothic-Medium.ttf");
}
@font-face {
  font-family: 'Futura-Medium';
  src: url("../fonts/Futura-Medium.ttc");
}
.loading {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0px;
  left: 0px;
  background: #000;
  z-index: 9999;
  color: #fff;
  font-family: 'RyuminPro-Medium';
  letter-spacing: 2.5px;
}

.loading .animation {
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  border-radius: 50%;
  animation: loading 1.2s infinite;
}

@keyframes loading {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(4);
    opacity: 0;
  }
}
.loading .animation {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.header {
  width: 100%;
  text-align: center;
  font-size: 0;
}
.header .nav {
  position: fixed;
  top: 0;
  left: 0;
  padding: 0 20px;
  width: 100%;
  height: 60px;
  line-height: 60px;
  z-index: 999;
}
.header .nav .com-name {
  float: left;
  font-family: 'RyuminPro-Medium';
  font-size: 10px;
  letter-spacing: 2.5px;
  color: #CCC;
}
.header .nav .com-name:hover {
  color: #FFF;
}
.header .nav .nav-list-pc {
  display: none;
}
.header .nav .share {
  float: right;
  color: #FFFFFF;
  height: 60px;
  line-height: 80px;
}
.header .nav .share .instagram,
.header .nav .share .facebook,
.header .nav .share .menu {
  display: inline-block;
  width: 20px;
  height: 20px;
}
.header .nav .share .instagram {
  background: url(../images/s-instagram.png) center no-repeat;
  background-size: contain;
}
.header .nav .share .facebook {
  margin-left: 15px;
  background: url(../images/s-facebook.png) center no-repeat;
  background-size: contain;
}
.header .nav .share .menu {
  margin-left: 15px;
  background: url(../images/s-menu.png) center no-repeat;
  background-size: contain;
}
.header .shadow {
  background: rgba(0, 0, 0, 0.5);
}
.header .nav-list-sp {
  display: none;
  position: fixed;
  top: 60px;
  z-index: 999;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  box-shadow: 0px 3px 10px 3px #ccc;
}
.header .nav-list-sp .item {
  width: 100%;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 12px;
  border-bottom: 1px solid #ccc;
}
.header .nav-list-sp .item a {
  color: #FFFFFF;
}

.wrap {
  overflow: hidden;
}

.head-banner {
  width: 100%;
  vertical-align: bottom;
  animation: animationZoom1 10s ease-in-out forwards;
}

.head-banner_sp {
  display: none;
}

.head-banner_pc {
  display: block;
}

@media screen and (max-width: 767px) {
  .head-banner_pc {
    display: none;
  }

  .head-banner_sp {
    display: block;
  }
}
@keyframes animationZoom1 {
  100% {
    transform: scale(1.2);
  }
}
.main {
  background: #031016;
}
.main .section-title .title-text {
  margin-bottom: 10px;
  color: #FFCE00;
  font-family: 'Futura-Medium';
  font-size: 16px;
  letter-spacing: 2.5px;
}
.main .section-content {
  position: relative;
  z-index: 3;
}
.main .section-content p {
  font-family: 'YuGo-Medium';
  font-size: 10px;
  letter-spacing: 1.2px;
  color: #CCC;

  word-wrap: break-word;
  word-break: normal;
}
.main .left-light {
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 4;
  width: 100px;
  height: 100px;
}
.main .left-light .light-box {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.main .left-light .light-box .light-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/light-left.png) center no-repeat;
  background-size: contain;
}
.main .right-light {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 4;
  width: 100px;
  height: 100px;
}
.main .right-light .light-box {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.main .right-light .light-box .light-bg {
  position: absolute;
  bottom: 0;
  right: -2px;
  width: 100%;
  height: 100%;
  background: url(../images/light-right.png) center no-repeat;
  background-size: contain;
}
.main .concept {
  position: relative;
  padding: 20px;
  background: #031016;
}
.main .concept .concept-bg {
  position: absolute;
  top: -20px;
  right: 0;
  width: 40%;
  height: 100%;
  z-index: 1;
  background: url(../images/concept.jpg) no-repeat;
  background-size: cover;
}
.main .services {
  position: relative;
  padding: 20px;
  background: #031016;
}
.main .services .services-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: .1;
}
.main .services.services-2 {
  position: relative;
  padding: 20px;
  background: #031016;
}
.main .services.services-2 .services-bg {
  position: absolute;
  top: 0;
  left: inherit;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: .1;
}
.main .works {
  padding: 40px 0;
  position: relative;
}
.main .works .section-title {
  padding-left: 20px;
}
.main .works .swiper .swiper-container {
  width: 100%;
}
.main .works .swiper .swiper-slide {
  position: relative;
  width: 50%;
  margin: 0 10px;
}
.main .works .swiper .swiper-slide .number {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 8px;
  font-family: 'RyuminPro-Medium';
  font-size: 24px;
  font-style: italic;
  color: #CCC;
}
.main .works .swiper .swiper-slide .pic {
  display: block;
  margin: 28px 0 20px 0;
  width: 100%;
}
.main .works .swiper .swiper-slide .text {
  text-align: center;
}
.main .works .swiper .swiper-slide .text .text-wrap {
  display: inline-block;
  text-align: left;
  font-size: 10px;
  color: #CCC;
}
.main .works .right-light {
  bottom: -80px;
}
.main .staff {
  position: relative;
  padding: 20px;
  background: url(../images/bg-blue.png) center no-repeat;
  background-size: cover;
}
.main .staff .staff-pic {
  max-width: 70%;
  display: block;
  margin: 0 auto;
}
.main .staff .staff-name {
  font-family: 'RyuminPro-Bold';
  font-size: 24px;
  color: #CCC;
}
.main .news {
  position: relative;
  padding: 20px 20px 40px 20px;
  background: #0a202d;
}
.main .news .section-content {
  text-align: center;
}
.main .news .section-content .news-wrap {
  text-align: left;
}
.main .news .section-content .news-item {
  display: block;
  position: relative;
  border-bottom: 1px solid #113242;
}
.main .news .section-content .news-item a {
  display: block;
  line-height: 1.5;
  padding: 16px 0;
}
.main .news .section-content .news-item span {
  font-size: 10px;
  color: #CCC;
  vertical-align: middle;
}
.main .news .section-content .news-item span.date {
  display: inline-block;
}
.main .news .section-content .news-item span.date-icon {
  display: inline-block;
}
.main .news .section-content .news-item span.ttl {
  width: 90%;
  width: -webkit-calc(100% - 200px);
  width: calc(100% - 200px);
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main .news .section-content .news-item span.news-head {
  margin-top: 0.5em;
  width: 97%;
  width: -webkit-calc(100% - 50px);
  width: calc(100% - 50px);
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main .news .section-content .news-item img {
  vertical-align: middle;
  width: 20px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.main .about {
  position: relative;
  padding: 20px;
  background: #031016;
  text-align: center;
}
.main .about .section-title {
  text-align: left;
}
.main .about .map-pic {
  width: 100%;
  opacity: .5;
}
.main .about .ggmap {
  opacity: .5;
  position: relative;
  padding-bottom: 33%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.main .about .ggmap iframe, .main .about .ggmap object, .main .about .ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main .about .share {
  display: inline-block;
  margin: 10px 0;
  margin-right: 10%;
  height: 36px;
}
.main .about .share .instagram,
.main .about .share .facebook {
  display: inline-block;
  width: 36px;
  height: 36px;
}
.main .about .share .facebook {
  margin-left: 20px;
}
.main .about .share .instagram {
  background: url(../images/s-instagram.png) center no-repeat;
  background-size: contain;
}
.main .about .share .facebook {
  margin-left: 15px;
  background: url(../images/s-facebook.png) center no-repeat;
  background-size: contain;
}
.main .about .about-info {
  display: inline-block;
  text-align: left;
}
.main .about .about-info p span {
  display: inline-block;
  min-width: 100px;
  color: #CCC;
  font-size: 10px;
}

.main .pages {
  padding: 90px 16px 30px;
}
.main .pages .pages-title {
  text-align: center;
}
.main .pages .pages-title .title-text {
  margin-bottom: 10px;
  color: #FFCE00;
  font-family: 'Futura-Medium';
  font-size: 16px;
  letter-spacing: 2.5px;
}
.main .pages .box-news {
  margin-top: 40px;
}
.main .pages .box-news-list {
  margin-top: 40px;
}

.box-news-list .news {
  text-align: center;
  background-color: inherit;
}

/*==================================
    page-news-detail
==================================*/
.posts-meta {
  text-align: center;
  color: #CCC;
  margin: 0 auto;
  max-width: 750px;
}

.main-ttl.posts-ttl {
  font-size: 1.5em;
  margin-bottom: 1rem;
  line-height: 1.25;
}

.posts-date {
  margin-bottom: 1rem;
}

.posts-thumbnail img {
  max-width: 600px;
}

.posts-detail {
  margin: 3rem auto 0;
  line-height: 1.25;
  color: #CCC;
  max-width: 750px;
}

.posts-detail img {
  height: auto;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .main-ttl.posts-ttl {
    font-size: 1em;
  }

  .posts-thumbnail img {
    max-width: 100%;
  }
}
.post-inner {
  font-size: 16px;
}

.post-inner p {
  line-height: 1.8;
  margin-bottom: 1rem;
}

.post-inner {
  line-height: 1.5;
}

.post-inner img {
  max-width: 100%;
}

.post-inner h1 {
  font-weight: bold;
  font-size: 170%;
  margin: 1rem 0;
}

.post-inner h2 {
  font-weight: bold;
  font-size: 150%;
  margin: 1rem 0;
}

.post-inner h3 {
  font-weight: bold;
  font-size: 120%;
  margin: 1rem 0;
}

.post-inner h4 {
  font-weight: bold;
  font-size: 100%;
  margin: 1rem 0;
}

.post-inner h5 {
  font-weight: bold;
  font-size: 80%;
  margin: 1rem 0;
}

.post-inner h6 {
  font-weight: bold;
  font-size: 60%;
  margin: 1rem 0;
}

.post-inner pre {
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.post-inner strong {
  font-weight: bold;
}

.post-inner em {
  font-style: italic;
}

.post-inner blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}

.post-inner .aligncenter {
  display: block;
  margin: 0 auto;
}

.post-inner .alignright {
  float: right;
}

.post-inner .alignleft {
  float: left;
}

.post-inner img[class*="wp-image-"],
.post-inner img[class*="attachment-"] {
  max-width: 100%;
  height: auto;
}

.post-inner .yt {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.post-inner .yt iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .post-inner {
    font-size: 14px;
  }
}
.pagination {
  text-align: center;
  margin: 4rem auto;
  max-width: 700px;
}

.pagination h2.screen-reader-text {
  display: none;
}

.pagination .page-numbers {
  font-size: 1.25em;
  margin: 0 0.25em;
}

.pagination .nav-previous, .pagination .nav-next {
  width: 50%;
  box-sizing: border-box;
}

.pagination .nav-previous {
  float: left;
  text-align: left;
  border-right: 1px solid #000;
}

.pagination .nav-next {
  float: right;
  text-align: right;
}

.pagination .nav-previous span.ttl, .pagination .nav-next span.ttl {
  width: 65%;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: middle;
}

.back {
  text-align: center;
  margin-top: 2rem;
}

.back a {
  border: 1px solid #fff;
  padding: 16px 24px;
}

.footer {
  padding-top: 20px;
  height: 100px;
  background: #1A1A1A;
  text-align: center;
}
.footer .company-name {
  color: #808080;
  font-family: 'RyuminPro-Medium';
  font-size: 20px;
}
.footer .copyright {
  color: #808080;
  font-family: 'YuGo-Medium';
  font-size: 12px;
}

@media (min-width: 992px) {
  .text-justify {
    text-justify: inter-ideograph;
    -moz-text-align-last: justify;
    text-align-last: justify;
    text-align: justify;
    text-justify: distribute-all-lines;
    text-justify: newspaper;
  }

  .header .nav {
    padding: 0 60px;
    width: 100%;
    height: 140px;
    line-height: 140px;
    box-sizing: border-box;
  }
  .header .nav .com-name {
    font-size: 12px;
  }
  .header .nav .nav-list-sp {
    display: none;
  }
  .header .nav .nav-list-pc {
    display: block;
    float: left;
    margin-left: 130px;
  }
  .header .nav .nav-list-pc .item {
    display: inline-block;
    margin-right: 10px;
  }
  .header .nav .nav-list-pc .item a {
    color: #CCC;
    font-family: 'Futura-Medium';
    font-size: 12px;
  }
  .header .nav .nav-list-pc .item a:hover {
    color: #FFF;
  }
  .header .nav .share {
    height: 140px;
    line-height: 160px;
  }
  .header .nav .share .instagram,
  .header .nav .share .facebook,
  .header .nav .share .menu {
    width: 36px;
    height: 36px;
  }
  .header .nav .share .facebook {
    margin-left: 20px;
  }
  .header .nav .share .menu {
    display: none;
  }

  .main .section-title {
    position: absolute;
    top: -25px;
    z-index: 3;
  }
  .main .section-title .line {
    margin: 24px 0;
    width: 290px;
    height: 2px;
    background: #9A860F;
  }
  .main .section-title .left-line {
    float: left;
  }
  .main .section-title .right-line {
    float: right;
  }
  .main .section-title .title-text {
    margin-bottom: 0;
    height: 50px;
    line-height: 50px;
    font-size: 57px;
    font-family: 'Futura-Medium';
    letter-spacing: 10px;
  }
  .main .section-title .title-text-left {
    float: left;
    margin-left: 45px;
  }
  .main .section-title .title-text-right {
    float: right;
    margin-right: 45px;
  }
  .main .section-title-left {
    left: 0;
  }
  .main .section-title-right {
    right: 0;
  }
  .main .concept {
    padding: 80px 80px 110px 80px;
  }
  .main .concept .concept-bg {
    top: -60px;
    width: 520px;
    height: 500px;
  }
  .main .services {
    padding: 80px 80px 110px 80px;
  }
  .main .services .services-bg {
    opacity: .5;
    width: 60%;
    height: 100%;
  }
  .main .services.services-2 {
    padding: 80px 80px 110px 80px;
  }
  .main .services.services-2 .services-bg {
    opacity: .5;
    width: 60%;
    height: 100%;
  }
  .main .works {
    margin-top: 100px;
    padding: 100px 0;
  }
  .main .works .section-title {
    padding-left: 0;
  }
  .main .works .swiper .swiper-container {
    padding-top: 20px;
  }
  .main .works .swiper .swiper-slide {
    margin: 0 40px;
    width: 40%;
  }
  .main .works .swiper .swiper-slide .number {
    top: -75px;
    font-size: 90px;
  }
  .main .works .swiper .swiper-slide .text {
    text-align: center;
  }
  .main .works .swiper .swiper-slide .text .text-wrap {
    letter-spacing: 1.2px;
    font-size: 15.6px;
    line-height: 28px;
  }
  .main .staff {
    padding: 90px 0 70px 0;
  }
  .main .staff .staff-pic {
    position: absolute;
    top: -80px;
    left: 320px;
    width: 366px;
    height: 520px;
  }
  .main .staff .section-content {
    width: 540px;
    margin: 0 auto;
  }
  .main .staff .section-content .staff-name {
    margin-left: 110px;
    font-size: 28px;
  }
  .main .staff .section-content p {
    line-height: 31px;
    font-size: 15.6px;
    text-shadow: 3px 3px 3px #000, -3px 3px 3px #000, 3px -3px 3px #000, -3px -3px 3px #000;
  }
  .main .news {
    padding: 90px 0;
  }
  .main .news .section-content .news-wrap {
    margin: 0 100px;
  }
  .main .news .section-content .news-item span {
    font-size: 18px;
  }
  .main .news .section-content .news-item img {
    vertical-align: middle;
    width: 30px;
  }
  .main .about {
    padding: 0;
  }
  .main .about .about-content {
    display: inline-block;
    width: 540px;
    height: 420px;
  }
  .main .about .about-content .share {
    display: block;
    margin: 200px 90px 0 0;
    float: left;
  }
  .main .about .about-content .about-info {
    display: block;
   
    float: right;
  }
  .main .about .about-content .about-info p > span {
    line-height: 50px;
    font-size: 16px;
  }

  .footer {
    padding-top: 60px;
    height: 180px;
  }
  .footer .company-name {
    margin-bottom: 10px;
    font-size: 21px;
    letter-spacing: 3px;
  }

  .main .pages {
    padding: 90px 16px 30px;
  }
  .main .pages .pages-title {
    text-align: center;
  }
  .main .pages .pages-title .title-text {
    color: #FFCE00;
    margin-bottom: 0;
    height: 50px;
    line-height: 50px;
    font-size: 57px;
    font-family: 'Futura-Medium';
    letter-spacing: 10px;
  }
  .main .pages .box-news {
    margin-top: 40px;
  }
  .main .pages .box-news-list {
    margin-top: 40px;
  }
}
@media (min-width: 1200px) {
  .header .nav {
    height: 140px;
    line-height: 140px;
  }
  .header .nav .com-name {
    font-size: 14px;
  }
  .header .nav .nav-list-pc {
    margin-left: 60px;
  }
  .header .nav .nav-list-pc .item {
    margin-right: 20px;
  }
  .header .nav .nav-list-pc .item a {
    font-size: 14px;
  }

  .main .left-light {
    top: -120px;
    left: 50px;
    width: 300px;
    height: 300px;
  }
  .main .right-light {
    bottom: 110px;
    width: 300px;
    height: 300px;
  }
  .main .right-light .light-box .light-bg {
    right: -2px;
  }
  .main .concept .concept-bg {
    top: -100px;
    height: 550px;
  }
  .main .concept .section-content {
    width: 1000px;
  }
  .main .concept .section-content p {
    line-height: 32px;
    font-size: 15px;
  }
  .main .services .section-content {
    margin-top: 100px;
    margin-left: 240px;
    width: 770px;
  }
  .main .services .section-content p {
    line-height: 28px;
    font-size: 15px;
  }
  .main .works {
    padding-bottom: 190px;
  }
  .main .works .right-light {
    bottom: -150px;
  }
  .main .staff .section-content {
    margin-left: 610px;
  }
  .main .news {
    padding: 130px 0 190px 0;
  }
  .main .news .left-light {
    top: -108px;
    left: -50px;
  }
}
@media (min-width: 1300px) {
  .header .nav {
    height: 140px;
    line-height: 140px;
  }
  .header .nav .com-name {
    font-size: 21px;
  }
  .header .nav .nav-list-pc {
    margin-left: 130px;
  }
  .header .nav .nav-list-pc .item {
    margin-right: 50px;
  }
  .header .nav .nav-list-pc .item a {
    font-size: 16px;
  }

  .main .concept .concept-bg {
    top: -115px;
  }
  .main .services .section-content {
    margin-left: 440px;
  }
}

/*# sourceMappingURL=index.css.map */
