﻿@charset "UTF-8";
@import "base.css";
@import "font-family.css";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
:root {
	--f-main-bk: 'UTMAvo';
	--f-main: "Montserrat", sans-serif;
	--txt: #666666;
	--mcolor: #0040ad;
	--scolor: #b2150c;
	--tcolor:#5489c5;
	--blue: #3ac0d1;
}
h1, h2, h3, h4, h5, h6, input, button, textarea, select, p, blockquote, th, td, pre, address, li, dt, dd {
  font-size: 18px;font-weight: 500;
  -webkit-text-size-adjust: none;
}
header, section, footer, aside, nav, main, article, figure {
  display: block;
}
img {
  vertical-align: bottom;
}
a {
  color: var(--mcolor);
}
a:hover, a:active {
  text-decoration: none;
}
table {
  width: 100%
}
p {
  margin: 0 0 1em;
	text-align: justify;
}
.section {
  padding: 0 0 30px;
}
p, dd, td, th, li {
  line-height: 1.3em;
}
#totop {
  position: fixed;
  bottom: 60px;
  right: 50px;
  z-index: 10;
  margin-bottom: 0;
  width: 50px;
}
#totop a {
  display: block;
  transition: all 0.5s;
  -webkit-animation: slide-top 0.8s linear infinite alternate-reverse;
  animation: slide-top 0.8s linear infinite alternate-reverse;
}
#totop a:hover {
  opacity: 0.7;
}
@-webkit-keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
.bold {
  font-weight: bold;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
*, *:before, *:after {
  box-sizing: border-box;
  outline: none;
}
/*==========================================================================*/
/*                            Container                                     */
/*==========================================================================*/
body {
	-moz-user-select: none !important;
-webkit-touch-callout: none!important;
-webkit-user-select: none!important;
-khtml-user-select: none!important;
-moz-user-select: none!important;
-ms-user-select: none!important;
user-select: none!important;
  color: var(--txt);
  font-family: var(--f-main);
}
#wrapper {
  min-width: 1200px;
  overflow: hidden;
}
.container {
  width: 1360px;
	max-width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
}
img {
  max-width: 100%;
}
.pc {
	display: block !important;
}
.sp {
  display: none !important;
}
h1 {
	display: none;
}
.h_top .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.h_top_left {
    width: 40%;
    display: flex;
    align-items: center;
	padding: 0 0 15px;
}
.h_tel {
	margin: 0 45px 0 0;
	background: url("/assets/images/h_tel.png") no-repeat left center;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 6px 0 6px 60px;
	width: 187px;
}
.h_tel .tel {
    display: block;
    font-size: 14px;
    padding: 3px 0;
	margin: 0 0 2px;
}
.h_mail{margin:0 45px 0 0;}
.h_mail a {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
	font-size: 15px;
}
.h_mail a:before{
	content: '';
	position: relative;
	display: inline-block;
	background: url("/assets/images/icon_mail.svg") no-repeat center center/100% auto;
	width: 24px;
	height: 17px;
	margin-right: 10px;
	top: 1px;
	filter: brightness(0) saturate(100%) invert(29%) sepia(32%) saturate(1335%) hue-rotate(196deg) brightness(92%) contrast(90%);
}

