@charset "utf-8";
/*
Theme Name:テンプレート__01
Version: 1.1
Author:エイジェック広報部
Author URI:https://www.agekke.co.jp/
*/
/*============================
Reset CSS
============================*/
html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p, address, del, em, img,
small, strong, sub, i,
dl, dt, dd, ol, ul, li, form, label, 
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figcaption, figure, 
footer, header, menu, nav, section, time, mark, audio, video {
	background: transparent;
	border: 0;
	font-size: 100%;
	letter-spacing: 0.5px;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	word-break: break-all;
}

*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

article,aside,details,figcaption,figure,
footer,header,menu,nav,section {display: block;}

nav,
ul {
	list-style: none;
}

a {
	color: #333;
	background: transparent;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	text-decoration: none;
	transition: .3s;
}

del {
	text-decoration: line-through;
} 

table {
	width: 100%;
	border-collapse:collapse;
	border-spacing:0;
}

hr {
	border: 0;   
	border-top: 1px solid #cccccc;
	display: block;
	height: 1px;
	margin: 1em 0;
	padding: 0;
}

input,
select {
	vertical-align: middle;
}

ul { 
	letter-spacing: -0.5em;
	list-style-type: none;
}

li { 
	letter-spacing: normal;
	list-style-type: none;
}
h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
	font-weight: normal; 
}

figure {
	margin: 0!important;
}

img {
	height: auto;
	max-width: 100%;
	max-height: 100%;
	vertical-align: bottom;
}

.grecaptcha-badge { visibility: hidden; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}
/*============================
共通スタイル
============================*/
html,body {
	color: #333;
	font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 100%;
	line-height: 1.5;
	text-align: justify;
	text-justify: inter-ideograph;
	width: 100%;
	height: 100%;
	letter-spacing: .05em;
}

/* ----- コンテンツ幅 -----*/
.ly_wrap {
	max-width: 1260px;
	margin: 0 auto;
	padding: 0 30px;
}

.ly_wrap.ly_wrap_mini {
	max-width: 1080px;
}

@media screen and (max-width: 767px) {
	.ly_wrap {
		padding: 0 15px;
	}
}

/* ----- 改行 -----*/
.p_br {
	display: block;
}

.m_br {
	display: inline;
}

.pad_br {
	display: inline;
}

@media screen and (max-width: 1023px) {
	.pad_br {
		display: block;
	}
}

@media screen and (max-width: 767px) {
	.p_br {
		display: inline;
	}
	
	.m_br {
		display: block;
	}
}
/* ----- PC/MO　表示切替え -----*/
.m_block {
	display: none;
}

@media screen and (max-width: 767px) {
	.m_block {
		display: block;
	}
	
	.p_block {
		display: none;
	}
}

/* ----- コンテンツのpadding -----*/
.bl_sect {
    padding: 100px 0;
}

.bl_sect__top {
    padding: 100px 0 0;
}

.bl_sect__bottom {
    padding:0 0 100px;
}

@media screen and (max-width: 1279px){
	.bl_sect {
    	padding: 80px 0;
	}
	
	.bl_sect__top {
    	padding: 80px 0 0;
	}
	
	.bl_sect__bottom {
    	padding: 0 0 80px;
	}
}

@media screen and (max-width: 1023px){
	.bl_sect {
    	padding: 60px 0;
	}
	
	.bl_sect__top {
    	padding: 60px 0 0;
	}
	
	.bl_sect__bottom {
    	padding: 0 0 60px;
	}
}

@media screen and (max-width: 767px){
	.bl_sect {
    	padding: 40px 0;
	}
	
	.bl_sect__top {
    	padding: 40px 0 0;
	}
	
	.bl_sect__bottom {
    	padding: 0 0 40px;
	}
}

/* ----- Flex（上下中央配置） -----*/
.flex {
    display: flex;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0 auto;
	height: 100%;
	z-index: 100;
}

/* ----- クリアフィックス -----*/
.c-fix:after {
	clear: both;
	content: " ";
	display: block;
}


/* ----- テキスト配置 -----*/
.el_txt__right {
	text-align: right;
}

