@charset "utf-8";

/* *****共通設定***** */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
/*html body img a
－－－－－－－*/
html, body {
  width: 100%;
  -webkit-text-size-adjust: none;
  background-color: #fbfbf2;
  font-family: 'Noto Sans JP', sans-serif;
  color: #000000;
  line-height: 1.5;
}
/* *****共通設定***** */
main{
    display: block;
    background-color: #fbfbf2;
}
main .btn{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    font-size: 1.5rem;
}
h1 { font-size: 4.5rem; }
h2, h3{
   color: #2a5f92;
}
.gray {
    color: #6c757d;
}
.card{
    border-color: #e0c7b2;
}
.img-thumbnail {
    width: 100%;
    padding: .25rem;
    background-color: transparent;
    border: none;
}
/* スマホ改行 */
@media screen and (max-width: 600px){
  .pc{
    display: none;
  }
　.spbr{
    display: none;
  }
}

@media screen and (min-width: 600px){
  .sp{
    display: none;
  }
  .spbr{
    display: none;
  }
}

.long_word{
  white-space: nowrap;
}

/* ヘッダー(navbar) */
.navbar{
    border-bottom: 1px solid #3e6f9d;
    background-color: #ffffff;
}

.navbar .navbar-collapse{
    flex-grow: 0;
}
.navbar .navbar-brand{
    height: 50px;
}
.navbar .navbar-brand img{
    height: 100%;
}
.navbar .navbar-nav .active > .nav-link{
    color: #ffce11;
}
.navbar .navbar-nav .nav-link{
    color: #3e6f9d;
}
.navbar .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(238,238,238,1);
}
/* ナビ */
/* 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: 80%;
}
/* メニューリスト */
.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;
}

/* フッター */
#footer{
    background-color: #2a5f92;
}
#footer .container{
    color: #eeeeee;
}
#footer .footer-ttl{
    font-size: 1rem;
    font-weight: bold;
    margin: 1.5rem 0;
    color: #ffce11;
}
#footer address p,
#footer #footer-news li{
    margin-bottom: 0.5rem;
}
#footer #footer-news ul{
    margin: 0;
    padding: 0
}
#footer #footer-news ul{
    list-style: none;
}
#footer #footer-news li span{
    display: inline-block;
    margin-right: 0.5rem;
}
#footer #copyright{
    border-top: 1px solid #333333;
    background-color: #264c70;
}
#footer #copyright p{
    color: #fff;
}
#footer img {
	width: 360px;
}

/* マップ */
.map iframe {
	width: 100%;
	height: 450px;
}

/* スクロールスペーサー */
.spacer {
  height: 300vh;
}

/* 画像アニメーション */
.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;
  }
}

