@charset "utf-8";
/*
Theme Name:株式会社エイジェック
Theme URI:https://www.agekke.co.jp/
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 {
	background: transparent;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
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;
}
.grecaptcha-badge {
	transform: scale(0.9, 0.9);
	bottom: 0 !important;
}
img {
	height: auto;
	max-width: 100%;
	max-height: 100%;
	vertical-align: bottom;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}
/*============================
共通スタイル
============================*/
html,body {
	color: #05272B;
	font-family: 'Zen Kaku Gothic New','Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'メイリオ', sans-serif;
	line-height: 1.5;
	text-align: justify; /*文字右端揃え*/
	text-justify: inter-ideograph;
	width: 100%;
	height: 100%;
	font-weight: 400;
}
.montserrat-<uniquifier> {
  font-family: 'Montserrat', sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
/* ----- コンテンツ幅 -----*/
.wrap {
	max-width: 1200px;
	margin: 0 auto;
}
.wrap.mini {
	max-width: 1080px;
}
@media screen and (max-width: 1100px) {
	.wrap.mini {
		padding: 0 30px;
	}
}
@media screen and (max-width: 1279px) {
	.wrap {
		padding: 0 30px;
	}
}
@media screen and (max-width: 767px) {
	.wrap,
	.wrap.mini {
		padding: 0 15px;
	}
}
@media screen and (min-width: 2400px) {
	.wrap,
	.wrap.mini {
			max-width: 1500px;
	}
}
/* ----- リキャプチャ -----*/
.grecaptcha-badge { visibility: hidden; }
#contact-form .recaptcha {
	font-size: .875rem;
	margin: 10px 0 0;
}
#contact-form .recaptcha a {
    margin: 0 5px;
    border-bottom: 1px solid #00a1e9;
    color: #00a1e9;
	padding-bottom: 2px;
}
#contact-form .recaptcha a:hover {
    border-bottom: 1px solid #005bac;
    color: #005bac;
}

