@charset "utf-8";

/* 
Theme Name: araya
*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html{
    overflow-x: hidden;
  }
body {
    font-family: 'Noto Sans JP','YuGothic','Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
    background-color: #fff;
    color: #333333;
    /* overflow-y: scroll; */
    overflow-x: clip;
    box-sizing: border-box;
}

img,
video {
    display: block;
    width: 100%;
}

a {
    text-decoration: none;
    color: #333333;
}
a:hover {
}
li {
    list-style: none;
}
table {
    border-spacing: 0;
}

/* 共通 */
.pc,.pc_2 {
    display: block;
}

.sp {
    display: none!important;
}

.align-center {
    align-items: center;
}
@media (max-width: 1200px) {
    .pc {
        display: none!important;
    }

    .sp {
        display: block!important;
    }
}
@media (max-width: 768px) {
    .pc_2 {
        display: none!important;
    }
}
/* 見出し */
.lp-h2 {
    position: relative;
    margin: 0 auto 40px;
    color: #fff;
    font-family: "Inter";
    font-weight: 300;
    font-size: clamp(3.125rem, 1.283rem + 9.211vw, 7.5rem);
    line-height: 150%;
    letter-spacing: 12px;
    text-align: center;
}
.lp-h2 span {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    font-family: "Noto Sans JP";
    color: #333333;
    font-weight: 700;
    font-size: clamp(1.875rem, 1.138rem + 3.684vw, 3.625rem);
    letter-spacing: 6px;
    transform: translate(-50%, 30%);
}
#case .lp-h2 {
    color: #507196;
}
#company .lp-h2 {
    color: #507196;
}
#case .lp-h2 span {
    color: #fff;
}
#flow .lp-h2 span {
    font-size: clamp(1.5rem, 0.868rem + 3.158vw, 3rem);
}
.lp-h3 {
    margin: 0 0 40px;
    color: #fff;
    font-weight: 700;
    font-size: clamp(1.375rem, 0.901rem + 2.368vw, 2.5rem);
    line-height: 100%;
    letter-spacing: 6px;
    text-align: center;
}
.lp-h3 .lp-h3-sub {
    font-family: "Open Sans", sans-serif;
    color: #52A9F5;
    font-weight: 700;
    font-size: clamp(1rem, 0.895rem + 0.526vw, 1.25rem);
    line-height: 150%;
    letter-spacing: 1px;
}
.lp-h3 .lp-h3-text {
    font-weight: 500;
    font-size: clamp(0.875rem, 0.770rem + 0.526vw, 1.125rem);
    letter-spacing: 0;
}


/* Wrapper */
.lp-mv-wrapper {
    position: relative;
    width: 1080px;
    margin: 0 auto;
}
.lp-top-wrapper {
    width: 1080px;
    margin: 100px auto 0;
    padding: 0 0 100px;
}
.lp-wrapper {
    width: 1080px;
    margin: 0 auto;
    padding: 0 0 100px;
}
.lp-small-wrapper {
    width: 960px;
    margin: 0 auto;
}

/* ボタン */
.contact-btn-inner {
    position: relative;
    display: flex;
    flex-direction: column ;
    align-items: center;
    margin: 0 auto;
    z-index: 10;
}
.contact-btn {
    display: flex;
    align-items: center;
    margin: 0 0 20px;
}
.contact-btn a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 408px;
    min-height: 68px;
    margin: 0 auto;
    padding: 10px 20px;
    background: url("../img/btn-large.webp") no-repeat center center / contain;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 30px;
}
.contact-btn:hover {
  opacity: 0.7;
}
.contact-btn-small a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: clamp(6.25rem, 1.875rem + 20vw, 15.375rem);
    height: clamp(1.375rem, 0.416rem + 4.384vw, 3.375rem);
    margin: 0 auto;
    padding: 10px 20px;
    background: url("../img/btn-small.webp") no-repeat center center / contain;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 30px;
}
.contact-btn-small:hover {
  opacity: 0.7;
}
.contact-btn-text {
    color: #0F214B;
    font-weight: 700;
    font-size: clamp(0.75rem, 0.645rem + 0.526vw, 1rem);
    line-height: 250%;
    letter-spacing: 1px;
}
.contact-btn-text.lp-large {
    font-size: clamp(1.125rem, 0.967rem + 0.789vw, 1.5rem);
}
.lp-slash {
    display: inline-block;
    width: 4px;
    height: 24px;
    background-color: #0F214B;
    clip-path: polygon(0% 0%, 100% 0%, 50% 100%, 0% 100%);
}
.lp-slash.lp-left {
    transform: rotate(-25deg) translate(-5px, 5px);
}
.lp-slash.lp-right {
    transform: rotate(25deg) translate(5px, 5px);
}
.contact-btn-text.lp-large .lp-slash {
    width: 6px;
    height: 28px;
}