.el_txt__center {
	text-align: center;
}

/* ----- テキストカラー -----*/
.red {
	color: red;
}

.blue {
	color: #005bac;
}

/* ----- aタグ -----*/
a.underline {
    padding-bottom: 2px;
    border-bottom: 1px solid;
	color: #004aed;
	margin: 0 5px;
}

a.underline:hover {
	color: #00a1e9;
}

/* ----- タイトル -----*/
.el_lv2Heading {
	position: relative;
	text-align: center;
	margin: 0 0 30px;
}

.el_lv2Heading.el_lv2Heading__left {
	text-align: left;
}

.el_lv2Heading .ja {
	font-size: .875rem;
	position: relative;
	color: #0075c4;
	display: inline-block;
	letter-spacing: .05em;
    margin: 0 5px 0 0;
}

.el_lv2Heading.el_lv2Heading__left .ja {
	margin-left: 38px;
}

.el_lv2Heading .en {
	color: #0075c4;
	font-family: "Akshar", sans-serif;
	font-size: 3.125rem;
	font-weight: 400;
	display: block;
	letter-spacing: .1em;
	line-height: 1;
    margin: 0 0 5px;
}

.el_lv2Heading .ja:before {
	content: '';
	width: 24px;
	height: 1px;
	background: #0075c4;
	position: absolute;
	top: 50%;
	left: -34px;
	transform: translateY(-50%);
}

.el_lv2Heading .ja:after {
	content: '';
	width: 24px;
	height: 1px;
	background: #0075c4;
	position: absolute;
	top: 50%;
	right: -33px;
	transform: translateY(-50%);
}

.el_lv2Heading.el_lv2Heading__white .ja {
	color: #fff;
}

@media screen and (max-width: 1279px) {
	.el_lv2Heading .en {
    	font-size: 2.75rem;
    	margin: 0 0 8px;
	}
	
	.el_lv2Heading .ja:before {
    	width: 20px;
    	left: -30px;
	}
	
	.el_lv2Heading .ja:after {
    	width: 20px;
    	right: -29px;
	}
}

@media screen and (max-width: 1023px) {
	.el_lv2Heading .en {
    	font-size: 2.5rem;
	}
}

@media screen and (max-width: 767px) {
	.el_lv2Heading {
		margin: 0 0 30px;
	}
	
	.el_lv2Heading .en {
    	font-size: 2rem;
		margin: 0 0 3px;
	}
}

/* ----- ボタン -----*/
.el_more {
    text-align: right;
	overflow: hidden;
}

.el_more a span {
	position: relative;
	color: #0075c4;
	display: inline-block;
	font-family: "Akshar", sans-serif;
	font-size: .9375rem;
	letter-spacing: .1em;
    font-weight: 500;
	line-height: 1;
	margin-right: -40px;
}

.el_more a span:after {
	content: url(images/arrow-01.png);
	position: relative;
	top: -15px;
    right: 10px;
    display: inline-block;
    transform: scale(.5);
    height: 62px;
}


.el_more a:hover span:after {
	content: url(images/arrow-02.png);
}

.el_more a span,
.el_more a span:after {
	vertical-align: middle;
}

.el_more_btn a {
	position: relative;
  display: block;
	border-radius: 50px;
  padding: 13px 10px 15px;
  text-align: center;
  transition: .2s;
  border: 1px solid #fff;
  margin: 0 auto;
  color: #fff;
}

.el_more_btn a:hover {
    background: #00a1e9;
	  border: 1px solid #00a1e9;
}
/*============================
アニメーション
============================*/
.fuwat {
	opacity : 0;
	transform: translateY(20px);
	transition: all 1s;
}

@media screen and (max-width: 600px) {
	.fuwat {
  		transition: all .5s;
	}
}

/* ----- 画像ホバー -----*/
figure {
	margin: 0 !important;
}

figure.zoom {
	overflow: hidden;
}

figure.zoom img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .8s ease-in-out;
  transition: .8s ease-in-out;
}

