@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');

/*=====================================
*
*front
*
=======================================*/
#lp04 h2 {
    color: #0954d8;
    font-weight: bold;
    font-size: 35px;
    position: relative;
    text-align: center;
    padding: 10px 0;
    margin: 80px auto 50px;
}

#lp04 h2::before {
    content: '';
    display: block;
    width: 250px;
    height: 5px;
    border-radius: 5px;
    position: absolute;
    left: 50%;
    bottom: -5px;
    background: #f8a411;
    transform: translateX(-50%);
}

#lp04 .Ctxt {
    text-align: center;
    position: relative;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.8;
}

#lp04 .Ctxt p span {
    font-size: 25px;
    font-weight: bold;
    background: linear-gradient(transparent 70%, #faf6ae 30%);
}

#lp04 .section1 .sec1_inner .sec1_inner_contents h2 {
    color: #fff;
}

#lp04 .section1 .sec1_inner .sec1_inner_contents h2 span {
    position: relative;
    font-size: 45px;
}

#lp04 .section1 .sec1_inner .sec1_inner_contents h2 span::before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -100%);
    background: #fff;
    border-radius: 50%;
}

#lp04 .front_contact h2 {
    color: #fff;
}

#lp04 .front_contact .front_contact_form {
    width: 100%;
    max-width: 750px;
    background: #fff;
    margin: 30px auto;
    padding: 50px;
}

#lp04 .contact_bg {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 100%;
    max-width: 1260px;
    height: 100%;
    display: block;
}

#lp04 .contact_bg img:first-child {
    position: absolute;
    left: 0;
    top: 0;
    transform: translateX(-50%);
}

#lp04 .contact_bg img:last-child {
    position: absolute;
    right: 30px;
    bottom: 0;
}

#lp04 .front_contact .front_contact_form .inner {}

#lp04 .front_contact .front_contact_form .inner table {
    width: 100%;
}

#lp04 .front_contact .front_contact_form .inner table th {
    text-align: left;
    font-size: 18px;
    font-weight: 500;
    vertical-align: top;
    padding-top: 30px;
}

#lp04 .front_contact .front_contact_form .inner table td {
    padding: 20px 0;
    min-width: 375px;
}

#lp04 .front_contact .front_contact_form .inner table td input,
#lp04 .front_contact .front_contact_form .inner table td textarea {
    width: 100%;
    display: block;
    border: 1px solid #cccccc;
    padding: 10px 5px;
    font-family: 'Noto Sans JP';
    font-size: 16px;
}

#lp04 .front_contact .front_contact_form .contact_btn {
    margin: 50px auto 0;
    position: relative;
    max-width: 380px;
}

#lp04 .front_contact .front_contact_form .contact_btn input[type="submit"] {
    background: #f8a411;
    color: #fff;
    font-size: 22px;
    text-align: center;
    display: block;
    width: 100%;
    margin: 0 auto;
    position: relative;
    border-radius: 10px;
    padding: 25px 10px;
    box-shadow: 0 17px 15px -20px #000;
    font-weight: bold;
    border: none;
    font-family: 'Noto Sans JP';
    transition: ease all .3s;
    top: 0;
}

#lp04 .front_contact .front_contact_form .contact_btn input[type="submit"]:hover {
    cursor: pointer;
    border-radius: 50px;
    top: -5px;
}

/*=====================================
*
*sp用 共通部分 cta
*
=======================================*/
@media screen and (max-width:1023px) {

    #lp04 h2 {
        margin: 50px auto 30px;
        font-size: 23px;
    }

    #lp04 .Ctxt {
        font-size: 15px;
    }

    #lp04 .Ctxt p span {
        font-size: 18px;
    }

    #lp04 .section1 .sec1_inner .sec1_inner_contents h2 span {
        font-size: 25px;
    }

    #lp04 .section1 .sec1_inner .sec1_inner_contents h2 span::before {
        transform: translate(-50%, 5%);
    }

    #lp04 .front_contact .front_contact_form {
        width: calc(100% - 20px);
        padding: 10px 15px;
    }

    #lp04 .front_contact .front_contact_form .inner table th {
        display: block;
        padding-top: 20px;
    }

    #lp04 .front_contact .front_contact_form .inner table td {
        display: block;
        width: 100%;
        min-width: inherit;
        padding: 10px 0;
    }

    #lp04 .front_contact .front_contact_form .contact_btn {
        margin: 20px auto 40px;
    }

    #lp04 .front_contact .front_contact_form .contact_btn input[type="submit"] {
        font-size: 18px;
        padding: 15px 10px;
        max-width: 300px;
    }

    #lp04 .front_contact h2 {
        text-shadow: 1px 1px 5px #00000073;
    }
}

