@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap');
body {
  overflow-x: hidden;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue",'Noto Sans JP', sans-serif, "Segeo UI", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  background:#edebeb !important;
  color:rgba(0, 0, 0, 0.7);
}
.bg-light {
  background-color: #edebeb !important;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #eb7a77;
}
.text-number {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 400;
}
p {
  font-size: 14px;
  line-height: 1.75;
}
p.large {
  font-size: 16px;
}
a,
a:hover,
a:focus,
a:active,
a .active {
  outline: none;
}
a {
  color: #eb7a77;
  text-decoration: none;
}
a:hover,
a:focus,
a:active,
a .active {
  color: #eb7a77;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue","Noto Sans Japanese", "Segeo UI", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
}
.navbar{
    /*margin-left:30px;
    margin-right:30px;*/
}
.navbar-custom {
  border-color: #fff;
  margin-left:20px;
  margin-right:20px;
}

.navbar-custom .navbar-brand img{
  filter: invert(50%);
  margin-top:-3px;
  height:30px;
}
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus,
.navbar-custom .navbar-brand:active,
.navbar-custom .navbar-brand.active {
  color: #eb7a77;/**/
}
.navbar-custom .navbar-collapse {
  border-color: rgba(255, 255, 255, 0.02);
  padding-top:7px;
}

.navbar-custom .navbar-toggle {
  background-color: #f1f1f1;/*#fed136;*/
  border-color: #f1f1f1;/*#fed136;*/
  color: white;

}
.navbar-custom .navbar-nav li a:hover,
.navbar-custom .navbar-nav li a:focus {
  font-weight:400;
  color: #eb7a77;
}
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
  background-color: #f1f1f1;
  color:#eb7a77;
}
.navbar-custom  ul {
  margin-top:-5px;
  font-size:0.9em;
}
.navbar-custom  li {
  padding-left:20px;
}
.navbar-custom .navbar-nav li a {
  letter-spacing: 2px;
  color: #666;/**/
  line-height:5px;
  outline: none;
}
.navbar-custom .navbar-nav > .active a {
  border-radius: 0;
  color: #eb7a77;
  background-color: inherit;
  border:solid 1px #eb7a77;
  padding:10px;
}
.navbar-custom .navbar-nav > .active a:hover, 
 .navbar-custom .navbar-nav > .active a:focus {
 border-radius: 0;
  color: #fff;
  background-color: #eb7a77;
  border:solid 1px #eb7a77;
  padding:10px;
}
/*.navbar-custom .navbar-nav > .active  a:hover,
.navbar-custom .navbar-nav > .active  a:focus {
  color: white;
  background-color: #eb7a77;
}*/
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: inherit;
  border: 0px solid transparent;
  border-radius: 0.0rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}
.navbar-header img {
  height:30px;
  
}