.logo {
    margin: 0;
	position: relative;
	z-index: 3;
	width: 160px;
}
.h_top_right {
    width: 40%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
	padding: 0 0 15px;
	gap: 50px;
}
.h_search {
	padding-right: 0;
}
.h_add {
    margin: 0 50px 0 0;
    font-size: 14px;
    color: var(--mcolor);
    display: flex;
    align-items: center;
}
.h_add:before {
	content: '';
	position: relative;
	display: inline-block;
	background: url("/assets/images/icon_map.svg") no-repeat center center/100% auto;
	width: 20px;
	height: 28px;
	margin-right: 10px;
	filter: brightness(0) saturate(100%) invert(29%) sepia(32%) saturate(1335%) hue-rotate(196deg) brightness(92%) contrast(90%);	
}
.h_add .num {
    font-weight: bold;
    background: var(--mcolor);
    color: #fff;
    border-radius: 10px;
    padding: 3px 5px;
    margin-right: 5px;
	font-size: 16px;
}
.h_lang {
    margin: 0;
    display: flex;
	border-radius: 10px;
	overflow: hidden;
}
.h_lang a {
    width: 31px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
    font-size: 13px;
    background: var(--mcolor);
    color: #fff;
    font-weight: bold;
    padding: 1px 0 4px;
	transition: all 0.3s;
}
.h_lang a.active {
	background: var(--scolor);
}
.h_lang a:hover {
	opacity: 0.7;
}
.h_top {
	padding-top: 25px;
}
.h_main {
	background: /*url("/assets/images/icon_circle.svg") no-repeat bottom 8px center, */ url(/assets/images/gnv_bg.png?v=1) no-repeat top center #3354a0;
	position: relative;
	z-index: 5;
}
.gnavi {
    display: flex;
}
.gnavi>li {
	margin-right: 20px;
	padding: 10px 0;
}
.gnavi li {
    position: relative;
}
.gnavi>li>a {
    display: block;
    text-decoration: none;
    color: #ffff;
    font-weight: 600;
    padding: 11px 20px 11px;
    border-radius: 10px;
    font-size: 22px;
    text-transform: uppercase;
    transition: all 0.3s;
    text-align: center;
}
.gnavi>li.active>a, .gnavi>li:hover>a {
    background: linear-gradient(90deg, #b2150c, #f33f43);
    color: #fff;
}
.submenu li {
    padding: 0 30px;
}
.submenu {
    position: absolute;
    background: #fff;
    border-radius: 10px;
	margin-top: 10px;
	display: none;
	padding: 10px 0;
	left: -30px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	min-width: 200px;
	background: #0091FF;
background: linear-gradient(90deg, rgba(0, 145, 255, 1) 0%, rgba(9, 67, 121, 1) 100%);
}
.submenu a {
    text-decoration: none;
    white-space: nowrap;
    text-transform: uppercase;
    color:#fff;
    display: block;
    font-size: 16x;
    position: relative;
    border-bottom: 1px solid #ebebeb;
    padding: 8px 0;
}
.submenu li:last-child > a {
	border-bottom: none;
}
.submenu a:hover {
	color: var(--scolor);
}
.submenu_bk a:before {
	content: '';
	position: absolute;
	background: url("/assets/images/icon_gnv.svg") no-repeat center center/100% auto;
	width: 15px;
	height: 15px;
	top: 12px;
	left: -30px;
}
.has_child .submenu {
	left: calc(100% + 5px);
	margin-top: 0;
	top: -10px;
}
.submenu li.has_child:after {
	content: '';
	position: absolute;
	border: solid var(--scolor);
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  -webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	right: 30px;
	top: 14px;
}
#gnavi {
    display: flex;
    justify-content: flex-end;
}
.gnv_link {
    display: flex;
}
.gnavi>li:nth-child(3) {
    margin-right: 180px;
}
.gnv_link li {
	position: relative;
}
.gnv_link li:not(:last-child) {
	margin-right: 20px;
}
.gnv_link a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    position: relative;
    z-index: 2;
    min-width: 120px;
	padding: 0 20px;
}
.gnv_link a:after {
    content: '';
    position: absolute;
    width: 100%;
    height: calc(100% + 10px);
    background: linear-gradient(90deg, #b2150c, #f33f43);
    left: 0;
    top: -5px;
    z-index: -2;
    transform: skewX(30deg);
}
.gnv_link li:last-child a:after {
	width: 100vw;
	background: linear-gradient(90deg, #b2150c 0, #f33f43 20%);
}
.gnv_link li:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-bottom: 5px solid #000000;
    border-top: 0;
    left: -26px;
    top: -5px;
}
.gnv_link li:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    right: -26px;
    bottom: -5px;
    border-style: solid;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 5px solid #f33f43;
    border-bottom: 0;
}
.gnv_link li:nth-child(1) img {width:60px;}
.gnv_link li:nth-child(2) img {width:100px;}
#header.fixed {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    background: #fff;
    box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.1);
    -webkit-animation: header-fixed 0.6s;
    -moz-animation: header-fixed 0.6s;
    -ms-animation: header-fixed 0.6s;
    animation: header-fixed 0.6s;
}
#header.fixed .h_top {
    padding-top: 10px;
}
#header.fixed .logo {
    width: 160px;
}
@keyframes header-fixed {
  0% {
    opacity: 0.5;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes header-fixed {
  0% {
    opacity: 0.5;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes header-fixed {
  0% {
    opacity: 0.5;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
.main_slide p {
	margin: 0;
}
.main_slide img {
	width: 100%;
}
.box01 {
	padding: 80px 0;
	background: hsl(0deg 0% 93.7%);
}
.box01 .container {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
}
.b01_img {
    flex-shrink: 0;
    margin: 0 60px 0 0;
}
.idx_h2 {
    font-size: 20px;
    font-weight: 700;
    color: var(--mcolor);
    line-height: 1.5em;
    margin: 0 0 40px;
	text-align: center;
}
.box01 .idx_h2 {
	text-align: left;
	margin-bottom: 20px;
}
.idx_h2 .small {
    display: inline-flex;
    align-items: center;
	text-transform: uppercase;
}
.idx_h2 .small:before {
	content: '';
	position: relative;
	display: inline-block;
	background: url("/assets/images/icon_h2.png") no-repeat center center/100% auto;
	width: 22px;
	height: 20px;
	margin-right: 10px;
}
.idx_h2 .lager {
    display: block;
    font-size: 250%;
    line-height: 1.5em;
    color: var(--scolor);
}
.b01_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px 0 30px;
}
.b01_list li {
    width: 50%;
    display: flex;
    align-items: center;
    margin: 0 0 10px;
}
.b01_list li .char {
    width: 35px;
    height: 35px;
    background: var(--mcolor);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    padding: 0 0 3px;
    margin-right: 10px;
}
.b01_list li .lager {
    color: var(--mcolor);
}
.idx_btn {
    text-align: center;
}
.idx_btn a {
    text-decoration: none;
    display: inline-flex;
    color: #fff;
    background: linear-gradient(90deg, #b2150c, #f33f43);
    font-size: 14px;
    padding: 6px 40px 8px 15px;
    border-radius: 10px;
    transition: all 0.3s;
    position: relative;
}
.idx_btn a:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 100%;
    right: 0;
    top: 0;
    background: url("/assets/images/icon_arr.svg") no-repeat center center var(--mcolor);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.idx_btn a:hover {
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	transform: translateY(-5px);
}
.b01_img a {
    display: block;
    position: relative;
	transition: all 0.3s;
}
.b01_img a:hover {
	opacity: 0.7;
}
.b01_img a .icon {
    position: absolute;
    width: 78px;
    height: 78px;
    background: var(--mcolor);
    border-radius: 50%;
    bottom: 0;
    right: 0;
    z-index: 2;
}
.b01_img a .icon:before, .b01_img a .icon:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
    background: var(--mcolor);
    border-radius: 50%;
    bottom: 0;
    right: 0;
	z-index: -2;
	transition: all 0.5s;
	-webkit-animation: scale-up-center 2s cubic-bezier(0.390, 0.575, 0.565, 1.000) infinite both;
	        animation: scale-up-center 2s cubic-bezier(0.390, 0.575, 0.565, 1.000) infinite both;
}
.b01_img a .icon:after {
	-webkit-animation: scale-up-center 2s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.7s infinite both;
	        animation: scale-up-center 2s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.7s infinite both;
}
@-webkit-keyframes scale-up-center {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
		opacity: 0;
  }
}
@keyframes scale-up-center {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
		opacity: 0;
  }
}
.b01_img a .arr {
	width: 0;
  height: 0;
  border-style: solid;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 26px solid #ffffff;
  border-right: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.box02 {
	padding: 80px 0;
}
.b02_list {
    display: flex;
    flex-wrap: wrap;
}
.b02_item {
    width: calc(25% - 22.5px);
}
.b02_item:nth-child(4n) {
	margin-right: 0;
}
.b02_item a {
    display: block;
    text-align: center;
    text-decoration: none;
    color: var(--txt);
    transition: all 0.3s;
	padding: 15px;
}
.b02_item a:hover, .b03_item a:hover {
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	transform: translateY(-5px);
}
.b02_itm_ttl {
    font-size: 14px;
    text-transform: uppercase;
    color: var(--scolor);
    line-height: 1.5em;
    /*height: 45px;*/
}
.b02_itm_txt {
    font-size: 14px;
    line-height: 1.8em;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.b02_itm_btn {
    font-size: 14px;
    display: inline-block;
    border: 1px solid var(--mcolor);
    border-radius: 40px;
    padding: 5px 15px 7px;
    color: var(--scolor);
}
.b02_itm_btn .txt {
    color: var(--mcolor);
    text-decoration: underline;
}
.b02_itm_img {
    margin: 0 0 20px;
    padding: 30px;
}
.b02_list.slick-initialized .slick-slide > div {
	padding: 15px;
}
.b02_itm_img img {
	margin: 0 auto;
}
.slick-dots {
    display: flex;
    justify-content: center;
	margin-top: 20px;
}
.slick-dots li button {
    width: 14px;
    height: 14px;
    border: 3px solid #e1e1e1;
    border-radius: 50%;
    background: transparent;
    text-indent: -50000px;
    cursor: pointer;
    transition: all 0.3s;
}
.slick-dots li {
	margin: 0 7px;
}
.slick-dots li.slick-active button {
	border-color: var(--scolor);
}
.box03 {
	padding: 80px 0 ;
	background: hsl(0deg 0% 93.7%);
}
.b03_list {
    display: flex;flex-wrap: wrap;
}
.b03_item {
    width: calc(33.33% - 20px);
    margin: 0 30px 30px 0;
}
.b03_item:last-child {
}
.b03_item:nth-child(3n){
    margin-right: 0;
}
.b03_item a {
    background: #fff;
    display: block;
    text-decoration: none;
    color: var(--scolor);
    height: 100%;
    transition: all 0.3s;
}
.b03_itm_img {
    margin: 0;
}
.b03_itm_main {
    padding: 40px;
}
.b03_itm_ttl {
    font-size: 16px;
    line-height: 1.5em;
    margin: 0 0 10px;
}
.b03_itm_ttl .lager {
    display: block;
    text-transform: uppercase;
}
.b03_itm_ttl .small {
    display: inline-block;
    background: var(--mcolor);
    color: #fff;
    font-size: 87.5%;
    padding: 2px 10px 3px;
    margin: 0 0 10px;
}
.b03_itm_more {
    font-size: 14px;
    background: url(../images/icon_arr_green.svg) no-repeat right center;
    display: inline-block;
    padding: 0 15px 2px 0;
    border-bottom: 1px solid;
	display:none;
}
.box04 {
	padding: 100px 0 70px;
}
.b04_txt {
    max-width: 950px;
    margin: 0 auto 35px;
    text-align: center;
}
.b04_gnavi {
    display: flex;
    justify-content: center;
    margin-bottom: 35px;
}
.b04_gnavi_link {
    background: var(--mcolor);
    background: linear-gradient(90deg, var(--mcolor), #00499b);
    color: #fff;
    border-radius: 5px;
    padding: 5px 20px;
    margin: 0 5px;
    font-size: 15px;
    transition: all 0.3s;
    cursor:pointer;
}
.b04_gnavi_link.current, .b04_gnavi_link:hover {
    background: linear-gradient(90deg, #b2150c, #f33f43);
}
.b04_tab {
    display: none;
}
.b04_tab.current {
    display:block;
}
.b04_list {
    display: flex;
    flex-wrap: wrap;
}
.b04_item {
    width: calc(25% - 22.5px);
    margin: 0 30px 30px 0;
}
.b04_item:nth-child(4n) {
	margin-right: 0;
}
.b04_item a {
    text-align: center;
    display: block;
    text-decoration: none;
    color: var(--scolor);
}
.b04_itm_img {
    border-radius: 15px;
    overflow: hidden;
}
.b04_itm_ttl {
    font-size: 16px;
    line-height: 1.5em;
    text-transform: uppercase;
}
.b04_itm_img img {
	transition: all 0.3s;
	width: 100%;
}
.b04_item a:hover .b04_itm_img img {
	transform: scale(1.1);
}
.box05 {
	background: #f7f7f7;
	padding: 100px 0;
}
.box05 .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.b05_img {
    flex-shrink: 0;
    width: 52%;
    margin-left: 100px;
}
.box05 .idx_h2 {
	text-align: left;
}
.b05_img.slick-initialized .slick-slide {
	margin: 0;
	text-align: center;
	padding: 0 10px;
}
.b05_img.slick-initialized .slick-slide img {
	display: block;
	margin: 0 auto;
}
.b05_img .slick-arrow {
	position: absolute;
	width: 60px;
	height: 20px;
	border: none;
	background-color: var(--mcolor);
	bottom: -40px;
	text-indent: -500000px;
	cursor: pointer;
	transition: all 0.5s;
	background-repeat: no-repeat;
	background-position: center center;
}
.b05_img .slick-prev {
	right: calc(50% + 20px);
	background-image: url("/assets/images/b05_prev.svg");
}
.b05_img .slick-next {
	left: calc(50% + 20px);
	background-image: url("/assets/images/b05_next.svg");
}
.b05_img .slick-arrow:hover {
	background-color: var(--scolor);
}
.box06 {
	padding: 100px 0 50px;
	/*background: url("/assets/images/b06_bg.png") no-repeat left calc(50% - 400px) top;*/
}
.homepartner{padding: 50px 0 100px;}
.homepartner .slick-slide img {
    display: block;
    padding: 5px 10px;
    height: 120px !important;
    margin: 0 auto;
}
	
}
.box06 .idx_h2 {
	margin: 0;
}
.b06_list {
	max-width: 840px;
	margin: 0 auto;
}
.b06_itm_txt {
    background: #fff;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.15);
	position: relative;
	margin: 0 0 40px;
}
.b06_itm_txt:before {
	content: '';
	position: absolute;
	background: url("/assets/images/b06_icon.png") no-repeat center center/100% auto;
	width: 43px;
	height: 33px;
	top: -15px;
	left: calc(50% - 22px);
}
.b06_list.slick-initialized .slick-slide {
	padding: 50px 50px 0;
}
.b06_itm_info {
    display: flex;
    justify-content: center;
    align-items: center;
}
.b06_itm_img {
    width: 80px;
    margin: 0 20px 0 0;
    border-radius: 50%;
    overflow: hidden;
}
.b06_itm_name .name {
    display: block;
    font-weight: 700;
    color: var(--scolor);
}
.b06_itm_name .txt {
    font-size: 14px;
    color: var(--mcolor);
    font-style: italic;
}
.b06_list .slick-arrow {
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: #d4d5d7;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    text-indent: -500000px;
    top: calc(50% - 60px);
    transform: translateY(-50%);
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 3;
	transition: all 0.3s;
}
.b06_list .slick-prev {
	left: 30px;
	background-image: url("/assets/images/b06_prev.svg");
}
.b06_list .slick-next {
	right: 30px;
	background-image: url("/assets/images/b06_next.svg");
}
.b06_list .slick-arrow:hover {
	background-color: var(--mcolor);
}
.box07 {
	background: #f7f7f7;
	padding: 80px 0;
}
.b07_list.slick-initialized .slick-slide {
	padding: 15px;
}
.b07_item a {
	display: block;
	text-decoration: none;
	color: var(--txt);
	transition: all 0.3s;
    background: #fff;
}
.b07_itm_img {
    margin: 0;
    overflow: hidden;
}
.b07_itm_img img {
	width: 100%;
	transition: all 0.3s;
}
.b07_item a:hover .b07_itm_img img {
	transform: scale(1.1);
}
.b07_itm_main {
    padding: 40px;
}
.b07_itm_info {
    font-size: 15px;
    display: flex;
    align-items: center;
    color: var(--scolor);
    margin: 0 0 20px;
}
.b07_itm_info>span {
	display: flex;
	align-items: flex-end;line-height: 1.1;
}
.b07_itm_info>span:before {
	content: '';    
	position: relative;
	display: inline-block;
	/*background: url("/assets/images/b07_icon01.svg") no-repeat center center/100% auto;*/
	width: 14px;
	height: 16px;
	margin-right: 10px;
}
.b07_itm_info .auth {
    margin-right: 60px;
}
.b07_itm_info>span.auth:before{
		content: '\f06e';font-family: 'FontAwesome';
		
	
}
.b07_itm_info>span.date:before {
	background-image: url("/assets/images/b07_icon02.png");
	width: 15px;
	height: 15px;
}
.b07_itm_ttl {
	height: 48px;
    overflow: hidden;
    font-size: 16px;
    line-height: 1.5em;
    text-transform: uppercase;
    color: var(--mcolor);
	margin: 0 0 5px;
}
.b07_list {
	margin: 0 -15px;
}
.b07_itm_txt {
	font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.b07_itm_btn {
    font-size: 14px;
    display: inline-block;
    border-bottom: 1px solid;
    color: var(--scolor);
    padding: 0 15px 2px 0;
	background: url("/assets/images/icon_arr_green.svg") no-repeat right center;
}
.b07_item a:hover {
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}
.b07_list .slick-dots {
	margin-top: 40px;
}


.f_main {
    /* padding: 80px 0; */
    /* background: #0040AD; */
    /* background: url(/assets/images/f_bg.png) no-repeat; */
    /* background-size: 100%; */
    color: #fff;
}
.f_main .container {
    display: flex;
	justify-content: space-between;
}
.f_mod {
    width: calc(25% - 40px);
}}

.f_txt {
    font-size: 16px;
    line-height: 1.5em;
    text-align: justify;
    margin: 0 0 30px;
}
.f_social {
    display: flex;
}
.f_social a:not(:last-child) {
	margin-right: 10px;
}
.f_social img {
	width: 45px;
}
.f_ttl {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--mcolor);
    position: relative;
	display: inline-block;
}
.f_ttl:after {
	content: '';
	position: absolute;
	width: max-content;
	height: 3px;
	background: #ffffff;
	left: 0;
	bottom: 0;
	border-radius: 5px;
}
.f_ttl {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    position: relative;
    display: inline-block;
    padding: 0 0 28px;
    margin: 0 0 40px;
    background: linear-gradient(
0deg, #b2150c, #f33f43);
    background: linear-gradient(
180deg, #f9e08a 0%, #e7c76a 40%, #caa64a 70%, #b8933c 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}
/*.f_ttl:before {
    content: '';
    position: absolute;
    border-bottom: 9px dotted var(--mcolor);
    width: 24px;
    bottom: -3px;
    left: 50%;
    transform: translateX(-50%);
}
*/
.f_menu {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 165px;
}
.f_menu a {
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    position: relative;
    color: #ffffff;
    transition: all 0.3s;
    padding-left: 20px;
}
.f_menu a:before {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    background: #ffffff;
    border-radius: 50%;
    left: 0;
    top: 9px;
}
.f_menu li {
	margin: 0 0 15px;
}
.f_menu a:hover {
	color: #eb383c;
}
.f_info {
    font-size: 16px;
    line-height: 1.8em;
    margin: 0 0 5px;
    position: relative;
    padding-left: 30px;
}
.f_info:before {
	content: '';
	position: absolute;
	width: 17px;
	background: url("/assets/images/f_add.svg") no-repeat center center;
	height: 22px;
	left: 0;
	top: 8px;
	filter: brightness(0) invert(1);
}
.f_info a {
	text-decoration: none;
	color: #ffffff;
}
.f_tel:before {
	background-image: url("/assets/images/f_tel.svg");
	top: 5px;
}
.f_mail:before {
    background-image: url("/assets/images/f_mail.svg");
    top: 3px;
}
.f_phone:before {
	background-image: url("/assets/images/f_phone.svg");
	top: 5px;
}
.f_form_txt {
    font-size: 16px;
    line-height: 1.6em;
    margin: 0 0 30px;
}
.f_form {
    display: flex;
    border: 1px solid #ffffff;
    border-radius: 10px;
    padding: 12px 20px 15px;
    justify-content: space-between;
}
.f_form input {
    font-size: 14px;
    width: 100%;
    border: none;
    font-style: italic;
    opacity: 0.6;
    background: none;
    color: #fff;
}
.f_form input::placeholder {
	color: #fff;
}
.f_form button {
    flex-shrink: 0;
    border: none;
    background: none;
    margin-top: -3px;
	cursor: pointer;
}
.f_bottom {
 padding: 15px 0;
 position: relative;
}
.f_bottom .container {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    flex-direction: row-reverse;
    position: relative;
}
.f_bottom .container:before {
    content: '';
    position: absolute;
    width: 98%;
    height: 2px;
    top: -20px;
    left: 50%;
    background: #fff;
    transform: translateX(-50%);
}
.f_img {
    margin: 0;
}
.f_copyright {
    margin: 0;
    font-size: 14px;
}
.f_copyright a {
	text-decoration: none;
	color: #fff;
	font-weight: 700;
}

p:last-child{
	margin-bottom: 0;
}
.sp480 {
	display: none;
}
@media screen and (max-width: 1360px) {
	.gnavi>li>a {
    padding: 8px 10px 11px;
}
.gnv_link a {
    min-width: 100px;
}
.gnv_link li:not(:last-child) {
    margin-right: 5px;
}
.gnavi>li {
    margin-right: 5px;
}
.gnavi>li:nth-child(5) {
    margin-right: 260px;
}
.submenu li {
    padding: 0 20px;
}
.submenu a {
    font-size: 12px;
    margin-left: 20px;
}
.submenu a:before {
    left: -25px;
}
}
@media screen and (max-width: 1300px){

.h_add{font-size: 12px;}
.h_add .num{font-size: 14px;}
.h_add:before{width: 16px;height: 28px;}	
	
}
@media screen and (max-width: 1000px) {
h1, h2, h3, h4, h5, h6, input, button, textarea, select, p, blockquote, th, td, pre, address, li, dt, dd {
  font-size: 14px;
}
  #wrapper {
    min-width: 100%;
    margin: 0;
    padding-top: 120px;
  }
  #main, #footer {
    min-width: 100%;
    background-size: cover!important;
  }
  .container {
    padding: 0 3%;
    width: 100%;
  }
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  /* MENU-ICON */
  .menu-icon {
    width: 50px;
    height: 43px;
    box-sizing: border-box;
    text-align: center;
    text-transform: uppercase;
    line-height: 1em;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    padding: 8px 0;
    z-index: 99999;
    background: var(--scolor);
  }
  .menu-icon span {
    display: block;
    margin: 0 auto 15px;
    width: 30px;
    height: 3px;
    background-color: #fff;
    -webkit-transition-duration: 0;
    -moz-transition-duration: 0;
    -ms-transition-duration: 0;
    -o-transition-duration: 0;
    transition-duration: 0;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
    top: 12px;
    left: 0;
    position: relative;
  }
  .menu-icon span::after, .menu-icon span::before {
    display: block;
    content: '';
    position: absolute;
    width: 30px;
    height: 3px;
    background-color: #fff;
    -webkit-transition-property: margin, -webkit-transform;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-delay: 0.2s, 0;
    -moz-transition-delay: 0.2s, 0;
    -ms-transition-delay: 0.2s, 0;
    -o-transition-delay: 0.2s, 0;
    transition-delay: 0.2s, 0;
  }
  .menu-icon span::before {
    margin-top: -10px;
  }
  .menu-icon span::after {
    margin-top: 10px;
  }
  .menu-icon.active span {
    background-color: transparent;
  }
  .menu-icon.active span::before, .menu-icon.active span::after {
    margin-top: 0px;
    -webkit-transition-delay: 0, 0.2s;
    -moz-transition-delay: 0, 0.2s;
    -ms-transition-delay: 0, 0.2s;
    -o-transition-delay: 0, 0.2s;
    transition-delay: 0, 0.2s;
  }
  .menu-icon.active span::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .menu-icon.active span::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .gnv-ico {
    width: 40px;
    height: 49px;
    position: absolute;
    background: rgba(255, 255, 255, 0.3);
    right: 0;
    top: 0 !important;
    transform: none !important;
    border: none !important;
  }
  .gnv-ico:before {
    content: '';
    position: absolute;
    border: solid #fff;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: calc(50% - 3px);
    top: calc(50% - 3px);
    transition: all 0.5s ease;
  }
  .gnavi li.active > .gnv-ico:before {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .f_tel_fixed{
    position: fixed;
    left: 3%;
    margin-right: 0;
    bottom: 50px;
    z-index: 10;
	display:none;
  }
  #totop {
    width: 40px;
    right: 3%;
    bottom: 50px;
    line-height: 0;
  }
#header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    background: #fff;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}
.h_top_left, .h_add {
    display: none;
}
.h_top_right {
    width: auto;
    padding: 0;
}
.h_top {
    padding: 10px 0;
}
.logo {
    width: 150px;
}
.h_main {
   background: url(/assets/images/gnv_bg.jpg?v=1) no-repeat top center #3354a0;
}
.h_main .container{
    display:flex;justify-content:space-between;
}
#gnavi {
  background: var(--scolor);
    width: 100%;
    position: fixed;
    height: calc(100% - 79px);
    top: 125px;
    left: 0;
    padding: 30px 0;
	overflow: auto;
	display: none;
}
.gnavi {
    display: block;
}
.gnavi>li {
        margin-right: 0!important;
	padding: 0;
    }
.gnavi>li>a {
    text-align: left;
    padding: 15px 20px;
    border-bottom: 1px solid var(--mcolor);
    border-radius: 0;
    background: none !important;
}
	.gnavi>li.over>a {
		padding-right: 50px;
	}
.submenu {
    position: relative;
    left: 0;
    top: 0;
    margin: 0;
    border-radius: 0;
    padding: 10px;
	box-shadow: none;
}
	.submenu li.over > a {
		padding-right: 20px;
	}
.submenu a {
    font-size: 13px;
    padding: 10px 0;
	white-space: normal;
	margin-left: 25px;
}
.submenu .gnv-ico {
    background: var(--scolor);
	height: 38px;
}
	.submenu li.has_child:after {
		display: none;
	}
.has_child .submenu {
    left: 0;
    margin-top: 0;
    top: 0;
	width: calc(100% + 10px);
}
.gnv_link {
    display: flex;
    justify-content: center;
  
}
    .gnv_link a:after {
        
    }
.gnv_link li:last-child a:after {
    width: 145vw;
}
    .gnv_link li:before {
        left: -19px;
    }
    .gnv_link li:after {
      
    }
    .gnv_link li:nth-child(1) img {width:40px;}
.gnv_link li:nth-child(2) img {width:80px;}
.submenu li {
        padding: 0;
    }
    .submenu a:before {
        left: -25px;
    }

#index .main{
    display: flex;
    flex-wrap: wrap;
}
#index .main > div{
    width: 100%;
}
/*
#index .main .box01{
    order: 4;
}
#index .main .box02{
    order: 2;
}
#index .main .box03{
    order: 1;
}
#index .main .box04{
    order: 3;
}
#index .main .box05{
    display: none;
}
#index .main .box06{
    order: 5;
}
#index .main .box07{
    order: 6;
}*/
.box01 {
    padding: 40px 0;
}
.box01 .container {
    display: block;
}
.idx_h2 {
    font-size: 16px;
    margin: 0 0 25px;
}
.box01 .idx_h2 {
    text-align: center;
}
.idx_h2 .lager {
    font-size: 200%;
}
.b01_img {
    margin: 40px auto 0;
    max-width: 650px;
}
.b01_img a .icon {
    width: 50px;
    height: 50px;
    bottom: 20px;
}
.b01_img a .arr {
    border-width: 10px 0 10px 14px;
}
.box02, .box03, .box04, .box05, .box07 {
    padding: 40px 0;
}
.b02_list .slick-arrow{
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: #d4d5d7;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    text-indent: -500000px;
    top: calc(50% - 60px);
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 3;
    transition: all 0.3s;
}
.b02_list .prev {
    left: 10px;
    background-image: url(../images/b06_prev.svg);
}

.b02_list .next {
    right: 10px;
    background-image: url(../images/b06_next.svg);
}
.b02_list.slick-initialized .slick-slide{
    display: flex;
}
.box03 .idx_btn{
    margin: 10px auto 0;
}
.b03_list {
    flex-wrap: wrap;
}
.b03_item {
    width: calc(50% - 10px);
    margin: 0 0 20px;
}
.b03_item:not(:nth-child(2n)){
    margin-right: 20px;
}



.b03_itm_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.b03_itm_main {
    padding: 15px 10px;
}
.b04_list {
    justify-content: space-between;
}
.b04_item {
    width: 48%;
    margin: 0 0 30px;
}
.b04_item:nth-child(4n) {
    margin-right: 0;
    margin-bottom: 30px;
}
.box05 .container {
    display: block;
}
.box05 .idx_h2 {
    text-align: center;
}
.b05_main {
    margin: 0 0 40px;
}
.b05_img {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    padding-bottom: 40px;
}
.b05_img .slick-arrow {
    bottom: 0;
}
.homepartner{padding: 20px 0 40px;}
.box06 {
        padding: 40px 0;
        background-position: left -80px top;
        background-size: 400px;
    }
.b06_itm_txt {
    padding: 30px;
    margin: 0 0 20px;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}
.b06_list .slick-arrow {
    top: calc(50% - 40px);
}
.b06_list.slick-initialized .slick-slide {
    padding: 30px 20px 0;
}
.b06_list .slick-prev {
    left: 0;
}
.b06_list .slick-next {
    right: 0;
}
.b07_itm_main {
    padding: 20px;
}
/*.f_social{
    display: none;
}
*/
.f_main {
    padding: 40px 0;
}
.f_main .container {
    flex-wrap: wrap;
}
.f_menu{
    height: 135px;
}
.f_form{
    padding-top: 8px;
    padding-bottom: 11px;
}
.f_form button{
    margin-top: 0;
}
.f_mod {
    width: 48%;
    margin: 0 0 25px;
}
.f_mod:nth-child(1) {
    width: 100%;
}
.f_mod:last-child {
    width: 100%;
	margin: 0;
}
.f_ttl {
    font-size: 16px;
    padding: 0 0 15px;
    margin: 0 0 20px;
}
.f_ttl:after {
    height: 2px;
}
.f_ttl:before {
    border-bottom-width: 8px;
}
.f_menu a {
    font-size: 14px;
}
.f_menu a:before {
    top: 6px;
}
.f_txt, .f_form_txt {
    font-size: 14px;
    margin: 0 0 10px;
}
.f_bottom {
    padding: 10px 0;
}
.f_bottom .container {
    display: block;
    text-align: center;
}
.f_img {
    /* margin: 0 0 10px; */
    display: none;
}
.f_info {
    font-size: 14px;
}
.f_info:before {
    top: 3px;
}
.slick-dots li {
    margin: 0 4px;
}
.b04_txt {
    max-width: 100%;
    margin: 0 0 25px;
}
.b07_itm_info .auth {
    margin-right: 30px;
}
.b07_list {
    margin: 0 -10px;
}
.b07_list.slick-initialized .slick-slide {
    padding: 10px;
}
}

@media screen and (max-width: 480px) {

.b02_itm_txt{display:none;}
.b02_itm_img{margin: 0 0 10px; padding: 10px 20px;}
.b02_list .slick-arrow{border-radius: 7px;width: 30px; height: 30px; background: #d4d5d78c;}
	
.b01_list li {
    width: 49%;font-size: 12px;
}
.b01_list li .char{
	width: 22px;
    height: 22px;
	
}
.f_mod {
    width: 100%;
}
.sp480 {
	display: block;
}
.b02_list.slick-initialized .slick-slide > div {
    padding: 5px;
}
.b02_list .slick-dots{margin: 20px 0;} 
.b03_list {justify-content:space-between;}
.b03_item, .b03_item:not(:nth-child(2n)){width: calc(50% - 5px);margin-right:0;}
.b04_gnavi{flex-wrap:wrap;}
.b04_gnavi_link{margin: 0 5px 5px;padding: 5px 10px;}
.b04_item {
    width: 100%;
}
.b02_item a {
    padding: 0;
}
.b02_itm_ttl {
    height: auto;
    margin: 0 0 10px;
}
.b03_itm_ttl {
    font-size: 12px;
	margin: 0;
}
.b03_itm_ttl .small {
    line-height: 1.5em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
	.b03_itm_ttl .lager {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	}
}


/* Reset và layout chung */
#footer {
    color: #fff;
    background: url(/assets/images/f_bg.png) no-repeat;
    background-size: 100%;
}

.f_main {
    padding: 60px 0;
}

.f_main .container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
}
.f_mod:nth-child(2) {
	width: 27%;
}
.f_mod:nth-child(3) {
	width: 13%;
}
/* Tiêu đề cột */
.f_ttl {
    font-size: 18px;
    font-weight: bold;
    color: #ffffff; /* Màu vàng Gold */
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #ffffff;
    display: inline-block;
    /* width: 100%; */
    text-align: center;
}

/* Cột Social */
.f_social {
    display: flex;
    gap: 15px;
    margin-top: 20px;
    justify-content: center;
}
.f_social a {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000080;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
}

/* Thông tin liên hệ */
.f_info {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 1.4;
}
/* Bạn có thể thay content bằng mã icon FontAwesome hoặc SVG */
.f_info:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
}
.f_tel_icon:before { background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="white"><path d="M164.9 24.6c-7.7-18.6-28-28.5-47.4-23.2l-88 24C12.1 30.2 0 46 0 64C0 311.4 200.6 512 448 512c18 0 33.8-12.1 38.6-29.5l24-88c5.3-19.4-4.6-39.7-23.2-47.4l-96-40c-16.3-6.8-35.2-2.1-46.3 11.6L304.7 368C234.3 334.7 177.3 277.7 144 207.3L193.3 167c13.7-11.2 18.4-30 11.6-46.3l-40-96z"/></svg>'); }
.f_add_icon:before { background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512" fill="white"><path d="M215.7 499.2C267 435 384 279.4 384 192C384 86 298 0 192 0S0 86 0 192c0 87.4 117 243 168.3 307.2c12.3 15.3 35.1 15.3 47.4 0zM192 128a64 64 0 1 1 0 128 64 64 0 1 1 0-128z"/></svg>'); }
.f_mail_icon:before { background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="white"><path d="M48 64C21.5 64 0 85.5 0 112c0 15.1 7.1 29.3 19.2 38.4L236.8 313.6c11.4 8.5 27 8.5 38.4 0L492.8 150.4c12.1-9.1 19.2-23.3 19.2-38.4c0-26.5-21.5-48-48-48H48zM0 176V384c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V176L294.4 339.2c-22.8 17.1-54.1 17.1-76.9 0L0 176z"/></svg>'); }

/* Danh mục */
.f_menu_list {
    list-style: none;
    padding: 0;
}
.f_menu_list li {
    margin-bottom: 10px;
}
.f_menu_list li a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    display: flex;
    align-items: center;
}
.f_menu_list li a:before {
    content: "•";
    margin-right: 8px;
    font-size: 45px;
    position: relative;
    top: -3px;
}

/* Box hỗ trợ trắng */
.support_box {
    background: #fff;
    border-radius: 25px;
    padding: 20px;
    color: #000080;
}
.support_item {
    padding: 10px 0;
}
.support_item:not(:last-child) {
    border-bottom: 1px solid #e0e0e0;
}
.sup_title {
    font-size: 12px;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
    /* opacity: 0.8; */
    font-weight: 500;
	color: var(--scolor);
}
.sup_phone {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
}
.sup_phone i {
    margin-right: 5px;
    font-size: 20px;
    transform: rotateY(
180deg);
}
.s_phone i {
	transform: rotateY(180deg);
}
/* Bottom Footer */
.f_bottom {
    /* border-top: 1px solid rgba(255,255,255,0.3); */
    padding: 0 0  20px 0;
    text-align: center;
}
.f_copyright {
    text-transform: lowercase;
    font-size: 18px;
    margin: 0;
	text-align: center;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .f_main .container {
        flex-direction: column;
        gap: 30px;
    }
    .f_mod {
        width: 100% !important;
    }
    .f_ttl {
        margin: 0 auto 15px;
    }
    .f_info {
        display: inline-block;
        text-align: left;
    }
    .f_social {
        justify-content: center;
    }
	.f_logo {
		text-align: center;
	}
}

@media (max-width: 500px) {
	
	.h_info{display:none;}
	
}