/*! Writen  by SCSS */
@media screen and (max-width: 480px) {
  .sp_wide_img {
    width: calc(100% + 40px);
    margin: 0 -20px; } }

.gnavi_in .gnavi_img .current {
  background: url("../images/common/nav_img_lea.jpg") center center/cover; }

.container {
  position: relative;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); }
  .container::before {
    content: '';
    position: fixed;
    inset: 0;
    background: url("../images/common/bg.png") left top/cover no-repeat;
    z-index: -1; }

body .wrap {
  overflow: visible; }

.wrap {
  padding-top: 0 !important; }

div.container {
  padding-top: 0;
  padding-bottom: 0; }

.sec {
  padding: 60px 0; }
  .sec.c {
    background: linear-gradient(60deg, #f7f7f8, #e5e4e6); }
  @media screen and (max-width: 767px) {
    .sec {
      padding: 35px 0; } }

.sec_ttl_ja {
  font-size: clamp(16px, calc(26vw / 11.8), 26px);
  font-size: clamp(16px, calc(24vw / 10.9), 24px);
  font-size: clamp(16px, calc(22vw / 10.9), 22px);
  letter-spacing: 0.15em;
  line-height: 1.6;
  font-weight: 600;
  font-weight: 400;
  color: #333; }
  @media screen and (max-width: 480px) {
    .sec_ttl_ja {
      font-size: calc(20vw / 3.9);
      font-size: calc(18vw / 3.9); } }
  .sec_ttl_ja.color {
    color: #007373; }
  .sec_ttl_ja.mb01 {
    margin-bottom: 1em; }
  .sec_ttl_ja.mb02 {
    margin-bottom: 0.4em; }
  .sec_ttl_ja .c {
    color: #007373; }
  .sec_ttl_ja .s {
    font-size: 78%; }

.sec_sub {
  font-size: clamp(16px, calc(26vw / 10.9), 26px);
  font-size: clamp(16px, calc(24vw / 10.9), 24px);
  font-size: clamp(16px, calc(22vw / 10.9), 22px);
  letter-spacing: 0.15em;
  line-height: 1.6;
  font-weight: 600;
  font-weight: 400;
  color: #333; }
  @media screen and (max-width: 480px) {
    .sec_sub {
      font-size: calc(18vw / 3.9); } }

.sec_read {
  color: #333; }

.sec_read2 {
  color: #333;
  font-size: clamp(12px, calc(19vw / 11.8), 19px);
  font-size: clamp(12px, calc(19vw / 11.8), 19px);
  font-size: clamp(12px, calc(16vw / 11.8), 16px);
  letter-spacing: 0.05em;
  line-height: 2.3;
  font-weight: 600;
  font-weight: 400; }
  @media screen and (max-width: 480px) {
    .sec_read2 {
      font-size: calc(14vw / 3.9); } }

.marker {
  background: linear-gradient(transparent 75%, #fff100 95%);
  display: inline;
  padding: 0 2px; }

.k1 {
  text-align: center;
  margin-bottom: 40px;
  /*@include mq($br_sp){
  	width: calc(100% + 20px);
  	margin: 0 -10px;
  }*/ }
  .k1 .inn {
    display: inline-block;
    position: relative; }
    @media screen and (max-width: 375px) {
      .k1 .inn {
        display: block; } }
  @media screen and (max-width: 480px) {
    .k1 {
      margin-bottom: 20px; } }

.conc {
  text-align: center; }
  .conc p {
    display: inline-block;
    padding: 0.4em 1.6em;
    font-size: clamp(15px, calc(20vw / 13.2), 20px);
    letter-spacing: 0.15em;
    line-height: 1.4;
    font-weight: 500;
    color: #fff100;
    font-feature-settings: "palt";
    background: #007373;
    background: #504b45;
    font-size: clamp(16px, calc(26vw / 11.8), 26px);
    font-size: clamp(16px, calc(24vw / 11.8), 24px);
    font-size: clamp(15px, calc(21vw / 11.8), 21px);
    font-weight: 600;
    font-weight: 400;
    letter-spacing: 0.08em;
    padding-inline: 1.5em;
    padding-inline: 2.6em; }
    @media screen and (max-width: 480px) {
      .conc p {
        display: block;
        padding: 0.4em 5px; } }
    .conc p .s {
      font-size: 80%; }
    .conc p .l {
      font-size: 120%; }
      @media screen and (max-width: 375px) {
        .conc p .l {
          font-size: 110%; } }

.sec_bg {
  position: relative; }
  .sec_bg::before {
    content: '';
    position: absolute;
    inset: 0;
    background-position: top center;
    background-repeat: no-repeat;
    opacity: .8;
    z-index: -1; }
    @media screen and (max-width: 480px) {
      .sec_bg::before {
        background-size: cover; } }

.sec01 {
  padding-top: 0;
  position: relative;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); }
  .sec01::before {
    content: '';
    position: fixed;
    inset: 0;
    z-index: -1;
    background: url("../images/common/bg01.png") left top/100% auto no-repeat; }
    @media screen and (max-width: 767px) {
      .sec01::before {
        background: url("../images/common/bg01.png") left top/160% auto no-repeat; } }
  @media screen and (max-width: 767px) {
    .sec01 {
      padding-top: 0; } }
  .sec01 .sec_ttl_ja {
    margin-bottom: 2.8em;
    font-size: clamp(16px, calc(26vw / 11.8), 26px);
    font-size: clamp(16px, calc(22vw / 11.8), 22px); }
    @media screen and (max-width: 480px) {
      .sec01 .sec_ttl_ja {
        font-size: calc(19vw / 3.9);
        font-size: calc(18vw / 3.9); } }

.sec02 {
  background: #fff; }
  .sec02 .fig2 {
    max-width: 700px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: calc(84% / 7); }
    @media screen and (max-width: 480px) {
      .sec02 .fig2 {
        display: block;
        width: 80%;
        margin: 0 auto; } }
    .sec02 .fig2 li {
      width: calc(308% / 7); }
      @media screen and (max-width: 480px) {
        .sec02 .fig2 li {
          width: 100%;
          text-align: center; } }
      .sec02 .fig2 li:first-child {
        position: relative; }
        .sec02 .fig2 li:first-child::after {
          content: "";
          position: absolute;
          bottom: 0;
          right: calc( -44% / 3.08);
          width: 1px;
          height: 100%;
          background: #000; }
        @media screen and (max-width: 480px) {
          .sec02 .fig2 li:first-child {
            padding-bottom: 50px; }
            .sec02 .fig2 li:first-child::after {
              bottom: 25px;
              right: 0;
              height: 1px;
              width: 100%; } }

.sec03 .cap01 {
  max-width: 762px;
  max-width: 699px;
  margin-inline: auto; }
  @media screen and (max-width: 480px) {
    .sec03 .cap01 {
      text-align: center; } }
.sec03 .bg {
  margin-top: 60px;
  padding: 60px 0;
  background: #fdfbf0;
  background: #fff; }
  @media screen and (max-width: 767px) {
    .sec03 .bg {
      margin-top: 30px;
      padding: 30px 0; } }
  .sec03 .bg .inner {
    max-width: 640px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .sec03 .bg .inner .img {
      width: calc(190% / 6.4); }
      @media screen and (max-width: 480px) {
        .sec03 .bg .inner .img {
          order: 2;
          width: 30%; } }
    .sec03 .bg .inner .txt {
      width: calc(420% / 6.4); }
      @media screen and (max-width: 480px) {
        .sec03 .bg .inner .txt {
          order: 1;
          width: 100%;
          margin-bottom: 8px; } }
    .sec03 .bg .inner .pro {
      width: 100%;
      margin-top: 20px; }
      @media screen and (max-width: 480px) {
        .sec03 .bg .inner .pro {
          order: 3;
          width: 67%;
          margin-top: 0; } }
    .sec03 .bg .inner .name {
      font-size: clamp(12px, calc(15vw / 6.4), 15px);
      letter-spacing: 0.1em;
      line-height: 1.6;
      font-weight: 500;
      font-feature-settings: "palt";
      margin-top: 0.7em;
      color: #333; }
      @media screen and (max-width: 480px) {
        .sec03 .bg .inner .name {
          margin-top: 20px; } }
      .sec03 .bg .inner .name .s {
        font-size: 70%; }
    .sec03 .bg .inner .sec_ttl_ja {
      font-size: clamp(16px, calc(23vw / 11.8), 23px);
      font-size: clamp(16px, calc(21vw / 11.8), 21px);
      letter-spacing: 0.1em;
      font-weight: 600;
      font-weight: 400;
      color: #333;
      margin-bottom: 0.5em;
      line-height: 1.2; }
      @media screen and (max-width: 480px) {
        .sec03 .bg .inner .sec_ttl_ja {
          line-height: 1.6;
          font-size: calc(16vw / 3.9);
          margin-bottom: 0.4em; } }
    .sec03 .bg .inner .sec_read2 {
      font-size: clamp(12px, calc(15vw / 13.2), 15px);
      letter-spacing: 0.08em;
      font-weight: 600;
      font-weight: 400;
      line-height: 1.6; }
      @media screen and (max-width: 480px) {
        .sec03 .bg .inner .sec_read2 {
          font-size: calc(12vw / 3.9); } }
    .sec03 .bg .inner .pro_ttl {
      color: #333;
      font-size: clamp(12px, calc(15vw / 6.4), 15px);
      display: flex;
      align-items: center;
      line-height: 1;
      margin-bottom: 0.6em;
      font-weight: 400; }
      .sec03 .bg .inner .pro_ttl::after {
        content: "";
        display: block;
        margin-left: 0.4em;
        height: 1px;
        flex: 1;
        background: #333; }
    .sec03 .bg .inner .pro_text {
      color: #333;
      font-size: clamp(11px, calc(12vw / 6.4), 12px);
      line-height: 1.5;
      font-weight: 400; }

.sec04 .merit {
  max-width: 580px;
  margin: 0 auto 30px; }
  .sec04 .merit li {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: solid 1px #221815; }
    @media screen and (max-width: 480px) {
      .sec04 .merit li {
        padding-bottom: 15px;
        margin-bottom: 15px; } }
    .sec04 .merit li .txt {
      color: #333;
      font-size: clamp(15px, calc(20vw / 5.8), 20px);
      letter-spacing: 0.08em;
      line-height: 1.4;
      font-weight: 400;
      padding-left: 1.4em;
      text-indent: -1.4em; }
      .sec04 .merit li .txt.mb {
        margin-bottom: 1em; }
    @media screen and (max-width: 480px) {
      .sec04 .merit li .img {
        width: 80%;
        margin: 0 auto; } }
    .sec04 .merit li .cap01 {
      max-width: 381px;
      margin-inline: auto; }
    .sec04 .merit li .cap02 {
      max-width: 363px;
      margin-inline: auto; }

.cap_r.ex_01 {
  max-width: 700px;
  margin: 5px auto 0; }
  @media screen and (max-width: 480px) {
    .cap_r.ex_01 {
      text-align: center; } }

.sec05 .sec_ttl_ja {
  line-height: 1.5;
  margin-bottom: 1.2em; }
  @media screen and (max-width: 480px) {
    .sec05 .sec_ttl_ja .c {
      display: inline-block;
      margin-bottom: 0.75em; } }
.sec05 .qa {
  max-width: 580px;
  margin: 0 auto 15px; }
  .sec05 .qa dl {
    margin-bottom: 30px; }
    .sec05 .qa dl dt {
      background: linear-gradient(90deg, #004da1, #161979);
      background: #007373;
      background: #504b45;
      color: #fff;
      padding: 12px 30px 10px;
      margin-bottom: 10px;
      display: flex;
      align-items: center; }
      @media screen and (max-width: 480px) {
        .sec05 .qa dl dt {
          padding: 12px 15px 10px; } }
      .sec05 .qa dl dt .t1 {
        font-size: clamp(15px, calc(20vw / 5.8), 18px);
        line-height: 1.4;
        margin-right: 0.3em;
        font-weight: 400; }
      .sec05 .qa dl dt .t2 {
        font-size: clamp(15px, calc(20vw / 5.8), 18px);
        line-height: 1.4;
        font-weight: 400; }
    .sec05 .qa dl dd {
      background: #fff;
      border: solid 3px #007373;
      border: solid 3px #504b45;
      padding: 15px 27px 13px;
      display: flex;
      align-items: center; }
      @media screen and (max-width: 480px) {
        .sec05 .qa dl dd {
          padding: 15px 12px 13px; } }
      .sec05 .qa dl dd .t1 {
        font-size: clamp(15px, calc(20vw / 5.8), 18px);
        line-height: 1.4;
        margin-right: 0.8em;
        font-weight: 400; }
        @media screen and (max-width: 480px) {
          .sec05 .qa dl dd .t1 {
            margin-right: 0.4em; } }
      .sec05 .qa dl dd .t2 {
        font-size: clamp(12px, calc(15vw / 5.8), 15px);
        line-height: 1.4;
        font-weight: 400; }

.mov_wrap {
  max-width: 1040px;
  max-width: 860px;
  max-width: 660px;
  margin: 0 auto; }
  @media screen and (max-width: 480px) {
    .mov_wrap {
      width: calc(100% + 40px);
      margin: 0 -20px; } }
  .mov_wrap .mov_ttl {
    font-size: clamp(15px, calc(20vw / 7.6), 20px);
    margin-bottom: 2em;
    letter-spacing: 0.1em;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media screen and (max-width: 480px) {
      .mov_wrap .mov_ttl {
        margin-bottom: 1em; } }
    .mov_wrap .mov_ttl::after, .mov_wrap .mov_ttl::before {
      content: "";
      flex: 1;
      height: 1px;
      background: #000; }
    .mov_wrap .mov_ttl::before {
      margin-right: 1em; }
    .mov_wrap .mov_ttl::after {
      margin-left: 1em; }
  .mov_wrap .movie {
    cursor: pointer;
    position: relative;
    width: 100%; }
    .mov_wrap .movie > div {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      .mov_wrap .movie > div.op {
        display: none; }
    .mov_wrap .movie video {
      width: 100%; }
    @media screen and (max-width: 767px) {
      .mov_wrap .movie {
        padding: 0;
        display: block; }
        .mov_wrap .movie > div {
          width: 100%; }
          .mov_wrap .movie > div:first-child {
            margin-bottom: 20px; } }

/*# sourceMappingURL=leasehold.css.map */