.lp-slash.lp-white {
    width: 6px;
    height: 40px;
    background-color: #fff;
}
.lp-slash.lp-left.lp-white {
    transform: rotate(-25deg) translate(-10px, 0);
}
.lp-slash.lp-right.lp-white {
    transform: rotate(25deg) translate(10px, 0);
}



/* header */
header {
    position: relative;
}

.header-inner {
    display: flex;
    justify-content: space-between;
    /* position: absolute;
    top: 0;
    left: 0; */
    width: 100%;
    padding: 15px 5vw;
    z-index: 100;
}

.header-inner h1 {
    margin: 0 0 0 5vw;
    font-weight: 700;
    font-size: clamp(0.75rem, 0.390rem + 1.644vw, 1.5rem);
    text-align: center;
    line-height: 100%;
}
.header-inner h1 span {
    font-weight: 500;
    font-size: clamp(0.5rem, 0.380rem + 0.548vw, 0.75rem);
    line-height: 100%;
}

/* top */
.lp-top-mv {
    position: relative;
    display: flex;
    width:100%;
}

.lp-mv-bg {
    /* opacity:.6; */
    display: block;
    width:50%;
}

.lp-mv-inner {
    /* display: block; */
    width:50%;
    position: relative;
    /* position: absolute;
    top: 50%;
    left: 50%;
    width: 55%;
    transform: translate(-50%, -50%); */
}

.lp-mv-inner img{
 position: absolute;
    top: 50%;
    left: 10%;
    width: 70%;
    transform: translateY(-50%);
}

.lp-mv-contents {
    text-align: center;
}

.lp-mv-content-text1 {
    font-weight: 700;
    font-size: 35px;
    letter-spacing: 1px;
}
.lp-mv-content-text2 {
    color:#0F214B;
    font-weight: 700;
    font-size: 38px;
    letter-spacing: 1px;
}
.lp-mv-content-text3 {
    color:#0F214B;
    font-weight: 900;
    font-size: 102px;
    letter-spacing: 4px;
}

.lp-mv-content-boxes {
    display: flex;
    justify-content: center;
}
.lp-mv-content-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 205px;
    min-height: 65px;
    margin: 0 10px;
    padding: 10px;
    background: url("../img/gold-box.webp") no-repeat center center / contain;
    color: #fff;
    font-weight: 700;
    font-size: 22px;
    letter-spacing: 2px;
}

.lp-top-space {
    position: relative;
    background: url("../img/mask1.webp") no-repeat center center / cover;
    margin: 50px 0 0;
}

.lp-top-space-bg-w {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: #fff;
}
.lp-top-space-bg-svg {
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}
.lp-top-space-bg-svg svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 100px;
}
.lp-top-space-bg-svg .shape-fill {
    fill: #FFFFFF;
}

.lp-top-space-title {
    color: #fff;
    font-weight: 700;
    font-size: clamp(1.375rem, 0.901rem + 2.368vw, 2.5rem);
    letter-spacing: 2px;
    text-align: center;
}

.lp-top-space-contents {
    display: flex;
    justify-content: space-between;
    padding: 50px 0 0;
}

.lp-top-space-content {
    position: relative;
    width: 32%;
    padding: 50px 30px 40px;
    background: #fff;
}
.lp-top-space-content-tag {
    position: absolute;
    top: 0;
    left: 50%;
    padding: 0 30px 5px;
    color: #fff;
    background: #9D7034;
    transform: translate(-50%,-50%);
    font-family: "Inter";
    font-weight: 700;
    font-size: clamp(1rem, 0.789rem + 1.053vw, 1.5rem);
    line-height: 100%;
    text-align: center;
}
.lp-top-space-content-tag span {
    font-size: clamp(0.625rem, 0.520rem + 0.526vw, 0.875rem);
    line-height: 100%;
}
.lp-top-space-content-title {
    margin: 0 0 20px;
    color: #062C83;
    font-weight: 700;
    font-size: clamp(1rem, 0.789rem + 1.053vw, 1.5rem);
    line-height: 150%;
    letter-spacing: 1px;
    text-align: center;
}
.lp-top-space-content-title span {
    color: #C1282D;
}
.lp-top-space-content-img {
    width: 100px;
    margin: 0 auto 20px;
}
.lp-top-space-content-text {
    font-weight: 500;
    font-size: clamp(0.75rem, 0.645rem + 0.526vw, 1rem);
    line-height: 150%;
    letter-spacing: 0.5px;
    text-align: center;
}

