/*
Theme Name: saibi
Description: saibi
Author: A2Z Tech
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&family=M+PLUS+1p=Murecho:wght@400;500;700&display=swap');

body {
  font-family: 'Murecho', sans-serif !important;
  font-weight: 500;
  color: #000;

}

/*
body {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
*/

/*header*/
.nav-dropdown {
	padding: 0;
}

li.html input,
.searchform .button.icon {
    border: none;
    box-shadow: none;
}
.newstopics {
    border-left: 5px solid #71ad90;
    text-shadow: 2px 2px 4px #999;
    margin: 0px 20px;
    padding-left: 20px;
}
.newstopics h4 {
    margin: 0;
}

.Menu-Slider {
    position: absolute;
    bottom: 30px;
    right: 0;
    background: #f4e621;
    background-size: cover;
    padding: 12px;
    color: #fff;
    width: 230px;
    padding-top: 20px;
    padding-bottom: 0;
    background-repeat: no-repeat;
    z-index: 22;
    border-radius: 5px;
    border: 2px solid #fff;
}
.Menu-Title a {
    text-align: center;
    display: block;
    text-transform: uppercase;
}

.top-bar-nav {
    min-width: 600px;
}
.searchform-wrapper input {
    border-radius: 4px 0 0 4px;
}
.searchform-wrapper button.ux-search-submit {
    border-radius: 0 4px 4px 0;
    background-color: #fff !important;
    color: #059d5a;
}

/* Breadcrumb */
.page-title.breadcrumbs > div {
    padding: 30px 0;
    margin-bottom: 30px;
}
.page-title.breadcrumbs > div {
    padding: 30px 0;
    margin-bottom: 30px;
    background: #00000045;
    color: #fff;
}
.page-title.breadcrumbs:before {
    position: absolute;
    display: block;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    z-index: 0;
    background-position: center center;
}
.page-title.breadcrumbs a, 
.page-title.breadcrumbs h1 {
    color: #fff;
}


/* Background */
.bg-red {
    background: #f07872;
    border-radius: 5px;
    padding: 0 10px;
}
.bg-blue {
    background: #90cde8;
    border-radius: 5px;
    padding: 0 10px;
}
.bg-green {
    background: #6dcaaf;
    border-radius: 5px;
    padding: 0 10px;
}
.bg-success {
    background-color: #28a745!important;
}
.bg-tim{
	background-color: #e7d5e8 !important;
}
.bg-ping{
	background-color: #f8c6b5 !important;
}
.bg-warning {
    background-color: #f6b715!important;
}
.bg-warning th {
    padding: 10px;
}

/* Menu Slider */
.Menu-Slider .ux-menu-link {
    margin-bottom: 11px !important;
    position: relative;
}

.Menu-Slider .ux-menu-link i {
    order: 2;
    padding-left: 10px;
    position: absolute;
    top: calc(50% - 8px);
    right: 10px;
}
.Menu-Title {
    color: #000;
    font-weight: 600;
}

/* Course */
.block-course .from_the_blog_excerpt {
    padding: 15px;
    line-height: 20px;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #059d5bbe;
    height: 0;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out; /* Safari */
    transition: all 0.5s ease-in-out;
    opacity: 0;
}
.block-course .col-inner .col-inner:hover .from_the_blog_excerpt {
    height: 100%;
    padding: 15px;
    opacity: 1;
}
.block-course .col-inner {
    position: relative;
}

.block-course .box-text {
    position: initial;
}

.block-course .col.post-item:nth-child(1) .from_the_blog_excerpt {
    background: #059d5bbe;
}

.block-course .col.post-item:nth-child(2) .from_the_blog_excerpt {
    background: #f6b615b7;
}

.block-course .col.post-item:nth-child(3) .from_the_blog_excerpt {
    background: #00d8cdc4;
}

.block-course .col.post-item:nth-child(4) .from_the_blog_excerpt {
    background: #fd7b3ac4;
}

.block-new .large-6 {
    padding-bottom: 0;
}

.icon-box.featured-box.style-iconbox h2 {
    margin-bottom: 5px;
}

.title-custom {
    padding-left: 15px;
    border-left: 4px solid #00a859;
    font-size: 40px;
}

.title-custom span,
.title-custom-orange span {
    font-weight: 500;
}

.block-about .row {
    position: relative;
}

