html, body {
    /*font-family: 'Ubuntu', sans-serif;*/
	font-family: 'Open Sans', sans-serif !important;
}

.fullbody {
    position: relative;
}

.fullbody_navbar {
    /* position: absolute; */
    width: 100%;
    transition: top .4s;
}

.navbar {
    border-bottom: 0px solid #dddddd;
    background: #fff;
	box-shadow: 0 0px 0px #acacac;
    /* background: linear-gradient(0deg, rgba(0, 36, 34, 0) 0%, rgba(3, 35, 47, 0.27494747899159666) 50%, rgba(0, 0, 0, 0.31976540616246496) 100%); */
}

.navbar-burger span {
    color: #333;
}
.title {
font-weight: 500;
}


a.navbar-item:hover {
    border-bottom: 1px solid red;
    margin-bottom: -1px;
    background: transparent;
    color: black !important;
    transition: top 0.4s;
}

.navbar-item, .navbar-link {
    padding: 1.3rem 1.25rem;
}

.navbar-link {
    background-color: transparent;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
}

.navbar-link.is-active, .navbar-link:focus, .navbar-link:focus-within, .navbar-link:hover, a.navbar-item.is-active, a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover {
    background-color: transparent;
    color: #23486d;
    text-transform: none;
}

.slider_section {
    position: relative;
	
}

.item-container {
    position: relative;
}

.slider-container {
    height: 460px;
}

.item-text h4, .item-text p {
    color: white;
}

.item-text {
    z-index: 9;
    position: absolute;
    /* left: 10%; */
    top: 50%;
    padding: 30px;
    min-width: 40%;
    /* background: url(../images/repeat_bg_50.png); */
    text-align: center;
    margin: 0 auto !important;
    width: 100%;
}

.item-text h4.title {
    text-shadow: -1px -1px 10px black;
}

.item-text p.subtitle {
    text-shadow: -1px -1px 10px black;
}