/*=====================================
*
*全般
*
=======================================*/
.mv {
    background: url(img/mv_bg.jpg)no-repeat center top;
    overflow: hidden;
    margin-top: 88px;
}

.mv .mv_contarea {
    max-width: 1260px;
    width: 100%;
    position: relative;
    margin: 0 auto;
    padding: 40px 0;
}

.mv .mv_image {
    max-width: 547px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.mv .inner {
    width: 50%;
}

.mv .inner .comment {
    color: #083d9a;
    font-weight: bold;
    font-size: 40px;
    background: url(img/mv_comment.png)no-repeat center top;
    text-align: center;
    padding: 13px 0 38px;
    line-height: 1;
}

.mv .inner .comment span {
    font-size: 39px;
}

.mv .inner .text {
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 31px;
    margin: 15px auto;
}

.mv .inner .text span {
    font-size: 36px;
    color: #ffcc31;
    display: inline-block;
    position: relative;
    z-index: 2;
    line-height: 1.3;
}

.mv .inner .text span::before {
    content: '';
    display: block;
    width: 100%;
    height: 35%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #fff;
    opacity: .2;
}

.mv .inner .text02 {
    text-align: center;
    font-weight: bold;
    color: #fff;
    margin-bottom: 15px;
}

.mv .inner .text02 img {
    width: 330px;
}

.mv .inner .circle {
    margin: 20px auto;
}

.mv .inner .circle ol {
    display: flex;
    justify-content: space-around;
}

.mv .inner .circle ol li {
    border-radius: 50%;
    background: #0c71c4;
    position: relative;
    overflow: hidden;
    width: 220px;
    height: 220px;
    border: 3px solid #0c71c4;
    box-shadow: 0 10px 15px -10px #0000008c;
}

.mv .inner .circle ol li::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
}

.mv .inner .circle ol li .title {
    color: #0c71c4;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    padding: 30px 20px 10px;
    line-height: 1.2;
    background: #fff;
}

.mv .inner .circle ol li .title span {
    font-size: 16px;
}

.mv .inner .circle ol li .label {
    background: #0c71c4;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    padding: 5px;
    line-height: 1.1;
}

.mv .inner .circle ol li .label span {
    font-size: 40px;
    transform: skewX(-10deg);
    display: inline-block;
    padding: 0 5px;
    letter-spacing: 1px;
}

.mv .mv_btn {
    max-width: 900px;
    width: 100%;
    margin: 50px auto 0;
}

.mv .mv_btn ol {
    display: flex;
    justify-content: space-around;
}

.mv .mv_btn ol li {
    width: 48%;
    position: relative;
}

.mv .mv_btn ol li img {
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(-50%);
    z-index: 2;
}

.mv .mv_btn ol li a {
    background: #083d9a;
    color: #fff;
    font-size: 22px;
    text-align: center;
    display: block;
    max-width: 380px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    border-radius: 10px;
    padding: 25px 10px;
    box-shadow: 0 17px 15px -20px #000;
    transition: ease all .3s;
    top: 0;
}

.mv .mv_btn ol li:last-child a {
    background: #f8a411;
}