.block-about .row:before {
    content: '';
    position: absolute;
    width: calc(100% - 100px);
    height: calc(100% + 100px);
    top: -50px;
    left: 0;
    border: 12px solid #ECECEC;
}
.border-info {
    border-color: #17a2b8!important;
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
}
.title-custom-orange {
    padding-left: 15px;
    border-left: 4px solid #fd7b3a;
    font-size: 40px;
}

.smith {
    max-width: 350px;
}

/* News home */
.post-saibi-item {
    border-bottom: 1px solid #eaeaea;
    padding: 10px 0;
    line-height: 30px;
}

.post-saibi-item span.cat-label {
    padding: 0px 10px;
    height: 30px;
    font-size: 14px;
    min-width: 85px;
    text-align: center;
    display: inline-block;
}

.post-saibi-item .box-text-inner.blog-post-inner > * {
    line-height: 30px;
}

.button-saibi {
    float: right;
    text-transform: unset;
    font-weight: 400;
    font-size: 12px;
    color: currentColor;
}

/* Our Achievement */
.hover-scale-1 {
    transition: all .3s ease-in-out;
}

.hover-scale-1:hover {
    transform: scale(1.05);
}

.icon-box span.count-up {
    font-size: 32px;
}

.icon-box p span {
    font-size: 14px;
    line-height: 38px;
    font-weight: bold;
    color: #828282 !important;
}


/* Banner */
.res-text {
    font-size: 100% !important;
}

/* News */
.box-blog-post .is-divider {
    opacity: 0;
}
.cat-label {
    color: #fff;
    background: #00a859;
    padding: 5px 10px;
    margin-right: 10px;
}

.box-shadow, .row-box-shadow-2 .col-inner, .row-box-shadow-2-hover .col-inner:hover, .box-shadow-2, .box-shadow-2-hover:hover {
    box-shadow: 0px 4px 12px 0px #0000001A;
}


/* Float */
.float-left {
    float: left;
}
.float-right{
	float: right !important;
}

/* Padding */
.p-1 {
    padding: .25rem!important;
}
.p-2 {
    padding: 10px;
}
.pb-0 > .col-inner {
	padding-bottom: 0 !important;
}
.pt-0 > .col-inner {
	padding-top: 0 !important;
}

/* Border */
.border {
    border: 1px solid #dee2e6!important;
}
/* Text */
.text-danger {
    color: #dc3545!important;
}
.text-white {
    color: #fff !important;
}

/* Other */
.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
}
.course-icon .icon-box {
    justify-content: center;
    align-items: center;
}
.box-text.lead {
    padding-bottom: 0;
}
.table-c td {
    padding: 7px !important;
}
.width-100{
	width: 100% !important;
}


/* Sport */
.sport-home .box-text.show-on-hover.hover-slide {
    -webkit-transform: translateY(0%) translateX(50%) translateZ(0);
    transform: translateY(0%) translateX(50%) translateZ(0);
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -js-display: flex;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
    vertical-align: middle !important;
}

.sport-home .overlay {
    border: 10px solid #059d5a;
}

.col.post-item:nth-child(1) .overlay {
    border-color: #059d5a;
}

.col.post-item:nth-child(2) .overlay {
    border-color: #F6B715;
}

.col.post-item:nth-child(3) .overlay {
    border-color: #00D8CE;
}

.col.post-item:nth-child(4) .overlay {
    border-color: #fd7b3a;
}

/* Recruitment */

.Section-Recruitment .cat-label {
    background: #00a557;
    padding: 5px;
    position: absolute;
    top: -10px;
    opacity: 1;
}

.Section-Recruitment .box-text {
    padding-top: 20px;
}
.banner-has-border:before {
    content: "";
    display: block;
    height: calc(100% + 40px);
    width: 100%;
    position: absolute;
    top: -20px;
    left: 20px;
    z-index: -1;
    border: 3px solid #FD7B3A;
}


/*footer*/
.footer-ss-1 .row {
    /* box-shadow: 0 0 25px #c0c0c0; */
    border: 5px solid #f6b715;
	width: calc(100% - 30px);
	background: #ffffff;
}
.footer-ss-1 h3 {
    font-size: 25px;
}
.absolute-footer.dark {
    color: rgb(255 255 255);
}

.ux-menu-title {
    font-size: 16px;
    font-weight: bold;
    min-height: auto;
}

.ux-menu-title ~ .ux-menu-title {
    margin-top: 15px !important;
}

.ux-menu.ux-menu--divider-solid .ux-menu-link:not(:last-of-type) .ux-menu-link__link {
    border: 0;min-height: 25px;
}

.badge.post-date .badge-inner {
    padding: 1px 11px;
}

