@charset "utf-8";
/*
 * 小規模な装飾に関する共通のCSS
 */

/* 見出しテキスト 追加 */
.c_midashi01{
	font-size: 36px;
	letter-spacing: 0.08em;
}
.c_midashi01 .main{
	position: relative;
	display: inline-block;
	color: #e64e4e;
}
.c_midashi01 .main::before{
	content: '';
	position: absolute;
	bottom :0px;
	left: 0px;
	display: block;
	background-color: #e64e4e;
	width: 100%;
	height: 2px;
}
@media screen and (min-width: 768px) and (max-width: 1139px) {
	.c_midashi01{
		font-size: 24px;
	}
}
@media print{
	.c_midashi01{
		font-size: 19px;
	}
}
@media screen and (max-width: 767px) {
	.c_midashi01{
		font-size: 16px;
		line-height: 1.8;
	}
	.c_midashi01 .main{
		font-size: 18px;
	}
}

.c_midashi02{
	background-color: #041666;
	padding: 8px 0 10px 0;
	font-size: 32px;
	color: white;
	letter-spacing: 0.08em;
	text-align: center;
}
.c_midashi02.midashi02_blue{background-color: #041666;}
.c_midashi02.midashi02_green{background-color: #046629;}
@media screen and (min-width: 768px) and (max-width: 1139px) {
	.c_midashi02{
		font-size: 22px;
	}
}
@media print{
	.c_midashi02{
		font-size: 18px;
	}
}
@media screen and (max-width: 767px) {
	.c_midashi02{
		font-size: 18px;
	}
}

.c_midashi03{
	text-align: center;
}
.c_midashi03 .main{
	position: relative;
	display: inline-block;
	background-color: #fff;
	padding: 22px 60px;
	margin: 0;
	font-size: 36px;
	color: white;
	letter-spacing: 0.08em;
	z-index: 1;
}
.c_midashi03 .main::before,
.c_midashi03 .main::after{
	border-radius: 8px;
	border: #020c3b solid 1px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
	content: "";
	height: 100%;
	position: absolute;
	width: 100%;
}
.c_midashi03 .main::before{
	background-color: rgba(255, 255, 255, .3);
	left: 0;
	top: 0;
	z-index: -1;
}
.c_midashi03 .main::after{
	background-color: #020c3b;
	top: 5px;
	left: 5px;
	z-index: -2;
}
@media screen and (min-width: 768px) and (max-width: 1139px) {
	.c_midashi03 .main{
		font-size: 22px;
	}
}
@media print{
	.c_midashi03 .main{
		font-size: 18px;
	}
}
@media screen and (max-width: 767px) {
	.c_midashi03 .main{
		padding: 12px 20px;
		font-size: 17px;
	}
}

.c_midashi04{
	text-align: center;
}
.c_midashi04 .main{
	position: relative;
	display: inline-block;
	padding: 26px 0 32px 0;
}
.c_midashi04 .main .in{
	display: block;
	padding: 0 60px;
	margin: 0;
	font-size: 24px;
	letter-spacing: 0.08em;
}
.c_midashi04 .main::before{
	content: "";
	position: absolute;
	top: 10px;
	left: 0px;
	display: block;
	background-color: #333333;
	width: 100%;
	height: 1px;
}
.c_midashi04 .main::after{
	content: "";
	position: absolute;
	bottom: 10px;
	left: 0px;
	display: block;
	background-color: #333333;
	width: 100%;
	height: 1px;
}
.c_midashi04 .main .in::before{
	content: "";
	position: absolute;
	top: 0px;
	left: 10px;
	display: block;
	background-color: #333333;
	width: 1px;
	height: 100%;
}
.c_midashi04 .main .in::after{
	content: "";
	position: absolute;
	top: 0px;
	right: 10px;
	display: block;
	background-color: #333333;
	width: 1px;
	height: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1139px) {
	.c_midashi04 .main .in{
		padding: 0 40px;
		font-size: 20px;
	}
}
@media print{
	.c_midashi04 .main .in{
		padding: 0 20px;
		font-size: 17px;
	}
}
@media screen and (max-width: 767px) {
	.c_midashi04 .main .in{
		padding: 0 15px;
		font-size: 16px;
		text-align: left;
	}
}



/* 見出しテキスト汎用スタイル */
.c_txt-u60pbar{/* テキスト中央・下に60％のバー */
	letter-spacing: 0.08em;
	text-align: center;
}
.c_txt-u60pbar .in{
	position: relative;
	display: inline-block;
	padding-bottom: 10px;
	margin: 0;
	font-weight: 600;
	line-height: 1.4;
}
/** 先頭の文字色だけ変更パターン
.c_txt-u60bar .in:first-letter{
	color: #214b9f;
}
**/
.c_txt-u60pbar .in::before{
	content: '';
	position: absolute;
	bottom: 0px;
	left: 20%;
	display: block;
	background-color: #e3d31c;/* バー色指定 */
	width: 60%;
	height: 3px;
	z-index: 3;
}
@media screen and (min-width: 768px) and (max-width: 1139px) {
	.c_txt-u60pbar .in{
		padding-bottom: 22px;
	}
}
@media print{
	.c_txt-u60pbar .in{
		padding-bottom: 22px;
	}
}
@media screen and (max-width: 767px) {
	.c_txt-u60pbar .in{
		padding-bottom: 18px;
	}
}

.c_txt-lr30bar{/* テキスト中央・左右に30pxのバー */
	text-align: center;
}
.c_txt-lr30bar .in{
	position: relative;
	display: inline-block;
}
.c_txt-lr30bar .in::before{
	content: '';
	position: absolute;
	top: 50%;
	left: -50px;
	display: block;
	background-color: #171717;/* バー色指定 */
	width: 30px;
	height: 1px;
	z-index: 3;
}
.c_txt-lr30bar .in::after{
	content: '';
	position: absolute;
	top: 50%;
	right: -50px;
	display: block;
	background-color: #171717;/* バー色指定 */
	width: 30px;
	height: 1px;
	z-index: 3;
}
@media screen and (max-width: 767px) {
	.c_txt-lr30bar .in::before{
		left: -30px;
		width: 20px;
	}
	.c_txt-lr30bar .in::after{
		right: -30px;
		width: 20px;
	}
}

.c_txt-l30bar{/* テキスト前方に30pxのバー */
	position: relative;
	padding-left: 37px;
}
.c_txt-l30bar::before{
	content: '';
	position: absolute;
	top: 50%;
	left: 0px;
	display: block;
	background-color: #171717;/* バー色指定 */
	margin-top: -1px;
	width: 30px;
	height: 2px;
	z-index: 3;
}
@media screen and (max-width: 767px) {
	.c_txt-l30bar{/* 背景色あり、テキスト前にバー */
		padding-left: 22px;
	}
	.c_txt-l30bar::before{
		width: 15px;
	}
}


/* テキスト装飾 追加 */


/* テキスト装飾汎用スタイル */
.check_list{/* チェックマーク付きリスト */
	overflow: hidden;
}
.check_list li{
	background-image: url(../img/common/ic_check01.png);
	background-position: left 5px;
	background-repeat: no-repeat;
	padding: 3px 0 3px 32px;
}

/* ホバー部分の汎用CSS */
.c_bt-hv01{
	position: relative;
	display: block;/* 重複時書き換えがないよう注意 */
	text-decoration: none;
}
.c_bt-hv01::after{
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;/* ホバー高さ */
	background: #076715;/* ホバー色 */
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform .1s;
}
.c_bt-hv01:hover::after{
	transform: scale(1, 1);
}
.c_bt-hv01 .hv_txt{/* ボタン内テキスト位置 */
	position: relative;
	display: block;
	z-index: 3;
}
.c_bt-hv01:hover{/* ホバー時変化が起きないよう */
	color: white;
	text-decoration: none;
}

/* ボタン装飾 */
.c_bt01{
	overflow: hidden;
}
.c_bt01 a{
	overflow: hidden;
	display: block;
	position: relative;
	background: transparent;
	padding: 10px 0 12px 0;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	color: white;
	text-align: center;
	z-index: 1;
	transition: .3s;
}
.c_bt01.bt01_blue a{background-color: #041666;}
.c_bt01.bt01_green a{background-color: #046629;}
.c_bt01 a .bt_txt{
	position: relative;
	z-index: 3;
}
.c_bt01 a .bt_arrow{
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -9px;
	line-height: 1;
	z-index: 3;
}
.c_bt01 a::before{
	content: "";
	top: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	width: 100%;
	height: 100%;
	z-index: -1;
	transform-origin: 100% 50%;
	transform: scaleX(0);
	transition: transform ease .3s;
}
.c_bt01.bt01_blue a::before{background-color: #000b38;}
.c_bt01.bt01_green a::before{background-color: #003916;}
.c_bt01 a:hover{
	color: #fff;
	text-decoration: none;
}
.c_bt01 a:hover::before{
	transform-origin: 0% 50%;
	transform: scaleX(1);
}
@media screen and (max-width: 767px) {
	.c_bt01 a{
		padding: 8px 0 6px 0;
		font-size: 15px;
	}
	.c_bt01 a .bt_arrow{
		right: 10px;
		margin-top: 4px;
	}
	.c_bt01 a .bt_arrow img{
		width: 26px;
	}
}

/* アニメーション */
.c_anime01{   
	animation-name: c_anime01;/* 名称指定 */
	animation-delay: 0s;/* 開始時間指定 */
	animation-duration: 3s;/* 動作時間の指定 */
	animation-timing-function: ease-in-out;/* 徐々に早く徐々に遅く */
	animation-iteration-count: infinite;/* ループ */
}
@keyframes c_anime01{
	0% {
    transform: translateY(0);
	}
	50% {
    transform: translateY(-20px);
	}
	100% {
    transform: translateY(0);
	}
}

/* 画像トリミング */
.trim01{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 200px;
}
@media screen and (min-width: 768px) and (max-width: 1139px) {
	.trim01{
		height: 220px;
	}
}
@media print{
	.trim01{
		height: 220px;
	}
}
@media screen and (max-width: 767px) {
	.trim01{
		height: 180px;
	}
}
/* 枠内に収納 */ .trim01 img{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}

/* 画像ホバー時に拡大
		<div class="c_img-sz">
			<figure class="○○○"><img src="" alt="" width="" height="" class="object_fit-cover" ></figure>
		</div>
 */
.c_img-sz{
	overflow: hidden;
	width: 100%;
}
.c_img-sz img{
 transition: 0.5s all;
}
.c_img-sz img:hover{
  transform: scale(1.2,1.2);
  transition: 0.7s all;
}

/* 背景パララックス */
.c_parallax-bg{
	background-image: url();
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
	width: 100%;
	height: 460px;/* 高さ */
}
@media print{
	.c_parallax-bg{
	  background-attachment: inherit;
		height: 460px;/* 高さ */
	}
}

/* 背景layout */
.c_bg-f2f4ff{/* 背景色単色 */
	background-color: #f2f4ff;
}
.c_bg-f2fffc{
	background-color: #f2fffc;
}
.c_bg-041666{
	background-color: #041666;
}




/* ページング */
.paging .current,
.paging .paging-text{margin:0px 2px;color:#1475bc;border:1px solid #1475bc;display:inline;zoom:1;display:inline-block;overflow:hidden;text-decoration:none;font-size: 12px;}
.paging .paging-text a{padding:3px 8px; display:block;}
.paging .current{background: #1475bc;border:1px solid #1475bc;color:#fff;display:inline;zoom:1;padding:3px 8px;text-decoration:none;display:inline-block; cursor:pointer;}
.paging .paging-text a:hover{background: #e2edf4;text-decoration:none;cursor:pointer;}
@media screen and (max-width: 767px) {
	.paging .paging-text{margin:0px;font-size: 10px;}
	.paging .paging-text a{padding:1px 4px;}
	.paging .current{padding:1px 4px;}
}


/* googlemapレスポンシブ */
.c_gmap{
	overflow: hidden;
	position: relative;
	margin: 0;
	width: 100%;
	height: 460px;
}
.c_gmap iframe,
.c_gmap object,
.c_gmap embed{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 767px) {
	.c_gmap{
		height: 260px;
	}
}


/* YouTubeレスポンシブ */
.c_youtube{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.c_youtube iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}


/* ページ先頭へのリンク */
#pagetop{
	position: fixed;
	bottom:20px;
	right:10px;
	z-index:100;
}
@media screen and (min-width: 768px) and (max-width: 1139px) {
	#pagetop img{
		width: 45px;/* TAB時サイズ指定 */
	}
}
@media print{
	#pagetop{
		display: none !important;
	}
}
@media screen and (max-width: 767px) {
	#pagetop img{
		width: 40px;/* sp時サイズ指定 */
	}
}


/* ankerリンク余白 */
.anker_po{
	position: relative;
	top: -80px;
	display: block;
}
@media screen and (max-width: 767px) {
	.anker_po{
		top: -70px;
	}
}
