/*------------------------------------*\
	COMMONS CLASSES
\*------------------------------------*/

body{
  font-family: 'Noto Sans JP', sans-serif!important;  
}



h1, h2, h3, h4, h5, h6
{
    font-family: 'Noto Sans JP', sans-serif!important; 
}


h1, h2, h3, h4, h5, h6
{
    margin-bottom: 1.1em;
}


.title{
height: 15vh;
	
}

@media (max-width: 414px) {
.title{
  height: 25vh;
}
}

.sp-on{
  display: none;
}
@media (max-width: 414px) {
.sp-on{
  display: block;
}
}
.sp-off{
  display: block;
}
@media (max-width: 414px) {
.sp-off{
  display: none;
}
}
h1 {
  left: 50%;
  transform: translateX(-50%);
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0;
}



.title-line {
  display: block;
  top: 0;
  left: 0;
  position: absolute;
  -webkit-text-stroke: 5px #FFF;
  text-stroke: 5px #FFF;
  width: 100%;
  font-size: 72px;
  z-index: -1;
}


@media (max-width: 768px) {
.title-line{
    font-size: 52px;
}
}

@media (max-width: 414px) {
.title-line{
    font-size: 44px;
}
}

.btn-w-box{
max-width: 300px; 
    margin: 0 auto;
}

.btn{
 border-radius: 10px;   
}

.shyousai{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}


@media (max-width: 414px) {
.shyousai{
    position: relative;
    top: 42%;
    transform: translateY(-50%);
}
}

.k-inner p{
    color: #000!important;
}

.bg-brand-color{
    background-color: #000;
    padding: 20px 0;
}

.bg-brand-color02{
    background-color: #000;
    padding: 20px 0;
    margin-top: 0;
}


@media (max-width: 414px) {
.bg-brand-color{
margin-top: 0;
}
}


.bg-brand-color03{
    background-color: #000;
    padding: 20px 0;
}


@media (max-width: 414px) {
.bg-brand-color03{
margin-top: 0;
    padding: 40px 0 25px;
}
}


/*access*/

/*.row_access {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
 
}*/

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
}




.map {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 63.6363%!important;
}


.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.p-0 {
    padding: 0!important;
}
.rounded-0 {
    border-radius: 0!important;
}

