@charset "utf-8";


/*全端末（PC・タブレット・スマホ）共通設定
------------------------------------------------------------------------------------------------------------------------------------------*/

/*全体の設定
---------------------------------------------------------------------------*/
body {
	font-family: monospace;	/*フォント種類*/
	line-height: 2;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form {margin: 0px;padding: 0px;font-size: 100%;font-weight: normal;}
ul {list-style-type: none;}
ol {padding-left: 40px;padding-bottom: 20px;}
img {border: none;max-width: 100%;height: auto;vertical-align: middle;}
table {border-collapse:collapse;font-size: 100%;border-spacing: 0;}
video {max-width: 100%;}
iframe {width: 100%;}


/*========= メニューバーとハンバーガーメニュー ===============*/

/* ヘッダーメニュー */
.cp_offcm03 {
	height: 100px;
  	width:90%;
  	margin: auto;
  	display: flex;
  	justify-content: space-between;
  	align-items: center;
  	color:#000;
  	font-size:1.2vw;
  	font-weight: bold;
  	text-align: center;
	z-index: 5;
	-webkit-transition: transform 0.3s ease-in;
	        transition: transform 0.3s ease-in;
}
.cp_offcm03 nav,
.cp_offcm03 ul {
	height: auto;
	list-style: none;
}
.cp_offcm03 li {
	display: inline-block;
	margin-right: -6px;
	border: none;
}
.cp_offcm03 a {
	text-decoration: none;
	color: inherit;
	display: block;
	padding: 12px 45px;
	-webkit-transition: background-color .3s ease-in;
	        transition: background-color .3s ease-in;
}
.cp_offcm03 a:hover {
	color: #1565C0;
	font-weight: bold;
}
/* ハンバーガーメニュー */
#cp_toggle03 {
	display: none;
}
#cp_toggle03:checked ~ .cp_offcm03 {
	-webkit-transform: translateX(0);
					transform: translateX(0);
}
#cp_toggle03:checked ~ .cp_container {
	-webkit-transform: translateX(0);
					transform: translateX(0);
}
.cp_mobilebar {
	display: none;
}

@media (max-width: 767px) {
	/* menu */
	.cp_offcm03 {
		position: fixed;
		left: -250px;
		overflow-y: hidden;
		width: 250px;
		height: 100%;
		padding-top: 60px;
		color: #ffffff;
		background-color: #050505be;
	}
	.cp_offcm03 h1 {
		position: absolute;
		top:50px;
		width:250px;
		font-size: 3vw;
		font-weight: bold;
	}
	.cp_offcm03 nav {
		position: absolute;
		top:100px;
		width:250px;
		font-size: 3vw;
	}
	.cp_offcm03 li {
		display: block;
		margin-right: 0;
		border-bottom: 2px solid #dddddd;
	}
	.cp_offcm03 a {
		padding: 20px;
	}
	.cp_offcm03 a:hover {
		color: #1565C0;
		background-color: #ffffff;
	}
	/* menu toggle */
	.cp_mobilebar {
		display: block;
		z-index: 10;
		position: fixed;
		top: 0;
		left: 0;
		padding: 0 25px;
		width: 100%;
		height: 60px;
	}
	.cp_menuicon {
		display: block;
		position: relative;
		width: 25px;
		height: 100%;
		cursor: pointer;
		-webkit-transition: transform .3s ease-in;
		        transition: transform .3s ease-in;
	}
	.cp_menuicon > span {
		display: block;
		position: absolute;
		top: 55%;
		margin-top: -0.3em;
		width: 100%;
		height: 0.2em;
		border-radius: 1px;
		background-color: #000000;
		-webkit-transition: transform .3s ease;
		        transition: transform .3s ease;
	}
	.cp_menuicon > span:before,
	.cp_menuicon > span:after {
		content: '';
		position: absolute;
		width: 100%;
		height: 100%;
		border-radius: 1px;
		background-color: #000000;
		-webkit-transition: transform .3s ease-in;
		        transition: transform .3s ease-in;
	}
	.cp_menuicon > span:before {
		-webkit-transform: translateY(-0.6em);
		        transform: translateY(-0.6em);
	}
	.cp_menuicon > span:after {
		-webkit-transform: translateY(0.6em);
		        transform: translateY(0.6em);
	}
	#cp_toggle03:checked + .cp_mobilebar .cp_menuicon {
		-webkit-transform: rotate(45deg);
		        transform: rotate(45deg);
	}
	#cp_toggle03:checked + .cp_mobilebar span:before,
	#cp_toggle03:checked + .cp_mobilebar span:after {
		-webkit-transform: rotate(90deg);
		        transform: rotate(90deg);
	}
	#cp_toggle03:checked ~ .cp_offcm03 {
		-webkit-transform: translateX(100%);
		        transform: translateX(100%);
	}
	#cp_toggle03:checked ~ .cp_container {
		-webkit-transform: translateX(250px);
		        transform: translateX(250px);
	}
}

