
/* 特大デバイス（ワイド・デスクトップ, 1200px 以上）
==============================================*/
@media screen and (min-width: 1200px) {
    
#footer #footer-contents > div{
    border-left: 1px solid #333333;
    border-right: 1px solid #333333;
    border-collaps: collapse;
}
#footer #footer-contents > div:last-child{
    border-right: 1px solid #333333;
}
#footer img {
width: 100%;
}  
#page-top .jumbotron02-fluid{
    height: 1250px;
    background-color: #f1efff;
    border-bottom: #dddddd;
    background: url("../img/top-main02.png") no-repeat center center;
    background-size:cover;
}
#page-top .jumbotron04-fluid{
    height: 1250px;
    background-color: #f1efff;
    border-bottom: #dddddd;
    background: url("../img/top-main03.png") no-repeat center center;
    background-size:cover;
}
#page-top .jumbotron05-fluid{
    height: 1250px;
    background-color: #f1efff;
    border-bottom: #dddddd;
    background: url("../img/top-main04.png") no-repeat center center;
    background-size:cover;
}	
} /* END */

/* 大デバイス（デスクトップ, 1200px 未満）
==============================================*/
@media screen and (max-width:1199.98px) {

/* トップページ：各セクション */
    
#sec2 .row {
    background-size: auto 550px;
}

} /* END */


/* 中デバイス（タブレット, 992px 未満）
==============================================*/
@media screen and (max-width:991.98px) {
#footer #footer-contents > div{
    border-bottom: 1px solid #333333;
    border-left: none;
    border-right: none;
    padding-bottom: 1rem;
}
#footer img {
    width: 100%;
    max-width: 748px;
    margin: 0 auto;
}

/* トップページ：各セクション */    
#sec00 img {
    width: 100%;

}    
#sec2 img {
    width: 80%;
    height: 80%;
	margin-left: 40px;
	margin-top: 10px;
}   
	
} /* END */

/* 小デバイス（横向きモバイル, 768px 未満）
==============================================*/
@media screen and (max-width:767.98px) {
h1{
    font-size: 2rem;
}    
main .btn{
    font-size: 0.95rem;
}
	
main .btn{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    font-size: 1.5rem;
}	
#footer #footer-contents > div:first-child {
    border-right: none !important;
}

#footer img {
	width: 360px;
}

#footer .container{
    padding-top: 0px;
}
#footer .container .row{
    margin-bottom: 0;
}

#footer #copyright{
    border-top: 1px solid #333333;
    background-color: #264c70;
    color: #eeeeee;
}
#footer #copyright{
    font-size: 0.8rem;
}
#footer h2{
    margin: 2rem 0;
}
/* スマホ改行 */
@media screen and (max-width: 600px){
  .pcbr{
    display: none;
  }
　.spbr{
    display: none;
  }
}

@media screen and (min-width: 600px){
  .sp{
    display: none;
  }
  .spbr{
    display: none;
  }
}

.long_word{
  white-space: nowrap;
}
/* ナビ */
/* header（デモの参考値） */
.demobox-header{
background: #d2dfe5;
height: 64px;
padding: 1em;
}
/* headerのサイト名（デモの参考値） */
.demobox-sitename{
font-weight: 700;
font-size: 18px;
}
/* 全体調整CSS */
.hamburger-demo-menubox *{
	font-size: 16px;
}
.hamburger-demo-menubox li{
	font-size: 14px;
}
/* hamburgerここから */
	/* inputを非表示 */
.input-hidden{
	display: none;
}
	/* label */
