/*
* common
* LP
----------------------------------*/
@media screen and (min-width:0px) {
  .lp-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 60px;
    background: #75A315;
    color: var(--white);
  }
  .lp-btn > span {
    width: auto;
    font-size: 16px;
    font-weight: 500;
    font-family: var(--futura);
    line-height: 1;
  }
  .lp-btn > span::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url(../images/lp/icon-arrow-wh.svg) no-repeat center;
    background-size: contain;
    transform: rotate(90deg);
    margin-right: 15px;
  }
  .lp-btn:hover {
    transition: background 0.3s ease, color 0.3s ease, border 0.3s ease;
    background: var(--white);
    border: 1px solid #75A315;
    color: #75A315;
  }
  .lp-btn:hover > span::before {
    transition: background 0.3s ease;
    background: url(../images/lp/icon-arrow-gr.svg) no-repeat center;
    background-size: contain;
  }
  .lp-bdr-title {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .lp-bdr-title > span {
    position: relative;
    display: block;
    width: 350px;
    font-size: 24px;
    color: #151D4D;
    line-height: 1.3;
    padding-bottom: 12px;
    text-align: center;
    border-bottom: 1px solid #333333;
    margin-bottom: 12.5px;
  }
  .lp-bdr-title > span::before {
    content: "";
    position: absolute;
    bottom: -9px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 9px 0 9px;
    border-color: #FFFFFF transparent transparent transparent;
    z-index: 2;
  }
  .lp-bdr-title > span::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 9px 0 9px;
    border-color: #333333 transparent transparent transparent;
    z-index: 1;
  }
}
@media screen and (max-width:767px) {
  .lp-bdr-title > span { 
    font-size: 22px;  
  }
}
/*
* HEADER
* LP
----------------------------------*/
@media screen and (max-width:767px) {
  .lp-header-area {
    display: block;
    width: 100%;
    background: var(--white);
    padding: 8px 0 10px 0;
  }
  .lp-header-area .header-text {
    position: unset;
    display: block;
    width: 100%;    
    font-size: 13px;
    line-height: 1.3;
    font-family: var(--gothic);
    color: #888;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    padding: 0 5% 0 5%;
    margin: 0;
  }
  .lp-header-nav,
  .lp-navbar-pc,
  .lp-header-nav-top {
    display: none;
  }
  .lp-header-area-brand {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }
  .lp-header-area-brand picture {
    display: block;
    width: 118px;
    background: var(--white);
  }
  .lp-page-header-area-brand {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  } 
  .lp-page-header-area-brand picture {
    display: block;
    width: 118px;
    background: var(--white);
  }
  .lp-header-area-brand picture img,
  .lp-page-header-area-brand picture img {
    display: block;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
}
@media screen and (min-width:768px) { 
  .lp-header-area {
    display: block;
    width: 100%;
    background: var(--white);
    z-index: 999;
    padding-bottom: 15px;
  }
  .lp-header-area-brand {
    position: absolute;
    top: 76px;
    left: 37px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 186px;
    height: 116px;
    background: var(--white);
    z-index: 997;
    transition: opacity 0.3s ease-in;
  }
  .lp-page-header-area-brand {
    position: absolute;
    top: 41px;
    left: 37px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 190px;
    height: 35px;
    z-index: 999;
  }
  .lp-header-area-brand picture,
  .lp-page-header-area-brand picture {
    display: block;
    width: 100%;
    background: var(--white);
  }
  .lp-header-area-brand picture img,
  .lp-page-header-area-brand picture img {
    display: block;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
  .lp-header-area-brand:hover picture,
  .lp-header-area-brand:hover picture {
    transition: opacity 0.3s ease-in;
    opacity: 0.7;
  }
  .lp-navbar-pc-brand {
    display: flex;
    align-items: center;
    width: 190px;
  }
  .lp-navbar-pc-brand > img {
    display: block;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
  .lp-navbar-pc {
    position: relative;
    display: none;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 80px;
    padding: 40px;
    background: var(--white);
    z-index: 9999;     
  }
  
  @keyframes stickyslideDown {
    0% {
      transform: translateY(-100%);
      visibility: visible;
    }
    100% {
      transform: translateY(0);
    }
  } 
  .lp-.navbar-pc > .navbar-pc-brand {
    display: flex;
    align-items: center;
    width:190px;
  }
  .lp-.navbar-pc > .navbar-pc-brand > img {
    display: block;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
  .lp-header-nav-top {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    max-width: 1600px;
    width: 100%;
    height: 60px;
    padding: 0 100px;
    margin: 10px auto 0 auto;
  }
  .lp-header-nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    max-width: 1180px;
    width: 100%;
    height: 60px;
    padding: 0 20px;
    margin: 10px auto 0 auto;
  }
  .lp-navbar-pc.sticky {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    max-width:none;
    width: 100%;
    height: 60px;
    align-items: center;
    animation-name: stickyslideDown;
    animation-duration: 0.3s;
    animation-fill-mode: both;
  }
  .lp-header-nav-sticktop {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    max-width: 1248px;
    width: calc(100% - 190px);
    height: 60px;
    padding: 0 20px;
    margin: 10px auto 0 auto;
  }
  .lp-header-nav-sticktop > li,
  .lp-header-nav-top > li,
  .lp-header-nav > li {
    display: block;
    width: auto;
  }
  .lp-header-nav-sticktop > li:last-child,
  .lp-header-nav-top > li:last-child,
  .lp-header-nav > li:last-child {
    margin-left: 36px;
  }
  .lp-header-nav_phone {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: auto;
    height: 60px;
    padding-left: 50px;    
  } 
  .lp-header-nav_phone::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: block;
    width: 38px;
    height: 38px;
    background: url(../images/lp/icon-phone.svg) no-repeat center;
    background-size: contain;
  }
  .lp-header-nav_phone > span:first-child {
    display: block;
    font-size: 26px;
    font-family: var(--futura);
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.05rem;
    color: #222222;
  }
  .lp-header-nav_phone > span:last-child {
    display: flex;
    justify-content: space-between;
    width: auto;
    font-size: 15px;
    font-weight: 500;
    line-height: 30px;
    color: #222222;
  }
}
@media screen and (min-width:768px) and (max-width:991px) {
  .lp-header-area-brand { 
    left: 0;  
  }
  .lp-navbar-pc.sticky {
    padding: 0 0 0 20px;
    height: 80px;
  }
  .lp-header-nav-top {
    padding: 0 20px !important;
  }
  .lp-mainview_btn {  
    bottom: 60px !important;    
  }
}
/*
@media screen and (min-width:768px) {
  .lp-header {
    display: block;
    width: 100%;
    background: var(--white);
    padding-bottom: 15px;
  }
  .lp-header-area-brand {
    position: absolute;
    top: 76px;
    left: 37px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 186px;
    height: 116px;
    background: var(--white);
    z-index: 997;
    transition: opacity .3s ease-in;
  }
  .lp-header-nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    max-width: 1140px;
    width: 100%;
    height: 60px;
    padding: 0 20px;
    margin: 10px auto 0 auto;
  }
  .lp-header-nav > li {
    display: block;
    width: auto;
  }
  .lp-header-nav > li:last-child {
    margin-left: 36px;
  }
  .lp-header-nav_phone {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: auto;
    height: 60px;
    padding-left: 50px;    
  } 
  .lp-header-nav_phone::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: block;
    width: 38px;
    height: 38px;
    background: url(../images/lp/icon-phone.svg) no-repeat center;
    background-size: contain;
  }
  .lp-header-nav_phone > span:first-child {
    display: block;
    font-size: 26px;
    font-family: var(--futura);
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.05rem;
    color: #222222;
  }
  .lp-header-nav_phone > span:last-child {
    display: flex;
    justify-content: space-between;
    width: auto;
    font-size: 15px;
    font-weight: 500;
    line-height: 30px;
    color: #222222;
  }
}*/
/*
* MAIN
* LP
----------------------------------*/
@media screen and (max-width:767px) {
  .lp-mainview {
    display: block;
    width: 100%;
    margin-top: -5px;
  }
  .lp-mainview_inner {
    position: relative;
    display: block;
    width: 100%;
  }
  .lp-mainview_inner > picture {
    display: block;
    width: 100%;
  }
  .lp-mainview_inner > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
  .lp-mainview_btn {
    position: absolute;
    bottom: 70px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 240px;
    height: 58px;
    background: #75A315;
    color: var(--white);
  }
  .lp-mainview_btn > span {
    width: auto;
    font-size: 16;
    font-weight: 700;
    line-height: 1;
  }
  .lp-mainview_btn > span::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url(../images/lp/icon-arrow-wh.svg) no-repeat center;
    background-size: contain;
    transform: rotate(90deg);
    margin-right: 15px;
  }
  
  .lp-mainview_slogan {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 30px;
  }
  .lp-mainview_slogan > span {
    display: block;
    width: 100%;
    font-size: 24px;
    text-align: center;
    font-family: var(--yumincho);
    font-weight: 600;
    color: #333333;
  }
  .lp-mainview_slogan > p {
    display: block;
    width: 100%;
    text-align: center;
    line-height: 1;
    font-size: 13vw;
    font-family: var(--futura);
    font-weight: 500;
    color: rgba(240,241,244,0.82);
  }
}
@media screen and (min-width:768px) {
  .lp-mainview {
    display: block;
    max-width: 1600px;
    width: 100%;
    margin: -5px auto 0 auto;
    padding: 0 0 0 0;
  }
  .lp-mainview_inner {
    position: relative;
    display: block;
    width: 100%;
  }
  .lp-mainview_inner > picture {
    display: block;
    width: 100%;
  }
  .lp-mainview_inner > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
  .lp-mainview_btn {
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 240px;
    height: 58px;
    background: #75A315;
    color: var(--white);
  }
  .lp-mainview_btn > span {
    width: auto;
    font-size: 16;
    font-weight: 700;
    line-height: 1;
  }
  .lp-mainview_btn > span::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url(../images/lp/icon-arrow-wh.svg) no-repeat center;
    background-size: contain;
    transform: rotate(90deg);
    margin-right: 15px;
  }
  .lp-mainview_btn:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .lp-mainview_slogan {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: min(160px, 130px + 2.5vw);
    margin-top: 10px;
  }
  .lp-mainview_slogan > span {
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: block;
    text-align: center;
    width: 100%;
    font-size: 28px;
    font-family: var(--yumincho);
    font-weight: 600;
    color: #333333;
  }
  .lp-mainview_slogan > span > br {
    display: none;
  }
  .lp-mainview_slogan > p {
    display: block;
    width: 100%;
    text-align: center;
    line-height: 1;
    font-size: min(120px, 1.5rem + 8.5vw);
    font-family: var(--futura);
    color: rgba(240,241,244,0.82);
    padding-top: 30px;
  }
}
@media screen and (min-width:768px) and (max-width:991px){
  .lp-mainview_btn {
    bottom: 50px;
  }
}
@media screen and (min-width: 992px) and (max-width:1199px) {
  .lp-mainview {
    display: block;
    max-width: 1600px;
    width: 100%;
    margin: -5px auto 0 auto;
    padding: 0 80px 0 80px;
  }
}
@media screen and (min-width:1200px) {
  .lp-mainview {
    display: block;
    max-width: 1600px;
    width: 100%;
    margin: -5px auto 0 auto;
    padding: 0 100px 0 100px;
  }
}
/*satisfy*/
@media screen and (max-width:767px) {
  .lp-satisfy {
    display: block;
    width: 100%;
    background: url(../images/lp/satisfy-bg-sp.jpg) no-repeat center bottom;
    background-size: cover;
    padding: 60px 0 140px 0;
  }
  .lp-satisfy h2 {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: #151D4D;
    font-family: var(--yumincho);
  }
  .lp-satisfy h2 > mark {
    position: relative;
    background: none;
    font-size: 31px;
    color: #151D4D;
    padding-top: 15px;
  }
  .lp-satisfy h2 > mark::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 9px;
    height: 9px;
    border-radius: 5px;
    background: #151D4D;
  }
  .lp-satisfy_reason {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin: 40px auto 0 auto;
  }  
  .lp-satisfy_reason > li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: calc(50% - 5px);
    min-height: 141px;
    background: var(--white);
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    padding-top: 20px;
  }
  .lp-satisfy_reason > li:first-child {
    margin: 0 25% 0 25%;
  }
  .lp-satisfy_reason > li:nth-child(n+2){margin-top: 10px;}
  .lp-satisfy_reason > li > p {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    color: #151D4D;
    line-height: 1.3;
  }
  .lp-satisfy_reason > li > picture {
    display: block;
  }
  .lp-satisfy_reason > li:first-child > picture {
    width: 53.333333%;
  }
  .lp-satisfy_reason > li:nth-child(2) > picture {
    width: 48.627451%;
  }
  .lp-satisfy_reason > li:nth-child(3) > picture {
    width: 60.784314%;
  }
  .lp-satisfy_reason > li > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
}
@media screen and (min-width:768px) {
  .lp-satisfy {
    display: block;
    width: 100%;
    height: 570px;
    background: url(../images/lp/satisfy-bg.jpg) no-repeat center bottom;
    background-size: cover;
    padding-top: 50px;
  }
  .lp-satisfy h2 {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    color: #151D4D;
    font-family: var(--yumincho);
  }
  .lp-satisfy h2 > br {
    display: none;
  }
  .lp-satisfy h2 > mark {
    position: relative;
    background: none;
    font-size: 40px;
    color: #151D4D;
    padding-top: 15px;
  }
  .lp-satisfy h2 > mark::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 9px;
    height: 9px;
    border-radius: 5px;
    background: #151D4D;
  }
  .lp-satisfy_reason {
    display: flex;
    justify-content: space-between;
    max-width: 860px;
    width: 100%;
    margin: 50px auto 0 auto;
  }
  .lp-satisfy_reason > li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 29.651163%;
    min-height: 220px;
    background: var(--white);
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    padding-top: 20px;
  }
  .lp-satisfy_reason > li > p {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: #151D4D;
    line-height: 1.3;
  }
  .lp-satisfy_reason > li > picture {
    display: block;
  }
  .lp-satisfy_reason > li:first-child > picture {
    width: 53.333333%;
  }
  .lp-satisfy_reason > li:nth-child(2) > picture {
    width: 48.627451%;
  }
  .lp-satisfy_reason > li:nth-child(3) > picture {
    width: 60.784314%;
  }
  .lp-satisfy_reason > li > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
}

