@charset "utf-8";
/* CSS Document */

/*濃い色　#85D53E*/
/*激薄色　#f2ffee*/

/* Reset
------------------------------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
article, aside, dialog, figure, footer, header, hgroup, nav, section {
	display: block;
	position: relative;
 /zoom: 1;
}
html {
	height: 100%;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
	padding-left: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Fonts
------------------------------------------------------------*/
body {
	font-family:"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	line-height: 1.8;
	font-size: 18px;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	color: #333;
}
@media screen and ( max-width: 736px ){
	body {
		font-size: 15px;
		line-height: 1.4;
	}
}

/* 横幅
------------------------------------------------------------*/
.whopper {
	max-width: 1060px;
	margin: 0 auto;
}

/* 共通
------------------------------------------------------------*/

/* aタグ全般 */
.content_space a{
}

/*インデントつけたい時*/
.indent{
	text-indent: -1em;
	padding-left: 1em;
}

.ctol{
	text-align: center;
}

.emphasize{
	text-align: center;
	margin:10px 0 40px;
	font-size: 1.6rem;
	font-weight: bold;
	color: #333;
}

.error {
	color: #C80003;
	font-weight: bold;
}

.white{
    color: #fff !important;
}

.PConly{
	display: block;
}
.SPonly{
	display: none;
}
@media screen and ( max-width: 736px ){
    .ctol{
        text-align: left;
    }
	.emphasize{
		margin: 0 0 20px;
		font-size: 1.2rem;
	}
	.PConly{
		display: none;
	}
	.SPonly{
		display: block;
	}
}

/* header
------------------------------------------------------------*/
#top-head {
	padding: 10px 5px 10px 5px;
    top: -100px;
    position: fixed;
    width: 100%;
    margin: 100px auto 0;
    line-height: 1;
    z-index: 999;
	background: #fff;
	box-shadow: 0px 2px 8px #00000020;
    font-size: 0px;
}
#top-head .inner {
}
#kr-logo {
    float: left;
    font-size: 0px
}
#kr-logo img {
	max-width: 110px;
	width: 100%;
}
#nav-cv {
    float: right;
    margin-right: 20px;
}

@media screen and (max-width: 736px) {
    #top-head {
        top: 0;
        margin-top: 0;
    }
    #kr-logo {
        width: 30%;
    }
    #kr-logo img {
		max-width: 80px;
    }
    #nav-cv {
        margin-right: 3%;
    }
}

/* footer
------------------------------------------------------------*/
#footer {
	padding: 20px 0;
	background: #221815;
    color:#fff;
	text-align: center;
    font-size: 70%;
}

#footer p {
}

#footer nav a:last-child {
    border-right: none;
    padding-left: 6px;
}

#footer nav a {
    line-height: 17px;
    display: inline-block;
    font-weight: 300;
    color:#fff;
    text-decoration: none;
    border-right: 1px solid #b6b6b6;
    padding-right: 8px;
}

/* content
------------------------------------------------------------*/
.content_space {
	padding: 50px 20px 120px;
}

.content_title {
	margin: 40px 0;
}

.content_title p {
	font-size: 200%;
	color: #85D53E;
	font-weight: bold;
	text-align: center;
}

@media screen and ( max-width: 736px ){
    .content_space {
        padding: 40px 4% 60px;
        width: 92%;
    }
	.content_title {
		margin: 20px 0;
	}
	.content_title p {
		font-size: 160%;	
	}
}

/* description
------------------------------------------------------------*/
.description{
	padding: 60px 0 20px;
}

@media screen and ( max-width: 736px ){
	.description{
		padding: 30px 0 20px;
	}
}

.mtb40{
	margin: 40px 0;
}

.mb40{
	margin: 0 0 40px;
}

/* CVボタン
------------------------------------------------------------*/
span.cv{
}
.cv button{
    padding: 20px 8%;
    border: none;
    border-radius: 8px;
    color: #fff !important;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}
.trial button{
    background: #fa0;
    border-bottom: solid 5px #895B00;
}
.form button{
    background: #6bb551;
    border-bottom: solid 5px #427331;
}
.cv button:hover{
    border-bottom: none ;
    margin-top: 5px;
}
#nav-cv button{
    width: 200px;
    padding: 6px 8px;
    font-size: 16px;
}

@media screen and ( max-width: 736px ){
    span.cv{
        margin: 40px 0 20px;
    }
	.cv button{
        width: 98%;
        padding: 3% 1%;
    }
    #nav-cv button{
        max-width: 180px;
        padding: 4px 2%;
        font-size: 14px;
    }
}

