@charset "utf-8";

/*header
---------------------------------------------*/
header {
	position: fixed;
	left: 30px;
	top: 20px;
	border-radius: 100px;
	background: rgba(220, 225, 235, 0.9);
	width: calc(100% - 60px);
	align-items: center;
	box-sizing: border-box;
	padding: 15px 20px;
	z-index: 100;
}
header .logo {
	float: left;
}


/* gnav
---------------------------------------------------- */
.zdo_drawer_menu button {
	display: none;
}
header ul.menu {
	text-align: right;
	width: 100%;
	box-sizing: border-box;
}
header ul.menu li {
	display: inline-block;
	margin-left: 25px;
}
header ul.menu li a {
	font-size: 15px;
	line-height: 43px;
	position: relative;
	padding-right: 20px;
	color: #000f37;
}
header ul.menu li a:hover {
	color: #e58e68;
}
header ul.menu li a::after {
	position: absolute;
	top: 50%;
	right: 0;
	content: "";
	margin-top: -4px;
	width: 4px;
	height: 4px;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
header ul.menu li a::before {
	position: absolute;
	top: 50%;
	right: -7px;
	content: "";
	margin-top: -10px;
	width: 20px;
	height: 20px;
	background: #000f37;
	border-radius: 50%;
	display: block;
	transition: all .2s ease-in;
}
header ul.menu li a:hover::before {
	background: #e58e68;
}
header ul.menu li a[target="_blank"] {
	display: inline-block;
	color: #FFF;
	padding: 0 40px;
	background: linear-gradient(to right, #e16732, #ec916a);
	background-color: #e16732;
	border-radius: 50px;
}
header ul.menu li a[target="_blank"]:hover {
	background: #FFF;
	background-color: #FFF;
	color: #cf683c;
}
header ul.menu li a[target="_blank"]::after,
header ul.menu li a[target="_blank"]::before {
	display: none;
}


/* footer
---------------------------------------------------- */
.footer {
	background: linear-gradient(to right, rgba(0, 10, 20, 0.6), rgba(0, 20, 80, 0.6));
}
.footer-inner {
	padding: 80px 0;
	width: 100%;
	max-width: 1200px;
	box-sizing: border-box;
	margin: 0 auto;
	display: flex;
}
.footer__bottom {
	background: #000a32;
}
.footer__bottom .footer-inner {
	padding: 34px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer__bottom .footer-inner img {
	width: 150px;
	margin-left: 270px;
}
.footer__bottom .copyright {
	font-size: 10px;
	line-height: 1em;
	font-weight: 400;
	letter-spacing: 1px;
}
.footer__bottom-link {
	list-style: none;
	display: flex;
	justify-content: flex-start;
	gap: 20px;
	margin: 0;
	padding: 0;
}
.footer__bottom-link > li a {
	font-size: 13px;
	line-height: 1.5em;
}
.footer__bottom-link > li a:link, .footer__bottom-link > li a:visited {
	text-decoration: none;
	color: #fff;
}
.footer__bottom-link > li a:hover, .footer__bottom-link > li a:active {
	text-decoration: none;
	color: #fff;
}
.footer__bottom-link > li a:hover {
	opacity: 0.7;
}


/* contents
---------------------------------------------------- */
.contents {
	max-width: 1200px;
	margin: 0 auto;
}


/* h
---------------------------------------------------- */
.ttl_h2 {
	font-size: 35px;
	font-weight: normal;
	margin-bottom: 50px;
	position: relative;
	align-items: center;
	display: flex;
	justify-content: center;
}
.ttl_h2::before,
.ttl_h2::after {
	background-color: #5e5a5b;
	content: "";
	height: 1px;
	width: 78px;
}
.ttl_h2::before {
	margin-right: 15px;
}
.ttl_h2::after {
	margin-left: 15px;
}

.ttl_h3 {
	font-size: 23px;
	font-weight: normal;
	margin-bottom: 35px;
	text-align: center;
}


/* anc
---------------------------------------------------- */
.anc {
	margin-top: -70px;
	padding-top: 70px;
	display: block;
}


/* page_top
---------------------------------------------------- */
#page_top {
	width: 60px;
	height: 60px;
	position: fixed;
	right: 10px;
	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: 1200px){

/* header
---------------------------------------------------- */
header {
	position: fixed;
	left: 0;
	top: 0;
	border-radius: 0;
	background: transparent;
	width: 100%;
	padding: 0;
	z-index: 100;
}
header .logo {
	position: fixed;
	left: 30px;
	top: 20px;
	border-radius: 100px;
	background: rgba(220, 225, 235, 0.9);
	width: calc(100% - 60px);
	align-items: center;
	box-sizing: border-box;
	padding: 15px 20px;
	z-index: 100;
	z-index: 10000;
}
header #gnav {
	padding: 50px 60px 50px;
	box-sizing: border-box;
	height: 100%;
}
header #gnav ul.menu {
	margin-top: 100px;
	overflow: auto;
	height: calc(100% - 50px);
}
header #gnav ul.menu li {
	width: 100%;
	height: auto;
	padding-left: 20px;
	text-align: left;
	line-height: 50px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
header #gnav ul.menu li a {
	color: #FFF!important;
	line-height: 50px;
	padding: 0 0 0 20px;
}
header ul.menu li a::after {
	right: inherit;
	left: 0;
	border-top: 2px solid #000f37;
	border-right: 2px solid #000f37;
}
header ul.menu li a::before {
	right: inherit;
	left: -7px;
	margin-top: -10px;
	background-color: #FFF;
}
header #gnav ul li {
	margin-left: 0;
}
header .zdo_drawer_menu {
	display: block;
}
header #gnav ul.menu li a[target="_blank"] {
	display: inline-block;
	color: #FFF;
	margin-top: 40px;
	padding: 0 50px;
	background: linear-gradient(to right, #e16732, #ec916a);
	background-color: #e16732;
	border-radius: 50px;
}


