@charset "utf-8";

.contents {
    margin: 0 auto;
    width: 1024px;
}

a {
    transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
}

/*-------------------------------------
パンくず
-------------------------------------*/
#breadcrumb {
    padding-left:30px;
    font-size:10px;
    border-bottom: 1px solid #e5e5e5;
}
#breadcrumb li {
    display:inline-block;
    line-height:45px;
}
#breadcrumb li:before {
    content:"\003e";
    display:inline-block;
    margin:0 15px;
}
#breadcrumb .h:before {content:none;}
#breadcrumb li a:hover {text-decoration:underline;}

/* ボタン
-------------------------------------*/
.btn {
    display:inline-block;
    margin:0;
    padding:6px 10px;
    line-height:1.5;
    font-size:14px;
    color:#fff !important;
    background:#fe7d17;
    border-radius:3px;
    text-decoration:none !important;
    text-shadow:0 0 !important;
}
a.btn:hover {
    opacity:0.8;
    filter:alpha(opacity=80);
}
.btn i,
.btn em,
.btn span {
    margin:0;
    display:inline-block;
    vertical-align:middle;
}
.btn i,
.btn em {font-size:16px;}
.btn i + span,
.btn em + span {margin-left:10px;}
.btn span + i,
.btn span + em {margin-left:10px;}
.btn .small {font-size:12px;}
.btn-small {
    padding:2px 10px;
    font-size:12px;
}
.btn-small i,
.btn-small em {font-size:14px;}
.btn-red {background:#df4a4a;}
.btn-blue {background:#00b6eb;}
.btn-pink {background:#ff6a65;}
.btn-green {background:#26b597;}
.btn-yellow {background:#ffad00;}
.btn-gray {background:#999;}
.btn-white {
    color:#fe7d17 !important;
    background:#fff;
    border:1px solid #e5e5e5;
}
.btn-white span {color:#333 !important;}
.btn-c {text-align:center;}
.btn-circle {
    display:inline-block;
    height:180px;
    padding-top:20px;
    line-height:1.2;
    color:#fff;
    border:8px solid #fff;
    border-radius:90px;
    text-decoration:none !important;
    text-align:center;
}
a.btn-circle:hover {
    opacity:0.8;
    filter:alpha(opacity=80);
}
.btn-circle img {width:50px;}
.btn-circle span {
    display:table-cell;
    width:164px;
    height:60px;
    vertical-align:middle;
}
.btn-circle i {
    font-size:20px;
    margin:0;
}
.btn-circle.red {background:#ff6767;}
.btn-circle.red i {color:#df4a4a;}
.btn-circle.yellow {background:#ffae00;}
.btn-circle.yellow i {color:#cf9007;}
.btn-circle.green {background:#9c3;}
.btn-circle.green i {color:#7ab00f;}



/* .request
-------------------------------------*/
#contents .request {
    padding:40px 0;
    background:#fff2e7;
    border-top:1px solid #e5e5e5;
    border-bottom:1px solid #e5e5e5;
    text-align:center;
}
#contents .request li {
    display:inline-block;
    margin:0 10px;
}
#contents .request .btn {
    display:table-cell;
    width:390px;
    height:94px;
    line-height:1;
    font-size:20px;
    border-bottom:4px solid #e76905;
    border-radius:5px;
    vertical-align:middle;
}
#contents .request .btn span {text-shadow:0px -1px 1px #e76905,0px 1px 1px #fe7d17;}
#contents .request .caption1 {font-size:14px;}
#contents .request .number {
    margin:2px 0;
    padding-left:45px;
    font-size:32px;
    font-family:'Arial','Tahoma',sans-serif;
    background:url("../img/icon/request_tel.png") no-repeat 0 center;
    text-shadow:0px -2px 1px #e76905,0px 2px 1px #fe7d17;
}
#contents .request .number.nofc {
    padding-left: 0;
    background: none;
}
#contents .request .caption2 {font-size:12px;}
#contents .request p {
    margin-bottom:20px;
    line-height:1.5;
    font-size:20px;
}
#contents .request p .note{font-size:16px;}
#contents .request .btn-wrap .btn {
    display:inline-block;
    height:auto;
    padding:20px;
}


/* pagetop */

#contents .pagetopBox{
    background-color:#fff;
    width:100%;
    height:40px;
}

#contents .pagetopBox .pagetop{
    margin-right:20px;
    font-size:14px;
    text-align:right;
}

#contents .pagetopBox .pagetop a {
}

#contents .pagetopBox .pagetop a:hover {
    opacity:0.8;
    filter:alpha(opacity=80);
}

#contents .pagetopBox .pagetop .pagetop i {
    font-size:24px;
    vertical-align:-0.15em;
}

.pagetop {
    width: 1024px;
    margin:20px auto 120px;
    font-size:14px;
    text-align:right;
}
.pagetop a:hover {
    opacity:0.8;
    filter:alpha(opacity=80);
}
.pagetop i {
    font-size:24px;
    vertical-align:-0.15em;
}




main {
    display: block;
    padding-top: 162px;
}

/* index */
.topHead {
    background: #fff url('img/bg_head.jpg') center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    height: 585px;
    position: relative;
}
.topHead h1 {
    bottom: 0;
    height: 120px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 1024px;
}

.topHead h1 img {display: block;}

.topHead h1 span {
    color: #13b5b1;
    display: block;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    margin-top: 35px;
}

#pagemenu {
    margin: 95px auto;
    width: 1024px;
}

