private_main.jpg/********** Template CSS **********/
:root {
    --primary: #045cb6;
    --secondary: #555555;
    --light: #F1F3FA;
    --dark: #1C2035;
}
*
.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}
em {
    font-style: normal;
}
.fw-medium {
    font-weight: 500;
}
.fs-09em{
font-size:0.9em;
}
.fs-08em{
font-size:0.8em;
}
.fs-06em{
font-size:0.6em;
}
.fs-05em{
font-size:0.5em;
}
.colorp{
	color:#fa5a5c; 
}
.text-primary {
    color: #045cb6 !important;
}
.backimage{
	background: repeat url(../img/haikei44.png);
	background-attachment: fixed;
	background-color:#fffaf1;
}
.breadcrumb{
	background-color:#fffaf1;
}
.bg-white-btn{
    background-color:#fff;
    padding:3%;
    color: #5bc8ac;
    transition: .4s;
}
.bg-white-btn:hover{ 
	background-color:#045cb6;
	color: #fff!important;
	transition: .4s;
}
a img:hover{opacity: 0.7;}
.max-vw-50{
	max-width: 50vw;
}
.btn-dark:hover{opacity: 0.7;	
}
.btn-primary:hover{opacity: 0.7;
}
.btn-primary {color:#fff!important;}
/*** topimage ***/
.topimage{
	background: no-repeat url(../img/main_back_.jpg);
	width: 100%;
	padding: 0;
	margin:0;
	background-position:top left;
	background-size: cover;
}
.topimage_b{
	background: no-repeat url(../img/brown.png);
	width: 100%;
	padding: 0;
	margin:0;
	background-size: cover;
}
.topimage_v{
	background: no-repeat url("../img/virtual_t.jpg");
	padding: 0;
	margin:0;
	background-position: center;
	background-size: cover;
}
.topimage_s{
	background: no-repeat url("../img/shareoffice_t.jpg");
	padding: 0;
	margin:0;
	background-position: center;
	background-size: cover;
}
.topimage_p{
	background: no-repeat url("../img/private_main.jpg");
	padding: 0;
	margin:0;
	background-position: center;
	background-size: cover;
}
.topimage_r{
	background: no-repeat url("../img/kaigi_t.jpg");
	padding: 0;
	margin:0;
	background-position: center;
	background-size: cover;
}
.topimage_se{
	background: no-repeat url("../img/hall_t.jpg");
	padding: 0;
	margin:0;
	background-position: center;
	background-size: cover;
}
.topimage_contact{
	background: no-repeat url("../img/mail.jpg");
	padding: 0;
	margin:0;
	background-position: center;
	background-size: cover;
}

.topimage_company{
	background: no-repeat url("../img/company.jpg");
	padding: 0;
	margin:0;
	background-position: center;
	background-size: cover;
}
.topimage_hp{
	background: no-repeat url("../img/homepage2.jpg");
	padding: 0;
	margin:0;
	background-position: center;
	background-size: cover;
}
.nanameb {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 87%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 87%);
}
img.title{
	max-width:100%;
}
img.logobw{
	max-width:50%;
}
@media (min-width: 768px) {
.addnav{
	display:inline-block!important;
	}}
@media (max-width: 575px) {
title{
	max-width:50%;
}
logobw{
	max-width:20%;
}
.topimage{
	background-size:contain;
}

.nanameb {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 95%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 95%);
}
}

.v_table th{
	width:25%;
}
.v_table td{
	width:75%;
}
.s_table th{
	width:39%;
}
.s_table td{
	width:61%;
}
@media all and (max-width: 768px) {
.v_table th, .v_table td,.s_table th, .s_table td {
    display: block;
    width: 100%;
}
.v_table th, .s_table th {
    border-bottom: none;
}
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    transition: .5s;
    font-weight: 500;
}

.btn-primary,
.btn-outline-primary:hover {
    color: var(--light);
}

.btn-secondary,
.btn-outline-secondary:hover {
    color: var(--dark);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 50px;
    height: 50px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-nav .nav-link {
    margin-right: 35px;
    padding: 25px 0;
    color: var(--dark);
    font-size: 18px;
    font-weight: 500;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}
.navList{
	display: block;display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	margin: 2px 0px!important;padding: 6px 0px!important;
/*	justify-content:space-between!important;*/
}
.navList .nav-item{
	border: none!important;
	padding: 3px 25px 0px 0px;
	list-style-type: none;
}
.navList .nav-item .nav-link{
	padding:1px!important;	margin:1px!important;display: block;
	}
.navList .nav-item .nav-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 5px;
}
@media (max-width: 768px) {
    .navbar .navbar-nav .nav-link  {
        margin: 0;
        padding: 5px 0;
    }

    .navbar .navbar-nav {
	margin-top: 15px;
        border-top: 1px solid #EEEEEE;
		margin-right: 25px;
		font-size: 16px;
    }
/*.navList{
	display: block;display: flex!important;
    flex-direction: row;
    flex-wrap: wrap;
	justify-content: space-between!important;
	}
	.navList .nav-item{
	border: none!important;
	padding: 3px 20px 0px 0px;
	list-style-type: none;}
	.navList .nav-item .nav-link{padding:1px!important;	margin:1px!important;display: block;
	}
.navList .nav-item .nav-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 5px;
}*/
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.carousel-caption {
    bottom: 5%;	
    display: flex;
    align-items: center;
    z-index: 0;
}
.carousel-caption p{
    font-size: 1.1em;
    font-weight: bold;
    color: #000;
    margin:auto;
    padding: 5px 35px;
    background:#fff;
    opacity: 0.7 ;
}
.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 3.5rem;
    background-color: var(--primary);
    border: 15px solid var(--primary);
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 18px;
    color: var(--light);
}


