@charset "UTF-8";
/*
 * style.css
 *
 *  version --- 1.0
 *  updated --- 2017/11/30
 */

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

.inner,.inner02{
  max-width: 1140px;
  padding: 0 20px;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
}
.inner02{max-width: 1240px}
/*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 {
	
}
.snsWrap{
	position: fixed;
	position: absolute;
	z-index: 88;
	right: 40px;
	top: 130px;
	text-align: center;
	display: none;
}
body.home .snsWrap{display: block;}
.snsWrap li{margin-bottom: }

.fixBtn{
	position: fixed;
	right: 0;
	top: 150px;
	z-index: 88;
	text-align: right;
}
body.home .fixBtn{top: 340px;}
.fixBtn li + li{margin-top: 18px}
.fixBtn a:hover,
.snsWrap a:hover{opacity: .7}
#headerLinks {
	
}

.btnMenu {
	position: fixed;
	position: absolute;
    right: 60px;
    top: 18px;
    z-index: 999;
    width: 113px;
}
.btnMenu .close{display: none;}
.btnMenu.active .close.menu_close_pc{display: block;}
.btnMenu.active .open{display: none;}



/* !gNavi
---------------------------------------------------------- */
#gNavi {
	overflow: auto;
	position: fixed;
    z-index: 998;
    width: 100%;
    height: 100vh;
    top: 0px;
    left: 0;
    -webkit-overflow-scrolling: touch;
	background: #ffbe7a;
	background: url(../img/common/bg01.jpg)no-repeat center center;
	background-size: cover;
    box-sizing: border-box;
    padding: 70px 0px 0px;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.5s !important;
	min-width: 1024px;
}
#gNavi.active{
	opacity: 1;
	pointer-events: auto;
}
#gNavi .inner{max-width: 1200px;}
.overlay{position: fixed;text-indent: -9999px}

.navHd{
	color: #fff;
	font-size: 4.4rem;
	line-height: 1;
	margin-bottom: 55px;
}
.navUl{
	font-size: 0;
	text-align: center;
	margin: 0 -14px;
}
.navUl li{
	display: inline-block;
	vertical-align: top;
	text-align: left;
	width: calc(25% - 28px);
	margin: 0 14px;
	font-size: 2.2rem;
	line-height: 1.3;
	margin-bottom: 55px;
}
.navUl a{display: block;color: #fff;text-decoration: none;}
.navUl .img{overflow: hidden;border-radius: 10px;}
.navUl .img img{
	transition: transform 0.5s;
}
.navUl a:hover .img img{
	transform: scale(1.08);
}
.navUl .text{
	margin-top: 8px;
	padding-right: 40px;
	background: url(../img/common/arrow01.png)no-repeat right top;
	background-size: 29px auto;
}
	
/* !mainVisual
---------------------------------------------------------- */
#mainVisual {
	position: relative;
	z-index: 2;
	height: 100vh;
	min-height: 600px;
	width: 100%;
}
.mvVideo{
	position: absolute;
	z-index: -2;
	left: 0;
	bottom: 0;
	width: 1000px;
	width: 64%;
	height: 600px;
	height: 64%;
}
.mvVideo video{
	object-fit:fill;
	width: 100%;
	height: 100%;
}
.mvVideo:before{
	content: '';
	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: 470px;*/
	height: 54%;
	width: 100%;
	left: 0;
	top: 0;
}
#mainVisual .inner{
	z-index: 5;
	max-width: 1400px;
	height: 100%;
}
.mvP02{
	position: absolute;
	top: 20px;
}
.mvBox{
	position: absolute;
	bottom: 40px;
	right: 0;
	z-index: 2;
	width: 613px;
	height: 406px;
	background: url(../img/index/mv_box.png)no-repeat bottom center;
	background-size: 100% 100%;
	text-align: center;
}
.mvP03{margin-top: -10px;padding: 0 40px;}
.mvUl li{
	float: left;
	width: 33.33%;
	font-size: 2.0rem;
	line-height: 1.2;
	box-sizing: border-box;
}
.mvUl li a{color: #fff;text-decoration: none;display: inline-block;}
.mvUl li a .img{position: relative;transition: transform 0.5s;}
.mvUl li a:hover .img{
	transform: translateY(-5px);
}
.mvUl li.one{padding-top: 15px;padding-left: 25px;}
.mvUl li.two{padding-top: 50px}
.mvUl li.three{padding-right: 15px}
.mvP07{
	position: absolute;
	right: 132px;
	bottom: 24px;
	z-index: 6;
	width: 83px;
}
.mvP08{
	position: absolute;
	left: 0;
	bottom: 10px;
	z-index: 6;
	width: calc(100% - 610px);
	box-sizing: border-box;
	padding-left: 20px;
}
@media screen and (max-width: 1500px) {
	.mvBox{right: 80px}
	.mvP08{padding-right: 50px}
}

@media screen and (max-width: 1280px) {
	.fixBtn li{max-width: 80px}
}
@media screen and (max-width: 1200px) {
	.mvBox{
		right: 80px;
		width: 490px;
		height: 324px;
	}
	.mvUl li{
		font-size: 2rem;
		line-height: 1.2;
	}
	.mvP07{
		width: 60px;
	}
	.mvP08{
		width: calc(100% - 490px);
	}
}
/* !teaser
---------------------------------------------------------- */
#teaser {
	background: url(../img/common/bg_teaser.jpg)no-repeat left 10% center;
	background-size: cover;
	height: 456px;
	box-sizing: border-box;
	padding-top: 127px;
	position: relative;
}
#about #teaser{
	background: url(../img/about/bg_teaser.jpg)no-repeat left 10% center;
	background-size: cover;
}
#bebridge #teaser{
	background: url(../img/bebridge/bg_teaser.jpg)no-repeat left 10% center;
	background-size: cover;
}
#school #teaser{
	background: url(../img/school/bg_teaser.jpg)no-repeat left 10% center;
	background-size: cover;
}
#news #teaser{
	background: url(../img/news/bg_teaser.jpg)no-repeat left 10% center;
	background-size: cover;
}
#library #teaser{
	background: url(../img/library/bg_teaser.jpg)no-repeat left 10% center;
	background-size: cover;
}
#teaser .inner02{max-width: 1340px}
#teaser .logo{
	position: absolute;
	left: 60px;
	top: -117px;
	z-index: 2;
}
#teaser .teaserHd{
	width: 469px;
	height: 276px;
	padding-bottom: 40px;
	padding-left: 40px;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background: url(../img/common/bg_teaser_hd.png)no-repeat center center;
	background-size: 100% 100%;
	text-align: center;
	font-size: 3.5rem;
	line-height: 1.2;
}

