@charset "UTF-8";
/*
 * style_sp.css
 *
 *  version --- 1.0
 *  updated --- 2017/11/30
 */
.sp_hide{
	display: none!important;
}

/* !wrapper
---------------------------------------------------------- */
#wrapper {
  width: 100%;
  overflow: hidden;
  min-width: 320px;
  position: relative;
  z-index: 2;
}
.menuOpen{
  overflow: hidden;
  height: 100vh;
}

.inner,.inner02{
  padding: 0 12px;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
}
/*loading*/
.o-loading-screen {
    width: 100%;
    height: 100%;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 10001;
    /*-webkit-transition: all .7s cubic-bezier(0,0,.2,1) 0s;
    transition: all .7s cubic-bezier(0,0,.2,1) 0s;
    -webkit-transition-timing-function: cubic-bezier(1,.02,1,1)!important;
    transition-timing-function: cubic-bezier(1,.02,1,1)!important;*/
    transition: all .7s;
    opacity: 1;
}
#window{
    width: 100%;
    height: 300%;
    background: url(../img/common/bg01.jpg)repeat center center;
    background-size: 1480px 930px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    z-index: -1;
    -webkit-animation:infinitescroll 7s linear infinite;
	-moz-animation:infinitescroll 7s linear infinite;
	-ms-animation:infinitescroll 7s linear infinite;
	-o-animation:infinitescroll 7s linear infinite;
	animation:infinitescroll 7s linear infinite;
}
@-webkit-keyframes infinitescroll {
	0% {-webkit-transform:translate3d(0, 0, 0);}
	100% {-webkit-transform:translate3d(0, -930px, 0);}
}
@-moz-keyframes infinitescroll {
	0% {-moz-transform:translate3d(0, 0, 0);}
	100% {-moz-transform:translate3d(0, -930px, 0);}
}
@-ms-keyframes infinitescroll {
	0% {-ms-transform:translate3d(0, 0, 0);}
	100% {-ms-transform:translate3d(0, -930px, 0);}
}
@-o-keyframes infinitescroll {
	0% {-o-transform:translate3d(0, 0, 0);}
	100% {-o-transform:translate3d(0, -930px, 0);}
}
@keyframes infinitescroll {
	0% {transform:translate3d(0, 0, 0);}
	100% {transform:translate3d(0, -930px, 0);}
}
.o-loading-screen.active{opacity: 0;pointer-events: none;}
.o-loading-screen .o-progressbar {
	display: none;
    width: 0;
    height: 2px;
    background:#f28e1e;
    top: 60%;
    transition: all .5s cubic-bezier(0,0,.2,1) 0s;
}
.o-loading-screen .o-progressbar, .o-loading-screen .o-progressnum {
    position: absolute;
    -webkit-transition: all .5s cubic-bezier(0,0,.2,1) 0s;
    left: 0;
}
.o-loading-screen .o-progressnum {
    top: calc(50% - 45px);
    text-align: center;
    width: 100%;
    font-size: 2rem;
    letter-spacing: 0.05em;
    font-weight: bold;
    color: #fff;
    transition: all .5s cubic-bezier(0,0,.2,1) 0s;
}
.loading-shutter-logo {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 101;
    transition: transform .3s ease-out;
    transform: scale(1, 1);
    box-sizing: border-box;
    animation-delay: 0.3s;
    /*padding-bottom: 10%;*/
}
.loading-shutter-logo img{max-width: 75%;}
.loading-shutter-logo.active {
		-webkit-transition: -webkit-transform .2s ease-in-out .15s;
		transition: -webkit-transform .2s ease-in-out .15s;
		transition: transform .2s ease-in-out .15s;
		transition: transform .2s ease-in-out .15s, -webkit-transform .2s ease-in-out .15s;
		transform: scale(1, 1);
}


/* !header
---------------------------------------------------------- */
#header {
}

#headerIn {
	
}
#headerLogo {
	
}


#headerLinks {
	
}

.fixBtn{
	position: fixed;
	right: 0;
	top: 240px;
	z-index: 88;
	text-align: right;
	width: 55px;
	display: none;
}
body.home .fixBtn{display: block;}
.fixBtn li.blue{display: none;}

.btnMenu {
	position: fixed;
	/*position: absolute;*/
    right: 5px;
    top: 5px;
    z-index: 999;
    width: 78px;
}
.btnMenu.active{
	width: 80px;
    right: 12px;
    top: 12px;
}
.btnMenu .close{
	display: none;
}
.btnMenu.active .close.menu_close_sp{display: block;}
.btnMenu.active .open{display: none;}


/* !breadcrumb
---------------------------------------------------------- */
#breadcrumb {
	
}

/* !gNavi
---------------------------------------------------------- */
		
#gNavi {
	position: fixed;
    z-index: 998;
    width: 300px;
    height: 100vh;
    height: var(--view-height,100vh);
    top: 0;
    right: 0;
    -webkit-overflow-scrolling: touch;
    overflow: auto;
	background: url(../img/common/bg03.jpg)no-repeat center center;
	background-size: cover;
	padding-bottom: 50px;
	box-sizing: border-box;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.5s !important;
}
#gNavi.active{
	opacity: 1;
	pointer-events: auto;
}
#gNavi .inner{padding: 0;}
.overlay{
    display: none;
	position: fixed;
	left: 0;
	top: 0px;
	width: 100vw;
	height: 100%;
	background: rgba(35,35,35,0.4);
	z-index: 997;
	text-indent: -9999px;
}
.navHd{
	color: #fff;
	font-size: 2.5rem;
	line-height: 1;
	padding: 15px 17px;
	border-bottom: 1px solid #fff;

}
.navUl{width: 100%;}
.navUl li {
	border-bottom: 1px solid #fff;
}
.navUl .img{display: none;}
.navUl li a {
	display: block;
	color: #fff;
	font-size: 1.65rem;
	padding: 12px 17px;
}
.navUl li a:hover{text-decoration: none;}
.headerCt{
	padding: 17px;
}

	
/* !mainVisual
---------------------------------------------------------- */
#mainVisual {
	position: relative;
	z-index: 2;
	width: 100%;
	padding-top: 340px;
}
.mvVideo{
	position: absolute;
	z-index: -2;
	left: 0;
	top: 110px;
	width: 100%;
	height: 250px;
}
.mvVideo video{
	object-fit:fill;
	width: 120%;
	height: 100%;
}
.mvVideo:before{
	content: none;
	position: absolute;
	bottom: 0;
	left: 70%;
	z-index: 1;
	width:50vw;
	height: 100%;
	background: url(../img/index/mv_white.png)no-repeat center center;
	background-size: 100% 100%;
}
.mvBg01{
	position: absolute;
	z-index: 2;
	background: url(../img/index/mv_bg01.png)no-repeat bottom center;
	background-size: cover;
	height: 210px;
	width: 100%;
	left: 0;
	top: 0;
}
#mainVisual .inner{
	z-index: 5;
	position: static;
}
.mvP01{
	position: absolute;
	top: 15px;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 6;
}
.mvP01 img{max-width: 350px;width: 100%}
.mvP02{
	position: absolute;
	top: 50px;
	z-index: 6;
}
.mvBox{
	position: relative;
	margin: 0 auto;
	width: 324px;
	height: 214px;
	background: url(../img/index/mv_box.png)no-repeat bottom center;
	background-size: 100% 100%;
	text-align: center;
}
.mvP03{margin-top: -10px;padding: 0 15px;}
.mvUl li{
	float: left;
	width: 33.33%;
	font-size: 1.8rem;
	line-height: 1.2;
	box-sizing: border-box;
}
.mvUl li a{color: #fff;text-decoration: none;display: inline-block;}
.mvUl li a .txt{
	padding-right: 20px;
	background: url(../img/common/arrow02.png)no-repeat right center;
	background-size: 14px auto;
}
.mvUl li.one{padding-top: 7px;padding-left: 12px;}
.mvUl li.two{padding-top: 25px}
.mvUl li.three .img{padding-right: 7px}
.mvUl li.three .txt{margin-right: 10px;padding-right: 10px}
.mvUl li.one img{width: 62px;}
.mvUl li.two img{width: 58px;}
.mvUl li.three img{width: 80px;}
.mvP07{
	position: absolute;
	right: 70px;
	bottom: 12px;
	z-index: 6;
	width: 44px;
}
.mvP08{
	padding: 13px 0;
	box-sizing: border-box;
	text-align: center;
}
.mvP08 img{max-width: 350px;width: 100%}
/* !teaser
---------------------------------------------------------- */
#teaser {
	background: url(../img/common/bg_teaser_sp.jpg)no-repeat center center;
	background-size: cover;
	height: 160px;
	box-sizing: border-box;
	position: relative;
}
#about #teaser{
	background: url(../img/about/bg_teaser_sp.jpg)no-repeat center center;
	background-size: cover;
}
#bebridge #teaser{
	background: url(../img/bebridge/bg_teaser_sp.jpg)no-repeat center center;
	background-size: cover;
}
#school #teaser{
	background: url(../img/school/bg_teaser_sp.jpg)no-repeat center center;
	background-size: cover;
}
#news #teaser{
	background: url(../img/news/bg_teaser_sp.jpg)no-repeat center center;
	background-size: cover;
}
#library #teaser{
	background: url(../img/library/bg_teaser_sp.jpg)no-repeat center center;
	background-size: cover;
}
#teaser .inner02{position: static;}
#teaser .logo{
	position: absolute;
	left: 5px;
	top: 4px;
	z-index: 2;
	width: 150px;
}
#teaser .teaserHd{
	position: absolute;
	left: 50%;
	top: 100%;
	transform: translate(-50%,-50%);
	z-index: 2;
	height: 88px;
	width: calc(100% - 20px);
	max-width: 340px;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	background: url(../img/common/bg_teaser_hd_sp.png)no-repeat center center;
	background-size: 100% 100%;
	text-align: center;
	font-size: 1.75rem;
	line-height: 1.2;
}