/*solve*/
@media screen and (max-width:767px) {
  .lp-solve {
    display: block;
    width: 100%;
    background: var(--white);
    padding-top: 20px;
  }
  .lp-solve h2 {
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 700;
    color: #222222;
    text-align: center;
  }
  .lp-solve .lp-bdr-title {
    margin-top: 90px;
  }
  .lp-solve_banner {
    display: block;
    width: 100%;
    margin: 20px auto 0 auto;
  }
  .lp-solve_banner > img {
    display: block;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
  .lp-solve_point {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 25px 10px 0 10px;
  }
  .lp-solve_point > li {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 64px;
    font-size: 16px;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    color: #000000;
    font-weight: 700;
    padding-left: 60px;
  }
  .lp-solve_point > li:nth-child(n+2) {
    margin-top: 15px;
  }
  .lp-solve_point > li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    display: block;
    width: 23px;
    height: 23px;
    background: url(../images/lp/icon-check.svg) no-repeat center;
    background-size: contain;
  }
  .lp-solve_illust {
    display: block;
    width: 100%;
    margin: 40px auto 0 auto;
  }
  .lp-solve_illust > img {
    display: block;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
}
@media screen and (max-width:360px) {
  .lp-solve h2 { 
    font-size: 20px;
  }
}
@media screen and (min-width:768px) and (max-width:991px) {
  .lp-solve {
    display: block;
    width: 100%;
    background: var(--white);
    padding-top: 50px;
  }
  .lp-solve h2 {
    display: block;
    width: 100%;
    font-size: 32px;
    font-weight: 700;
    color: #222222;
    text-align: center;
  }
  .lp-solve h2 > br {
    display: none;
  }
  .lp-solve .lp-bdr-title {
    margin-top: 50px;
  }
  .lp-solve_banner {
    display: block;
    max-width: 920px;
    width: 100%;
    margin: 30px auto 0 auto;
  }
  .lp-solve_banner > img {
    display: block;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
  .lp-solve_point {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    margin: 80px 0 0 0;
  }
  .lp-solve_point > li {
    position: relative;
    display: flex;
    align-items: center;
    width: 47.368422%;
    height: 80px;
    font-size: 20px;
    border-radius: 10px;
    margin-left: 1.315789%;
    margin-right: 1.315789%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    color: #000000;
    font-weight: 700;
    padding-left: 60px;
  }
  .lp-solve_point > li:nth-child(n+3) {
    margin-top: 30px;
  }
  .lp-solve_point > li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 11px;
    transform: translateY(-50%);
    display: block;
    width: 26px;
    height: 26px;
    background: url(../images/lp/icon-check.svg) no-repeat center;
    background-size: contain;
  }
  .lp-solve_illust {
    display: block;
    width: 58.421053%;
    margin: 80px auto 0 auto;
  }
  .lp-solve_illust > img {
    display: block;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
}
@media screen and (min-width:992px) {
  .lp-solve {
    display: block;
    width: 100%;
    background: var(--white);
    padding-top: 50px;
  }
  .lp-solve h2 {
    display: block;
    width: 100%;
    font-size: 32px;
    font-weight: 700;
    color: #222222;
    text-align: center;
  }
  .lp-solve h2 > br {
    display: none;
  }
  .lp-solve .lp-bdr-title {
    margin-top: 50px;
  }
  .lp-solve_banner {
    display: block;
    max-width: 920px;
    width: 100%;
    margin: 30px auto 0 auto;
  }
  .lp-solve_banner > img {
    display: block;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
  .lp-solve_point {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    margin: 80px 0 0 0;
  }
  .lp-solve_point > li {
    position: relative;
    display: flex;
    align-items: center;
    width: 30.701754%;
    height: 80px;
    font-size: 20px;
    border-radius: 10px;
    margin-left: 1.315789%;
    margin-right: 1.315789%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    color: #000000;
    font-weight: 700;
    padding-left: 60px;
  }
  .lp-solve_point > li:nth-child(n+4) {
    margin-top: 30px;
  }
  .lp-solve_point > li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 11px;
    transform: translateY(-50%);
    display: block;
    width: 26px;
    height: 26px;
    background: url(../images/lp/icon-check.svg) no-repeat center;
    background-size: contain;
  }
  .lp-solve_illust {
    display: block;
    width: 38.421053%;
    margin: 80px auto 0 auto;
  }
  .lp-solve_illust > img {
    display: block;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
}
/*welfare*/
@media screen and (max-width:767px) {
  .lp-welfare {
    display: block;
    width: 100%;
    padding: 50px 0 60px 0;
    background: #F0F1F4;
  }
  .lp-welfare .lp-bdr-title > span::before {  
    border-color: #F0F1F4 transparent transparent transparent;
  }
  .lp-welfare_provide {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 100%;
    margin-top: 30px;
  }
  .lp-welfare_provide > li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(50% - 5px);
    height: 55px;
    font-size: 15px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    color: #FFFFFF;
    font-weight: 700;
    background: #151D4D;
    padding: 0 10px;
    line-height: 1.3;
    text-align: center;
  }
  .lp-welfare_provide > li:nth-child(n+3) {
    margin-top: 20px;
  }
}
@media screen and (min-width:768px) {
  .lp-welfare {
    display: block;
    width: 100%;
    padding: 75px 0 80px 0;
    background: #F0F1F4;
  }
  .lp-welfare .lp-bdr-title > span::before {  
    border-color: #F0F1F4 transparent transparent transparent;
  }
  .lp-welfare_provide {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    margin-top: 30px;
  }
  .lp-welfare_provide > li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 47.368421%;
    height: 65px;
    font-size: 20px;
    margin-left: 1.315789%;
    margin-right: 1.315789%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    color: #FFFFFF;
    font-weight: 700;
    background: #151D4D;
  }
  .lp-welfare_provide > li:nth-child(n+3) {
    margin-top: 30px;
  }
}
@media screen and (min-width:768px) and (max-width:991px){
  .lp-welfare_provide > li {   
    font-size: 18px;  
  }
}
/*company*/
@media screen and (max-width:767px) {
  .lp-company {
    display: block;
    width: 100%;
    background: var(--white);
    padding: 50px 0 60px 0;    
  }
  table.lp-company_profile {
    width: 100%;
    border-collapse: separate;
    margin-top: 30px;
    box-sizing: border-box;
  }
  .lp-company_profile tr th {
    width: 85px;
    background: #151D4D;
    color: var(--white);
    padding: 10px 0 10px 0;
    border-bottom: 1px solid #FFFFFF;
    font-size: 15px;
    line-height: 26px;
  }
  .lp-company_profile tr td {
    width: calc(100% - 85px);
    color: #222222;
    padding: 10px 10px 10px 25px;
    border-bottom: 1px solid #707070;   
    border-right: 1px solid #707070;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
  }
  .lp-company_profile tr:first-child td {
    border-top: 1px solid #707070;
  }
  .lp-company_profile tr:first-child th {
    border-top: 1px solid #151D4D;
  }
  .lp-company_profile tr:last-child th {
    border-bottom: 1px solid #151D4D;
  }
  .lp-company_profile tr td .branch {
    display: block;
    width: 100%;
  }
  .lp-company_profile tr td .branch + .branch {
    margin-top: 20px;
  }
  .lp-company_profile tr td .branch > .branch_name {
    font-weight: 700;
  }
  .lp-company_profile tr td .branch > .branch_phone-sp {
    display: none;
  }
}
@media screen and (min-width:768px) {
  .lp-company {
    display: block;
    width: 100%;
    background: var(--white);
    padding: 75px 0 80px 0;    
  }
  table.lp-company_profile {
    width: 100%;
    border-collapse: separate;
    margin-top: 30px;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .lp-company_profile tr th {
    width: 190px;
    background: #151D4D;
    color: var(--white);
    padding: 12px 0 12px 0;
    border-bottom: 1px solid #FFFFFF;
  }
  .lp-company_profile tr td {
    width: calc(100% - 190px);
    color: #222222;
    padding: 12px 10px 12px 65px;
    border-bottom: 1px solid #707070;   
    border-right: 1px solid #707070;
    font-size: 16px;
    font-weight: 500;
  }
  .lp-company_profile tr:first-child td {
    border-top: 1px solid #707070;
  }
  .lp-company_profile tr:first-child th {
    border-top: 1px solid #151D4D;
  }
  .lp-company_profile tr:last-child th {
    border-bottom: 1px solid #151D4D;
  }
  .lp-company_profile tr td .branch {
    display: block;
    width: 100%;
  }
  .lp-company_profile tr td .branch + .branch {
    margin-top: 20px;
  }
  .lp-company_profile tr td .branch > .branch_name {
    font-weight: 700;
  }
  .lp-company_profile tr td .branch > .branch_phone-sp {
    display: none;
  }
}
/*business*/
@media screen and (max-width:767px) {
  .lp-business {
    display: block;
    width: 100%;
    padding: 50px 0 60px 0;
    background: #F0F1F4;
  }
  .lp-business .lp-bdr-title > span::before {  
    border-color: #F0F1F4 transparent transparent transparent;
  }
  .lp-business_type {
    display: block;
    width: 100%;
    margin: 30px auto 60px auto;
  }
  .lp-business_type > li {
    display: flex;
   flex-direction: column;
    align-items: center;
    width: 100%;
    background: var(--white);
  }
  .lp-business_type > li:nth-child(n+2) {
    margin-top: 20px;
  }
  .lp-business_type > li > picture {
    display: block;
    width: 100%;
  }
  .lp-business_type > li > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
  .lp-business_type > li > dl {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 30px 25px;    
  }
  .lp-business_type > li > dl > dt {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #333333;
  }
  .lp-business_type > li > dl > dd {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    margin-top: 15px;
    text-align: justify;
    word-break: break-all;
  }
}
@media screen and (min-width:768px) {
  .lp-business {
    display: block;
    width: 100%;
    padding: 75px 0 80px 0;
    background: #F0F1F4;
  }
  .lp-business .lp-bdr-title > span::before {  
    border-color: #F0F1F4 transparent transparent transparent;
  }
  .lp-business_type {
    display: block;
    max-width: 900px;
    width: 100%;
    margin: 30px auto 80px auto;
  }
  .lp-business_type > li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background: var(--white);
  }
  .lp-business_type > li:nth-child(n+2) {
    margin-top: 30px;
  }
  .lp-business_type > li > picture {
    display: block;
    width: 31.666667%;
  }
  .lp-business_type > li > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
  .lp-business_type > li > dl {
    display: flex;
    flex-direction: column;
    width: calc(100% - 31.666667%);
    padding: 0 30px;
  }
  .lp-business_type > li > dl > dt {
    font-size: 20px;
    font-weight: 700;
    color: #333333;
  }
  .lp-business_type > li > dl > dd {
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    margin-top: 15px;
  }
}
/*cta*/
@media screen and (max-width:767px) {
  .lp-cta-wrapper {
    display: block;
    width: 100%;
    padding-top: 20px;
  }
  .cta-btn-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 0 auto;
  }
  .cta-btn-block > span {
    position: relative;
    width: auto;
    font-size: 13px;
    font-weight: 700;
    color: #75A315;
    padding: 0 33px;
    line-height: 17px;
  }
  .cta-btn-block > span::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 11px;
    height: 11px;
    background: url(../images/lp/icon-slash.svg) no-repeat center;
    background-size: contain;
  }
  .cta-btn-block > span::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 11px;
    height: 11px;
    background: url(../images/lp/icon-slash.svg) no-repeat center;
    background-size: contain;
    transform: rotate(90deg);
  }
  .cta-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 55px;
    color: var(--white);
    background: #75A315;
    margin-top: 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
  .cta-btn > span {
    width: auto;
    font-size: 17px;
    font-weight: 700;
    line-height: 1;
  }
  .cta-btn > span::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url(../images/lp/icon-arrow-wh.svg) no-repeat center;
    background-size: contain;
    transform: rotate(90deg);
    margin-right: 20px;
  }
  .cta-btn-block:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
}
@media screen and (min-width:768px) {
  .lp-cta-wrapper {
    display: block;
    width: 100%;
    padding-top: 20px;
  }
  .cta-btn-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 545px;
    width: 100%;
    margin: 0 auto;
  }
  .cta-btn-block > span {
    position: relative;
    width: auto;
    font-size: 16px;
    font-weight: 700;
    color: #75A315;
    padding: 0 53px;
    line-height: 17px;
  }
  .cta-btn-block > span::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 17px;
    height: 17px;
    background: url(../images/lp/icon-slash.svg) no-repeat center;
    background-size: contain;
  }
  .cta-btn-block > span::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 17px;
    height: 17px;
    background: url(../images/lp/icon-slash.svg) no-repeat center;
    background-size: contain;
    transform: rotate(90deg);
  }
  .cta-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 89px;
    color: var(--white);
    background: #75A315;
    margin-top: 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
  .cta-btn > span {
    width: auto;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
  }
  .cta-btn > span::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/lp/icon-arrow-wh.svg) no-repeat center;
    background-size: contain;
    transform: rotate(90deg);
    margin-right: 35px;
  }
  .cta-btn-block:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
}
/*charm*/
@media screen and (max-width:767px) {
  .lp-charm {
    display: block;
    width: 100%;
    padding: 50px 0 0 0;
    background: var(--white);
  }
  .lp-charm_banner {
    display: block;
    width: 100%;
    margin: 30px auto 0 auto;
  }
  .lp-charm_banner > img {
    display: block;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
  .lp-charm_banner + p {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-family: var(--yumincho);
    font-weight: 600;
    margin-top: 30px;
    color: #333333;
  }
  .lp-benefit {
    display: block;
    width: 100%;
    background: url(../images/lp/bg-round-sp.png) no-repeat top center;
    background-size: cover;
    padding:120px 0 60px 0;
  }
  .lp-benefit h4 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    color: var(--white);
    background: #151D4D;
    font-size: 20px;
    font-weight: 700;
    margin: 40px auto 0 auto;
  }
  .lp-benefit_type {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin: 40px auto 0 auto;
  }
  .lp-benefit_type > li {
    position: relative;
    display: block;
    width: calc(50% - 5px);
  }
  .lp-benefit_type > li:nth-child(n+3){
    margin-top: 15px;
  }
  .lp-benefit_type > li > img {
    display: block;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 150px;
    border: 1px solid #151D4D;
  }
  .lp-benefit_type > li > dl {
    position: absolute;
    top: 30px;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  .lp-benefit_type > li > dl > dt {
    display: block;
    text-align: center;
    font-size: 13px;
    font-family: var(--futura);
    color: #151D4D;
    line-height: 1;
  }  
  .lp-benefit_type > li > dl > dd {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 13px;
    font-weight: 700;
    color: #000000;
    text-align: center;
    line-height: 1.3;
  }
  .lp-benefit_type > li > dl > dd > picture {
    display: block;
    width: 24%;
    margin-top: 15px;  
  }
  .lp-benefit_type > li > dl > dd > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .lp-benefit_type > li > dl > dd + dd {
    margin-top: 13px;
  }
  .lp-benefit_type > li:nth-child(2) > dl > dd + dd {
    margin-top:20px;
  }
}
@media screen and (max-width:360px) {
  .lp-charm_banner + p { 
    font-size: 16px;
  }
  .lp-benefit_type > li > dl > dd > picture {
    margin-top: 5px;
  }
  .lp-benefit_type > li > dl > dd + dd {
    margin-top: 5px;
  }
}
@media screen and (min-width:768px) {
  .lp-charm {
    display: block;
    width: 100%;
    padding: 75px 0 0 0;
    background: var(--white);
  }
  .lp-charm_banner {
    display: block;
    max-width: 880px;
    width: 77.192982%;
    margin: 30px auto 0 auto;
  }
  .lp-charm_banner > img {
    display: block;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
  .lp-charm_banner + p {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 26px;
    font-family: var(--yumincho);
    font-weight: 600;
    margin-top: 50px;
    color: #333333;
  }
  .lp-charm_banner + p > .lsm {
    display: none;
  }
  .lp-benefit {
    display: block;
    width: 100%;
    background: url(../images/lp/bg-round.png) no-repeat top center;
    background-size: cover;
    padding:210px 0 80px 0;
  }
  .lp-benefit h4 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 350px;
    height: 50px;
    color: var(--white);
    background: #151D4D;
    font-size: 22px;
    font-weight: 700;
    margin: 0 auto 0 auto;
  }
  .lp-benefit_type {
    display: flex;
    justify-content: space-between;
    max-width: 980px;
    width: 100%;
    margin: 70px auto 0 auto;
  }
  .lp-benefit_type > li {
    position: relative;
    display: block;
    width: 22.448980%;
  }
  .lp-benefit_type > li > img {
    display: block;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 150px;
    border: 1px solid #151D4D;
  }
  .lp-benefit_type > li > dl {
    position: absolute;
    top: 45px;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  .lp-benefit_type > li > dl > dt {
    display: block;
    text-align: center;
    font-size: 18px;
    font-family: var(--futura);
    color: #151D4D;
    line-height: 1;
  }
  .lp-benefit_type > li > dl > dd {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    text-align: center;
    line-height: 1.3;
  }
  .lp-benefit_type > li > dl > dd > picture {
    display: block;
    width: 25.454545%;
    margin-top: 13px;  
  }
  .lp-benefit_type > li > dl > dd > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .lp-benefit_type > li > dl > dd + dd {
    margin-top: 13px;
  }
}
@media screen and (min-width:768px) and (max-width:991px){
  .lp-charm_banner + p {    
    font-size: 19px;  
  }
  .lp-benefit_type > li > dl {    
    top: 30px;  
  }
  .lp-benefit_type > li > dl > dt {
    font-size: 15px;
  }
  .lp-benefit_type > li > dl > dd { 
    font-size: 15px; 
  }
  .lp-benefit_type > li > dl > dd > picture {
    width: 18.454545%;
    margin-top: 5px;
  }
  .lp-benefit_type > li > dl > dd + dd {
    margin-top: 5px;
  }
}
/*president*/
@media screen and (max-width:767px) {
  .lp-president {
    display: block;
    width: 100%;
    background: #F8F8F8;
    padding: 50px 0 60px 0;
  }
  .lp-president .lp-bdr-title > span::before {  
    border-color: #F8F8F8 transparent transparent transparent;
  }
  .lp-president_body {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 30px 0 80px 0;
  }
  .lp-president_body > picture {
    position: relative;
    display: block;
    width: 80%;
  }
  .lp-president_body > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }  
  .lp-president_body > p  {
    display: block;
    width: 100%;
    text-align: justify;
    word-break: break-all;
    margin-top: 30px;
  }
}
@media screen and (min-width:768px) {
  .lp-president {
    display: block;
    width: 100%;
    background: #F8F8F8;
    padding: 75px 0 80px 0;
  }
  .lp-president .lp-bdr-title > span::before {  
    border-color: #F8F8F8 transparent transparent transparent;
  }
  .lp-president_body {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 40px 0 80px 0;
  }
  .lp-president_body > picture {
    position: relative;
    display: block;
    width: 42.982456%;
  }
  .lp-president_body > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
  
  .lp-president_body > p  {
    display: block;
    width: calc(50% - 15px);
    margin-right: 15px;
    text-align: justify;
    word-break: break-all;
  }
}
/*flow*/
@media screen and (max-width:767px) {
  .lp-flow {
    display: block;
    width: 100%;
    padding: 50px 0 60px 0;
    background: var(--white);
  }
  .lp-flow_chart {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 0 15px;
    margin-top: 30px;
  }
  .lp-flow_chart > li:nth-child(1),
  .lp-flow_chart > li:nth-child(3),
  .lp-flow_chart > li:nth-child(5),
  .lp-flow_chart > li:nth-child(7) {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 256px;
    height: 52px;
    border: 1px solid #151D4D;
    box-sizing: border-box;
    font-size: 18px;
    color: #151D4D;
    font-weight: 700;
  }
  .lp-flow_chart > li:nth-child(2),
  .lp-flow_chart > li:nth-child(4),
  .lp-flow_chart > li:nth-child(6) {
    position: relative;
    display: block;
    width: 25px;
    height: 13px;
  }
  .lp-flow_chart > li:nth-child(2)::before,
  .lp-flow_chart > li:nth-child(4)::before,
  .lp-flow_chart > li:nth-child(6)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 25px;
    height: 13px;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    background: #151D4D;
  }
  .lp-flow_chart > li:nth-child(7) {
    background: #151D4D;
    color: var(--white);
  }
}
@media screen and (min-width:768px) {
  .lp-flow {
    display: block;
    width: 100%;
    padding: 75px 0 80px 0;
    background: var(--white);
  }
  .lp-flow_chart {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 15px;
    margin-top: 30px;
  }
  .lp-flow_chart > li:nth-child(1),
  .lp-flow_chart > li:nth-child(3),
  .lp-flow_chart > li:nth-child(5),
  .lp-flow_chart > li:nth-child(7) {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 22.972973%;
    height: 66px;
    border: 1px solid #151D4D;
    box-sizing: border-box;
    font-size: 22px;
    color: #151D4D;
    font-weight: 700;
  }
  .lp-flow_chart > li:nth-child(2),
  .lp-flow_chart > li:nth-child(4),
  .lp-flow_chart > li:nth-child(6) {
    position: relative;
    display: block;
    width: 2.702703%;
  }
  .lp-flow_chart > li:nth-child(2)::before,
  .lp-flow_chart > li:nth-child(4)::before,
  .lp-flow_chart > li:nth-child(6)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 66px;
    clip-path: polygon(100% 50%, 0 0, 0 100%);
    background: #151D4D;
  }
  .lp-flow_chart > li:nth-child(7) {
    background: #151D4D;
    color: var(--white);
  }
}
/*vancancy*/
@media screen and (max-width:767px) {
  .lp-recruits {
    display: block;
    width: 100%;
    padding: 50px 0 60px 0;
    background: url(../images/lp/recruits-bg-sp.jpg) no-repeat center;
    background-size: cover; 
  }
  .lp-recruits .lp-bdr-title > span::before {  
    border-color: #F0F1F4 transparent transparent transparent;
  }
  .lp-recruits_btns {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 30px;
  }
  .recruits_btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #2A4291;
    max-width: 302px;
    width: 100%;
    height: 66px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
  .recruits_btn:nth-child(2) {
    margin-top: 20px;
  }
  .recruits_btn > span {
    width: auto;
    font-size: 18px;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 1;
  }
  .recruits_btn::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
    display: block;
    width: 10px;
    height: 10px;
    background: url(../images/lp/icon-arrow-wh.png) no-repeat center;
    background-size: contain;
    margin-right: 34px;
  }
}
@media screen and (min-width:768px) {
  .lp-recruits {
    display: block;
    width: 100%;
    padding: 75px 0 80px 0;
    background: url(../images/lp/recruits-bg-pc.jpg) no-repeat center;
    background-size: cover; 
  }
  .lp-recruits .lp-bdr-title > span::before {  
    border-color: #F0F1F4 transparent transparent transparent;
  }
  .lp-recruits_btns {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 30px;
  }
  .recruits_btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #2A4291;    
    width: 350px;
    height: 86px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
  .recruits_btn:nth-child(1) {
    margin-right: 15px;
  }
  .recruits_btn:nth-child(2) {
    margin-left: 15px;
  }
  .recruits_btn > span {
    width: auto;
    font-size: 22px;
    font-weight: 700;
    color: var(--white);
    line-height: 1;
  }
  .recruits_btn::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50px;
    transform: translateY(-50%);
    display: block;
    width: 10px;
    height: 10px;
    background: url(../images/lp/icon-arrow-wh.png) no-repeat center;
    background-size: contain;
    margin-right: 34px;    
  }
  .recruits_btn:hover {
    transition: background 0.3s ease;
    background: rgba(255,255,255,0.7);
    
  }
  .recruits_btn:hover > span {
    color: #222222;
  }
  .recruits_btn:hover::before { 
    background: url(../images/lp/icon-arrow-bl.svg) no-repeat center;
    background-size: contain;
  }
}
/*ctawrapper*/
@media screen and (max-width:767px) {
  .lp-ctawrapper {
    display: block;
    width: 100%;
    background: var(--white);
    padding: 50px 0 60px 0;
  }
  .lp-ctawrapper p {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 70px;
  }
}
@media screen and (min-width:768px) {
  .lp-ctawrapper {
    display: block;
    width: 100%;
    background: var(--white);
    padding: 75px 0 80px 0;
  }
  .lp-ctawrapper p {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 70px;
  }
  .lp-ctawrapper p > .lms {
    display: none;
  }
}
/*recruitement*/
@media screen and (max-width:767px) {
  .recruit-container {
    display: block;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
  }
  .page-carpenter {
    padding-top: 160px;
    background: url(../images/lp/carpenter-sp.jpg) no-repeat center 0px;
    background-size:  100% 160px;
  }
  .page-administrator {
    padding-top: 160px;
    background: url(../images/lp/administrator-sp.jpg) no-repeat center 0px;
    background-size:  100% 160px;
  }
  .intorduction {
    display: block;
    width: 100%;
    margin: 60px auto 0 auto;
  }
  .intorduction p {
    display: block;
    width: 100%;
    font-size: 15px;
    margin-top: 30px;
    text-align: justify;
    word-break: break-all;
  }
  .recruit-table {
    width: 100%;
    border-collapse: separate;
    margin-top: 30px;    
  }
  .recruit-table tr th {
    width: 85px;
    background: #151D4D;
    color: Var(--white);
    font-size: 15px;
    font-weight: 700;
    line-height: 24px;
    padding: 11px 10px;
    border-bottom: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
  }
  .recruit-table tr td {
    width: calc(100% - 85px);
    padding: 11px 10px 11px 25px; 
    font-size: 16px;
    line-height: 24px;
    color: #222222;
    font-weight: 500;
    border-bottom: 1px solid #707070;
    border-right: 1px solid #707070;
    background:#F8F8F8 ;
  }
  .recruit-table tr:first-child th{
    border-top: 1px solid #151D4D;
  }
  .recruit-table tr:last-child th {
    border-bottom: 1px solid #151D4D;
  }
  .recruit-table tr:first-child td {
    border-top: 1px solid #707070;
  }
  .recruit-table tr td > ul {
    display: block;
    width: 100%;
  }
  .recruit-table tr td > ul > li {
    position: relative;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    color: #222222;
    padding-left: 20px;
  }
  .recruit-table tr td > ul > li > span {
    position: absolute;
    left: 0;
  }
  .recruit-table tr td > ul > li:nth-child(n+2) {
    margin-top: 10px;
  }  
  .page-carpenter article,
  .page-administrator article {
    display: block;
    width: 100%;
    margin-top: 50px;
  }
  .page-administrator .lp-cta-wrapper,
  .page-carpenter .lp-cta-wrapper {
    margin-top: 60px;
  }
}
@media screen and (min-width:768px) {
  .recruit-container {
    display: block;
    max-width: 1180px;
    width: calc(100% - 40px);
    padding: 0 20px;
    margin: 0 auto;
  }
  .page-carpenter {
    padding-top: 160px;
    background: url(../images/lp/carpenter.jpg) no-repeat center 0px;
    background-size:  100% 160px;
  }
  .page-administrator {
    padding-top: 160px;
    background: url(../images/lp/administrator.jpg) no-repeat center 0px;
    background-size:  100% 160px;
  }
  .intorduction {
    display: block;
    max-width: 920px;
    width: 100%;
    margin: 60px auto 0 auto;
  }
  .intorduction p {
    display: block;
    width: 100%;
    margin-top: 30px;
    text-align: justify;
    word-break: break-all;
  }
  .recruit-table {
    width: 100%;
    border-collapse: separate;
    padding: 0 15px;
    margin-top: 30px;    
  }
  .recruit-table tr th {
    width: 190px;
    background: #151D4D;
    color: Var(--white);
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    padding: 13px 0;
    border-bottom: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
  }
  .recruit-table tr td {
    width: calc(100% - 190px);
    padding: 13px 30px 13px 65px; 
    font-size: 16px;
    line-height: 24px;
    color: #222222;
    font-weight: 500;
    border-bottom: 1px solid #707070;
    border-right: 1px solid #707070;
    background:#F8F8F8 ;
  }
  .recruit-table tr:first-child th{
    border-top: 1px solid #151D4D;
  }
  .recruit-table tr:last-child th {
    border-bottom: 1px solid #151D4D;
  }
  .recruit-table tr:first-child td {
    border-top: 1px solid #707070;
  }
  .recruit-table tr td > ul {
    display: block;
    width: 100%;
  }
  .recruit-table tr td > ul > li {
    position: relative;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    color: #222222;
    padding-left: 30px;
  }
  .recruit-table tr td > ul > li > span {
    position: absolute;
    left: 0;
  }
  .recruit-table tr td > ul > li:nth-child(n+2) {
    margin-top: 10px;
  }  
  .page-carpenter article,
  .page-administrator article {
    display: block;
    width: 100%;
    margin-top: 80px;
  }
  .page-administrator .lp-cta-wrapper,
  .page-carpenter .lp-cta-wrapper {
    margin-top: 120px;
  }
}