/* feature */
.lp-feature {
    position: relative;
    padding: 40px 0;
    background: url("../img/mask2.webp") no-repeat center center / cover;
}

.lp-feature-contents {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 0 70px;
}
.lp-feature-content {
    position: relative;
    display: flex;
    width: 100%;
}
.lp-feature-content.lp-left {
    justify-content: flex-end;
}
.lp-feature-content-box {
    width: 58.5%;
    /* padding: 0 35px 40px; */
    padding: 0 35px;
    background: #fff;
    height:272px;
}
.lp-feature-content-img {
    position: absolute;
    bottom: 50%;
    right: 0;
    width: 420px;
    transform: translate(0, 50%);
    height:200px;
}
.lp-feature-content-img img {
    height:200px;
    object-fit: cover;
}
.lp-feature-content.lp-left .lp-feature-content-img {
    left: 0;
}
.lp-feature-content-tag {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-family: "Inter";
    color: #DADADA;
    font-weight: 300;
    font-size: clamp(2.875rem, 1.586rem + 6.447vw, 5.938rem);
    text-align: right;
    line-height: 74%;
    letter-spacing: 4px;
}
.lp-feature-content-tag span {
    font-weight: 400;
    font-size: clamp(0.75rem, 0.645rem + 0.526vw, 1rem);
    letter-spacing: 0;
}
.lp-feature-content-pad {
    padding: 0 45px 0 0;
}
.lp-feature-content.lp-left .lp-feature-content-pad {
    padding: 0 0 0 45px;
}
.lp-feature-content-title {
    margin: 0 0 15px;
    color: #0F214B;
    font-weight: 700;
    font-size: clamp(1.125rem, 0.967rem + 0.789vw, 1.5rem);
    line-height: 150%;
    letter-spacing: 2px;
}
.lp-feature-content-title span {
    color: #C1282D;
}
.lp-feature-content-text {
    font-weight: 400;
    font-size: clamp(0.875rem, 0.796rem + 0.395vw, 1.063rem);
    line-height: 150%;
}

/* case */
.lp-case {
    position: relative;
    padding: 40px 0;
    background: url("../img/mask3.webp") no-repeat center center / cover;
}

.lp-case-text {
    margin: 0 0 40px;
    color: #fff;
    font-weight: 500;
    font-size: clamp(0.875rem, 0.796rem + 0.395vw, 1.063rem);
    line-height: 170%;
    text-align: center;
}

.lp-case-contents {
    display: flex;
    justify-content: space-between;
    margin: 0 0 80px;
}

.lp-case-content-wrap {
    margin: 0 0 80px;
}
.lp-case-content {
    background: #fff;
}

.lp-case-content2 {
    width: 49%;
    background: #fff;
}

.lp-case-content3 {
    width: 32%;
    background: #fff;
}

.lp-case-content3 img {
    height:100%;
    object-fit: contain;
}
.lp-case-content-text-in {
    font-size: 32px;
    line-height: normal;
    margin:70px auto;
}

.lp-case-content-text-in h4 {
    font-size:34px;
    margin-bottom:32px;
}

