@charset "utf-8";

/* !HTML5 elements
---------------------------------------------------------- */
header, footer, nav, section, aside, article
{ display: block;}

/* !Reseting
---------------------------------------------------------- */
body {
	font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 767px) {
body {
	width: 100% !important;
	min-width: inherit !important;
}
}

body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td,input,a,textarea,select,span,nav,section,header
{
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
input,
textarea {
	margin: 0;
	font-size: 100%;
	appearance: none;
	-webkit-appearance: none;
	border: none;
	outline: none;
}
label
{ cursor: pointer;}
table
{ border-collapse: collapse; border-spacing: 0; font-size: 100%;}
fieldset, img
{ border: 0;}
img
{ vertical-align: top; max-width: 100%;}
address, caption, cite, code, dfn, em, th, var
{ font-style: normal; font-weight: normal;}
ol, ul
{ list-style: none;}
caption, th
{ text-align: left;}
h1, h2, h3, h4, h5, h6
{ font-size: 100%; font-weight: 500;}
q:after, q:before
{ content:'';}
a, input
{ /* outline: none; */ }
abbr, acronym
{ border: 0;}




/* !Clearfix
---------------------------------------------------------- */
.clearfix {
	display: block;
	min-height: 1%;
}
.clearfix:after {
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}
* html .clearfix {
	height: 1%;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/* !Layout
---------------------------------------------------------- */
html { overflow-y: scroll;}
body { }
@media print {
	html,
	html body { *zoom: 0.65;}
}



/* link
------------------------------------------------ */
a {
	text-decoration:none;
	transition: all 0.3s !important;
	-moz-transition: all 0.3s !important; /* Firefox */
	-webkit-transition: all 0.3s !important; /* Chrome&Safari */
}

a:hover {
	transition: all 0.3s !important;
	-moz-transition: all 0.3s !important; /* Firefox */
	-webkit-transition: all 0.3s !important; /* Chrome&Safari */
}

a.no_link {
	pointer-events: none;
}

.op,
.op a,
.op img,
.op input {
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-ms-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
}
.op:hover,
.op a:hover,
.op:hover img,
.op:hover input {
	opacity: .5;
	-webkit-opacity: .5;
	-moz-opacity: .5;
	filter: alpha(opacity=50);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=50)"; /* IE 8 */
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-ms-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
}


/* !fonts
------------------------------------------------ */
.fwb {
	font-weight: 700;
}

.vat {
	vertical-align: top !important;
}
.vam {
	vertical-align: middle !important;
}
.tal {
	text-align: left !important;
}
.tac {
	text-align: center !important;
}
.tar {
	text-align: right !important;
}


.hmv_block {
	color: #000;
	font-weight: 400;
	font-feature-settings: normal;
	letter-spacing: 0;
	text-align: justify;
	text-justify: inter-ideograph;
}

@media (max-width: 767px) {
	footer {
	min-width: 0 !important;
	}
}

.fc_yellow {
	color: #ffff00;
}

.hmv_com_txt {
	font-size: 20px;
	line-height: 1.9;
}
@media (max-width: 767px) {
.hmv_com_txt {
	font-size: 16px;
}
}


/* !main
------------------------------------------------ */
.hmv_main {
	background: url("../img/bg_main.jpg") center center no-repeat;
	background-size: cover;
	height: 500px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 20px 20px 40px;
	gap: 60px 0;
}
.hmv_main .main_tit {
	font-size: 32px;
	line-height: 1.5;
	font-weight: 700;
}
.hmv_main .main_logo img {
	width: 778px;
}


@media (max-width: 767px) {
.hmv_main {
	height: auto;
	padding: 50px 20px;
	gap: 30px 0;
}
.hmv_main .main_tit {
	font-size: 24px;
	font-weight: 700;
}
}


/* !navi
------------------------------------------------ */
.hmv_navi {
	padding: 30px 20px;
	background: #fff;
}
.hmv_navi .navi_box {
	width: 1180px;
	margin: 0 auto;
	display: flex;
	align-items: stretch;
	border-left: 1px #002e85 solid;
}
@media (max-width: 1200px) {
.hmv_navi .navi_box {
	width: 1160px;
}
}
.hmv_navi .navi_box li {
	border-right: 1px #002E85 solid;
}
.hmv_navi .navi_01 {
	width: 22%;
}
.hmv_navi .navi_02 {
	width: 20%;
}
.hmv_navi .navi_03 {
	width: 18%;
}
.hmv_navi .navi_04 {
	width: 18%;
}
.hmv_navi .navi_05 {
	width: 22%;
}
.hmv_navi .navi_box a {
	height: 100%;
	padding: 20px 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	scroll-behavior: smooth;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.33;
}
.hmv_navi .navi_box a:hover {
	text-decoration: none;
}


@media (max-width: 767px) {
.hmv_navi {
padding: 0;
}
.hmv_navi .navi_box {
	max-width: 1160px;
	width: auto;
	display: none;
}
}



/* !hd
------------------------------------------------ */
.hmv_hd {
	font-size: 32px;
	text-align: center;
	font-weight: 700;
	line-height: 1.47;
	margin: 0;
}

.hmv_inner {
	width: 980px;
	margin: 0 auto;
}
@media (max-width: 767px) {
.hmv_hd {
	font-size: 20px;
}
.hmv_inner {
	width: auto;
	max-width: 980px;
	margin: 0 auto;
}
}



/* !fs
------------------------------------------------ */
.visible-pc {
	display: block !important;
}
.visible-tab {
	display: none !important;
}
.visible-ts {
	display: none !important;
}
.visible-pc-only {
	display: block !important;
}


@media (max-width: 1024px) {
.visible-tab {
	display: block !important;
}
.visible-pc-only {
	display: none!important;
}
}
@media (max-width: 767px) {
.visible-pc {
	display: none !important;
}
.visible-ts {
	display: block !important;
}
}



/* webinar
------------------------------------------------ */
.hmv_webinar {
	background: #fff;
	padding: 30px 20px 65px;
}
.hmv_webinar .webinar_box {
	max-width: 1180px;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url("../img/bg_webinar.jpg");
	background-size: cover;
	padding: 25px 20px 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #fff;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
}
.hmv_webinar .webinar_box .webinar_intro {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	gap: 25px;
	margin: 0 0 15px;
}
.hmv_webinar .webinar_box .webinar_cap {
	border: 1px #01a982 solid;
	background: #fff;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	gap: 5px;
	padding: 0 10px;
	font-weight: 700;
	font-size: 18px;
	color: #01a982;
	line-height: 1;
}
.hmv_webinar .webinar_box .webinar_cap .cap_eng {
	font-size: 21px;
}
.hmv_webinar .webinar_box .webinar_date {
	font-size: 25px;
}
.hmv_webinar .webinar_box .webinar_date .date_lar {
	font-size: 38px;
	line-height: 1;
}
.hmv_webinar .webinar_box .webinar_tit {
	font-size: 38px;
	line-height: 1.3;
	font-weight: 700;
	margin: 0 0 5px;
}
.hmv_webinar .webinar_box .webinar_txt {
	margin: 0 0 20px;
	font-size: 23px;
	line-height: 1.5;
	font-weight: 700;
}
.hmv_webinar .webinar_box .webinar_btn {
	width: 360px;
	max-width: 100%;
}
.hmv_webinar .webinar_box .webinar_btn a {
	display: block;
	background: #fff;
	padding: 10px;
	text-align: center;
	color: #1f387d;
	font-size: 21px;
	font-weight: 700;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
}
.hmv_webinar .webinar_box .webinar_btn a:hover {
	text-decoration: none;
	opacity: 0.5;
}

@media (max-width: 767px) {
.hmv_webinar {
	padding: 20px 20px 30px;
}
.hmv_webinar .webinar_box {
	background-image: url("../img/bg_webinar_sp.jpg");
	padding: 30px 20px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
}
.hmv_webinar .webinar_box .webinar_intro {
	flex-direction: column;
	align-items: center;
	gap: 10px;
	margin: 0 0 20px;
}
.hmv_webinar .webinar_box .webinar_cap {
	height: 26px;
	padding: 0 15px;
	font-size: 16px;
}
.hmv_webinar .webinar_box .webinar_cap .cap_eng {
	font-size: 18px;
}
.hmv_webinar .webinar_box .webinar_date {
	font-size: 20px;
	text-align: center;
}
.hmv_webinar .webinar_box .webinar_date .date_lar {
	font-size: 30px;
}
.hmv_webinar .webinar_box .webinar_tit {
	font-size: 30px;
	text-align: center;
	line-height: 1.2;
	margin: 0 0 20px;
}
.hmv_webinar .webinar_box .webinar_txt {
	margin: 0 0 20px;
	font-size: 16px;
	line-height: 1.46;
	text-align: center;
}
.hmv_webinar .webinar_box .webinar_btn {
	width: 215px;
}
.hmv_webinar .webinar_box .webinar_btn a {
	padding: 5px;
	font-size: 16px;
}
}


/* manage
------------------------------------------------ */
.hmv_manage {
	overflow: hidden;
	color: #fff;
	padding: 35px 20px;
	background: -moz-linear-gradient(left, #000069, #002a1d);
	background: -webkit-gradient(linear, left, from(#000069), to(#002a1d));
	background: -webkit-linear-gradient(left, #000069, #002a1d);
}
.hmv_manage .hmv_hd {
	margin: 0 0 35px;
}
.hmv_manage .manage_box {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	position: relative;
}
.hmv_manage .manage_cont {
	width: 67%;
}
.hmv_manage .manage_img {
	width: 33%;
	position: relative;
}
.hmv_manage .manage_img .img_in {
	display: block;
	position: absolute;
	left: 45px;
	bottom: 15px;
	width: 475px;
}
@media (max-width: 1400px) {
.hmv_manage .manage_img .img_in {
	width: min(475px,32vw);
}
}
@media (max-width: 767px) {
.hmv_manage {
	padding: 30px 20px;
}
.hmv_manage .hmv_hd {
	margin: 0 0 25px;
}
.hmv_manage .manage_box {
	flex-direction: column;
	align-items: center;
	gap: 20px;
}
.hmv_manage .manage_cont {
	width: 100%;
}
.hmv_manage .manage_img {
	width: auto;
	position: relative;
}
.hmv_manage .manage_img .img_in {
	position: static;
	width: 300px;
	max-width: 100%;
}
}




/* need
------------------------------------------------ */
.hmv_need {
	background: url("../img/bg_need.jpg") center no-repeat;
	background-size: cover;
	padding: 110px 20px 80px;
}
.hmv_need .hmv_hd {
	margin: 0 0 80px;
}

@media (max-width: 767px) {
.hmv_need {
	padding: 50px 20px 40px;
}
.hmv_need .hmv_hd {
	margin: 0 0 40px;
}
}




/* virtual
------------------------------------------------ */
.hmv_virtual {
	padding: 140px 0 0;
}
.hmv_virtual .hmv_hd {
	color: #00b388;
	margin: 0 0 15px;
	padding: 0 20px;
}
.hmv_virtual .virtual_box {
	background: url("../img/bg_virtual.png") 0 0 repeat-x;
	padding: 40px 20px 0;
	color: #fff;
}
.hmv_virtual .virtual_flex {
	max-width: 1180px;
	margin: 35px auto 0;
	display: flex;
	align-items: stretch;
	gap: 20px;
}
.hmv_virtual .virtual_flex li {
	overflow: hidden;
	width: calc((100% - 40px)/3);
	border: 1px #fff solid;
	background: -moz-linear-gradient(top, #007244, #01a982);
	background: -webkit-gradient(linear, top, from(#007244), to(#01a982));
	background: -webkit-linear-gradient(top, #007244, #01a982);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
}
.hmv_virtual .virtual_flex .flex_tit {
	background: #fff;
	height: 100px;
	padding: 0 0 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: min(28px,2.3vw);
	line-height: 1.2;
	font-weight: 700;
	color: #01a982;
}
.hmv_virtual .virtual_flex .flex_cont {
	padding: 30px 35px;
}
.hmv_virtual .virtual_flex .flex_img {
	width: 100%;
	height: min(180px,14.8vw);
	margin: 0 0 5px;
	position: relative;
}
.hmv_virtual .virtual_flex .flex_img .img_in {
	position: absolute;
	display: block;
	width: 100%;
	text-align: center;
	left: 0;
}
.hmv_virtual .virtual_flex .flex_img .img_in img {
	width: 286px;
}
.hmv_virtual .virtual_flex .flex_img .img_01 {
	top: -63px;
}
.hmv_virtual .virtual_flex .flex_img .img_02 {
	top: -38px;
}
.hmv_virtual .virtual_flex .flex_img .img_03 {
	top: -60px;
}
.hmv_virtual .virtual_flex .flex_txt {
	font-size: 18px;
	line-height: 1.78;
}


@media (max-width: 767px) {
.hmv_virtual {
	padding: 70px 0 0;
}
.hmv_virtual .virtual_box {
	background: url("../img/bg_virtual.png") 0 0 no-repeat;
	background-size: 100% 140%;
	padding: 20px 20px 0;
}
.hmv_virtual .virtual_flex {
	margin: 30px auto 0;
	flex-direction: column;
	gap: 20px;
}
.hmv_virtual .virtual_flex li {
	width: 100%;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}
.hmv_virtual .virtual_flex .flex_tit {
	font-size: 20px;
}
.hmv_virtual .virtual_flex .flex_cont {
	padding: 30px 25px;
}
.hmv_virtual .virtual_flex .flex_img {
	height: auto;
	margin: 0 0 10px;
}
.hmv_virtual .virtual_flex .flex_img .img_in {
	position: static;
}
.hmv_virtual .virtual_flex .flex_img .img_in img {
	width: 286px;
}
.hmv_virtual .virtual_flex .flex_img .img_01 {
	transform: translateY(-60px);
	margin: 0 0 -60px;
}
.hmv_virtual .virtual_flex .flex_img .img_02 {
	transform: translateY(-38px);
	margin: 0 0 -38px;
}
.hmv_virtual .virtual_flex .flex_img .img_03 {
	transform: translateY(-60px);
	margin: 0 0 -60px;
}
.hmv_virtual .virtual_flex .flex_txt {
	font-size: 16px;
}
}




/* step
------------------------------------------------ */
.hmv_step {
	padding: 140px 0 0;
}
.hmv_step .hmv_hd {
	margin: 0 0 20px;
	padding: 0 20px;
	color: #002e85;
}
.hmv_step .step_box {
	background: #f7f7f7;
	padding: 25px 20px 70px;
}
.hmv_step .step_list {
	max-width: 1180px;
	margin: 40px auto 0;
	display: flex;
	flex-direction: column;
	gap: 22px;
}
.hmv_step .step_list li {
	padding: 0 0 0 160px;
	position: relative;
}
.hmv_step .step_list .step_cap {
	position: absolute;
	left: 0;
	top: 0;
	width: 315px;
	height: 208px;
	padding: 35px 25px;
	display: flex;
	justify-content: flex-start;
	z-index: 1;
}
.hmv_step .step_list .step_cap:before {
	position: absolute;
	content: "";
	background: #002e85;
	clip-path: polygon(0 0,100% 0,100% calc(100% - 44px),50% 100%,0 calc(100% - 44px));
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 0;
}
.hmv_step .step_list .step_cap .cap_in {
	display: flex;
	flex-direction: column;
	align-items: center;
	color: rgba(255,255,255,0.7);
	font-weight: 500;
	position: relative;
	z-index: 1;
}
.hmv_step .step_list .step_cap .cap_eng {
	font-size: 38px;
	line-height: 1;
}
.hmv_step .step_list .step_cap .cap_num {
	font-size: 68px;
	line-height: 1;
}
.hmv_step .step_list .step_img {
	position: absolute;
	z-index: 1;
}
.hmv_step .step_list .step_01 .step_img {
	top: -10px;
	right: 5px;
	width: 169px;
}
.hmv_step .step_list .step_02 .step_img {
	top: 20px;
	right: 5px;
	width: 160px;
}
.hmv_step .step_list .step_03 .step_img {
	top: -15px;
	right: -8px;
	width: 188px;
}
.hmv_step .step_list .step_04 .step_img {
	top: 12px;
	right: -8px;
	width: 179px;
}
.hmv_step .step_list .step_cont {
	background: #fff;
	min-height: 194px;
	padding: 15px 20px 10px 190px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: 3px 3px 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 3px 3px 10px rgba(0,0,0,0.2);
	-ms-box-shadow: 3px 3px 10px rgba(0,0,0,0.2);
	-o-box-shadow: 3px 3px 10px rgba(0,0,0,0.2);
	box-shadow: 3px 3px 10px rgba(0,0,0,0.2);
}
.hmv_step .step_list .step_tit {
	margin: 0 0 10px;
	font-weight: 500;
	display: flex;
	align-items: center;
	font-size: 28px;
	line-height: 1.2;
	color: #002e85;
}
.hmv_step .step_list .step_tit .tit_sml {
	font-size: 21px;
	color: rgba(0,0,0,0.7);
}
.hmv_step .step_list .step_txt {
	font-size: 18px;
	line-height: 1.66;
}

@media (max-width: 767px) {
.hmv_step {
	padding: 70px 0 0;
}
.hmv_step .step_box {
	padding: 25px 20px 50px;
}
.hmv_step .step_list {
	margin: 30px auto 0;
	gap: 30px;
}
.hmv_step .step_list li {
	padding: 0;
	position: relative;
}
.hmv_step .step_list .step_cap {
	position: relative;
	width: 100%;
	height: auto;
	padding: 20px 20px 40px;
	margin: 0 0 30px;
}
.hmv_step .step_list .step_cap:before {
	clip-path: polygon(0 0,100% 0,100% calc(100% - 30px),50% 100%,0 calc(100% - 30px));
}
.hmv_step .step_list .step_cap .cap_eng {
	font-size: 28px;
}
.hmv_step .step_list .step_cap .cap_num {
	font-size: 40px;
}
.hmv_step .step_list .step_01 .step_img {
	top: -10px;
	right: 5px;
	width: 120px;
}
.hmv_step .step_list .step_02 .step_img {
	top: 10px;
	width: 120px;
}
.hmv_step .step_list .step_03 .step_img {
	width: 130px;
}
.hmv_step .step_list .step_04 .step_img {
	width: 130px;
}
.hmv_step .step_list .step_cont {
	min-height: inherit;
	padding: 20px 30px;
}
.hmv_step .step_list .step_tit {
	font-size: 22px;
}
.hmv_step .step_list .step_tit .tit_sml {
	font-size: 16px;
}
.hmv_step .step_list .step_txt {
	font-size: 14px;
}
}




/* partner
------------------------------------------------ */
.hmv_partner {
	padding: 140px 0 0;
}
.hmv_partner .hmv_hd {
	margin: 0 0 20px;
	padding: 0 20px;
	color: #002e85;
}
.hmv_partner .partner_box {
	padding: 45px 20px 60px;
	background: -moz-linear-gradient(top, #0f1855, #229de4);
	background: -webkit-gradient(linear, top, from(#0f1855), to(#229de4));
	background: -webkit-linear-gradient(top, #0f1855, #229de4);
}
.hmv_partner .hmv_com_txt {
	color: #fff;
	font-weight: 600;
	line-height: 1.7;
}
.hmv_partner .partner_nelx {
	margin: 60px -20px;
	background: #01083c;
	padding: 40px 20px;
}
.hmv_partner .partner_nelx .nelx_box {
	max-width: 790px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 40px 0;
	position: relative;
	padding: 0 350px 0 0;
}
.hmv_partner .partner_nelx .nelx_logo img {
	width: 315px;
}
.hmv_partner .partner_nelx .nelx_txt {
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	letter-spacing: 0.1em;
	line-height: 1.4;
}
.hmv_partner .partner_nelx .nelx_img {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-53%);
	z-index: 1;
}
.hmv_partner .partner_nelx .nelx_img img {
	width: 345px;
}
@media (max-width: 767px) {
.hmv_partner {
	padding: 70px 0 0;
}
.hmv_partner .partner_box {
	padding: 30px 20px 40px;
}
.hmv_partner .partner_nelx {
	margin: 30px -20px;
	padding: 30px 20px;
}
.hmv_partner .partner_nelx .nelx_box {
	gap: 30px 0;
	padding: 0;
	align-items: center;
}
.hmv_partner .partner_nelx .nelx_logo img {
	width: 200px;
}
.hmv_partner .partner_nelx .nelx_txt {
	font-size: 18px;
	text-align: center;
}
.hmv_partner .partner_nelx .nelx_img {
	position: static;
	transform: translateY(0);
}
.hmv_partner .partner_nelx .nelx_img img {
	width: 260px;
}
}

.hmv_partner .partner_type {
	max-width: 1180px;
	margin: 0 auto 45px;
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	gap: 24px 16px;
}
.hmv_partner .partner_type li {
	width: calc((100% - 16px)/2);
	background: #fff;
	padding: 20px 30px 25px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: 3px 3px 10px rgba(0,0,0,0.3);
	-moz-box-shadow: 3px 3px 10px rgba(0,0,0,0.3);
	-ms-box-shadow: 3px 3px 10px rgba(0,0,0,0.3);
	-o-box-shadow: 3px 3px 10px rgba(0,0,0,0.3);
	box-shadow: 3px 3px 10px rgba(0,0,0,0.3);
}
.hmv_partner .partner_type .type_tit {
	margin: 0 0 10px;
	font-size: 30px;
	color: #002e85;
	line-height: 1.3;
	font-weight: 700;
}
.hmv_partner .partner_type .type_tit .tit_sml {
	font-size: 21px;
}
.hmv_partner .partner_type .type_cont {
	display: flex;
	align-items: center;
	gap: 10px;
}
.hmv_partner .partner_type .type_img {
	width: 116px;
	flex-shrink: 0;
	text-align: center;
}
.hmv_partner .partner_type .type_img img {
	width: 90px;
}
.hmv_partner .partner_type .type_txt {
	font-size: 16px;
	line-height: 1.875;
}
.hmv_partner .partner_txt {
	max-width: 980px;
	margin: 0 auto 45px;
	color: #fff;
	font-weight: 800;
	line-height: 1.7;
}
.hmv_partner .partner_btn {
	max-width: 600px;
	margin: 0 auto;
}
.hmv_partner .partner_btn a {
	display: flex;
	width: 100%;
	height: 50px;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	background: #33476a;
	font-size: 21px;
	font-weight: 700;
	letter-spacing: 0.04em;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: 3px 3px 10px rgba(0,0,0,0.3);
	-moz-box-shadow: 3px 3px 10px rgba(0,0,0,0.3);
	-ms-box-shadow: 3px 3px 10px rgba(0,0,0,0.3);
	-o-box-shadow: 3px 3px 10px rgba(0,0,0,0.3);
	box-shadow: 3px 3px 10px rgba(0,0,0,0.3);
}
.hmv_partner .partner_btn a:hover{
	text-decoration: none;
	opacity: 0.5;
}


@media (max-width: 767px) {
.hmv_partner .partner_type {
	margin: 0 auto 30px;
	flex-direction: column;
	gap: 30px 0;
}
.hmv_partner .partner_type li {
	width: 100%;
}
.hmv_partner .partner_type .type_tit {
	font-size: 22px;
}
.hmv_partner .partner_type .type_tit .tit_sml {
	font-size: 16px;
}
.hmv_partner .partner_type .type_img {
	width: 100px;
}
.hmv_partner .partner_type .type_img img {
	width: 70px;
}
.hmv_partner .partner_type .type_txt {
	font-size: 14px;
}
.hmv_partner .partner_txt {
	margin: 0 auto 30px;
}
.hmv_partner .partner_btn {
	width: 400px;
	max-width: 100%;
}
.hmv_partner .partner_btn a {
	height: 50px;
	font-size: 16px;
}
}




/* web
------------------------------------------------ */
.hmv_web {
	padding: 80px 20px 20px;
	display: flex;
	justify-content: center;
}
.hmv_web a {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 25px;
	font-size: 21px;
	letter-spacing: 0.04em;
	font-weight: 700;
}
.hmv_web a:hover {
opacity: 0.5;
color: #000;
text-decoration: none;
}
.hmv_web a img {
	width: 64px;
	flex-shrink: 0;
}

@media (max-width: 767px) {
.hmv_web {
	padding: 20px;
}
.hmv_web a {
	gap: 20px;
	font-size: 16px;
}
.hmv_web a img {
	width: 32px;
}
}

@media (max-width: 767px) {

}





#HPE_NAVIGATION {
	border-top: 1px solid #fff;
	position: relative;
	height: 60px;
	z-index: 1;
}

#HPE_NAVIGATION > div {
	background: #15919a;
	position: absolute;
	width: 100%;
	top: 0;
}

#HPE_NAVIGATION div > ul {
	max-width: 1024px;
	margin: auto;
}

#HPE_NAVIGATION div > ul > li {
	float: left;
	width: 182px;
	border-left: 1px solid #fff;
	position: relative;
}

#HPE_NAVIGATION div > ul > li > span {
	display: table;
	height: 60px;
	width: 182px;
}

#HPE_NAVIGATION div > ul > li > span > a {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #fff;
}

#HPE_NAVIGATION div > ul > li span a:hover {
	text-decoration: none;
	background: #81c4c9;
}

#HPE_NAVIGATION div > ul > li > span > a > img {
	vertical-align: middle;
}

#HPE_NAVIGATION div > ul > li:last-child {
	width: 60px;
	float: right;
}

#HPE_NAVIGATION div > ul > li:nth-last-child(2) {
		border-right: 1px solid #fff;
}

#HPE_NAVIGATION div > ul > li:last-child > span {
	width: 60px;
	border-right: 1px solid #fff;
}

#HPE_NAVIGATION div > ul > li > ul {
	background: #fff;
	border: 1px solid #15919a;
	border-top: none;
	border-bottom: none;
	position: absolute;
	width: 360px;
	display: none;
}