@media (max-width: 767px) {
  .navbar-custom .navbar-nav {
    background-color: #333;
    padding:10px 0px 10px;
    margin-left: -15px;
    text-align:center;
    line-height: 50px;
  }
  .navbar-custom .navbar-nav li a{
    font-size: 16px;
    color:#fff;
    letter-spacing: 2px;
    font-weight: 400;
  }
  .navbar-custom .navbar-nav .active a {
    border-radius: 0;
    color: #eb7a77;
    border:solid 0px #eb7a77; 
  }
  .navbar-custom .navbar-nav .active  a:hover,
  .navbar-custom .navbar-nav .active  a:focus {
    background:#333;
    color: #eb7a77;
    background-color: none;
    border:solid 0px #eb7a77;
    padding:10px;
  }
  .navbar-custom .navbar-toggle:hover,
  .navbar-custom .navbar-toggle:focus {
    color: #eb7a77;
    background:inherit;
  }
  .navbar-custom {
    margin-left:0px;
    margin-right:0px;
  }
  .navbar-custom .navbar-collapse{
    margin-left:-30px;
    margin-right:-30px;
  }

}
.navbar .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border: none;
  padding: 0px;
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  position: relative;
}
.navbar .navbar-toggler-icon {
  background-image:none;
  background-color: #444;
  width: 30px;
  height: 2px;
  display: block;
  position: absolute;
  transition: ease .5s;
}
.navbar-toggler-icon:nth-of-type(1) {top:5px;}
.navbar-toggler-icon:nth-of-type(2) {top:14px;}
.navbar-toggler-icon:nth-of-type(3) {top:23px;}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(1) {
  top:13px;
  transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(2) {
  opacity: 0;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(3) {
  top:13px;
  transform: rotate(-45deg);
}
@media (max-width:767px) { 
  .navbar-brand {
    display: block;
     margin-left: auto;
     margin-right: auto;
  }
  .navbar-brand img{
    margin-left:60px;
  }
}

header {
  background:rgba(235, 122, 119, 0.5);
  text-align: center;
  margin-left:30px;
  margin-right:30px; 
}
header #vegas {
  width: 100vw;
  height: 100vh;
}
header .intro {
  color:white;
  padding-top: 60px;
  padding-bottom: 40px;
}
header .intro .intro-lead-in {
  font-size: 36px;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  text-shadow: 0 2px 2px #666;
}
header img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
header img{
  filter: invert(5%) opacity(80%);;
  margin-top:-3px;
  height:30px;
  filter: drop-shadow(3px 3px 5px #666);
}
@media (max-width:767px) { 
  header {
    background:rgba(235, 122, 119, 0.5);
    text-align: center;
    color:white;
    margin-left:0px;
    margin-right:0px;
  }
  header img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom:20px;
    width:30%;
  }
  header .intro .intro-lead-in {
    font-size: 28px;
    margin-bottom: 10px;
  }
  header .intro {
    padding-top: 30px;
    padding-bottom: 10px;
    font-size:18px;
  }
}

section {
  padding: 50px 0 40px;
  margin-left:30px;
  margin-right:30px;
  background-color: #fff;
}
@media (max-width:767px) { 
  section {
    padding: 50px 0;
    margin-left:0px;
    margin-right:0px;
  }
}

section#top {
  background-color:inherit;
  margin-top: 30px;
  margin-bottom: 50px;
}
section#top p{
  text-align: center;
  letter-spacing: 2px;
  font-size: 1.0em;
  line-height: 30px
}
section#top .topinfo {
  margin-top:30px;
  font-size:13px;
  border:2px solid #eb7a77;
  padding:15px 20px;
  letter-spacing: 1px;
}
@media (max-width:767px) { 
  section#top {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

/* section-heading*/
.section-heading h2{
  color: #e1e1e1;
  font-size: 30px;
  display: inline-block;
  padding: 0 55px;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 500;
  letter-spacing: 5px;
  position: relative;
}
.section-heading .small{
  color:#e1e1e1;
  margin-top:-10px;
  font-size:13px;
  font-weight: 300;
  letter-spacing: 1px;
}
.section-heading .section-heading-lead{
  color:#e1e1e1;
  font-size:13px;
  line-height: 22px;
  letter-spacing: 2px;
  margin-top:10px;
}
.section-heading .section-heading-icon {
  color:#e1e1e1;
  font-size:12px;
  margin-top:5px;
}
.section-heading h2:before, .section-heading h2:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: #fff;
}
.section-heading h2:before {
  left:0;
}
.section-heading h2:after {
  right: 0;
}
.section-heading h2{
  text-shadow: 0 2px 2px #666;
}

@media (max-width:767px) { 
  .section-heading h2{
   font-size: 20px;
  }
  .section-heading .section-heading-lead{
    text-align: center;
    font-size:12px;
    line-height:18px;
    padding-bottom:20px;
  }
  .section-heading h2{
    letter-spacing: 2px;
  }
}
@media (max-width:1199px) {
  .section-heading .section-heading-lead{
    text-align: center;
    font-size:12px;
    line-height:18px;
    padding:0 20px 20px;
  }
  .section-heading h2{
    letter-spacing: 2px;
  }
}

/* services */
.section-heading-service{
  background: url(../img/apple-1867752_1920.jpg) no-repeat fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position-x:0px;
  background-position-y:0px;
}
.section-heading-service{
  position: relative;
  z-index: 0;
}
.section-heading-service::before{
  content: '';
  position: absolute;
  top:0;
  width: 100%;
  height: 100%;
  background: inherit;
  filter: brightness(50%);
  z-index: -1;
}
.service-mo .jumbotron {
  background-image: url("../img/apple-1867752_1920.jpg");
  background-size: cover;
  border-radius: 0.0rem;
  background-color: inherit;
  padding: 2rem 1rem;
  margin-bottom: 0rem;
  margin-left:15px;
  margin-right:15px;
}
.service-mo .section-heading-text{
  padding-top:15px;
}