.badge.post-date .badge-inner span {
    line-height: 1.5;
}



@media only screen and (min-width: 49em) {

}

@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
 
}
.title-adcustom .accordion-title {
    font-weight: 400;
    color: #007bff !important;
    background: transparent;
    border-top: 0 !important;
    border-bottom: 1px solid rgba(0,0,0,.125) !important;
}
.title-adcustom .accordion-title button.toggle i {
    color: transparent;
}
.accor-content .accordion-inner {
    padding: 10px 0 0 0;
}
.text-center th, .text-center td {
    text-align: center;
    border: 1px solid #dee2e6;
}
.table-th-ping tr:first-child th {
    background-color: #ffeeba;
    border-color: #ffdf7e;
}
.table-th-ping {
    border-collapse: collapse;
}
a.button.primary.btn-saibitx {
    background-color: #008000;
    width: 100%;
}

.border01 {
    border: solid 2px #333;
    border-radius: 2em;
    padding: 0.5em;
    margin: 5px 5px;
}
.border-info {
    border-color: #17a2b8!important;
}
.img-thumbnail.border-info {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto;
}
.post-x-21.small-columns-1.row-full-width {
    margin: 0;
}
.post-x-21 .post-saibi-item {
    padding: 5px 0 5px 15px;
}
.post-x-21 .post-saibi-item .button-saibi {
	display: none;
}
.post-x-21 .post-saibi-item:hover {
    background-color: rgba(0,0,0,.075);
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05);
}
.bg-danger {
    background-color: #dc3545!important;
}
.rounded-pill {
    border-radius: 50rem!important;
}
ol.font-weight-bold {
    font-weight: 600 !important;
    padding-left: 30px;
}
.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0,0,0,.075);
}
table {
    border-collapse: collapse;
}
.section-bg.style-1:before, .bg-info {
    background: rgb(82,182,154);
    background: -webkit-linear-gradient(
40deg
, rgba(82,182,154,1) 0%, rgba(22,138,173,1) 100%);
    background: -o-linear-gradient(40deg, rgba(82,182,154,1) 0%, rgba(22,138,173,1) 100%);
    background: linear-gradient(
130deg
, rgba(82,182,154,1) 0%, rgba(22,138,173,1) 100%);
}
section:not(.top-slider):not(.block-about).section.bg-info {
    padding: 10px 30px !important;
}
.flipbook {
    width: 100%;
    height: 843px;
}
.flipbook iframe {
    min-height: 100%;
}
.border-radius-5 {
    border-radius: 5px !important;
}
.border-bottom {
    border-bottom: 1px solid #dee2e6!important;
}
.border-warning {
    border-color: #ffc107!important;
}

@media (min-width: 768px) {
	.mt-md-2, .my-md-2 {
    margin-top: .5rem!important;
}
}

/*マウスオーバーで画像をポップアップ*/
div.OnMouseBig2 { /* 縮小した画像と同じ縦横を指定する */
    width: 50%;
    }
    div.OnMouseBig2 span {
    overflow: hidden;
    position: relative;
    z-index: 1;
    cursor: pointer;
    }
    div.OnMouseBig2 span img { /* 縮小した画像サイズ */
    width: 50%;
    }
    div.OnMouseBig2 span:hover {
    overflow:visible;
    z-index: 1000; /* 浮かせるレイヤーの数 */
    top: -50px; /* 縮小した画像を基点にずらす */
    left: -50px; /* 　　　　　　〃　　　　　　 */
    }
    div.OnMouseBig2 span:hover img { /* 元の画像の大きさ */
    background:#fff;
    width: 100%;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
    }
    .main-tabs ul{
        padding-left: 10px;
        border-bottom: 1px solid #eaeaea;
    }
    .main-tabs li.tab.active a:before{
        display: none;
    }
    .main-tabs li.tab.active a{
        background-color: #eaeaea;
    }
    .main-tabs li.tab a{
        border: 1px solid #eaeaea;
        border-bottom: none;
        padding-left: 5px;
    }
    .main-tabs li.tab span{
        position: relative;
        display: block;
        color: black;
        font-size: 15px;
        margin-right: 10px;
    }
    .main-tabs li.tab span:before {
        width: 25px;
        height: 12px;
        background-image: url(assets/img/head.png);
        background-size: contain;
        background-repeat: no-repeat;
        content: '';
        display: inline-block;
        margin-right: 10px;
    }

    .main-tabs .row.large-columns-1 {
        margin-left: 0;
        margin-right: 0;
    }