@charset "utf-8";

*[data-hg-cssreset] {
	margin: 0;
	padding: 0;
	border: none;
	font-weight: inherit;
	font-size: inherit;
	background: none;
}

/*===================================================================
	.hg-fixedlink
===================================================================*/

.hg-fixedlink {
	position: fixed;
	z-index: 1;
	top: 0;
	right: 0;
	width: 1px;
	height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.hg-fixedlink .hg-fixedlink-cont {
	
}
.hg-fixedlink .hg-fixedlink-cont ul li {
	border-radius: 15px 0 0 15px;
	background-color: #FFF;
	overflow: hidden;
}
.hg-fixedlink .hg-fixedlink-cont ul li:nth-child(n+2) {
	margin-top: 4px;
}
.hg-fixedlink .hg-fixedlink-cont ul li a {
	padding-top: 2em;
	padding-bottom: 2em;
	width: 76px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: opacity 400ms 0ms ease;
	transition: opacity 400ms 0ms ease;
	font-weight: bold;
	font-size: 17px;
}
.hg-fixedlink .hg-fixedlink-cont ul li a:hover {
	text-decoration: none;
	opacity: 0.5;
}
.hg-fixedlink .hg-fixedlink-cont ul li a div {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
.hg-fixedlink .hg-fixedlink-cont ul li a div span {
	font-size: 80%;
}
.hg-fixedlink .hg-fixedlink-cont ul li:nth-child(1) a {
	color: #ffffff;
	background-color: #6698cd;
}
.hg-fixedlink .hg-fixedlink-cont ul li:nth-child(2) a {
	color: #ffffff;
	background-color: #407ec0;
}
@media screen and (max-width: 767px) {
	.hg-fixedlink .hg-fixedlink-cont ul li {
		border-radius: 10px 0 0 10px;
	}
	.hg-fixedlink .hg-fixedlink-cont ul li a {
		padding-top: 1.0em;
		padding-bottom: 1.0em;
		width: 38px;
		font-size: 12px;
	}
}
@media screen and (min-width: 768px) and (max-height: 787px) {
	.hg-fixedlink {
		padding-top: 156px;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}
@media screen and (min-width: 768px) and (max-height: 720px) {
	.hg-fixedlink .hg-fixedlink-cont ul li a {
		padding-top: 1em;
		padding-bottom: 1em;
	}
}
@media screen and (max-width: 767px) and (max-height: 460px) {
	.hg-fixedlink {
		padding-top: 70px;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

/*===================================================================
	.hg-saiyo
===================================================================*/

/* .hg-container */
#body.hg-saiyo .hg-container {

}

/* .hg-hero */
#body.hg-saiyo .hg-hero {
	height: 550px;
	overflow: hidden;
}
#body.hg-saiyo .hg-hero img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 20%;
	object-position: 50% 20%;
}
@media (max-width: 1280px) {
	#body.hg-saiyo .hg-hero {
		height: 42.96875vw;
	}
}

/* .hg-ttl */
#body.hg-saiyo .hg-ttl {
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
	color: #4c5259;
	font-weight: bold;
	font-size: 35px;
}
@media screen and (max-width: 767px) {
	#body.hg-saiyo .hg-ttl {
		padding-top: 20px;
		padding-bottom: 20px;
		font-size: 20px;
	}
}

/* .hg-console */
#body.hg-saiyo .hg-console {
	padding: 175px 40px;
	background-size: cover;
	background-repeat: no-repeat;
}
#body.hg-saiyo .hg-console .hg-console-cont {
	margin-left: auto;
	margin-right: auto;
	width: 790px;
	max-width: 100%;
	background-color: rgba( 255,255,255, 0.7 );
}
#body.hg-saiyo .hg-console .hg-console-cont:nth-child(n+2) {
	margin-top: 40px;
}
#body.hg-saiyo .hg-console .hg-console-cont dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#body.hg-saiyo .hg-console .hg-console-cont dl > * {
	padding: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

/* .hg-console ~ dt */
#body.hg-saiyo .hg-console .hg-console-cont dl dt {
	width: 45%;
	position: relative;
	z-index: 0;
	color: #FFF;
}
#body.hg-saiyo .hg-console .hg-console-cont dl dt::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	display: block;
	opacity: 0.8;
	content: "";
}
#body.hg-saiyo .hg-console .hg-console-cont dl dt .hg-dt-cont {

}
#body.hg-saiyo .hg-console .hg-console-cont dl dt .hg-dt-cont .hg-img {
	margin-left: auto;
	margin-right: auto;
	width: 45px;
	max-width: 100%;
}
#body.hg-saiyo .hg-console .hg-console-cont dl dt .hg-dt-cont .hg-img img {
	display: block;
	width: 100%;
	max-width: 100%;
}
#body.hg-saiyo .hg-console .hg-console-cont dl dt .hg-dt-cont .hg-txt-1 {
	font-size: 32px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#body.hg-saiyo .hg-console .hg-console-cont dl dt .hg-dt-cont .hg-txt-1 span {
	margin-left: 0.2em;
	font-weight: normal;
	font-size: 52%;
}
#body.hg-saiyo .hg-console .hg-console-cont dl dt .hg-dt-cont .hg-txt-2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: rgba( 255,255,255, 0.3 );
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	width: 118px;
	height: 26px;
	border-radius: 26px;
	font-weight: normal;
	font-size: 11px;
}
#body.hg-saiyo .hg-console .hg-console-cont dl dt .hg-dt-cont .hg-txt-3 {
	margin-top: 0.5em;
	font-weight: normal;
	font-size: 14px;
}

