@charset "UTF-8";
:root{
  --main-color:#00C85F;
  --font01: "Roboto", sans-serif;
}
#header_notice_frame{
  position: relative;
  z-index: 1;
  background: #FFF;
  width: 100%;
}
.navitopicpath_ {
  position: relative;
  z-index: 1;
  background: #FFF;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  padding-bottom: 6px;
}
#bread-crumb-list{
  width: 1200px;
  margin: 0 auto;
}
#line-works .common_inner {
  max-width: 1200px;
  position: relative;
}
#line-works .common01_mv .common_inner {
  max-width: 1900px;
}
.line_works_bg{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: linear-gradient(135deg,#D8F9EB,#DBF1FF,#DCE0FF);
}
#line-works .sec_h2 {
  font-size: 44px;
  font-weight: bold;
}
#footer {
  position: relative;
  background: #FFF;
}
@media screen and (max-width:767px) {
  #bread-crumb-list{
    width: 100%;
  }
  .header-menu-contents-search {
    z-index: 1;
    position: relative;
    background: #FFF;
  }
  #header_notice_frame {
    background: #FFF;
  }
  .navitopicpath_ {
    background: #FFF;
    margin: 0;
    padding: calc(5 * (100vw / 375)) calc(15 * (100vw / 375)) calc(10 * (100vw / 375));
  }
  #line-works{
    overflow: hidden;
  }
  #line-works .sec_h2 {
    font-size: calc(28 * (100vw / 375));
  }
}

/* ------------------------------MV設定------------------------------ */
#line-works .common01_mv {
  position: relative;
  z-index: 1;
  background: #F5F5F5;
  background: linear-gradient(to right,#FBFBFB 50%,#A5CAF6 50%);
}
#line-works .common01_mv .common_inner {
  background: url(/img/usr/freepage/lp-common/line/2025/mv_pc.png) no-repeat top center;
}
#line-works .common01_mv_txt {
  margin: 0 auto;
}
#line-works .common01_mv_txt h2 {
  border-bottom: none;
  margin: 0 auto 25px;
}
#line-works .common01_mv_txt h3 {
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 15px;
}
#line-works .common01_mv_txt p {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.55;
  text-align: center;
}
#line-works .common01_mv_txt p.label {
  width: fit-content;
  font-size: 16px;
  color: var(--main-color);
  line-height: 1.4;
  border: 1px solid var(--main-color);
  border-radius: 6px;
  margin: 15px auto 0;
  padding: 6px 12px;
}

@media screen and (max-width:767px) {
  #line-works .common01_mv .common_inner {
    height: calc(400 * (100vw / 375));
    background: url(/img/usr/freepage/lp-common/line/2025/mv_sp.png) no-repeat top center / contain;
  }
  #line-works .common01_mv_txt {
    margin: calc(140*(100vw / 375)) auto 0;
  }
  #line-works .common01_mv_txt h2 {
    width: calc(303 * (100vw / 375));
    margin: 0 auto calc(15*(100vw / 375));
  }
  #line-works .common01_mv_txt h3 {
    font-size: calc(22 * (100vw / 375));
    letter-spacing: 0;
    margin: 0 0 calc(5*(100vw / 375));
  }
  #line-works .common01_mv_txt p {
    font-size: calc(12 * (100vw / 375));
  }
  #line-works .common01_mv_txt p.label {
    font-size: calc(12 * (100vw / 375));
    margin: calc(8*(100vw / 375)) auto 0;
  }
}