/* ----- 改行 -----*/
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;
	}
}
/* ----- margin微調整 -----*/
.mt-10 {
	margin-top: 10px;
}
.mt-20 {
	margin-top: 20px;
}
.mt-30 {
	margin-top: 30px;
}
.mb-10 {
	margin-top: 10px;
}
.mb-20 {
	margin-top: 20px;
}
.mb-30 {
	margin-top: 30px;
}
/* --------------------------------------------------- PC/MO　表示切替え */
.m-block {
	display: none;
}
@media screen and (max-width: 767px) {
	.m-block {
		display: block;
	}
	.p-block {
		display: none;
	}
}
/* ----- コンテンツのpadding -----*/
.interval {
    padding: 100px 0;
}
.interval_30 {
    padding: 30px 0;
}
.interval_50 {
    padding: 50px 0;
}
.interval-top {
    padding: 100px 0 0;
}
.interval-top_50 {
    padding: 50px 0 0;
}
.interval-bottom {
    padding:0 0 100px;
}
@media screen and (max-width: 1023px){
	.interval {
    	padding: 80px 0;
	}
	.interval-top {
    	padding: 80px 0 0;
	}
	.interval-bottom {
    	padding: 0 0 80px;
	}
}
@media screen and (max-width: 767px){
	.interval,
	.interval_50{
    	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;
}
/* ----- クリアフィックス -----*/
.c-fix:after {
    clear: both;
	content: " ";
	display: block;
}
/* ----- 横並び -----*/
.ratio > li {
	display: inline-block;
	vertical-align: top;
}
@media screen and (max-width: 767px) {
	.ratio > li {
		display: block;
		width:100%;
	}
}
/* ----- aタグ -----*/
a {
	color: #05272B;
	text-decoration: none;
	transition: .3s;
}
a.underline {
    padding-bottom: 2px;
    border-bottom: 1px solid;
	color: #004aed;
	margin: 0 5px;
}
a.underline:hover {
	color: #00a1e9;
}
/* --------------------------------------------------- 背景色 */
.bg-01{
	background: url(kotei_images/bg-01.png);
    background-repeat: repeat;
    background-position: 0 0;
}
.bg-02{
	background: #509fe21c;
    background-repeat: repeat;
    background-position: 0 0;
}
.bg-gray {
	background:#f5f5f5;
}
.beige {
	background:#f1ede9;
}
/* --------------------------------------------------- テキストカラー */
.red {
	color: red !important;
}
.c-blue {
	color: #005bac;
}
/* ---------------------------------------------------  フォントサイズ -----*/
.px-12 {
	font-size: .75rem;
}
.px-13 {
	font-size: .8125rem;
}
.px-14 {
	font-size: .875rem;
}
.px-15 {
	font-size: .9375rem;
}
.px-17 {
	font-size: 1.0625rem;
}
.px-18 {
	font-size: 1.1625rem;
}
.px-19 {
	font-size: 1.1875rem;
}
.px-20 {
	font-size: 1.25rem;
}
.px-21 {
	font-size: 1.3125rem;
}
.px-22 {
	font-size: 1.3725rem;
}
.px-23 {
	font-size: 1.4375rem;
}
.px-22 {
	font-size: 1.5rem;
}
.font-w-b {
	font-weight:bold;
}
/*----- 横並び配置のリスト -----*/
.w-2-15_5-80 > li {
	display: inline-block;
	width: 15%;
	margin: 0 5% 0 0;
}
.w-2-15_5-80 > li:last-child {
	width: 80%;
	margin: 0;
}
.w-2-25_5-70 > li {
	display: inline-block;
	width: 25%;
	margin: 0 5% 0 0;
}
.w-2-25_5-70 > li:last-child {
	width: 70%;
	margin: 0;
}
.w-2-30_5-65 > li {
	display: inline-block;
	width: 30%;
	margin: 0 5% 0 0;
}
.w-2-30_5-65 > li:last-child {
	width: 65%;
	margin: 0;
}
.w-2-37_3-60 > li {
	display: inline-block;
	width: 37%;
	margin: 0 3% 0 0;
}
.w-2-37_3-60 > li:last-child {
	width: 60%;
	margin: 0;
}
.w-2-40_5-55 > li {
	display: inline-block;
	width: 40%;
	margin: 0 5% 0 0;
}
.w-2-40_5-55 > li:last-child {
	width: 55%;
	margin: 0;
}
.w-2-50 > li {
	display: inline-block;
	width: 50%;
}
.w-2-48 > li {
	display: inline-block;
	width: 48%;
	margin: 0 4% 0 0;
}
.w-2-48 > li:nth-child(2n) {
	margin: 0;
}
.w-2-45 > li {
	display: inline-block;
	width: 45%;
	margin: 0 10% 0 0;
}
.w-2-45 > li:nth-child(2n) {
	margin: 0;
}
.w-3-30 > li {
	display: inline-block;
	width: 30%;
	margin: 0 5% 0 0;
}
.w-3-30 > li:nth-child(3n) {
	margin: 0;
}
.w-3-31 > li {
	display: inline-block;
	width: 31%;
    margin: 0 3.5% 0 0;
}
.w-3-31 > li:nth-child(3n) {
	margin: 0;
}
.w-4-235 > li {
	display: inline-block;
	width: 23.5%;
    margin: 0 2% 0 0;
}
.w-4-235 > li:nth-child(4n) {
	margin: 0;
}
.v-top > li {
	vertical-align: top;
}
.v-middle > li {
	vertical-align: middle;
}
.v-bottom > li {
	vertical-align: bottom;
}
@media screen and (max-width: 767px){
	.w-2-15_5-80 > li,
	.w-2-25_5-70 > li,
	.w-2-30_5-65 > li,
	.w-2-37_3-60 > li,
	.w-2-40_5-55 > li,
	.w-2-50 > li,
	.w-2-48 > li,
	.w-2-45 > li,
	.w-3-30 > li,
	.w-3-31 > li,
	.w-4-235 > li {
		display: block;
		width: 100% !important;
		margin: 0 0 20px 0;
	}
	.w-2-15_5-80 > li:last-child,
	.w-2-25_5-70 > li:last-child,
	.w-2-30_5-65 > li:last-child,
	.w-2-37_3-60 > li:last-child,
	.w-2-40_5-55 > li:last-child,
	.w-2-50 > li:last-child,
	.w-2-48 > li:last-child,
	.w-2-45 > li:last-child,
	.w-3-30 > li:last-child,
	.w-3-31 > li:last-child,
	.w-4-235 > li:last-child {
		margin: 0;
	}
}
/*----- バナー -----*/
.banner-wrap {
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
}
.banner-wrap p {
	margin: 0 0 30px;
	font-size: 1.125rem;
	letter-spacing: .1em;
	font-weight: bold;
}
.banner-wrap img {
	display: block;
	width: 100%;
}
@media screen and (max-width: 820px) {
	.banner-wrap {
		max-width: 94%;
	}
}
/*----- テーブル -----*/
table.common th,
table.common td {
	padding: 14px 20px;
	border: solid 1px #f0f0f0;
	box-sizing:border-box;
}
table.type-01 th {
	width: 25%;
    background: #f5f5f5;
	font-weight: normal;
}
@media screen and (max-width: 767px) {
	table.common th,
	table.common td	 {
		display: block;
		width: 100%;
		padding: 20px 12px;
	}
	table.common td	{
		border-top: none;
		border-bottom: none;
	}
	table.type-01 {
		border-bottom: solid 1px #f0f0f0;
	}
}

/*----- ●■ -----*/
.mark-circle,
.mark-square {
	position: relative;
    padding-left: 20px;
    font-weight: bold;
	letter-spacing: .05em;
}
.mark-circle::before,
.mark-square::before {
    position: absolute;
    z-index: 2;
    content: '';
	width: 10px;
    height: 10px;
    top: 6px;
    left: 0;
    background: #949494;
}
.mark-circle::before {
	border-radius: 5px;	
}
/* --------------------------------------------------- リンクボタン */
.more-btn {
	margin: 50px 0 0;
	text-align: center;
}
.btnlinestretches{
	position: relative;
    color: #005bac;
    border: 2px solid #005bac;
    padding: 17px 0;
    display: inline-block;
    text-decoration: none;
    outline: none;
    transition: all 0.3s ease-in-out;
    width: 365px;
    text-align: center;
    font-weight: bold;
    letter-spacing: .15em;
    background: #fff;
}
.btnlinestretches:hover{
	background:#005bac;
	color: #fff;
	border-color:transparent;
}
.btnlinestretches::before,
.btnlinestretches::after {
	content:'';
	position:absolute;
	border:solid #005bac;
	width:14px;
	height:14px;
	transition:all 0.3s ease-in-out;
}
.btnlinestretches::before{
	top:-8px;
	left:-8px;
	border-width:2px 0 0 2px;
}
.btnlinestretches::after{
	bottom:-8px;
	right:-8px;
	border-width:0 2px 2px 0;
}
.btnlinestretches:hover::before,
.btnlinestretches:hover::after{
    width:calc(100% + 14px);
	height:calc(100% + 14px);
	border-color:#005bac;
}
.slide-in {
	overflow: hidden;
    display: inline-block;
    padding: 0 10px;
}
.slide-in_inner {
	display: inline-block;
}
/*左右のアニメーション*/
.leftAnime,
.rightAnime{
    opacity: 0;
}
.slideAnimeLeftRight {
	animation-name: slideText-100;
	animation-duration:0.8s;
	animation-fill-mode:forwards;
    opacity: 0;
}
@keyframes slideText-100 {
  from {
	transform: translateX(-100%); 
        opacity: 0;
  }
  to {
	transform: translateX(0);
    opacity: 1;
  }
}
.slideAnimeRightLeft {
	animation-name: slideText100;
	animation-duration:0.8s;
	animation-fill-mode:forwards;
    opacity: 0;
}

/* ======================================================
/*               ++ アニメーション ++
   ====================================================== */
.fuwat {
	opacity : 0;
	transform: translateY(20px);
	transition: all 1.5s;
}
@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{
	height: 70px;
	position: fixed;
    top: 0;
    left: 0;
	width: 100%;
	z-index: 9999;
}
.header.sticky {
	background: #fff;
	box-shadow: rgb(0 0 0 / 5%) 0 0 10px 3px;
}
.header .container{
	margin: 0 auto;
	position: relative;
}
.header .site-name{
	float: left;
	margin: 9px 0 0 20px;
}
.header .site-name a{
	display:flex;
}
.header .site-name a img{
	width: 166px;
    margin: 0 16px 0 0;
}
.header .nav {
	float:right;
	margin-right: 270px;
}
.header .nav-item{
	display: inline-block;
	vertical-align: top;
	min-width: 150px;
}
.header .nav-title{
	padding: 0 0 0 32px;
	position: relative;
	display: block;
	text-decoration: none;
	line-height: 70px;
	font-weight: bold;
	cursor: pointer;
	color: #05272B;
}
.header .nav-title span {
	letter-spacing: .1em;	
}
.header .nav-title:hover,
.header .nav-title:hover:after,
.header .nav-title.is-active:after {
	color: #0797CC;
}
.header .nav-title:after{
	display: block;
    font-family: FontAwesome;
    content: '\f0d7';
    position: absolute;
    top: 0;
    right: 24px;
    font-size: 16px;
}
.header.sticky .nav-title:after{
	color: #05272B;
}
.header .nav-title.single:after{
	display: none;
}
.header .nav-title.is-active {
	background: #f5f5f5;
	color:#0797CC;
	transition: background .2s ease;
}
.header .nav-title.is-active:after{
    content: '\f0d8';
}
.header .panel{
	position: absolute;
	top: 69px;
	left: 0;
	right: 0;
	margin: auto;
	display: none;
	background: #f5f5f5;
	width: 100%;
	z-index: 999;
}
.header .panel-inner{
	padding: 50px 3%;
	max-width: 1300px;
	margin: 0 auto;
}
.header .index > li.left {
	display: inline-block;
	width: 19%;
	vertical-align: top;
}
.header .index > li.right {
	display: inline-block;
	width: 80%;
    padding: 15px 0 15px 0;
    margin: 0 0 40px;
	vertical-align: top;
}
.header .index-title {
	color: #005bac;
	display: block;
	padding: 0 0 30px;
	text-decoration: none;
	transition: .2s;
	margin-top: 10px;
    font-size: 1.375rem;
    letter-spacing: .1em;
    font-weight: 600;
}
.header .index-list  {
	display: grid;
	 grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}
.header .index-list > li.m-block {
	display: none;
}

.header .index-list li img {
	width: 81%;
	margin: 0 0 4px;
}
.header .index-item p span,
.header  ul.profile > li .inner .index-item span {
	position: relative;
    font-weight: bold;
	font-size: 1rem;
}
.header .index-item p.parent {
	margin: 0 0 5px;
}
.header .index-item p.child {
	position: relative;
    font-weight: normal;
	letter-spacing: .1em;
	margin-left: 20px;
}
.header .index-item p.child span {
	font-size: .875rem;
}
.header .index-item p.child:before {
	content: '';
	width: 12px;
	height: 2px;
	background: #ccc;
	position: absolute;
	left: -20px;
	top: 9px;
}
.header .index-item a {
	transition: .2s;
}
.header .index-item p span::after,
.header  ul.profile > li .inner .index-item span::after {
	font-family: FontAwesome;
    content: '\f054';
	color: #005bac;
    position: absolute;
    top: 6px;
    right: -18px;
    font-size: 10px;
	font-weight: normal;
}
.header .index-item a:hover,
.header .index-item a:hover p span::after,
.header  ul.profile > li .inner .index-item a:hover span::after {
	color: #0797CC;
}
.header .index-item a:hover p::after {
    right: 10px;	
}
.header .index-item p.child span::after {
    top: 1px;	
}

.header ul.profile {
	max-width: 900px;
	margin: 0 auto;
}
.header  ul.profile > li {
	display: inline-block;
	vertical-align: top;
    width: 49.5%;
    margin: 0 1% 0 0;
    padding: 0 0 15px;
    color: #1b2d53;
	background: #fff;
}
.header  ul.profile > li:last-child {
	margin: 0;
}
.header  ul.profile > li .item-title {
    font-weight: bold;
    font-size: 1rem;
    text-align: center;
    background: #5a5a5a;
    padding: 15px 0 13px;
	color: #fff;
	letter-spacing: .1em;
}
.header  ul.profile > li .item-title span{
	letter-spacing: .1em;
}
.header  ul.profile > li .inner {
    padding: 22px 24px 0;
}
.header  ul.profile > li .index-item {
	margin: 0 0 5px;
}
/* ----- アイコン -----*/
.i_contact {
	position: absolute;
	top: 23px;
	right: 23px;
	z-index: 9999;
}

.header .shinsotsu {
	position: absolute;
	top: 23px;
	right: 162px;
	z-index: 9999;
}

.header .shinsotsu > a:hover {
	color: #fff;
}

.header .shinsotsu span,
.i_contact span {
	background: #025BAC;
	background: -webkit-linear-gradient(to right, #025BAC, #32BCE5, #BDF406);
	background: linear-gradient(to right, #025BAC, #32BCE5, #BDF406);
	background: #005bac;	
    padding: 0 12px 1px;
    border-radius: 20px;
    font-weight: 400;
	color: #fff;
	font-size: .9375rem;
}
.header .shinsotsu span {
    padding: 0 20px 1px;	
}
.header .shinsotsu:hover span,
.i_contact:hover span {
	background: #00a1e9;
}

.header .shinsotsu a,
.i_contact a {
	font-weight: bold;
}

@media screen and (min-width: 2000px) {
	.header .panel-inner{
		padding: 50px 2%;
		max-width: 1600px;
		margin: 0 auto;
	}
}

@media screen and (max-width: 1220px) {
	.header .container {
		padding: 0 10px;
	}
	
	.header .logo {
		margin: 18px 0 0 30px;
    	width: 160px;
	}
	
	.header .nav-title {
    	padding: 0 35px 0 10px;
    	font-size: .85rem;
	}
	
	.header .index > li.right {
    	margin: 0 0 30px;
	}
	
	.header .index-list  {
	 	grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (max-width: 1023px){
	.header{
    	width: 100%;
    	position: fixed;
    	top: 0;
    	left: 0;
    	z-index: 999;
	}
	
	.header .container {
		padding: 0;
		background: #fff;
	}
	
	.header .nav-title,
	.header .nav-title:after {
		color: #05272B;
	}
	
	.header .nav-title:after {
		right: 28px;
	}
	
	.header .nav-title.is-active {
		background: #fff;
	}
	
	.header .nav {
		float: none;
    	margin-right: 0;
		background: #fff;
		height: 100vh;
    	overflow-y: scroll;
		width: 100%;
	}
	
	#mo-panel {
		display:none;
		padding-top: 70px;
	}
	
	.header .nav-item {
		display: block;
		position: relative;
		float: none;
		border-top: 1px solid #eaeaea;
	}
	
	.header .nav-item:last-child {
		border-bottom: 1px solid #eaeaea;
	}
	
	.header .nav-title {
    	padding: 0 35px 0 30px;
    	font-size: 1.125rem;
	}
	
	.header .index li {
		display: block;
		width:100%;
	}
	
	.header .index li.left {
		display: none;
	}
	
	.header .index li.right {
		width: 100%;
		padding: 0 3%;
		border-left: none;
		min-height: auto;
	}
	
	.header .panel-inner {
		width: 100%;
    	margin: 0 auto;
		height: 100vh;
    	overflow-y: scroll;
	}
	
	.header .index-item a {
		line-height: 1.3em;
	}
	
	.header .i_contact {
		top: 23px;
		right: 90px;
	}
	
	.header .shinsotsu {
		top: 23px;
		right: 227px;
	}
	.header .index-list li.m-block {
		display: inline-block;
	}
	
	.header .nav-title:after {
		font-size: 26px;
	}
	
	.header .index-item p span::after {
    	top: -1px;
    	right: -22px;
	}
	
	.header ul.profile > li {
		float: left;
    	width: 49.5%;
    	margin:0 1% 1% 0;
	}
	
	.header ul.profile > li:nth-child(2n) {
		margin: 0 0 1% 0;
	}
	
	.header .index-item p span,
	.header  ul.profile > li .inner .index-item span {
		font-size: 1rem;
	}
	
	.header .index-item p span::after, .header ul.profile > li .inner .index-item span::after {
    	top: 5px;
	}
}
@media screen and (max-width: 767px) {
	.header{
		height: 60px;
	}
	.header .panel{
		background: #fff;
	}
	.header .site-name{
    	margin: 15px 0 0 10px;
	}
	.header .site-name a img {
    	width: 100px;
		margin-right: 5px;
	}
	.header .site-name h1 {
    	font-size: .75rem;
    	line-height: 1.25em;
		letter-spacing: 0;
	}
	#mo-panel {
    	padding-top: 60px;
	}
	.header .nav-title{
		line-height: 1em;
		padding: 20px;
	}
	.header .panel{
		top: 55px
	}
	.header .panel-inner {
    	padding: 0 0 150px;
		height: auto;
	}
	.header .panel-inner.business {
    	padding: 0 0 200px;	
		background: #f5f5f5;
	}
	
	.header .index li.right {
		padding: 0;
	}
	
	.header .index-list {
    	display: block;
	}
	
	.header .index-list li {
		padding: 15px 15px 16px 37px;
		border-bottom: 1px solid #fff;
		background: #f5f5f5;
	}

	.header .index-list li img {
		display: none;
	}
	
	.header .index-item a {
		display: block;
		line-height: 1.6em;
	}
	.header .index-item p {
    	background: none;
		padding: 0;
	}
	.header .nav-title {
    	font-size: 1rem;
	}
	.header .nav-title:after {
		top: 20px;
	}
	.header .index-item p span {
		font-size: .9375rem;
	}
	.header .shinsotsu {
		display: none;
	}
	.header .i_contact {
    	top: 18px;
    	right: 78px;
	}
	.header ul.profile > li {
    	display: block;
    	width: 100%;
    	margin: 0;
	}
	.header ul.profile > li .inner.last {
    	padding: 18px 20px 60px;
	}
	.header ul.profile > li .item-title {
    	padding: 10px 0 8px;
	}
	.header .index-item p span::after,
	.header ul.profile > li .inner .index-item span::after {
		top: 0;
	}
	.header .index-item p.child:before {
		top: 13px;
	}
}
@media screen and (max-width: 340px) {
	.header .site-name a img {
    	width: 90px;
    	margin-right: 3px;
	}
	.header .site-name {
    	margin: 16px 0 0 10px;
	}
	.header .site-name h1 {
    	font-size: .6875rem;
	    margin: 2px 0 0;
	}
	.header .index-list li.m-block {
		display: block;
	    padding: 15px 15px 30px 37px;
	}
}
/* --------------------------------------------------- Toggle Button */
#mo-nav-toggle {
	display: none;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 70px;
	height: 70px;
	cursor: pointer;
	z-index: 101;
	background: #85E8FA;
}
#mo-nav-toggle div {
	position: relative;
}
#mo-nav-toggle span {
	display: block;
	position: absolute;
	height: 1.5px;
	width: 30%;
	background: #333;
	left: 35%;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#mo-nav-toggle span:nth-child(1) {
	top: 28px;
}
#mo-nav-toggle span:nth-child(2) {
	top: 34px;
}
#mo-nav-toggle span:nth-child(3) {
	top: 40px;
}
@media screen and (max-width: 1023px) {
	#mo-nav-toggle {
		display: block;
	}
}
@media screen and (max-width: 767px) {
	#mo-nav-toggle {
		width: 60px;
		height: 60px;
	}
	#mo-nav-toggle span:nth-child(1) {
		top: 24px;
	}
	#mo-nav-toggle span:nth-child(2) {
		top: 30px;
	}
	#mo-nav-toggle span:nth-child(3) {
		top: 36px;
	}
}
/* --------------------------------------------------- #nav-toggle 切り替えアニメーション */
@media screen and (max-width: 1023px) {
	#mo-panel-close {
		display:none;
		position: fixed;
    	right: 15px;
    	top: 17px;
    	width: 40px;
    	height: 40px;
		cursor: pointer;
		z-index:99999;
	}
	#mo-panel-close div {
		position: relative;
	}
	#mo-panel-close span {
		display: block;
		position: absolute;
		height: 2px;
		width: 100%;
		background: #333;
		left: 0;
	}
	#mo-panel-close span:nth-child(1) {
		top: 17px;
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
	}
	#mo-panel-close span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	#mo-panel-close span:nth-child(3) {
		top: 17px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
	}
}
@media screen and (max-width: 767px) {
	#mo-panel-close {
		right: 10px;
    	top: 12px;
		width: 40px;
		height: 40px;
	}
}
/*============================
フッター
============================*/
.ly_footer {
	position: relative;
}
.ly_footer .bl_mark {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	max-width: 270px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
}
.ly_footer_nav {
	padding: 70px 0 50px;
	background: #f5f5f5;
}
.bl_footer_nav_grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 42px;
}
.bl_footer_nav_box h2 {
	padding: 0 0 10px;
	border-bottom: 0.5px solid #333;
    margin: 0 0 10px;
}
.bl_footer_nav_box h2 a {
	display: block;
	position: relative;
}
.bl_footer_nav_box h2 a:after {
    content: '\f061';
    font-family: FontAwesome;
    font-size: 12px;
    color: #333;
    transition: .3s;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-weight: normal;
}
.bl_footer_nav_col .bl_footer_nav_box:nth-of-type(2) {
	margin: 30px 0 0;
}
.bl_footer_nav_item {
	position: relative;
	padding-left: 10px;
	font-size: .875rem;
}
.bl_footer_nav_list .bl_footer_nav_item:not(:last-child) {
	margin: 0 0 6px;
}
.bl_footer_nav_item:after {
    border-top: 1px solid;
    content: '';
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    top: 10px;
    width: 5px;
}
.bl_footer_nav_item .ext span{
	position: relative;
}
.bl_footer_nav_item .ext span::after {
    width: 12px;
    height: 12px;
    display: block;
    position: absolute;
    bottom: 3px;
    right: -24px;
    content: '';
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(img/arrow-03.png);
}