.hamburger-demo-switch{
	cursor: pointer;
	position: absolute;
	right: 3%;
	top: 0; /* ハンバーガーアイコンの位置（上から） */
	z-index: 9999;
	width: 4em; /* アイコン（クリック可能領域）の幅 */
	height: 4em; /* アイコン（クリック可能領域の）高さ */
}
/* メニュー展開時にハンバーガーアイコンを固定 */
#hamburger-demo1:checked ~ .hamburger-demo-switch{
	position: fixed;
}
/* ハンバーガーアイコン */
.hamburger-switch-line1, .hamburger-switch-line1:before, .hamburger-switch-line1:after{
	width: 25px;
	height: 3px;
	background: #3e6f9d; /* ハンバーガーアイコンの色 */
	position: absolute;
	top: 50%;
	left: 50%;
	transition: .3s;
	content: "";
}
.hamburger-switch-line1{
		transform: translate(-50%, -50%);
}
.hamburger-switch-line1:before{
	transform: translate(-50%, -300%);
}
.hamburger-switch-line1:after{
	transform: translate(-50%, 200%);
}
/* ハンバーガーアイコン･アニメーション */
#hamburger-demo1:checked ~ .hamburger-demo-switch .hamburger-switch-line1{
	width: 0;
}
#hamburger-demo1:checked ~ .hamburger-demo-switch .hamburger-switch-line1:before{
	transform: rotate(45deg) translate(-40%, 325%);
}
#hamburger-demo1:checked ~ .hamburger-demo-switch .hamburger-switch-line1:after{
	transform: rotate(-45deg) translate(-40%, -325%);
}
/* メニューエリア */
.hamburger-demo-menuwrap{
	position: fixed;
	height: 100%;
	background: #d2dfe5; /* メニューエリアの背景色 */
	padding: 5em 3% 2em;
	z-index: 9998;
	transition: .3s;
	overflow-y: scroll; /* メニュー内容が多い場合に縦スクロールする */
	top: 0;
	left: 100%;
	width: 100%;
}
/* メニューリスト */
.hamburger-demo-menulist{
	margin-right: 3%;
	padding-left: 5% !important; /* !important不要な場合もあり */
	list-style: none;
}
.hamburger-demo-menulist li a{
	text-decoration: none;
	color: #333; /* メニューリストの文字色 */
	display: block;
	padding: .5em 0;
	font-size: 20px;
	font-weight: bold;
}

/* メニューエリア･アニメーション */
	/* 右から */
#hamburger-demo1:checked ~ .hamburger-demo-menuwrap{
	left: 30%;
}
	/* コンテンツカバー */
#hamburger-demo1:checked ~ .hamburger-demo-cover{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9997;
	background: rgba(3,3,3,.5);
	display: block;
}
/* トップページ：各セクション */
#page-top .jumbotron-fluid{
    height: 0px;
	width: 100%;
    background-color: #f1efff;
    border-bottom: #dddddd;
    background: url("../img/top-main_sp.jpg") no-repeat center center;
    background-size:cover;
}  