/* ボタン */
/* 003 */
/* ボタンの共通CSS */
.btn003 {
  margin-top: 30px;
  text-align: left;
}
.btn003 a {
  background-color: #0a91a0;
  border: 1px solid #ffce11;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  text-align: center;
  padding: 12px;
  position: relative;
  text-decoration: none;
  width: 300px;
}
/* 通常の矢印(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;
}
/* 004 */
/* ボタンの共通CSS */
.btn004 {
  margin-top: 30px;
  text-align: left;
}
.btn004 a {
  background-color: #968c0a;
  border: 1px solid #084d85;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  text-align: center;
  padding: 12px;
  position: relative;
  text-decoration: none;
  width: 300px;
}
/* 通常の矢印(hoverで反転) */
.btn004 a {
  transition: all .5s;
}
.btn004 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;
}
.btn004 a:hover {
  background-color: #084d85;
  color: #fff;
}
.btn004 a:hover::before {
  border-right: 3px solid #fff;
  border-top: 3px solid #fff;
}
/* 005 */
/* ボタンの共通CSS */
.btn005 {
  margin-top: 30px;
  text-align: left;
}
.btn005 a {
  background-color: #0a8c46;
  border: 1px solid #ffce11;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  text-align: center;
  padding: 12px;
  position: relative;
  text-decoration: none;
  width: 300px;
}
/* 通常の矢印(hoverで反転) */
.btn005 a {
  transition: all .5s;
}
.btn005 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;
}
.btn005 a:hover {
  background-color: #ffce11;
  color: #fff;
}
.btn005 a:hover::before {
  border-right: 3px solid #fff;
  border-top: 3px solid #fff;
}
/* 006 */
/* ボタンの共通CSS */
.btn006 {
  margin-top: 30px;
  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: 750px;
}
/* 通常の矢印(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: #d2e1e6;
  color: #ffce11;
}
.btn006 a:hover::before {
  border-right: 3px solid #ffce11;
  border-top: 3px solid #ffce11;
}
/* 007 */
/* ボタンの共通CSS */
.btn007 {
  margin-top: 30px;
  text-align: center;
}
.btn007 a {
  background-color: #084d85;
  border: 1px solid #084d85d;
  border-radius: 0px;
  color: #d2dfe5;
  display: inline-block;
  font-size: 20px;
  padding: 20px;
  position: relative;
  text-decoration: none;
  width: 100%;
}
/* 通常の矢印(hoverで反転) */
.btn007 a {
  transition: all .5s;
}
.btn007 a::before {
  border-right: 3px solid #084d85;
  border-top: 3px solid #084d85;
  bottom: 0;
  content: "";
  height: 10px;
  margin: auto;
  position: absolute;
  right: 40px;
  top: 0;
  transform: rotate(45deg);
  transition: all .5s; 
  width: 10px;
}
.btn007 a:hover {
  background-color: #084d85;
  color: #fff;
}
.btn007 a:hover::before {
  border-right: 3px solid #fff;
  border-top: 3px solid #fff;
}
/* 008 */
/* ボタンの共通CSS */
.btn008 {
  margin-top: 200px;
  margin-bottom: 20px;
  text-align: center;
}
.btn008 a {
  background-color: #d2dfe5;
  border: 1px solid #084d85;
  border-radius: 50px;
  color: #084d85;
  display: inline-block;
  font-size: 20px;
  padding: 20px;
  position: relative;
  text-decoration: none;
  width: 750px;
}
/* 通常の矢印(hoverで反転) */
.btn008 a {
  transition: all .5s;
}
.btn008 a::before {
	 border-right: 3px solid #084d85;
  border-top: 3px solid #084d85;
  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: #084d85;
  color: #fff;
}
.btn008 a:hover::before {
  border-right: 3px solid #fff;
  border-top: 3px solid #fff;
}
/* 009 */
/* ボタンの共通CSS */
.btn009 {
  margin-top: 50px;
  margin-bottom: 100px;
  text-align: center;
}
.btn009 a {
  background-color: #084d85;
  border: 1px solid #084d85;
  border-radius: 50px;
  color: #fbfbf2;
  display: inline-block;
  font-size: 20px;
  padding: 20px;
  position: relative;
  text-decoration: none;
  width: 750px;
}
/* 通常の矢印(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: #084d85;
}
.btn009 a:hover::before {
  border-right: 3px solid #fff;
  border-top: 3px solid #fff;
}
/* 丸button */
/* ボタンの共通CSS */
.button {
  width: 380px;
  margin-top: 40px;
  margin-left: 180px;
}
.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: #084d85;
}
.button a:hover {
  background-color: #084d85;
  color: #fff;
}
.button-text {
  font-size: 18px;
　font-weight: bold;
}
.simple-circle {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d2dfe5;
  border: 1px solid #084d85;
}
/* 電話 */
@media screen and (min-width: 768px){
a[href*="tel:"] {
    pointer-events: none; /*①アンカーのtelを無効化*/
    cursor: default; /*②アンカーのポインターをデフォルトにする*/
    text-decoration: none;
}
}
/* *****トップページ***** */
/* メイン画像 */
h1{
    font-weight: bold !important;
    color: #ffce11;
}
#page-top h1 + span {
    font-size: 3rem;
    font-weight: bold;
    color: #ffffff;
    line-height: 110%;
    margin-top: 0.2rem;
    display: block;
}
#page-top .jumbotron-fluid{
    height: 640px;
    background-color: #f1efff;
    border-bottom: #dddddd;
    background: url("../img/top-main.jpg") no-repeat center center;
    background-size:cover;
}
#page-top .jumbotron-fluid .container{
    height: 100%;
}
#page-top .jumbotron-fluid .btn{
    padding-left: 3rem;
    padding-right: 3rem;
    margin-top: 1.5rem;
    font-weight: bold;
	border-width: 3px;
    border-color: #fff;
}
/* TOP02 */
#page-top h1 + span {
    font-size: 1.5rem;
    font-weight: bold;
    color: #134a7f;
    line-height: 110%;
    margin-top: 1.5rem;
    display: block;
}
#page-top .jumbotron02-fluid{
    height: 1300px;
    background-color: #f1efff;
    border-bottom: #dddddd;
    background: url("../img/top-main02.png") no-repeat center center;
    background-size:cover;
}
#page-top .jumbotron02-fluid .container{
    height: 100%;
}
#page-top .jumbotron02-fluid .btn{
    padding-left: 3rem;
    padding-right: 3rem;
    margin-top: 1.5rem;
    font-weight: bold;
	border-width: 3px;
    border-color: #fff;
}
/* TOP03 */