#pagemenu ul {margin-top: 20px;}

#pagemenu ul:after {
    clear: both;
    content: '';
    display: block;
}

#pagemenu ul li {
    background-color: #13b5b1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    float: left;
    font-size: 23px;
    font-weight: normal;
    height: 80px;
    margin-left: 35px;
    padding: 25px 0;
    position: relative;
    text-align: center;
    width: 318px;
}
#pagemenu ul li.btdown{
	background-color:#d99e00;
	padding:15px 0;
	line-height:30px;
}
#pagemenu ul li.btdown:before{
	padding:12px 0;
}
#pagemenu ul:first-child {margin-top: 0;}
#pagemenu ul li:first-child {margin-left: 0;}


#pagemenu ul li:before {
    content: '\f01a';
    display: inkine-block;
    font-family: FontAwesome;
    font-size: 24px;
    font-weight: normal;
    left: 20px;
    margin: auto;
    position: absolute;
    vertical-align: top;
}

#pagemenu ul li:hover {opacity: .7;}

.titleArea {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    height: 300px;
    position: relative;
}

.titleArea > div {
    /*
    background-color: #fff;
    bottom: 0;
    height: 450px;
    position: absolute;
    width: 100%;
    z-index: 2;
    */
}

.titleArea h2 {
    background: url('img/bg_white.png') 0 0 repeat;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    bottom: 0;
    font-size: 50px;
    height: 140px;
    left: 0;
    line-height: 1.1;
    margin: auto;
    right: 0;
    overflow: hidden;
    top: 0;
    width: 600px;
    padding: 20px 0;
    position: absolute;
    white-space: nowrap;
}
.titleArea#branding_tool h2 {
	width: 700px;
	height:100px;
}
.titleArea h2 span {
    display: block;
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    margin-top: 20px;
}

#PandO {background-image: url('img/bg_01.jpg');}
#businessModel {background-image: url('img/bg_02.jpg');}
#vision {background-image: url('img/bg_03.jpg');}
#branding {background-image: url('img/bg_04.jpg');}
#inheritance {background-image: url('img/bg_05.jpg');}
#inheritance {background-image: url('img/bg_05.jpg');}
#promotion {background-image: url('img/bg_06.jpg');}
#managementValue {background-image: url('img/bg_07.jpg');}
#management {background-image: url('img/bg_08.jpg');}
#lecturer {background-image: url('img/bg_09.jpg');}
#branding_tool {background-image: url('img/bg_10.jpg');}
#marketing {background-color: #ccc;}

.cmMenu {
    margin: auto;
    padding: 100px 0 110px;
    width: 1024px;
}

.cmMenu h3 {
    font-size: 36px;
    line-height: 1;
    margin: 50px 0 50px;
}

.cmMenu h3:first-child {margin-top: 0;}

.cmMenu ul {width: 100%;}

.cmMenu ul:after {
    clear: both;
    content: '';
    display: block;
}

.cmMenu ul li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
/*    height: 90px;*/
    height: 165px;
    margin-bottom: 50px;
    margin-left: 32px;
    position: relative;
    width: 496px;
}

.cmMenu ul li.max {width: 100%;}

.cmMenu ul li:nth-child(odd) {
    margin-left: 0;
}

#main .cmMenu ul li a,
#main .cmMenu ul li p {
    border: 4px solid #13b5b1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #13b5b1;
    display: table;
    height: 90px;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 100%;
}
#main .cmMenu.btcmMenu ul li a,
#main .cmMenu.btcmMenu ul li p{
	border: 4px solid #d99e00;
	color: #d99e00;
}
#main .cmMenu.btcmMenu ul li a:hover {
	background-color: #d99e00;
}
#main .cmMenu ul li a span,
#main .cmMenu ul li p span {
    display: table-cell;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
    vertical-align: middle;
}

#main .cmMenu ul li a:hover {
    background-color: #13b5b1;
    color: #fff;
}

#main .cmMenu ul li.cs p span {
    position: relative;
}