.mv .mv_btn ol li a i {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.mv .mv_btn ol li a:hover {
    border-radius: 50px;
    top: -5px;
}

.mv .circle_list ol {
    display: flex;
}

.mv .circle_list ol li {
    display: flex;
    justify-content: flex-start;
    width: 240px;
    height: 240px;
    background: #a3c2ef;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mv .circle_list ol {
    display: flex;
    justify-content: space-around;
}

.mv .circle_list ol li {
    display: flex;
    justify-content: flex-start;
    width: 240px;
    height: 240px;
    background: #a3c2ef;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section6 .sec6_map .circle_list ol li:first-child {
    margin-right: 30px;
}

.mv .circle_list ol li .inner {
    background: #fff;
    width: 210px;
    height: 210px;
    box-shadow: 5px 5px 15px -7px #000;
    border-radius: 50%;
    overflow: hidden;
    padding: 5px;
}

.mv .circle_list ol li .inner .title {
    background: #2676bc;
    text-align: center;
    font-weight: bold;
    color: #fff;
    font-size: 20px;
    padding: 5px 0;
    margin-top: 30px;
}

.mv .circle_list ol li .inner .count {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin: 10px auto;
    line-height: 1;
}

.mv .circle_list ol li .inner .count span {
    font-size: 40px;
    color: #2676bc;
}

.mv .circle_list ol li .inner .desc {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
}

.mv .circle_list ol li .inner .desc span {
    color: #2676bc;
}

@media screen and (max-width:1023px) {
    .mv {
        background-size: cover;
        margin-top: 58px;
    }

    .mv .mv_image {
        position: absolute;
        right: 10px;
        top: 70%;
        transform: translateY(-50%);
        width: 90%;
    }

    .mv .inner {
        width: 100%;
        padding: 10px;
        margin-bottom: 270px;
    }

    .mv .inner .text02 {
        font-size: 40px;
        display: block;
    }

    .mv .inner .comment {
        font-size: 25px;
        padding: 19px 0px 51px;
    }

    .mv .inner .comment span {
        font-size: 30px;
    }

    .mv .inner .text {
        font-size: 28px;
    }

    .mv .inner .text span {
        font-size: 32px;
    }

    .mv .inner .circle ol li {
        width: 165px;
        height: 165px;
    }

    .mv .inner .circle ol li .title {
        font-size: 16px;
        padding: 20px 20px 10px;
    }

    .mv .inner .circle ol li .title span {
        font-size: 12px;
    }

    .mv .mv_btn ol {
        display: block;
    }

    .mv .mv_btn ol li {
        width: 80%;
        margin: 45px auto;
    }

    .mv .mv_btn ol li img {
        top: -5px;
    }

    .mv .mv_btn ol li a {
        font-size: 20px;
        padding: 15px 10px;
    }

    .mv .circle_list {
        width: 100%;
        position: relative;
        margin-top: 30px;
    }

    .mv .circle_list ol {
        justify-content: center;
    }

    .mv .circle_list ol li {
        width: 165px;
        height: 165px;
        margin: 0 5px;
    }

    .mv .circle_list ol li:first-child {
        margin-right: 0;
    }

    .mv .circle_list ol li .inner {
        background: #fff;
        width: 150px;
        height: 150px;
        box-shadow: 5px 5px 15px -7px #000;
        border-radius: 50%;
        overflow: hidden;
        padding: 5px;
    }

    .mv .circle_list ol li .inner .title {
        background: #2676bc;
        text-align: center;
        font-weight: bold;
        color: #fff;
        font-size: 14px;
        padding: 5px 0;
        margin-top: 10px;
    }

    .mv .circle_list ol li .inner .count {
        font-size: 16px;
    }

    .mv .circle_list ol li .inner .count span {
        font-size: 25px;
        color: #2676bc;
    }

    .mv .circle_list ol li .inner .desc {
        font-size: 11px;
    }
}

/*お悩み*/
.section1 h2 {
    font-size: 25px;
}

.sec1_inner .bg .mask {
    position: relative;
    width: 100%;
    height: 100%;
}

.sec1_inner .bg .mask img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width:767px) {
    .section1 .sec1_inner .sec1_inner_contents ol li:nth-of-type(4) img {
        width: 80%;
        height: auto;
    }
}


/*特長*/
.sec2_list .inner:nth-child(2n):before {
    background: #fff;
}

.sec2_list .inner:nth-child(2n) .inner_flex {
    flex-flow: nowrap;
}

.sec2_list .inner:nth-child(2n) .inner_flex .number {
    left: auto;
    right: 0;
    bottom: 0;
}

.sec2_list .inner .inner_flex .text_inner h3 span.blue {
    color: #0954d8;
}

@media screen and (max-width:767px) {
    .mv .inner {
        margin-bottom: 200px;
    }
}

@media screen and (max-width:767px) {
    .sec2_list .inner:nth-child(2n) .inner_flex {
        flex-flow: wrap;
    }

    .sec2_list .inner:nth-child(2n) .inner_flex .text_inner {
        order: 2;
    }
}

/*機能一覧*/
.sec4_table02.only {
    display: block;
    margin-top: -30px;
}

.sec4_table02.only h3 {
    background: #ffb636 !important;
}

