#linelp {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #000000;
  font-size: 16px;
  letter-spacing: 0;
  background-color: #fff;
}
#linelp *,
#linelp *::before,
#linelp *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#linelp html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
      text-size-adjust: none;
}
#linelp body,
#linelp h1,
#linelp h2,
#linelp h3,
#linelp h4,
#linelp p,
#linelp figure,
#linelp blockquote,
#linelp dl,
#linelp dd {
  margin: 0;
}
#linelp ul,
#linelp ol {
  list-style: none;
  padding: 0;
}
#linelp body {
  min-height: 100vh;
}
#linelp h1,
#linelp h2,
#linelp h3,
#linelp h4,
#linelp button,
#linelp input,
#linelp label {
  line-height: 1.1;
}
#linelp h1,
#linelp h2,
#linelp h3,
#linelp h4 {
  text-wrap: balance;
}
#linelp a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  color: currentColor;
}
#linelp img,
#linelp picture {
  width: 100%;
  max-width: 100%;
  display: block;
  height: auto;
}
@media screen and (max-width: 839px) {
  #linelp .only-sp {
    display: block;
  }
  #linelp .only-pc {
    display: none !important;
  }
}
@media screen and (min-width: 840px) {
  #linelp .only-pc {
    display: block;
  }
  #linelp .only-sp {
    display: none !important;
  }
}
#linelp .oHover {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
#linelp .oHover:hover {
  opacity: 0.6;
}
#linelp header {
  background-color: #fff;
}
#linelp .block-footer {
  padding-top: 104px;
  background: #fff;
  max-width: 1920px;
  margin: 0 auto;
}
#linelp .logo-catch {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#linelp .logo-catch img {
  width: 640px;
  text-align: center;
}
#linelp a.link-bess {
  display: block;
  padding: 28px 0;
  max-width: 1000px;
  width: 90%;
  margin: 59px auto 0;
  background: #000;
  border-radius: 4px;
  font-size: 24px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.04em;
  line-height: 24px;
}
#linelp a.link-bess:link, #linelp a.link-bess:visited, #linelp a.link-bess:hover, #linelp a.link-bess:active {
  text-decoration: none;
}
#linelp a.link-bess span {
  position: relative;
  display: inline-block;
  padding-left: 35px;
}
#linelp a.link-bess span::before {
  position: absolute;
  left: 0;
  top: 2px;
  content: " ";
  display: inline-block;
  width: 28px;
  height: 22px;
  background: url("../img/icn_house.png") no-repeat left 50%;
  background-size: 28px 22px;
}
#linelp footer#global-footer {
  margin: 0 auto;
  padding: 65px 0 40px 0;
  text-align: center;
}
#linelp footer#global-footer div.block-footer-sns p.footer-sns-title {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.03em;
}
#linelp footer#global-footer div.block-footer-sns ul.footer-sns {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#linelp footer#global-footer div.block-footer-sns ul.footer-sns li {
  margin-left: 18px;
}
#linelp footer#global-footer div.block-footer-sns ul.footer-sns li:first-child {
  margin: 0;
}
#linelp footer#global-footer div.block-footer-sns ul.footer-sns li a {
  display: inline-block;
  width: 40px;
  height: 40px;
}
#linelp footer#global-footer div.block-footer-sns ul.footer-sns li a img {
  width: 40px;
  height: auto;
}
#linelp footer#global-footer p.footer-copy {
  margin-top: 85px;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 839px) {
  #linelp .block-footer {
    padding-top: 40px;
  }
  #linelp .logo-catch {
    margin: 0 25px 0;
    text-align: center;
  }
  #linelp .logo-catch img {
    width: 100%;
    height: auto;
    text-align: center;
  }
  #linelp a.link-bess {
    display: block;
    margin: 19px auto 0;
    padding: 13px 0;
    background: #000;
    border-radius: 4px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    letter-spacing: 0.04em;
    line-height: 24px;
  }
  #linelp a.link-bess:link, #linelp a.link-bess:visited, #linelp a.link-bess:hover, #linelp a.link-bess:active {
    text-decoration: none;
  }
  #linelp a.link-bess span {
    position: relative;
    display: inline-block;
    padding-left: 27px;
  }
  #linelp a.link-bess span::before {
    position: absolute;
    left: 0;
    top: 5px;
    content: " ";
    display: inline-block;
    width: 18px;
    height: 14px;
    background: url("../img/icn_house.png") no-repeat left 50%;
    background-size: 18px 14px;
  }
  #linelp footer#global-footer {
    margin: 0 auto;
    padding: 40px 0;
  }
  #linelp footer#global-footer div.block-footer-sns p.footer-sns-title {
    text-align: center;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.03em;
  }
  #linelp footer#global-footer div.block-footer-sns ul.footer-sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 306px;
    margin: 15px auto 0;
  }
  #linelp footer#global-footer div.block-footer-sns ul.footer-sns li {
    margin-left: 5%;
  }
  #linelp footer#global-footer div.block-footer-sns ul.footer-sns li:first-child {
    margin: 0;
  }
  #linelp footer#global-footer div.block-footer-sns ul.footer-sns li a {
    display: inline-block;
    width: 38px;
    height: 38px;
  }
  #linelp footer#global-footer div.block-footer-sns ul.footer-sns li a img {
    width: 38px;
    height: auto;
  }
  #linelp footer#global-footer p.footer-copy {
    margin-top: 57px;
    text-align: center;
    font-size: 10px;
    line-height: 1;
    letter-spacing: 0.01em;
  }
}
#linelp .kv-main {
  position: relative;
}
#linelp .kv-main .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}
#linelp .kv-main .kv-btn {
  position: absolute;
  left: 7%;
  bottom: 16%;
  width: 37.91%;
}
@media screen and (max-width: 839px) {
  #linelp .kv-main .kv-btn {
    left: 50%;
    bottom: 6%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 81.86%;
  }
}
#linelp .kv-main .kv-btn .btn-link {
  display: block;
}
#linelp .main-contents {
  padding: 120px 0 0;
  border-bottom: 2px solid #FFC53F;
}
@media screen and (max-width: 839px) {
  #linelp .main-contents {
    padding-top: 60px;
    border-bottom: 1px solid #FFC53F;
  }
}
#linelp .main-contents h2.section-title {
  font-size: clamp(1.125rem, 0.685rem + 1.88vw, 2.375rem);
  letter-spacing: 0.04em;
  line-height: 1.4;
  text-align: center;
}
#linelp .main-contents h2.section-title .title-l {
  display: block;
  font-size: clamp(1.5rem, 0.928rem + 2.44vw, 3.125rem);
  letter-spacing: 0;
}
#linelp .main-contents h2.section-title .marker-line {
  position: relative;
  display: inline-block;
}
#linelp .main-contents h2.section-title .marker-line::after {
  content: "";
  position: absolute;
  left: -13px;
  right: -15px;
  bottom: 0;
  height: 0.6em;
  background: #FFE23F;
  z-index: -1;
}
#linelp .main-contents h2.section-title .marker-line:nth-of-type(2)::after {
  left: -5px;
  right: -5px;
}
#linelp .main-contents .contents-list {
  margin: 120px auto 0;
  max-width: 1120px;
  width: 90%;
}
@media screen and (max-width: 839px) {
  #linelp .main-contents .contents-list {
    margin-top: 40px;
    padding-top: 60px;
    width: 84%;
    border-top: 1px solid #FFC53F;
  }
}
#linelp .main-contents .contents-list .content-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 58px;
}
@media screen and (max-width: 839px) {
  #linelp .main-contents .contents-list .content-item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
#linelp .main-contents .contents-list .content-item:not(:first-of-type) {
  margin-top: 120px;
}
@media screen and (max-width: 839px) {
  #linelp .main-contents .contents-list .content-item:not(:first-of-type) {
    margin-top: 58px;
  }
}
#linelp .main-contents .contents-list .content-item .item-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media screen and (max-width: 839px) {
  #linelp .main-contents .contents-list .content-item .item-text {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 18px;
    z-index: 2;
  }
}
@media screen and (max-width: 839px) {
  #linelp .main-contents .contents-list .content-item .item-text svg {
    height: auto;
  }
}
#linelp .main-contents .contents-list .content-item .item-text .item-title {
  font-size: clamp(1.5rem, 1.236rem + 1.13vw, 2.25rem);
  line-height: 1.35;
}
#linelp .main-contents .contents-list .content-item .item-image img {
  border-radius: 7px;
}
@media screen and (max-width: 839px) {
  #linelp .main-contents .contents-list .content-item .item-image {
    margin-top: -10px;
    max-width: none !important;
    width: 100% !important;
  }
  #linelp .main-contents .contents-list .content-item .item-image img {
    border-radius: 6px;
  }
}
@media screen and (max-width: 839px) {
  #linelp .main-contents .contents-list .item-01 .item-text {
    margin-left: 7px;
  }
}
#linelp .main-contents .contents-list .item-01 svg {
  width: 19.8%;
}
@media screen and (max-width: 839px) {
  #linelp .main-contents .contents-list .item-01 svg {
    margin-right: 14px;
    width: 15.9%;
  }
}
#linelp .main-contents .contents-list .item-01 .item-image {
  max-width: 608px;
  width: 54.2%;
}
@media screen and (min-width: 840px) {
  #linelp .main-contents .contents-list .item-02 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (max-width: 839px) {
  #linelp .main-contents .contents-list .item-02 {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
}
@media screen and (max-width: 839px) {
  #linelp .main-contents .contents-list .item-02 .item-text {
    margin-right: 6px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#linelp .main-contents .contents-list .item-02 svg {
  width: 27%;
}
@media screen and (max-width: 839px) {
  #linelp .main-contents .contents-list .item-02 svg {
    width: 21.7%;
  }
}
#linelp .main-contents .contents-list .item-02 .item-image {
  max-width: 607px;
  width: 54.1%;
}
@media screen and (max-width: 839px) {
  #linelp .main-contents .contents-list .item-03 .item-text {
    margin-left: 4px;
  }
}
#linelp .main-contents .contents-list .item-03 svg {
  width: 25.3%;
}
@media screen and (max-width: 839px) {
  #linelp .main-contents .contents-list .item-03 svg {
    margin-right: 1px;
    width: 21%;
  }
}
#linelp .main-contents .contents-list .item-03 .item-image {
  max-width: 607px;
  width: 58%;
}
#linelp .main-contents .block-latest-info {
  margin: 168px auto 0;
}
@media screen and (max-width: 839px) {
  #linelp .main-contents .block-latest-info {
    margin-top: 80px;
  }
}
#linelp .main-contents .block-latest-info .latest-info-lead {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  max-width: 1098px;
  width: 90%;
  margin: 0 auto;
  padding-top: 90px;
}
@media screen and (max-width: 839px) {
  #linelp .main-contents .block-latest-info .latest-info-lead {
    gap: 1px;
    width: 79.2%;
    padding-top: 47px;
  }
}
#linelp .main-contents .block-latest-info .latest-info-lead::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 1098px;
  background: #FFE23F;
  aspect-ratio: 1/1;
  border-radius: 50%;
  z-index: -1;
}
#linelp .main-contents .block-latest-info .lead-img picture,
#linelp .main-contents .block-latest-info .lead-img img {
  display: block;
  max-width: 155px;
  width: 100%;
}
@media screen and (max-width: 839px) {
  #linelp .main-contents .block-latest-info .lead-img picture,
  #linelp .main-contents .block-latest-info .lead-img img {
    width: 99%;
    max-width: none;
  }
}
#linelp .main-contents .block-latest-info .lead-text {
  position: relative;
  font-size: clamp(1.5rem, 1.148rem + 1.5vw, 2.5rem);
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (min-width: 840px) {
  #linelp .main-contents .block-latest-info .lead-text::after {
    content: "";
    display: block;
    width: min(516px, 100%);
    height: 4px;
    margin-top: 3px;
    background: radial-gradient(circle closest-side, #937A16 95%, transparent) 0 50%/15px 11px repeat-x;
  }
}
@media screen and (max-width: 839px) {
  #linelp .main-contents .block-latest-info .lead-text .dod-line {
    position: relative;
    display: inline-block;
  }
  #linelp .main-contents .block-latest-info .lead-text .dod-line::after {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -2px;
    width: min(180px, 100%);
    height: 2px;
    background: radial-gradient(circle closest-side, #937A16 95%, transparent) 0 50%/9px 6px repeat-x;
  }
}
#linelp .main-contents .block-latest-info .latest-info-images {
  background-color: #FFE23F;
}
@media screen and (max-width: 839px) {
  #linelp .main-contents .block-latest-info .latest-info-images {
    margin-top: -45px;
  }
}
#linelp .main-contents .block-latest-info .latest-info-images .latest-info-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 38px 1fr 38px 1fr 38px 1fr;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 38px;
     -moz-column-gap: 38px;
          column-gap: 38px;
  margin: 0 auto;
  padding: 130px 0 100px;
  max-width: 1036px;
  width: 90%;
}
@media screen and (max-width: 839px) {
  #linelp .main-contents .block-latest-info .latest-info-images .latest-info-list {
    -ms-grid-columns: 1fr 25px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 25px;
       -moz-column-gap: 25px;
            column-gap: 25px;
    row-gap: 66px;
    padding: 115px 0 50px;
    width: 84%;
  }
}
#linelp .main-contents .block-latest-info .latest-info-images .latest-info-list .latest-info-item {
  position: relative;
  width: 100%;
}
#linelp .main-contents .block-latest-info .latest-info-images .latest-info-list .label {
  position: absolute;
  top: -45px;
  left: 0;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
  z-index: 2;
}
@media screen and (max-width: 839px) {
  #linelp .main-contents .block-latest-info .latest-info-images .latest-info-list .label {
    top: -33px;
    left: -7px;
  }
}
#linelp .main-contents .block-latest-info .latest-info-images .latest-info-list .label span {
  display: inline;
  padding: 3px 7px 3px 10px;
  background-color: #35C15F;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(1rem, 0.824rem + 0.75vw, 1.5rem);
  line-height: 1.4;
  white-space: nowrap;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