/* ------------------------------common_buy------------------------------ */
#line-works .common_buy {
  display: block;
  background: linear-gradient(to right, #00B154,#00ADFF, #5642FC);
  padding: 30px 0 65px;
  position: relative;
  z-index: 1;
}
#line-works .common_buy .common_inner {
  justify-content: space-between;
  max-width: 1200px;
  margin-bottom: 30px;
}
#line-works .common_buy_btn {
  width: 400px;
  height: 90px;
}
#line-works .common_buy_btn a {
  font-size: 28px;
  letter-spacing: 0.05em;
  color: #FFF;
  background: var(--main-color);
  border-radius: 8px;
  box-shadow: 0 5px 6px rgba(0, 0, 0, .3);
}
#line-works .common_buy_btn span{
  height: auto;
  padding: 0;
  gap: 10px;
}
#line-works .common_buy_btn span::before {
  content: "";
  width: 46px;
  height: 42px;
  background: url(/img/usr/freepage/lp-common/line/2025/ico_cart.png) no-repeat top left / contain;
}

@media screen and (max-width:767px) {
  #line-works .common_buy {
    background: none;
    padding: 0;
  }
  #line-works .common_buy > .common_inner {
    margin: 0;
    padding: calc(20 * (100vw / 375)) calc(15 * (100vw / 375));
    background: linear-gradient(to right, #00B154, #00ADFF, #5642FC);
  }
  .common_buy_txt h3 {
    font-size: calc(16 * (100vw / 375));
    margin-bottom: calc(10 * (100vw / 375));
  }
  #line-works .common_buy_btn {
    max-width: calc(345 * (100vw / 375));
    width: 100%;
    height: calc(60 * (100vw / 375));
  }
  #line-works .common_buy_btn a {
    font-size: calc(20 * (100vw / 375));
    letter-spacing: 0;
    border-radius: calc(5 * (100vw / 375));
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
  }
  #line-works .common_buy_btn span::before {
    width: calc(30 * (100vw / 375));
    height: calc(27 * (100vw / 375));
  }
}

/* ------------------------------common_nav------------------------------ */
#line-works .common_nav{
  max-width: 1200px;
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: -75px;
  transform: translateX(-50%);
}
#line-works .common_nav_btn{
  max-width: 1200px;
  width: 100%;
  box-shadow: 0 5px 6px rgba(0, 0, 0, .16);
  margin: 0 auto;
  padding-bottom: 0;
  border-radius: 5px;
  background: #FFF;
}
#line-works .common_nav_btn li {
  max-width: 300px;
  height: 110px;
  margin-right: 0;
  position: relative;
}
#line-works .common_nav_btn li:not(:last-child)::after {
  content: "";
  width: 1px;
  height: calc(100% - 20px);
  background: #3FC85A;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#line-works .common_nav_btn li a {
  color: #333;
  background: none;
  background-size: 24px auto;
  box-shadow: none;
  border-radius: 0;
  justify-content: center;
  padding-left: 0;
  gap: 15px;
}
#line-works .common_nav_btn li a::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/img/usr/freepage/lp-common/line/2025/arrow_bottom.png) center center / contain no-repeat;
  display: block;
}

@media screen and (max-width:767px) {
  #line-works .common_nav {
    position: static;
    transform: none;
  }
  #line-works .common_buy .common_nav .common_inner {
    margin: 0;
    padding: calc(20 * (100vw / 375)) calc(15 * (100vw / 375));
  }
  #line-works .common_nav_btn {
    box-shadow: none;
    border-radius: 0;
    background: none;
    gap: 15px;
  }
  #line-works .common_nav_btn li {
    width: calc((100% - 15px) / 2);
    height: calc(50 * (100vw / 375));
    margin: 0;
  }
  #line-works .common_nav_btn li:not(:last-child)::after {
    display: none;
  }
  #line-works .common_nav_btn li a {
    background: #FFF;
    gap: 5px;
    border-radius: calc(5 * (100vw / 375));
    box-shadow: 0 3px 3px rgba(0,0,0,0.16);
  }
  #line-works .common_nav_btn li a::before {
    width: calc(16 * (100vw / 375));
    height: calc(16 * (100vw / 375));
  }
}

