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


.hero {
    height: 44vw;
    background-image: url("../online-proofreading/hero.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    max-height: 620px;
    position: relative;
}
.hero_inner {
    padding: 65px;
}
.hero h1 {
    font-size: 58px;
    line-height: 109%;
    padding-bottom: 7px;
    font-weight: var(--font-weight-bold);
    margin-top: 0;
    text-shadow: #FFF 0 0px 3px;
}
.hero h1 > div:nth-of-type(1) {
    font-size: 80%;
}
.onLineProofreadingTools {
    font-size: 22px;
    color: #a43612;
    letter-spacing: 3px;
}


@media only screen and (max-width : 767px) {
    .hero h1 {
        font-size: 28px;
        line-height: 115%;
    }
    .onLineProofreadingTools {
        font-size: 16px;
    }
}

h1 > div:nth-of-type(1) {
    display: block;
}

.inq_btn {
    display: inline-block;
    padding: 14px 20px;
    font-size: 16px;
    color: #000;
    background-color: #e4f5cf;
    min-width: 240px;
    border-radius: 4px;
    box-shadow: rgba(0,0,0,0.2) 0 1px 2px 0 , rgba(0,0,0,0.1) 0 1px 3px 2px;
}
.hero_product_logo_wrap {
    position: absolute;
    bottom: 60px;
    left: 50px;
    right: 150px;
}
.hero_product_logo {
    display: flex;
    justify-content: center;
    width: 100%;
}
.hero_product_logo > div {
    width: calc(100% / 3 );
}
@media only screen and (max-width : 767px) {
    .hero_product_logo_wrap {
        bottom: 30px;
        left: 10px;
        right: 30px;
    }
}


.feature_wrap {
    margin-top: 70px;
}
.feature_wrap h2 {
    text-align: center;
}
@media only screen and (max-width : 767px) {
    .feature_wrap h2 {
        font-size: 18px;
    }
}
.feature {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 70px;
    margin-top: 40px;
}
.feature ul ,
.feature ul li{
    list-style: none;
    margin: 0;
    padding: 0;
}
.feature ul {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.feature ul li{
    width: 25%;
    line-height: 120%;
    font-weight: var(--font-weight-bold);
    font-size: 18px;
    border-left: solid 1px #D3D0CC;
}
.feature ul li:last-child{
    border-right: solid 1px #D3D0CC;
}
.feature ul li div:first-child {
    text-align: center;
}
.feature ul li div:nth-of-type(2) {
    margin-top: 15px;
}
@media only screen and (max-width : 1199px) {
    .hero {
        height: 55vw;
    }
    .hero_catch {
        font-size: 36px;
    }
    .feature ul li{
        font-size: 16px;
    }

    
}
@media only screen and (max-width : 991px) {
    .hero {
        height: 80vw;
    background-position: right bottom;
    }
    .hero_catch {
        font-size: 26px;
    }
    .feature ul li{
        width: 50%;
    font-size: 15px;
    margin-bottom: 15px;
    }
    .feature ul li:nth-of-type(even){
        border-right: solid 1px #D3D0CC;
    }
}
@media only screen and (max-width : 767px) {
    .hero {
        height: 140vw;
    }

    .hero_catch span {
        display: block;
    }
    .feature ul li{
        width: 50%;
    font-size: 15px;
    }
    .hero_inner {
        padding: 30px;
    }
}




/* ＜＜＜　課題　＞＞＞ */
.kadai {
    margin-bottom: 150px;
}
@media only screen and (max-width : 767px) {
    .kadai {
        margin-bottom: 100px;
    }
}
.kadai .container {
    max-width: 1200px;
}
.kadai_inner {
    background-color: #DFE0E2;
    
}
.kadai_innerBg {
    padding-top: 70px;
    padding-bottom: 100px;
    width: 100%;
    height: 50vw;
    background-image: url("../online-proofreading/kadai_bg.jpg");
    background-size: cover;
    background-position: center bottom;
    max-width: 1200px;
    min-height: 650px;
    max-height: 750px;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width : 767px) {
    .kadai_innerBg {
        padding-top: 20px;
        padding-bottom: 100px;
        width: 100%;
        height: 45vw;
        min-height: 750px;
        max-height: auto;
    }
}

.kadai h2 {
    margin-bottom: 50px;
    text-align: center;
    font-weight: var(--font-weight-bold);
    line-height: 130%;
    font-size: 40px;
}
@media only screen and (max-width : 767px) {
    .kadai h2 {
        margin-bottom: 50px;
        text-align: center;
        font-size: 26px;
    }
}
.kadai_wrap {
    display: flex;
    align-items: center;
    margin: 10px 0;
}
.kadai_wrap > div:first-child{
    margin-right: 10px;
    width: 35px;
}
@media only screen and (max-width : 767px) {
    .kadai_wrap > div:first-child{
        width: 30px;
    }
}
.kadai_wrap > div:nth-of-type(2){
    line-height: 135%;
    font-weight: var(--font-weight-bold);
    font-size: 18px;
}
.kadai_catch {
    text-align: center;
    margin-top: 50px;
    font-size: 26px;
    color: #880b0b;
    line-height: 165%;
}
@media only screen and (max-width : 767px) {
    .kadai_catch {
        margin-top: 50px;
        font-size: 18px;
        margin-left: 10px;
        margin-right: 10px;
    }
    .kadai_wrap > div:nth-of-type(2){
        font-size: 16px;
    }
    
}
.demo_btn {
    display: inline-block;
    font-size: 16px;
    padding: 20px 40px;
    color: #000;
    border: solid 2px #333;
    border-radius: 100px;
    transition: 0.5s;
    font-weight: var(--font-weight-bold);
}
.demo_btn:visited {
    background-color: #EAECDA;
}
.demo_btn:hover {
    background-color: #EAECDA;
}
.delta {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 19px 33.5px 0 33.5px;
    border-color: #385cb1 transparent transparent transparent;
    display: inline-block;
}

.h2_text {
    margin-bottom: 80px;
    text-align: center;
    font-weight: var(--font-weight-bold);
    line-height: 130%;
    background-color: rgba(161, 214, 208, 0.21);
    padding: 20px 10px;
    border-radius: 100px;
    font-size: 32px;
}
@media only screen and (max-width : 767px) {
.h2_text {
    margin-bottom: 80px;
    padding: 15px 5px;
    font-size: 17px;
}
}

/* ＜＜＜　メリット　＞＞＞ */
.merit {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 150px;
}
.merit h2 {
    margin-bottom: 50px;
    text-align: center;
    font-weight: var(--font-weight-bold);
    line-height: 130%;
}
.merit h4 {
    font-size: 22px;
    font-weight: var(--font-weight-bold);
    margin-top: 40px;
    margin-bottom: 8px;
    padding-bottom: 4px;
}
.merit p {
    color: #666;
    line-height: 165%;
    font-size: 14px;
}

/* ＜＜＜　求められるもの　＞＞＞ */
.required {
    max-width: 1020px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 150px;
}
.required .required_wrap {
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 25px 35px 25px 35px;
}
@media only screen and (max-width : 991px) {
.required .required_wrap {
    padding: 35px 15px 15px 15px;
}
}
.required .required_wrap > div > div:nth-of-type(2){
   /* padding-left: 25px;*/
}
.required .required_wrap:nth-of-type(odd) {
    background-color: #f9f7f7;
    border: none;
}

.required_wrap h4 {
    font-size: 24px;
    font-weight: var(--font-weight-bold);
    margin-top: 0;
    margin-bottom: 18px;
    color: #59390b;
}
.required_wrap p {
    font-size: 15px;
    color: #666;
    line-height: 165%;
}



.cloudtool_wrap {
    margin-top: 50px;
    color: #FFF;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 140px;
}
.cloudtool_wrap a,
.cloudtool_wrap a:visited{
    display: inline-block;
    color: #FFF;
    padding: 25px;
}
.cloudtool_wrap_inner {
    display: flex;
}
.cloudtool_wrap_inner > a{
    width: calc((100% - 60px) / 3 );
    background-color: #FFF;
    margin-left: 15px;
    margin-right: 15px;
    text-align: center;
    padding: 0;
    cursor: pointer;
}
.cloudtool_wrap_inner_header {
    background-color: #C1272D;
    padding: 25px 10px;
    font-size: 24px;
    color: #FFF;
}
.cloudtool_wrap_inner > a img{
    max-width: 200px;
    height: auto;
}
.cloudtool_wrap_inner_inner {
    padding: 50px 20px;
    color: #000;
}
.cloudtool_wrap_inner_inner .cloudtool_title {
    font-size: 20px;
}
.cloudtool_wrap_inner_inner .cloudtool_text {
    color: #000;
}
.cloudtool_title {
    font-size:32px;
    margin-bottom: 25px;
}
.cloudtool_icon {
    margin-bottom: 40px;
}
.cloudtool_text {
    font-size: 14px;
    line-height: 135%;
    color: rgba(255,255,255,0.61);
}
.cloudtool_delta {
    text-align: center;
    color: #C1272D;
    margin-top: 20px;
}
@media only screen and (max-width : 767px) {
    .cloudtool_wrap_inner {
        display: block;
    }
    .cloudtool_wrap_inner > a{
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}


/*　導入事例　*/
.case {
    margin-bottom: 150px;
    background-color: #FAFAFA;
    padding-top: 100px;
    padding-bottom: 100px;
    border-bottom: solid 4px #bae9ff;
}
.case_inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    padding-left: 15px;
    padding-right: 15px;
}
.case dl {
    margin-bottom: 0;
}
.case dl dt{
    font-size: 23px;
    margin-bottom: 1px;
    font-weight: var(--font-weight-bold);
}
.case dl dd {
    font-size: 14px;
    color: #666;
    line-height: 175%;
}
.case dl dd .catch {
    font-size: 17px;
    line-height: 135%;
    margin-bottom: 15px;
    font-weight: var(--font-weight-bold);
    color: #4D3435;
}
.case a.row {
    display: block;
    padding: 40px 20px;
    background-color: #FFF;
    border-radius: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
    box-shadow: rgba(0,0,0,0.3) 0 0 1px 0, rgba(0,0,0,0.1) 0 1px 3px 1px;
    transition: 0.5s;
    margin-left: 0;
    margin-right: 0;
}
.case a.row:hover {
    background-color: #FBF8ED;
}
.case a.row:last-child {
}
.case h2 {

}
.case_continue {
    margin-top: 15px;
    color: #111;
}


.products {
    background-color: #22444d;
}
.product_mainTitle {
    text-align: center;
    color: #FFF;
    margin-top: 100px;
    margin-bottom: 20px;
}
.product_mainCatch {
    color: #FFF;
    font-size: 18px;
}
.product_stepTitle {
    background-color: #C1272D;
    padding: 26px 10px;
    font-size: 22px;
    text-align: center;
    color: #FFF;
}
@media only screen and (max-width : 767px) {
    .product_stepTitle {
        padding: 12px;
        font-size: 18px;
        line-height: 125%;
    }
}
.product_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
    border-bottom: solid 2px #CCCCCC;
    margin-bottom: 45px;
}


.product_title > div:nth-of-type(1)  {
    font-size: 44px;
    line-height: 105%;
}
.product_title > div:nth-of-type(2)  {
    font-size: 19px;
    text-align: right;
    color: #396670;
    line-height: 105%;
}



@media only screen and (max-width : 767px) {
    .product_title {
        display: block;
    }
    .product_title > div:nth-of-type(1)  {
        font-size: 26px;
        margin-bottom: 10px;
    }
    .product_title > div:nth-of-type(2)  {
        font-size: 14px;
        text-align: left;
    }
}
@media only screen and (max-width : 1399px) {
    .product_title > div:nth-of-type(1)  {
        font-size: 36px;
        margin-bottom: 10px;
    }
    .product_title {
    padding-bottom: 10px;
    }
}

.product_block {
    background: #FFF;
    margin-top: 30px;
    margin-bottom: 50px;
}
.product_spec {
    background-color: #ECECEC;
    padding: 60px;
    box-shadow: rgba(0,0,0,0.8) 0 0px 1px 0, rgba(0,0,0,0.4) 0 1px 3px 1px;
    margin-bottom: 15px;
}
@media only screen and (max-width : 767px) {
    .product_spec {
        padding: 25px;
    }
}
.product_spec .product_feature ,
.product_spec .product_feature  li{
    padding: 0;
    margin: 0;
    list-style: none;
}
.product_spec .product_feature {
    margin-bottom: 20px;
}
.product_spec .product_feature  li{
    font-size: 19px;
    margin: 0 0 8px 0;
    font-weight: var(--font-weight-bold);
}
@media only screen and (max-width : 767px) {
    .product_spec .product_feature  li{
        font-size: 17px;
        line-height: 120%;
        margin: 0 0 4px 0;
    }
}
.product_spec .product_feature li:before{
    content:'●';
    font-size: 19px;
    margin-right: 5px;
    color: rgba(56,100,111,1.00);
}


.product_detail {
    background-color: #FFF;
    padding: 50px;
    max-width:1100px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    color: #666;
    line-height: 165%;
}
@media only screen and (max-width : 767px) {
    .product_detail {
        padding: 25px;
    }
}
.product_spec .cate_label {
    margin-top: 45px;
    text-align: center;
}
.cate_label span {
    display: inline-block;
    letter-spacing: inherit;
    font-size: 13px;
    line-height: 13px;
    padding: 7px 15px;
    border-radius: 50px;
    color: #FFF;
    background-color: #d0b453;
    margin-right: 5px;
    margin-bottom: 2px;
    min-width: 140px;
    text-align: center;
}
.cate_label span.off{
    opacity: 0.3;
}
.product_detail_mainTitle {
    text-align: center;
    font-weight: var(--font-weight-bold);
    line-height: 125%;
    color: #333;
    margin-top: 0;
    font-size: 35px;
}
@media only screen and (max-width : 767px) {
    .product_detail_mainTitle {
        font-size: 26px;
    }
}
.product_detail_title {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
    line-height: 125%;
    font-size: 22px;
    color: #3b0d75;
}
.product_inqBox {
    padding: 50px 30px;
    background-color: #616060;
}
.product_detail_list,
.product_detail_list li{
    margin: 0;
    padding: 0;
}
.product_detail_list li{
    list-style: none;
    margin-bottom: 3px;
}
.product_detail_list li:before{
    content:"●";
    color: #1D524F;
    margin-right: 5px;
}


.product_inqBtn,
.product_inqBtn:visited {
    background-color: #8CC63F;
    padding: 20px 80px;
    font-size: 15px;
    line-height: 100%;
    display: inline-block;
    color: #FFF;
    transition: 0.5s;
    margin: 5px;
    box-shadow: rgba(0,0,0,0.6) 0 0px 3px,rgba(0,0,0,0.1) 0 1px 3px 2px;
    border-radius: 5px;
}
.product_inqBtn:hover {
    background: #5F9418;
}
.product_moreDetail {
    border: solid 1px #888;
    padding: 10px 18px;
    border-radius:100px;
    display: inline-block;
    line-height: 102%;
    font-size: 13px;
    background: #FFF;
}

.attText {
    font-size:12px;
    line-height: 120%;
    color: #9f9f9f;
}



.demo {
    background: #FFF;
    padding: 50px;
    border: solid 4px #EEE;
    border-radius: 25px;
}
.demo.container {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}
.demo_catch {
    font-size:140%;
    line-height: 140%;
    margin-bottom: 30px;
}
@media only screen and (max-width : 767px) {
    .demo {
        padding: 10px;
    }
}



.btn-primary:visited {
    color: #FFF;
}


.contactBox {
    margin-top: 0;
}

/*製品リスト*/
.tool_list {
    margin-top: 100px;
    margin-bottom: 100px;
}
.tool_list_row {
    display: flex;
    flex-wrap: wrap;
       justify-content: center;
}

.tool_list_row > div {
    max-width: 300px;
    font-size: 14px;
    line-height: 120%
}
@media only screen and (max-width : 767px) {
    .tool_list_row > div {
        width: 50%;
    }
}