.btn-group-lg>.btn, .btn-lg {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.btn-outline-danger {
 
    background-color: #F8F9FA!important;
    background-image: none;
    border-color: #000000;
	color: #000000!important;
}
.text-danger {
    color: #000000!important;
}


@media (min-width: 768px)
.ml-md-2, .mx-md-2 {
    margin-left: 0.5rem!important;
}
@media (min-width: 768px)
.mr-md-2, .mx-md-2 {
    margin-right: 0.5rem!important;
}
@media (min-width: 768px)
.mb-md-0, .my-md-0 {
    margin-bottom: 0!important;
}
.mb-3, .my-3 {
    margin-bottom: 1rem!important;
}

.mb {
    margin-bottom: 71px!important;
}

.mb02 {
    margin-bottom: 60px!important;
}



.bg-white {
    background-color: #fff!important;
}
.btn-group-lg>.btn, .btn-lg {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

@media (max-width: 414px){
.btn-group-lg>.btn, .btn-lg {
    padding: 0.5rem 1rem ;
	margin-bottom: 30px!important;
}
}


@media (min-width: 768px) {
  .p-md-3 {
    padding: 1rem !important;
  }
}
.kaijo-txt-02 {
  font-size: 14px !important;
  letter-spacing: -1px;
  padding-left: 1rem !important;
  margin-top: -20px;
}
@media (max-width: 414px) {
  .kaijo-txt-02 {
    font-size: 12px !important;
    letter-spacing: -1px;
    padding-left: 0 !important;
  }
}



.card-img-top {
    width: 100%;
}
 

img {
    vertical-align: middle;
    border-style: none;
}

.card-text {
height: 200px;	
}


@media (max-width: 414px){
.card-text{
padding: 10px!important;
height:120px;
}
}



.card-p {
    padding: 1rem 1rem 3rem 1rem!important;
}
.card-body {
    background-color: #F8F9FA!important;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;

}

.tani{
	margin-bottom: 50px;
}





/*access end*/


.list_last{
    margin-bottom: 60px;
}


@media (max-width: 414px) {
.news_02{
margin-bottom: 40px;
}
}



.k-title{
    font-weight: bold;
}



.k-sub{
    font-weight: 300;
    margin-top: -10px;
    line-height: 1.5;
}


.active_menu {
    pointer-events: none;
    background: #FFF;
    color: #000!important;
    
}



.td_03{
	font-weight: 600!important;
	font-size: 19px;

	color: #00b0f0;
	line-height: 1.2!important;
/*	background-color: #000;
	border-radius: 5px*/
}


@media (max-width: 414px) {
.td_03{
	font-weight: 500!important;
	font-size: 14px;
	line-height: 1.2!important;
	display: inline-block;
	margin-top: 5px;
}
}

.td_05{
	font-weight: 500;
}
@media (max-width: 414px) {
.td_05{
	font-weight: 500 !important;
        font-size: 12px;
        letter-spacing: -1.5px;
        line-height: 1.2!important;
    }
}


.koushi_c_01{
	line-height: 1.2;
	font-size: 13px;
	display: inline-block;
}

@media (max-width: 414px) {
.koushi_c{
	line-height: 1.2;
	font-size: 12px;
	display: inline-block;
	padding-top: 10px;
}
}



.nittei{
	font-size: 26px;
	font-weight: 500;
	color:#000;
}

.heading{
	
	color:#000;
}

.kaiki{
	
	color: #00b0f0; 
	font-weight: 200;
	background-color: #000;
    padding: 20px 0;
}


@media (max-width: 414px) {
.nittei{
	font-size: 20px;
	font-weight: 500;
}
}



.kaijou{
	font-size: 20px;
}



@media (max-width: 414px) {
.kaijou{
	font-size: 18px;
}
}





.tani{
	line-height: 1.5;
}



.marker {
  display: inline-block;
  position: relative;
  font-weight: 600;
  color: #000;
  text-shadow: 1px 1px 0 #FFF,
	  -1px -1px 0 #FFF,
  -1px 1px 0 #FFF,
	  1px -1px 0 #FFF,
  1px 0 0 #FFF,
	  -1px  0 0 #FFF,
  0 1px 0 #FFF, 
	  0 -1px 0 #FFF;  
	margin-bottom: 5px;
	
}

.marker::after {
  content: "";
  width: 100%;
  height: 30px;
  position: absolute;
  display: block;
  top: -2px;
  background: linear-gradient(rgba(255, 255, 255, 0) 50%, #4B4B4B 99%);
}



.marker02 {
  display: inline-block;
  position: relative;
  font-weight: 600;
  color: #000;
  text-shadow: 1px 1px 0 #FFF,
	  -1px -1px 0 #FFF,
  -1px 1px 0 #FFF,
	  1px -1px 0 #FFF,
  1px 0 0 #FFF,
	  -1px  0 0 #FFF,
  0 1px 0 #FFF, 
	  0 -1px 0 #FFF;  
	margin-bottom: 5px;
	
}

.marker02::after {
  content: "";
  width: 100%;
  height: 30px;
  position: absolute;
  display: block;
  top: -2px;
  background: linear-gradient(rgba(255, 255, 255, 0) 50%, #00b0f0 99%);
}



.border_b{
width: 100%;
border-bottom: solid 1px #000;
	
}

.border_b:nth-of-type(3){
width: 100%;
border-bottom: none;
	
}


.features,
.blog,
.gallery,
.clients,
.prefooter .container-fluid
{
    padding-top: 3.3em;
    padding-bottom: 4.2em;
}




@media (max-width: 414px) {
.features,
.blog,
.gallery,
.clients,
.prefooter .container-fluid
{
   margin-top: -50px!important;
     padding-bottom:50px;
}
}









span.typcn::before, i.typcn::before
{
    font-size: 2em;
}

span.x2:before, i.x2:before
{
    font-size: 3.4em;
}

span.x3:before, i.x3:before
{
    font-size: 4.4em;
}

span.x4:before, i.x4:before
{
    font-size: 6em;
}


/*------------------------------------*\
	HEADER
\*------------------------------------*/

header .container-fluid
{
    background-image:url("images/main_v.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 700px;
    padding-top: 36px;
}

@media (max-width: 414px) {
header .container-fluid{
    font-size: 44px;
	background-image:url("images/main_v_sp.jpg");
}
}

.hamburger
{
    font-size: 36px;
    color: #00b0f0;
}

.hamburger:hover
{
  color: #FFF;
  cursor: pointer;
}


.logo
{
    background: none;
    border: 0px;
}

.jumbotron
{
    background: none;
    text-align: center;
}

.jumbotron h1,
.jumbotron h2,
.jumbotron h3,
.jumbotron h4,
.jumbotron h5,
.jumbotron h6,
.jumbotron small
{
    color: #FFFFFF;
}


.jumbotron p
{
    color: #FFFFFF;
    margin-bottom: 5%;
}


/*------------------------------------*\
	SECTIONS
\*------------------------------------*/

.number .container-fluid
{
    background-image: url("images/img03.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.opaline
{
    background-color:#000;
}

.opaline h1,
.opaline h2,
.opaline h3,
.opaline h4,
.opaline h5,
.opaline h6,
.opaline p
{
    color: #FFFFFF;
}

.opaline .boxes
{
    margin-top: 30px;
    padding-top: 20px;
    padding-bottom: 5px;
    border: 1px solid #FFF;
}



.opaline02
{
    background-color:#000;
    height: 500px;
}

@media (max-width: 414px) {
.opaline02
{
    height: 300px;
}


}







.opaline02 h1,
.opaline02 h2,
.opaline02 h3,
.opaline02 h4,
.opaline02 h5,
.opaline02 h6,
.opaline02 p
{
    color: #FFFFFF;
}

.opaline02 .boxes
{
    margin-top: 30px;
    padding-top: 20px;
    padding-bottom: 5px;
    border: 1px solid #FFF;
}














.story .container-fluid
{
    background-image: url('https://unsplash.it/3000/2000?image=531');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.gallery
{
    background-color: #dddddd;
}

.prefooter .container-fluid
{
    background: linear-gradient(
      rgba(33, 37, 43, 0.6),
      rgba(33, 37, 43, 0.6)
    ),

    url("images/img04.jpg") center right;
}

.prefooter h1,
.prefooter h2,
.prefooter h3,
.prefooter h4,
.prefooter h5,
.prefooter h6,
.prefooter p
{
    color: #FFFFFF;
}

/*------------------------------------*\
	FOOTER
\*------------------------------------*/

footer
{
    background-color: #000000;
    padding-top: 2em;
    padding-bottom: 1.2em;
}

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6,
footer p
{
    color: #FFFFFF;
}

.social
{
    padding-top: 50px;
}