figure.zoom:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.fadeIn{
animation-name: fadeInAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeUp{
animation-name: fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(50px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}

.flipLeftTop{
animation-name: flipLeftTopAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes flipLeftTopAnime{
  from {
   transform: translate(-20px,80px) rotate(-15deg);
 	opacity: 0;
  }

  to {
   transform: translate(0,0) rotate(0deg);
	opacity: 1;
  }
}

.flipRightTop{
animation-name: flipRightTopAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes flipRightTopAnime{
  from {
   transform: translate(-20px,80px) rotate(25deg);
   opacity: 0;
  }
  to {
   transform: translate(0,1) rotate(0deg);
	opacity: 1;
  }
}

.zoomIn{
	animation-name: zoomInAnime;
	animation-duration:0.5s;
	animation-fill-mode:forwards;
}

@keyframes zoomInAnime{
  from {
	transform: scale(0.6);
	opacity: 0;
  }
  to {
    transform: scale(1);
	opacity: 1;
  }
}

.fadeUpTrigger,
.zoomInTrigger,
.flipLeftTopTrigger,
.flipRightTopTrigger{
    opacity: 0;
}

/*------- 上下に動く -------*/
.fuwafuwa{
  animation: fuwa 2s linear infinite;
}

@keyframes fuwa {
 	0% { transform: translateY(0) }
	25% { transform: translateY(-7px) }
	50% { transform: translateY(-14px) }
	75% { transform: translateY(-7px) }
 	100% { transform: translateY(0) }
}

/*------- 左右にに動く -------*/
.yurayura{
  animation: yura 2s linear infinite;
}

@keyframes yura {
 	0% { transform: translateX(0) }
	25% { transform: translateX(-7px) }
	50% { transform: translateX(-14px) }
	75% { transform: translateX(-7px) }
 	100% { transform: translateX(0) }
}
/*============================
header
============================*/
.ly_header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	z-index: 100;
	height: 70px;
}

.page-template .ly_header {
	background: none;
}

.ly_header.sticky,
.page-template .ly_header.sticky {
	background: #fff;
}

.bl_header_logo {
	position: fixed;
	top: 12px;
	left: 25px;
}

.bl_header_logo img {
	display: inline-block;
	max-width: 270px;
}

.bl_header_logo img,
.bl_header_logo span {
	vertical-align: middle;
}

.bl_header_logo span {
	margin: 0 0 0 5px;
	font-size: .9375rem;
}

.bl_nav_pc {
	position: absolute;
	top: 0;
	right: 0;
}

.bl_nav_pc > li {
	display: inline-block;
	padding: 0 30px;
	vertical-align: middle;
	line-height: 70px;
}

.bl_nav_pc li a,
.bl_nav_pc li p {
	letter-spacing: .1em;
	transition: .3s;
    font-size: .9375rem;
	font-weight: 500;
}

.bl_nav_pc_item a {
	color: #fff;	
}

.ly_header.sticky .bl_nav_pc_item,
.ly_header.sticky .bl_nav_pc_item > a,
.page-template .ly_header.sticky .bl_nav_pc > li a {
	color: #0075c4;
}

.bl_nav_pc_item a:hover {
	color: #69fbff;
	cursor: pointer;
}


.ly_header.sticky  .bl_nav_pc_item a:hover {
	color: #00a1e9;
	cursor: pointer;
}

.bl_nav_pc_item {
	position: relative;
}

.bl_nav_pc_panel {
	width: 300px;
    position: absolute;
    top: 70px;
    left: 50%;
    display: none;
    z-index: 999;
    padding: 30px 24px 15px 28px!important;
    transform: translateX(-50%);
    background: #fffffff0;
	border-radius: 20px;
}

.bl_nav_pc_item.open .bl_nav_pc_panel {
	display: block;
}

.bl_nav_pc .bl_nav_pc_list li {
	display: block;
    vertical-align: top;
	line-height: 1.4em;
	transition: .2s;
	margin: 0 0 18px;
	padding: 0;
}

.bl_nav_pc .bl_nav_pc_listTop {
	color: #0075c4;
	border-bottom: 1px solid #0075c4;
	padding: 0 0 18px !important;
}

.bl_nav_pc_panel .bl_nav_pc_list li a {
	text-decoration: none;
	display: block;
	position: relative;
	transition: .2s;
	font-size: .9375rem !important;
	line-height:1.4;
	font-weight: normal;
	letter-spacing: .05em;
	color: #333;
}

.bl_nav_pc_listTop a {
	color: #0075c4 !important;	
}

.bl_nav_pc_item a span {
	position: relative;
	letter-spacing: .1em;
}

.bl_nav_pc_item a span:after {
	font-family: FontAwesome;
    content: '\f107';
    font-size: 1rem;
    color: #96fbff;
    position: absolute;
    top: 4px;
    right: -19px;
    font-weight: 500;
    line-height: 1;
}

.bl_nav_pc_listTop a:hover {
	color: #00a1e9 !important;		
}

.bl_nav_pc_panel .bl_nav_pc_list li a:hover{
	color: #0075c4;	
}

.bl_nav_pc_mail a {
	padding: 6px 45px 10px 45px;
	background: #0075c4;
	color: #fff !important;
	border-radius: 30px;
	line-height: 1;
    display: block;
}

.bl_nav_pc_mail a:hover {
	background: #00a1e9;
	color: #fff !important;
}

.bl_nav_pc_panel .bl_nav_pc_list li a:after {
	font-family: FontAwesome;
    content: '\f105';
	font-size: .85rem;
    color: #0075c4;
    position: absolute;
    top: 4px;
    right: 0;
    font-weight: 700;
}

.bl_nav_pc li.bl_nav_pc_mail {
	line-height: 67px;
}

.bl_nav_pc_tel span {
	display: inline-block;
	vertical-align: middle;
    line-height: 1;
}

.bl_nav_pc_tel .icon {
	width: 24px;
}

.bl_nav_pc_tel .icon.after {
	display: none;
}

.ly_header.sticky .bl_nav_pc_tel .icon.after {
	display: inline-block;	
	margin: 0 0 3px;
}

.ly_header.sticky .bl_nav_pc_tel .icon.before {
	display: none	
}

.bl_nav_pc_tel .num {
	font-size: 2rem;
	font-weight: bold;
	margin: 0 0 0 8px;
	color: #fff;
    font-family: "Akshar", sans-serif;
}

.ly_header.sticky .bl_nav_pc_tel .num {
	color: #0075c4;
}

.bl_nav_pc_mail span {
	display: inline-block;
	vertical-align: middle;
    line-height: 1;	
}

.bl_nav_pc_mail .icon {
	width: 18px;
	margin-right: 6px;
}

@media screen and (max-width: 1400px) {	
	.bl_header_logo {
    	top: 17px;
	}
	
	.bl_header_logo img {
		max-width: 210px;
	}
	
	.bl_nav_pc li {
    	padding: 0 24px;
	}
	
	.bl_nav_pc_tel .num {
    	font-size: 1.75rem;
    	margin: 0 0 5px 8px;
	}
}
@media screen and (max-width: 1279px) {
	.bl_nav_pc_tel .num {
    	font-size: 1.25rem;
    	margin: 0 0 0 8px;
	}
	
	.bl_nav_pc_tel .icon {
    	width: 15px;
	}
	
	.bl_nav_pc li {
    	padding: 0 18px;
	}
	
	.bl_nav_pc_mail a {
    	padding: 6px 30px 10px 30px;
	}
}

@media screen and (max-width: 1023px) {
	.bl_nav_pc  {
		display: none;
	}
	
	.ly_header.sticky,
	.page-template .ly_header.sticky {
		background: none;
	}
	
	.bl_header_logo {
		left: 15px;
	}

}

@media screen and (max-width: 767px) {
	.ly_header {
    	height: 60px;
	}
	
	.bl_header_logo img {
		max-width: 168px;
	}
	
	.bl_header_logo {
		top: 10px;
		left: 10px;
	}
}
/*===================================
        ハンバーガーメニュー
===================================*/
#g-nav.panelactive{
    position:fixed;
    z-index: 999;
	top: 0;
	width:100%;
    height: 100vh;
}

.circle-bg{
    position: fixed;
	z-index:998;
    width: 100px;
    height: 100px;
    border-radius: 50%;
	transform: scale(0);
	top:-50px;
    left:calc(50% - 50px);
    transition: all .4s;
	background: #f7f7f7;
}

.circle-bg.circleactive{
	transform: scale(50);
}

#g-nav-list{
    display: none;
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#g-nav-list .g-nav-cont {
	position: relative;
}

#g-nav-list .g-nav-cont .logo {
	position: absolute;
	top: 10px;
	left: 25px;
}