.service-mo .jumbotron{
  position: relative;
  z-index: 0;
}
.service-mo .jumbotron::before{
  content: '';
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  background: inherit;
  filter: brightness(50%);
  z-index: -1;
}
@media (max-width:767px) {
 .service-mo .jumbotron {
  margin-left:-15px;
  margin-right:-15px;
 }
}

section#services {
  background-color: #fff;
  margin-top:0;
}
section#services span {
  color: #eb7a77;
}
section#services li {
  list-style-type: none;
}
section#services .section-contents {
  font-size:16px;
  font-weight:200;
  line-height:30px;
  color:#777;
}
section#service .portforlio-contents {
  font-size:14px;
  font-weight:400;
  padding:20px;
  letter-spacing:2px;
  line-height:26px;
}
section#service .service-icon {
  padding:15px 0px 5px 0px;
  color: #eb7a77;
}
section#service .service-caption {
  margin: 0 auto;
  background-color: inherit;
  text-align: center;
  padding: 30px 15px 20px;
}
section#service .service-caption h4 {
  text-transform: none;
  margin: 0;
  font-weight:200;
  font-size: 22px;
}

/* works */
.section-heading-works{
  background: url(../img/macbook-606763_1920.jpg) no-repeat fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position-x:0%;
  background-position-y:0%;
}
.section-heading-works{
  position: relative;
  z-index: 0;
}
.section-heading-works::before{
  content: '';
  position: absolute;
  top:0;
  width: 100%;
  height: 100%;
  background: inherit;
  filter: brightness(50%);
  z-index: -1;
}
.works-mo .jumbotron {
  background-image: url("../img/macbook-606763_1920.jpg");
  background-size: cover;
  border-radius: 0.0rem;
  background-color: inherit;
  padding: 2rem 1rem;
  margin-bottom: 0rem;
  margin-left:15px;
  margin-right:15px;
}
.works-mo .section-heading-text{
  padding-top:15px;
}

.works-mo .jumbotron{
  position: relative;
  z-index: 0;
}
.works-mo .jumbotron::before{
  content: '';
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  background: inherit;
  filter: brightness(50%);
  z-index: -1;
}
@media (max-width:767px) {
 .works-mo .jumbotron {
  margin-left:-15px;
  margin-right:-15px;
 }
}
@media (max-width:767px) { 
  .section-heading-works{
    padding:20px 20px 0;
    margin-left:0px;
    margin-right:0px;
    /*height:180px;*/
  } 
  section#works .card {
    margin-bottom:15px;
  }
  section#works .card-columns{
    margin-left:15px;
    margin-right:15px;
  }
  section#works .card p {
    font-size:12px;
    line-height: 16px;
  }
  section#works .card .card-title {
    margin-top:-10px;
  }
  section#works .card .others {
  }  
}
@media (max-width:576px) {
 section#works .card p {
    font-size:1rem;
    line-height: 20px;
  }
  section#works .card .card-title {
    margin-top:20px;
  }
  section#works .card .others {
  }  
}

section#works {
    background-color: #fff;
}
section#works .card .others {
  position: absolute;
  top: 45%;
  margin-top: -0.5em;
  text-align: center;
}
section#works .card img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top:0px;
  margin-bottom:0px;
  border-radius: 0rem;
  filter: grayscale(100%) brightness(90%) opacity(70%);
}
section#works .card:hover img {
  filter: grayscale(0) brightness(70%) opacity(70%);
}
section#works .card:hover p{
  color:#f8f9fa;
  text-shadow: 0 2px 2px #666;
}
section#works .card {
  background-color: #f8f9fa;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0rem;
  color:#fff;
  text-shadow: 0 2px 2px #666;
  padding:15px;

}
section#works .card-footer {
  background-color: #f8f9fa;
  border-top: 0px dotted #eb7a77;
  margin:0 20px;
  padding:10px 0px;
}
section#works .badge {
 font-weight: 400;
 font-size: 10px;
 padding:5px;
 background-color: #444;
}