#teaser .teaserHd .en{
	font-size: 1.9rem;
	letter-spacing: 0.1em;
	padding-bottom: 22px;
}
.anchorUl{
	position: absolute;
	width: calc(100% - 40px);
	max-width: 1100px;
	height: 66px;
	top: 100%;
	left: 50%;
	transform: translate(-50%,-35%);
	z-index: 1;
	background: #ff9831;
	border-radius: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0 0 8px rgba(0,0,0,0.3)
}
.anchorUl li{
	display: inline-block;
	font-size: 2rem;
	line-height: 1;
}
.anchorUl li + li{border-left: 2px solid #fff;}
.anchorUl li a{
	display: block;
	padding: 0 40px;
	color: #fff;
}
.anchorUl li a:hover{text-decoration: none;opacity: .7}
@media screen and (max-width: 1200px) {
	.anchorUl li a{
		padding: 0 24px;
	}
}
/* !breadcrumb
---------------------------------------------------------- */
#breadcrumb{
	padding: 0;
	text-align: right;
	position: absolute;
	left: 0;
	bottom: 40px;
	z-index: 2;
	width: 100%;
}
#breadcrumb ul li {
    display: inline-block;
    position: relative;
    padding-right: 20px;
    color: #fff;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
}
#breadcrumb ul li a{
	color: #fff;
	/*text-decoration: underline;*/
}
#breadcrumb ul li:before {
    position: absolute;
    right: 0px;
    top: 0;
    z-index: 2;
    content: ">";
}
#breadcrumb ul li:last-of-type{}
#breadcrumb ul li:last-of-type:before{content: none;}
#breadcrumb ul li a:hover{text-decoration: underline;}

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

#main {
	
}

#side {
	
}

.inner {
	
}

/* !pageTop
---------------------------------------------------------- */
.pageTop {
	margin-bottom: 25px;
}

/* !footer
---------------------------------------------------------- */
#footer {
	background: url(../img/common/bg02.jpg)repeat top center;
	background-size: auto 100%;
	color: #fff;
	padding:36px 0 
}
#footer a{color: #fff;}
#footer a.noLink{pointer-events: none;}
#footer .footerIn {
	max-width: 1240px;
	box-sizing: border-box;
	padding: 0 20px;
	margin: 0 auto ;
}
.footerBox{
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1090px;
	margin: 0 auto 8px;
}
.footerP02{
	font-size: 1.9rem;
	line-height: 1.2;
}
.footerSns li{
	display: inline-block;
	vertical-align: middle;
}
.footerSns li + li{margin-left: 30px}

.footerUl{
	padding: 35px 0 20px;
	border-top: 1px solid;
	text-align: center;
}
.footerUl li{
	display: inline-block;
	font-size: 1.9rem;
	line-height: 1;
	padding: 0 20px;
	border-left: 1px solid;
	margin-bottom: 20px;
}	
.footerUl li:nth-of-type(5),
.footerUl li:last-of-type{
	border-right: 1px solid;
}
#copyright {
	font-size: 1.5rem;
	text-align: center;
}


@media screen and (max-width: 1150px) {

	.footerUl li{font-size: 1.6rem}
}



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

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

/*isTablet*/
.isTablet #mainVisual{
	min-height: auto;
	height: 768px;
	max-height: 100vh;
}
.isTablet *:hover{opacity: 1!important}

/*common*/
.btnLink01{
	display: flex;
	align-items: center;
	box-sizing: border-box;
	color: #fff;
	width: 410px;
	height: 70px;
	font-size: 2rem;
	background: url(../img/common/arrow02.png)no-repeat right 18px center #ff761a;
	background-size: 29px auto;
	border-radius: 10px;
	padding-left: 40px;
	margin: 0 auto;
}
.btnLink01:hover{text-decoration: none;opacity: .7}

.hdM{
	text-align: center;
	position: relative;
	margin-bottom: 30px;
}
.hdM:after{
	content: '';
	display: block;
	margin: 0 auto;
	width: 82px;
	height: 2px;
	background: #754c24;
}
.hdM .en{
	font-size: 3.5rem;
	line-height: 1.1;
	color: #a17c52;
	padding-bottom: 16px;
}
.hdM .icon{
	padding-bottom: 28px
}
.hdM .jp{
	font-size: 3.5rem;
	line-height: 1.3;
	color: #754c24;
	letter-spacing: 0.1em;
	padding-bottom: 30px;
}
.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: 17px;
}
.hdS:before,
.hdS:after{
	content: '';
	position: absolute;
	left: 21px;
	bottom: 14px;
	z-index: 1;
	width: 32px;
	height: 32px;
	background: url(../img/common/star01.png)no-repeat;
	background-size: 100% 100%;
}
.hdS:after{
	left: auto;
	right: 21px;
}
.hdS .en{
	font-size: 1.5rem;
	letter-spacing: 0.1em;
	color: #f6ab3b;
	padding-bottom: 10px;
}
.hdS .jp{
	font-size: 3rem;
	line-height: 1.3;
}