.hero .nav, .hero.is-success .nav {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.hero .subtitle {
    padding: 3rem 0;
    line-height: 1.5;
}

/** Feature Carousel */
.carousel-container {
    position: relative;
    width: 100%;
    display: block;
    clear: both;
    min-height: 500px;
}

.carousel-main {
    width: 100%;
    position: relative;
    /*margin-bottom: 0.5em;*/
    font-size: 12px;
  /*  font-family: Arial;*/
}

.carousel-feature {
    position: absolute;
    cursor: pointer;
    top: -1000px;
    left: -1000px;
    text-align: center;
    box-shadow: 0 0 15px 3px rgba(0, 0, 0, .1);
    background-color: #ffffff;
}

.carousel-image {
    border: 0;
    display: block;
}

h4.carousel-caption {
    font-size: 23px;
    color: #111111;
    margin-top: 30px;
   /* font-family: system-ui;*/
}

p.carousel-caption {
    font-size: 19px;
    color: grey;
   /* font-family: system-ui;*/
    font-weight: 400;
}

/** News **/
.news .image.is-fullwidth {
    width: 95%;
}

.image.is-fullwidth > p {
    position: absolute;
    bottom: 0px;
    padding: 10px;
    background: #FFFFFF;
    opacity: 0.8;
    z-index: 9999;
    min-height: 80px;
    width: 100%;
    overflow: hidden;
}

section.serivce-box {
    padding: 5rem 1.5rem 18rem 1.5rem !important;
}

.bg-box {
    position: relative;
}

@media only screen and (max-width: 767px){
    h4.carousel-caption {
      font-size: 15px;
    }


	div.kirinchi .column.is-6-mobile {
        background: #FFFFFF;
        border-right: 1px solid #f7f7f7;
    }

	.has-text-centered.mt-3.customOnImageTitle {
        margin-top: 30px;
        position: unset;
    }

	.navbar-dropdown {
		display: none;
	}
    div.eq-content h1 {
      font-size: 16px !important;
      font-weight: 500 !important;
      margin-left: 10px !important;
    }
}
@media only screen and (min-width: 768px) {
	.navbar-link, a.navbar-item {
        background-color: transparent;
        color: #23486d;
        text-transform: none;
        font-weight: 600;
    }
    .bg-center {
        position: absolute;
        top: -2px;
        left: 50%;
        margin-left: -950px;
        z-index: -999;
        width: 0;
        height: 0;
        border-top: 80rem solid #d7ecffde;
        border-right: 137rem solid transparent;
		top: -6px;
    }

    .bg-center-2 {
        position: absolute;
        top: -2px;
        left: 50%;
        margin-left: -950px;
        z-index: -999;
        width: 0;
        height: 0;
        border-bottom: 80rem solid #d7ecffde;
        border-left: 137rem solid transparent;
    }
	
	.bg-center-custom {        
      position: absolute;
      top: 10%;
      left: 12%;
      margin-left: -950px;
      z-index: -999;
      width: 0;
      height: 0;
      border-top: 80rem solid #d7ecffde;
      border-right: 137rem solid transparent;
    }

    .bg-center-custom-2 {
      position: absolute;
      top: -2px;
      left: 117%;
      margin-left: -950px;
      z-index: -999;
      width: 0;
      height: 0;
      border-bottom: 80rem solid #d7ecffde;
      border-left: 137rem solid transparent;
    }


}
.bg-center-gray {
    position: absolute;
    top: 0px;
    right: 0%;
    margin-left: -950px;
    z-index: -999;
    width: 0;
    height: 0;
    border-top: 371px solid #ece9e9de;
    border-left: 3565px solid transparent;
}

/** Clients **/
.clients div.column figure {
    background: #ffffff;
    border: 1px solid #c5c5c5;
    box-shadow: 0px 0px 3px #c5c5c5;
    border-radius: 5px;
    overflow: hidden;    
}


.news_column {
    padding-left: 23px;
}

/** Footer **/
.footer {
    background-color: #f7f7f7;
	padding: 20px;
}
.bottom-footer {
	padding: 20px;
}
.footer .level {
    align-items: unset !important;
}

.footer .level .level-item {
    align-items: unset !important;
    min-width: 33% !important;
}

.footer ul li:first-child {
    text-transform: uppercase;
    padding: 10px 0;
}

.footer ul li a {
    color: #444444;
    font-family: 'Ubuntu', sans-serif;
}

.footer ul li:first-child a {
    color: #222222;
    font-weight: 700;
}

section.footer_middle {
    border-bottom: 1px solid #f1f1f1;
    padding: .5rem 1.5rem;
}

.footer_middle .inner {
    position: relative;
    border: 0;
    background: #fff;
}

.footer_middle .inner > a {
    display: inline-block;
    position: relative;
    padding: 10px 22px;
    letter-spacing: .05em;
    color: #666666;
}

.footer_middle .inner a:nth-child(1) {
    /* margin-left: -26px; */
}

.box-snsShare {
    position: relative;
    display: inline-block;
    padding: 16px 128px 16px 0px;
    margin: 20px 0;
}

.box-snsShare > a {
    position: absolute;
    top: 8px;
}

.box-snsShare > a.btn-facebook {
    right: 80px;
}

.box-snsShare > a.btn-youtube {
    right: 40px;
}

.box-snsShare > a.btn-instagram {
    right: 0;
}

.box-txt .txt-1 {
    line-height: 22px;
    font-size: 15px;
}

.box-txt .txt-2 {
    padding-top: 6px;
    font-size: 12px;
}

.navbar-item img {
    margin-top: -26px;
    margin-left: 0px;
    margin-bottom: -26px;
    width: 140px;
    max-height: unset;
}

div#carousel-emo {
    /** max-height: 350px; **/
    overflow: hidden;
}

.overlay {
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    background: url("../images/overlay_bg.png");
    z-index: 9;
	opacity: 0.9;
}

.operation_team .columns .column {
    text-align: center;
}

.item-container .customOnImageTitle {
	position: absolute;    
    width: 100%;
}

.parallax-content h2 {
	font-size: 27px !important;
}


/** accordion **/
section.accordions .accordion {
    display: flex;
    flex-direction: column;
    background-color: transparent !important;
    border-radius: 4px;
    font-size: 14px;
    border: 0px;
}
section.accordions .accordion .accordion-header {
    align-items: center;
    background: #000000b3 !important;
    border-radius: 4px 4px 0 0;
    color: #ffffff !important;
    display: flex;
    justify-content: space-between;
    line-height: 1.25;
    padding: 1em 1em !important;
    position: relative;
    border-bottom: 0px solid #f9f9f9  !important;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 20px;
}
.accordions .accordion .accordion-header+.accordion-body {
    overflow-y: hidden;
    max-height: 0;
    color: #4a4a4a;
    /* border: 1px solid #dbdbdb; */
    border-radius: 4px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: none;
    transition: max-height .2s ease;
    background: #ffffff91 !important;
}