@charset "UTF-8";
/*----------------------------
  共通
-----------------------------*/
body,html{

height:100vh;
    margin:0;
    padding:0;

}

.h5 {
    line-height: 1.8rem;
}
.border-w3 { 
    border-left-width: 3px !important;
    border-left-color: #262626 !important;
}

/* ====== カラー指定 ====== */
.brand-color {
	color: #21386E !important;
}
.bg-brand-color {
	background-color: #21386E !important;
}
/* ====== GLOVAL NAV ====== */
.gloval-nav {
	height: 10%;
}
.navbar-white a {
	color: #fff;
}
/* ====== FOOTER ====== */
.footer-logo {
	width: 20%;
}
.social img {
	width: 36px;
	height: 36px;
}
footer {
	padding-bottom: 5%;
}
.time-border {
   border-top: 3px solid #262626;
    border-right: 3px solid #262626;
    margin-left: 24px;
    padding-bottom: 3rem;
    padding-right: 5rem;
    width: 43%;
}
/* ====== BREADCRUMB LIST ====== */
.breadcrumb-list, .breadcrumb-list li {
	background-color: #21386E;
}
/*----------------------------
  SP TOGGLE NAV
-----------------------------*/
.nav-scroller {
	position: relative;
	z-index: 2;
	height: 2.75rem;
	overflow-y: hidden;
}
.nav-scroller .nav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	padding-bottom: 1rem;
	margin-top: -1px;
	overflow-x: auto;
	color: rgba(255, 255, 255, 0.75);
	text-align: center;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}
.nav-underline .nav-link {
	padding-top: .75rem;
	padding-bottom: .75rem;
	font-size: .875rem;
	color: #6c757d;
}
.nav-underline .nav-link:hover {
	color: #007bff;
}
.nav-underline .active {
	font-weight: 500;
	color: #343a40;
}

/*----------------------------
  TOP ページ
-----------------------------*/
/* ====== TOP IMAGE ====== */
header .jumbotron-fluid2 {
	background-image: url(../img/bg-top.jpg);
	background-size: cover;
	background-position: center;
	min-height: 100%;
}


header .jumbotron-fluid {
	background-image: url(../img/bg-top3.jpg);
	background-size: cover;
	background-position: center;
	min-height: 100%;
}

header .catch {
	width: 90%;
	bottom: 20%;
	left: 50%;
	margin-left: -45%;
}
header .g-navi {
	min-height: 100%;
}

/* ====== PROCESS ====== */
#sec5 .square {
	width: 60px;
	height: 60px;
	background: #21386E;
	color: #ffffff;
	text-align: center;
	font-size: 2.4rem;
}
#sec5 .arrow {
	width: 60px;
	height: 40px;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 25px solid #333;
}
/* --------------------------------------------- */
#sec6 .circle-q, #sec6 .circle-a {
	width: 50px;
	height: 50px;
	font-size: 2.2rem;
	border-radius: 50%;
	text-align: center;
}
#sec6 .circle-q {
	background: #21386E;
	color: #ffffff;
	padding-top: 2px;
}
#sec6 .circle-a {
	background: #ffffff;
	color: #21386E;
	border: 3px solid #21386E;
}
.schedule-img {
    width: 75%;
}
/* ==============================================*/
/* 中デバイス（タブレット, 992px 未満）
==============================================*/
@media screen and (max-width: 991.98px) {
#glovalNavbar ul li {
	border-left: none;
}
#glovalNavbar ul li:last-child {
	border-right: none;
}
.footer-nav ul li {
	border-left: none;
}
.footer-nav ul li:last-child {
	border-right: none;
}
/* ====== SP TOGGLE NAV ====== */
.offcanvas-collapse {
	position: fixed;
	z-index: 9999;
	top: 0;
	/* ナビバーの高さ */
	bottom: 10%;
	left: 100%;
	width: 100%;
	padding-right: 1rem;
	padding-left: 1rem;
	overflow-y: auto;
	background-color: #fff;
	transition-timing-function: ease-in-out;
	transition-duration: .3s;
	transition-property: left, visibility;
}
.offcanvas-collapse.open {
	left: 0;
	visibility: visible;
}
}







