@charset "utf-8";
/*
Theme Name:株式会社エイジェックまなび
*/
/*============================
共通STYLE
============================*/
html,body {
	color: #333;
	line-height: 1.5;
	text-align: justify;
	text-justify: inter-ideograph;
	width: 100%;
	height: 100%;
	letter-spacing: .05em;
	font-size: 100%;
	font-weight: 400;
    font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}

.ly_contents.active,
.bl_subNav.active {
	display: none;
}
/* --------------------------------------------------- 画面幅 */
.wrap {
	max-width: 1200px;
	margin: 0 auto;
}
.wrap.mini {
	max-width: 980px;
}
@media screen and (min-width: 2200px) {
	.wrap {
			max-width: 2100px;
	}
	
	.wrap.mini {
    	max-width: 1800px;
	}
}
@media screen and (max-width: 1100px) {
	.wrap.mini {
			max-width: 94%;
	}
}
@media screen and (max-width: 1279px) {
	.wrap {
			max-width: 94%;
	}
}
/* --------------------------------------------------- 改行 */
span.p-br {
	display: block;
}
span.m-br {
	display: inline;
}
span.pad-br {
	display: inline;
}
@media screen and (max-width: 1023px) {
	span.pad-br {
		display: block;
	}
}
@media screen and (max-width: 767px) {
	span.p-br {
		display: inline;
	}
	span.m-br {
		display: block;
	}
}
/* --------------------------------------------------- PC/MO　表示切替え */
.m_block,
.m_inline {
	display: none;
}
@media screen and (max-width: 767px) {
	.m_block {
		display: block;
	}
	.m_inline {
		display: inline;
	}
	.p_block {
		display: none;
	}
}
/* --------------------------------------------------- コンテンツのpadding */
.interval {
    padding: 100px 0;
}
.interval-top {
    padding: 100px 0 0;
}
.interval-bottom {
    padding:0 0 100px;
}
@media screen and (max-width: 1200px){
	.interval {
    	padding: 60px 0;
	}
	.interval-top {
    	padding: 60px 0 0;
	}
	.interval-bottom {
    	padding: 0 0 60px;
	}
}
@media screen and (max-width: 767px){
	.interval {
    	padding: 40px 0;
	}
	.interval-top {
    	padding: 40px 0 0;
	}
	.interval-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;
}
@media screen and (max-width: 640px){
#business .flex {
    display: flex;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
}
/* --------------------------------------------------- フロート */
.c-fix:after {
	clear: both;
	content: " ";
	display: block;
}
.left {
	float: left;
}
.right {
	float: right;
}
/* --------------------------------------------------- 横並び */
.ratio > li {
    display: inline-block;
}
.ratio.top > li {
    vertical-align: top;
}
.ratio.middle > li {
    vertical-align: middle;
}
@media screen and (max-width: 767px) {

}
/* --------------------------------------------------- aタグ */
a {
	color: #333;
	text-decoration: none;
	transition: .3s;
}
a.underline {
    padding-bottom: 2px;
    border-bottom: 1px solid;
	color:  #005bac;
	margin: 0 5px;
}
a.underline:hover {
	color: #005bac;
}
.shadow:hover {
    box-shadow: 0px 0px 25px 14px rgb(0 0 0/ 10%);
}
.opa-08:hover {
	opacity: .8;
}
/* --------------------------------------------------- imgタグ */
img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	vertical-align: bottom;
}
img.db {
	display: block;
}
img.shadow-ccc {
	box-shadow: 0px 0px 14px #cccccc;
}
/* --------------------------------------------------- スライダー */
.slide-items {
  width: 100%;
  height: 100%;
}
.slide-items img {
  width: 100%;
  object-fit: cover;
}
/* --------------------------------------------------- 背景 */
.bg-gray {
	background: #f4f4f4;
}
.bg-square {
	background-image: url('images/bg-square');
	background-position: center center;
    background-repeat: repeat;
}
.bg-blue {
	background: #f6f7f7;
}
.bg-01 {
	position: relative;
    overflow: hidden;
    background: url(images/bg-slider.png) no-repeat;
    background-position: top left;
    -webkit-background-size: cover;
    background-size: cover;
}
.bg-gra {
    background: #5ac3e0;
    background: -moz-linear-gradient(left, #5ac3e0 0%, #70ba29 100%);
    background: -webkit-linear-gradient(left, #5ac3e0 0%,#70ba29 100%);
    background: linear-gradient(to right, #5ac3e0 0%,#70ba29 100%);
}
/* --------------------------------------------------- テキスト太さ */
.fw-n {
	font-weight: normal;
}
/* --------------------------------------------------- テキストカラー */
.red {
	color: #c8261a;
}
.c-blue {
	color: #00367c;
}
.c-yellow {
	color: #ffc400;
}
.gradation {
    background: #33b4d8;
    background: -webkit-linear-gradient(to left, #33b4d8, #6aa632);
    background: linear-gradient(to left, #33b4d8, #6aa632);
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* ----- ボタン -----*/
.el_more {
	margin: 30px auto 0;
	text-align: center;
	max-width: 270px;
}

.el_more a {
	display: block;
    background: #fff;
    border-radius: 30px;
    padding: 16px;
    font-weight: 500;
    transition: .1s;
	color: #025bac;
	background: #fff;
	font-weight: bold;
    font-family: "Barlow", sans-serif;
    position: relative;
	letter-spacing: .1em;
}

.el_more_cont {
	background: #025BAC;
    background: linear-gradient(135deg, rgba(2, 91, 172, 1) 0%, rgba(0, 239, 211, 1) 100%);
    border-radius: 30px;
    padding: 4px;
}

.el_more a::before {
    content: '>';
    font-size: 16px;
    position: absolute;
    top: 50%;
    right: 30px;
    color: #025bac;
    transform: translateY(-50%);
    transition: .1s;
}

.el_more a:hover {
    background: linear-gradient(135deg, rgba(2, 91, 172, 1) 0%, rgba(0, 239, 211, 1) 100%);	
	color: #fff;
}

.el_more a:hover::before {
	color: #fff;	
}

@media screen and (max-width: 767px){
	.more a span {
		letter-spacing: .05em;
	}
	.more {
    		margin: 30px auto 0;
	}
	.more a {
    	width: 100%;	
	}
}
@keyframes slideText100 {
  from {
	transform: translateX(100%);/*要素を右の枠外に移動*/
    opacity: 0;
  }
  to {
	transform: translateX(0);/*要素を元の位置に移動*/
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
	.more-btn {
		margin: 30px 0 0;
	}
	.btnlinestretches {
		width: 90%;
	}
}
/* --------------------------------------------------- タイトル */
.el_sectionTitle {
	margin: 0 0 40px;
}
.el_sectionTitle .en {
    display: block;
    font-size: 2.5rem;
    line-height: 1;
    margin: 5px 0 0;
	font-family: "Barlow", sans-serif;
    font-weight: bold;
	letter-spacing: .1em;
}

.el_sectionTitle .ja {
	position: relative;
	display: inline-block;
    font-size: 1rem;
    font-weight: 600;
	padding-left: 25px;
}

.el_sectionTitle .ja:before {
	font-family: FontAwesome;
    content: '\f10c';
    color: #ea6686;
    position: absolute;
    top: 1px;
    left: 2px;
    font-size: 14px;
    z-index: 2;	
}

@media screen and (max-width: 767px){
	.el_sectionTitle {
    	margin: 0 0 28px;
	}
	
	.el_sectionTitle .ja {
    	font-size: 1.25rem;
	}
	
	.el_sectionTitle .en {
        font-size: .9375rem;
		margin: 4px 0 0 27px;
	}
	
	.el_sectionTitle .ja:before {
		top: 5px;
	}
}
/*----- テーブル -----*/
table.common {
	background: #fff;
}
table.common th,
table.common td {
	padding: 20px 20px;
	box-sizing:border-box;
}
@media screen and (max-width: 767px) {
	.table-wrap {
    	overflow-x: scroll;
	}
	table.common {
    	border: 1px #9ae5fa solid;
	}
	table.common th,
	table.common td	 {
		display: block;
		width: 100%;
		padding: 20px 12px;
		border: none;
	}
	table.common td	{
		border-top: none;
		border-bottom: none;
	}
}
/*----- ●■ -----*/
.mark-circle,
.mark-square {
	position: relative;
	padding-left: 16px;
	letter-spacing: .05em;
}
.mark-circle::before,
.mark-square::before {
    position: absolute;
    z-index: 2;
    content: '';
	width: 10px;
    height: 10px;
    top: 8px;
    left: 0;
    background: #a0d8ef;
}
.mark-circle::before {
	border-radius: 5px;	
}

/*============================
アニメーション
============================*/
/* ----- 画像ホバー -----*/
figure {
	margin: 0 !important;
}
figure.zoom {
	overflow: hidden;
}
figure.zoom img {
	cursor: pointer;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
figure.zoom:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
/*------- 上下に動く -------*/
.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) }
}

/* ----- 動きのアニメーション -----*/
.slide_l {
	opacity : 0;
	transform: translateX(-30px);
	transition: all 1s;
}
.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:1s;
	animation-fill-mode:forwards;
}
@keyframes zoomInAnime{
  from {
	transform: scale(0.6);
	opacity: 0;
  }
  to {
    transform: scale(1);
	opacity: 1;
  }
}
.fadeUpTrigger,
.zoomInTrigger,
.flipLeftTopTrigger,
.flipRightTopTrigger,
.poyoyonTrigger{
    opacity: 0;
}
.fadeup-box {
	opacity: 0;
}
.eachTextAnime span{opacity: 0;}
.eachTextAnime.appeartext span{ animation:text_anime_on .2s ease-out forwards; }
@keyframes text_anime_on {
  0% {opacity:0;}
  100% {opacity:1;}
}

.poyoyon {
  animation: poyoyon 2s ease-in-out forwards;
}
@keyframes poyoyon {
  0%  {
    transform: scale(1.0, 1.0) translate(0, 0);
  }
  15% {
    transform: scale(0.98, 0.9) translate(0, 5px);
  }
  30% {
    transform: scale(1.02, 1.0) translate(0, 8px);
  }
  50% {transform: scale(0.98, 1.05) translate(0, -8px);
  }
  70% {
    transform: scale(1.0, 0.9) translate(0, 5px);
  }
  100% {
    transform: scale(1.0, 1.0) translate(0, 0);
  }
  0%, 100% {
    opacity: 1;
  }
}

/*============================
header
============================*/
.ly_header {
	position: relative;
}

.bl_header_cont {
    position: fixed;
    top: 0;
    left: 0;
    height: 70px;
    width: 100%;
    z-index: 100;
	background: #fff;
	border-bottom: 1px solid #e2e2e2;
}

.bl_header_cont.sticky {
    box-shadow: 0 0 48px 0 rgba(0, 0, 0, 0.06);	
}

.bl_logoWrap img{
	position: absolute;
	top: 15px;
    left: 10px;
    width: 269px;
	z-index: 1;
}

.bl_headLink {
    position: absolute;
    top: 23px;
    left: 330px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 15px;
	max-width: 400px;
}

.bl_headLink_item a {
	position: relative;
	background: #ea6686;
	color: #fff;
	padding: 10px 40px 10px 30px;
	border-radius: 10px;
    font-size: .9375rem;
    font-weight: bold;
    line-height: 1;
	letter-spacing: .1em;
}

.bl_headLink_item.hp_houjin a {
	background: #025bac;	
}

.bl_headLink_item a:after {
    content: '>';
    color: #fff;
    position: absolute;
    top: 50%;
    right: 10px;
    font-size: 16px;
    transform: translateY(-50%);
    z-index: 2;
    font-weight: normal;
}

.bl_headNav {
    position: absolute;
    top: 27.5px;
    right: 232px;
    transition:0.2s;
}

.bl_headNav_item {
    display: inline-block;
    vertical-align: top;
    padding: 0 18px;
    text-align: center;
    position: relative;
	border-left: 1px solid #cecece;
}

.bl_headNav li:first-child {
	border-left: none;	
}

.bl_headNav_item a:hover {
	color: #33b4d8;
}

.bl_headNav_mail {
	position: absolute;
	top:15px;
	right: 70px;
}

.bl_headNav_mail a {
    color: #fff;
    display: block;
    padding: 12px 20px 13px 50px;
    background: #025BAC;
    background: linear-gradient(135deg, rgba(2, 91, 172, 1) 0%, rgba(0, 239, 211, 1) 100%);
    transition: .3s;
    margin-left: 20px;
    border-radius: 30px;
    font-size: .9375rem;
    font-weight: bold;
    line-height: 1;
}

.bl_headNav_mail span {
	position: relative;
    display: inline-block;
}

.bl_headNav_mail span:before {
    font-family: FontAwesome;
    content: '\f0e0';
    position: absolute;
	top: -1px;
    left: -29px;
    color: #fff;
    font-size: 16px;
    transition: .2s;
}

.bl_headNav_item p {
	line-height: 1;
	font-size: .9375rem;
	letter-spacing: .1em;
}

.bl_subNav {
	margin: 70px 0 0;
	padding-right: 220px;
	text-align: right;
}

.bl_subNav ul li {
	display: inline-block;
	padding: 17px 30px 15px;
}

.bl_subNav ul li a {
	font-size: .9375rem;
	display: block;
	line-height: 1;
}

@media screen and (max-width: 1500px) {
	.bl_headLink {
    	display: none;
	}
}

@media screen and (max-width: 1365px) {
	.bl_headNav_mail a {
    	padding: 12px 14px 13px 45px;
	}
		
	.bl_headNav {
    	right: 230px;
	}
	
	.bl_headNav_item {
    	padding: 0 8px;
	}
	
	.bl_subNav {
    	padding-right: 209px;
	}
}

@media screen and (max-width: 1200px) {
	.bl_headNav,
	.bl_subNav{
		display: none;
	}
}

@media screen and (max-width: 1023px) {
	.bl_headNav_mail a {
		display: inline-block;
        position: relative;
        width: 70px;
        height: 70px;
        color: #fff;
		padding: 0;
		margin: 0;
		border-radius: 0;
	}
	
	.bl_headNav_mail span {
		display: none;
	}
	
	.bl_headNav_mail {
		top: 0;
	}
	
	.bl_headNav_mail a:before {
        font-family: FontAwesome;
        content: '\f0e0';
        position: absolute;
        top: 19px;
        left: 20px;
        font-size: 30px;
        line-height: 1;
    }
}

@media screen and (max-width: 767px) {
	.bl_logoWrap img {
    	top: 20px;
    	width: 201px;
	}
	
	.bl_headLink {
    	display: none;
	}
}

/*===================================
        ハンバーガーメニュー
===================================*/
#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%;
	background: url(images/bg-panel.png) center center repeat;
	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;
     overflow-y: scroll;
}

#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: 20px 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.25rem;
	letter-spacing: .1em;
	font-weight: 500;
    color: #555;
    line-height: 1;
}
.bl_panel_item .en {
	font-size:.875rem;
    font-family: "Barlow", sans-serif;
    line-height: 1;
    margin: 0 0 6px 2px;
	letter-spacing: .07em;
    color: #025bac;
}

.bl_panel_item .en.home {
	font-size: 1.75rem;
}

.bl_panel_child {
	margin: 9px 0 0;
}

.bl_panel_child .bl_child_item p {
	position: relative;
	padding-bottom: 6px;
	font-weight: 500;
	font-size: .9375rem;
    padding-right: 20px;
    color: #555;
    letter-spacing: .07em;
}


.bl_panel_child .bl_child_item a:hover p,
.bl_panel_item.hp_top .ja:hover{
	color: #ea6686;
}

.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 12px;
    border-bottom: 1.5px dotted #555;
}

.bl_panel_item.hp_top a {
	margin: 0 0 12px;
}

#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{
	position:fixed;
    top:0;
	right: 0;    
    z-index: 9999;
	cursor: pointer;
    width: 70px;
    height:70px;
	overflow: hidden;
}

