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


img.js-lazy-load {
    background-color: transparent;
}

.main_box_wrap {
    background-image: url("../proofreading/document-municipality/images/main_bg-50.jpg");
    background-position: center;
    background-size: cover;
    height: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media(max-width: 1199px) {
    .main_box_wrap {
        aspect-ratio: 1270 / 620;
        height: auto;
    }
}


br.smBlock{
    display: none;
}


h1.lp_h1 {
    font-weight: var(--font-weight-bold);
    font-weight: 600;
    text-align: center;
}
h2 {
    margin-top: 0;
}
@media(max-width: 767px) {
    br.smBlock{
        display: block;
    }
    h1 {
        text-align: center;
        font-size: 28px;
    }
}


/* LP用トップバナー */

.banner_wrap {
    max-width: 1000px;
    padding: 42px;
    border-radius: 10px;
    background-color: #F1F1F1;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    gap: 28px;
	
	margin-top: 80px;
	margin-bottom: 60px;
}





.banner_wrap .image_wrap {
    width: 35%;
    max-width: 300px;
}
.banner_wrap .text_wrap {
    width: 40%;
}
.banner_wrap .text_wrap dl{
    margin: 0;
    padding: 0;
}
.banner_wrap .text_wrap dt{
    margin: 0;
    padding: 0;
    padding-bottom: 15px;
    font-size: 22px;
    font-weight: var(--font-weight-bold);
    font-weight: 600;
}
.banner_wrap .btn_wrap {
    width: 25%;
    max-width: 300px;
}
.banner_wrap .btn_wrap a.ys_btn_l {
    min-width: 200px;
}

@media(max-width: 767px) {
    .banner_wrap {
        display: block;
	    padding: 24px;
		margin-top: 32px;
		margin-bottom: 24px;
    }
    .banner_wrap .image_wrap,
    .banner_wrap .btn_wrap,
    .banner_wrap .text_wrap {
        width: 100%;
        max-width: 100%;
    }
    .banner_wrap .image_wrap {
        margin-bottom: 15px;
        text-align: center;
    }
    .banner_wrap .text_wrap dt {
        text-align: center;
    }
    .banner_wrap .btn_wrap {
        margin-top: 15px;
    }


}

.video_samnail {
    filter: drop-shadow( 0 1px 3px #444444);
    transition: 0.5s;
    filter: brightness(1);
}
.video_samnail:hover {
    filter: drop-shadow(0 1px 4px #222222) ;
    filter: brightness(1.1);
}


/* セクションタイトル */
.section_title_wrap {
    border-bottom: solid 1px #DDD;
}

.section_title {
    display: flex;
    justify-content: space-between;
    text-align: center;
    line-height: 0;
    flex-grow: 1;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}
.section_title span {
	font-size: min(calc( 100vw / 8 ),220px);
    font-family:  "Prelude Pro Bold", Arial, "sans-serif";
    font-weight: 800;
    line-height: 0.53;
    vertical-align: bottom;
}





/*  メリット  */
.merit .section_title {
    color: #AFCDAA;
}
.merit .section_title_wrap {
   border-bottom: solid 1px #AFCDAA;
}
.merit_catch_box {
    background-color: #AFCDAA;
    margin-bottom: 80px;
}


.merit_catch_box_inner {
    display: grid;
    grid-template-columns: 3fr 2fr;
    gap: 30px 60px;
    padding: 72px 0;
    align-items: center;
    justify-content: space-around;
}
.merit h2 {
    font-size: 50px;
    font-weight: var(--font-weight-bold);
    font-weight: 600;
    margin-bottom: 16px;
}
.merit h3 {
    font-size: 28px;
    margin-top: 20px;
    margin-bottom: 0;
}
@media(max-width: 767px) {
    .merit_catch_box_inner {
        display: block;
    }
    .merit h2 {
        font-size: 24px;
        text-align: center;
    }
    .merit h3 {
        font-size: 18px;
        text-align: center;
        margin-bottom: 32px;
    }
}
@keyframes blinking {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

/* 要素にアニメーションを適用 */
.blink {
	animation: blinking 1s ease-in-out infinite alternate;
}
.caption_play_video {
	font-weight: 500;
	color: #e94e4e;
	font-size: 20px;
}
.caption_play_video .arrow_right {
	display: inline-block;
}
.caption_play_video .arrow_bottom {
	display: none;
}
@media(max-width: 767px) {
	.caption_play_video {
		text-align: center;
	}
	.caption_play_video .arrow_right {
		display: none;
	}
	.caption_play_video .arrow_bottom {
		display: inline-block;
	}
}
.merit_img_box {
    display: grid;
    grid-template-columns: repeat( 2, 1fr);
    gap: 20px 60px;
    margin-bottom: 50px;
    justify-content: space-between;
}

.merit_list_wrap h3 {
    font-size: 24px;
    margin-bottom: 30px;
    text-align: center;
}

.merit_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px 30px;
    list-style: none;
    padding: 0;
    margin: 0;
    padding:40px 0;
    border-top: solid 2px #DDD;
    border-bottom: solid 2px #DDD;
}
@media(max-width: 767px) {
    .merit_img_box {
        gap: 20px 10px;
    }
    .merit_list {
        grid-template-columns: repeat(1, 1fr);
        gap: 15px 15px;
        font-size: 15px;
    }
	.merit_list_wrap h3 {
		font-size: 18px;
		margin-bottom: 24px;
	}
}


.merit_list li {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 1.2;
    font-size: 17px;
    color: #000;
}
.merit_list li span {
    line-height: 1.2;
    font-weight: var(--font-weight-bold);
    font-weight: 600;
    display: block;
    position: relative;
    margin-left: 1.8rem;
    
}

.merit_list li span::before {
    content: "●";
    color: #80C1B5;
    display: inline-block;
    position: absolute;
    width: 1.8rem;
    left: -1.8rem;
}



/* 課題 */
.problem_wrap .section_title {
    color:#e4d1d1;
}
.problem_wrap .section_title_wrap {
   border-bottom: solid 1px #E4B5B6;
}
.problem_wrap .problem_list_row {
    display: flex;
    align-items: center;
}

.problem_wrap h2 {
    font-size: 50px;
    font-weight: 600;
    margin-top: 120px;
    margin-bottom: 16px;
}
@media(max-width: 767px) {
    .problem_wrap h2 {
        font-size: 24px;
	    margin-top: 80px;
	    margin-bottom: 0;
    }
}

.problem_wrap .problem_list {
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
	grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 16px;
}
.problem_wrap .problem_list_row {
    background-color: #FFF;
    border-radius: 15px;
    padding: 20px;
    margin-top: 20px;
    display: grid;
	grid-template-columns: 1fr;
    gap: 16px;
	  grid-template-rows: subgrid;
	  grid-row: span 3;
}
/*.problem_wrap  .problem_list_row div:first-child {
    width: 20%;
    max-width: 190px;
}
.problem_wrap .problem_list_row div:last-child {
    width: 80%;
}*/
.problem_wrap .problem_list_theme {
    color: #A3313B;
    font-size: 17px;
    line-height: 1.3;
    font-weight: var(--font-weight-bold);
    margin-bottom: 0;
}
.problem_wrap .problem_text {
    font-size: 15px;
    line-height: 1.3;
    font-weight: var(--font-weight-normal);
    margin-bottom: 0;
    margin-top: 4px;
}
@media(max-width: 767px) {
    .problem_wrap .problem_text {
        font-size: 18px;
		margin-top: 10px;
    }
}
.kadaikan {
    font-size: 26px;
}
@media(max-width: 767px) {
	.problem_wrap .problem_list_row {
	    column-gap: 16px;
		padding: 12px;
	}
    .kadaikan {
        font-size: 18px;
    }
	.problem_wrap .problem_list_theme {
		font-size: 14px;
	}
}


/*  ソリューション  */
.solution_wrap .section_title {
    color:#CBDBE4;
}
.solution_wrap .section_title_wrap {
    border-bottom: solid 1px #CBDBE4;
}


.solution_list_title {
    font-size: 28px;
    padding-bottom: 7px;
    border-bottom: 4px solid #80C1B5;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 15px;
    letter-spacing: 2px;
    
}

.solution_wrap h2 {
    color: #FFF;
    font-size: 62px;
    text-shadow: #666 0 2px 3px;
    font-weight: var(--font-weight-bold);
    margin-bottom: 48px;
}


@media(max-width: 767px) {
    .solution_wrap h2 {
        font-size: 32px;
    }

}

.solution_wrap .solution_list_wrap  {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 150px;
    grid-row-gap: 50px;
    align-items: center;
}
.solution_wrap .solution_inner {
    background-color: #CBDBE4;
    padding: 120px 0; 
}

.solution_wrap .solution_list_text {
    background-color: #FFF;
    border-radius: 15px;
    box-shadow: #AEC7D5 0 5px 0;
    padding: 100px 20px 20px;
    margin-top: -100px;
    z-index: 1;
    height: 200px;
    background-image: linear-gradient(180deg, rgba(244, 244, 244, 1), rgba(255, 255, 255, 1) 64%);
    border-top: solid 1px #FFF;
    font-size: 17px;
}
@media(max-width: 1199px) {
    .solution_wrap .solution_list_wrap  {
        grid-column-gap: 70px;
    }
}
@media(max-width: 979px) {
    .solution_wrap .solution_list_wrap  {
        grid-column-gap: 50px;
    }
    .solution_wrap .solution_list_text {
        height: 250px;
    }
}
@media(max-width: 767px) {
	.solution_wrap .solution_inner {
		padding: 80px 0; 
	}

	.solution_wrap .solution_list_wrap{
        display: grid;
        grid-template-columns: 1fr;
        grid-row-gap: 30PX;
    }
    .solution_wrap .solution_list_text {
        height: 200px;
    }
}


.solution_tool_title_wrap {
    position: relative;
}
.solution_tool_title_wrap::after {
    position: absolute;
    top:50%;
    left: 0;
    right: 0;
    height: 3px;
    background-color: #FFF;
    content: '';
    z-index: 0;
}
.solution_tool_titile_icon {
    z-index: 50;
    display: inline-block;
    position: relative;
    padding: 10px 70px;
    background-color: #CBDBE4;
    margin: 0;
}
.solution_tool_title {
    font-size: 40px;
    line-height: 1.2;
    margin: 0;
    margin-bottom: 70px;
    font-weight: 600;
}


.solution_tool_category {
    font-size: 30px;
    font-weight: 600;
    margin: 0;
    padding-bottom: 15px;
    border-bottom: #000;
    border-bottom:  1px dotted #000 ;
}
.solution_tool_wrap {
    display: grid;
    grid-template-columns: 1.3fr  4fr  8fr;
    align-items: center;
    column-gap: 30px;
    border-bottom-color: #999;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    background-color: rgba(255, 255, 255, 0.26);
    padding: 35px 23px;
}
.solution_tool_detail_wrap {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    align-items: center;
    gap: 40px 100px;
    padding-top: 40px;
    padding-bottom: 40px;
    
}
@media(max-width: 979px) {
    .solution_tool_detail_wrap {
        display: block;
    }
    .solution_tool_wrap {
        display: flex;
        flex-wrap: wrap;
        gap: 20px 15px;
    }
    .solution_tool_icon {
        width: 100px;
    }
    .solution_tool_name {
        width: auto;
    }
    .solution_tool_text {
        width: 100%;
    }


    
}


.solution_tool_icon {
    padding: 10px 5px;
    background-color: #FFF;
    display: inline-block;
    border-radius: 12px;
}
.solution_tool_samnail {
    aspect-ratio: 3 / 2;
    background-position: center;
    background-size: cover;
    display: inline-block;
    border-radius: 10px;
    box-shadow: rgba(0,0,0,0.15) 0 1px 2px 0, rgba(0,0,0,0.05) 0 2px 3px 2px;
    background-color: #FFF;
    width: 100%;
    transition: 0.5s;
    border: solid 2px rgba(255,255,255,0);
    position: relative;

}
.solution_tool_samnail:hover {
    border: solid 2px rgba(31,193,176,0.63);
    box-shadow: rgba(0,0,0,0.5) 0 1px 2px 0, rgba(0,0,0,0.1) 0 2px 3px 2px;
}
.solution_tool_samnail .loope{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom:-14px;
    left: calc((100% / 2 ) - 15px);
    background-color: rgba(15,15,15,1.00);
    border-radius: 100px;
    z-index: 50;
    width: 28px;
    height: 28px;
    box-shadow: rgba(0,0,0,0.3) 0 2px 2px;
    line-height: 1;
    vertical-align: center;
}
.solution_tool_samnail .loope span{
    color: #FFF;
    font-weight: 600;
    font-size: 16px;
    font-family:  "Prelude Pro Bold", Arial, "sans-serif";
    line-height: 1;
    vertical-align: center;
    text-align: center;
    margin-top: 2px;
}



.solution_tool_name {
    color: #009dcd;
    font-size: 32px;
    font-weight: var(--font-weight-bold);
    font-weight: 600;
    margin-bottom: 16px;
    line-height: 1.2;

}
.solution_tool_text {
    font-size: 16px;
    margin-bottom: 0;
    line-height: 1.2;
}



.solution_tool_icon_wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px 60px; 
    align-items: center;
}
@media(max-width: 979px) {
    .solution_tool_icon_wrap {
        margin-top: 30px;
        margin-left: 30px;
        margin-right: 30px;
    }
}

.solution_tool_other_category {
    font-size: 19px;
    line-height: 1.2;
    margin-bottom: 10px;
    font-weight: var(--font-weight-bold);
    font-weight: 600;
}
.solution_tool_other .solution_tool_name {
    font-size: 16px;
}
.solution_tool_other .solution_tool_text {
    font-size: 96%;
    line-height: 1.5;
}
.triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 50px solid transparent;
  border-left: 50px solid transparent;
  border-top: 53px solid #4d5550;
  border-bottom: 0;
  display: inline-block;
}





/* 事例 */

.case_wrap {
    padding: 60px 70px 30px;
    border-radius: 40px;
    background-color: #FFF;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 160px;
    margin-bottom: 160px;

}
.case_wrap h2 {
    font-size: 30px;
    font-weight: var(--font-weight-bold);
    font-weight: 600;

}
.case_samnail {
    aspect-ratio : 99 / 38;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    box-shadow: rgba(0,0,0,0.1) 0 1px 1px 0, rgba(0,0,0,0.08) 0 2px 3px 2px;
    margin-bottom: 32px;
        
}
.case_wrap a.case_url {
    display: block;
    text-decoration: none;
    margin-bottom: 24px;
}
.case_wrap a dl,a dt,a dd {
    margin: 0;
    padding: 0;
}

.case_wrap a .case_product {
    font-weight: var(--font-weight-bold);
    font-weight: 600;
    font-size: 15px;
    line-height: 1.2;
    color: #4B95C1;
}
.case_wrap a .case_title {
    font-weight: var(--font-weight-bold);
    font-weight: 600;
    margin-top: 12px;
    font-size: 22px;
    line-height: 1.3;
}
.case_wrap a .case_catch{
    margin-top: 24px;
    font-size: 16px;
    line-height: 1.3;
    color: #5C5C5C;
    margin-bottom: 0;
}
.case_wrap a .case_product p,
.case_wrap a .case_title  p,
.case_wrap a .case_catch p{
    margin-bottom: 0;
}

@media(max-width: 639px) {
     .case_wrap {
        padding: 30px 16px;
        border-radius: 0;

    }
	.case_wrap h2 {
		font-size: 18px;
	}
    .case_wrap div.row > div:last-child .case_url {
        margin-bottom: 0;
    }
}







/*  ホワイトペーパー */
.leanMore_inner {
    padding: 100px 0;
    background-color: #4D5554;
    color: #FFF;
}
.leanMore .section_title {
    color: #4D5554;
}
.leanMore .section_title_wrap {
    border-bottom: solid 1px #4D5554;
}

.leanMore h3 {
    font-size: 36px;
    font-weight: var(--font-weight-bold);
    font-weight: 600;
    margin-top: 0;
}

.leanMore  .privacy h5 {
    font-size: 15px;
    font-weight: var(--font-weight-bold);
    font-weight: 600;
}
.leanMore  .privacy p {
    font-size: 14px;
}

.leanMore  .privacy ul,
.leanMore .privacy li{
    margin: 0;
    padding: 0;

}
.leanMore .privacy li {
    font-size: 13px;
    line-height: 1.3;
    margin-top: 3px;
    margin-bottom: 3px;
    list-style: none;
    opacity: 0.8;
}
.leanMore label {
    color: #FFF;
}
.leanMore .mktoForm .mktoFormRow:nth-of-type(3){
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
dl.whitepaper dd ul,
dl.whitepaper dd ul li,
dl.ondemand_video dd ul li,
dl.ondemand_video dd ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
dl.whitepaper dt,
dl.ondemand_video dt {
    font-weight: var(--font-weight-bold);
    font-weight: 600;
}

dl.whitepaper dd ul li,
dl.ondemand_video dd ul li {
    margin: 7px 0;
    font-size: 14px;
    lineheight: 1.3;
}
dl.whitepaper dd ul li::before,
dl.ondemand_video dd ul li::before {
    content: '●';
    display: inline-block;
    margin-right: 0.5rem;
        
}

.privacy_link {
    font-size: 13px;
    color: #CCC;
}   
.privacy_link:visited {
    font-size: 13px;
    color: #CCC;
}   
    
    
    
    
/* CONTACT  */


.contact_wrap  {
    margin-top: 100px;
}
.contact_wrap .too_logo {
    width: 135px;
    margin:32px;
}



.contact_wrap .section_title {
    color: #EAEAEA;
}

:root {
  --posTop: 280px;
}

.contact_wrap .detailArea {
    padding: 0;
    position: relative;
}
.contact_wrap .detailArea::before {
    background-color: #EAEAEA;
    content: "";
    height: 250px;
    display: block;
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    width: 100%;
}


.contact_wrap .detailArea .container {
    position: relative;
}
.detailArea_inner {
    display: flex;
    grid-template-columns: repeat(2, 1fr );
    align-items: center;
    gap: 30px;
    justify-content: space-between;
}
.detailArea_inner > div{
    margin-top:0;
}
@media(min-width: 992px) {
	.detailArea_inner > div{
		width: 50%;
		margin-top: -30px;
	}
}
.detailArea_inner .catchImg {
}

.detailArea_inner .catchText {
    font-size: 22px;
    line-height: 1.5;
    font-weight: var(--font-weight-bold);
    font-weight: 600;
    z-index: 100;
    position: relative;
    text-shadow: #FFF 0 0 2px;
    margin-top: 15px;
}
.contact_wrap .section_title_wrap {
    border-bottom: solid 1px #EAEAEA;
}
.contact_catch {
    font-size: 28px;
    line-height: 1.2;
    font-weight: var(--font-weight-bold);
    font-weight: 600;
    margin-bottom: 60px;
}
@media(max-width: 1399px) {
    .detailArea_inner .catchText {
        font-size: 20px;
        margin-top: 10px;
    }
    .contact_wrap .detailArea::before {
        height: 218px;
    }
}
@media(max-width: 1199px) {
    .contact_wrap .detailArea::before {
        height: 185px;
    }
    .detailArea_inner {
        gap: 10px;
    }
    .detailArea_inner .catchText {
        font-size: 17px;
        margin-top: 5px;
    }
    
    
}
@media(max-width: 979px) {
    .detailArea_inner {
        display: block;
        position: relative;
        backrgroud-postion: center top;
        background-size: 90%;
        background-position: top center;
    }
    .detailArea_inner > div {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    .detailArea_inner .catchText {
        margin-top: 30px;;
        text-align: center;
        font-size: 20px;
    }
}
@media(max-width: 767px) {
    .detailArea_inner > div {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .detailArea_inner .catchText {
        font-size: 18px;
    }
    .contact_catch {
        font-size: 24px;
    }
}





.cta_catch {
    font-size: 22px;
    margin-bottom: 32px;
}
.cta_wrap {
    display: flex;
    column-gap: 40px;
    justify-content: center;
}
@media(max-width: 767px) {
    .cta_wrap {
        display: block;
    }
    .cta_wrap .ys_btn {
        margin-bottom: 15px;
    }
    
}
  


.y100 {
    display: flex;
    align-items: center;
    justify-content: center;
}
.y100 div:first-child {
    width: 350px;
}
.y100 div:last-child {
    max-width: 700px;
    font-size: 22px;
    line-height: 1.4;
    font-weight: var(--font-weight-bold);
    font-weight: 600;
}
@media(max-width: 767px) {
    .y100 {
        display: block;
    }
    .y100 div:first-child {
        margin-bottom: 30px;
    }
    .y100 div:last-child {
        padding-left: 40px;
        padding
        text-right: 40px;
        text-align: center;
    }
    
    .y100 div:first-child, 
    .y100 div:last-child {
        width: 100%;
    }
}
  


  