.lp-case-table {
    margin: 0 0 10px;
}
.lp-case-table th {
    position: relative;
    width: 32%;
    border: 1px solid #dddddd;
    background: linear-gradient(45deg, #15254A, #3258B0);
    color: #fff;
    font-weight: 700;
    font-size: clamp(1rem, 0.789rem + 1.053vw, 1.5rem);
    letter-spacing: 4px;
    text-align: center;
}
.lp-case-table tr th::after {
    content: "";
    position: absolute;
    top: 1.5rem;
    left: 3rem;
    width: 30px;
    height: 30px;
}
.lp-case-table tr:nth-of-type(1) th::after {
    background: url("../img/material1.webp") no-repeat center center / contain;
}
.lp-case-table tr:nth-of-type(2) th::after {
    background: url("../img/material2.webp") no-repeat center center / contain;
}
.lp-case-table tr:nth-of-type(3) th::after {
    background: url("../img/material3.webp") no-repeat center center / contain;
}
.lp-case-table tr:nth-of-type(4) th::after {
    background: url("../img/material4.webp") no-repeat center center / contain;
}
.lp-case-table tr:nth-of-type(5) th::after {
    background: url("../img/material5.webp") no-repeat center center / contain;
}
.lp-case-table tr:nth-of-type(6) th::after {
    background: url("../img/material6.webp") no-repeat center center / contain;
}

.lp-case-table td {
    padding: 25px 100px;
    background: #fff;
    border: 1px solid #dddddd;
    border-left: none;
}
.lp-case-table-complement {
    margin: 0 0 80px;
    color: #fff;
    font-weight: 400;
    font-size: clamp(0.875rem, 0.822rem + 0.263vw, 1rem);
    line-height: 150%;
}
.lp-case-content-text {
    padding: 20px;
    font-weight: 400;
    font-size: clamp(0.875rem, 0.796rem + 0.395vw, 1.063rem);
    line-height: 150%;
    text-align: center;
}

/* flow */
.lp-flow {
    position: relative;
    padding: 40px 0;
    background: url("../img/mask4.webp") no-repeat center center / cover;
}

.lp-flow-content {
    background: #fff;
}
.lp-flow-content-inner {
    display: flex;
    justify-content: space-between;
}
.lp-flow-content-block {
    position: relative;
    display: flex;
    align-items: center;
    width: 70%;
}
.lp-flow-content-tag {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    padding: 20px 20px 15px 15px;
    font-family: "Inter";
    color: #fff;
    font-weight: 400;
    font-size: clamp(0.875rem, 0.770rem + 0.526vw, 1.125rem);
    line-height: 100%;
    letter-spacing: 1px;
    text-align: center;
    background: url("../img/flow-tag.webp") no-repeat center center / contain;
}
.lp-flow-content-char {
    padding: 20px 40px 20px 120px;
    color: #0D2643;
}
.lp-flow-content-title {
    margin: 0 0 15px;
    font-weight: 700;
    font-size: clamp(1.125rem, 0.967rem + 0.789vw, 1.5rem);
    line-height: 150%;
    letter-spacing: 2px;
}
.lp-flow-content-text {
    font-weight: 400;
    font-size: clamp(0.875rem, 0.796rem + 0.395vw, 1.063rem);
    line-height: 150%;
}
.lp-flow-content-img {
    width: 30%;
}

.lp-flow-arrow-inner {
    margin: 25px auto;
}
.lp-flow-arrow {
    width: 30px;
    height: 24px;
    margin: 0 auto;
}

/* contact */
#contact .contact-btn-inner {
    margin: 40px auto;
}

/* company */
.lp-company {
    position: relative;
    padding: 40px 0;
    background: url("../img/mask5.webp") no-repeat center center / cover;
}

.lp-company-text {
    margin: 0 0 80px;
    color: #fff;
    font-weight: 400;
    font-size: clamp(0.875rem, 0.796rem + 0.395vw, 1.063rem);
    line-height: 150%;
}
.lp-company-text.lp-center {
    margin: 0 0 40px;
    text-align: center;
}

.lp-company-table {
    width: 100%;
    margin: 0 0 80px;
    padding: 10px 80px 40px;
    background: #fff;
}
.lp-company-table th,
.lp-company-table td {
    padding: 30px 0;
}

.lp-company-table th {
    border-bottom: 2px solid #024EA5;
    font-weight: 700;
    font-size: clamp(0.875rem, 0.822rem + 0.263vw, 1rem);
    line-height: 120%;
    letter-spacing: 2px;
    text-align: left;
}
.lp-company-table td {
    border-bottom: 2px solid #C1D2E6;
    font-weight: 400;
    font-size: clamp(0.875rem, 0.822rem + 0.263vw, 1rem);
    line-height: 120%;
    letter-spacing: 2px;
}

.lp-company-service {
    position: relative;
    margin: 0 0 60px;
    background: #fff;
}
.lp-company-service-inner {
    padding: 50px 60px 30px;
}
.lp-company-service-text {
    font-weight: 400;
    font-size: clamp(0.875rem, 0.796rem + 0.395vw, 1.063rem);
    line-height: 150%;
}
.lp-company-service-tag {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 60px;
    width: 150px;
    height: 50px;
    color: #fff;
    background: url("../img/gold-box-1.webp") no-repeat center center / contain;
    transform: translate(0,-50%);
    font-weight: 700;
    font-size: clamp(1rem, 0.842rem + 0.789vw, 1.375rem);
    line-height: 100%;
    letter-spacing: 1px;
}
.lp-company-service-tag.lp-large {
    width: 193px;
    background: url("../img/gold-box-2.webp") no-repeat center center / contain;
}