.openbtn .openbtn-area{
    transition: all .4s;
}
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    height: 1.5px;
	background: #025bac;
    left: 15px;
    width: 40px;
  }
.openbtn span:nth-of-type(1) {
    top: 15px;
}
.openbtn span:nth-of-type(2) {
   	top: 25px;
}
.openbtn span:nth-of-type(3) {
   	top: 35px;
}
.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: 24px;
    left: 17px;
	transform: rotate(135deg);
}
.openbtn.active span:nth-of-type(1) {
	transform: rotate(-135deg);
}
.openbtn p {
    position: absolute;
    border: 0;
    text-align: center;
    bottom: 9px;
    left: 15px;
    color: #025bac;
    letter-spacing: .15em;
    font-size: .875rem;
	font-family: "Barlow", sans-serif;
}
#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) {
	#g-nav-list .nav-wrap .flex {
		display: block;
	}
	
	.bl_panelNav {
    	gap: 30px 30px;
    	padding: 0 30px 50px;
		grid-template-columns: repeat(2, 1fr);
	    margin: 50px 0 0;
	}
}

@media screen and (max-width: 767px) {
	#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: 0 15px 50px;
    }
	
	.bl_panel_item {
		margin: 0 0 30px;
	}
	
	.bl_panel_child {
    	margin: 12px 0 0;
	}
	
	.bl_panel_item .ja {
    	font-size: 1.125rem;
	}
	
	.bl_panel_item.hp_float {
		display: inline-block;
		width: 50%;
		vertical-align: top;
		float: left;
	}
}
/*============================
footer
============================*/
footer {
	padding: 60px 0 0;
	background: #f7f7f7;
}