#teaser .teaserHd .en{
	display: none;
}

/* !breadcrumb
---------------------------------------------------------- */
#breadcrumb{display: none;}

/* !contents
---------------------------------------------------------- */
#contents {
	
}

#main {
	
}

#side {
	
}

.inner {
	
}

/* !pageTop
---------------------------------------------------------- */
.pageTop {
	position: absolute;
	top: 0;
	right: 0;
	transform: translateY(-50%);
	z-index: 3;
	width: 67px;
}

/* !footer
---------------------------------------------------------- */
#footer {
	background: url(../img/common/bg02.jpg)repeat top center;
	background-size: auto 100%;
	color: #fff;
	padding:20px 0 ;
	position: relative;
}
#footer a{color: #fff;}
#footer a.noLink{pointer-events: none;}

#footer .footerIn {
	box-sizing: border-box;
	padding: 0 12px;
	margin: 0 auto ;
}
.footerBox{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.footerP01 img{width: 250px}
.footerP02{
	font-size: 1.4rem;
	line-height: 1.67;
	padding: 15px 0px;
	border-bottom: 1px solid #fff;
	text-align: center;
}
.footerSns{
	margin: 20px 0 25px;
}
.footerSns li{
	display: inline-block;
	vertical-align: middle;
}
.footerSns li + li{margin-left: 30px}

#copyright {
	font-size: 1.3rem;
	text-align: center;
}


/* !h(n)eading
---------------------------------------------------------- */
.hdL {
	
}

.hdM {
	
}

.hdS {
	
}

.hd01 {
	
}



/* !list
---------------------------------------------------------- */
.list01 {
	
}

/* !table
---------------------------------------------------------- */
.table01 {
	
}


/*common*/
.btnLink01{
	display: flex;
	align-items: center;
	box-sizing: border-box;
	color: #fff;
	width: 250px;
	height: 42px;
	font-size: 1.65rem;
	background: url(../img/common/arrow02.png)no-repeat right 15px center #ff761a;
	background-size: 20px auto;
	border-radius: 5px;
	padding-left: 25px;
	margin: 0 auto;
}
.btnLink01:hover{text-decoration: none;}