/*** Features ***/
.feature-row {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.feature-item {
    border-color: rgba(0, 0, 0, .03) !important;
}


/*** About ***/
.about {
    background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url(../img/about.jpg) left center no-repeat;
    background-size: cover;
}

.btn-play {
    position: relative;
    display: block;
    box-sizing: content-box;
    width: 36px;
    height: 46px;
    border-radius: 100%;
    border: none;
    outline: none !important;
    padding: 18px 20px 20px 28px;
    background: var(--primary);
}

.btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 90px;
    height: 90px;
    background: var(--primary);
    border-radius: 100%;
    animation: pulse-border 1500ms ease-out infinite;
}

.btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 90px;
    height: 90px;
    background: var(--primary);
    border-radius: 100%;
    transition: all 200ms;
}

.btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    left: 3px;
    border-left: 30px solid #FFFFFF;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
        opacity: 0;
    }
}



/*** Service ***/
.service-item .service-text {
    width: 100%;
    top: 0;
    left: 0;
    text-align: center;
    background: #FFFFFF;
    box-shadow: 0 0 45px rgba(0, 0, 0, .06);
}

.service-item:hover .service-text h5 {
    color: var(--primary);
}

.service-item .service-btn {
    position: absolute;
    width: 80%;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}
@media (min-width: 992px) {
.service-item{
	max-width:500px;
	margin: 0 auto;
	}
}

.service-item:hover .service-btn {
    /* bottom: -1.5rem;*/
}


/*** Office ***/
/* ロッカー */
@media (min-width: 992px) {
#locker .row{
    margin: 0;
}
}
.locker_no{
    position: relative;
}
.locker_no li{
    position: absolute;
    list-style: none;
    color: #0275ce;
    font-size: 1.3em;
    font-weight: bold;
}
.locker_no li:nth-of-type(1){
    top: 25%;
    left: 43%;
}
.locker_no li:nth-of-type(2){
    top: 43%;
    left: 43%;
}
.locker_no li:nth-of-type(3){
    top: 60%;
    left: 43%;
}
.locker_no li:nth-of-type(4){
    top: 78%;
    left: 43%;
}
@media (max-width: 575px) {
.locker_no li:nth-of-type(1),
.locker_no li:nth-of-type(2),
.locker_no li:nth-of-type(3),
.locker_no li:nth-of-type(4){
    left: 39%;
}
}
/* 申し込みフロー */
#fl .no {
    display: flex;
}
#fl .no > span {
    font-size: 8rem;
    color: #d2dbfa;
    margin: -3rem 1rem 0 0;
}
#fl h3 {
    line-height: 6rem;
}
#fl ul {
    list-style: none;
}
#fl li {
    position: relative;
    margin: 5rem 0;
    padding-bottom: 3rem;
    border-bottom: 1px solid #d2dbfa;
    border-radius: 15px;
    background: linear-gradient(to bottom, #fff 70%, #f9faff);
}
#fl li:first-of-type {
    margin: 3rem 0;
}
#fl li::after {
    position: absolute;
    bottom: -2rem;
    left: calc(50% - 30px);
    content: '';
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #d2dbfa;
}
/* #fl li:last-of-type, */
#fl li:last-of-type::after {
    background: none;
    border: none;
}
#fl .wrap_dl {
    display: flex;
    margin: 1rem 0;
}
#fl .wrap_dl:first-of-type {
    margin: 1rem 0 2rem;
}
#fl .wrap_dl dl {
    flex-basis: 30%;
    margin: 0 1rem 0 0;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 9px;
}
#fl .wrap_dl dt {
    padding: 0.5rem 1rem;
    height: 5.5em;
    border-radius: 9px 9px 0 0;
}
#fl .wrap_dl dt em {
    width: 3.5em;
    letter-spacing: 0.1rem;
    line-height: 3em;
    text-align: center;
    background: #fff;
    padding: 0.5rem;
    border-radius: 6px;
    margin-right: 0.5rem;
    float: left;
    border: 1px solid #fa5a5c;
}
#fl .wrap_dl:last-of-type dt em {
    line-height: 1.5em;
}
#fl dt .certificate { 
    display: block;
    padding-top: 1.2rem;
}
#fl .wrap_dl dd {
    padding: 0.5rem 1rem;
}
#fl .wrap_dl .w50 {
    width: 50%;
}
@media (max-width: 1200px) {
#fl .wrap_dl {
    flex-wrap: wrap;
}
#fl .wrap_dl dl {
    flex-basis: 48%;
    margin-bottom: 1.5rem;
}
}
@media (max-width: 1000px) {
#fl.px-3 {
    padding: 0 !important;
}
#fl ul {
    padding-left: 0;
}
#fl .no > span {
    font-size: 5rem;
}
#fl h3 {
    line-height: 2rem;
}
#fl li:nth-of-type(3) h3 {
    margin-top: -1.2rem;
}
#fl .wrap_dl {
    display: block;
}
#fl .wrap_dl dl {
    margin-bottom: 1.5em;
}
#fl .wrap_dl:first-of-type dl:first-of-type .certificate { 
    padding-top: 0.5rem;
}
}



/*** Footer ***/
.footer {
    color: #ccc;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color:#555;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
	font-size: 0.9em;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: #BFB3B3;
    letter-spacing: 1px;
    box-shadow: none;
}

.copyright {
    color: #B0B9AE;
}

.copyright {
    background: #111111;
}

.copyright a:hover {
    color: var(--primary) !important;
}