.bl_footer_nav_item a:hover {
	color: #005bac;
}
.bl_footer_main {
	padding: 50px 0;
}
.bl_footer_logo {
	max-width: 200px;
}
.bl_footer_sns  {
	position: absolute;
	top: 15px;
	right: 0;
}
.bl_footer_main_corp {
	position: relative;
	border-bottom: 1px solid #e0dfdf;
	padding: 0 0 40px;
}
.bl_snsLink li{
	display: inline-block;
	vertical-align: middle;
	margin: 0 18px 0 0;
}
.bl_snsLink li.fb {
	margin: 0 21px 0 0;	
}
.bl_snsLink li.yt {
	margin: 0;
}
.bl_snsLink li img {
	display: block;
	height: 30px;
}
.bl_footer_main_nav {
	text-align: center;
	margin: 36px 0 0;
}
.bl_footer_main_nav li {
	display: inline-block;
	margin: 0 30px 0 0;
	line-height: 1.8em;
	font-size: .9375rem;
}
.ly_footer .copy {
    text-align: center;
    font-size: 0.75rem;
    letter-spacing: .1em;
	font-family: "Montserrat", sans-serif;
	margin: 30px 0 0;
}
@media screen and (max-width: 1023px) {
	.bl_footer_nav_grid {
    	grid-template-columns: repeat(2, 1fr);
	}
}
@media screen and (max-width: 767px) {
	.ly_footer_nav {
		display: none;
	}
	.bl_footer_main {
		padding: 0 0 50px;
	}
	.bl_footer_main_corp {
		border-top: 1px solid #e0dfdf;		
		padding: 50px 0 40px;
	}
	.ly_footer .bl_mark {
    	position: static;
    	transform: none;
		max-width: 200px;
        margin: 20px auto 40px;
	}
	.ly_footer .bl_mark {
		gap: 14px;
	}
	.bl_footer_sns {
    	position: static;
	}
	.bl_snsLink {
		text-align: center;
	}
	.bl_footer_logo {
    	max-width: 210px;
    	margin: 0 auto;
	}
}
/* ======================================================
/*                      ++ page-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;
	}
}
/*============================
ページネーション
============================*/
.pagenation {
    margin: 60px auto 0;
}
.pagenation:after, .pagenation ul:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.pagenation ul {
    margin: 0 auto;
    text-align: center;
}
.pagenation li {
    list-style: none outside none;
    margin-left: 3px;
    display: -moz-inline-box;
  display: inline-block;
  /*display: inline;*/

}
.pagenation li:first-child {
    margin-left: 0;
}
.pagenation li.active {
    background-color: #999999;
    border-radius: 3px;
    color: #FFFFFF;
    cursor: not-allowed;
    padding: 10px 15px;
}
.pagenation li a {
    background: none repeat scroll 0 0 #CCCCCC;
    border-radius: 3px;
    color: #FFFFFF;
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.pagenation li a:hover {
    background-color: #444444;
    color: #FFFFFF;
    opacity: 0.8;
    transition-duration: 500ms;
    transition-property: all;
    transition-timing-function: ease;
}
@media screen and (max-width: 768px) {
	.pagenation {
		margin: 30px auto 0;
	}
}
/* --------------------------------------------------- 検索 */
#search {
	width: 100%;
	position: fixed;
	top: 70px;
	left: 0;
	background: rgba(0,0,0,.8);
	z-index: 998;
	padding: 200px 0;
	display: none;
}
.search-engine {
	text-align: center;
}
.search-engine input {
	font-size: 50px;
}
.search-engine #s {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	background:none;
	outline: none;
	background: rgba(0,0,0,0);
	border: none;
	border-bottom: 2px solid #fff;
	color: #fff;
}
.search-engine #searchsubmit {
	color: #fff;
	cursor: pointer;
	background: none;
	border: none;
	outline: none;
}
.screen-reader-text {
	display: block;
	font-size: 26px;
	color: #fff;
	padding-bottom: 20px;
	margin-right: 250px;
}
/*----------#nav-toggle 切り替えアニメーション----------*/
	#js-search-close {
		position: absolute;
		right: 5%;
		top: 20%;
		width: 40px;
		height: 40px;
		cursor: pointer;
		z-index: 999;
	}
	#js-search-close div {
		position: relative;
	}
	#js-search-close span {
		display: block;
		position: absolute;
		height: 2px;
		width: 100%;
		background: #fff;
		left: 0;
	}
	#js-search-close span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
	}
	#js-search-close span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	#js-search-close span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
	}