/* TOP04 */
#page-top h1 + span {
    font-size: 1.5rem;
    font-weight: bold;
    color: #134a7f;
    line-height: 110%;
    margin-top: 1.5rem;
    display: block;
}
#page-top .jumbotron04-fluid{
    height: 1200px;
    background-color: #f1efff;
    border-bottom: #dddddd;
    background: url("../img/top-main03.png") no-repeat center center;
    background-size:cover;
}
#page-top .jumbotron04-fluid .container{
    height: 100%;
}
#page-top .jumbotron04-fluid .btn{
    padding-left: 3rem;
    padding-right: 3rem;
    margin-top: 1.5rem;
    font-weight: bold;
	border-width: 3px;
    border-color: #fff;
}
/* TOP05 */
#page-top h1 + span {
    font-size: 1.5rem;
    font-weight: bold;
    color: #134a7f;
    line-height: 110%;
    margin-top: 1.5rem;
    display: block;
}
#page-top .jumbotron05-fluid{
    height: 1200px;
    background-color: #f1efff;
    border-bottom: #dddddd;
    background: url("../img/top-main04.png") no-repeat center center;
    background-size:cover;
}
#page-top .jumbotron04-fluid .container{
    height: 100%;
}
#page-top .jumbotron04-fluid .btn{
    padding-left: 3rem;
    padding-right: 3rem;
    margin-top: 1.5rem;
    font-weight: bold;
	border-width: 3px;
    border-color: #fff;
}
/* TOP06 */
#page-top h1 + span {
    font-size: 1.5rem;
    font-weight: bold;
    color: #134a7f;
    line-height: 110%;
    margin-top: 1.5rem;
    display: block;
}
#page-top .jumbotron06-fluid{
    height: 1000px;
    background-color: #fff;
    border-bottom: #dddddd;
    background: url("../img/top-main05.png") no-repeat center center;
    background-size:cover;
	margin-top: 0px;
}
#page-top .jumbotron06-fluid .container{
    height: 60%;
}
#page-top .jumbotron06-fluid .btn{
    padding-left: 3rem;
    padding-right: 3rem;
    margin-top: 1.5rem;
    font-weight: bold;
	border-width: 3px;
    border-color: #fff;
}

#page-top .jumbotron06-fluid > img {
    width: 15%;
	margin-top: 10px;
}
#page-top .jumbotron06-fluid > span {
    font-size: 1.5rem;
    font-weight: bold;
    color: #134a7f;
    line-height: 110%;
    margin-top: 1.5rem;
	margin-bottom: 1.5rem;
    display: block;
}

/* 各セクション */
#page-top section{
    border-bottom: 1px solid #d2dfe5;
    background-color: #d2dfe5;
	padding: 5rem 0;
}

#page-top section:nth-child(odd){
    background-color: #d2dfe5;
}
#page-top section .container > h2{
    margin-bottom: 30px;
    font-size: 2.5rem;
}
#page-top section .container > h2 + p{
    max-width: 700px;
	margin-top: 20px;
	margin: 0 auto 50px;
}
#sec00 .col-md-24 > img{
    text-align: center;
	margin-top: 10px;
	width: 800px;
	margin-left: 200px;
}
#sec00 .col-md-25 img{
    text-align: center;
	width: 580px;
	margin-top: 80px;
}
#sec10 img{
    text-align: center;
	margin-top: 80px;
	margin-left: 80px;
	width:83%; 
}
#sec10 P {
	font-size: 1.5rem;
	margin-top:1.5rem;
	margin-bottom:2.5rem;
	line-height: 2;
	font-weight: bold;
	color: #134a7f;
}
#sec10 span {
    font-size: 1.8rem;
    font-weight: bold;
    color: #134a7f;
    line-height: 110%;
    margin-top: 1.5rem;
	margin-bottom: 1.5rem;
    display: block;
}
#sec10 {
	background-color: #084d85;
	height: 680px;
}
#sec11 {
	background: linear-gradient(to bottom, #dfeaed, #d2e1e6);
	height: 480px;
	margin-top: 200px;
}
#sec0 .txt_gazo > img{
    text-align: center;
	margin-top: 80px;
	margin-left: 50px;
	width: 300px;
}
#sec0 .txt_01 > img{
    text-align: center;
	margin-top: 150px;
	width: 30%;
}