.sec4_table02.only .sec4_table02_inner {
    width: 100%;
    max-width: initial;
}


.sec4_table02.only .sec4_table02_inner .text {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 20px 30px;
    min-height: 100px;
    height: auto;
    padding: 15px 25px;
    border-color: #ffb636 !important;
}

.sec4_table02.only .sec4_table02_inner .text .text_contents {
    font-size: 14px;
}

@media only screen and (max-width: 1023px) {
    .sec4_table02.only .sec4_table02_inner .text .text_contents {
        font-size: 12px;
    }
}

/*部門*/
.section3 .inner .inner_flex .inner_col .image.noshadow {
    height: auto;
}


/*導入事例*/
@media only screen and (max-width: 1023px) {
    .section6 .Ctxt {
        text-align: start;
    }

    .section6 .annotation {
        text-align: end;
        font-size: 10px;
    }
}


/*sec3*/
.section3 {
    background: #edf5ff;
    padding: 80px 0 90px;
}

.section3 .inner {
    position: relative;
    margin-top: 0;
}

.section3 .inner .inner_flex .inner_col .text h3::before {
    content: ''!important;
    display: block;
    width: 100px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}

.section3 .inner .inner_flex .inner_col .text h3::after {
    content: ''!important;
    display: block;
    width: 1px;
    height: 100px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.section3 .inner .inner_flex .inner_col .text h3.custom01::before {
    top: calc(50% + 1px);
}

.section3 .inner .inner_flex .inner_col .text h3.custom02::before {
    top: calc(50% + 2px);
}

.section3 .inner .inner_flex .inner_col .text h3.custom03::before {
    width: 50%;
	top: calc(50% + 2px);
}

.section3 .inner .inner_flex .inner_col .text p {
    background: #fff;
}

.section3 .inner .textarea {
    background: #fff;
}

.section3 h2 {
    position: relative;
    width: fit-content;
    margin: 0px auto 50px;
}

.section3 h2 span {
    position: absolute;
    width: 40px;
    left: -50px;
}

.section3 .inner:first-of-type h2 span {
    position: absolute;
    width: 30px;
    left: -40px;
}

.section3 .inner:nth-of-type(2) h2 span {
    bottom: 19px;
}

.section3 .inner:last-of-type h2 span {
    bottom: 20px;
    left: -41px;
    width: 30px;
}


@media only screen and (max-width: 1023px) {
    .section3 .inner:nth-of-type(2) h2 span {
        bottom: 14px;
    }

    .section3 .inner:last-of-type h2 span {
        bottom: 13px;
    }

    .section3 .inner .inner_flex .inner_col .text h3::before {
        height: 2px;
    }

    .section3 .inner .inner_flex .inner_col .text h3.custom02::before {
        top: calc(50% + 1px);
    }

  .section3 .inner .inner_flex .inner_col .text h3.custom03::before {
	top: calc(50% + 1px);
  }
}

@media only screen and (max-width: 767px) {
    .section3 {
        padding: 60px 0 10px;
    }
}

.section5{
  background: #edf5ff;
  overflow: hidden;  
}
.section5 .sec5_btn{
  margin: 80px auto 80px;
}

@media only screen and (max-width: 767px) {
  .section5 .sec5_btn {
    margin: 10px auto 50px;
  }
}

.section6{
  background: #f5f9ff;
  overflow: hidden;  
}

.section6 .sec6_map .image img{
	/*border: solid 2px #a1c0ec;*/
}

.section7{
  background: #edf5ff;
  overflow: hidden;  
}

/*=====================================
*
*pc
*
=======================================*/
@media only screen and (min-width: 1025px) {
    .sp {
        display: none;
    }

    .tb {
        display: none;
    }

    .sp_tb {
        display: none;
    }
}

/*=====================================
*
*tb
*
=======================================*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .pc {
        display: none;
    }

    .sp {
        display: none;
    }

    .tb {
        display: inherit;
    }

    .tb_pc {
        display: inherit;
    }

    .sp_tb {
        display: inherit;
    }
}

/*=====================================
*
*sp
*
=======================================*/
@media only screen and (max-width: 767px) {
    .pc {
        display: none;
    }

    .tb_pc {
        display: none;
    }

    .sp {
        display: inherit;
    }

    .tb {
        display: none;
    }

    .sp_tb {
        display: inherit;
    }
}