/* ------------------------------common_function------------------------------ */
#line-works #sec01.common_function{
  position: relative;
  padding: 140px 0 220px;
}
#line-works #sec01.common_function::before {
  content: "";
  height: 550px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #FFF;
  transform: skewY(-10deg);
  z-index: 0;
}
#line-works .common_function .sec_h2 {
  font-size: 44px;
  font-weight: bold;
  text-align: left;
}
#line-works .common_function_list {
  gap: 30px;
}
#line-works .common_function_list li {
  position: relative;
  margin: 0;
}
#line-works .common_function_list li img {
  box-shadow: 0 0 20px rgba(0, 0, 0, .16);
}
#line-works .common_function_list_desc h3{
  font-size: 30px;
  color: #FFF;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  min-height: 80px;
  gap: 8px;
  margin-bottom: 22px;
}
#line-works .common_function_list_desc h3 span{
  display: block;
  background: #333;
  line-height: 1;
  padding: 4px 8px;
}
#line-works .common_function_list_desc{
  position: absolute;
  left: 0;
  top: 318px;
}
#line-works .common_function_list li p {
  font-size: 16px;
  line-height: 1.7;
}

@media screen and (max-width:767px) {
  #line-works #sec01.common_function {
    padding: calc(30 * (100vw / 375)) 0 0;
  }
  #line-works .common_function .sec_h2 {
    font-size: calc(28 * (100vw / 375));
    text-align: center;
    margin-bottom: calc(25 * (100vw / 375));
  }
  #line-works .common_function .common_inner {
    width: 100%;
    margin: 0;
    padding: 0 calc(42 * (100vw / 375));
  }
  #line-works .common_function_list li {
    margin-bottom: calc(30 * (100vw / 375));
  }
  #line-works .common_function_list li img {
    margin: 0;
  }
  #line-works .common_function_list_desc {
    position: static;
    margin-top: calc(-55 * (100vw / 375));
  }
  #line-works .common_function_list_desc h3 {
    font-size: calc(24 * (100vw / 375));
    min-height: calc(72 * (100vw / 375));
    margin-bottom: calc(20 * (100vw / 375));
  }
  #line-works .common_function_list li p {
    font-size: calc(14 * (100vw / 375));
  }
  #line-works #sec01.common_function::before {
    height: calc(460 * (100vw / 375));
    top: calc(135 * (100vw / 375));
    bottom: inherit;
    transform: skewY(-28deg);
  }
}