/* 個別ID指定
------------------------------------------------------------*/

/* top */
#top{
	margin-top: 64px;
    background: linear-gradient(120deg, rgb(33, 92, 160), rgb(100, 180, 200));
    color: #fff;
}
#top .content_space{
    padding: 80px 20px 100px;
}
#top h1{
    margin: 30px 0 60px;
    font-size: 44px;
    font-weight: bold;
    line-height: 1.3;
}
#top .main{
    width: 100%;
}
#top .main .main_texts{
    width: 58%;
    margin-left: 5%;
    display: inline-block;
    vertical-align: middle;
}
#top .main .main_texts h3{
    font-size: 26px;
    font-weight: bold;
    line-height: 1.3;
}
#top .main .main_texts p{
    font-size: 18px;
}
#top .main .main_texts p.cv{
    margin-top: 30px;
}
#top .main .main_img{
    width: 35%;
    display: inline-block;
    vertical-align: middle;
}
#top .main .main_img img{
    width: 99%;
}

@media screen and ( max-width: 736px ){
	#top {
		margin-top: 53px;
	}
    #top .content_space{
        padding: 40px 4% 40px;
    }
    #top h1{
        margin: 30px 0 20px;
        font-size: 23px;
    }
    #top .main{
    }
    #top .main .main_texts{
        width: 64%;
        margin-left: 0;
    }
    #top .main .main_text_box{
        margin: 50px auto 30px;
    }
    #top .main .main_text_box h3{
        font-size: 24px;
        font-weight: bold;
    }
    #top .main .main_text_box p{
        font-size: 16px;
    }
    #top .main .main_img{
        width: 33%;
        margin-right: 0;
    }
    #top .main .main_img img{
        max-width: 200px;
    }
}

/* overview */
.about_salesforce{
    max-width: 800px;
    margin: auto;
}
.about_salesforce p{
    font-size: 90%;
}
.about_kreisel{
    max-width: 820px;
    margin: 80px auto 0;
    padding: 25px 2% 40px;
    background-color: #f2ffee;
    border-radius: 8px;
}
.about_kreisel .emphasize{
    color: #427331;
}
.auto_save{
    max-width: 650px;
    margin: auto;
}
.auto_save_text{
    display: inline-block;
    width: 87%;
    margin-right: 2%;
    vertical-align: middle;
}
.auto_save_img{
    display: inline-block;
    width: 9%;
    vertical-align: middle;
}
.auto_save_img img{
    max-width: 60px;
    width: 99%;
}
.blue_back{
    width: 94%;
    margin: 30px auto 0;
    padding: 30px 3%;
    background-color: #6bb551;
    border-radius: 40px 0;
    color: #fff;
    font-weight: bold;
}

@media screen and ( max-width: 736px ){
    .about_kreisel {
        margin: 20 auto 0;
        width: 94%;
        padding: 15px 3%;
    }
    .auto_save_text{
        width: 80%;
        margin-right: 4%;
    }
    .auto_save_text p{
        font-size: 90%;
    }
    .auto_save_img{
        width: 14%;
    }
    .blue_back{
        margin: 15px auto 0;
        width: 92%;
        padding: 15px 4%;
        border-radius: 25px 0;
        font-size: 90%;
    }
}

/* case */
#cases{
    background-color: #f1f1f1;
}
.performance_text{
    text-align: center;
    margin-bottom: 20px;
}
.performance_img{
    text-align: center;
    margin-bottom: 100px;
}
.performance_img img{
    max-width: 99%;
}
.case{
    display: inline-block;
    min-height: 260px;
    width: 41%;
    padding: 3% 2%;
    vertical-align: top;
    margin: 0 2%;
    background-color: #fff;
    border-radius: 8px;
}
.case .case_text{
    display: inline-block;
    vertical-align: middle;
    width: 75%;
    margin-right: 2%;
}
.case .case_text p{
    font-size: 90%;
}
.case .case_text h3{
    text-align: center;
    margin-bottom: 15px;
}
.case .case_img{
    display: inline-block;
    vertical-align: middle;
    width: 20%;
}
.case .case_img img{
    width: 99%;
}
@media screen and ( max-width: 736px ){
    #cases .content_space{
        padding-bottom: 40px;
    }
    .performance_text{
        text-align: center;
        margin-bottom: 15px;
    }
    .performance_img{
        margin-bottom: 60px;
    }
    .case{
        display: inline-block;
        width: 91%;
        padding: 3% 4%;
        margin: 0 0% 20px;
        min-height: 0;
    }
    .case .case_text{
        width: 76%;
        margin-right: 2%;
    }
    .case .case_img{
        width: 20%;
    }
}

