@charset "UTF-8";
/* CSS Document */

:root {
  --font-weight-exrta-light: 200;
  --font-weight-light: 300;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-bold: 600;
  --font-weight-extra-bold: 700;
}



.main_inqbtn {
    display: inline-block;
    padding: 12px 30px;
    color: #FFF;
    background-color: #111A04;
    font-size: 13px;
    

}
.main_inqbtn:visited{
    color: #FFF;

}
h1 {
    font-size: 350%;
    line-height: 1.2;
	font-family: var(--font-family);
	font-weight: var(--font-weight-bold);
    font-style: normal;
    text-shadow: #DDD 1px 4px 0px;
}
@media only screen and (max-width : 640px) {
    h1 {
        font-size: 200%;
    }
}
.wake_wrap {
    padding-top: 150px;
    padding-bottom: 40px;
}
.wake_wrap h2 {
    font-size: 280%;
	font-family: var(--font-family);
	font-weight: var(--font-weight-bold);
    font-style: normal;
    line-height: 1.4;
    text-align: center;
    text-shadow:  #FFF 0 0 2px ,  #b1dded 0 3px 0px;
    padding-left: 50px;
    
}



.about dl {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    font-size: 86%;
}
.about dl dt {
	font-family: var(--font-family);
	font-weight: var(--font-weight-bold);
    font-style: normal;
}
.about dl dt:after {
    content: "：";
}

.main_wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 2 / 1.1;
    text-align: center;
    background-image: url("main-bg.jpg");
    background-size: cover;
    background-position: center center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.illust_wrap {
    background: rgb(247,247,247);
background: -webkit-linear-gradient(bottom, rgba(255,255,255,1) 0%, rgba(247,247,247,1) 100%);
background: -o-linear-gradient(bottom, rgba(255,255,255,1) 0%, rgba(247,247,247,1) 100%);
background: linear-gradient(to top, rgba(255,255,255,1) 0%, rgba(247,247,247,1) 100%);
}
.illust_wrap_white {
    background: #FFF;
}



/* クラウドストレージのファイル送受信はセキュリティが高く安心できる */
.security_wrap_all {
    position: relative;
    padding-top: 80px;
    padding-bottom: 200px;
    border-top: solid 3px #E8DDC6;
}
.security_wrap_all .h2_wrap {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: -70px;
}
.security_wrap_all h2 {
    font-size: 24px;
    line-height: 1.2;
    padding: 25px 25px;
    background-color: #fbe9c3;
    border: solid 3px #FFF;
    display: inline-block;
    text-align: center;
	font-family: var(--font-family);
	font-weight: var(--font-weight-bold);
    font-style: normal;
    box-shadow: rgba(0,0,0,0.1) 0 1px 2px 2px;

}
.security_wrap {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns:1fr 1fr;
    gap: 0px  50px;
}
.security_wrap > div{
    background-color: #FFFFFF;
    padding: 40px;
    border-radius: 15px;
}
@media only screen and (max-width : 640px) {
.security_wrap {
    display: block;
    }
    .security_wrap > div {
        margin-bottom: 20px;

    }
}
.security_wrap h3 {
	font-family: var(--font-family);
	font-weight: var(--font-weight-bold);
    font-style: normal;
    font-size: 170%;
    color: #ee0000;
    margin-bottom: 30px;
}
.security_wrap_all .catchText {
    text-align: center;
    padding-bottom: 10px;
    border-bottom:  dotted 1px #444;
    display: inline-block;
    font-size: 220%;
    font-family: "Ryumin Light KL";
    margin-top: 40px;
}

.feature {
    list-style: none;
    margin: 0;
    padding-left: 20px;
}
.feature li {
    font-size: 100%;
    list-style: none;
    line-height: 1.4;
	font-family: var(--font-family);
	font-weight: var(--font-weight-bold);
    font-style: normal;
    padding-left:  0;
    margin-bottom: 10px;
}
.feature li:first-line {
    margin-left: -15px;
}
.feature li::before {
    color: #A40002;
    margin-right: 5px;
    content: "●";
}