#page-top h1 + small {
    font-size: 1.5rem;
}
#page-top .jumbotron-fluid{
    height: 320px;
}
#page-top section{
    padding-top: 50px;
}
#page-top .jumbotron02-fluid {
    height: 950px;
}
#page-top .jumbotron02-fluid .txt_gazo{
    width: 95%;
}
#page-top .jumbotron04-fluid {
    height: 950px;
}
#page-top .jumbotron04-fluid .txt_gazo{
    width: 95%;
}
#page-top .jumbotron05-fluid {
    height: 950px;
}
#page-top .jumbotron05-fluid .txt_gazo{
    width: 95%;
}
#page-top .jumbotron06-fluid {
    height: 830px;
}
#page-top .jumbotron06-fluid .txt_gazo{
    width: 95%;
}
#page-top section .container > h2{
    margin-bottom: 20px;
    font-size: 1.5rem;
}
#page-top section .container > h2 + p{
    margin-bottom: 40px;
}
#page-top section .container h3{
    font-size: 1.2rem;
}
#sec0 .txt_01 > img{
    tmargin-left: 10px;
	margin-top: 50px;
	width: 80%;
}
#sec0 .txt_gazo > img{
    text-align: center;
	width: 80%;
}
#sec00 .col-md-24 > img{
    text-align: center;
	margin-top: 10px;
	width: 80%;
	margin-left: 0px;
}
#sec00 .col-md-25 img{
    text-align: center;
	width: 100%;
	margin-top: 80px;
}
#sec2 {
    background: linear-gradient(to bottom, #d2e1e6, #f5fafa);
}
#sec2 .row {
    background-size: auto 400px;
}
#sec2 span {
    line-height: 1.5;
}
#sec2 span {
    font-size: 1.5rem;
    font-weight: bold;
    color: #134a7f;
    line-height: 110%;
    margin-top: 0.5rem;
    display: block;
}
#sec2 P  {
	font-size: 1.0rem;
	margin-top:2rem;
	margin-bottom:2rem;
	line-height: 2;
	font-weight: bold;
	color: #084d85;
}
#sec3 P  {
	font-size: 1rem;
	margin-top:2rem;
	margin-bottom:2rem;
	line-height: 2;
	font-weight: bold;
	color: #fff;
}
#sec3 h1  {
	font-size: 3.5rem;
	margin-top:0.5rem;
	margin-bottom:0;
	line-height: 1.2;
	font-weight: bold;
	color: #ffce11;
}
#sec3 h2  {
	font-size: 2rem;
	margin-top:0.2rem;
	margin-bottom:1rem;
	line-height: 1.5;
	font-weight: bold;
	color: #fff;
}
#sec3 img{
    text-align: center;
	width: 100%;
	margin-top: 30px;
}
#sec4 .card-body .card-subtitle{
    font-size: 0.75rem;
}
#sec4 P  {
	font-size: 1.0rem;
	margin-top:2rem;
	margin-bottom:2rem;
	line-height: 2;
	font-weight: bold;
	color: #fff;
}
#sec4 h1  {
	font-size: 3.5rem;
	margin-top:0.5;
	margin-bottom:0;
	line-height: 1.2;
	font-weight: bold;
	color: #084d85;
}
#sec4 h2  {
	font-size: 2rem;
	margin-top:0.5rem;
	margin-bottom:1rem;
	line-height: 1.5;
	font-weight: bold;
	color: #fff;
}
#sec5 P  {
	font-size: 1.0rem;
	margin-top:2rem;
	margin-bottom:2rem;
	line-height: 1.2;
	font-weight: bold;
	color: #fff;
}
#sec5 h1  {
	font-size: 3.5rem;
	margin-top:0;
	margin-bottom:0;
	line-height: 1.2;
	font-weight: bold;
	color: #ffce11;
}
#sec5 h2  {
	font-size: 2.2rem;
	margin-top:0.5rem;
	margin-bottom:1rem;
	line-height: 1.5;
	font-weight: bold;
	color: #fff;
}
#sec5 h3  {
	font-size: 2.2rem;
	margin-top:-2rem;
	margin-bottom:1rem;
	line-height: 2;
	margin-left: 180px;
	font-weight: bold;
	color: #fff;
}
#sec5 .sec5{
    background-color: #0a8c46;
}
#sec5 > div:nth-child(1) img {
    width: 80%;
	margin-left: 30px;
}
#sec7 a {
  background-color: #084d85;
  border: 1px solid #084d85;
  border-radius: 0px;
  color: #d2dfe5;
  display: inline-block;
  font-size: 30px;
  padding: 0px;
  position: relative;
  text-decoration: none;
  height: 70px;
}
#sec7 .sec7{
    background-color: #084d85;
}
#sec10 img{
    text-align: center;
	width: 110%;
	margin-left: -15px;
	margin-top: 10px;
}
#sec10 P {
	font-size: 1.2rem;
	margin-top:1.5rem;
	margin-bottom:2rem;
	line-height: 2;
	font-weight: bold;
	color: #134a7f;
}
#sec10  {
	height: 450px;
}
#sec10 span {
    font-size: 1.5rem;
    font-weight: bold;
    color: #134a7f;
    line-height: 1.5;
    margin-top: 0.5rem;
	margin-bottom: 1.5rem;
    display: block;
}
#sec11 {
	background: linear-gradient(to bottom, #d7e5e9, #d2e1e6);
	height: 180px;
}
/* スクロールダウンの位置 */
.scroll {
  position: absolute;
  right: 50%;
  top: 135%;
  writing-mode: vertical-rl;
}
/* ボタン */
/* 003 */