/* footer
---------------------------------------------------- */
.footer__bottom .footer-inner {
	padding: 34px 15px;
	flex-direction: column;
}
.footer__bottom .footer-inner img {
	margin: 0 auto 20px;
}
.footer__bottom-link {
	flex-wrap: wrap;
	justify-content: center;
	gap: 0px 12px;
	margin-bottom: 18px;
	padding: 0 10px;
}


/* contents
---------------------------------------------------- */
.contents {
	max-width: 100%;
	padding: 0 30px;
	box-sizing: border-box;
}

}


@media only screen and (max-width: 767px) {

/* header
---------------------------------------------------- */
header {
	position: fixed;
	left: 0;
	top: 0;
	border-radius: 0;
	background: transparent;
	width: 100%;
	padding: 0;
	z-index: 100;
}
header .logo {
	float: left;
	border-radius: 0;
	background: rgba(220, 225, 235, 0.9);
	width: 100%;
	left: 0;
	top: 0;
	align-items: center;
	box-sizing: border-box;
	padding: 17px 20px;
	position: relative;
	z-index: 10000;
}
header .logo img {
	height: 36px;
}
header .logo_top img {
	width: 50px;
}
header #gnav {
	margin-left: 0;
	padding: 20px 30px 20px;
}
header #gnav ul.menu {
	margin-top: 100px;
	overflow: auto;
	height: calc(100% - 50px);
}
header #gnav ul.menu {
	margin-top: 100px;
	overflow: auto;
	height: calc(100% - 50px);
}
header #gnav ul.menu li {
	width: 100%;
	height: auto;
	margin: 0;
	line-height: 50px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
header #gnav ul.menu li a {
	color: #FFF!important;
	line-height: 50px;
	padding: 0 0 0 20px;
}
header ul.menu li a::after {
	right: inherit;
	left: 0;
}
header #gnav ul li {
	margin-left: 0;
}
header .zdo_drawer_menu {
	display: block;
}
header #gnav ul.menu li a[target="_blank"] {
	display: inline-block;
	color: #FFF;
	margin-top: 40px;
	padding: 0 50px;
	background: linear-gradient(to right, #e16732, #ec916a);
	background-color: #e16732;
	border-radius: 50px;
}


/* footer
---------------------------------------------------- */
.footer__bottom .footer-inner img {
	width: 120px;
}


/* contents
---------------------------------------------------- */
.contents {
	max-width: 90%;
	padding: 0;
}


/* h
---------------------------------------------------- */
.ttl_h2 {
	font-size: 28px;
	margin-bottom: 30px;
}
.ttl_h2::before, .ttl_h2::after {
    width: 35px;
}

.ttl_h3 {
	font-size: 18px;
	margin-bottom: 30px;
}


/* anc
---------------------------------------------------- */
.anc {
	margin-top: -75px;
	padding-top: 75px;
	display: block;
}


/* page_top
---------------------------------------------------- */
#page_top {
	width: 47px;
	height: 47px;
	position: fixed;
	bottom: 0;
}
#page_top a {
	display: block;
	width: 47px;
	height: 47px;
}
#page_top a img {
	width: 47px;
	height: 47px;
}


}