footer .footer-link .internal-link li {
	display: inline-block;
	vertical-align: top;
}

footer .footer-link .internal-link li:nth-child(1) {
	width: 38%;
	margin: 0 2% 0 0;
	text-align: center;
}

footer .footer-link .internal-link li:nth-child(2) {
	width: 30%;
}

footer .footer-link .internal-link li:nth-child(3) {
	width:30%;
}

footer .footer-link .internal-link .f-logo img {
	max-width: 250px;
	margin: 0 auto 20px;
}

footer .footer-link .internal-link .address {
	font-size: .875rem;
}

footer .footer-link .internal-link li h2 {
	font-weight: 600;
    letter-spacing: .1em;
    font-size: 1rem;
	margin: 0 0 2px;
}

footer .footer-link .internal-link li a {
	font-size: .875rem;
	transition: .2s;
}

footer .footer-link .internal-link li a:hover {
	color: #025bac;
}

footer .copyright {
	margin: 50px 0 0;
    text-align: center;
    background: #025bac;
    padding: 7px 5px;
}

footer .copyright .copy {
	font-size: .75rem;
	letter-spacing: .1em;
	color: #fff;
}
@media screen and (max-width: 1023px) {
	footer .footer-link .internal-link .f-logo img {
    	max-width: 180px;
	}
}
@media screen and (max-width: 767px) {
	footer .footer-link {
    	padding: 30px 0 0;
	}
	footer .footer-link .internal-link li:nth-child(1) {
		display: block;
    	width: 100%;
    	padding-right: 0;
	}
	footer .footer-link .internal-link li:nth-child(2),
	footer .footer-link .internal-link li:nth-child(3),
	footer .footer-link .internal-link li:nth-child(4) {
		display: none;
	}
	footer .footer-link .internal-link .f-logo img {
    	max-width: 240px;
	}
	footer .footer-link .internal-link {
    	padding: 0 0 20px;
	}
	footer .footer-link .internal-link .pp {
    	margin: 16px 0 0;
	}
	footer .footer-link .internal-link li a {
    	font-size: 1rem;
	}
	footer .footer-link .external-link li a {
    	font-size: 1rem;
	}
	footer .footer-link .external-link li {
    	padding: 3px 14px;
    	border-right: none;
	}
	footer .footer-link .external-link li:first-child {
    	border-left: none;
	}
	footer .copyright {
    	padding: 11px 0;
	}
	footer .copyright .copy {
    	margin: 2px 0 0;
	}
}