/* news&information*/
.section-heading-information{
  background: url(../img/hand-1076597_1920.jpg) no-repeat fixed;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position-x:50%;
  background-position-y:50%;
}
.section-heading-information{
  position: relative;
  z-index: 0;
}
.section-heading-information::before{
  content: '';
  position: absolute;
  top:0;
  width: 100%;
  height: 100%;
  background: inherit;
  filter: brightness(50%);
  z-index: -1;
}
.information-mo .jumbotron {
  background-image: url("../img/hand-1076597_1920.jpg");
  background-size: cover;
  border-radius: 0.0rem;
  background-color: inherit;
  padding: 2rem 1rem;
  margin-bottom: 0rem;
  margin-left:15px;
  margin-right:15px;
}
.information-mo .section-heading-text{
  padding-top:15px;
}

.information-mo .jumbotron{
  position: relative;
  z-index: 0;
}
.information-mo .jumbotron::before{
  content: '';
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  background: inherit;
  filter: brightness(50%);
  z-index: -1;
}
@media (max-width:767px) {
 .information-mo .jumbotron {
  margin-left:-15px;
  margin-right:-15px;
 }
}
@media (max-width:767px) { 
  .section-heading-information{
    padding:20px 20px 0;
    margin-left:0px;
    margin-right:0px;
    /*height:180px;*/
  } 


@media (max-width:767px) { 
.section-heading-information{
    padding:20px 20px 0;
    margin-left:0px;
    margin-right:0px;
    /*height:180px;*/
  } 
 }
}
section#information ul {
  list-style-type: none;
  margin-bottom: -50px;
}
section#information li {
  background-color: inherit;
  width: 90%;
  vertical-align:top;
  list-style-type: none;
}
section#information li p{
}
section#information .subheading{
  font-size:16px;
  font-weight: 600;
  padding-bottom: 15px;
}
section#information .date{
  font-size:20px;
  font-weight: 600;
}
section#information .infomation-contents {
  font-weight: 300;
}
section#information .infomation-date {
  /*text-align: right;
  padding-right: 40px;*/
  width:20%;
  font-weight: 800;
}
@media screen and (max-width:480px) { 
  section#information li {
    background-color: inherit;
    width: 100%;
    vertical-align:top;
    /*text-align: center;*/
    padding-right: 0px;
    list-style: none;
  } 
  section#information .infomation-date {
    text-align: left;
    padding-right: 0px;
  }
}

/**/

section#contact{
   background-color:inherit;
   margin-bottom:-70px;
  background-color: #fff;
}
section#contact .jumbotron {
  /*background-image: url("../img/contact.jpg");*/
  /*background-size: cover;
  background-position: center 30%;*/
  /*height:220px;*/
  border-radius: 0.0rem;
  background-color: #222;
}
section#contact p {
  color:#fff;
  font-size:16px;
  line-height: 24px;
  letter-spacing: 2px;
  margin-bottom: 40px;
  margin-top: -20px;
  font-weight:300;
}
section#contact .link-point{
  border:2px solid #33a6b8;
  background-color:#33a6b8; 
  padding:30px 50px 20px;
}
section#contact .link-point a{
  text-decoration:none;
  color:#fff;
  font-size:25px;
  text-align:center;
  font-weight:300;
}
section#contact .link-point a:hover{
  font-weight:500;
}

/* about */
.about-title .jumbotron {
  background-image: url("../img/startup-593341_1920.jpg");
  background-size: cover;
  border-radius: 0.0rem;
  background-color: inherit;
  padding: 2rem 1rem;
  margin-bottom: 0rem;
  margin-left:15px;
  margin-right:15px;
}
.about-title .section-heading-text{
  padding-top:15px;
}
.about-title .jumbotron{
  position: relative;
  z-index: 0;
}
.about-title .jumbotron::before{
  content: '';
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  background: inherit;
  filter: brightness(50%);
  z-index: -1;
}
@media (max-width:767px) {
 .about-title .jumbotron {
  margin-left:-15px;
  margin-right:-15px;
 }
}
section#about ul {
  list-style-type: none;
  margin-left:-40px;
  line-height: 20px;
  margin-bottom:3px;
}
section#about dl{
  display:flex;
  flex-wrap: wrap;
  border: 1px solid #ccc;
  border-top: none;
  border-left: none;
  border-right: none;
  font-size: 0.8em;
  letter-spacing: 1px;  
}
section#about dt{
  width: 30%;
  padding: 15px;
  border-top: 1px solid #ccc; 
  font-weight: 400;
}
section#about dd{
  padding: 15px;
  margin: 0;
  border-top: 1px solid #ccc; 
  width: 70%;
  background: #fff;
}
@media (max-width:992px) { 
  .header-about {
    padding: 0px 0 0px;
    margin-left:0px;
    margin-right:0px;
  }
  section#about dl .top{
  border: 0px solid #ccc;
  margin-top:-15px;
  }
  section#about dt .top{
  border-top: 0px solid #ccc; 
  }
  section#about dd .top{
  border-top: 0px solid #ccc; 
  }
}