.lp-company-timeline {
    margin: 0 0 80px;
    padding: 40px 60px;
    background: #fff;
    list-style: none;
}
.lp-company-timeline li {
    position: relative;
}
.lp-company-timeline-content {
    position: relative;
    padding: 0 0 40px 75px;
}
.lp-company-timeline li .lp-company-timeline-content::after {
    content: "";
    position: absolute;
    top: 0;
    left: 7px;
    width: 1px;
    height: 100%;
    background-color: #00046E;
}
.lp-company-timeline li:first-child .lp-company-timeline-content::after {
    top: 15px;
    height: calc(100% - 15px);
}
.lp-company-timeline li:last-child .lp-company-timeline-content::after {
    top: 0;
    height: 15px;
}
.lp-company-timeline-content:before {
    content: '';
    width: 15px;
    height: 15px;
    background: #00046E;
    position: absolute;
    left: 0;
    top: 0.2em;
    border-radius: 100%;
    z-index: 10;
}
.lp-company-timeline-title {
    margin: 0 0 10px;
    font-weight: 700;
    font-size: clamp(1rem, 0.895rem + 0.526vw, 1.25rem);
    line-height: 100%;
    letter-spacing: 1px;
}
.lp-company-timeline-text {
    font-weight: 400;
    font-size: clamp(0.875rem, 0.796rem + 0.395vw, 1.063rem);
    line-height: 150%;
}

.lp-company-vision {
    display: flex;
    justify-content: space-between;
}
.lp-company-vision-box {
    position: relative;
    width: 32%;
    padding: 20px 10px 30px;
    background: #fff;
}
.lp-company-vision-box-tag {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 50%;
    width: 150px;
    height: 50px;
    transform: translate(-50%, -50%);
    background: url("../img/gold-box-1.webp") no-repeat center center / contain;
    color: #fff;
    font-weight: 700;
    font-size: clamp(1.125rem, 0.967rem + 0.789vw, 1.5rem);
    line-height: 100%;
    letter-spacing: 2px;

}
.lp-company-vision-box-img {
    width: 100px;
    height: 100px;
    margin: 30px auto;
}
.lp-company-vision-box-list {
    padding: 0 0 0 1.5rem;
    font-weight: 400;
    font-size: clamp(0.875rem, 0.822rem + 0.263vw, 1rem);
    line-height: 150%;
}
.lp-company-vision-box-list span {
    position: relative;
}
.lp-company-vision-box-list span::after {
    content: "・";
    position: absolute;
    top: 0;
    left: -1.3rem;
}


@media screen and (max-width: 1400px) {

}

@media screen and (max-width: 1100px) {

    /* Wrapper */
    .lp-mv-wrapper {
        width: 100%;
        padding: 0 10px;
    }
    .lp-top-wrapper {
        width: 100%;
        margin: 75px auto 0;
        padding: 0 10px 60px;
    }
    .lp-wrapper {
        width: 100%;
        padding: 0 10px 60px;
    }
    .lp-small-wrapper {
        width: 90%;
        margin: 0 auto;
        padding: 0 10px;
    }
    
    .contact-btn a {
        min-width: 50vw;
        min-height: 8vw;
    }

    .lp-mv-inner {
        top: 55%;
    }

    .lp-top-space-bg-svg {
        left: 50%;
        width: 1080px;
        transform: translate(-50%, 0);
    }
    
    .lp-feature-contents {
        display: block;
        padding: 0;
    }

    .lp-feature-content {
        margin: 0 0 210px;
    }
    .lp-feature-content-box {
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
        padding: 0 35px 40px;
        background: #fff;
    }
    .lp-feature-content-img {
        bottom: 0;
        left: 50%;
        max-width: 420px;
        width: 90%;
        transform: translate(-50%, 90%);
    }

    .lp-feature-content.lp-left .lp-feature-content-img {
        left: auto;
    }
    .lp-feature-content-pad {
        padding: 0 ;
    }

    .lp-case-table td {
        padding: 25px 20px;
    }

    .lp-case-table tr th::after {
        left: 1.5rem;
    }



}