/* 働き方改革にもつながる便利な機能があり、従業員満足度を向上できる */
.other_function_wrap_all {
    position: relative;
    padding-top: 80px;
    padding-bottom: 200px;
    border-top: solid 3px #E8DDC6;
}
.other_function_wrap_all .h2_wrap {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: -70px;
}
.other_function_wrap_all h2 {
    font-size: 24px;
    line-height: 1.2;
    padding: 25px 25px;
    background-color: #fbe9c3;
    border: solid 3px #FFF;
    display: inline-block;
    text-align: center;
	font-family: var(--font-family);
	font-weight: var(--font-weight-bold);
    font-style: normal;
    box-shadow: rgba(0,0,0,0.1) 0 1px 2px 2px;
}
.other_function_wrap {
    background-color: #FFFFFF;
    padding: 50px;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 15px;
}
.other_function_wrap h3 {
    font-size: 180%;
    color: #ee0000;
    margin-bottom: 30px;
}
.other_function_wrap_inner {
    display: grid;
    grid-template-columns:1fr 1fr;
    gap: 30px;
    align-items: center;
}
@media only screen and (max-width : 640px) {
    .other_function_wrap_inner {
        display: block;
    }
}
.other_function_wrap_all .catchText {
    text-align: center;
    padding-bottom: 10px;
    border-bottom:  dotted 1px #444;
    display: inline-block;
    font-size: 220%;
    margin-top: 40px;
}



/* チームで利用するためには、クラウドストレージの管理機能が重要です！ */
.cloud_admin_wrap_all {
    background-color: #222E24;
    padding-top: 150px;
    padding-bottom: 150px;
}
.cloud_admin_wrap_all h2 {
    font-size: 28px;
    line-height: 1.2;
    text-align: center;
	font-family: var(--font-family);
	font-weight: var(--font-weight-bold);
    font-style: normal;
    color: #FFF;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 0
}
.cloud_admin_wrap {
    background-color: #E0F1F7;
    padding: 80px 40px ;
    align-items: center;
    gap: 50px;
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
	border: solid 9px rgba(254, 255, 255, 0.52);
}
.cloud_admin_wrap_Inner {
    display: grid;
    grid-template-columns:1fr 1fr;
    background-color: #E0F1F7;
}

.cloud_admin_wrap .descp{
	font-family: var(--font-family);
	font-weight: var(--font-weight-bold);
    font-style: normal;
}
.cloud_admin_wrap .descp strong{
    color: #B90003;
}
.cloud_admin_wrap_all .catchText {
    text-align: center;
    padding-bottom: 10px;
    border-bottom:  dotted 1px #FFF;
    display: inline-block;
    font-size: 220%;
    margin-top: 80px;
    color: #FFF;
}


@media only screen and (max-width : 979px) {
    .cloud_admin_wrap {
        display: block;
    }
}
.cloud_admin_wrap .descp {
    font-size: 110%;
    line-height: 1.8;
}


/* クラウドストレージを業務の中心に置くことで、働き方改革にスピーディー踏み出せます */
.cloudstorage_ex_wrap_All {
    background-color: #DBE1EA;
    padding-top: 90px;
    padding-bottom: 150px;
    position: relative;
}
.cloudstorage_ex_wrap_All .h2_wrap {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: -60px;
}
.cloudstorage_ex_wrap_All h2 {
    font-size: 22px;
    line-height: 1.2;
    padding: 20px;
    background-color: #E8DDC6;
    border: solid 3px #FFF;
    display: inline-block;
    text-align: center;
	font-family: var(--font-family);
	font-weight: var(--font-weight-bold);
    font-style: normal;
    box-shadow: rgba(0,0,0,0.1) 0 1px 2px 2px;
}
.cloudstorage_ex_wrap {
    display: grid;
    gap: 30px;
    grid-template-columns:1fr 1fr 1fr 1fr;
}
.cloudstorage_ex_wrap > div {
    position: relative;
}
.cloudstorage_ex_wrap > div .number_wrap {
    position: absolute;
    text-align: center;
    top: -30px;
    left: 0;
    right: 0;
}
.cloudstorage_ex_wrap > div .number {
    font-size: 14px;
    padding: 15px 18px;
    line-height: 1;
    border-radius: 100px;
    color: #FFF;
    background-color: #0B3D9D;
    display: inline-block;
    font-family: Helvetica, "sans-serif";
}

@media only screen and (max-width : 979px) {
    .cloudstorage_ex_wrap {
        display: grid;
        gap: 30px;
        grid-template-columns:1fr 1fr;
        grid-template-rows:1fr 1fr;
    }
}
.cloudstorage_ex_wrap > div {
    background-color: #F7F7F7;
    border-radius: 10px;
    padding: 25px;
}
.cloudstorage_ex_wrap h4 {
	font-family: var(--font-family);
	font-weight: var(--font-weight-bold);
    font-style: normal;
    font-size: 120%;
    line-height: 1.2;
}
.cloudstorage_ex_wrap .descp{
    font-size: 92%;
    line-height: 1.7;
}



/* ながら情シス管理担当の業務負担を減らします */
.nagaraOuenWrap {
    padding-top: 150px;
}
.nagaraOuenWrap h2 {
    font-size: 200%;
    line-height: 1.2;
    text-align: center;
    font-weight: 800;
	font-family: var(--font-family);
	font-weight: var(--font-weight-bold);
    font-style: normal;
    margin-top: 0;
    text-shadow:  #FFF 0 0 2px ,  #b1dded 0 3px 0px;
}