/* ------------------------------common_assignment------------------------------ */
#line-works .common_assignment {
  margin-bottom: 90px;
  padding-top: 40px;
}
#line-works .common_assignment .sec_h2 {
  font-size: 44px;
  font-weight: bold;
  text-align: right;
}
#line-works .common_assignment_list li {
  counter-increment: number;
  padding: 0;
  margin-bottom: 55px;
  background: none;
  position: relative;
}
#line-works .common_assignment_list li::before {
  content: counter(number, decimal-leading-zero);
  font-family: var(--font01);
  font-size: 110px;
  line-height: 1;
  font-style: italic;
  color: var(--main-color);
  position: absolute;
  top: -15px;
  left: 20px;
}
#line-works .common_assignment_list li:nth-child(even)::before {
  left: inherit;
  right: 20px;
}
#line-works .common_assignment_list_desc{
  width: 880px;
  min-height: 350px;
  margin-top: 60px;
  margin-right: -200px;
  border-radius: 10px;
  background: #FFF;
  padding: 40px 260px 40px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#line-works .common_assignment_list li:nth-child(even) {
  flex-direction: row-reverse;
}
#line-works .common_assignment_list li:nth-child(even) .common_assignment_list_desc {
  margin-left: -200px;
  margin-right: 0;
  padding: 40px 60px 40px 260px;
}
#line-works .common_assignment_list li:nth-child(3) .common_assignment_list_desc {
  min-height: 375px;
}
#line-works .common_assignment_list_img{
  width: 520px;
  position: relative;
  z-index: 1;
}
#line-works .common_assignment_list_img img{
  box-shadow: 0 0 20px rgba(0,0,0,0.16);
  margin: 0;
}
#line-works .common_assignment_list li h3 {
  font-size: 32px;
  font-weight: bold;
}
#line-works .common_assignment_list li p {
  font-size: 18px;
}
#line-works .common_assignment_list_link{
  font-size: 20px;
  font-weight: 500;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  display: block;
  margin: 25px 0 0;
  padding: 0 0 0 22px;
  position: relative;
}
#line-works .common_assignment_list_link:hover{
  text-decoration: none;
}
#line-works .common_assignment_list_link::before{
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--main-color);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#line-works .common_assignment_list_link::after{
  content: "";
  width: 5px;
  height: 5px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  position: absolute;
  top: 50%;
  left: 4px;
  transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width:767px) {
  #line-works .common_assignment {
    margin-bottom: calc(70 * (100vw / 375));
  }
  #line-works .common_assignment .sec_h2 {
    font-size: calc(28 * (100vw / 375));
    text-align: center;
    margin-bottom: calc(45 * (100vw / 375));
  }
  #line-works .common_assignment_list li ,#line-works .common_assignment_list li:nth-child(even){
    flex-direction: column;
  }
  #line-works .common_assignment_list li::before {
    font-size: calc(60 * (100vw / 375));
    top: calc(-30 * (100vw / 375));
    left: calc(20 * (100vw / 375));
  }
  #line-works .common_assignment_list_desc {
    width: 100%;
    min-height: auto;
    margin-top: 0;
    margin-right: 0;
    padding: calc(40 * (100vw / 375)) calc(20 * (100vw / 375)) calc(140 * (100vw / 375)) calc(20 * (100vw / 375));
    display: block;
  }
  #line-works .common_assignment_list li:nth-child(3) .common_assignment_list_desc {
    min-height: auto;
  }
  #line-works .common_assignment_list li:nth-child(even) .common_assignment_list_desc {
    margin-left: 0;
    padding: calc(20 * (100vw / 375)) calc(20 * (100vw / 375)) calc(140 * (100vw / 375)) calc(20 * (100vw / 375));
}
  #line-works .common_assignment_list li h3 {
    font-size: calc(18 * (100vw / 375));
  }
  #line-works .common_assignment_list li p {
    font-size: calc(12 * (100vw / 375));
  }
  #line-works .common_assignment_list_img {
    width: calc(300 * (100vw / 375));
    margin: calc(-110 * (100vw / 375)) calc(-20 * (100vw / 375)) 0 auto;
    padding: 0;
  }
  #line-works li:nth-child(even) .common_assignment_list_img {
    margin: calc(-110 * (100vw / 375)) auto 0 calc(-20 * (100vw / 375));
  }
  #line-works .common_assignment_list_link {
    font-size: calc(14 * (100vw / 375));
    margin: calc(20 * (100vw / 375)) 0 0;
    padding: 0 0 0 calc(22 * (100vw / 375));
    position: relative;
  }
  #line-works .common_assignment_list_link::before {
    width: calc(18 * (100vw / 375));
    height: calc(18 * (100vw / 375));
  }
}
/* ------------------------------common_plan------------------------------ */
#line-works .common_plan {
  background: #FFF;
  position: relative;
}
#line-works .common_plan .sec_h2{
  margin-bottom: 60px;
}
#line-works .common_plan_list{
  display: flex;
  gap: 30px;
  margin: 0 0 68px;
}
#line-works .common_plan_list_item{
  width: 380px;
  height: auto;
  border-top: 5px solid var(--main-color);
  padding: 40px 30px 44px;
  box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
