@charset "UTF-8";
/*----------------------------
  共通
-----------------------------*/
.aaa {
  opacity: 0;
  animation-name: fadein3;
  animation-duration: 4s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-delay: 4s;
}
#typewriter{
	margin-bottom: 2vw;
}	
	
#typewriter::after {
    content: "|";
	animation: hide 4s forwards;
}

#typewriter2::after {
    content: "|";
    animation: blink 1s infinite;
}

@keyframes blink {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes hide {
  100% {
	  opacity: 0; }
  99% { opacity: 1; }
}

/*----------------------------
  アニメーション
-----------------------------*/
.fadein1 {
  opacity: 0;
  animation-name: fadein1;
  animation-duration: 5s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
}
.fadein2 {
  opacity: 0;
  animation-name: fadein2;
  animation-duration: 5s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-delay: 2s;
}
.fadein3 {
  opacity: 0;
  animation-name: fadein3;
  animation-duration: 4s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-delay: 3.5s;
}
	
@keyframes fadein1
	{
  0% {
     opacity: 0;
  }
  100% {
     opacity: 1;
  }
}
@keyframes fadein2
	{
  0% {
     opacity: 0;
  }
  100% {
     opacity: 1;
  }
}	
@keyframes fadein3
	{
  0% {
     opacity: 0;
  }
  100% {
     opacity: 1;
  }
}


/* ------------------------------
   お問合せ
------------------------------ */
.ip_txt {
	font-size:16px;
	padding:5px;
	width:100%;
	outline: none;
	border: 1px solid #e6e6e6;
	border-radius: 0;
	-webkit-appearance: none;
}
.priceArea{
	margin-top:40px;
	background:#FFF;
	border-bottom: 1px solid #e6e6e6;
}
.bluelink{
  text-align:center; padding:50px; 
  }
.bluelink a{ color: #0078CF;text-decoration: none; }

.bluelink2 a {color: #0078CF;text-decoration: underline;}

.tbl-r {
	width:100%;
	max-width:700px;
	margin:0 auto 30px;
}

.tbl-r th {
	font-size: 12px;
	background: #F2F2F2;
	border:solid 1px #ccc;
	color: #333;
	padding: 10px;
	width:50%;
	border-collapse:collapse;
	}

.tbl-r td {
	border: solid 1px #ccc ;
	padding: 10px;
	border-collapse:collapse;
	}

.textarea-text {
  background-color: transparent;
  border: 1px solid #e6e6e6;
  color: inherit;
  font-size:16px;
  height: 100px;
  padding: 0.4em 0.8em;
  width: 100%;
}	
.submitBtn{
	font-size:16px;
	font-weight:900;
	color:#FFF;
	margin:0 auto;
	text-align:center;
	display:block;
	background:#f15a24;
	width:300px;
	margin:50px auto 100px;
	padding:10px;
	border-radius:2px;
	border: none;
	}
.priceTl{
	font-size:28px;
	color:#333;
	height:120px;
	line-height:120px;
	font-weight: bold;
	text-align:center;
}

.nav-justified li a{
	color: #333333 !important;
}



.navbar-nav li a{
	color: #333 !important;
}
.image{
  position: relative;
  width: 100%;/*　トリミングしたい枠の幅（固定にしたい場合はサイズを入力）　*/
  padding-top: 100vh;/*　トリミングしたい枠の高さ（固定にしたい場合はサイズを入力）　*/
  overflow: hidden ;/*　画像が枠からはみ出た部分はトリミング（非表示）する　*/
}
.image video{
/* 画像を上下左右に中央配置する（絶対指定） */
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  /* 画像の最大サイズは枠の1.5倍まで */
  max-width: 300vw;
  max-height: 150vh;
}
.border-right{border-right:1px solid #404080!important}
.border-left{border-left:1px solid #404080!important}

.container .row img{
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, .2);
	}

.card-body h3{
	font-size: 20px;
}
img{width: 100%;}

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

/* ====== カラー指定 ====== */
.brand-color {
	color: #161659 !important;
}
.bg-brand-color {
	background-color: #161659 !important;
}

.orange-color{
	color: #f05a24;
}




/* ====== 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: #161659;
}
/*----------------------------
  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-link {
	padding-top: .75rem;
	padding-bottom: .75rem;
	font-size: 12px;
	color: #FFF;
}
.nav-link:hover {
	color: #FFF;
}
.nav-underline .active {
	font-weight: 500;
	color: #343a40;
}

/*----------------------------
  TOP ページ
-----------------------------*/
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: #161659;
	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: #161659;
	color: #ffffff;
	padding-top: 2px;
}
#sec6 .circle-a {
	background: #ffffff;
	color: #161659;
	border: 3px solid #161659;
}
.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;
}
	
	
#typewriter,
#typewriter2{
	font-size: 2rem;
	text-align: left;
	}
}

/* END */
/* 極小デバイス（縦向きモバイル, 576px 未満）
==============================================*/
@media screen and (max-width: 575.98px) {
.navbar-nav li a{
	color: #333333 !important;
}
	
	
.navbar-nav li.border-right a{
	color: #FFFFFF !important;
}
	
	
	
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;
    }
.nav-link {
	font-size: 16px;
}
	
	
.image video{
  max-width: 385vw;
}
header .catch {
	bottom: 50vw;
}
	

.tbl-r {
	width:95%;
}
	
	


}


/* 2023/07/01追加 google partner
==============================================*/
.gp_pc{
    display: block;
    width: 80%;
    margin-left: 10%;
}
.gp_sp{
    display: none;
}


@media screen and (max-width: 768px) {
.gp_pc{
    display:none;
}
.gp_sp{
    display: block;
    width: 100%;
}
}


/* END */