#g-nav-list .g-nav-cont .logo img {
	display: inline-block;
	max-width: 225px;
}

#g-nav-list .nav-wrap {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
    height: 100vh;
}

#g-nav-list .nav-wrap .flex {
    display: flex;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0 auto;
	height: 100%;
	z-index: 100;
}

#g-nav-list .nav-wrap ul {
	width: 100%;
}

.bl_panelNav {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 50px 90px;
}

#g-nav-list .nav-wrap .box {
	padding: 20px 0;
}

#g-nav-list .nav-wrap .box .box-cont {
	padding: 10px 0;
}

.bl_panel_item .ja{
	font-size: 1.5rem;
	letter-spacing: .1em;
	font-weight: 500;
    color: #555;
    line-height: 1;
}

.bl_panel_item .en {
	font-size:.875rem;
	font-family: "Akshar", sans-serif;
    line-height: 1;
    margin: 0 0 4px;
	letter-spacing: .07em;
    color: #0075c4;
}

.bl_panel_item .en.home {
	font-size: 1.75rem;
}

.bl_panel_child {
	margin: 16px 0 0;
}

.bl_panel_child .bl_child_item p {
	position: relative;
	padding-bottom: 6px;
	font-weight: 500;
	margin: 0 0 3px;
	font-size: .9375rem;
  padding-right: 20px;
  color: #555;
  letter-spacing: .07em;
}