/* .hg-console ~ dd */
#body.hg-saiyo .hg-console .hg-console-cont dl dd {
	width: 55%;
}
#body.hg-saiyo .hg-console .hg-console-cont dl dd ul {
	max-width: 100%;
}
#body.hg-saiyo .hg-console .hg-console-cont dl dd ul li {
	border-radius: 9999px;
	width: 340px;
	max-width: 100%;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.2;
}
#body.hg-saiyo .hg-console .hg-console-cont dl dd ul li.hg-h-80 {
	height: 80px;
}
#body.hg-saiyo .hg-console .hg-console-cont dl dd ul li.hg-h-56 {
	height: 56px;
}
#body.hg-saiyo .hg-console .hg-console-cont dl dd ul li:nth-child(n+2) {
	margin-top: 15px;
}
#body.hg-saiyo .hg-console .hg-console-cont dl dd ul li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #000;
	background-color: #FFF;
	border-radius: inherit;
	width: inherit;
	max-width: inherit;
	height: inherit;
	padding: 0.75em 1em;
	-webkit-transition: opacity 400ms 0ms ease;
	transition: opacity 400ms 0ms ease;
}
#body.hg-saiyo .hg-console .hg-console-cont dl dd ul li a div {
	flex-grow: 1;
}
#body.hg-saiyo .hg-console .hg-console-cont dl dd ul li a div p {
	font-weight: normal;
	font-size: 78%;
}
#body.hg-saiyo .hg-console .hg-console-cont dl dd ul li a::after {
	content: "→";
	font-family: sans-serif;
}
#body.hg-saiyo .hg-console .hg-console-cont dl dd ul li a:hover {
	text-decoration: none;
	opacity: 0.5;
}

/* .hg-console ブレイクポイント */
@media screen and (max-width: 767px) {
	#body.hg-saiyo .hg-console
	{
		padding: 75px 40px;
	}
	#body.hg-saiyo .hg-console .hg-console-cont:nth-child(n+2) {
		margin-top: 20px;
	}
	#body.hg-saiyo .hg-console .hg-console-cont dl {
		display: block;
	}
	#body.hg-saiyo .hg-console .hg-console-cont dl > * {
		padding: 15px;
	}
	#body.hg-saiyo .hg-console .hg-console-cont dl dt,
	#body.hg-saiyo .hg-console .hg-console-cont dl dd {
		width: 100%;
	}
	#body.hg-saiyo .hg-console .hg-console-cont dl dt .hg-dt-cont .hg-img {
		width: 36px;
	}
	#body.hg-saiyo .hg-console .hg-console-cont dl dt .hg-dt-cont .hg-txt-1 {
		font-size: 25px;
	}
	#body.hg-saiyo .hg-console .hg-console-cont dl dt .hg-dt-cont .hg-txt-2 {
    width: 94px;
    height: 20px;
    border-radius: 20px;
		font-size: 9px;
	}
	#body.hg-saiyo .hg-console .hg-console-cont dl dt .hg-dt-cont .hg-txt-3 {
		font-size: 11px;
	}
	#body.hg-saiyo .hg-console .hg-console-cont dl dd ul li {
		width: 274px;
		font-size: 14px;
	}
	#body.hg-saiyo .hg-console .hg-console-cont dl dd ul li.hg-h-80 {
		height: 64px;
	}
	#body.hg-saiyo .hg-console .hg-console-cont dl dd ul li.hg-h-56 {
		height: 44px;
	}
}

/* .hg-console 配色 */
#body.hg-saiyo .hg-console .hg-console-cont.hg-a dl dt::before {
	background-color: rgba( 0,83,171, 0.7 );
}
#body.hg-saiyo .hg-console .hg-console-cont.hg-a dl dd ul li a {
	border-color: #0053ab;
	color: #0053ab;
}
#body.hg-saiyo .hg-console .hg-console-cont.hg-b dl dt::before {
	background-color: rgba( 93,83,171, 1.0 );
}
#body.hg-saiyo .hg-console .hg-console-cont.hg-b dl dd ul li a {
	border-color: #5d53ab;
	color: #5d53ab;
}