/*
entry
*/
@media screen and (max-width:767px) {
  .entry-container {
    display: block;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
  }
  .page-entry {
    padding-top: 160px;
    background: url(../images/lp/entry-sp.jpg) no-repeat center 0px;
    background-size:  100% 160px;
  }
  .entry-text {
    display: block;
    font-size: 15px;
    width: 100%;
    margin: 30px auto 0 auto;
  }
  .entry-form {
    display: block;
    width: 100%;
    margin: 60px auto 0 auto;
  }
  .entry-form > fieldset {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
  }
  .entry-form fieldset:nth-child(n+2){
    margin-top: 25px;
  }
  .entry-form fieldset label {
    display: flex;
    align-items: center;
    width: auto;
    font-size: 18px;
    font-family: var(--yumincho);
    line-height: 26px;
    font-weight: 400;
  }
  .entry-form fieldset label.mandatory::after {
    content: "必須";
    display: inline-flex;
    justify-content: center;
    align-self: center;
    width: 54px;
    height: 21px;
    font-size: 15px;
    line-height: 21px;
    font-family: var(--gothic);
    color: var(--white);
    background: #B70F0F;
    margin-left: 16px;
  }
  .entry-form > fieldset > .input-area {
    display: block;
    width: 100%;
    margin-top: 12px;
    font-size: 15px;
    line-height: 25.5px;
    text-align: justify;
    word-break: break-all;
  }
  .entry-form > fieldset > .input-area.flex {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    padding-left: 30px;
  }
  .entry-form  .input-area.flex > .horizontal-item:first-child {
    margin-right: 40px;
  }
  .entry-form .mwform-radio-field-text {
    font-family: var(--gothic);
    font-size: 15px;
    font-weight: 500;
  }
  .entry-form .application {
    display: none;
  }
  .entry-form .application + span {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 25.5px;
    padding-left: 20px;
  }
  .entry-form .application + span::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    display: block;
    height: 14px;
    width: 14px;
    border: 1px solid var(--font-color);
    border-radius: 7px;
    background: #FFFFFF;
  }
  .entry-form .application:checked + span::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    display: block;
    height: 14px;
    width: 14px;
    border-radius: 7px;
    padding: 2px;
    background-image: linear-gradient(to bottom, #111111 0%, #111111 100%), 
                      linear-gradient(to bottom, transparent 0%, transparent 100%);
    background-clip: content-box, padding-box;
  } 
  .entry-form input[type="text"] {
    width: 100%;
    height: 50px;
    border: 1px solid #707070;
    border-radius: 6px;
    padding: 15px 15px;
    font-size: 15px;
    line-height: 20px;
  }
  .entry-form > fieldset > .input-area > input.yubin {
    width: 160px;
  }
  .entry-form .input-area > .datepicker-box {
    position: relative;
    display: block;
    width: 100%;
  }
  .datepicker-box .ui-datepicker-trigger {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 50px;
    height: 50px;
    background: url(../images/lp/icon-calender.svg) no-repeat center;
    background-size: 20px 20px;
  }
  .datepicker-box input[name="date"] {
    padding-right: 50px;
  }
  .entry-form > fieldset > .input-area > textarea {
    width: 100%;
    height: 300px;
    border: 1px solid #707070;
    border-radius: 6px;
    padding: 15px 15px;
    font-size: 15px;
    line-height: 20px;
  }  
  .entry-form > fieldset > .input-area > input::placeholder {
    color: #ADADAD;
    font-family: var(--gothic);
    font-weight: 400;
  }  
  .entry-form > fieldset > .input-area > textarea::placeholder {
    color: #ADADAD;
    font-family: var(--gothic);
    font-weight: 400;
  }
  .entry-form > fieldset > .input-area span.error {
    display: block;
    width: 100%;
    font-family: var(--gothic);
    font-size: 13px;
    line-height: 20px;
    margin-top: 5px;
    font-weight: 700;
  }
  .entry-form-text {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 25.5px;
    margin-top: 20px;
    text-align: justify;
    word-break: break-all;
  }
  .entry-form-text a {
    color: #696969;
  }
  .field-accept {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: auto;
    margin:  23px auto 0 auto;
  }
  .field-accept .accept {
    display: none;
  }  
  .field-accept .accept + span {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 32px;
    padding-right: 54px;
  }  
  .field-accept .accept + span::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    display: block;
    height: 32px;
    width: 32px;
    border: 1px solid #707070;
    border-radius: 7px;
  }
  .field-accept .accept:checked + span::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    display: block;
    height: 32px;
    width: 32px;
    border-radius: 7px;
    padding: 2px;
    background: url(../images/icon-check.svg) no-repeat center;
    background-size: 26px 26px;
  }

  .field-accept span.error {
    display: block;
    width: 100%;
    font-family: var(--gothic);
    font-size: 13px;
    line-height: 20px;
    margin-top: 5px;
    font-weight: 700;
    text-align: right;
  } 
  .entry-form-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 30px;
  }
  .entry-form-buttons > .confirm-btn,
  .entry-form-buttons > .back-btn,
  .entry-form-buttons > .submit-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 350px;
    width: 100%;
    height: 60px;
    border: 1px solid #696969;
    background: #696969;
    color: var(--white);
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
  }
  .entry-form-buttons > .back-btn{
    border-color: #B2B2B2;
    background: #B2B2B2;
    color: var(--white);
  }
  .entry-form-buttons > .back-btn,
  .entry-form-buttons > .submit-btn {
    max-width: 302px;
    width: 100%;
  }
  .entry-form-buttons > .submit-btn {
    margin-top: 15px;
  }
  .entry-form-buttons > .confirm-btn:hover,
  .entry-form-buttons > .back-btn:hover,
  .entry-form-buttons > .submit-btn:hover {
    transform: opacity 0.3s ease-in;
    opacity: 0.7;
    cursor: pointer;
  }
  /*thanks*/
  .entry-thanks {
    display: block;
    width: 100%;
    margin: 50px auto 0 auto;
  }
  .entry-thanks-header {
    display: block;
    width: 100%;
    font-size: 34px;
    font-family: var(--futura);
    text-align: center;
    font-weight: 400;
    line-height: 1.3;
  }
  .entry-thanks-text {
    display: block;
    width: 100%;
    font-size: 15px;
    margin-top:50px;
    text-align: justify;
    word-break: break-all;
  }
  .entry-thanks-text + p {
    margin-top: 25px;
  }
  .entry-thanks .flex {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 50px;
  }
}
@media screen and (min-width:768px) {
  .entry-container {
    display: block;
    max-width: 1180px;
    width: calc(100% - 40px);
    padding: 0 20px;
    margin: 0 auto;
  }
  .page-entry {
    padding-top: 160px;
    background: url(../images/lp/entry.jpg) no-repeat center 0px;
    background-size:  100% 160px;
  }
  .entry-text {
    display: block;
    max-width: 730px;
    width: 100%;
    margin: 60px auto 0 auto;
  }
  .entry-form {
    display: block;
    max-width: 730px;
    width: 100%;
    margin: 70px auto 0 auto;
  }
  .entry-form > fieldset {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
  }
  .entry-form fieldset:nth-child(n+2){
    margin-top: 27px;
  }
  .entry-form fieldset label {
    display: flex;
    align-items: center;
    width: auto;
    font-size: 18px;
    font-family: var(--yumincho);
    line-height: 26px;
    font-weight: 400;
  }
  .entry-form fieldset label.mandatory::after {
    content: "必須";
    display: inline-flex;
    justify-content: center;
    align-self: center;
    width: 54px;
    height: 21px;
    font-size: 15px;
    line-height: 21px;
    font-family: var(--gothic);
    color: var(--white);
    background: #B70F0F;
    margin-left: 16px;
  }
  .entry-form > fieldset > .input-area {
    display: block;
    width: 100%;
    margin-top: 12px;
    font-size: 15px;
    line-height: 25.5px;
    text-align: justify;
    word-break: break-all;
  }
  .entry-form > fieldset > .input-area.flex {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    padding-left: 30px;
  }
  .entry-form  .input-area.flex > .horizontal-item:first-child {
    margin-right: 40px;
  }
  .entry-form .mwform-radio-field-text {
    font-family: var(--gothic);
    font-size: 15px;
    font-weight: 500;
  }
  .entry-form .application {
    display: none;
  }
  .entry-form .application + span {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 25.5px;
    padding-left: 20px;
  }
  .entry-form .application + span::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    display: block;
    height: 14px;
    width: 14px;
    border: 1px solid var(--font-color);
    border-radius: 7px;
    background: #FFFFFF;
  }
  .entry-form .application:checked + span::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    display: block;
    height: 14px;
    width: 14px;
    border-radius: 7px;
    padding: 2px;
    background-image: linear-gradient(to bottom, #111111 0%, #111111 100%), 
                      linear-gradient(to bottom, transparent 0%, transparent 100%);
    background-clip: content-box, padding-box;
  } 
  .entry-form input[type="text"] {
    width: 100%;
    height: 50px;
    border: 1px solid #707070;
    border-radius: 6px;
    padding: 15px 15px;
    font-size: 15px;
    line-height: 20px;
  }
  .entry-form > fieldset > .input-area > input.yubin {
    width: 160px;
  }
  .entry-form .input-area > .datepicker-box {
    position: relative;
    display: block;
    width: 100%;
  }
  .datepicker-box .ui-datepicker-trigger {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 50px;
    height: 50px;
    background: url(../images/lp/icon-calender.svg) no-repeat center;
    background-size: 20px 20px;
  }
  .datepicker-box input[name="date"] {
    padding-right: 50px;
  }
  .entry-form > fieldset > .input-area > textarea {
    width: 100%;
    height: 300px;
    border: 1px solid #707070;
    border-radius: 6px;
    padding: 15px 15px;
    font-size: 15px;
    line-height: 20px;
  }  
  .entry-form > fieldset > .input-area > input::placeholder {
    color: #ADADAD;
    font-family: var(--gothic);
    font-weight: 400;
  }  
  .entry-form > fieldset > .input-area > textarea::placeholder {
    color: #ADADAD;
    font-family: var(--gothic);
    font-weight: 400;
  }
  .entry-form > fieldset > .input-area span.error {
    display: block;
    width: 100%;
    font-family: var(--gothic);
    font-size: 13px;
    line-height: 20px;
    margin-top: 5px;
    font-weight: 700;
  }
  .entry-form-text {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 25.5px;
    margin-top: 20px;
    text-align: justify;
    word-break: break-all;
  }
  .entry-form-text a {
    color: #696969;
  }
  .field-accept {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: auto;
    margin:  23px auto 0 auto;
  }
  .field-accept .accept {
    display: none;
  }  
  .field-accept .accept + span {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 32px;
    padding-right: 54px;
  }  
  .field-accept .accept + span::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    display: block;
    height: 32px;
    width: 32px;
    border: 1px solid #707070;
    border-radius: 7px;
  }
  .field-accept .accept:checked + span::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    display: block;
    height: 32px;
    width: 32px;
    border-radius: 7px;
    padding: 2px;
    background: url(../images/icon-check.svg) no-repeat center;
    background-size: 26px 26px;
  }

  .field-accept span.error {
    display: block;
    width: 100%;
    font-family: var(--gothic);
    font-size: 13px;
    line-height: 20px;
    margin-top: 5px;
    font-weight: 700;
    text-align: right;
  } 
  .entry-form-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 25px;
  }
  .entry-form-buttons > .confirm-btn,
  .entry-form-buttons > .back-btn,
  .entry-form-buttons > .submit-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 350px;
    width: 100%;
    height: 60px;
    border: 1px solid #696969;
    background: #696969;
    color: var(--white);
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
  }
  .entry-form-buttons > .back-btn,
  .entry-form-buttons > .submit-btn {
    width: calc(50% - 10px);
  }
  .entry-form-buttons > .back-btn{
    border-color: #B2B2B2;
    background: #B2B2B2;
    color: var(--white);
  }
  .entry-form-buttons > .back-btn {
    margin-right: 10px;
  }  
  .entry-form-buttons > .submit-btn {
    margin-left: 10px;
  }
  .entry-form-buttons > .confirm-btn:hover,
  .entry-form-buttons > .back-btn:hover,
  .entry-form-buttons > .submit-btn:hover {
    transform: opacity 0.3s ease-in;
    opacity: 0.7;
    cursor: pointer;
  }
  /*thanks*/
  .entry-thanks {
    display: block;
    max-width: 730px;
    width: 100%;
    margin: 60px auto 0 auto;
  }
  .entry-thanks-header {
    display: block;
    width: 100%;
    font-size: 38px;
    font-family: var(--futura);
    text-align: center;
    font-weight: 400;
  }
  .entry-thanks-text {
    display: block;
    width: 100%;
    margin-top:50px;
    text-align: justify;
    word-break: break-all;
  }
  .entry-thanks-text + p {
    margin-top: 25px;
  }
  .entry-thanks .flex {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 50px;
  }
}
/*
* FOOTER
* LP
----------------------------------*/
@media screen and (max-width:767px) {
  footer.lp-footer {
    position: relative;
    display: block;
    width: 100%;
    background: #0B0D1E;
    padding: 40px 0 0 0;
    margin: 70px 0 0 0;
  }
  .lp-scroll-top {
    position: absolute;
    top: -50px;
    right: 30px;
    display: block;
    width: max-content;
    height: 33px;
    font-size: 13px;
    line-height: 1;
    font-family: var(--futura);
    font-weight: 400;
    padding-top: 20px;
    transition: opacity 0.3s ease-in;
    cursor: pointer;
    word-break: keep-all;
  } 
  .lp-scroll-top::before{
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 20px;
    height: 20px;
    background: url(../images/icon-top.svg) no-repeat center top;
    background-size: 15px 11px;
  }
  .lp-footer_contents {
    display: block;
    width: 100%;
    padding: 0 15px 30px 15px;
  } 
  .lp-footer_link-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60px;
    font-size: 15px;
    font-weight: 700;
    color: var(--white);
    border: 1px solid var(--white);
  } 
  .lp-footer_office-name {
    width: auto;
    color: var(--white);
    font-size: 15px;
    font-weight: 700;
    margin-top: 30px;
  }
  .lp-footer_address {
    width: auto;
    color: var(--white);
    font-size: 15px;
    font-weight: 500;
    margin-top: 5px;
    font-style: unset;
  }
  .lp-footer_phone-pc {
    display: none;
  }
  .lp-footer_phone-sp {
    display: block;
    width: auto;
    font-family: var(--futura);
    color: var(--white);
    font-size: 35px;
    font-weight: 500;
    line-height: 1;
    margin-top: 15px;
  }
  .lp-footer_phone-sp > span {
    font-size: 25px;
  }
  .lp-footer_office-time {
    font-size: 15px;
    color: var(--white);
    padding-left: 65px;
    line-height: 1;
    margin-top:10px;
  }
  .lp-rights-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    height: 165px;
    background: url(../images/lp/footer-sp.jpg) no-repeat center;
    background-size: cover;
  }
  .lp-rights-wrapper > .lp-rights {
    display: block;
    width: auto;
    font-size: 11px;
    color: var(--white);
    font-family: var(--futura);
    font-weight: 500;
  }
}
@media screen and (max-width:350px) {
  .lp-footer_phone-sp {  
    font-size: 30px;
  }
  .lp-footer_phone-sp > span {
    font-size: 22px;
  }
  .lp-footer_office-time {
    padding-left: 55px;
    font-size: 14px;
  }
}
@media screen and (min-width:768px) {
  footer.lp-footer {
    display: block;
    width: 100%;
    background: url(../images/lp/footer-pc.jpg) no-repeat center top;
    background-size: cover;
    padding: 50px 0 40px 0;
    margin: 0;
  }
  .lp-footer .container {
    max-width: 1600px;
    width: 100%;
    padding: 0 100px        ;
  }
  .lp-footer_contents {
    display: block;
    width: 50%;
  } 
  .lp-footer_link-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 350px;
    height: 73px;
    font-size: 15px;
    font-weight: 700;
    color: var(--white);
    border: 1px solid var(--white);
  }
  .lp-footer_link-btn:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .lp-footer_office-name {
    width: auto;
    color: var(--white);
    font-size: 16px;
    font-weight: 700;
    margin-top: 30px;
  }
  .lp-footer_address {
    width: auto;
    color: var(--white);
    font-size: 16px;
    font-weight: 500;
    margin-top: 5px;
    font-style: unset;
  }
  .lp-footer_phone-sp {
    display: none;
  }
  .lp-footer_phone-pc {
    font-family: var(--futura);
    color: var(--white);
    font-size: 35px;
    font-weight: 500;
    line-height: 1;
    margin-top: 20px;
  }
  .lp-footer_phone-pc > span {
    font-size: 25px;
  }
  .lp-footer_office-time {
    font-size: 15px;
    color: var(--white);
    padding-left: 65px;
  }
  .lp-rights-wrapper {
    display: none;
  }
}
@media screen and (min-width:768px) and (max-width: 991px) {
  footer.lp-footer { 
    background: url(../images/lp/footer-pc.jpg) no-repeat center left;
    background-size: cover;
  }
}