/* reasons */
#reasons{
}
.reason{
    max-width: 740px;
    margin: 0 auto 40px;
    padding: 25px;
    background-color: #f2ffee;
    border-radius: 8px;
}
.reason h3{
    text-align: center;
    margin-bottom: 15px;
    color:#427331;
}
.reason_img{
    width: 21%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 2%;
    font-size: 0;
}
.reason_img img{
    width: 90%;
}
.reason_text{
    width: 74%;
    display: inline-block;
    vertical-align: middle;
}
.reason_text p{
    font-size: 90%;
}

@media screen and ( max-width: 736px ){
    .reason{
        margin: 0 auto 20px;
        width: 91%;
        padding: 3% 4%;
    }
    .reason h3{
        margin-bottom: 10px;
    }
    .reason_img{
        width: 27%;
        margin-right: 0;
    }
    .reason_img img{
        width: 98%;
    }
    .reason_text{
        width: 71%;
    }
}

/* salesforce */
#salesforce{
    background-color: #e3f6fc;
}
#salesforce .content_space{
}
.four_contents{
    display: inline-block;
    width: 41%;
    min-height: 120px;
    padding: 3% 2%;
    vertical-align: top;
    margin: 0 2% 40px;
    background-color: #fff;
    border-radius: 8px;
}
.four_contents .four_content_text{
    display: inline-block;
    vertical-align: middle;
    width: 78%;
    margin-right: 2%;
}
.four_contents .four_content_text h3{
    text-align: center;
    margin-bottom: 15px;
}
.four_contents .four_content_text p{
    font-size: 90%;
}
.four_contents .four_content_img{
    display: inline-block;
    vertical-align: middle;
    width: 17%;
}
.four_contents .four_content_img img{
    width: 99%;
}
@media screen and ( max-width: 736px ){
    .four_contents{
        display: inline-block;
        width: 91%;
        min-height: 0;
        padding: 3% 4%;
        margin: 0 0% 20px;
    }
    .four_contents .four_content_text{
        width: 82%;
        margin-right: 2%;
    }
    .four_contents .four_content_img{
        width: 14%;
    }
    #salesforce .content_space{
        padding-bottom: 40px;
    }
}

/* price */
#price{
    text-align: center;
}
.price_text{
    margin-bottom: 20px;
}
.price{
    display: inline-block;
    width: 41%;
    max-width: 280px;
    margin: 0 2% 0;
    padding: 5% 2%;
    color:#427331;
    background-color: #f2ffee;
    border-radius: 8px;
}
.price p{
    font-size: 24px;
    margin-bottom: 10px;
}
.price h3{
    font-size: 30px;
    font-weight: bold;
}
@media screen and ( max-width: 736px ){
    .price_text{
        margin-bottom: 15px;
    }
    .price{
        display: inline-block;
        width: 45%;
        max-width: 280px;
        margin: 0 1% 0;
        padding: 5% 1%;
        background-color: #f2ffee;
        border-radius: 8px;
    }
    .price p{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .price h3{
        font-size: 20px;
    }
}

/* contact */
#contact{
    color: #fff;
    text-align: center;
    
    background-image: url(../img/business3.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#contact .content_space{
    padding-bottom: 60px;
}

.two_contents{
    display: inline-block;
    width: 41%;
    padding: 3% 2%;
    margin: 0;
    text-align: center;
    vertical-align: top;
}
.two_contents button{
    display: inline-block;
    width: 90%;
    padding: 20px 5%;
    margin: 0 2%;
}
@media screen and ( max-width: 736px ){
    .two_contents{
        width: 96%;
        padding: 3% 2%;
        margin: 0;
    }
    .two_contents button{
        width: 98%;
        padding: 3% 1%;
        margin: 0 2% 20px;
    }
}

/* download */
.download{
    padding: 80px 0;
    text-align: center;
    background-image: url(../img/business3.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.download span.cv{
    margin: 0;
}
.download button{
    padding: 20px 5%;
    max-width: 89%;
    font-size:24px;
}
@media screen and ( max-width: 736px ){
    .download{
        padding: 40px 0;
    }
    .download button{
        padding: 18px 3%;
        max-width: 95%;
        font-size:18px;
    }
}