/*============================
topスクロール(右下固定)
============================*/
#page-top {
	width: 50px;
    height: 50px;
    position: fixed;
    right: 0;
    bottom: 0;
    background: #005bac;
    z-index: 999;
}
#page-top a {
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	text-decoration: none;
}
#page-top a::before {
	font-family: FontAwesome;
	content: '\f106';
	font-size: 40px;
	color: #fff;
	position: absolute;
	width: 50px;
	height: 50px;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
	line-height: 48px;
}
@media screen and (max-width: 767px) {
	#page-top {
    	width: 40px;
    	height: 40px;
	}
	#page-top a {
		width: 40px;
		height: 40px;
	}
	#page-top a::before {
		font-size: 20px;
		width: 20px;
		height: 20px;
		line-height: 1em;
	}
}
/*============================
ページネーション
============================*/
.pagination{
  list-style-type: none;
  padding-left: 0;
  margin: 30px 0;
}

.pagination,
.pagination li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.pagination a {
  font-weight: 300;
  padding-top: 1px;
  text-decoration:none;
  border: 1px solid #ddd;
  border-left-width: 0;
  min-width:36px;
  min-height:36px;
  color: #333;
}

.pagination li:not([class*="current"]) a:hover {
  background-color: #eee;
}

.pagination li:first-of-type a {
  border-left-width: 1px;
}