#HPE_NAVIGATION div > ul > li > ul > li {
	border-bottom: 1px solid #15919a;
	text-align: center;
}

#HPE_NAVIGATION div > ul > li > ul > li > a {
	display: block;
	padding: 10px;
	color: #333;
}

#HPE_NAVIGATION div > ul > li > ul > li > a:hover {
	text-decoration: none;
	background: #f7f7f7;
}


#HPE_NAVIGATION div > ul > li {
	width: auto;
}
#HPE_NAVIGATION div > ul > li > span {
	width: auto;
}
#HPE_NAVIGATION div > ul > li > span > a {
	padding: 0 28px;
}

#HPE_NAVIGATION div > ul > li:last-child {
	width: auto;
	float: right;
}
#HPE_NAVIGATION div > ul > li:last-child > span {
	width: auto;
	border-right: 1px solid #fff;
}



@media (max-width: 767px) {

#HPE_NAVIGATION > div {
	overflow-x: scroll;
}
#HPE_NAVIGATION > div::-webkit-scrollbar{
	width: 100%;
	height: 10px;
	background: #15919a;
	border-radius: 2px;
	border:1px #fff solid;
}
#HPE_NAVIGATION > div::-webkit-scrollbar-thumb{
	background: #fff;
	border-radius: 2px;
}
#HPE_NAVIGATION > div > ul {
	width: 1000px;
	font-size: 13px;
}
	
}