/* END */
/* 小デバイス（横向きモバイル, 768px 未満）
==============================================*/
@media screen and (max-width: 767.98px) {
.logo {
	width: 80%;
}

.logo2 {
	width: 80%;
        margin-top: 0px;
}


header .jumbotron-fluid2 {
	background-image: url(../img/bg-top2.jpg);
	background-size: cover;
	background-position: center;
	min-height: 100%;
}

.display-3 {
	font-size: 3rem;
}
.footer-logo {
	width: 80%;
}
.navbar-nav .border-left {
	border-left: none !important;
}
.navbar-nav .border-right {
	border-right: none !important;
}
}

/* END */
/* 極小デバイス（縦向きモバイル, 576px 未満）
==============================================*/
@media screen and (max-width: 575.98px) {

header .jumbotron-fluid2 {
	background-image: url(../img/bg-top2.jpg);
	background-size: cover;
	background-position: center;
	min-height: 100%;
}

header .catch {
	bottom: 20%;
}
header .catch .h1 {
	font-size: 2rem;
}
header .catch h2 {
	font-size: 1rem;
}
.schedule-img {
    width: 100%;
}
form .border-top,
    form .border-bottom {
        border: none !important;
    }    
}
/* END */



/* google map
==============================================*/
.gmap {

overflow: hidden;
padding-bottom: 40.25%;
position: relative;
margin: 0px auto 0px auto;

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


a.recruit:link, a.recruit:hover a.recruit:active{
 color: #ffffff;
}





.otoiawase{

 width: 100%;
margin-top: 3em;

}


.otoiawase a{

 width: 10em;
 font-size:  6vmin;

}



.gaikan1{

width: 170px;

background-image: url(../img/office1.jpg);
background-repeat: no-repeat;
background-size:  cover; 

}



.gaikan2{

width: 170px;

background-image: url(../img/office2.jpg);
background-repeat: no-repeat;
background-size:  cover; 

}




.gaikan img{

width:100%;
max-width: 100%;
height: auto;
}




.shadow{
text-shadow:
    3px 0 2px black,
    0 1px 2px black,
    -1px 0 2px black,
    0 -1px 2px black

}


.jgwk{
	border: 5px dotted #21386E;
        background-color: #f9f9f8;

}


.t-b{

        background-color: #f9f9f8;



}


.t-b2{

        background-color: #f9f9f8;

}


.t-b3{

height: 100px;
position:relative;
border:1px solid #ff0000;


}


.t-b3 ul{

position:absolute;
top: 50%;
line-height: 1.5em;
margin-top: -2.25em; /* 3行の場合 */

}



.g-logo img{

width:80%;
max-width: 100%;
height: auto;
}




/*PC　スマホ表示あり　なし*/
.pc-dsp { display:block; }
.sp-dsp { display:none; }

@media only screen and (max-width : 1000px){
.pc-dsp { display:none; }
.sp-dsp { display:block; }
}
/*PC　スマホ表示あり　なし*/






/*メールフォームのCSS*/
#formWrap {
	width:100%;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}
/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width:572px) {
#formWrap {
	width:95%;
	margin:0 auto;
}
table.formTable th, table.formTable td {
	width:auto;
	display:block;
}
table.formTable th {
	margin-top:5px;
	border-bottom:0;
}
input[type="text"], textarea {
	width:80%;
	padding:5px;
	font-size:110%;
	display:block;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	display:block;
	width:100%;
	height:40px;
}
}
/*メールフォームのCSS*/




/*下位ページスクロールのCSS*/
#page-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    font-size: 77%;
}
#page-top a {
    background: rgba(227,227,227,0.4);
    text-decoration: none;
    color: #21386E;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: rgba(227,227,227,0.4);
}
/*下位ページスクロールのCSS*/



.wb-con{

font-size: 0.5em;

}

.wb-top{


font-size: 3vmin;
color: #ffffff;
margin: 0px auto 0px auto;

}

/* END */