.pagination li.first span,
.pagination li.last span,
.pagination li.previous span,
.pagination li.next span {
  /* screen readers only */
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.pagination li.first a::before,
.pagination li.last a::after,
.pagination li.previous a::before,
.pagination li.next a::after {
  display: inline-block;
  font-family: Fontawesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

.pagination li.first a::before { content: "\f100"; }
.pagination li.last a::after { content: "\f101"; }

.pagination li.previous a::before { content: "\f104"; }
.pagination li.next a::after { content: "\f105"; }

.pagination li.current a {
 background-color: #ddd;
 cursor: default;
 pointer-events: none;
}

.pagination > li:first-child > a {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

@media only screen and ( max-width: 680px ) {
  .pagination li.first,
  .pagination li.last {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .pagination li.previous a { border-left-width: 1px; }
}

@media only screen and ( max-width: 500px ) {
  .pagination li {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .pagination li.current,
  .pagination li.first,
  .pagination li.last,
  .pagination li.previous,
  .pagination li.next{
    position: initial;
    top: initial;
    left: initial;
  }

  .pagination li.previous a { border-left-width: 0; }
}

@media only screen and ( max-width: 400px ) {
  .pagination li.first,
  .pagination li.last {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .pagination li.previous a { border-left-width: 1px; }
}

@media only screen and ( max-width: 240px ) { /* For watches? */
  .pagination li { width: 50%;}

  .pagination li.current {
    order: 2;
    width: 100%;
    border-left-width: 1px;
  }
}

/*============================
リキャプチャ
============================*/
.grecaptcha-badge { visibility: hidden; }
.recaptcha {
    margin: 10px 0 0;
    font-size: 14px;
    display: inline-block;
}
.recaptcha a {
	margin: 0 5px;
	text-decoration: underline;
}
.recaptcha a:hover {
    color: #626262;
}
@media screen and (max-width: 768px) {
	.recaptcha 	{
		text-align: center;
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 767px) {
	.recaptcha 	{
		text-align: left;
		padding: 0 3%;
		margin-bottom: 10px;
	}
}