#sec0  p{
    font-size: 1.5rem;
	margin-top:5rem;
	margin-bottom:5rem;
	line-height: 2;
	font-weight: bold;
	color: #fff;
}
#sec1 h3{
    font-size: 1.4rem;
}

#sec2 {
    line-height: 180%;
	background: linear-gradient(to bottom, #d2e1e6, #f5fafa);
}

#sec2 span {
    font-size: 1.5rem;
    font-weight: bold;
    color: #134a7f;
    line-height: 110%;
    margin-top: 2.5rem;
    display: block;
}
#sec2 img{
    width: 360px;
	margin-bottom: 80px;
}
#sec2 .row{
    min-height: 160px;
    color: #2f2f2f;
}
#sec3 .sec5{
    background-color: #0a8c46;
}
#sec3 article > .row {
    border: 1px solid #dddddd;
}
#sec3 > div:nth-child(1) img {
    width: 100%;
}

/*#sec4 > div:nth-child(2){
    margin-left: 220px;
}*/
#sec3 h3{
    margin-bottom: 0.1rem;
}
#sec3 article > div div header {
	padding: 10px;
}
#sec3 P  {
	font-size: 1.0rem;
	margin-top:3rem;
	margin-bottom:5rem;
	line-height: 2;
	/*font-weight: bold;*/
	color: #fff;
}
#sec3 h1  {
	font-size: 4.5rem;
	margin-top:0;
	margin-bottom:0;
	line-height: 1;
	font-weight: bold;
	color: #fff;
}
#sec3 h2  {
	font-size: 1.7rem;
	margin-top:0.5rem;
	margin-bottom:1rem;
	line-height: 2;
	font-weight: bold;
	color: #fff;
}
#sec3 h3  {
	font-size: 1.7rem;
	margin-top:-3rem;
	margin-bottom:1rem;
	line-height: 2;
	margin-left: 220px;
	font-weight: bold;
	color: #fff;
}

#sec4 .sec4{
    background-color: #968c0a;
}
#sec4 .card-body .clearfix p,
#sec4 .card-body .clearfix h3{
    margin-left: 115px;
    line-height: 130%;
}
#sec4 .card-body .card-title{
    margin-bottom: 5px;
    color: #333333;
}
#sec4 .card-body .card-subtitle{
    font-size: 0.9rem;
    margin-bottom: 5px;
    color: #968075;
}
#sec4 img {
    width: 100%;
}
#sec4 .btn {
    width: 100%;
	background-color: #333333;
	border: none;
	padding: 1rem 0;
}
#sec4 P  {
	font-size: 1rem;
	margin-top:1.8rem;
	margin-bottom:5rem;
	line-height: 2;
	/*font-weight: bold;*/
	color: #fff;
}
#sec4 h1  {
	font-size: 4.5rem;
	margin-top:-18px;
	margin-bottom:-15px;
	line-height: 1.1;
	font-weight: bold;
	color: #fff;
}
#sec4 h2  {
	font-size: 1.7rem;
	margin-top:-0.2rem;
	margin-bottom:2rem;
	line-height: 3;
	font-weight: bold;
	color: #fff;
}
#sec5 .sec5{
    background-color: #0a8c46;
}
#sec5 article > .row {
    border: 1px solid #dddddd;
}
#sec5 > div:nth-child(1) img {
    width: 100%;
}

/*#sec4 > div:nth-child(2){
    margin-left: 220px;
}*/
#sec5 h3{
    margin-bottom: 0.1rem;
}
#sec5 article > div div header {
	padding: 10px;
}
#sec5 P  {
	font-size: 1.0rem;
	margin-top:3rem;
	margin-bottom:5rem;
	line-height: 2;
	/*font-weight: bold;*/
	color: #fff;
}
#sec5 h1  {
	font-size: 4.5rem;
	margin-top:0;
	margin-bottom:0;
	line-height: 1;
	font-weight: bold;
	color: #fff;
}
#sec5 h2  {
	font-size: 1.7rem;
	margin-top:0.5rem;
	margin-bottom:1rem;
	line-height: 2;
	font-weight: bold;
	color: #fff;
}
#sec5 h3  {
	font-size: 1.7rem;
	margin-top:-3rem;
	margin-bottom:1rem;
	line-height: 2;
	margin-left: 220px;
	font-weight: bold;
	color: #fff;
}
#sec6 > div:nth-child(1) img {
    width: 100%;
}
#sec6 span {
    font-size: 1.5rem;
    font-weight: bold;
    color: #134a7f;
    line-height: 110%;
    margin-top: 1.5rem;
	margin-bottom: 1.5rem;
    display: block;
}
#sec7 a {
  background-color: #084d85;
  border: 1px solid #084d85;
  border-radius: 0px;
  color: #d2e1e6;
  display: inline-block;
  font-size: 30px;
  padding: 20px;
  position: relative;
  text-decoration: none;
  height: 100px;
}
#sec7 .sec7{
    background-color: #3e6f9d;
}
#sec7 .container{
    margin-top: -30px;
}	
#sec8 .sec8{
    background-color: #d2e1e6;
	height: 380px;
}
/* *****下層ページ***** */