#line-works .common_plan_list_item h3{
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 35px;
}
#line-works .common_plan_list_item h3 span{
  font-family: var(--font01);
  font-size: 20px;
  font-weight: bold;
  color: var(--main-color);
  text-align: center;
  letter-spacing: 0;
  display: block;
}
#line-works .common_plan_list_item p{
  line-height: 1.7;
  text-align: center;
}
#line-works .common_plan_base{
  margin: 35px 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid #DCDCDC;
}
#line-works .common_plan_base > ul > * + *{
  margin-top: 2px;
}
#line-works .common_plan_add > ul > * + *{
  margin-top: 6px;
}
#line-works .common_plan_base > ul > li,#line-works  .common_plan_add > ul > li{
  line-height: 1.7;
  padding-left: 40px;
  position: relative;
}
#line-works .common_plan_base > ul > li::before,#line-works .common_plan_add > ul > li::before{
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
}
#line-works .common_plan_user::before{
  background: url(/img/usr/freepage/lp-common/line/2025/ico_plan01.png) center center / contain no-repeat;
}
#line-works .common_plan_storage::before{
  background: url(/img/usr/freepage/lp-common/line/2025/ico_plan02.png) center center / contain no-repeat;
}
#line-works .common_plan_video::before{
  background: url(/img/usr/freepage/lp-common/line/2025/ico_plan03.png) center center / contain no-repeat;
}
#line-works .common_plan_business::before{
  background: url(/img/usr/freepage/lp-common/line/2025/ico_plan04.png) center center / contain no-repeat;
}
#line-works .common_plan_setting::before{
  background: url(/img/usr/freepage/lp-common/line/2025/ico_plan05.png) center center / contain no-repeat;
}
#line-works .common_plan_drive::before{
  background: url(/img/usr/freepage/lp-common/line/2025/ico_plan07.png) center center / contain no-repeat;
}
#line-works .common_plan_mail::before{
  background: url(/img/usr/freepage/lp-common/line/2025/ico_plan06.png) center center / contain no-repeat;
}
#line-works .common_plan_support::before{
  background: url(/img/usr/freepage/lp-common/line/2025/ico_plan08.png) center center / contain no-repeat;
}
#line-works .common_plan_add_title{
  font-size: 16px;
  font-weight: bold;
  line-height: 1.7;
  margin: 0 0 15px;
}
#line-works .common_fee{
  border: 1px solid var(--main-color);
  padding: 60px;
}
#line-works .common_plan_table {
  max-width: none;
  border: none;
}
#line-works .common_plan_table th {
  background: var(--main-color);
  border-bottom: 0;
  border-right: 0;
  padding: 10px 20px;
}
#line-works .common_plan_table th:first-of-type {
  border-right: 1px solid #DCDCDC;
}
#line-works .common_plan_table td {
  border-right: 0;
}
#line-works .common_plan_notes {
  letter-spacing: 0;
  max-width: none;
  margin-top: 25px;
}
@media screen and (max-width:767px) {
  #line-works .common_plan .sec_h2{
    margin-bottom: calc(25 * (100vw / 375));
  }
  #line-works .common_plan {
    background: #FFF;
    position: relative;
}
  #line-works .common_fee {
    border: none;
    padding: 0;
  }
  #line-works .plan-slider {
    position: relative;
    margin: 0 0 calc(72 * (100vw / 375));
  }
  #line-works .common_plan_list {
    gap: 0;
    margin: 0;
  }
  #line-works .common_plan_list_item {
    height: auto;
    padding: calc(30 * (100vw / 375)) calc(20 * (100vw / 375)) calc(36 * (100vw / 375));
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
  }
  #line-works .common_plan_list_item h3 {
    font-size: calc(24 * (100vw / 375));
    margin: 0 0 calc(25 * (100vw / 375));
  }
  #line-works .common_plan_list_item h3 span {
    font-size: calc(14 * (100vw / 375));
    margin-bottom: calc(5 * (100vw / 375));
  }
  #line-works .common_plan_base {
    margin: calc(25 * (100vw / 375)) 0 calc(15 * (100vw / 375));
    padding: 0 0 calc(15 * (100vw / 375));
  }
  #line-works .common_plan_add_title {
    font-size: calc(14 * (100vw / 375));
    margin: 0 0 calc(10 * (100vw / 375));
  }
  #line-works .common_plan_base > ul > * + * {
    margin-top: calc(5 * (100vw / 375));
  }
  #line-works .common_plan_base > ul > li::before, #line-works .common_plan_add > ul > li::before {
    width: calc(24 * (100vw / 375));
    height: calc(24 * (100vw / 375));
  }
  #line-works .common_plan_base > ul > li, #line-works .common_plan_add > ul > li {
    padding-left: calc(40 * (100vw / 375));
  }
  #line-works .plan-slider{
    padding-right:  calc(15 * (100vw / 375));
  }
  #line-works .swiper-pagination {
    bottom: calc(-35 * (100vw / 375));
  }
  #line-works .swiper-pagination-bullet {
    width: calc(12 * (100vw / 375));
    height: calc(12 * (100vw / 375));
    background: #DCDCDC;
    opacity: 1;
    margin: 0 calc(10 * (100vw / 375));
  }
  #line-works .swiper-pagination-bullet-active {
    background: var(--main-color);
  }
  #line-works .common_plan_table th {
    font-size: calc(10 * (100vw / 375));
    letter-spacing: 0;
    padding: calc(10 * (100vw / 375));
  }
  #line-works .common_plan_table td {
    font-size: calc(11 * (100vw / 375));
    letter-spacing: 0;
    padding: calc(10 * (100vw / 375));
  }
  #line-works .common_plan_notes {
    margin-top: calc(20 * (100vw / 375));
}
}