@media screen and (max-width: 839px) {
  #linelp .main-contents .block-latest-info .latest-info-images .latest-info-list .label span {
    padding: 2px 6px;
  }
}
#linelp .main-contents .block-latest-info .latest-info-images .latest-info-list .thumb {
  margin: 0 0 0 auto;
  max-width: 217px;
  width: 100%;
  border-radius: 138px;
  overflow: hidden;
}
@media screen and (max-width: 839px) {
  #linelp .main-contents .block-latest-info .latest-info-images .latest-info-list .thumb {
    max-width: none;
  }
}
#linelp .main-contents .cta-bottom {
  margin: 0 auto;
  max-width: 1120px;
  width: 90%;
  padding: 130px 0 150px;
  background-color: #fff;
}
@media screen and (max-width: 839px) {
  #linelp .main-contents .cta-bottom {
    width: 84%;
    padding: 54px 0 52px;
  }
}
#linelp .main-contents .cta-bottom .cta-text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  font-size: clamp(1.75rem, 1.266rem + 2.07vw, 3.125rem);
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #000;
}
@media screen and (max-width: 839px) {
  #linelp .main-contents .cta-bottom .cta-text {
    gap: 3px;
  }
}
#linelp .main-contents .cta-bottom .cta-text .text-line {
  display: block;
  font-size: clamp(1.938rem, 1.409rem + 2.25vw, 3.438rem);
  color: #35C15F;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  letter-spacing: -0.04em;
}
#linelp .main-contents .cta-bottom .cta-text::before, #linelp .main-contents .cta-bottom .cta-text::after {
  content: "";
  width: 5%;
  height: 5px;
  margin-right: 5px;
  background: #000;
  border-radius: 10px;
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}
@media screen and (max-width: 839px) {
  #linelp .main-contents .cta-bottom .cta-text::before, #linelp .main-contents .cta-bottom .cta-text::after {
    width: 10%;
    height: 3px;
    margin-right: 7px;
  }
}
#linelp .main-contents .cta-bottom .cta-text::after {
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
  margin-right: 0;
  margin-left: 14px;
}
@media screen and (max-width: 839px) {
  #linelp .main-contents .cta-bottom .cta-text::after {
    margin-left: 8px;
  }
}
#linelp .main-contents .cta-bottom .btn-caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 60px auto 0;
  width: min(744px, 90%);
  max-height: 107px;
  padding: 3.22% 24px;
  background: #35C15F;
  font-size: clamp(1.25rem, 0.92rem + 1.41vw, 2.188rem);
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.04em;
  line-height: 1;
  text-decoration: none;
  color: #fff;
  border-radius: 7px;
  cursor: pointer;
}
@media screen and (max-width: 839px) {
  #linelp .main-contents .cta-bottom .btn-caption {
    margin-top: 27px;
    width: 100%;
    padding: 20px 24px;
    line-height: 1.1;
    border-radius: 4px;
  }
}