@charset "UTF-8";
/*----------------------------
  共通
-----------------------------*/
html { overflow-x: hidden; }
body, p { line-height: 1.8rem !important; }
.border { border-width: 2px !important; }

.bg-lightblue {	
background: #EAF2F4; 
}
.brand-color {
	color: #6495ed !important;
}
.bg-brand-color {
	background-color: #6495ed !important;
}

/* 見出し青丸
-------------------------------------------------- */
.dot {
	padding-left: 1.5rem !important;
	padding-right: 1.5rem !important;
}
.dot:before, .dot:after {
	font-family: "Font Awesome 5 Free";/*忘れずに*/
	content: "\f111";/*アイコンのユニコード*/
	font-size: 1.2rem;/*サイズ*/
	color: #17a2b8;
	padding: 0 10px;
	vertical-align: middle;
}

/* ====== 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%;
}


/* ====== CIRCLE ====== */
.circle {
  width: 250px;
  height: 250px;
  text-align:center;
  border-radius: 50%;
  border: solid 5px #6495ed;
  padding: 3rem;
  margin: 0 auto;
}
/* ====== EXISTING STYLE ====== */
ol.num-list {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
} 
.num-list li {
  margin-bottom: 10px;
  position: relative;
  font-weight: bold;
  font-size: 1.2rem;  
}
.num-list li:before {
content: counter(my-counter);
counter-increment: my-counter;
border: 2px solid #666;
color: #666;
float: left;
text-align: center;
height: 30px;
width: 30px;
border-radius: 50%;
margin-right: 5px;
margin-top: -2px;
font-family: 'Big Shoulders Display', cursive;  
}
/* ====== jumbotron ====== */
.jumbotron {
  background: url('../img/image-top.jpg') center no-repeat;
  background-size: cover;
  height: 100%;
  min-height: 500px;
}
/* --------------------------------------------- */
.jumbotron-01 {
  background: url('../img/bg-top-01.jpg') center no-repeat;
  background-size: cover;
  height: 300px;
}
/* --------------------------------------------- */
.jumbotron-02 {
  background: url('../img/bg-top-02.jpg') center no-repeat;
  background-size: cover;
  height: 300px;
}
/* --------------------------------------------- */
.jumbotron-03 {
  background: url('../img/bg-top-03.jpg') center no-repeat;
  background-size: cover;
  height: 300px;
}
/* --------------------------------------------- */
.jumbotron-04 {
  background: url('../img/bg-top-04.jpg') center no-repeat;
  background-size: cover;
  height: 300px;
}
/* --------------------------------------------- */
.jumbotron-05 {
  background: url('../img/bg-top-05.jpg') center no-repeat;
  background-size: cover;
  height: 300px;
}
/* --------------------------------------------- */
.jumbotron-06 {
  background: url('../img/bg-top-06.jpg') center no-repeat;
  background-size: cover;
  height: 300px;
}
/* --------------------------------------------- */
.jumbotron-07 {
  background: url('../img/bg-top-07.jpg') center no-repeat;
  background-size: cover;
  height: 100%;
  min-height: 300px;
}
/* --------------------------------------------- */
.jumbotron-08 {
  background: url('../img/bg-top-08.jpg') center no-repeat;
  background-size: cover;
  height: 300px;
}
/* --------------------------------------------- */
.jumbotron-09 {
  background: url('../img/bg-top-09.jpg') center no-repeat;
  background-size: cover;
  height: 300px;
}
/* ====== BREADCRUMB LIST ====== */
.breadcrumb-list, .breadcrumb-list li {
	background-color: #21386E;
}
/* ====== SCROLL ====== */
h2{
  text-align: center;
  margin-bottom: 30px;
}
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 70px;
  background: #8f8f90;
  opacity: 0.6;
  border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/*----------------------------
  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: #007bff;
}
.nav-underline .nav-link:hover {
	color: #ffffff;
}
.nav-underline .active {
	font-weight: 500;
	color: #ffffff;
}

/*----------------------------
  TOP ページ
-----------------------------*/
/* ====== TOP IMAGE ====== */
header .jumbotron-fluid {
	background-image: url(../img/bg-top.jpg);
	background-size: cover;
	background-position: center;
	min-height: 100%;
}
header .catch {
	width: 90%;
	bottom: 35%;
	left: 50%;
	margin-left: -45%;
}
header .g-navi {
	min-height: 100%;
}
/* --------------------------------------------- */
header .jumbotron-fluid-01 {
	background-image: url(../img/bg-top-01.jpg);
	background-size: cover;
	background-position: center;
	min-height: 30%;
}
header .catch-02 {
	width: 90%;
	bottom: 35%;
	left: 50%;
	margin-left: -45%;
}
header .g-navi-02 {
	min-height: 40%;
}
/* --------------------------------------------- */
header .jumbotron-fluid-02 {
	background-image: url(../img/bg-top-02.jpg);
	background-size: cover;
	background-position: center;
	min-height: 30%;
}
header .catch-02 {
	width: 90%;
	bottom: 35%;
	left: 50%;
	margin-left: -45%;
}
header .g-navi-02 {
	min-height: 40%;
}
/* --------------------------------------------- */
header .jumbotron-fluid-03 {
	background-image: url(../img/bg-top-03.jpg);
	background-size: cover;
	background-position: center;
	min-height: 30%;
}
header .catch-02 {
	width: 90%;
	bottom: 35%;
	left: 50%;
	margin-left: -45%;
}
header .g-navi-02 {
	min-height: 40%;
}
/* --------------------------------------------- */
header .jumbotron-fluid-04 {
	background-image: url(../img/bg-top-04.jpg);
	background-size: cover;
	background-position: center;
	min-height: 30%;
}
header .catch-02 {
	width: 90%;
	bottom: 35%;
	left: 50%;
	margin-left: -45%;
}
header .g-navi-02 {
	min-height: 40%;
}
/* --------------------------------------------- */
header .jumbotron-fluid-05 {
	background-image: url(../img/bg-top-05.jpg);
	background-size: cover;
	background-position: center;
	min-height: 30%;
}
header .catch-02 {
	width: 90%;
	bottom: 35%;
	left: 50%;
	margin-left: -45%;
}
header .g-navi-02 {
	min-height: 40%;
}
/* --------------------------------------------- */
header .jumbotron-fluid-06 {
	background-image: url(../img/bg-top-06.jpg);
	background-size: cover;
	background-position: center;
	min-height: 30%;
}
header .catch-02 {
	width: 90%;
	bottom: 35%;
	left: 50%;
	margin-left: -45%;
}
header .g-navi-02 {
	min-height: 40%;
}
/* ====== PROCESS ====== */
#sec5 .square {
	width: 60px;
	height: 60px;
	background: #000080;
	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%;
}
.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 .catch {
	bottom: 10%;
}
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 */