.bl_panel_child .bl_child_item a:hover p {
	color: #0075c4;
}

.bl_panel_child .bl_child_item p:after {
  content: '\f061';
  font-family: FontAwesome;
  font-size: 12px;
  transition: .3s;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-weight: normal;
}

.bl_panel_child.hp_link .bl_child_item p::after {
    width: 12px;
    height: 12px;
    display: block;
    position: absolute;
    top: 11px;
    content: '';
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(images/arrow.png);
}

.bl_panel_ttl {
	display: block;	
    padding: 0 0 20px;
    border-bottom: 1.5px dotted #555;
}

.bl_panel_item.hp_top a {
	margin: 0 0 20px;
}

#g-nav-list .nav-wrap .box a:hover .item .en,
#g-nav-list .nav-wrap .box .item a:hover{
	color: #168a2a;
}

#g-nav.panelactive #g-nav-list{
     display: block;
}

#g-nav {
	opacity: 0;
}

#g-nav.panelactive {
    opacity:1;
}

#g-nav.panelactive ul li,
#g-nav-list .right h2,
.bl_panel_ttl {
	animation-name:gnaviAnime;
	animation-duration:1s;
	animation-delay:.2s;
	animation-fill-mode:forwards;
	opacity:0;
}

@keyframes gnaviAnime{
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.openbtn{
	display: none;
	position:fixed;
  top:0;
	right: 0;    
  z-index: 9999;
	cursor: pointer;
  width: 60px;
  height:60px;
	overflow: hidden;
}

.openbtn .openbtn-area{
    transition: all .4s;
}

.openbtn span{
  display: inline-block;
  transition: all .4s;
  position: absolute;
  height: 1.5px;
	background: #fff;
  left: 10px;
  width: 40px;
}

.openbtn span:nth-of-type(1) {
    top: 10px;
}

.openbtn span:nth-of-type(2) {
   	top: 20px;
}

.openbtn span:nth-of-type(3) {
   	top: 30px;
}
.openbtn.active .openbtn-area{
	transform: rotateX(360deg);
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(1),
.openbtn.active span:nth-of-type(3){
	width: 50%;
  top: 29px;
  left: 15px;
	transform: rotate(135deg);
	background: #333;
}

.openbtn.active span:nth-of-type(1) {
	transform: rotate(-135deg);
}

.openbtn p {
	position: absolute;
  border: 0;
  text-align: center;
  bottom: 5px;
  left: 13px;
  color: #fff;
  letter-spacing: .2em;
  font-size: .75rem;
	font-family: "Akshar", sans-serif;
}

.openbtn.active p {
	display: none;
}

#g-nav-list .left .logo-wrap {
	text-align: center;
}

#g-nav-list .left .logo-wrap span {
	display: block;
	margin: 6px 0 0;
}