#breadcrumb-wrapper{
    border-bottom: 1px solid #a29080;
}
#breadcrumb-wrapper,
.breadcrumb{
    font-size: 0.9rem;
    background-color: #333333;
}
.breadcrumb a{
    color: rgba(255,255,255,.5);
}
.breadcrumb a:hover,
.breadcrumb a:focus{
    color: rgba(255,255,255,1);
}
.breadcrumb-item+.breadcrumb-item::before{
    content: ">";
    padding-right: 1rem;
    color: rgba(255,255,255,.5);
}
.breadcrumb-item.active{
    color: #ffffff;
}
h1.page-ttl {
    font-size:2rem; 
}
#page h1 + span {
    font-size: 1.5rem;
    font-weight: bold;
    color: #134a7f;
    line-height: 110%;
    margin-top: 0.2rem;
    display: block;
}

#page article {
    padding: 5rem 0;
}

#page section {
    padding-bottom: 5rem;
}
#page section:last-child {
    padding-bottom: 0rem;
}

#page h1 + small {
    font-size: 1.5rem;
    color: #134a7f;
    line-height: 110%;
    margin-top: 0.2rem;
}
#page .jumbotron{
    background-color: #f1efff;
    border-bottom: #dddddd;
    background: url("../img/top-main.jpg") no-repeat center center;
    background-size:cover;
    border-radius: initial;
}
#page .jumbotron .container{
    padding: 0;
}
#page .jumbotron .container p{
    margin-bottom: 0;
}

#page .jumbotron .container{
    padding: 0;
}
#page .jumbotron .container p{
    margin-bottom: 0;
}
#page h2 + p{
    margin: 0 0 1.2rem;
}
#page main img{
    max-width: 100%;
}
#page .sample-title{
    display: flex;
    align-items: center;
    text-align: center;	
}

#page .sample-title::after {
    border-top: 3px dotted;
    content: "";
    display: inline; /* for IE */
    flex-grow: 1;
    margin-left: 0.5em;
}
#page .sample-title span{
    background-color: #fbfbf2;
}
#page .sample-subtitle{
    font-size: 1.5rem;
    font-weight: bold;
    color: #333333;
}

/* *****フォーム***** */

.form1 label{
    font-weight: bold;
    font-size: 0.9rem;
    margin-bottom: 1rem;
}
.form1 input,
.form1 textarea,
.form1 select{
    max-width: 768px;
}
.form1 .form-group{
    margin-bottom: 2rem;
}


/* スクロールダウンの位置 */
.scroll {
  position: absolute;
  right: 50%;
  top: 100%;
  writing-mode: vertical-rl;
}
/* 線のアニメーション部分 */
.scroll::before {
  animation: scroll 2s infinite;
  background-color: #000;
  bottom: -115px;
  content: "";
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
}
/* 線のアニメーション */
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
} 

html{
    overflow-x: hidden; /*画面外から現れるアニメーションの為に必要*/
}

/* ====== Animation Setting ====== */

.animation{
    visibility: hidden;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* 左からスラインドイン  ここから下のセットをいくつでも作れる*/
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: hidden;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: hidden;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

/* ====== TOPへ戻る ====== */
#page_top{
  width: 90px;
  height: 90px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #2a5f92;
  opacity: 0.6;
  border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f062';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: 'TOP';
  font-size: 16px;
  color: #fff;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/* スマートフォン用のスタイリング */
.pcnobr {
    display: none;
}

/* PC用のスタイリング */
@media screen and (min-width: 576px) {
    .pcnobr {
        display: block; /* スマートフォンでは非表示にした要素をPCでは表示する */
        white-space: nowrap; /* PCでは改行しない */
    }
}