@media screen and (max-width: 1023px) {
	#search {
		top: 50px;
	}
}
@media screen and (max-width: 767px) {
	#search {
		padding: 100px 0;
	}
	.search-engine input {
		font-size: 20px;
		margin-top: 20px;
	}
	.screen-reader-text {
		margin-right: 0;
		font-size: 16px;
		text-align: center;
	}
	#js-search-close {
		top: 10%;
	}
}
/* --------------------------------------------------- 検索結果 .search.php*/
.search-results #pageHeader,
.search-no-results #pageHeader {
    background: #f5f5f5;
	text-align: center;
	padding: 60px 0;
}
.search-results #pageHeader h1 {
	font-weight: bold;
	letter-spacing: .1em;
	font-size: 1.25rem;
}
.search-results .result-wrap .wrap {
	max-width:800px;
}
.search-results .hit-item {
	padding: 20px 0;
	border-bottom: 1px solid #eee;
}
.search-results .hit-item:first-of-type {
	padding: 0 0 20px;
}
.search-results .hit-item h2 {
	margin: 3px 0 4px;	
}
.search-results .hit-item h2 a {
	color: #005bac;
    font-weight: bold;
	letter-spacing: .1em;
}
.search-results .hit-item .item-text a {
	color: #434da2;
}
.search-results .hit-item .item-text {
	line-height: 1.6em;
	letter-spacing: .1em;
}
.no-hit {
	text-align: center;
}
@media only screen and ( max-width: 768px ) {
	.result-wrap {
		padding: 50px 0;
	}
	.result-wrap h1.result {
		font-size: 1.25em;
	}
}
@media only screen and ( max-width: 600px ) {
	.result-wrap {
		padding: 30px 0;
	}
	.result-wrap h1.result {
		text-align: left;
		padding: 50px 3% 0;
	}
	.hit-item {
		padding: 0 3%;
	}
	.hit-item h2 {
		font-size: 1rem;
	}
}