#main .cmMenu ul li.cs:hover p {
    border-color: #898989;
}


#main .cmMenu ul li.cs p span:after {
    background: url('img/bg_gray.png') repeat;
    color: #fff;
    content: 'coming soon';
    display: block;
    font-weight: normal;
    height: 100%;
    opacity: 0;
    padding: 30px 0;
    position: absolute;
    transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    top: 0;
    width: 100%;
}

#main .cmMenu ul li.cs:hover p span:after {
    opacity: 1;
}

#main .cmMenu ul li p.lead_text {
    border: none;
    display: inline-block;
    height: auto;
    margin: 0 0 15px;
    font-size: 20px;
    color: #6f6f6f;
    text-align: left;
}

/* naka */
.headline {
/*    background: #fff url('img/bg_academy.jpg') 0 0 no-repeat;*/
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    overflow: hidden;
    padding: 120px 0;
}

.headline h1,
.headline p,
.headline ul{
    margin: 0 auto;
    width: 1024px;
}

.headline h1 {
    color: #000;
    font-size: 67px;
    line-height: 1.2;
    overflow: visible;
    white-space: nowrap;
}

.headline h1 span {font-size: 30px;}

.headline p {
    color: #13b5b1;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.7;
    margin: 30px auto;
}

.headline ul:after {
    clear: both;
    content: '';
    display: block;
}

.headline ul li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    height: 50px;
    text-align: center;
    transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    width: 260px;
}

.headline ul li:hover {
    opacity: .8;
}

.headline ul li a {
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;
}

.headline ul li.dw {
    background: #1d5ea9 url('img/icon_dw.gif') center left 45px no-repeat;
    margin-right: 15px;
    padding-left: 20px;
}

.headline ul li.ct {
    background-color: #ec644c;
}

h2 {
    text-align: center;
    margin-bottom: 55px;
}

h2 span {
    display: block;
    font-size: 27px;
    margin-top: 20px;
}

#purpose {
    padding: 120px 0;
}

#purpose > div:after {
    clear: both;
    content: '';
    display: block;
}

#purpose .video {
    float: right;
    margin-left: 35px;
    width: 560px;
}

#purpose .video p {
    position: relative;
/* }

#purpose .video p.start { */
    cursor: pointer;
    transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
}

#purpose .video p.start:hover {
    opacity: .8;
}

#purpose .video p img.play {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}

#purpose .video video {
    width: 560px;
}

#purpose .video figcaption {
    line-height: 1.8;
    margin-top: 20px;
}

#purpose .copy {
    line-height: 1.8;
}

#purpose .copy p {
    font-size: 17px;
    letter-spacing: .1em;
    margin-bottom: 1em;
}

#effect {
    background: #fff url('img/bg_effect.jpg') top center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 120px 0;
    text-align: center;
}

#effect h3 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 40px;
    text-align: center;
}

#effect ul {
    display: inline-block;
}

#effect ul li {
    font-size: 18px;
    margin-top: 30px;
    text-align: left;
}

#effect ul li:before {
    content: '●';
    display: inline-block;
    font-size: 90%;
    margin-right: 5px;
    vertical-align: text-top;
}
#effect ul.count {
    counter-reset: count;
}
#effect ul.count li:before {
    background-color: #333;
    border-radius: 100%;
    color: #fff;
    content: counter(count);
    counter-increment: count;
    display: inline-block;
    font-size: 15px;
    line-height: 25px;
    margin-right: 5px;
    text-align: center;
    width: 25px;
    vertical-align: text-top;
}

#effect ul li:first-child {
    margin-top: 0;
}
#effect hr {border: none;}
#effect hr + p {
    border: 5px solid #535353;
    color: #535353;
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.6;
    margin: 55px auto 0;
    padding: 30px 30px;
    text-align: center;
    min-width: 1024px;
    max-width: 1200px;
}

#content {
    background-color: #65aeb8;
    margin-top: 0;
    padding: 120px 0;
}

#content h2 span {
    color: #fff;
}

#content dl {
    border-bottom: 1px dashed #fff;
    margin: auto;
    padding: 40px 0;
    width: 1024px;
}

#content h2 + dl {
    border-top: 1px dashed #fff;
}

#content h2 + p {
    border-bottom: 1px dashed #fff;
    margin: auto;
    padding-bottom: 60px;
    text-align: center;
    width: 1024px;
}

#content dl dt {
    border: 3px solid #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 30px;
    min-width: 280px;
    padding: 13px 20px;
    text-align: center;
}

#content dl dd {
    color: #fff;
    font-size: 16px;
    line-height: 1.8;
}

#results {
    background: #fff url('img/bg_result.jpg') center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 120px 0 100px;
}

#results > div {
    font-size: 0;
    margin: auto;
    text-align: center;
}