/*index*/
.indexSec01{
	padding: 75px 0 15px;
	background: url(../img/index/bg_sec01.jpg)no-repeat top 40px center #fff;
}
.indexSec01 .inner{max-width: 1040px}
.indexSec01 .hd{
	font-size: 3.25rem;
	line-height: 1.2;
	color: #f28e1e;
	box-sizing: border-box;
	padding-left: 75px;
	padding-top: 24px;
	background: url(../img/index/hd_sec01.png)no-repeat left top;
	background-size: 71px auto;
	margin-bottom: 40px;
	margin-left: -75px;
}
.indexSec01 .hd .font01{color: #a17c52}
.indexSec01 .hd .font02{color: #87c13f}
.allLink{
	position: absolute;
	right: 20px;
	top: 30px;
	z-index: 1;
}
.allLink .btnLink01{
	width: 107px;
	height: 45px;
	font-size: 1.3rem;
	background-position: right 13px center;
	background-size: 20px auto;
	border-radius: 5px;
	padding-left: 22px;
}
.indexDl01 dt{
	float: left;
	width:calc(50% - 40px);
	margin-right: 40px;
}
.indexDl01 dd{
	float: right;
	width: 50%;
}
.indexDl01 a{
	display: block;
	position: relative;
	text-decoration: none;
	font-size: 1.6rem;
	line-height: 1.4;
}
.indexDl01 a:hover{opacity: .8}
.indexDl01 .categ{
	position: absolute;
	left: -2px;
	top: -2px;
	font-size: 1.8rem;
	line-height: 30px;
	padding: 0px 10px;
	z-index: 1;
	color: #fff;
}
.indexDl01 .categ:before{
	content: '';
	position: absolute;
	left: 100%;
	top: 0;
	width: 0;
	height: 0;
	z-index: 2;
	border-style: solid;
	border-width : 15px 4px 15px 4px;
	border-color: #e81c24 transparent transparent #e81c24;
}
.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: 10px 0 6px;
}
.indexDl01 .text{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.indexUl01{margin-left:-40px }
.indexUl01 li{
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding-left: 40px;
	margin-bottom: 30px;
}
.indexUl01 .date{
	padding: 5px 0 2px;
}
.indexUl01 .text{font-size: 1.5rem}

.indexSec02{
	padding: 45px 0;
	background: url(../img/index/bg_sec02.jpg)no-repeat center center;
	background-size: cover;
	text-align: center;
}
.indexSec02 .inner{max-width: 1160px}
.indexSec02 .hd{
	padding-bottom: 50px;
}
.indexUl02{margin-left: -13px}
.indexUl02 li{
	float: left;
	width: 20%;
	box-sizing: border-box;
	padding-left: 13px;
	margin-bottom: 50px;
}
.indexUl03 li{
	display: inline-block;
	vertical-align: middle;
}
.indexUl03 li + li{margin-left: 80px;}
.indexUl03 a{
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	width: 400px;
	height: 80px;
	font-size: 2.6rem;
	letter-spacing: 0.1em;
	border-radius: 14px;
	box-shadow: 0 0 7px rgba(0,0,0,0.3);
	text-decoration: none;
}
.indexUl03 a:hover{opacity: .7}
.indexUl03 a img{margin-right: 20px}

.indexSec03{
	padding: 70px 0 55px;
	background: url(../img/index/bg_sec03.jpg)no-repeat top center;
	background-size: cover;
	text-align: center;
}
.indexSec03 .p01{
	position: absolute;
	top: -25px;
	left: 0;
	width: 100%;
	z-index: 1;
}
.indexSec03 .p02{
	font-size: 2.2rem;
	line-height: 1.72;
	margin-bottom: 58px;
}
.indexUl04{margin-left:-40px }
.indexUl04 li{
	float: left;
	width: 33.33%;
	box-sizing: border-box;
	padding-left: 40px;
}
.indexUl04 .img{position: relative;margin-bottom: 29px}
.indexUl04 .img img{position: relative;transition: transform 0.5s;}
.indexUl04 .img a:hover img{
	transform: translateY(-8px);
}
.indexUl04 .img .arrow{
	position: absolute;
	right: 56px;
	bottom: 30px;
	z-index: 1;
}
.indexUl04 .categ{
	position: absolute;
	top: 0;
	left: -50px;
	z-index: 1;
}
.indexUl04 .categ span{
	width: 160px;
	height: 73px;
	color: #fff;
	font-size: 2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 12px;
	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: 2.5rem;
	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;
}
.indexUl04 .starP.sp{display: none;}
.indexUl04 .text{
	font-size: 2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 12px;
}
.indexSec03 .btn{padding-top: 40px;}
.indexDl02{position: relative;}

.indexSec04{
	padding: 45px 0 0
}
.indexSec04 .p01{
	position: absolute;
	top: -100px;
	left: 0;
	width: 100%;
	z-index: 1;
	text-align: center;
}
.indexSec04 .p02{
	position: absolute;
	top: 70px;
	right: 10px;
	z-index: 1;
	width: auto;
}
.indexSec04 .hdM{margin-bottom: 0px}
.indexDl03{
	display: flex;
	/*justify-content: center;*/
	align-items: center;
	padding: 15px 0px;
	border-bottom: 4px solid #ffecbd;
	transition: opacity 1s!important;
}
.indexDl03.bl-hover{opacity: .7!important}
.indexDl03 dt{
	display: flex;
	align-items: center;
	min-width: 424px;
}
.indexDl03 .point{
	color: #008d45;
	font-size: 3.5rem; /*英語レッスンコンテンツ内１，２，３のフォント*/
	display: flex;
	align-items: center;
}
.indexDl03 .point span{
	font-size: 3.5rem;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;/*英語レッスンコンテンツ内１，２，３の番号の大きさ*/
	line-height: 50px;
	background: #008d45;
	margin-right: 5px;
	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{margin:0 20px;}
.indexDl03 .text{
	font-size: 2.2rem;
	line-height: 1.36;
}

.indexSec05{
	padding: 35px 0 30px;
	position: relative;
}
.indexSec05:before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
	width: 100%;
	height: 1040px;
	max-height: calc(100% - 210px);
	background: url(../img/index/bg_sec05.jpg)no-repeat bottom center;
	background-size: cover;
}
.indexSec05 .p01{
	text-align: center;
	padding-bottom: 55px;
}
.indexSec05 .allLink{
	top: 10px;
}
.indexSec05 .allLink .btnLink01{
	width: 139px;
	padding-left: 33px;
	font-size: 1.7rem;
}
.indexUl05{margin-left: -38px}
.indexUl05 li{
	float: left;
	width: 33.33%;
	box-sizing: border-box;
	padding-left: 38px;
	margin-bottom: 80px;
}
.indexUl05 a{
	display: block;
	border-radius: 20px;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	position: relative;
	padding: 19px 17px 13px;
	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: 90px;
	height: 44px;
	position: absolute;
	top: -30px;
	left: 7px;
	z-index: 1;
	font-size: 2rem;
	border-radius: 10px;
}
.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;
	width: 203px;
	left: 104px;
	border: 2px solid;
}
.indexUl05 .img{
	overflow: hidden;
	border-radius: 15px;
	border:1px solid #e1e1e1;
}
.indexUl05 .categ02 span{
	display: inline-block;
	box-sizing: border-box;
	color: #fff;
	background: #ff761a;
	line-height: 31px;
	padding: 0 13px;
	border-radius: 10px;
	font-size: 1.7rem;
	margin:10px 0;
}
.indexUl05 .text{
	font-size: 1.8rem;
	line-height: 1.44;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.indexUl05 .link{
	margin-top: 20px;
	text-align: right;
	padding-right: 42px;
	font-size: 2rem;
	background: url(../img/common/arrow06.png)no-repeat right center;
	background-size: 29px auto;
}

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

.indexSec06{
	padding: 130px 0 0;
	background: url(../img/index/bg_sec06.png)no-repeat top 33px center;
	background-size: auto;
	position: relative;
}
.indexSec06:before,
.indexSec06:after{
	content: '';
	position: absolute;
	left: 0;
	top: 33px;
	z-index: -1;
	width: 654px;
	height: 826px;
	background: url(../img/index/bg_sec06_before.png)no-repeat;
	background-size: auto;
}
.indexSec06:after{
	left: auto;
	right: 0;
	width: 430px;
	height: 830px;
	background: url(../img/index/bg_sec06_after.png)no-repeat right top;
	background-size: auto;
}
.indexSec06 .area01{
	width: 770px;
}
.indexSec06 .hdM .jp{
	color: #39b04a;
	font-size: 4.3rem;
	line-height: 1.1;
	position: relative;
	z-index: 2;
}
.indexSec06 .hdM:after{background: #87c13f}
.indexSec06 .p01{
	text-align: center;
	font-size: 2.8rem;
	letter-spacing: 0.05em;
	margin-bottom: 30px;
	position: relative;
	z-index: 2;
}
.indexSec06 .box{
	position: absolute;
	right: 60px;
	top: -60px;
	z-index: 1;
}
.indexSec06 .p02{position: relative;}
.indexSec06 .p02:before{
	content: '';
	position: absolute;
	left: 30px;
	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: 236px;
	height: 180px;
	left: 247px;
	top: -22px;
	box-sizing: border-box;
	background: url(../img/index/bg_p03.png)no-repeat;
	background-size: 100% auto;
	font-size: 2rem;
	line-height: 1.4;
	color: #f28e1e;
	padding: 30px 0 0 46px;
}
.indexUl07{
	position: relative;
	z-index: 2;
}
.indexUl07 li + li{margin-top: 20px;}
.indexUl07 li{
	box-shadow: 0 0 7px rgba(0,0,0,0.3);
	border-radius: 15px;
	font-size: 1.9rem;
	line-height: 1.36;
	letter-spacing: 0.05em;
	padding: 18px 15px;
	padding-left: 60px;
	background: url(../img/index/icon_ul07.png)no-repeat left 17px center #fff; 
	background-size:29px auto;
}
.indexSec06 .area02{max-width: 930px;margin: 0 auto}
.indexUl08{margin-left: -40px;margin-top: 60px;}
.indexUl08 li{
	float: left;
	width: 33.33%;
	box-sizing: border-box;
	padding-left: 40px;
}
.indexSec06 .allLink{
	z-index: 3
}
.indexSec06 .allLink .btnLink01{
	position: absolute;
	right: 100px;
	top: 420px;
	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: 80px 0 37px;
	text-align: center;
	font-size: 2.8rem;
	color: #39b04a
}
.map iframe{
	display: block;
	width: 100%;
	height: 330px;
}

.indexSec08{
	padding: 45px 0 70px;
	background: url(../img/index/bg_sec08.jpg)no-repeat center bottom;
	background-size: auto;
}
.indexSec08 .box{
	display: block;
	border-radius: 15px;
	border: 3px solid #f6ab3b;
	position: relative;
	padding: 38px 20px 20px;
	background: url(../img/index/bg_sec08_box.png)no-repeat center center;
	background-size: cover;
}
.indexSec08 .hd{
	width: 530px;
	background: url(../img/index/star_sec08.png)no-repeat center top;
	background-size: 100% auto;
	margin-bottom: 35px;
	text-align: center;
}
.indexSec08 .hd .en{
	font-size: 1.8rem;
	letter-spacing: 0.1em;
}
.indexSec08 .hd .jp{
	font-size: 5.1rem;
	line-height: 1.1;
	color: #ec5a24;
}
.indexSec08 .hd .jp font{color: #0071b7}
.indexUl09 li + li{margin-top: 15px;}
.indexUl09 li{
	border-radius: 15px;
	font-size:  2.1rem;
	padding: 16px 15px;
	padding-left: 55px;
	background: url(../img/index/icon_ul09.png)no-repeat left 13px center #fff; 
	background-size:34px auto;
	border: 2px solid #f5b061;
	max-width: 616px;
	box-sizing: border-box;
}
.indexUl09 li font{color: #ec5a24}
.indexSec08 .btn{
	position: absolute;
	right: 20px;
	bottom: 20px;
}
.indexSec08 .btn .btnLink01{
	background-color: #f28e1e;
	width: 329px;
	padding-left: 36px;
	font-size: 
}
.indexUl10{margin-top: 50px;margin-left: -40px}
.indexUl10 li{
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding-left: 40px;
}
.indexUl10 a.box{
	padding: 0;
	overflow: hidden;
}
.indexUl10 a.box:hover{opacity: .7}
.indexUl10 a.box.red{border-color: #ec5a24}
.indexUl10 .text{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
	height: 55px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: url(../img/common/arrow01.png)no-repeat right 20px center rgba(242,142,30,0.8); 
	background-size:29px auto;
	color: 	#fff;
	font-size:3rem; 
}
.indexUl10 .red .text{
	background-color:  rgba(232,28,36,0.65);
}

.comContact{
	padding: 40px 0 40px;
	background: url(../img/index/bg_contact.jpg)no-repeat center center;
	background-size: cover;
}
.comContact .box{
	position: relative;
	box-shadow: 0 0 9px rgba(0,0,0,0.3);
	background: #fff;
	box-sizing: border-box;
	padding: 30px 50px;
	border-radius: 10px;
}
.comContact .free{
	position: absolute;
	z-index: 1;
	left: 67px;
	top: -33px;
}
.comContact .hd{
	text-align: center;
	font-size: 3rem;
	line-height: 1.1;
	background: url(../img/index/hd_contact.png)no-repeat top center; 
	background-size:404px auto;
	padding-bottom: 24px;
	border-bottom: 1px solid;
}
.comContact .text{
	text-align: center;
	font-size: 2.1rem;
	padding: 18px 0 22px;
}
.comContact dl{
	max-width: 780px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.comContact dt{
	width: 48%;
	border-right: 2px solid #baa692;
}
.comContact .tel a {
    display: inline-block;
    font-size: 3.7rem;
    line-height: 1.1;
    color: #ff761a;
    padding-left: 39px;
    background: url(../img/common/tel.png)no-repeat center left;
    background-size: 32px auto;
    font-weight: bold;
}
.comContact .time{
	font-size: 1.4rem;
	color: #333;
	padding-left: 43px;
}
.comContact .btnLink01{
	width: 358px;
	height: 57px;
    padding-left: 29px;
    background: url(../img/common/arrow01.png)no-repeat center right 14px #ff761a;
    background-size: 23px auto;
}
.comContact .btnLink01 img{margin-right: 19px}

@media screen and (max-width: 1200px) {
	.indexSec06 .box{right: -20px}
	.indexDl03 .point{font-size: 4rem}
	.indexUl05{margin-left: -20px}
	.indexUl05 li{padding-left: 20px}
	.indexUl09 li{font-size: 1.8rem;width: 550px;}
	.indexUl10 .text{font-size: 2.4rem}
	.indexSec06 .area01{width: 680px;}
	.indexUl07 li{font-size: 1.65rem}
	.indexDl03 dt{min-width: 380px}
	.footerP02{font-size: 1.6rem}
}

/*contact*/
.contactTop{
	padding: 50px 0 0;
	text-align: center;
}
.contactTop .topP{
	padding: 25px 0;
	color: #000;
}
.contactTop .box:before{
    content: '';
    position: absolute;
    left: 50%;
    top: -80px;
    transform: translateX(-50%);
    width: 100vw;
    min-width: 1024px;
    height: calc(100% + 150px);
    background: url(../img/contact/bg_sec01.jpg)no-repeat center center;
    background-size: cover;
    z-index: -2;
}
.contactTop .box{
	border: 1px solid #ccc;
	border-radius: 10px;
	max-width: 850px;
	height: 110px;
	margin: 80px auto 70px;
	box-sizing: border-box;
	padding: 14px 40px 18px;
	position: relative;
	background: #fff;
	box-shadow: 0 0 8px rgba(0,0,0,0.3);
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.contactTop .free{
	position: absolute;
	left: -30px;
	top: -15px;
	z-index: 1;
}
.contactTop .title{
	border-bottom: 1px solid #ccc;
	padding-bottom: 9px;
	margin-bottom: 3px;
}
.contactTop .tel a {
    display: inline-block;
    font-size: 4.5rem;
    color: #ff761a;
    padding-left: 48px;
    background: url(../img/common/tel.png)no-repeat center left;
    background-size:40px auto;
    font-weight: bold;
}
.contactTop .text{
	padding-top: 4px;
	font-size: 1.4rem;
	margin-left: 30px;
	color: #333;
}

.contactTop .inner,
.formWrap .inner{max-width: 1040px;}
.formWrap{position: relative;padding: 50px 0}
.formWrap:before{
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 100vw;
	min-width: 1024px;
	height: calc(100% - 210px);
    background: url(../img/contact/bg_sec02.jpg)no-repeat center center;
    background-size: cover;
	z-index: -2;
}
.formWrap .topP{
	text-align: center;
}
.formWrap .topP font{color: #ec2028}
.stepUl{
	font-size: 0;
	text-align: center;
	padding: 24px 0 35px;
}
.stepUl li{
	display: inline-block;
	vertical-align: top;
	width: calc(33.33% - 12px);
	max-width: 193px;
}
.stepUl li + li{margin-left: 18px}
.stepUl li span{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 44px;
	color: #ff761a;
	background: #fffbeb;
	font-weight: 400;
	font-size: 1.5rem;
	/*border: 1px solid #e75100;*/
	border-radius: 5px;
}
.stepUl li.active span{
	color: #fff;
	background: #ff761a;
}
.tableBox{
	position: relative;
}
.tableBox:before{
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	width: calc(100% - 40px);
	height: 100%;
	background:#fff;
	z-index: -1;
	border-radius: 0 0 40px 40px;
}
.table03{
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	color: #333;
}
.table03 th,.table03 td{
	display: block;
	font-size: 1.6rem;
	padding: 16px 30px 11px;
}
.table03 th{
	background: #ffeed7;
	padding-bottom: 16px;
	border-radius: 5px;
	font-weight: bold;
	position: relative;
}
.table03 th span{
	float: right;
    font-size: 1.4rem;
    font-weight: normal;
    color: #fff;
    background: #888;
    padding: 6px 10px;
    position: relative;
    top: -4px;
    border-radius: 5px;
}
.table03 th span.must{background: #ea182f}
.table03 td .example{font-size: 1.4rem;padding-top: 11px;color: #626262}
.table03 td .p02{font-size: 1.4rem;padding:11px 0 }
.table03 td .p04.pc{font-size: 1.4rem;color: #000;display: inline-block;margin-left: 15px;}

.table03 td select,
.table03 td input[type='text'],
.table03 td input[type='number'],
.table03 td input[type='tel'],
.table03 td input[type='email'] {
    height: 50px;
    width: 100%;
    border: 1px solid #bcccd1;
    background: #f7f7f7;
    box-sizing: border-box;
    padding: 0 25px;
}
.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;
    background: #f7f7f7;
    box-sizing: border-box;
    padding: 14px 20px;
    resize: none;
    font-family: initial;
    min-height: 250px;
    margin-bottom: 6px;
}
.table03 td textarea.text02{min-height: 135px}
.table03 td select{
	background: url(../img/common/select.png)no-repeat right 15px center;
	background-size: 18px auto;
	border-color: #000;
    max-width: 333px;
    padding: 0 50px 0 20px;
    font-size: 1.6rem;
    margin-bottom: 6px;
    border-radius: 10px;
}
.table03 .date span{
	display: inline-block;
	width: 50px;
	text-align: center;
}
.table03 td input[type='number'].short{max-width: 225px;}
.table03 td input[type='number']{max-width: 333px;}
.policyBox{
	overflow-y: auto;
	height: 133px;
	font-size: 1.6rem;
	line-height: 2;
	border: 1px solid #000;
	box-sizing: border-box;
	padding: 6px 12px;
	margin-bottom: 15px;
	font-weight: 400;
}
.policyBox p + p{padding-top: 32px;}
.policyBox p span{display: block;font-weight: bold;}
.agreeP{
	background: #f1f1f1;
    padding: 16px;
    /*margin-top: 15px;*/
    color: #000
}
.agreeP a{
	pointer-events: none;
	/*color: #e71c24;
	border-bottom: 1px solid currentColor*/
}
.agreeP a:hover{text-decoration: none;}
.labelP{
	padding: 9px 0 14px;
}
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: 15px;}
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: 43px;
	cursor: pointer;
}
.table03 .fileP input{
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	-ms-filter: 'alpha(opacity=0)';
	width:100%;
	height: 43px;
	cursor: pointer;
}

.formWrap .btn{padding: 30px 0 40px;text-align: center;}
.formWrap .btn  li{display: inline-block;}
.formWrap .btn  li + li{margin-left: 15px}
.formWrap .btn  input{
	background: #fff;
	color: #e75100;
	display: block;
	width: 355px;
	height: 70px;
	border: 1px solid  #ff761a;
	font-size: 2rem;
	font-weight: bold;
	border-radius: 10px;
}
.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: 24px auto;
	color: #fff;
}

.toolWrap{
	padding: 50px 0;
	color: #333;
}
.toolWrap .inner{max-width: 1070px;}
.toolWrap .box{
	border-radius: 10px;
	border: 1px solid #ffb27f;
	padding: 35px 65px 50px;
}
.toolWrap .hd{
	font-size: 1.7rem;
	padding-bottom: 6px;
	border-bottom: 1px solid #ffb27f;
	margin-bottom: 11px;
	text-align: center;
}
.toolWrap .text{
	font-size: 1.5rem;
	line-height: 1.73;
	padding: 0 30px;
}

/*about*/
.aboutWrap{
	background: url(../img/about/bg_about.jpg)no-repeat top center;
	background-size: cover;
}
.aboutSec01{
	padding: 90px 0 60px;
}
.aboutSec01 .p01{
	text-align: center;
	color: #f28e1e;
	font-size: 2.7rem;
	line-height: 1.8;
	letter-spacing: 0.1em;
	padding: 15px 0 6px;
}
.aboutSec01 .p02{
	text-align: center;
	font-size: 1.8rem;
	line-height: 2;
}

.aboutSec02,
.aboutSec03,
.aboutSec04{
	padding: 60px 0;
}
.starHd{
	font-size: 3rem;
	line-height: 1.3;
	color: #008d45;
	text-align: center;
	margin-bottom: 30px;
}
.starHd span{
	display: inline-block;
	position: relative;
	padding: 12px 78px 0;
}
.starHd span:before,
.starHd span:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 58px;
	height: 46px;
	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: 20px;
	top: 15px;
	z-index: 3;
	width: 250px;
}
.aboutBg{
	height: 350px;
}
.aboutSec02 .aboutBg{
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
}
.aboutDl{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 50px;
	margin-top: -66px;
}
.aboutDl dt{
	margin-right: 50px;
	border-radius: 50%;
	border: 1px solid #f6ab3b;
	padding: 25px;	
	min-width: 37%;
}
.aboutDl.rt dt{
	margin-right: 0;
	margin-left: 50px;
	float: right;
}
.aboutDl dd{padding-top: 66px;}
.aboutDl dd .title{
	font-size: 2.9rem;
	color: #f28e1e;
	padding-bottom: 16px;
}
.aboutDl dd .text{
	font-size: 1.8rem;
	line-height: 1.66;
	letter-spacing: 0.05em
}
.aboutUl{
	margin-top: 40px;
	margin-left: -35px;
}
.aboutUl li{
	float: left;
	width: 33.33%;
	box-sizing: border-box;
	padding-left: 35px;
}

/*bebridge*/
.bebridgeWrap .hdS .jp{font-size: 3rem}
.hdS .jp font{font-size: 4.3rem;letter-spacing: 0.1em}
.bebridgeSec01{
	padding: 100px 0 80px;
}
.bebridgeSec01 .inner{max-width: 1080px;}
.bebridgeSec01 .hdS{
	margin-bottom: 115px;
}
.bbDl01{padding: 0 15px;}
.bbDl01 dt{
	float: left;
	margin-right: 50px;
	padding: 20px;
	background: url(../img/bebridge/img_bg01.png)no-repeat center center;
	background-size: 100% 100%;
	position: relative;
}
.bbDl01 dt:before{
	content: '';
	position: absolute;
	left: -50px;
	top: -75px;
	z-index: 1;
	width: 1088px;
	height: 420px;
	background: url(../img/bebridge/img_before01.png)no-repeat center center;
	background-size: 100% 100%;
}
.bbDl01 dd{
	overflow: hidden;
	padding-top: 30px;
}
.bbDl01 .title{
	color: #ec5a24;
	letter-spacing: 0.1em;
	font-size: 2.7rem;
	line-height: 1.63;
	padding-bottom: 30px;
}
.bbDl01 .text{
	font-size: 1.8rem;
	line-height: 1.66;
	letter-spacing: 0.05em;
}

.bebridgeSec02{
	background: url(../img/bebridge/bg_sec02.jpg)no-repeat top center;
	background-size: cover;
	padding: 45px 0 60px;
}
.bebridgeSec02 .p01{
	text-align: center;
	font-size: 2.2rem;
	line-height: 2;
	padding: 30px 0 60px;
}
.bebridgeSec02 .p01 span{font-size: 2.5rem;}
.bbBox{
	border-radius: 30px;
	background: #fff;
	box-shadow: 0 0 9px rgba(0,0,0,0.3);
	position: relative;
	padding: 60px 50px;
}
.bbBox + .bbBox{margin-top: 80px}
.bbBox .hd{
	text-align: center;
	font-size: 3.3rem;
	padding-bottom: 50px;
}
.bbBox .point{
	position: absolute;
	left: 50%;
	top: 0;
	z-index: 1;
	transform: translate(-50%,-50%);
	width: auto;
}
.bbBox .icon{
    position: absolute;
    right: 15px;
    top: -65px;
    z-index: 3;
    width: 260px;
}
.bbBox .icon.lf{
	right: auto;
	left: 25px;
}
.bbDl02 dt{
	float: left;
	margin-right: 50px;
	position: relative;
	box-sizing: border-box;
	padding:  0 6px 8px 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.rt dt{
	float: right;
	margin-right: 0;
	margin-left: 50px;
}
.bbDl02 dt:before{
	content: '';
	position: absolute;
	left: -13px;
	top: -18px;
	width:110%;
	height: 113%;
	z-index: 1;
	background: url(../img/bebridge/img_before02.png)no-repeat;
	background-size: 100% 100%;
}
.bbDl02 .categ{
	position: absolute;
	left: -35px;
	top: -25px;
	z-index: 1;
}
.bbDl02 dd{overflow: hidden;}
.bbDl02 .title{
	text-align: center;
	font-size: 2.5rem;
	letter-spacing: 0.1em;
	padding-bottom: 28px;
	color: #ec5a24
}
.bbItem02 .bbDl02 .title{color: #008d45}
.bbItem03 .bbDl02 .title{color: #0071b7}
.bbDl02 .title.sm{
	padding-bottom: 22px;
}
.bbDl02 .text{
	font-size: 1.8rem;
	line-height: 2.2;
	letter-spacing: 0.05em;
}
.bbItem03 .bbDl02 dd{padding-top: 20px}

.bebridgeSec03{padding-top: 50px}
.bebridgeSec03 .item01{padding-bottom: 50px;}
.bebridgeSec03 .hdS{margin-bottom: 30px;}
.bebridgeSec03 .hd{
	text-align: center;
	font-size: 3rem;
}
.bebridgeSec03 .item01 .hd font{font-size: 3.3rem}
.bebridgeSec03 .item01 .box{
	background: url(../img/bebridge/bg_box.png)no-repeat center center;
	background-size:100% auto;
	padding-top: 30px;
	text-align: center;
}
.bebridgeSec03 .item01 .img{
	display: inline-block;
	    padding: 25px 30px 30px;
    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: -40px;
    top: -18px;
    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: -230px;
	bottom: 16px;
	z-index: 2;
	width: 268px;
}
.bebridgeSec03 .p01{
	font-size: 2.5rem;
	text-align: center;
	padding: 42px 0 17px;
}
.btnLink02{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 546px;
	height: 99px;
	margin: 0 auto;
	box-sizing: border-box;
	padding-top: 18px;
	color: #fff;
	font-size: 2.7rem;
    background: url(../img/bebridge/btn01.png)no-repeat center center;
    background-size: 100% 100%;
}
.btnLink02:hover{text-decoration: none;opacity: .7}

.bebridgeSec03 .item02{
	padding: 35px 0 45px;
	background: url(../img/bebridge/bg_sec03.jpg)no-repeat;
	background-size: cover;
}
.bebridgeSec03 .item02 .box{
	border-radius: 25px;
    background: #fff;
    box-shadow: 0 0 8px rgba(0,0,0,0.3);
    position: relative;
    padding: 40px 60px;
}
.bebridgeSec03 .item02 .box:before{
	content: '';
	position: absolute;
	left: -20px;
	top: -24px;
	right: -13px;
	height: 138px;
	z-index: 1;
	background: url(../img/bebridge/img_before04.png)no-repeat;
	background-size: 100% auto;
	pointer-events: none;
}
.bebridgeSec03 .item02 .cl05{font-size: 4rem;color: #39b04a}
.bbDl03{padding-top: 30px}
.bbDl03 dt{
	float: left;
    margin-right: 50px;
    padding: 20px;
    background: url(../img/bebridge/img_bg01.png)no-repeat center center;
    background-size: 100% 100%;
}
.bbDl03 dd{overflow: hidden;padding-top: 25px;}
.bbDl03 .p02{
	font-size: 2.5rem;
}
.bbDl03 .p02 a{
	display: inline-block;
	text-decoration: underline;
	font-size: 2rem;
	color: #0071b7;
	margin-left: 25px;
}
.bbDl03 .p03{
	font-size: 2.3rem;
	line-height: 1.35;
	padding: 15px 20px;
	border: 2px solid #f28e1e;
	border-radius: 8px;
	margin-top: 35px;
}

/*school*/
.schoolSec01{
	padding-top: 100px;
	background: url(../img/school/bg_sec01.png)no-repeat top 75px left 35%;
	background-size: auto;
}
.schoolSec01 .bg{
	padding-bottom: 43px;
	background: url(../img/school/bg_sec01_02.png)no-repeat center center;
	background-size: cover;
	text-align: center;
}
.schoolSec01 .p01{
	font-size: 3rem;
	color: #ff9831;
	text-align: center;
	padding: 27px 0 23px;
}
.schoolSec01 .p02{
	width: 716px;
	height: 82px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin: 0 auto;
	border: 1px solid #ff9831;
	border-radius: 20px;
	background: #fff;
	font-size: 2.9rem;
}
.schoolSec01 .icon{
	position: absolute;
	right: -175px;
	bottom: -7px;
	z-index: 2;
	width: 220px;
}
.schoolSec01 .p03{
	font-size: 1.8rem;
	line-height: 2.1;
	padding-top: 22px;
}

.schoolSec02{
	padding: 55px 0 90px;
	background: url(../img/school/bg_sec02.png)no-repeat top 190px center;
	background-size: auto;
	position: relative;
}
.schoolSec02:before{
	content: '';
	z-index: -1;
	position: absolute;
	left: 0;
	top:490px;
	width: 500px;
	height: 1000px;
	background: url(../img/school/bg_sec02_before.png)no-repeat;
	background-size: 100% 100%;
}
.schoolSec02 .hdS .jp font{color: #ec5a24;font-size: 3.5rem;letter-spacing: 0}
.schoolSec02 .starHd{
	font-size: 4rem;
	line-height: 1.1;
	color: #e81c24;
	padding: 60px 0 15px;
}
.schoolSec02 .starHd span{
	padding: 0 130px 0;
}
.schoolSec02 .bgImg{
	height: 360px;

}
.schoolSec02 .p01{
	font-size: 3rem;
	color: #ff9831;
	text-align: center;
	padding: 32px 0 25px;
}
.schoolSec02 .p02{
	font-size: 1.8rem;
	line-height: 1.7;
	letter-spacing: 0.05em;
}

.schoolSec03{
	padding: 35px 0 100px;
}
.schoolSec03 .hdS{margin-bottom: 40px;}
.schoolSec03 .p01{
	text-align: center;
	font-size: 1.8rem;
	padding-top: 26px;
}
.schoolSec03 .p02{
	display: flex;
	justify-content: center;
	font-size: 1.8rem;
	line-height: 1.88;
	padding: 26px 0 37px;
}
.schoolSec03 .p03{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 750px;
	height: 70px;
	box-sizing: border-box;
	margin: 0 auto;
	color: #ec5a24;
	font-size: 2rem;
	border: 2px solid #ec5a24;
}

/*news*/
.newsWrap{
	padding-top: 70px;
}
.newsWrap .indexUl01 li{
	width: 25%;
	margin-bottom: 70px;
}
.indexUl01 li img{width: 100%}
.pageWrap.bt{
	border-top: 1px solid #bebebe;
}
.pageInner{
	margin: 40px auto 127px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 780px;
}
a.pagePrev,
a.pageNext{
	text-decoration: none;
	font-size: 2rem;
	color: #f28e1e;
}
.pages{
	display: flex;
	justify-content: center;
	align-items: center;
}
.pages span,
.pages a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 44px;
	height: 44px;
	color: #fff;
	background: #dadada;
	font-size: 1.8rem;
	border-radius: 50%;
	margin: 0 6px;
}
.pages span,
.pages a:hover{
	background: #f28e1e;
	text-decoration: none;
}
.pageWrap a.all{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 150px;
	height: 62px;
	color: #fff;
	font-size: 1.7rem;
	border-radius: 10px;
	background: #f28e1e;
}
.pageWrap a.all:hover{text-decoration: none;opacity: .7}

.newsBottom{
	background: #f6ab3b;
	padding: 65px 0;
}
.newsUl{text-align: center;}
.newsUl li{
	display: inline-block;
	color: #fff;
}
.newsUl li + li{margin-left: 44px}
.newsUl span{
	font-size: 1.7rem;
	letter-spacing: 0.05em;
	color: #fff;
	margin-right: 8px;
}
.newsUl select{
	border-radius: 10px;
	height: 44px;
	width: 246px;
	box-sizing: border-box;
	padding-left: 15px;
	background: url(../img/common/select.png)no-repeat right 18px center #fff;
	background-size: 16px auto;
	font-size: 1.6rem;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: bold;
}

/*news_in*/
.newsInWrap{
	padding-top: 67px;
	color: #333;
}
.newsInWrap .inner{max-width: 1000px;}
.niTop{
	display: flex;
	align-items: center;
	padding: 0 30px;
}
.niTop .date{
	font-size: 1.8rem;
}
.niTop .categ{
	font-size: 1.9rem;
    line-height: 32px;
    padding: 0px 10px;
    color: #fff;
    position: relative;
    margin-left: 15px;
    margin-right: 8px;
}
.niTop .categ:before {
    content: '';
    position: absolute;
    left: 100%;
    top: 0;
    width: 0;
    height: 0;
    z-index: 2;
    border-style: solid;
    border-width: 16px 4px 16px 4px;
    border-color: #e81c24 transparent transparent #e81c24;
}
.niHd{
	border-bottom: 4px solid #f28e1e;
	padding: 35px 30px 25px;
	font-size: 1.8rem;
	letter-spacing: 0.1em;
}
.niCont{padding: 40px 30px}
.niImg{margin-bottom: 43px;text-align: center;}
.niText{
	font-size: 1.7rem;
	line-height: 2;
}
.niText + .niText{padding-top: 34px;}
.niSns{
	margin-top: 108px;
	display: flex;
	align-items: center;
	font-size: 1.5rem;
	color: #4d4d4d;
}
.niSns li{
	display: inline-block;
	vertical-align: middle;
	margin-left: 25px;
}

/*library*/
.libraryWrap .inner{max-width: 1080px;}
.libraryWrap .indexUl06{padding:66px 0 54px }
.libraryWrap .box{
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
}
.libraryWrap .box:before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: -1;
	transform: translateX(-50%);
	width: 101vw;
	min-width: 1024px;
	height: calc(100% + 78px);
	background: url(../img/library/bg_box.jpg)no-repeat;
	background-size: cover;
}
.libraryWrap .indexUl05 li{margin-bottom: 70px}
.libraryWrap .indexUl05 .age,
.libraryWrap .indexUl05 .categ01{
	font-size: 1.8rem;
	height: 40px;
	width: 82px;
}
.libraryWrap .indexUl05 .categ01{width: 184px;left: 96px}

/*library_in*/
.lbiSec01{
	padding: 59px 0 22px;
}
.lbiSec01 .inner{max-width: 1100px;}
.lbiTop{
	margin-left: 0;
	padding: 0 60px;
	display: flex;
	align-items: center;
}
.lbiTop .age,
.lbiTop .categ01{
	position: static;
	margin-right: 8px;
	height: 36px;
	font-size: 1.6rem;
	width: auto;
	padding: 0 15px;
	border-radius: 12px;
}
.lbiTop .categ02{
	line-height: 34px;
}
.lbiHd{
	border-bottom: 2px solid #f28e1e;
	padding: 32px 60px 13px;
	font-size: 2.5rem;
	margin-bottom: 20px;
}
.lbiDl01{padding: 0 60px}
.lbiDl01 dt{
	float: left;
	width: 81%;
}
.lbiDl01 dd{
	float: right;
	width: 16.8%;
}
.slider_nav li{cursor: pointer;}
.slider_nav li + li{margin-top: 12px}
.lbiSec01 .btn a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 384px;
	height: 52px;
	background: url(../img/library/btn01.png)no-repeat;
	background-size: 100% 100%;
	margin: 25px auto 0;
	font-size: 2.1rem;
	color: #e81c24
}
.lbiSec01 .btn a:hover{text-decoration: none;opacity: .7}

.lbiSec02{
	padding: 30px 0 50px;
	background: url(../img/library/bg_sec02.jpg)repeat center center;
	background-size: auto;
}
.lbiSec02 .box{
	background: #fff;
	border-radius: 20px;
	padding: 20px 70px 36px;
}
.lbiSec02 .box .title{
	font-size: 2.5rem;
	text-align: center;
	color: #ec5a24;
	padding-bottom: 11px;
}
.lbiSec02 .box .text{
	color: #333;
	font-size: 1.6rem;
	line-height: 2.125;
}
.lbiSec02 .btn{
	padding: 22px 0 45px
}
.lbiSec02 .btnLink02{
	background: url(../img/library/btn02.png)no-repeat;
	background-size:100% 100%;
	width: 586px;
	height: 93px;
	padding: 10px 0 0 25px;
}
.lbiTitle{
	border-bottom: 2px solid #f28e1e;
	padding: 0px 60px 13px;
	font-size: 2.3rem;
	margin-bottom: 28px;
	color: #ec5a24;
	text-align: center;
}
.lbiCont{
	padding: 0 60px;
}
.lbiUl01{margin-left: -20px;}
.lbiUl01 li{
	float: left;
	width: 25%;
	box-sizing: border-box;
	padding-left: 20px;
	margin-bottom: 20px;
}
.lbiUl01 li a{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 78px;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 0 6px rgba(0,0,0,0.3);
}

.lbiSec03{
	padding: 48px 0 35px;
	position: relative;
}
.lbiSec03:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
	width: 100%;
	height: calc(100% - 180px);
	background: url(../img/library/bg_sec03.jpg)repeat top 180px center;
	background-size: auto;
}
.lbiSec03 .hd{
	text-align: center;
	font-size: 2.9rem;
	color: #f28e1e;
	padding-bottom: 18px;
}
.lbiSec03 .hd img{vertical-align: middle;margin-right: 18px;}
.lbiSec03 video{
	display: block;
	 object-fit:cover;  
	max-width: 679px;
	margin: 0 auto 33px;
}
.lbiSec03 .box{
	background: #fff;
	border-radius: 20px;
	padding: 10px 40px 30px;
}
.lbiSec03 .box .title{
	font-size: 2.5rem;
	text-align: center;
	color: #f28e1e;
	padding-bottom: 11px;
}
.lbiSec03 .box .text{
	color: #333;
	font-size: 1.6rem;
	line-height: 1.875;
}

.lbiSec04{
	padding: 60px 0;
}
.lbiSec04  .lbiTitle{
	color: #f28e1e
}
.lbiSec04 .lbiTitle img{vertical-align: middle;margin-right: 12px;}
.lbiSec04  .text{
	color: #333;
	font-size: 1.6rem;
	line-height: 1.875;
	padding: 0 50px;
}

.lbiSec05{
	padding: 50px 0;
	background: url(../img/library/bg_sec02.jpg)repeat center center;
	background-size: auto;
}
.lbiSec05 .hdS .jp{
	font-size: 2.5rem;
	color: #ec5a24;
}
.lbiSec05 .hdS:before{left: 27.5%}
.lbiSec05 .hdS:after{right: 27.5%}
.lbiSec05 .topP{
	color: #000;
	text-align: center;
	font-size: 1.6rem;
	padding: 34px 0 6px;
}
.lbiSec05 .topP font{color: #e81c24}
.lbiSec05 .table{
	max-width: 888px;
	margin: 0 auto;
}
.contactDl {;
    margin-top:28px;
}
.contactDl dt{
	float: left;
	width: 220px;
	position: relative;
	text-align: right;
	font-size: 1.8rem;
	line-height: 1.16;
	box-sizing: border-box;
	padding-right: 72px;
	margin-top: 8px;
}
.contactDl dt span{
	position: absolute;
	width: 72px;
	text-align: center;
	right: 0;
	top: 3px;
	font-size: 1.5rem;
	color:#808080;
}
.contactDl dt span.must{color: #db4d4d}
.contactDl dd{
	float: left;
	width: calc(100% - 220px);
	position: relative;
}
.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;
}
.contactDl input.mid{width: 374px;}
.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;
}


.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: 44px;
	height: 44px;
	color: #fff;
	background: #dadada;
	font-size: 1.8rem;
	border-radius: 50%;
	margin: 0 6px;
}
.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: 2rem;
}
.wp-pagenavi a.nextpostslink:hover,
.wp-pagenavi a.previouspostslink:hover{
	
	background: none;
}
.indexDl01 .categ{
	font-size: 1.7rem;
}
.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;
}
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;
}
.indexUl01 li img{
	border-radius: 10px;
}
.mvUl li a p.txt{
	display: flex;
	justify-content: center;
	align-items: center;
}
.mvUl li a p.txt img{
	margin: 10px 0 0 10px;
}
.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;
}
.ageno-26{
	background-color:#cb58db;
}
.just-two-last:after{
	content: '';
	display: block;
	width: 30px;
}
.just-two-first:before{
	content: '';
	display: block;
	width: 30px;
}
.slider_for img{
	width: 100%;
}  
.lbiSec03 .video{
	text-align: center;
}
.lbiSec03 .video iframe{
	max-width: 640px;
}
.indexUl02{
	margin-bottom: 36px;
}
.additional{
	    margin-top: -15px;
	text-align: center;
}


@media screen and (max-height: 800px) and (max-width:1601px) and (min-width:1025px) {
	.mvBox{
		right: 80px;
		width: 467px;
		height: 315px;
	}
	.mvUl li{
		font-size: 1.6rem;
		line-height: 1.2;
	}
	.mvP07{
		width: 60px;
	}
	.mvP08{
		width: calc(100% - 467px);
	}
	.mvP02{
		width: 100%;
		text-align: center;
	}
	.mvP02 img{
		height: 40vh;
		width: auto;
	}
}