.hdM{
	text-align: center;
	position: relative;
	margin-bottom: 15px;
}
.hdM:after{
	content: '';
	display: block;
	margin: 0 auto;
	width: 41px;
	height: 1px;
	background: #754c24;
}
.hdM .en{
	font-size: 2.1rem;
	line-height: 1.1;
	color: #a17c52;
	padding-bottom: 8px;
}
.hdM .icon{
	padding-bottom: 14px
}
.hdM .jp{
	font-size: 2.15rem;
	line-height: 1.3;
	color: #754c24;
	letter-spacing: 0.1em;
	padding-bottom: 16px;
}
.cl01{color: #118fce}
.cl02{color: #ec5a24}
.cl03{color: #f28e1e}
.cl04{color: #edb415}
.cl05{color: #008d45}
.cl06{color: #29a6dd}
.cl07{color: #0071b7}
.cl08{color: #cb58db}

.hdS {
	border-bottom: 2px solid #f28e1e;
	position: relative;
	text-align: center;
	padding-bottom: 10px;
}
.hdS:before,
.hdS:after{
	content: '';
	position: absolute;
	left: 5px;
	bottom: 9px;
	z-index: 1;
	width: 16px;
	height: 16px;
	background: url(../img/common/star01.png)no-repeat;
	background-size: 100% 100%;
}
.hdS:after{
	left: auto;
	right: 5px;
}
.hdS .en{
	font-size: 1.5rem;
	letter-spacing: 0.1em;
	color: #f6ab3b;
	padding-bottom: 6px;
}
.hdS .jp{
	font-size: 1.8rem;
}




/*index*/
.indexSec01{
	padding: 13px 0 15px;
}
.indexSec01 .hd{
	font-size: 2rem;
	line-height: 1.2;
	color: #f28e1e;
	box-sizing: border-box;
	padding-left: 45px;
	padding-top: 9px;
	background: url(../img/index/hd_sec01.png)no-repeat left top;
	background-size: 35px auto;
	margin-bottom: 10px;
}
.indexSec01 .hd .font01{color: #a17c52}
.indexSec01 .hd .font02{color: #87c13f}
.indexSec01 .allLink{
	position: absolute;
	right: 12px;
	top: 5px;
	z-index: 1;
}
.indexSec01 .allLink .btnLink01{
	width: 73px;
	height: 31px;
	font-size: 0.9rem;
	background-position: right 10px center;
	background-size: 13px auto;
	border-radius: 5px;
	padding-left: 15px;
}
.indexDl01 dt{
	margin-bottom: 45px;
}
.indexDl01 dd{
}
.indexDl01 a{
	display: block;
	position: relative;
	text-decoration: none;
	font-size: 1.4rem;
}
.indexDl01 a img{width: 100%}
.indexDl01 .categ{
	position: absolute;
	left: -1px;
	top: -1px;
	font-size: 1.4rem;
	line-height: 24px;
	padding: 0px 8px;
	z-index: 1;
	color: #fff;
}
.indexUl01 .categ{
	font-size: 1.15rem;
	line-height: 20px;
	padding: 0px 5px;
}
.indexDl01 .categ:before{
	content: '';
	position: absolute;
	left: 100%;
	top: 0;
	width: 0;
	height: 0;
	z-index: 2;
	border-style: solid;
	border-width : 12px 2px 12px 2px;
	border-color: #e81c24 transparent transparent #e81c24;
}
.indexUl01 .categ:before{
	border-width : 10px 2px 10px 2px;
}
.indexDl01 .categ.c01{background: #29a6dd}
.indexDl01 .categ.c01:before{border-color: #29a6dd transparent transparent #29a6dd; }
.indexDl01 .categ.c02{background: #008d45}
.indexDl01 .categ.c02:before{border-color: #008d45 transparent transparent #008d45; }
.indexDl01 .categ.c03{background: #f28e1e}
.indexDl01 .categ.c03:before{border-color: #f28e1e transparent transparent #f28e1e; }
.indexDl01 .categ.c04{background: #0071b7}
.indexDl01 .categ.c04:before{border-color: #0071b7 transparent transparent #0071b7; }
.indexDl01 .date{
	padding: 5px 0 2px;
}
.indexUl01 .text{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.indexUl01{margin-left:-25px }
.indexUl01 li{
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding-left: 25px;
	margin-bottom: 15px;
	display: none;
}
.indexUl01 li:nth-of-type(1),
.indexUl01 li:nth-of-type(2){display: block;}
.indexUl01 .date{
	padding: 5px 0 2px;
}

.indexSec02{
	padding: 25px 0;
	background: url(../img/index/bg_sec02.jpg)no-repeat center center;
	background-size: cover;
	text-align: center;
}
.indexSec02 .hd{
	padding-bottom: 20px;
}
.indexSec02 .hd img{width:105px }
.indexUl02{margin-left: -18px}
.indexUl02 li{
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding-left: 18px;
	margin-bottom: 18px;
}
.indexUl02 li img{width: 100%}
.indexUl02 li:nth-of-type(5){display: none;}
.indexUl03 li{
}
.indexUl03 li + li{margin-top: 12px;}
.indexUl03 a{
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	width: 263px;
	height: 52px;
	font-size: 1.7rem;
	letter-spacing: 0.1em;
	border-radius: 7px;
	box-shadow: 0 0 4px rgba(0,0,0,0.3);
	text-decoration: none;
}
.indexUl03 a img{margin-right:14px;width: 26px}

.indexSec03{
	padding: 32px 0 25px;
	background: url(../img/index/bg_sec03_sp.jpg)no-repeat top center;
	background-size: cover;
}
.indexSec03 .hdM .en img{width: 56px}
.indexSec03 .p01{
	position: absolute;
	top: -25px;
	left: 0;
	width: 100%;
	z-index: 1;
}
.indexSec03 .p02{
	font-size: 1.4rem;
	line-height: 1.64;
	margin-bottom: 25px;
}
.indexUl04 li{
	margin-bottom: 20px
}
.indexUl04 .img{position: relative;}
.indexUl04 .img .arrow{
	position: absolute;
	right: 4px;
	bottom: 8px;
	z-index: 1;
	width: 23px;
}
.indexUl04 .categ{
}
.indexUl04 .categ span{
	width: 111px;
	height: 50px;
	color: #fff;
	font-size: 1.4rem;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 8px;
	background: url(../img/index/bg_categ01.png)no-repeat;
	background-size: 100% 100%;
	box-sizing: border-box;
}
.indexUl04 .categ.c02 span{
	background: url(../img/index/bg_categ02.png)no-repeat;
	background-size: 100% 100%;
}
.indexUl04 .categ.c03 span{
	background: url(../img/index/bg_categ03.png)no-repeat;
	background-size: 100% 100%;
}
.indexUl04 .starP{
	font-size: 1.75rem;
	line-height: 1.25;
	color: #008d45;
	background: url(../img/common/text_star.png)no-repeat top center;
	background-size: 100% auto;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 8px 0 10px;
}
.indexUl04 .starP.pc{display: none;}
.indexUl04 .text{
	font-size: 1.35rem;
	line-height: 1.55;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 4px;
}
.indexSec03 .btn{padding-top: 5px;}
.indexSec03 .btn .btnLink01{height: 63px;}
.indexSec03 .box{
    position: relative;
    box-shadow: 0 0 4px rgba(0,0,0,0.3);
    background: #fff;
    box-sizing: border-box;
    padding: 7px 10px 10px 20px;
    border-radius: 10px;
}
.indexDl02{position: relative;}
.indexDl02 dt{
	float: right;
	margin-left: 20px;
	width: 130px;
}
.indexDl02 dd{overflow: hidden;}


.indexSec04{
	padding: 35px 0 0
}
.indexSec04 .p01{
	position: absolute;
	top: -25px;
	left: 0;
	width: 100%;
	z-index: 1;
	text-align: center;
}
.indexSec04 .p02{
	position: absolute;
	top:18px;
	right: 5px;
	z-index: 1;
	width: 100px;
}
.indexSec04 .hdM{margin-bottom: 0px}
.indexSec04 .hdM .en{padding-bottom: 0}
.indexSec04 .hdM .en img{width: 110px}
.indexSec04 .hdM .img img{width: 60px}
.indexDl03{
	padding: 15px 0px;
	border-bottom: 2px solid #ffecbd;
}
.indexDl03 dt{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 8px;
	position: relative;
}
.indexDl03 .point{
	color: #008d45;
	font-size: 2.75rem;
	display: flex;
	align-items: center;
}
.indexDl03 .point:before{
	content: '';
	position: absolute;
	right: 10px;
	bottom: 5px;
	z-index: 1;
	background: url(../img/common/arrow07.png)no-repeat;
	background-size: 100% 100%;
	width: 23px;
	height: 23px;
}
.indexDl03 .point.c02:before{
	background: url(../img/common/arrow08.png)no-repeat;
	background-size: 100% 100%;
}
.indexDl03 .point.c03:before{
	background: url(../img/common/arrow09.png)no-repeat;
	background-size: 100% 100%;
}
.indexDl03 .point span{
	font-size: 1.75rem;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 28px;
	line-height: 28px;
	background: #008d45;
	margin-right: 10px;
	border-radius: 50%;
}
.indexDl03 .point.c02{color: #ec5a24}
.indexDl03 .point.c02 span{background:#ec5a24 }
.indexDl03 .point.c03{color: #29a6dd;letter-spacing: 0.04em}
.indexDl03 .point.c03 span{background:#29a6dd }
.indexDl03 .img{
	width: 70px;
	margin-left: 20px;
}
.indexDl03 .text{
	font-size: 1.75rem;
	line-height: 1.43;
}

.indexSec05{
	padding: 45px 0 30px;
	position: relative;
}
.indexSec05:before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
	width: 100%;
	height: 450px;
	background: url(../img/index/bg_sec05.jpg)no-repeat bottom center;
	background-size: cover;
}
.indexSec05 .p01{
	text-align: center;
	padding-bottom: 55px;
	display: none;
}
.indexSec05 .allLink{
	margin-top: 28px;
}
.indexSec05 .allLink .btnLink01{
    border-radius: 10px;
    border: 1px solid #fff;
    width: 160px;
    height: 55px;
    font-size: 2rem;
    padding-left: 38px;
    background-size: 23px auto;
}
.indexUl05{margin-left: -10px}
.indexUl05 li{
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding-left: 10px;
	margin-bottom: 30px;
	display: none;
}
.indexUl05 li:nth-of-type(1),
.indexUl05 li:nth-of-type(2){display: block;}
.indexUl05 a{
	display: block;
	border-radius: 10px;
	box-shadow: 0 0 7px rgba(0,0,0,0.3);
	position: relative;
	padding: 10px;
	color: #603813;
	background: #fff;
	text-decoration: none;
}
.indexUl05 .age,
.indexUl05 .categ01{
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	color: #fff;/*
	background: #ff7ba7;*/
	width: 45px;
	height: 22px;
	position: absolute;
	top: -17px;
	left: 3px;
	z-index: 1;
	font-size: 1rem;
	border-radius: 5px;
}
.indexUl05 .age.c02{background: #ec5a24}
.indexUl05 .age.c03{background: #29a6dd}
.indexUl05 .age.c04{background: #f28e1e}
.indexUl05 .age.c05{background: #008d45}
.indexUl05 .age.c06{background: #39b04a}
.indexUl05 .categ01{
	color: #f28e1e;
	background: #fff;
	min-width: 102px;
	white-space: nowrap;
	padding: 0 3px;
	left: 52px;
	border: 1px solid;
}
.indexUl05 .img{
	overflow: hidden;
	border-radius: 8px;
	border:1px solid #e1e1e1;
}
.indexUl05 .categ02 span{
	display: inline-block;
	box-sizing: border-box;
	color: #fff;
	background: #ff761a;
	line-height: 19px;
	padding: 0 8px;
	border-radius: 7px;
	font-size: 1rem;
	margin:5px 0;
}
.indexUl05 .text{
	font-size: 1.4rem;
	line-height: 1.1;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.indexUl05 .link{
	margin-top: 10px;
	text-align: right;
	padding-right: 20px;
	font-size: 1rem;
	background: url(../img/common/arrow06.png)no-repeat right center;
	background-size: 15px auto;
}

.indexUl06{

}
.indexUl06 li + li{margin-top: 12px}
.indexUl06 li{
	background: #fff;
	border:3px solid #f6ab3b;
	border-radius: 10px;
	position: relative;
	padding: 5px 10px 8px;
}
.indexUl06 .icon{
	width: 40px;
	display: inline-block;
	position: relative;
	top: -12px;
}
.indexUl06 .title{
	position: relative;
	text-align: center;
	color: #f28e1e;
	font-size: 2rem;
	line-height: 1.2;
	margin-bottom: -6px;
}
.indexUl06 .btn{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.indexUl06 select{
	border-radius: 5px;
	border: 1px solid #c7c7c7;
	height: 40px;
	box-sizing: border-box;
	padding-left: 9px;
	background: url(../img/common/select.png)no-repeat right 15px center;
	background-size: 15px auto;
	font-size: 1.5rem;
	width: calc(100% - 50px - 8px);
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: bold;
}
.indexUl06 input{
	margin-left: 12px;
	display: block;
	width: 50px;
	height: 42px;
	background: url(../img/common/search.png)no-repeat center center #f28e1e;
	background-size: 26px auto;
	border-radius: 5px;
}
.indexUl06 li.green{border-color: #87c13f}
.indexUl06 li.green .title{color: #39b04a}
.indexUl06 li.green input{background-color:#39b04a }

.indexSec06{
	padding: 78px 0 0;
	background: url(../img/index/bg_sec06_sp.png)no-repeat top 33px center;
	background-size:100% auto;
	position: relative;
}
.indexSec06:before,
.indexSec06:after{
	content: '';
	position: absolute;
	left: 0;
	top: 33px;
	z-index: -1;
	width: 320px;
	height: 413px;
	background: url(../img/index/bg_sec06_before.png)no-repeat;
	background-size:100% auto;
}
.indexSec06:after{
	left: auto;
	right: 0;
	width: 210px;
	height: 410px;
	background: url(../img/index/bg_sec06_after.png)no-repeat right top;
	background-size: 100% auto;
}
.indexSec06 .area01{
}
.indexSec06 .hdM .icon img{width: 43px}
.indexSec06 .hdM .jp{
	color: #39b04a;
	font-size: 2.25rem;
	line-height: 1.1;
	position: relative;
	z-index: 2;
}
.indexSec06 .hdM:after{background: #87c13f}
.indexSec06 .p01{
	display: none;
	text-align: center;
	font-size: 2.8rem;
	letter-spacing: 0.05em;
	margin-bottom: 30px;
	position: relative;
	z-index: 2;
}
.indexSec06 .box{
	position: relative;
}
.indexSec06 .p02{position: relative;margin: 0 10px}
.indexSec06 .p02:before{
	content: '';
	position: absolute;
	left: 15px;
	top: 0px;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: url(../img/index/img_sec06_before.png)no-repeat;
	background-size: 100% auto;
}
.indexSec06 .p03{
	position: absolute;
	z-index: 1;
	width: 276px;
	height: 78px;
	left: calc(50% - 138px);
	top: -10px;
	box-sizing: border-box;
	background: #fff;
	border: 2px solid #ffb54a;
	border-radius: 5px;
	font-size: 1.7rem;
	line-height: 1.4;
	color: #ec5a24;
	padding:10px 20px;
}
.indexUl07{
	position: relative;
	z-index: 2;
	margin-top: -50px
}
.indexUl07 li + li{margin-top: 12px;}
.indexUl07 li{
	box-shadow: 0 0 4px rgba(0,0,0,0.3);
	border-radius: 7px;
	font-size: 1.4rem;
	line-height: 1.3;
	letter-spacing: 0.05em;
	padding: 10px 15px;
	padding-left: 47px;
	background: url(../img/index/icon_ul07.png)no-repeat left 13px top 8px #fff; 
	background-size:20px auto;
}
.indexUl08{margin-left: -16px;margin-top: 23px;}
.indexUl08 li{
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding-left: 16px;
	display: none;
}
.indexUl08 li img{width: 100%}
.indexUl08 li:nth-of-type(1),
.indexUl08 li:nth-of-type(2){display: block;}
.indexSec06 .allLink{
	z-index: 3
}
.indexSec06 .allLink .btnLink01{
	margin-top: 20px;
	z-index: 3;
	border-radius: 15px;
	border: 4px solid #fff;
	background-color: #74c427;
	width: 200px;
	height: 70px;
	font-size: 2.4rem;
	padding-left: 50px;
	background-size: 29px auto;
}

.indexSec07 .hd{
	padding: 25px 0 13px;
	text-align: center;
	font-size: 2rem;
	color: #39b04a
}
.map iframe{
	display: block;
	width: 100%;
	height: 45vw;
	max-height: 330px;
}

.indexSec08{
	padding: 40px 0 0px;
	background: url(../img/index/bg_sec08.jpg)no-repeat center bottom;
	background-size: auto;
}
.indexSec08 .box{
	display: block;
	border-radius: 7px;
	border: 2px solid #f6ab3b;
	position: relative;
	padding: 12px 8px 10px;
	background: url(../img/index/bg_sec08_box.png)no-repeat center center;
	background-size: cover;
}
.indexSec08 .hd{
	width: 220px;
	background: url(../img/index/star_sec08.png)no-repeat center top;
	background-size: 100% auto;
	margin-bottom: 12px;
	text-align: center;
}
.indexSec08 .hd .en{
	font-size: 0.8rem;
	letter-spacing: 0.1em;
}
.indexSec08 .hd .jp{
	font-size: 2.2rem;
	line-height: 1.1;
	color: #ec5a24;
}
.indexSec08 .hd .jp font{color: #0071b7}
.indexUl09 li + li{margin-top: 5px;}
.indexUl09 li{
	border-radius: 7px;
	font-size:  1.15rem;
	line-height: 1.25;
	padding: 6px 10px;
	padding-left: 34px;
	background: url(../img/index/icon_ul09.png)no-repeat left 11px top 5px #fff; 
	background-size:17px auto;
	border: 1px solid #f5b061;
	width: 168px;
	box-sizing: border-box;
}
.indexUl09 li font{color: #ec5a24}
.indexSec08 .btn{
	position: absolute;
	right: 6px;
	bottom:10px;
}
.indexSec08 .btn .btnLink01{
	background-color: #f28e1e;
	width: 140px;
	height: 41px;
	padding-left: 14px;
	font-size: 1.3rem;
	line-height: 1.1;
	background-position: right 9px bottom 7px;
	background-size: 12px auto
}
.indexUl10{margin-top:16px;}
.indexUl10 li + li{
	margin-top:16px;
}
.indexUl10 a.box{
	padding: 0;
	overflow: hidden;
}
.indexUl10 a.box img{width: 100%}
.indexUl10 a.box.red{border-color: #ec5a24}
.indexUl10 .text{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: url(../img/common/arrow01.png)no-repeat right 10px center rgba(242,142,30,0.8); 
	background-size:18px auto;
	color: 	#fff;
	font-size:1.85rem; 
}
.indexUl10 .red .text{
	background-color:  rgba(232,28,36,0.65);
}

.comContact{
	padding: 29px 0 40px;
	background: url(../img/index/bg_contact_sp.jpg)no-repeat center center;
	background-size: cover;
}
.comContact .box{
	position: relative;
	box-shadow: 0 0 4px rgba(0,0,0,0.3);
	background: #fff;
	box-sizing: border-box;
	padding: 18px 10px;
	border-radius: 5px;
}
.comContact .free{
	position: absolute;
	z-index: 1;
	left: 67px;
	top: -33px;
}
.comContact .hd{
	text-align: center;
	font-size: 1.5rem;
	line-height: 1.1;
	background: url(../img/index/hd_contact.png)no-repeat top center; 
	background-size:202px auto;
	padding-bottom: 12px;
	border-bottom: 1px solid;
}
.comContact .text{
	display: flex;
	justify-content: center;
	font-size: 1.4rem;
	padding: 10px 0 10px;
}
.comContact dl{

	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.comContact dt{
	padding-bottom: 20px;
}
.comContact .tel a {
    display: inline-block;
    font-size: 2.7rem;
    line-height: 1.1;
    color: #ff761a;
    padding-left: 29px;
    background: url(../img/common/tel.png)no-repeat center left;
    background-size: 23px auto;
    font-weight: bold;
}
.comContact .time{
	font-size: 1rem;
	color: #333;
	padding-left: 32px;
}
.comContact .btnLink01{
	width: 272px;
	height: 42px;
    padding-left: 21px;
    background: url(../img/common/arrow01.png)no-repeat center right 10px #ff761a;
    background-size: 18px auto;
    font-size: 1.5rem
}
.comContact .btnLink01 img{margin-right: 14px;width: 28px}


/*contact*/
.contactTop{
	padding: 70px 0 0;
	text-align: center;
}
.contactTop .topP{
	font-size: 1.4rem;
	padding: 10px 0 15px;
	text-align: center;
	line-height: 1.67;
}
.contactTop .box{
	border: 1px solid #ccc;
	border-radius: 5px;
	max-width: 300px;
	height: 80px;
	margin: 33px auto 17px;
	box-sizing: border-box;
	text-align: center;
	position: relative;
	background: #fff;
	box-shadow: 0 0 4px rgba(0,0,0,0.3);
	padding-top: 10px;
}
.contactTop .box:before{
    content: '';
    position: absolute;
    left: 50%;
    top: -33px;
    transform: translateX(-50%);
    width: 100vw;
    min-width: 320px;
    height: calc(100% + 50px);
    background: url(../img/contact/bg_sec01_sp.jpg)no-repeat center center;
    background-size: cover;
    z-index: -2;
}
.contactTop .free{
	position: absolute;
	left: -7px;
	top: -40px;
	z-index: 1;
	width: 90px;
}
.contactTop .title{
	border-bottom: 1px solid #ccc;
	padding-bottom: 7px;
	margin-bottom: 5px;
}
.contactTop .tel a {
    display: inline-block;
    font-size: 2.3rem;
    color: #ff761a;
    padding-left: 24px;
    background: url(../img/common/tel.png)no-repeat center left;
	font-weight: bold;
    background-size:20px auto;
}
.contactTop .text{
	color: #333;
	font-size: 1.25rem;
	font-weight: normal;
}


.formWrap{position: relative;padding: 40px 0}
.formWrap .topP font{color: #ec2028}
.stepUl{
	font-size: 0;
	text-align: center;
	padding: 23px 0;
}
.stepUl li{
	display: inline-block;
	vertical-align: top;
	width: calc(33.33% - 6px);
	max-width: 193px;
}
.stepUl li + li{margin-left: 9px}
.stepUl li span{
	display: block;
	padding: 10px 20px;
	padding-right: 0;
	color: #e75100;
	background: #fff;
	font-weight: 400;
	font-size: 1.25rem;
	line-height: 1.24;
	text-align: left;
	color: #ff761a;
	background: #fffbeb;
}
.stepUl li.active span{
	color: #fff;
	background: #ff761a;
}
.table03{
	width: 100%;
	color: #333;
}
.table03 th,.table03 td{
	display: block;
	padding: 9px 10px 9px;
}
.table03 th{
	background: #ffeed7;
	padding: 7px 10px;
	border-radius: 3px;
	color: #000;
	position: relative;
}
.table03 th span{
	float: right;
    font-size: 1.2rem;
    line-height: 1.875;
    font-weight: normal;
    color: #fff;
    background: #888;
    padding: 0px 5px;
    position: relative;
    top: -2px;
    border-radius: 3px;
}
.table03 th span.must{background: #ea182f}
.table03 td .example{font-size: 1.25rem;padding-top: 3px;color: #626262}
.table03 td .p02{font-size: 1.25rem;line-height: 1.12; padding:7px 0 }
.table03 td .p04{font-size: 1.2rem;color: #626262;}

.table03 td select,
.table03 td input[type='text'],
.table03 td input[type='number'],
.table03 td input[type='tel'],
.table03 td input[type='email'] {
    height: 30px;
    width: 100%;
    border: 1px solid #bcccd1;
    box-sizing: border-box;
    padding: 0 10px;
    background: #f7f7f7;
}
.table03 td.error input[type='text'],
.table03 td.error input[type='number'],
.table03 td.error input[type='tel'],
.table03 td.error input[type='email']{background: #fdf3ce}
.table03 td textarea{
	width: 100%;
    border: 1px solid #bcccd1;
    box-sizing: border-box;
    padding: 7px 10px;
    resize: none;
    font-family: initial;
    min-height: 160px;
    margin-bottom: 3px;
    background: #f7f7f7
}
.table03 td select{
	background: url(../img/common/select.png)no-repeat right 5px center;
	background-size:9px auto;
    padding: 0 17px 0 4px;
    font-size: 1.2rem;
    margin-bottom: 3px;
    display: inline-block;
    width: auto;
    box-sizing: border-box;
    /*min-width: 75px;*/
    width: 100%;
}
.table03 .date span{
	display: inline-block;
	width: 15px;
	font-size: 1.2rem
}
.table03 td input[type='number'].short{max-width: 200px;}
.table03 td input[type='number']{max-width: 200px;}
.policyBox{
	overflow-y: auto;
	height: 100px;
	line-height: 1.78;
	font-size: 1.3rem;
	border: 1px solid #000;
	box-sizing: border-box;
	padding: 3px 6px;
	margin-bottom: 9px;
}
.policyBox p + p{padding-top: 20px;}
.policyBox p span{display: block;font-weight: bold;}
.agreeP{
	background: #f1f1f1;
    padding: 7px;
}
.agreeP a{
	/*color: #e71c24;
	border-bottom: 1px solid currentColor*/
}
.agreeP a:hover{text-decoration: none;}
.table03 td select.labelS{
	/*width: 200px;*/
}
label.checkBox01 input[type="checkBox"],
label.radioBox01 input[type="radio"]{
    margin-right: 7px;
    position: relative;
    top: 1px;
}
.agreeP label.checkBox01 input[type="checkBox"]{margin-right: 5px;}
label.radioBox01 + label.radioBox01{margin-left: 35px;}

.table03 .fileP{
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.table03 .fileP span{
	display: flex;
	align-items: center;
	height: 30px;
	cursor: pointer;
	font-size: 1.2rem;
}
.table03 .fileP input{
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	-ms-filter: 'alpha(opacity=0)';
	width:100%;
	height: 30px;
	cursor: pointer;
}

.formWrap .btn{padding: 20px 0 0px;text-align: center;}
.formWrap .btn  li + li{margin-top: 10px}
.formWrap .btn  input{
	background: #fff;
	color: #e75100;
	display: block;
	margin: 0 auto;
	width: 235px;
	height: 70px;
	border: 1px solid  #ff761a;
	border-radius: 10px;
	font-size: 1.75rem
}
.formWrap .btn  input:hover{opacity: .7}
.formWrap .btn  input[type="submit"]{
	background:url(../img/common/arrow01.png)no-repeat right 20px center #ff761a;
	background-size: 20px auto;
	color: #fff;
}
.toolWrap{
	padding: 25px 0 50px;
	color: #333;
}
.toolWrap .hd{
	padding-bottom: 6px;
	border-bottom: 1px solid #ff761a;
	margin-bottom: 9px;
	text-align: center;
}
.toolWrap .text{
	font-size: 1.2rem;
}


/*about*/
.aboutWrap{
	background: url(../img/about/bg_about.jpg)no-repeat top center;
	background-size: cover;
}
.aboutSec01{
	padding: 70px 0 30px;
}
.aboutSec01 .p01{
	text-align: center;
	color: #f28e1e;
	font-size: 1.75rem;
	line-height: 1.4;
	letter-spacing: 0.1em;
	padding: 12px 0 12px;
}
.aboutSec01 .p02{
	font-size: 1.4rem;
	line-height: 1.78;
}

.aboutSec02,
.aboutSec03,
.aboutSec04{
	padding: 25px 0;
}
.starHd{
	font-size: 1.85rem;
	line-height: 1.3;
	color: #008d45;
	text-align: center;
	margin-bottom: 12px;
}
.starHd span{
	display: inline-block;
	position: relative;
	padding: 6px 40px 0;
}
.starHd span:before,
.starHd span:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 29px;
	height: 23px;
	background: url(../img/common/star_hd01.png)no-repeat;
	background-size: 100% 100%;
}
.starHd span:after{
	left: auto;
	right: 0;
	background: url(../img/common/star_hd02.png)no-repeat;
	background-size: 100% 100%;
}
.aboutIcon{
	position: absolute;
	right: 0px;
	top: 28px;
	z-index: 3;
	width: 100px;
}
.aboutBg{
	height: 48vw;
	max-height: 350px;
}
.aboutSec02 .aboutBg{
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
}
.aboutDl{
	margin-top: -44px
}
.aboutDl dt{
	border-radius: 50%;
	border: 1px solid #f6ab3b;
	padding: 12px;	
	width: 213px;
	margin: 0 auto;
	background: #fff;
}
.aboutDl dd{}
.aboutDl dd .title{
	font-size: 1.75rem;
	line-height: 1.4;
	color: #f28e1e;
	padding: 12px 0 20px;
	text-align: center;
}
.aboutDl dd .text{
	font-size: 1.4rem;
	line-height: 1.78;
}
.aboutUl{
	margin-top: 20px;
	margin-left: -16px;
}
.aboutUl li{
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding-left: 16px;
}
.aboutUl li:nth-of-type(3){display: none;}

/*bebridge*/
.hdS .jp font{font-size: 2.15rem;letter-spacing: 0.1em}
.bebridgeSec01{
	padding: 65px 0 20px;
}
.bebridgeSec01 .hdS{
	margin-bottom: 58px;
}
.bbDl01 dt{
	width: 240px;
	margin: 0 auto;
	padding: 10px 10px 12px;
	background: url(../img/bebridge/img_bg01.png)no-repeat center center;
	background-size: 100% 100%;
	position: relative;
	box-sizing: border-box;
}
.bbDl01 dt:before{
	content: '';
	position: absolute;
	left: -30px;
	top: -40px;
	z-index: 1;
	width: 296px;
	height: 240px;
	background: url(../img/bebridge/img_before01_sp.png)no-repeat center center;
	background-size: 100% 100%;
}
.bbDl01 dd{
	overflow: hidden;
}
.bbDl01 .title{
	color: #ec5a24;
	letter-spacing: 0.1em;
	font-size: 1.65rem;
	line-height: 1.63;
	padding: 20px 0 7px;
	text-align: center;
}
.bbDl01 .text{
	font-size: 1.4rem;
	line-height: 1.78;
	letter-spacing: 0.05em;
}

.bebridgeSec02{
	background: url(../img/bebridge/bg_sec02_sp.jpg)no-repeat top center;
	background-size: cover;
	padding: 20px 0 25px;
}
.bebridgeSec02 .p01{
	font-size: 1.4rem;
	padding: 10px 0 38px;
}
.bbBox{
	border-radius: 15px;
	background: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	position: relative;
	padding: 30px 20px 25px;
}
.bbBox + .bbBox{margin-top: 37px}
.bbBox .hd{
	text-align: center;
	font-size: 1.5rem;
	padding-bottom: 25px;
}
.bbBox .point{
	position: absolute;
	left: 50%;
	top: 0;
	z-index: 1;
	transform: translate(-50%,-50%);
	width: auto;
	width: 47px;
}
.bbBox .icon{
    position: absolute;
    right: 0px;
    top: -29px;
    z-index: 3;
    width: 100px;
}
.bbBox .icon.lf{
	right: auto;
	left: 5px;
}
.bbDl02 dt{
	width: 200px;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
	padding:  0 3px 4px 0;
	background: url(../img/bebridge/img_bg02.png)no-repeat bottom right;
	background-size: 100% auto;
}
.bbItem02 .bbDl02 dt{
	background: url(../img/bebridge/img_bg03.png)no-repeat bottom right;
	background-size: 100% auto;
}
.bbItem03 .bbDl02 dt{
	background: url(../img/bebridge/img_bg04.png)no-repeat bottom right;
	background-size: 100% auto;
}
.bbDl02 dt:before{
	content: '';
	position: absolute;
	left: -5px;
	top: -8px;
	width:220px;
	height: 168px;
	z-index: 1;
	background: url(../img/bebridge/img_before02.png)no-repeat;
	background-size: 100% 100%;
}
.bbDl02 .categ{
	position: absolute;
	left: -15px;
	top: -11px;
	z-index: 1;
	width: 66px;
}
.bbDl02 dd{overflow: hidden;padding-top: 15px}
.bbDl02 .title{
	text-align: center;
	font-size: 1.5rem;
	letter-spacing: 0.1em;
	padding-bottom: 12px;
	color: #ec5a24
}
.bbItem02 .bbDl02 .title{color: #008d45}
.bbItem03 .bbDl02 .title{color: #0071b7}
.bbDl02 .title.sm{
	padding-bottom: 10px;
}
.bbDl02 .text{
	font-size: 1.4rem;
	line-height: 1.7;
	letter-spacing: 0.05em;
}

.bebridgeSec03{padding-top: 25px}
.bebridgeSec03 .item01{padding-bottom: 25px;}
.bebridgeSec03 .hdS{margin-bottom: 20px;}
.bebridgeSec03 .hd{
	text-align: center;
	font-size: 1.85rem;
}
.bebridgeSec03 .item01 .hd font{font-size: 2.1rem}
.bebridgeSec03 .item01 .box{
	background: url(../img/bebridge/bg_box.png)no-repeat center center;
	background-size:100% auto;
	padding-top: 20px;
	text-align: center;
}
.bebridgeSec03 .item01 .img{
	display: inline-block;
	max-width: 230px;
	box-sizing: border-box;
	    padding: 10px;
    background: url(../img/bebridge/img_bg05.png)no-repeat center center;
    background-size: 100% 100%;
    position: relative;
}
.bebridgeSec03 .item01 .img:before{
	content: '';
    position: absolute;
    left: -13px;
    top: -5px;
    width: 115%;
    height: 113%;
    z-index: 1;
    background: url(../img/bebridge/img_before03.png)no-repeat;
    background-size: 100% 100%;
}
.bebridgeSec03 .item01 .icon{
	position: absolute;
	right: -58px;
	bottom: 0px;
	z-index: 2;
	width: 92px;
}
.bebridgeSec03 .p01{
	font-size: 1.5rem;
	line-height: 1.6;
	padding: 13px 10px 8px;
}
.btnLink02{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 336px;
	height: 68px;
	margin: 0 auto;
	box-sizing: border-box;
	/*padding-top: 18px;*/
	color: #fff;
	font-size: 1.85rem;
    background: url(../img/bebridge/btn01_sp.png)no-repeat center center;
    background-size: 100% 100%;
}
.btnLink02:hover{text-decoration: none}

.bebridgeSec03 .item02{
	padding: 25px 0;
	background: url(../img/bebridge/bg_sec03.jpg)no-repeat;
	background-size: cover;
}
.bebridgeSec03 .item02 .box{
	border-radius: 15px;
    background: #fff;
    box-shadow: 0 0 4px rgba(0,0,0,0.3);
    position: relative;
    padding: 30px 15px 15px;
}
.bebridgeSec03 .item02 .box:before{
	content: '';
	position: absolute;
	left: -10px;
	top: -12px;
	right: -7px;
	height: 100%;
	z-index: 1;
	background: url(../img/bebridge/img_before04_sp.png)no-repeat;
	background-size: 100% auto;
	pointer-events: none;
}
.bebridgeSec03 .item02 .cl05{font-size: 2.2rem;color: #39b04a}
.bbDl03{padding-top: 10px}
.bbDl03 dt{
	width: 228px;
	box-sizing: border-box;
	margin: 0 auto;
    padding: 10px;
    background: url(../img/bebridge/img_bg01.png)no-repeat center center;
    background-size: 100% 100%;
}
.bbDl03 dd{
	overflow: hidden;
	padding-top: 12px;
	font-size: 1.5rem;
	line-height: 1.6;
}
.bbDl03 .p02{
}
.bbDl03 .p02 a{
	display: block;
	text-decoration: underline;
	color: #0071b7;
	margin: 20px 0 25px;
	text-align: center;
}
.bbDl03 .p03{
	padding: 8px 8px;
	border: 2px solid #f28e1e;
	border-radius: 5px;
}


/*school*/
.schoolSec01{
	padding-top: 70px;
}
.schoolSec01 .bg{
	padding-bottom: 18px;
	background: url(../img/school/bg_sec01_02.png)no-repeat center center;
	background-size: cover;
	text-align: center;
}
.schoolSec01 .p01{
	font-size: 1.75rem;
	color: #ff9831;
	text-align: center;
	padding: 10px 0 25px;
}
.schoolSec01 .p02{
	max-width: 335px;
	height: 62px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin: 0 auto;
	border: 1px solid #ff9831;
	border-radius: 10px;
	background: #fff;
	font-size: 1.9rem;
}
.schoolSec01 .icon{
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 2;
	width: 80px;
	transform: translate(-50%,-60%);
}
.schoolSec01 .p03{
	font-size: 1.4rem;
	line-height: 1.67;
	padding-top: 7px;
}

.schoolSec02{
	padding: 30px 0 20px;
	position: relative;
}
.schoolSec02 .hdS .jp font{color: #ec5a24;letter-spacing: 0}
.schoolSec02 .starHd{
	font-size: 2rem;
	line-height: 1.25;
	color: #e81c24;
	padding: 15px 0 15px;
	margin-bottom: 0
}
.schoolSec02 .starHd span{
	width: 100%;
	padding: 0;
	max-width: 335px;
}
.schoolSec02 .starHd span:before,
.schoolSec02 .starHd span:after{
	top: 10%;
}
.schoolSec02 .bgImg{
	height: 26vw;
	max-height: 190px;

}
.schoolSec02 .p01{
	font-size: 1.7rem;
	line-height: 1.6;
	color: #ff9831;
	text-align: center;
	padding: 18px 0 20px;
}
.schoolSec02 .p02{
	line-height: 1.78;
}

.schoolSec03{
	padding: 20px 0 55px;
}
.schoolSec03 .hdS{margin-bottom: 18px;}
.schoolSec03 .p01{
	line-height: 1.78;
	padding-top: 12px;
}
.schoolSec03 .p02{
	line-height: 1.78;
	padding-bottom: 22px;
}
.schoolSec03 .p03{
	display: flex;
	justify-content: center;
	padding: 10px 18px 14px;
	box-sizing: border-box;
	color: #ec5a24;
	line-height: 1.64;
	border: 2px solid #ec5a24;
}


/*news*/
.newsWrap{
	padding-top: 50px;
}
.newsWrap .indexUl01{margin-left: 0}
.newsWrap .indexUl01 li{
	width: 100%;
	padding: 16px 10px;
	border-bottom: 1px solid #c7c7c7;
	margin-bottom: 0;
	overflow: hidden;
}
.newsWrap .indexUl01 li:nth-of-type(3),
.newsWrap .indexUl01 li:nth-of-type(4),
.newsWrap .indexUl01 li:nth-of-type(5){display: block;}
.newsWrap .indexUl01 li:last-of-type,
.newsWrap .indexUl01 li:nth-of-type(5){border-bottom: none;}
.newsWrap .indexUl01 .date{padding-top: 0}
.newsWrap .indexUl01 li .img{
	float: left;
	margin-right: 10px;
}
.newsWrap .indexUl01 li img{width: 120px}
.pageWrap.bt{
	border-top: 1px solid #bebebe;
}
.pageInner{
	margin: 37px auto 42px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
a.pagePrev,
a.pageNext{
	text-decoration: none;
	font-size: 1.5rem;
	color: #f28e1e;
}
.pages{
	display: flex;
	justify-content: center;
	align-items: center;
}
.pages span,
.pages a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 32px;
	height: 32px;
	color: #fff;
	background: #dadada;
	font-size: 1.25rem;
	border-radius: 50%;
	margin: 0 4px;
}
.pages span,
.pages a:hover{
	background: #f28e1e;
	text-decoration: none;
}
.pageWrap a.all{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 134px;
	height: 55px;
	color: #fff;
	font-size: 1.5rem;
	border-radius: 8px;
	background: #f28e1e;
}
.pageWrap a.all:hover{text-decoration: none;}

.newsBottom{
	background: #f6ab3b;
	padding: 23px 0 32px;
}
.newsUl{text-align: center;}
.newsUl li{
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
}
.newsUl li + li{margin-top: 25px}
.newsUl span{
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	color: #fff;
	margin-right: 7px;
}
.newsUl select{
	border-radius: 10px;
	height: 42px;
	width: 230px;
	box-sizing: border-box;
	padding-left: 15px;
	background: url(../img/common/select.png)no-repeat right 17px center #fff;
	background-size: 15px auto;
	font-size: 1.5rem;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: bold;
}


/*news_in*/
.newsInWrap{
	padding-top: 67px;
	color: #333;
}
.niTop{
	display: flex;
	align-items: center;
}
.niTop .date{
	font-size: 1.25rem;
}
.niTop .categ{
	font-size: 1.35rem;
    line-height: 24px;
    padding: 0px 8px;
    color: #fff;
    position: relative;
    margin-left: 12px;
    margin-right: 4px;
}
.niTop .categ:before {
    content: '';
    position: absolute;
    left: 100%;
    top: 0;
    width: 0;
    height: 0;
    z-index: 2;
    border-style: solid;
    border-width: 12px 2px 12px 2px;
    border-color: #e81c24 transparent transparent #e81c24;
}
.niHd{
	border-bottom: 2px solid #f28e1e;
	padding: 16px 0;
	font-size: 1.65rem;
	line-height: 1.2;
	letter-spacing: 0.1em;
}
.niCont{padding: 12px 0 20px}
.niImg{margin-bottom: 15px;text-align: center;}
.niText{
	line-height:1.7;
}
.niText + .niText{padding-top: 24px;}
.niSns{
	margin-top: 40px;
	font-size: 1.25rem;
	color: #4d4d4d;
}
.niSns span{display: block;margin-bottom: 10px}
.niSns li{
	display: inline-block;
	vertical-align: middle;
}
.niSns li img{max-width: 26px;}
.niSns li + li{margin-left: 20px}

/*library*/
.libraryWrap .indexUl06{padding:66px 0 37px }
.libraryWrap .box{
	position: relative;
}
.libraryWrap .box:before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: -1;
	transform: translateX(-50%);
	width: 101vw;
	min-width: 320px;
	height: calc(100% + 205px);
	background: url(../img/library/bg_box.jpg)no-repeat;
	background-size: cover;
}
.libraryWrap .indexUl05 li{margin-bottom: 36px;display: block;}
.libraryWrap .indexUl05 li:nth-of-type(n+7){display: none;}


/*library_in*/
.lbiSec01{
	padding: 70px 0 20px;
}
.lbiTop{
	margin-left: 0;
	display: flex;
	align-items: center;
}
.lbiTop .age,
.lbiTop .categ01{
	position: static;
	margin-right: 6px;
	height: 27px;
	font-size: 1.2rem;
	width: auto;
	padding: 0 10px;
	border-radius: 8px;
}
.lbiTop .categ02{
	line-height: 25px;
}
.lbiHd{
	border-bottom: 2px solid #f28e1e;
	padding: 14px 0px 9px;
	font-size: 1.75rem;
	line-height: 1.37;
	margin-bottom: 16px;
}
.lbiDl01 dt{
	margin-bottom: 13px
}
.lbiDl01 dd{
}
.slider_nav{margin-left: -6px}
.slider_nav li{
	float: left;
	width: 25%;
	box-sizing: border-box;
	padding-left: 6px;
	margin-bottom: 16px;
}
.lbiSec01 .btn a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 282px;
	height: 39px;
	background: url(../img/library/btn01.png)no-repeat;
	background-size: 100% 100%;
	margin: 0 auto;
	font-size: 1.55rem;
	color: #e81c24
}
.lbiSec01 .btn a:hover{text-decoration: none;}

.lbiSec02{
	padding: 16px 0 9px;
	background: url(../img/library/bg_sec02.jpg)repeat center center;
	background-size: 55px auto;
}
.lbiSec02 .box{
	background: #fff;
	border-radius: 15px;
	padding: 15px 15px 25px;
}
.lbiSec02 .box .title{
	font-size: 2rem;
	text-align: center;
	color: #ec5a24;
	padding-bottom: 11px;
}
.lbiSec02 .box .text{
	color: #333;
	font-size: 1.4rem;
	line-height: 1.85;
}
.lbiSec02 .btn{
	padding: 15px 0 33px
}
.lbiSec02 .btnLink02{
	background: url(../img/library/btn02_sp.png)no-repeat;
	background-size:100% 100%;
	width: 330px;
	height: 66px;
	padding-left: 13px;
	font-size: 1.9rem;
	line-height: 1.1;
	text-align: center;
}
.lbiTitle{
	border-bottom: 2px solid #f28e1e;
	padding: 0px 0px 10px;
	font-size: 1.75rem;
	margin-bottom: 14px;
	color: #ec5a24;
	text-align: center;
}
.lbiCont{
}
.lbiUl01{margin-left: -15px;}
.lbiUl01 li{
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding-left: 15px;
	margin-bottom: 15px;
}
.lbiUl01 li a{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 0 3px rgba(0,0,0,0.3);
}
.lbiUl01 li a img{max-width: 90%;max-height: 28px}

.lbiSec03{
	padding: 28px 0;
	position: relative;
}
.lbiSec03:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
	width: 100%;
	height: calc(100% - 100px);
	background: url(../img/library/bg_sec03.jpg)repeat top 100px center;
	background-size: auto;
}
.lbiSec03 .hd{
	text-align: center;
	font-size: 2rem;
	color: #f28e1e;
	padding-bottom: 15px;
}
.lbiSec03 .hd img{vertical-align: middle;margin-right: 12px;width: 27px}
.lbiSec03 video{
	display: block;
	 object-fit:cover;  
	max-width: 100%;
	margin: 0 auto 18px;
}
.lbiSec03 .box{
	background: #fff;
	border-radius: 10px;
	padding: 15px 15px 25px;
}
.lbiSec03 .box .title{
	font-size: 2rem;
	text-align: center;
	color: #f28e1e;
	padding-bottom: 5px;
}
.lbiSec03 .box .text{
	color: #333;
	font-size: 1.4rem;
	line-height: 1.85;
}

.lbiSec04{
	padding: 30px 0;
}
.lbiSec04  .lbiTitle{
	color: #f28e1e
}
.lbiSec04 .lbiTitle img{vertical-align: middle;margin-right: 12px;width: 20px}
.lbiSec04  .text{
	color: #333;
	font-size: 1.4rem;
	line-height: 1.85;
}

.lbiSec05{
	padding: 25px 0;
	background: url(../img/library/bg_sec02.jpg)repeat center center;
	background-size: auto;
}
.lbiSec05 .hdS .jp{
	font-size: 2rem;
	color: #ec5a24;
}
.lbiSec05 .topP{
	color: #000;
	font-size: 1.4rem;
	line-height: 1.78;
	padding: 15px 0 15px;
}
.lbiSec05 .topP font{color: #e81c24}
.lbiSec05 .table03 th{background: #f28e1e;color: #fff;}
.lbiSec05 .table03 td select,
.lbiSec05 .table03 td input[type="text"], 
.lbiSec05 .table03 td input[type="number"], 
.lbiSec05 .table03 td input[type="tel"], 
.lbiSec05 .table03 td input[type="email"],
.lbiSec05 .table03 td textarea{
	background: #fff
}

.lbiSec05 .btn{padding:10px 0 38px;text-align: center;}
.lbiSec05 .btn  li + li{margin-top: 10px}
.lbiSec05 .btn input{
    background: #fff;
    color: #e75100;
    display: block;
    width: 150px;
    height: 53px;
    border: 1px solid #ff632c;
    font-size: 1.4rem;
    font-weight: bold;
    border-radius: 8px;
    margin: 0 auto
}
.lbiSec05 .btn input[type="submit"] {
    background: #ff632c;
    color: #fff;
}
.lbiSec05 .link{
	text-align: center;
}



.wp-pagenavi{
	width: 100%;
	display: flex;
	justify-content: center;
	position: relative;
}
.nextpostslink{
	position: absolute;
	right: 0;
}
.previouspostslink{
	position: absolute;
	left: 0;
}


.wp-pagenavi span,
.wp-pagenavi a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 32px;
	height: 32px;
	color: #fff;
	background: #dadada;
	font-size: 1.25rem;
	border-radius: 50%;
	margin: 0 4px;
}
.wp-pagenavi span,
.wp-pagenavi a:hover{
	background: #f28e1e;
	text-decoration: none;
}

.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.previouspostslink{
	width: auto;
	height: auto;
	display: block;
	background: none;
	color: #f28e1e;
	font-size: 1.5rem;
}
.wp-pagenavi a.nextpostslink:hover,
.wp-pagenavi a.previouspostslink:hover{
	
	background: none;
}
html body .categ.catno1:before {
    border-color: #29a6dd transparent transparent #29a6dd;
}
html body .categ.catno2:before {
    border-color: #e81c24 transparent transparent #e81c24;
}
html body .categ.catno3:before {
    border-color: #008d45 transparent transparent #008d45;
}
html body .categ.catno4:before {
    border-color: #87c13f transparent transparent #87c13f;
}
html body .categ.catno5:before {
    border-color: #f28e1e transparent transparent #f28e1e;
}
html body .categ.catno6:before {
    border-color: #ff7ba7 transparent transparent #ff7ba7;
}
html body .categ.catno7:before {
    border-color: #0071b7 transparent transparent #0071b7;
}

.catno1{
	background-color: #29a6dd;
}
.catno2{
	background-color: #e81c24;
}
.catno3{
	background-color: #008d45;
}
.catno4{
	background-color: #87c13f;
}
.catno5{
	background-color: #f28e1e;
}
.catno6{
	background-color: #ff7ba7;
}
.catno7{
	background-color: #0071b7;
}
.cl-1{
	color: #29a6dd;
}
.cl-2{
	color: #e81c24;
}
.cl-3{
	color: #008d45;
}
.cl-4{
	color: #87c13f;
}
.cl-5{
	color: #f28e1e
}
.cl-6{
	color: #ff7ba7; 
}
.cl-7{
	color: #0071b7;
}
.instagram_gallery{
	    margin: auto;
    width: 88vw;
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}
.instagram_gallery a{
	width: 48%;
	display: block;
	margin-bottom: 4%;
}
.instagram_gallery a:nth-child(5){
	display: none;
}
.instagram_gallery a img{
	width: 100% !important;
	height: auto !important;
}
.indexUl02{
	margin-left: 0;
}
.mvUl li a p.txt{/*
	display: flex;
	justify-content: center;
	align-items: center;*/
}
.mvUl li a p.txt img{
	margin: 10px 0 0 10px;
	width: 13px;
	height: auto;
	display: none;
}
.fixBtn li.red{
	display: none;
}
.btnMenu{
	position: absolute;
}

.labelP label{
	margin-right: 20px;
}

.ageno-17{
	background-color:#ff7ba7;
}
.ageno-20{
	background-color:#ec5a24;
}
.ageno-21{
	background-color:#29a6dd;
}
.ageno-22{
	background-color:#f28e1e;
}
.ageno-23{
	background-color:#008d45;
}
.ageno-24{
	background-color:#39b04a;
}

.just-two-last:after{
	content: '';
	display: block;
	width: 22px;
}
.just-two-first:before{
	content: '';
	display: block;
	width: 22px;
}
.lbiSec03 .video{
	text-align: center;
}
.lbiSec03 .video iframe{
	max-width: 100%;
	height: 250px;
}
.indexUl02{
	margin-bottom: 12px;
}

.ageno-26{
	background-color:#cb58db;
}

.newsWrap .indexUl01 li{
	display: block;
}
.lbiSec05 .table{
	max-width: 100%;
	margin: 0 auto;
}
.contactDl {
    /* margin-top:28px; */
}
.contactDl dt{
	/* float: left; */
	width: 100%;
	position: relative;
	text-align: left;
	/* font-size: 1.8rem; */
	line-height: 1.16;
	box-sizing: border-box;
	/* padding-right: 72px; */
	/* margin-top: 8px; */
	background: #f28e1e;
	color: #fff;
	padding: 7px 10px;
	border-radius: 3px;
	/* color: #000; */
	position: relative;
}
.contactDl dt span{
	position: absolute;
	/* width: 72px; */
	text-align: center;
	right: 0;
	top: 3px;
	font-size: 1.5rem;
	color:#808080;
	float: right;
	font-size: 1.2rem;
	line-height: 1.875;
	font-weight: normal;
	color: #fff;
	background: #888;
	padding: 0px 5px;
	position: relative;
	top: -2px;
	border-radius: 3px;
}
.contactDl dt span.must{/* color: #db4d4d; */background: #ea182f;}
.contactDl dd{
	/* float: left; */
	/* width: 100%; */
	position: relative;
	display: block;
	padding: 9px 10px 9px;
}
.contactDl .example{
	display: inline-block;
	color: #575757;
	margin-left: 10px;
	font-size: 1.5rem;
}
.contactDl .example.pos{
	/* position: absolute; */
	right: 0;
	top: 100%;
}
.contactDl input,
.contactDl textarea{
	height: 42px;
	box-sizing: border-box;
	border-radius: 5px;
	background: #fff;
	width: 100%;
	border: 1px solid #bcccd1;
	padding: 0 15px;
	height: 30px;
}
.contactDl input.mid{width: 100%;}
.contactDl input.sml{width: 145px;}
.contactDl textarea{
    padding: 10px 15px;
    resize: none;
    display: block;
    font-family: initial;
    min-height: 150px;
}
.lbiSec05 .btn{padding: 40px 0 64px;text-align: center;}
.lbiSec05 .btn  li{display: inline-block;}
.lbiSec05 .btn  li + li{margin-left: 15px}
.lbiSec05 .btn input{
    background: #fff;
    color: #e75100;
    display: block;
    width: 180px;
    height: 66px;
    border: 1px solid #ff632c;
    font-size: 1.7rem;
    font-weight: bold;
    border-radius: 10px;
}
.lbiSec05 .btn input[type="submit"] {
    background: #ff632c;
    color: #fff;
}
.lbiSec05 .link{
	text-align: center;
}

.lbiSec05 .btn{
	display: flex;
	justify-content: center;
}