#g-nav-list .left .sns-icon-wrap a {
	display: block;
}

#g-nav-list .right .box .box-cont:last-of-type {
	padding: 10px 0 0;
}

#g-nav-list .nav-wrap .box.mo {
		display: none;
}

@media screen and (min-width:3000px) {
	.circle-bg{
    	width: 150px;
    	height: 150px;
	}
}

@media screen and (max-width:1279px) {
	.bl_panelNav {
    	gap: 30px 30px;
    	padding: 0 15px;
	}
}

@media screen and (max-width: 1023px){
	.openbtn{
		display: block;
	}
	
	.ly_header.sticky .openbtn {
		background: #0075c4;
	}
	
	#g-nav-list .g-nav-cont .logo {
		top: 15px;
    left: 5px;
	}
	
	#g-nav-list .g-nav-cont .logo img {
		max-width: 180px;
	}
	
	#g-nav-list .nav-wrap {
		overflow-y: scroll;
	}
	
	#g-nav-list .nav-wrap .flex {
		display: block;
	}
	
	.bl_panelNav {
		display: block;
    padding: 30px 15px;
   }
	
	.bl_panel_item.hp_service {
		margin: 0 0 30px;
	}
	
	.bl_panel_child {
    margin: 12px 0 0;
	}
	
	.bl_panel_item .en {
    font-size: 1.25rem;
   }
	
	.bl_panel_item .ja {
   	font-size: .75rem;
	}
	
	.bl_panel_item.hp_float {
		display: inline-block;
		width: 50%;
		vertical-align: top;
		float: left;
	}
}

/*============================
footer
============================*/
.ly_footer {
	padding: 60px 0;
	background: #f8f8f8;	
}

.bl_footer_cont {
	display: grid;
	grid-template-columns: 480px 1fr;
	gap: 80px;
    align-items: center;
}

.bl_footer_logo li {
	display: inline-block;
	vertical-align: middle;
	width: 48%;
}

.bl_footer_logo li:first-child {
	margin-right: 4%;
}

.bl_footer_navi {
	text-align: right;
}

.bl_footer_navi ul li {
	display: inline-block;
	padding: 0 15px;
    line-height: 1.8em;
}

.bl_footer_navi ul li a {
    font-size: .875rem;
	letter-spacing: .1em;
}

.bl_footer_navi ul li a:hover {
	color: #0075c4;
}

.bl_footer_copy {
	background: #0075c4;
	padding: 6px 0;
	text-align: center;
	font-size: .75rem;
	color: #fff;
}

.bl_pageTop {
    height: 110px;
	width: 110px;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 999;
}

.bl_pageTop a {
    display: block;
}

@media screen and (max-width: 1279px) {
	.bl_footer_cont {
    	grid-template-columns: 420px 1fr;
    	gap: 30px;
	}
	
	.bl_footer_navi ul li {
    	padding: 0 12px;
	}
}

@media screen and (max-width: 1023px) {
	.bl_footer_cont {
    	grid-template-columns: 300px 1fr;
    	gap: 30px;
	}
	
	.bl_footer_navi ul li {
    	padding: 0 8px;
	}
}


@media screen and (max-width: 767px) {
	.bl_footer_cont {
		display: block;
	}
	
	.bl_footer_navi {
		display: none;
	}
	
	.bl_pageTop {
    	height: 80px;
		width: 80px;
	}
}