section {
    position: relative;
    z-index: 1;
}

/*---------フッター----------------------------------------*/
.footer {
 	color: #fff;
 	background: #1747917e;
 	padding: 30px;
}
.footer a {
	font-size: .8vw;
 	color: #fff;
 	text-decoration: none;
}
.footer li a:hover {
 	text-decoration: underline;
}
.footer .wrap {
 	width: 1200px;
 	margin: 0 auto;
 	display: flex;
 	flex-wrap: wrap;
 	justify-content: space-between;
}
.footer .wrap h3 {
	font-size: 1.2vw;
 	margin: 0 0 10px 0;
 	padding: 0;
 	border-bottom: 1px #c4c4c4 solid;
}
.footer .wrap p {
	font-size: .8vw;
 	margin: 0;
 	padding: 0 0 10px 0;
}
.footer .wrap .box_f {
 	width: 40%;
}
.footer .wrap .box_f ul {
 	margin: 0;
 	padding: 0 0 20px 0;
 	list-style: none;
}
.footer .wrap .copyright {
 	width: 100%;
	text-align: center;
}

@media only screen and (max-width: 768px) {
.footer .wrap {
 	width: 100%;
 	padding: 0 10px;
 	box-sizing: border-box;
}
.footer .wrap h3 {
	font-size: 2.5vw;
 	border: none;
}
.footer .wrap p {
	font-size: 1.8vw;
}
.footer .wrap .box_f {
 	width: 50%;
}
.footer .wrap .box_f ul {
 	border-top: 1px #c4c4c4 solid;
}
.footer .wrap .box_f ul li a {
 	display: block;
	font-size: 1.5vw;
 	padding: 5px 15px;
 	border-bottom: 1px #c4c4c4 solid;
}
}



/*
セクションのタイトル------------------------------*/
.sub_title_c {
    text-align:center;
    font-size:6vw;
    font-family: BIZ UDゴシック;
    font-weight: 600;
    color: #fff;
    -webkit-text-stroke: .5px #000;
    text-stroke: .5px #1a1919;
    text-shadow:2px 2px 2px rgba(0, 0, 0, .5);
    vertical-align: top;
    line-height: 3;
    z-index:999;
}
.sub_title_l {
	font-size:6vw;
    font-family: BIZ UDゴシック;
    font-weight: 600;
    color: #fff;
    -webkit-text-stroke: 1px #000;
    text-stroke: 1px #000;
    text-shadow:2px 2px 2px rgba(0, 0, 0, .5);
    line-height: 3;
    z-index:999;
}

@media screen and (max-width:767px) {
	.sub_title_c {
    	font-size: 7vw;
    	-webkit-text-stroke: .2px #000;
    	text-stroke: .2px #1a1919;
    	text-shadow:2px 2px 2px rgba(0, 0, 0, .5);
    	vertical-align: top;
	}
	.sub_title_l {
		font-size:7vw;
    	font-family: BIZ UDゴシック;
    	-webkit-text-stroke: .2px #000;
    	text-stroke: .2px #000;
    	text-shadow:2px 2px 2px rgba(0, 0, 0, .5);
	}
}


/*inputボタン
-----------------------------------------------------------*/
input[type="submit"].btn,
input[type="button"].btn,
input[type="reset"].btn {
	padding: 5px 10px;		/*上下、左右へのボタン内の余白*/
	border: 1px solid #ccc;	/*枠線の幅、線種、色*/
	font-size: 15px;		/*文字サイズ*/
	border-radius: 3px;		/*角丸のサイズ*/
	background: #eee;		/*背景色*/
}
/*マウスオン時の設定*/
input[type="submit"].btn:hover,
input[type="button"].btn:hover,
input[type="reset"].btn:hover {

	border: 1px solid #999;	/*枠線の幅、線種、色*/
	background: #fff;		/*背景色*/
}


a.cp_btn {
  display: block;
  width: 15%;
  padding: 0.8em;
  margin: 40px 60px 60px 0;
  text-align: center;
  text-decoration: none;
  float: right;
  font-size: .8vw;
  color: #000;
  background: #fff;
  border: 2px solid #000;
  border-radius: 5px;
  transition: .4s;
}
a.cp_btn:hover {
  background: rgb(1, 109, 151);
  color: #fff;
  border: 2px solid #fff;
}
@media screen and (max-width:768px) {
	a.cp_btn {
  		display: block;
  		width: 15%;
  		padding: 0.8em;
  		margin: 20px 60px 20px 0;
  		text-align: center;
  		text-decoration: none;
  		float: right;
  		font-size: 1.5vw;
  		color: #000;
  		background: #fff;
  		border: 1px solid #000;
  		border-radius: 5px;
  		transition: .4s;
	}
	a.cp_btn:hover {
  		background: rgb(1, 109, 151);
  		color: #fff;
  		border: 1px solid #fff;
	}
}