/* ボタンの共通CSS */
.btn003 {
  margin-top: 30px;
  text-align: center;
}
.btn003 a {
  background-color: #0a91a0;
  border: 1px solid #ffce11;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  padding: 20px;
  position: relative;
  text-decoration: none;
  width: 350px;
}
/* 通常の矢印(hoverで反転) */
.btn003 a {
  transition: all .5s;
}
.btn003 a::before {
  border-right: 3px solid #fff;
  border-top: 3px solid #fff;
  bottom: 0;
  content: "";
  height: 10px;
  margin: auto;
  position: absolute;
  right: 40px;
  top: 0;
  transform: rotate(45deg);
  transition: all .5s; 
  width: 10px;
}
.btn003 a:hover {
  background-color: #ffce11;
  color: #fff;
}
.btn003 a:hover::before {
  border-right: 3px solid #fff;
  border-top: 3px solid #fff;
}
/* 008 */
/* ボタンの共通CSS */
.btn008 {
  margin-top: 10px;
  text-align: center;
}
.btn008 a {
  background-color: #d2dfe5;
  border: 1px solid #3e6f9d;
  border-radius: 50px;
  color: #3e6f9d;
  display: inline-block;
  font-size: 20px;
  padding: 20px;
  position: relative;
  text-decoration: none;
  width: 350px;
}
/* 通常の矢印(hoverで反転) */
.btn008 a {
  transition: all .5s;
}
.btn008 a::before {
	 border-right: 3px solid #3e6f9d;
  border-top: 3px solid #3e6f9d;
  bottom: 0;
  content: "";
  height: 10px;
  margin: auto;
  position: absolute;
  right: 40px;
  top: 0;
  transform: rotate(45deg);
  transition: all .5s; 
  width: 10px;
}
.btn008 a:hover {
  background-color: #3e6f9d;
  color: #fff;
}
.btn008 a:hover::before {
  border-right: 3px solid #fff;
  border-top: 3px solid #fff;
}
/* 006 */
/* ボタンの共通CSS */
.btn006 {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.btn006 a {
  background-color: #ffce11;
  border: 1px solid #ffce11;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  padding: 20px;
  position: relative;
  text-decoration: none;
  width: 350px;
}
/* 通常の矢印(hoverで反転) */
.btn006 a {
  transition: all .5s;
}
.btn006 a::before {
  border-right: 3px solid #fff;
  border-top: 3px solid #fff;
  bottom: 0;
  content: "";
  height: 10px;
  margin: auto;
  position: absolute;
  right: 40px;
  top: 0;
  transform: rotate(45deg);
  transition: all .5s; 
  width: 10px;
}
.btn006 a:hover {
  background-color: #fff;
  color: #ffce11;
}
.btn006 a:hover::before {
  border-right: 3px solid #ffce11;
  border-top: 3px solid #ffce11;
}
/* 009 */
/* ボタンの共通CSS */
.btn009 {
  margin-top: 50px;
  margin-bottom: 100px;
  text-align: center;
}
.btn009 a {
  background-color: #3e6f9d;
  border: 1px solid #3e6f9d;
  border-radius: 50px;
  color: #fbfbf2;
  display: inline-block;
  font-size: 20px;
  padding: 20px;
  position: relative;
  text-decoration: none;
  width: 350px;
}
/* 通常の矢印(hoverで反転) */
.btn009 a {
  transition: all .5s;
}
.btn009 a::before {
	 border-right: 3px solid #fff;
  border-top: 3px solid #fff;
  bottom: 0;
  content: "";
  height: 10px;
  margin: auto;
  position: absolute;
  right: 40px;
  top: 0;
  transform: rotate(45deg);
  transition: all .5s; 
  width: 10px;
}
.btn009 a:hover {
  background-color: #fff;
  color: #3e6f9d;
}
.btn009 a:hover::before {
  border-right: 3px solid #fff;
  border-top: 3px solid #fff;
}
/* 丸button */
/* ボタンの共通CSS */
.button {
  width: 200px;
  margin-top: 20px;
  margin-left: 120px;
  margin-bottom: 10px;
  text-align: center;
}
.simple-button {
  transform: .3s;
}

.simple-button:hover {
  opacity: .6;
}
.button-link {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #333;
  transition: .3s;
}
.button a {
  text-decoration: none;
  color: #3e6f9d;
}
.button a:hover {
  background-color: #3e6f9d;
  color: #fff;
}
.button-text {
  font-size: 18px;
　font-weight: bold;
}
.simple-circle {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d2dfe5;
  border: 1px solid #3e6f9d;
}
/* 電話 */
@media screen and (min-width: 768px){
a[href*="tel:"] {
    pointer-events: none; /*①アンカーのtelを無効化*/
    cursor: default; /*②アンカーのポインターをデフォルトにする*/
    text-decoration: none;
}
}

/* 画像アニメーション */
.fade-wrap { /* デモ用コード　*/
  display:flex;
  align-items:center;
}

/* ここから共通コード　*/
.fade-target {
  font-size:2rem;
  opacity: 0;
}
.fade-target.is-show {
  opacity: 1;
  animation-fill-mode: both;
  animation-duration: 0.8s;
}


/* ここから各サンプル用コード　*/

/* sample02: ズームフェードイン */
.sample02.is-show {
  animation-name: zoomFadeIn;
}
@keyframes zoomFadeIn {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* sample03: 左からスライドイン */
.sample03.is-show {
  animation-name: slideInLeft;
}
@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* sample04: ブラー付きスライドイン */
.sample04.is-show {
  animation-name: blurSlideIn;
}
@keyframes blurSlideIn {
  from {
    opacity: 0;
    transform: translateY(20px);
    filter: blur(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

/* sample05: 回転して登場 */
.sample05.is-show {
  animation-name: rotateIn;
}
@keyframes rotateIn {
  from {
    opacity: 0;
    transform: rotate(-180deg) scale(0.5);
  }
  to {
    opacity: 1;
    transform: rotate(0deg) scale(1);
  }
}

/* sample06: チカチカしながら出現 */
.sample06.is-show {
  animation-name: flashIn;
}
@keyframes flashIn {
  0%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0.2;
  }
  50% {
    opacity: 1;
  }
}

/* sample07: バウンドしながら登場 */
.sample07.is-show {
  animation-name: bounceIn;
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: translateY(300px);
  }
  60% {
    opacity: 1;
    transform: translateY(-20px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}

/* sample08: タイプライター風 */
.sample08 {
  white-space: nowrap;
  overflow: hidden;
}
.sample08.is-show {
  animation-name: typewriter;
  animation-duration: 2s;
  animation-timing-function: steps(30);
}
@keyframes typewriter {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

/* sample09: バブル風ポップアップ */
.sample09.is-show {
  animation-name: bubblePop;
}
@keyframes bubblePop {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  70% {
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    transform: scale(1);
  }
}

/* sample10: 右下からズームイン */
.sample10.is-show {
  animation-name: zoomInRightBottom;
}
@keyframes zoomInRightBottom {
  0% {
    transform: scale(0.5) translate(50px, 50px);
    opacity: 0;
  }
  100% {
    transform: scale(1) translate(0, 0);
    opacity: 1;
  }
}
/* スクロールスペーサー */
.spacer {
  height: 100vh;
}

/* 下層ページ */
    
#page section {
    padding: 3rem 0 0;
}
  
} /* END */


/* 極小デバイス（縦向きモバイル, 576px 未満）
==============================================*/
@media screen and (max-width:575.98px) {
.navbar-collapse .btn {
    margin: 10px auto;
}
    
/* トップページ：各セクション */
    
#sec2 .row {
    background-size: auto 300px;
}

/* 下層ページ */

#page section {
    padding: 2rem 0 0;
}    
    
} /* END */