/* privacy */
section#privacy {
  background-color: #fff;
  padding:60px 15px 10px;
  font-size: 14px;
  letter-spacing: 2px;
}
section#privacy .section-heading h3{
  font-size:20px;
  font-weight:400;
  margin-top:-20px;
  margin-bottom:20px;
}
section#privacy .section-heading span{
  font-size:20px;
  padding:10px 20px;
  border:1px solid;
}
.privacy-title .jumbotron {
  background-image: url("../img/door2.jpg");
  background-size: cover;
  border-radius: 0.0rem;
  background-color: inherit;
  padding: 2rem 1rem;
  margin-bottom: 0rem;
  margin-left:15px;
  margin-right:15px;
}
.privacy-title .section-heading-text{
  padding-top:15px;
}

.privacy-title .jumbotron{
  position: relative;
  z-index: 0;
}
.privacy-title .jumbotron::before{
  content: '';
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  background: inherit;
  filter: brightness(50%);
  z-index: -1;
}
@media (max-width:767px) {
 .privacy-title .jumbotron {
  margin-left:-15px;
  margin-right:-15px;
 }
}
@media (max-width:767px) { 
  section#privacy {
    letter-spacing: 1px;
  }
  .header-privacy {
    padding: 0px 0 0px;
    margin-left:0px;
    margin-right:0px;
}
  section#privacy .section-heading span{
    font-size:16px;
    padding:6px 10px;
    border:1px solid;
}
  section#privacy .section-heading h3{
    font-size:16px;
    font-weight:400;
    margin-top:-20px;
    margin-bottom:20px;
  }
}
/* footer */
footer {
  margin-top:15px;
  margin-bottom:15px;
  text-align: center;
}
footer ul.footermenu a{
  line-height: 20px;
  letter-spacing: 2px;
  text-decoration:none;
  padding-right:10px;
  font-size:12px;
  color:rgba(0, 0, 0, 0.9);
}
footer ul.footermenu a:hover{
  color:#eb7a77;
}
footer .active{
  color:#eb7a77;
}
@media (max-width:767px) { 
  footer{
   margin-top:0px;
  }
}
.credit{
  height:50px;
  margin-bottom:5px;
  text-align:center;
  font-size: 12px;
  background-color:inherit;
  padding-top:10px;
}
@media (max-width:767px) { 
  .credit{
  padding-top:5px;
  height:30px;
  }
}
/**/
a:focus,
a:active,
a:hover {
  outline: none;
}
.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
  outline: none;
}
button:focus,
button:active,
button.active,
button:active:focus {
  outline: none;
}

::-moz-selection {
  text-shadow: none;
  background: #eab3b2;
}
::selection {
  text-shadow: none;
  background: #eab3b2;
}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}
body {
  webkit-tap-highlight-color: #eab3b2;
}
/* Back to top button */
.pagetop {
  position: fixed;
  display: none;
  background: #eb7a77;
  line-height: 1;
  color: #fff;
  padding: 7px 12px 13px 12px;
  font-size: 16px;
  border-radius: 2px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 3000;
  margin-right:15px;
  opacity: 0.7;
}

@media (max-width: 768px) {
  .pagetop {
    bottom: 15px;
    margin-right:-15px;
  }
}
.pagetop:focus {
  background: #dd7271;
  color: #fff;
  outline: none;
}
.pagetop:hover {
  background: #dd7271;
  color: #fff;
}

/**/