@media screen and (max-width: 768px) {

    .lp-top-mv {
        flex-direction: column-reverse;
    }

    .lp-mv-bg {
        width:100%;
    }

    .lp-mv-inner {
        width:100%;
        background-color: #112248;
    }

    .lp-mv-inner img {
        position: inherit;
        left: 50%;
        transform: translate(-50%,-35%);
        background-color: #fff;
        padding:32px;
    }    
    .lp-top-wrapper {
        padding: 0 10px 10px;
    }

    .lp-wrapper {
        padding: 0 10px 10px;
    }

    .header-inner {
        /* padding: 5px 2vw; */
        padding: 0 2vw 5px 0;
        position: absolute;
        top: 0;
        left: 0;
    }

    .header-inner h1 {
        /* margin: 0 0 0 2vw; */
        margin:0;
        background-color: #fff;
        padding: 8px;
    }

    .lp-top-space {
        margin: 20px 0 0;
    }
    
    .lp-top-space-contents {
        display: block;
        padding: 30px 0 0;
    }

    .lp-top-space-content {
        width: 100%;
        max-width: 350px;
        margin: 0 auto 40px;
        padding: 30px 30px 40px;
    }

    .lp-case-contents {
        display: block;
        margin: 0 0 30px;
    }
    .lp-case-content2 {
        width: 100%;
        max-width: 550px;
        margin: 0 auto 20px;
    }
    .lp-case-content3 {
        width: 100%;
        max-width: 400px;
        margin: 0 auto 20px;
    }

    .lp-case-table th {
        padding: 30px 0 10px;
    }
    .lp-case-table tr th::after {
        top: 10px;
        left: 50%;
        width: 20px;
        height: 20px;
        transform: translate(-50%, 0);
    }
    .lp-case-table td {
        padding: 15px 10px;
    }

    .lp-flow-content-inner {
        display: block;
    }
    .lp-flow-content-block {
        width: 100%;
    }
    .lp-flow-content-tag {
        top: 40%;
    }
    .lp-flow-content-char {
        padding: 20px 40px 20px 120px;
    }
    .lp-flow-content-img {
        width: 100%;
        padding: 0 40px 20px 120px;
    }

    .lp-company-table {
        margin: 0 0 50px;
        padding: 10px 20px 20px;
    }
    .lp-company-table th,
    .lp-company-table td {
        padding: 20px 0;
    }


    .lp-company-vision {
        display: block;
    }
    .lp-company-vision-box {
        width: 100%;
        max-width: 450px;
        margin: 0 auto 40px;
    }
    
}

@media screen and (max-width: 600px) {
    
    .lp-small-wrapper {
        width: 100%;
    }

    .contact-btn a {
        min-width: 80vw;
        min-height: 12vw;
    }

    .lp-flow-content-char {
        padding: 20px 40px 20px 100px;
    }
    .lp-flow-content-img {
        padding: 0 40px 20px 100px;
    }

    .lp-company-table th {
        width: 30%;
    }
    
    .lp-company-service-tag {
        left: 30px;
        width: 100px;
        height: 34px;
    }
    .lp-company-service-tag.lp-large {
        width: 130px;
    }
    .lp-company-service-inner {
        padding: 30px 30px 20px;
    }

    .lp-company-timeline {
        margin: 0 0 50px;
        padding: 30px 40px 0;
    }
    .lp-company-timeline-content {
        padding: 0 0 40px 50px;
    }

}

@media screen and (max-width: 480px) {
    .contact-btn a {
        min-width: 95vw;
        min-height: 14vw;
    }

    .lp-feature-content {
        margin: 0 0 40vw;
    }
    
    .lp-flow-content-char {
        padding: 20px 20px 20px 80px;
    }
    .lp-flow-content-tag {
        top: 30%;
    }
    .lp-flow-content-img {
        padding: 0 20px 20px 80px;
    }

    .lp-company-table {
        padding: 10px 10px 20px;
    }

    .lp-company-service-tag {
        left: 20px;
    }
    .lp-company-service-inner {
        padding: 30px 20px 20px;
    }

    .lp-company-timeline {
        padding: 30px 40px 0;
    }
    .lp-company-timeline-content {
        padding: 0 0 30px 40px;
    }
.lp-company-vision {
    padding: 0 10px;
}
.lp-company-vision-box {
    padding: 20px 10px 20px;
}
    .lp-company-vision-box-img {
        width: 80px;
        height: 80px;
        margin: 15px auto;
    }

}