@charset "utf-8";

/*header
---------------------------------------------*/
header {
	height: 94px;
	position: fixed;
	z-index: 100;
	width: 100%;
	transition: .3s;
}
header .zdo_drawer_menu {
	display: block;
}
header ul.header_menu {
	display: none;
}
header .zdo_drawer_menu .zdo_drawer_button {
	display: block;
	background: none;
	border: none;
	width: 77px;
	height: 77px;
	cursor: pointer;
	position: fixed;
	top: 6px;
	right: 20px;
	z-index: 1001;
	outline: none;
	background-image: url(../images/common/menu.jpg);
	background-size: cover;
}
header .zdo_drawer_menu .zdo_drawer_button.active {
	background-image: url(../images/common/close.jpg);
}
header .zdo_drawer_menu .zdo_drawer_nav_wrapper {
	width: 100%;
	height: 100%;
	transition: all 0.2s;
	transform: translate(100%);
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1000;
	background-color: #00184a;
}
header .zdo_drawer_menu .zdo_drawer_nav_wrapper.open {
	transform: translate(0);
}
header #gnav ul.menu {
	margin-top: 100px;
	overflow: auto;
}
header #gnav ul.menu li {
	margin: 0 0 25px;
}
header #gnav ul.menu li a {
	display: block;
	color: #FFF!important;
	font-weight: normal;
	text-decoration: none;
	font-size: 30px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	border: none;
	position: relative;
}
header #gnav .contents {
	display: grid;
	column-gap: 40px;
	grid-template-columns: 1fr 230px;
}
header #gnav .contents img {
	padding-top: 320px;
}


/* footer
---------------------------------------------------- */
footer {
	padding: 20px 0;
	background-color: #00184a;
	text-align: center;
}


/* contents
---------------------------------------------------- */
.contents {
	max-width: 1080px;
	margin: 0 auto;
}
.blc {
	margin: 100px 0;
}


/* h
---------------------------------------------------- */
.ttl_h2 {
	font-size: 48px;
	line-height: 1.25;
	margin-bottom: 50px;
	padding-bottom: 40px;
	color: #ca9728;
	text-align: center;
	background-image: url(../images/index/h2.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}
.ttl_h3 {
	font-size: 36px;
	line-height: 1.25;
	margin-bottom: 30px;
	text-align: center;
}
.ttl_h3 span {
	font-size: 24px;
	display: block;
	line-height: 1.8;
}
.blc .ttl_h3 {
	text-align: left;
}
.ttl_h4 {
	margin-top: 35px;
	color: #c99629;
	font-size: 24px;
	align-items: center;
	display: flex;
}
.ttl_h4::after {
	background-color: #c99629;
	content: "";
	height: 1px;
	width: 86px;
	margin-left: 10px;
}
.ttl_h5 {
	margin: 35px 0 10px;
	font-size: 20px;
	display: table;
	border-bottom: 1px solid #000;
}


/* anc
---------------------------------------------------- */
.anc {
   margin-top: -78px;
   padding-top: 78px;
   display: block;
}


/* page_top
---------------------------------------------------- */
#page_top {
	width: 60px;
	height: 60px;
	position: fixed;
	right: 0;
	z-index: 100;
}
#page_top a {
	display: block;
	width: 60px;
	height: 60px;
}
#page_top a img {
	width: 60px;
	height: 60px;
}


@media screen and (max-width: 1000px){

/* header
---------------------------------------------------- */
header #gnav .contents {
	margin-left: 2.5%;
}


/* contents
---------------------------------------------------- */
.contents {
	max-width: 95%;
}


/* h
---------------------------------------------------- */
.ttl_h2 {
	font-size: 34px;
}
.ttl_h3 {
	font-size: 30px;
}
.ttl_h3 span {
	font-size: 20px;
	display: block;
	line-height: 1.8;
}

}


@media only screen and (max-width: 767px) {


/* header
---------------------------------------------------- */
header .zdo_drawer_menu .zdo_drawer_button {
	width: 50px;
	height: 50px;
	top: 5px;
	right: 5px;
}
header #gnav ul.menu {
	margin-top: 80px;
}
header #gnav ul.menu li {
	margin: 0 0 20px;
}
header #gnav ul.menu li a {
	font-size: 16px;
}
header #gnav .contents {
	display: block;
	margin: 0 auto;
}
header #gnav .contents img {
	padding-top: 30px;
	display: block;
	margin: 0 auto;
}


/* footer
---------------------------------------------------- */
footer img {
	width: 150px;
}


/* contents
---------------------------------------------------- */
.contents {
	max-width: 90%;
}
.blc {
	margin: 50px 0;
}


/* h
---------------------------------------------------- */
.ttl_h2 {
	font-size: 26px;
	margin-bottom: 30px;
	background-size: 60% auto;
}
.ttl_h3 {
	font-size: 22px;
	margin-bottom: 30px;
}
.ttl_h3 span {
	font-size: 16px;
}
.ttl_h4 {
	margin-top: 30px;
	font-size: 20px;
}
.ttl_h5 {
	font-size: 18px;
}


}