/* ------------------------------common_order------------------------------ */
#line-works .common_order {
  position: relative;
}
#line-works .common_order_step li .common_order_num {
  color: var(--main-color);
  border-left: 5px solid var(--main-color);
  padding-left: 30px;
}
#line-works .common_order_step li::after {
  background: url(/img/usr/freepage/lp-common/line/icon_step_arrowb.png) no-repeat center;
}
#line-works .common_order_step li .common_order_txt {
  line-height: 1.7;
}

@media screen and (max-width:767px) {
  #line-works .common_order_step li::after {
    background-size: calc(74 * (100vw / 375)) auto;
  }
  #line-works .common_order_step li {
    border-left: calc(4 * (100vw / 375)) solid var(--main-color);
  }
  #line-works .common_order_step li .common_order_num {
    border-left: none;
    padding-left: 0;
  }
}

/* ------------------------------common_inquiry------------------------------ */
#line-works .common_inquiry {
  background: #FFF;
  position: relative;
}
#line-works .common_inquiry .common_inner{
  display: flex;
  gap: 40px;
}
#line-works .common_inquiry_btn {
  width: calc((100% - 40px) / 2);
}
#line-works .common_inquiry_btn a {
  color: #333;
  background: #FFF;
  border: 2px solid var(--main-color);
}
#line-works .common_inquiry_btn span {
  height: 28px;
  background: url(/img/usr/freepage/lp-common/line/2025/ico_mail.png) no-repeat center left;
  background-size: auto 28px;
  padding-left: 50px;
}
#line-works .common_inquiry .common_buy_btn {
  width: calc((100% - 40px) / 2);
  max-width: none;
  height: 100px;
  margin: 0;
}
#line-works .common_inquiry .common_buy_btn a{
  box-shadow: 0 0 10px rgba(0,0,0,0.16);
}

@media screen and (max-width:767px) {
  #line-works .common_inquiry {
    padding: calc(60 * (100vw / 375)) 0;
  }
  #line-works .common_inquiry .common_inner {
    display: block;
  }
  #line-works .common_inquiry_btn {
    width: 100%;
  }
  #line-works .common_inquiry_btn span {
    height: calc(20 * (100vw / 375));;
    background: url(/img/usr/freepage/lp-common/line/2025/ico_mail.png) no-repeat center left;
    background-size: auto calc(20 * (100vw / 375));
    padding-left: calc(40 * (100vw / 375));
  }
  #line-works .common_inquiry_btn a {
    border-width: calc(1 * (100vw / 375));
  }
  #line-works .common_inquiry .common_buy_btn {
    width: 100%;
    height: calc(60 * (100vw / 375));
    margin-top: calc(30 * (100vw / 375));
  }
  #line-works .common_inquiry .common_buy_btn a{
    font-size: calc(20 * (100vw / 375));
  }
}