@charset "utf-8";

@font-face {
    font-family: 'Kosugi Maru', sans-serif;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Kosugi_Maru/KosugiMaru-Regular.ttf) format("opentype"), 
    url(../fonts/Kosugi_Maru/KosugiMaru-Regular.woff) format("woff"), 
    url(../fonts/Kosugi_Maru/KosugiMaru-Regular.woff2) format("woff2");
    font-display: swap;
}
  
.fKosugi{
    font-family: 'Kosugi Maru', sans-serif;
}
#main{
    padding-top: 70px;
}
.wrapper1750{
    width: calc(100% - 40px);
    max-width: 1750px;
    margin: 0 auto;
}
#contents{
    padding-bottom: 130px;
}
@media only screen and (max-width: 767px) {
    #main{
        padding-top: 60px;
    }
    .wrapper1750 {
      width: 100%;
      max-width: none;
    }
    #contents{
        padding-bottom: 67px;
    }
}

/** secFixedNav
========================================*/
.secFixedNav{
	width:100%;
	text-align:center;
	white-space:nowrap;
	padding:20px 0;
    background: url(../img/kannabe/lp/bgNav.gif);
	position:fixed;
	left:0;
	bottom:0;
	z-index:5000;
}
.secFixedNav ul{
    width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.secFixedNav li{
	display:inline-block;
	width:420px;
	height:90px;
}
.secFixedNav li + li{
    margin-left: 6.6%;
}
.secFixedNav li a{
	width:100%;
	height:90px;
}
.secFixedNav .btnBox{
    margin-top: 0;
}
.secFixedNav .btnBox::after {
    bottom: -6px;
    left: 6px;
    width: 420px;
    height: 90px;
    border: 2px solid #fff;
}
.secFixedNav .btnBox a {
    width: 420px;
    height: 90px;
    background: #fff;
    color: #fff;
}
.secFixedNav .btnBox a .btnInner {
    font-size: 22px;
    color: #78b3b5;
}
.secFixedNav .btnBox a:hover{
    transform: translate(6px,6px);
}
.secFixedNav .btnBox a .btnInner::before {
    top: 0;
    bottom: 0;
    left: -50px;
    width: 33px;
    height: 34px;
    background-image: url(../img/kannabe/lp/fNaviIcon01.gif);
}
.secFixedNav li:nth-child(2) .btnBox a .btnInner::before {
    top: 0;
    bottom: 0;
    left: -50px;
    width: 28px;
    height: 34px;
    background-image: url(../img/kannabe/lp/fNaviIcon02.gif);
}
@media only screen and (max-width: 767px) {
    .secFixedNav{
        padding:12px 0 15px 0;
        background: url(../img/kannabe/lp/bgNav.gif);
    }
    .secFixedNav ul{
        width: 87.5%;
        justify-content: space-between;
    }
    .secFixedNav li{
        display:inline-block;
        width:48.214%;
        height:40px;
        border-radius: 20px;
    }
    .secFixedNav li + li{
        margin-left: 0;
    }
    .secFixedNav li a{
        width:100%;
        height:40px;
    }
    .secFixedNav .btnBox{
        display: block;
    }
    .secFixedNav .btnBox::after {
        bottom: -4px;
        left:4px;
        width: 100%;
        height: 40px;
    }
    .secFixedNav .btnBox a {
        width: 100%;
        height: 40px;
    }
    .secFixedNav .btnBox a .btnInner {
        font-size: 13px;
    }
    .secFixedNav .btnBox a:hover{
        transform: translate(4px,4px);
    }
    .secFixedNav .btnBox a .btnInner::before {
        background-size: contain;
        left: -20px;
        width: 18px;
        height: 18px;
        background-image: url(../img/kannabe/lp/fNaviIcon01Sp.gif);
    }
    .secFixedNav li:nth-child(2) .btnBox a .btnInner::before {
        background-size: contain;
        left: -20px;
        width: 15px;
        height: 19px;
        background-image: url(../img/kannabe/lp/fNaviIcon02Sp.gif);
    }
}

/* titBox */
.titBox{
    text-align: center;
}
.titBox .secTit{
    position: relative;
    font-size: 26px;
    margin-bottom: 20px;
    letter-spacing: 1px;
}
.titBox .secTit::before{
    position: absolute;
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    margin: auto;
    display: block;
}
.titBox .secTitEng{
    font-size: 18px;
    color: #f8b86d;
    letter-spacing: 9px;
}
@media only screen and (max-width: 767px) {
    .titBox .secTit{
        font-size: 15px;
        margin-bottom: 13px;
        letter-spacing: 1px;
    }
    .titBox .secTitEng{
        font-size: 11px;
        letter-spacing: 5px;
    }
}
/*-----------------------------------------------
	secHero
-----------------------------------------------*/
.secHero{
    padding-top: 65px;
    height: 623px;
    background: url(../img/kannabe/lp/bgTop.gif) bottom center / auto no-repeat;
    overflow-x: clip;
}
.secHero .wrapper{
    position: relative;
}
.secHero .txtBox{
    text-align: left;
}
.secHero .txtBox .minTit{
    position: relative;
    display: inline-block;
    font-size: 26px;
    padding:0 8px 0 48px;
}
.secHero .txtBox .minTit::before,
.secHero .txtBox .minTit::after{
    position: absolute;
    content: '';
    display:block;
}
.secHero .txtBox .minTit::before{
    background-size: contain;
    background-repeat: no-repeat;
    margin: auto;
    bottom: -6px;
    left: 10px;
    width: 32px;
    height: 46px;
    background-image: url(../img/kannabe/lp/iconTel.png);
}
.secHero .txtBox .minTit::after{
    width:100%;
    height:13px;
    border-radius: 5px;
    background-color:#fff9ad;
    bottom:0;
    left:0;
    z-index: -1;
}
.secHero .txtBox .topTit{
    margin-top: 35px;
    font-size: 49px;
    line-height: 68px;
}
.secHero .txtBox .topTit .fOrg{
    color: #f8b86d;
}
.secHero .txtBox .minTxt{
    font-size: 20px;
    line-height: 33px;
    margin-top: 19px;
    letter-spacing: 1px;
}
.secHero .txtBox .txtImg{
    margin-top: 8px;
    margin-left: -5px;
}
.secHero .imgBox{
    position: absolute;
    top: -20px;
    right: -135px;
}
.brSpMin{
    display: none;
}
@media only screen and (max-width: 767px) {
    .secHero{
        position: relative;
        padding-top: 40px;
        min-height: 470px;
        height: auto;
        background: url(../img/kannabe/lp/bgTopSp.gif) bottom center / contain no-repeat;
    }
    .secHero .wrapper{
        position: static;
        height: 100%;
    }
    .secHero .txtBox{
        text-align: center;
    }
    .secHero .txtBox .minTit{
        font-size: 15px;
        padding:0 4px 0 25px;
    }
    .secHero .txtBox .minTit::before{
        margin: auto;
        bottom: -6px;
        left: 5px;
        width: 18px;
        height: 28px;
        background-image: url(../img/kannabe/lp/iconTelSp.png);
    }
    .secHero .txtBox .minTit::after{
        height:8px;
    }
    .secHero .txtBox .topTit{
        margin-top: 13px;
        font-size: 20px;
        line-height: 27px;
    }
    .secHero .txtBox .minTxt{
        font-size: 11px;
        line-height: 15px;
        margin-top: 7px;
    }
    .secHero .txtBox .txtImg{
        margin-top: 10px;
    }
    .secHero .imgBox{
        margin: 0 auto 0;
        max-width: 228px;
        width: 62.25%;
        top: auto;
        bottom: -25px;
        right: 0;
        left: 0;
        margin: auto;
    }
}
@media only screen and (max-width: 360px) {
    .brSpMin{
        display: inline;
    }
    .secHero .imgBox{
        width: 71.25%;
        bottom: -25px;
    }
}

/*-----------------------------------------------
	secNews
-----------------------------------------------*/
.secNews{
    /* background: repeating-linear-gradient(270deg,#f7b367,#f7b367 15px,#f8b86d ,#f8b86d 30px); */
    padding-top: 110px;
    padding-bottom: 130px;
    background: url(../img/kannabe/lp/bgNews.gif);
}
.secNews .titBox,
.secNews .titBox .secTitEng {
    color: #fff!important;
}
.secNews .titBox .secTit::before{
    top: -40px;
    left: 0;
    right: 0;
    width: 53px;
    height: 24px;
    background-image: url(../img/kannabe/lp/iconNews.png);
}
.secNews .secNewsList{
    margin-top: 65px;
}
.secNews .secNewsList ul{
    display: flex;
    justify-content: center;
}
.secNews .secNewsList ul li{
    width: 18.286%;
    background-color: #fdf0e1;
    border-radius: 8px;
}
.secNews .secNewsList ul li + li{
    margin-left: 2.15%;
}
.secNews .secNewsList ul li a{
    width: 100%;
    padding: 20px;
    padding-bottom: 40px;
    background-color: #fdf0e1;
    border-radius: 8px;
    display: block;
}
.secNews .secNewsList ul li a .imgBox .img{
    width: 98.215%;
    height: 0;
    padding-top: 67.866%;
    margin: 0 auto;
}
.secNews .secNewsList ul li a .txtBox{
    padding-top: 20px;
}
.secNews .secNewsList ul li a .txtBox .txt{
    color: #008aff;
    font-size: 20px;
    line-height: 38px;
    display: inline;
    background: linear-gradient(transparent 95%, #008aff 15%);
    letter-spacing: 2px;
}
.secNews .secNewsList ul li a .txtBox .infoBtn{
    font-size: 16px;
    text-align: center;
    width: 160px;
    height: 40px;
    border: 1px solid #000;
    color: #000;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 17px;
    margin: 35px auto 0;
}
.inBtn{
    text-align: center;
}
.btnBox{
    position: relative;
    margin-top: 55px;
    display: inline-block;
    z-index: 1;
}
.btnBox a .btnInner::before,
.btnBox::after{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
}
.btnBox::after{
    bottom: -15px;
    left: 5px;
    width: 510px;
    height: 130px;
    border: 3px solid #df5e00;
    border-radius: 66px;
    z-index: -1;
}
.btnBox a{
    width: 510px;
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 66px;
    background-color: #df5e00;
    color: #fff9ad;
    margin: 0 auto;
    z-index: 2;
}
.btnBox a:hover{
    transform: translate(5px, 15px);
}
.btnBox a .btnInner{
    position: relative;
    font-size: 35px;
    letter-spacing: 1.5px;
}
.btnBox a .btnInner::before{
    top: 0;
    bottom: 0;
    left: -80px;
    width: 47px;
    height: 48px;
    background-image: url(../img/kannabe/lp/iconBtn.gif);
}
@media only screen and (max-width: 1650px) {
    .secNews .secNewsList ul {
        display: flex;
        justify-content: center;
    }
    .secNews .secNewsList ul li:nth-child(n+4){
        display: none;
    }
    .secNews .secNewsList ul li {
        width: 320px;
    }
}
@media only screen and (max-width: 767px) {
    .secNews{
        padding-top: 64px;
        padding-bottom: 45px;
    }
    .secNews .titBox .secTit::before{
        top: -32px;
        left: 0;
        right: 0;
        width: 30px;
        height: 23px;
        background-image: url(../img/kannabe/lp/iconNewsSp.png);
    }
    .secNews .secNewsList{
        margin-top: 15px;
        padding: 0;
        width: 90.626%;
    }
    .secNews .secNewsList ul{
        display: flex;
        flex-direction: column;
    }
    .secNews .secNewsList ul li{
        width: 100%;
        border-radius: 8px;
    }
    .secNews .secNewsList ul li:nth-child(n+4){
        display: block;
    }
    .secNews .secNewsList ul li + li{
        margin-left: 0;
        margin-top: 13px;
    }
    .secNews .secNewsList ul li a{
        width: 100%;
        padding: 10px!important;
        border-radius: 8px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .secNews .secNewsList ul li a .imgBox{
        width: 37.038%;
    }
    .secNews .secNewsList ul li a .imgBox .img{
        width: 100%;
        height: 0;
        padding-top: 88%;
        margin: 0 auto;
    }
    .secNews .secNewsList ul li a .txtBox{
        padding-top: 0;
        width: 55.56%;
    }
    .secNews .secNewsList ul li a .txtBox .txt{
        font-size: 13px;
        line-height: 25px;
        letter-spacing: 2px;
    }
    .secNews .secNewsList ul li a .txtBox .infoBtn{
        font-size: 11px;
        width: 72%;
        height: 27px;
        border-radius: 14px;
        margin: 7px auto 0;
    }
    .secNews .inBtn{
        display: none;
    }
}

/*-----------------------------------------------
	secMember
-----------------------------------------------*/
.secMember{
    width: 1236px;
    height: 775px;
    margin-top: 110px;
}
.secMember.lazyloaded{
    background: url(../img/kannabe/lp/bgNews.png) bottom center / contain no-repeat;
}
.secMember .inner{
    display: flex;
    align-items: flex-end;
    margin-left: 55px;
    margin-left: -30px;
}
.secMember .imgBox{
    margin-bottom: -35px;
}
.secMember .txtBox{
    margin-top: 60px;
    width: 42.858%;
}
.secMember .txtBox .pointList li .txtPoint{
    position: relative;
    display: inline-block;
    font-size: 26px;
    z-index: 2;
    padding: 0 15px;
}
.secMember .txtBox .pointList li .txtPoint::after {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 15px;
    border-radius: 5px;
    background-color: #fff9ad;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.secMember .txtBox .pointList li .titPoint{
    position: relative;
    font-size: 43px;
    color: #df5e00;
    margin-top: 20px;
    display: inline-block;
}
.secMember .txtBox .pointList li:nth-child(3) .titPoint::after{
    position: absolute;
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    margin: auto;
    display: block;
    bottom: 0;
    right: -114px;
    width: 124px;
    height: 110px;
    background-image: url(../img/kannabe/lp/iconMerit.png);
}
.secMember .txtBox .pointList li .midTxt{
    position: relative;
    font-size: 27px;
    line-height: 71px;
    color: #f8b86d;
    text-align: center;
}
.secMember .txtBox .pointList li .midTxt::before,
.secMember .txtBox .pointList li .midTxt::after{
    position: absolute;
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    margin: auto;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    width: 20.473%;
    height: 6px;
    background-image: url(../img/kannabe/lp/imgDot.gif);
}
.secMember .txtBox .pointList li .midTxt::after{
    left: auto;
    right: 0;
}
.secMember .txtBox .pointList li .inTxt{
    position: relative;
    font-size: 22px;
    line-height: 36px;
    margin-top: 20px;
    z-index: 2;
    display: inline-block;
    white-space: nowrap;
}
.secMember .txtBox .pointList li:nth-child(3) .inTxt::before,
.secMember .txtBox .pointList li:nth-child(3) .inTxt::after{
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    border-radius: 5px;
    background-color: #f8b86d;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.secMember .txtBox .pointList li:nth-child(3) .inTxt::after{
    bottom: -5px;
}
@media only screen and (max-width: 767px) {
    .secMember{
        width: auto;
        min-height: 478px;
        height: auto;
        margin-top: 32px;
        padding-top: 15px;
        position: relative;
    }
    .secMember.lazyloaded{
        background: url(../img/kannabe/lp/bgNewsSp.png) top center / contain no-repeat;
        background-size: 95.125% 100%;
    }
    .secMember .inner{
        flex-direction: column;
        margin-left: 0;
    }
    .secMember .imgBox{
        margin: 0 auto!important;
        max-width: 228px;
        width: 81.036%;
    }
    .secMember .txtBox{
        margin-top: 0;
        width: 87%;
        margin: 0 auto;
    }
    .secMember .txtBox .pointList li .txtPoint{
        font-size: 12px;
        z-index: 2;
        padding: 0 5px;
        font-weight: bold;
    }
    .secMember .txtBox .pointList li .txtPoint::after {
        height: 6px;
        border-radius: 1.5px;
    }
    .secMember .txtBox .pointList li .titPoint{
        font-size: 19px;
        margin-top: 10px;
    }
    .secMember .txtBox .pointList li:nth-child(3) .titPoint::after{
        right: -53px;
        width: 50px;
        bottom: 1px;
        height: 47px;
    }
    .secMember .txtBox .pointList li .midTxt{
        font-size: 12px;
        line-height: 35px;
        z-index: 2;
    }
    .secMember .txtBox .pointList li .midTxt::before,
    .secMember .txtBox .pointList li .midTxt::after{
        width: 40px;
        height: 3px;
        z-index: -1;
    }
    .secMember .txtBox .pointList li .midTxt::after{
        left: auto;
        right: 0;
    }
    .secMember .txtBox .pointList li .inTxt{
        font-size: 11px;
        line-height: 15px;
        margin-top: 10px;
        white-space: normal;
    }
    .secMember .txtBox .pointList li:nth-child(3) .inTxt::before,
    .secMember .txtBox .pointList li:nth-child(3) .inTxt::after{
        height: 1px;
        border-radius: 0;
    }
    .secMember .txtBox .pointList li:nth-child(3) .inTxt::after{
        bottom: -3px;
    }
    .secMember .txtBox .pointList li:nth-child(2){
        height: 35px;
        text-align: center;
    }
}
@media only screen and (max-width: 360px) {
    .secMember.lazyloaded{
        background-size: 88.125% 100%;
    }
    .secMember .txtBox{
        width: 80%;
    }
    .secMember .txtBox .pointList li:nth-child(3) .titPoint::after{
        right: -63px;
        width: 62px;
        height: 55px;
    }
}

/*-----------------------------------------------
	secSearh
-----------------------------------------------*/
.secSearh{
    margin-top: 120px;
    margin-bottom: 50px;
}
.secSearh .titBox .secTit::before {
    top: -60px;
    left: 0;
    right: 0;
    width: 38px;
    height: 35px;
    background-image: url(../img/kannabe/lp/iconSearch.gif);
}
.secSearh .searchArea{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.secSearh .boxMap {
    width: 52.183%;
}
.secSearh .searchBox{
    margin-top: 80px;
    background-color: #f4f4f4;
    height: 715px;
    display: flex;
    align-items: center;
}
.secSearh .secMapTxt{
    width: 39.091%;
}
.secSearh .secMapTxt ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.secSearh .secMapTxt ul li{
    width: 47.91%;
    height: 70px;
}
.secSearh .secMapTxt ul li:nth-child(n+3){
    margin-top: 20px;
}
.secSearh .secMapTxt ul li a{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 34px;
    border: 2px solid #fff;
    font-size: 17px;
    color: #fff;
}
.secSearh .secMapTxt ul li.fukuyama a{
    background-color: #e9c071;
}
.secSearh .secMapTxt ul li.ibara a{
    background-color: #da9781;
}
.secSearh .secMapTxt ul li.oda a{
    background-color: #9296ad;
}
.secSearh .secMapTxt ul li.kasaoka a{
    background-color: #8dbfd9;
}
.secSearh .secMapTxt ul li.asakuchic a{
    background-color: #83b9b9;
}
.secSearh .secMapTxt ul li.asakuchig a{
    background-color: #cfb498;
}
@media only screen and (max-width: 767px) {
    .secSearh{
        margin-top: 60px;    
        margin-bottom: 50px;
    }
    .secSearh .titBox .secTit::before {
        top:-40px;
        width: 24px;
        height: 22px;
        background-image: url(../img/kannabe/lp/iconSearchSp.gif);
    }
    .secSearh .searchArea{
        width: 82.1875%;
    }
    .secSearh .boxMap {
        width: 52.183%;
    }
    .secSearh .searchBox{
        margin-top: 25px;
        padding-top: 14px;
        padding-bottom: 45px;
        background-color: #f4f4f4;
        height: auto;
        display: flex;
        align-items: center;
    }
    .secSearh .secMapTxt{
        width: 100%;
    }
    .secSearh .secMapTxt ul{
        width: 95.06%;
        margin: 40px auto 0;
    }
    .secSearh .secMapTxt ul li{
        width: 45.63%;
        height: 40px;
    }
    .secSearh .secMapTxt ul li:nth-child(n+3){
        margin-top: 12px;
    }
    .secSearh .secMapTxt ul li a{
        border-radius: 20px;
        font-size: 11px;
    }
}

/*-----------------------------------------------
	secSchool
-----------------------------------------------*/
.secSchool{
    margin-top: 120px;
}
.secSchool .titBox .secTit::before {
    top: -50px;
    left: 0;
    right: 0;
    width: 39px;
    height: 28px;
    background-image: url(../img/kannabe/lp/iconSchool.gif);
}
.secSchool .secTab{
    margin-top: 90px;
	background: linear-gradient(90deg,#f4f4f4 0%,#f4f4f4 50%,#f9fbfb 50%,#f9fbfb 100%);
}
.secSchool.type2 .secTab{
	background: linear-gradient(90deg,#f9fbfb 0%,#f9fbfb 50%,#f4f4f4 50%,#f4f4f4 100%);
}
.secSchool .secTab .tab{
	width: 50%;
	display:block;
	height:120px;
	float:left;
	text-align:center;
	letter-spacing:4px;
	font-size:20px;
	padding:50px 0 0;
	cursor:pointer;
	color:#000;
}
.secSchool .secList{
	background:#f4f4f4;
	padding:50px 0 75px;
}
.secSchool .secList .select{
	background:#FFF;
	padding:5px 10px;
	width:450px;
	height:36px;
    border-radius: 3px;
}
.secSchool .conList{
    margin: 50px auto 0;
    font-size: 0;
}
.secSchool .conList .item{
	display:inline-block;
	vertical-align:top;
	font-size:17px;
    width: 42%;
	margin-bottom:22px;
	line-height:1.4;
	letter-spacing: 2px;
}
.secSchool .conList .item:nth-child(odd){
    margin-right: 50px;
    margin-left: 110px;
}
.secSchool .conList .item input{
	margin-left: 0;
}
.secSchool .conList .item .txtCheck{
	padding-left:6px;
}
.secSchool .schoolList.active{
	display:block;
}
.secSchool .schoolList,
.secSchool .schoolList .itemList{
	display:none;
}
.secSchool .schoolList .btnForm a .inner{
	background-image: url(../img/estate/imgCmnBtnBack.gif);
}
.secSchool .btnBox{
    margin-top: 20px;
}
.secSchool .schoolList .btnBox a {
    width: 400px;
    height: 60px;
    background: #78b3b5;
    color: #fff;
}
.secSchool .schoolList .btnBox a .btnInner {
    font-size: 18px;
}
.secSchool .schoolList .btnBox a .btnInner::before{
    display: none;
}
.secSchool .schoolList .btnBox::after {
    bottom: -6px;
    left: 6px;
    width: 400px;
    height: 60px;
    border: 2px solid #78b3b5;
}
.secSchool .schoolList .btnBox a:hover{
    transform: translate(6px,6px);
}
@media only screen and (max-width: 767px) {
    .secSchool{
        margin-top: 60px;
        margin-bottom: 0;
    }
    .secSchool .titBox .secTit::before {
        top: -35px;
        width: 25px;
        height: 18px;
        background-image: url(../img/kannabe/lp/iconSchoolSp.gif);
    }
    .secSchool .secTab{
        margin-top: 25px;
    }
    .secSchool .secTab .tab{
        width:50%;
        height:50px;
        letter-spacing:2px;
        font-size:13px;
        padding:20px 0 0;
    }
    .secSchool .secList{
        padding:17px 0 30px 0;
    }
    .secSchool .secList .select{
        width:100%;
        height:28px;
        border-radius: 2.5px;
    }
    .secSchool .conList{
        margin:25px auto 0;
        width: 100%;
    }
    .secSchool .conList .itemList {
        margin:0 auto 0;
        width: 80%;
    }
    .secSchool .conList .item{
        font-size:13px;
        width:48%;
        margin-bottom:15px;
        line-height:1.4;
        letter-spacing: 2px;
    }
    .secSchool .conList .item:nth-child(odd){
        margin-right: 5px;
        margin-left: 0;
    }
    .secSchool .conList .item input{
        margin-left: 0;
    }
    .secSchool .conList .item .txtCheck{
        padding-left:6px;
    }
    .secSchool .schoolList{
        display:none;
    }
    .secSchool .schoolList.active{
        display:block;
    }
    .secSchool .schoolList .itemList{
        display:none;
    }
    .secSchool .schoolList .btnForm a .inner{
        background-image: url(../img/estate/imgCmnBtnBack.gif);
    }
    .secSchool .btnBox{
        width: 92.404%;
        margin-top: 10px;
    }
    .secSchool .schoolList .btnBox a {
        width: 100%;
        height: 37px;
    }
    .secSchool .schoolList .btnBox a .btnInner {
        font-size: 14px;
    }
    .secSchool .schoolList .btnBox a .btnInner::before{
        display: none;
    }
    .secSchool .schoolList .btnBox::after {
        width: 100%;
        height: 37px;
        border: 2px solid #78b3b5;
    }
    .secSchool .schoolList .btnBox a:hover{
        transform: translate(6px, 5px);
    }
}

/*-----------------------------------------------
	secCompany
-----------------------------------------------*/
.secCompany{
    padding: 150px 0 175px 0;
}
.secCompany.lazyloaded {
    background: url(../img/kannabe/lp/bgCompany.gif) center bottom / auto no-repeat #edf7fa;
}
.secCompany .wrapper1035{
    width: 1035px;
    margin: 0 auto;
}
.secCompany .wrapper{
    background-color: #fff;
    border-radius: 25px;
    padding: 47px 65px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.secCompany .txtBox .companyTxt{
    font-size: 23px;
    line-height: 33px;
    font-weight: bold;
}
@media only screen and (max-width: 767px) {
    .secCompany{
        padding: 27px 0 110px 0;
    }
    .secCompany.lazyloaded {
        background: url(../img/kannabe/lp/bgCompanySp.gif) center bottom / contain no-repeat #edf7fa;
    }
    .secCompany .wrapper1035{
        width: 82.8125%;
    }
    .secCompany .wrapper{
        border-radius: 10px;
        padding: 20px 25px;
        flex-direction: column;
    }
    .secCompany .wrapper .imgBox{
        width: 69.77%;
        height: auto;
    }
    .secCompany .txtBox{
        margin-top: 10px;
    }
    .secCompany .txtBox .companyTxt{
        font-size: 12px;
        line-height: 19px;
        text-align: center;
        white-space: nowrap;
    }
}

/*-----------------------------------------------
	secPeace
-----------------------------------------------*/
.secPeace{
    padding-top: 140px;
    padding-bottom: 120px;
}
.secPeace.lazyloaded{
    background: url(../img/kannabe/lp/bgNews.gif);
}
.secPeace .wrapper{
    position: relative;
    text-align: center;
    background-color: #fff;
    border-radius: 27px;
    z-index: 2;
    padding-bottom: 85px;
}
.secPeace .wrapper::before{
    content:"";
    position:absolute;
    width:460px;
    height:300px;
    border-radius:100%;
    background:#fff;
    top: -75px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}
.secPeace .topTxtBox .peaceTit{
    font-size: 27px;
    position: relative;
    padding-bottom: 20px;
    display: inline-block;
}
.secPeace .topTxtBox .peaceTit::after{
    content:"";
    display:block;
    width:44px;
    height:4px;
    background-color:#009fc7;
    position:absolute;
    bottom:0;
    left:0;
    right: 0;
    margin: auto;
}
.secPeace .topTxtBox .titImg{
    margin: 10px 0;
}
.secPeace .topTxtBox .peaceTxt{
    position: relative;
    font-size: 18px;
    line-height: 30px;
    z-index: 2;
}
.secPeace .peaceListBox .peaceList{
    display: flex;
    flex-direction: column;
    margin: 80px auto 0;
    width: 1000px;
    padding-left: 30px;
}
.secPeace .peaceListBox .peaceList li{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.secPeace .peaceListBox .peaceList li + li{
    margin-top: 110px;
}
.secPeace .peaceListBox .peaceList li:last-child{
    margin-bottom: 90px;
}
.secPeace .peaceListBox .peaceList li .imgBox{
    width: 40%;
    margin-top: -90px;
}
.secPeace .peaceListBox .peaceList li:nth-child(1) .imgBox{
    margin-left: 25px;
}
.secPeace .peaceListBox .peaceList li:nth-child(2) .imgBox{
    margin-right: 30px;
    margin-top: -60px;
}
.secPeace .peaceListBox .peaceList li:nth-child(3) .imgBox{
    margin-left: 25px;
}
.secPeace .peaceListBox .peaceList li:nth-child(4) .imgBox{
    margin-right: 30px;
    margin-top: -70px;
}
.secPeace .peaceListBox .peaceList li .txtBox{
    text-align: left;
    padding-left: 95px;
    width: 51%;
}
.secPeace .peaceListBox .peaceList li .txtBox .listTit{
    position: relative;
    font-size: 33px;
    line-height: 44px;
    z-index: 2;
}
.secPeace .peaceListBox .peaceList li:nth-child(4) .txtBox .listTit{
    white-space: nowrap;
}
.secPeace .peaceListBox .peaceList li .txtBox .listTit::before{
    position: absolute;
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    margin: auto;
    display: block;
    top: 0;
    bottom: 0;
    left: -85px;
    width: 85px;
    height: 95px;
    background-image: url(../img/kannabe/lp/peaceNum01.gif);
    z-index: -1;
}
.secPeace .peaceListBox .peaceList li:nth-child(1) .txtBox .listTit::before{
    left: -70px;
}
.secPeace .peaceListBox .peaceList li:nth-child(2) .txtBox .listTit::before{
    background-image: url(../img/kannabe/lp/peaceNum02.gif);
}
.secPeace .peaceListBox .peaceList li:nth-child(3) .txtBox .listTit::before{
    background-image: url(../img/kannabe/lp/peaceNum03.gif);
}
.secPeace .peaceListBox .peaceList li:nth-child(4) .txtBox .listTit::before{
    background-image: url(../img/kannabe/lp/peaceNum04.gif);
}
.secPeace .peaceListBox .peaceList li .txtBox .listTxt{
    margin-top: 25px;
    position: relative;
    font-size: 19px;
    line-height: 30px;
    z-index: 2;
}
.secPeace .peaceListBox .peaceList li .txtBox .listTxt .fOrg{
    color: #ff8a00;
}
.secPeace .btnBox {
    margin-top: 0;
}
.secPeace .btnBox a {
    width: 480px;
    height: 70px;
    background: #78b3b5;
    color: #fff;
}
.secPeace .btnBox::after {
    bottom: -6px;
    left: 6px;
    width: 480px;
    height: 70px;
    border: 2px solid #78b3b5;
}
.secPeace .btnBox a .btnInner::before{
    display: none;
}
.secPeace .btnBox a .btnInner {
    font-size: 20px;
    letter-spacing: 3px;
}
.secPeace .btnBox a:hover{
    transform: translate(6px,6px);
}
@media only screen and (max-width: 767px) {
    .secPeace{
        padding-top: 70px;
        padding-bottom: 50px;
    }
    .secPeace .wrapper{
        width: 87.5%;
        border-radius: 6px;
        padding-bottom: 25px;
    }
    .secPeace .wrapper::before{
        width:210px;
        height:150px;
        top: -40px;
    }
    .secPeace .topTxtBox .peaceTit{
        font-size: 13px;
        padding-bottom: 10px;
    }
    .secPeace .topTxtBox .peaceTit::after{
        width:20px;
        height:2px;
    }
    .secPeace .topTxtBox .titImg{
        margin: 5px auto;
        width: 63.576%;
    }
    .secPeace .topTxtBox .peaceTxt{
        font-size: 12px;
        line-height: 20px;
    }
    .secPeace .peaceListBox .peaceList{
        display: flex;
        flex-direction: column;
        margin: 20px auto 0;
        width: 100%;
        padding-left: 0;
    }
    .secPeace .peaceListBox .peaceList li{
        flex-direction: column;
    }
    .secPeace .peaceListBox .peaceList li + li{
        margin-top: 40px;
    }
    .secPeace .peaceListBox .peaceList li:last-child{
        margin-bottom: 0;
    }
    .secPeace .peaceListBox .peaceList li .imgBox{
        width: 100%;
        margin: 15px auto 0!important;
        order: 2;
    }
    .secPeace .peaceListBox .peaceList li:nth-child(1) .imgBox{
        width: 71.79%;
    }
    .secPeace .peaceListBox .peaceList li:nth-child(2) .imgBox{
        width: 83.576%;
        margin: 15px auto 0 5%!important;
    }
    .secPeace .peaceListBox .peaceList li:nth-child(3) .imgBox{
        width: 75.716%;
    }
    .secPeace .peaceListBox .peaceList li:nth-child(4) .imgBox{
        width: 86.79%;
    }
    .secPeace .peaceListBox .peaceList li .txtBox{
        text-align: left;
        padding-left: 57px;
        padding-right: 10%;
        width: 100%;
        order: 1;
    }
    .secPeace .peaceListBox .peaceList li .txtBox .listTit{
        font-size: 16px;
        line-height: 20px;
        white-space: nowrap;
    }
    .secPeace .peaceListBox .peaceList li:nth-child(1) .txtBox .listTit::before{
        left: -40px;
    }
    .secPeace .peaceListBox .peaceList li .txtBox .listTit::before{
        left: -35px;
        width: 28px;
        height: 45px;
        background-image: url(../img/kannabe/lp/peaceNum01Sp.gif);
    }
    .secPeace .peaceListBox .peaceList li:nth-child(2) .txtBox .listTit::before{
        background-image: url(../img/kannabe/lp/peaceNum02Sp.gif);
    }
    .secPeace .peaceListBox .peaceList li:nth-child(3) .txtBox .listTit::before{
        background-image: url(../img/kannabe/lp/peaceNum03Sp.gif);
    }
    .secPeace .peaceListBox .peaceList li:nth-child(4) .txtBox .listTit::before{
        background-image: url(../img/kannabe/lp/peaceNum04Sp.gif);
    }
    .secPeace .peaceListBox .peaceList li .txtBox .listTxt{
        margin-top: 16px;
        font-size: 12px;
        line-height: 20px;
    }
    .secPeace .btnBox{
        display: none;
    }
}

/*-----------------------------------------------
	secSns
-----------------------------------------------*/
.secSns{
    margin-top: 120px;
    margin-bottom: 90px;
}
.secSns .titBox .secTit::before {
    top:-60px;
    left: 0;
    right: 0;
    width: 24px;
    height: 42px;
    background-image: url(../img/kannabe/lp/iconSns.gif);
}
.secSns .snsList{
    width: 1013px;
    margin: 60px auto 0;
    display: flex;
    justify-content: space-between;
}
@media only screen and (max-width: 767px) {
    .secSns{
        margin-top: 60px;
        margin-bottom: 35px;
    }
    .secSns .titBox .secTit::before {
        top: -40px;
        width: 15px;
        height: 26px;
        background-image: url(../img/kannabe/lp/iconSnsSp.gif);
    }
    .secSns .snsList{
        width: 92.816%;
        margin: 24px auto 0;
        flex-direction: column;
    }
    .secSns .snsList li + li{
        margin-top: 11px;
    }
}