#results > div:after {
    clear: both;
    content: '';
    display: block;
}

/* リンク有り */

#results > div a {
    color: #333;
    display: inline-block;
    margin: 0 13px 20px;
    text-decoration: none;
    vertical-align: top;
    width: 324px;
}

#results > div a:hover dl {
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,.8);
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,.8);
}

#results > div dl {
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0px 2px 1px 0px rgba(0,0,0,.6);
    box-shadow: 0px 2px 1px 0px rgba(0,0,0,.6);
    font-size: 14px;
    height: 100%;
    padding: 30px 19px 35px;
    transition: 0.2s linear;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    width: 100%;
}

#results > div a:first-child {
/*    margin-left: 0;*/
}

#results > div dl dt {
    border-bottom: 2px solid #489ca8;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #489ca8;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2;
    padding-bottom: 25px;
    text-align: center;
}

#results > div dl dd {
    line-height: 1.6;
    margin-top: 25px;
    text-align: left;
}

/* リンクなし */
#results > div > dl {
    display: inline-block;
    margin-left: 26px;
    vertical-align: top;
    width: 324px;
}

#results > div > dl:first-child {
    margin-left: 0;
}


.mb30 {
    margin-bottom: 30px;
}

.fz18 {
    font-size: 18px;
}

/* 3ドメインリンク */
.btn3domainWrap {
    clear: both;
    margin-top: 20px;
    overflow: hidden;
}
.btn3domain {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    float: left;
    font-size: 20px;
    font-weight: normal;
    height: 80px;
    position: relative;
    text-align: center;
    text-decoration: none !important;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    width: 318px;
}
.btn3domain + .btn3domain {margin-left: 35px;}
.btn3domain:hover {opacity: .8;}
.btn3domain.food {
    background-color: #d22225;
    line-height: 1.3;
    padding: 15px 0;
}
.btn3domain.health {
    background-color: #009ea7;
    padding: 27px 0;
}
.btn3domain.house {
    background-color: #016832;
    line-height: 1.3;
    padding: 15px 0;
}
.btn3domain.construction {
    background-color: #070a4a;
    line-height: 1.3;
    padding: 15px 0;
}
.btn3domain.brand {
    background-color: #000080;
    line-height: 1.3;
    padding: 15px 0;
}
.btn3domain:before {
    bottom: 0;
    content: '\f0a9';
    display: inline-block;
    font-family: FontAwesome;
    font-size: 24px;
    font-weight: normal;
    height: 30px;
    left: 20px;
    margin: auto;
    position: absolute;
    top: 0;
    width: 24px;
}

@media screen and (max-width: 1023px) {
    .contents {
        margin: 0 12px;
        width: 1000px;
    }

    #pagemenu ul {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin: auto 20px;
        width: auto;
    }
    #pagemenu ul li {
        width: 304px;
    }

    .cmMenu {
        margin: auto;
        padding: 100px 20px 110px;
        width: auto;
    }
    .cmMenu ul li {
        width: 476px;
    }

    .headline h1 {
        font-size: 59px;
        white-space: normal;
    }
    .headline,
    #content {
        padding-left: 20px;
        padding-right: 20px;
    }
    #content h2 + p {width: 100%;}
    #effect hr + p {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin-right: 20px;
        margin-left: 20px;
        min-width: 70%;
        max-width: 100%;
    }
    #results > div {
        padding: 0 15px;
        width: 100%;
    }
    #results > div a {
        margin-bottom: 20px;
        margin-left: 10px;
        margin-right: 10px;
        width: 310px;
    }
    #results > div a:first-child {margin-left: 10px;}
    #results > div dl {
    }

    .topHead h1, .headline h1, .headline p,.headline ul,.headline h1, .headline p, .headline ul,#results > div,#content dl {
        width: auto;
    }
    .topHead h1{
        padding: 0 20px;
    }
}

@media screen and (max-width: 479px) {
    main{
        padding-top: 210px;
    }
    .contents {
        margin: 0 12px;
        width: 1000px;
    }

    #pagemenu ul {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin: 20px 20px 0;
        width: auto;
    }
    #pagemenu ul li {
        width: 304px;
    }

    .cmMenu {
        margin: auto;
        padding: 100px 20px 110px;
        width: auto;
    }
    .cmMenu ul li {
        width: 476px;
    }

    /*
    .headline,
    #results,
    #content {
    padding: 12px 20px;
}
    */

    #results > div dl {
        width: 310px;
    }

    .topHead h1, .headline h1, .headline p,.headline ul,.headline h1, .headline p, .headline ul,#results > div,#content dl {
        width: auto;
    }
    .topHead h1{
        padding: 0 20px;
    }
}

/* 2020/10/01追記 */
.hr_information{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px auto 50px;
}?