.nagaraOuenWrap_white {
    background-color: #FFF;
    padding-top: 110px;
    padding-bottom: 20px;
}
.nagaraOuenWrap .advice {
    font-size: 95%;
    line-height: 1.6;
    text-align: center;
	font-family: var(--font-family);
	font-weight: var(--font-weight-bold);
    font-style: normal;
    margin-bottom: 120px;
}

.concept {
    margin-top: 30px;
    margin-bottom: 150px;
}


/* ホワイトペーパー　*/

.more_wrap {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #FFF;
}

.more_wrap_inner {
    display: grid;
    justify-content: center;
    grid-template-columns:1fr 1fr;
    padding: 70px;
    background: rgba(136, 125, 78, 0.16);
    border-radius: 10px;
    gap: 30px 50px;
}
.more_wrap h3 {
    font-size: 220%;
    line-height: 1.2;
	font-family: var(--font-family);
	font-weight: var(--font-weight-bold);
    font-style: normal;
    color: #000;
    text-shadow:  #FFF 0 0 2px ,  #ECE37E 0 3px 0px;
}
.wp_samnail {
    display: grid;
    gap: 42px 30px;
    grid-template-columns: 1fr 1fr;
}
.wp_index {
    font-size: 13px;
}
.wp_title {
    margin-top: 15px;
    margin-bottom: 35px;
    font-size: 180%;
    line-height: 1.2;
    text-align: center;
}

@media only screen and (max-width : 979px) {
    .more_wrap_inner {
        display: block;
        padding: 20px;
    }
    .wp_samnail_tobira {
        margin-bottom: 20px;;
    }
}    



/* フォーム */
.mktoForm label {
    margin-bottom: 8px !important;
}
.mktoForm .mktoFormRow{
    margin-bottom: 15px;
}
.mktoForm input[type="text"],
.mktoForm input[type=tel],
.mktoForm input[type=email],
.mktoForm select option{
    padding: 15px !important;
    border: none !important;
    box-shadow: none !important;
}
.mktoForm .mktoFormRow:nth-of-type(3) {
    display: flex;
    justify-content: space-between;
	gap: 10px;
}



.cloud_storage_action h3{
    font-size: 160%;
    line-height: 1.2;
    font-weight: 800;
	font-family: var(--font-family);
	font-weight: var(--font-weight-reglar);
    font-style: normal;
    margin-top: 0;
	padding-bottom: 5px;
	border-bottom: solid 1px #444;
}



.cloud_storage_merit {
	margin-top: 100px;
    padding-top: 60px;
    padding-bottom: 60px;
	background-color: #63625A;
}


.cloud_storage_action {
    padding-top: 100px;
    padding-bottom: 100px;
	background-color: #E0E0E0;
	margin-top: 50px;
}
.cloud_storage_action_wrap {
	display: grid;
	gap: 80px 50px;
	grid-template-columns: 1fr 1fr 1fr;
}
@media only screen and (max-width : 979px) {
.cloud_storage_action_wrap {
	gap: 40px 23px;
	grid-template-columns: 1fr 1fr;
}
	
}
/* ホワイトペーパー　*/

.more_wrap {
    padding-top: 150px;
    padding-bottom: 150px;
	background-color: #FFF;
}

.more_wrap_inner {
    display: grid;
    justify-content: center;
    grid-template-columns:1fr 1fr;
    padding: 70px;
    background: rgba(136, 125, 78, 0.16);
    border-radius: 10px;
    gap: 30px 50px;
}
.more_wrap h3 {
    font-size: 120%;
    line-height: 1.2;
	font-family: var(--font-family);
	font-weight: var(--font-weight-bold);
    font-style: normal;
}

.contactBox {
	margin-top: 0;
}

@media only screen and (max-width : 979px) {
    .more_wrap_inner {
        display: block;
        padding: 20px;
    }

}    




/* その他のCTA */
.other_cta_warp {
    padding-top: 100px;
    padding-bottom: 100px;
}
.other_cta {
    display: grid;
    justify-content: center;
   grid-template-columns:1fr 1fr;
	gap: 10px;
}
.other_cta  > div {
    max-width: 400px;
    background-color: #FFF;
    padding: 40px;
}
.other_cta  > div h3 {
    font-size: 18px;
    text-align: center;
	font-family: var(--font-family);
	font-weight: var(--font-weight-bold);
    font-style: normal;
    margin-top: 0;
}
.other_cta  > div a.btn {
    padding: 10px 20px;
    display: inline-block;
    background-color: #222;
    font-size: 14px;
    color: #FFF;
}
.other_cta .demo_ok {
	font-family: var(--font-family);
	font-weight: var(--font-weight-bold);
    font-style: normal;
}

