.-en {
  font-family: "EB Garamond", serif;
  font-weight: normal;
}

.txt_bk {
  color: #000 !important;
}

.txt_w {
  color: #fff !important;
}

h2 {
  width: 80%;
  margin-inline: auto;
}
h2 img {
  height: 3.3em;
}

h3 {
  margin: auto;
  padding: 1.5em 1em 1em;
  width: 60%;
  max-width: 150px;
  min-height: 4.8em;
}

.ttl_02 {
  font-size: clamp(22.4px, 2vw, 29.6px);
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-align: center;
  padding-block: 1.3em 1em;
}
@media screen and (max-width: 768px) {
  .ttl_02 {
    font-size: clamp(14.4px, 4.8vw, 21.6px);
    line-height: 1.66;
  }
}

.ttl_03 {
  font-size: clamp(14.4px, 1.297vw, 21.6px);
  line-height: 1.4;
  text-align: center;
}
.read_02 {
  font-size: clamp(11.2px, 1.009vw, 16.8px);
}
@media screen and (max-width: 768px) {
  .read_02 {
    font-size: clamp(11.2px, 1.009vw, 16.8px);
    letter-spacing: 0.06em;
    line-height: 1.78;
  }
}

.read_04 {
  font-size: clamp(9.6px, 0.865vw, 14.4px);
}
.read_04 span {
  display: block;
  font-size: clamp(8.3px, 0.745vw, 13.1px);
  line-height: 1.5;
}

.p-mv {
  position: relative;
  padding-top: 4.5%;
  z-index: 9;
}
@media screen and (max-width: 768px) {
  .p-mv {
    padding-top: 45px;
  }
}
.p-mv__heading {
  width: min(49.38vw, 30%);
  position: absolute;
  top: 17%;
  left: 4%;
  -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5529411765));
          filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5529411765));
}
@media screen and (max-width: 768px) {
  .p-mv__heading {
    width: 65vw;
    top: 20.5%;
    left: 4.5%;
  }
}
.p-mv figcaption {
  right: 32.5%;
}
.p-mv figcaption.cap_02 {
  bottom: 50%;
  right: 0%;
  color: #000;
  background-color: unset;
}
@media screen and (max-width: 768px) {
  .p-mv figcaption.cap_02 {
    top: auto;
    bottom: 0;
    right: 50%;
  }
}
.p-mv figcaption.cap_03 {
  right: 0%;
  background-color: unset;
}
@media screen and (max-width: 768px) {
  .p-mv figcaption.cap_03 {
    top: auto;
    bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-mv figcaption {
    right: 0;
    bottom: 30%;
  }
}

.p-2ldk-code {
  padding: min(8.429vw, 140.4px) 0 min(5.259vw, 87.6px);
  background-image: url(../img/2ldk/bg.jpg);
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .p-2ldk-code {
    background-image: url(../img/2ldk/bg_sp.jpg);
    padding: min(21.333vw, 96px) min(5.333vw, 24px) min(22.4vw, 100.8px);
  }
}
.p-2ldk-code * {
  color: #fff;
}
.p-2ldk-code__description {
  margin-top: min(1.441vw, 24px);
}
@media screen and (max-width: 768px) {
  .p-2ldk-code__description {
    margin-top: min(3.467vw, 15.6px);
  }
}
.p-2ldk-code__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .p-2ldk-code__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: min(7.733vw, 34.8px);
  }
}
@media screen and (min-width: 769px) {
  .p-2ldk-code__inner {
    gap: min(5.476vw, 91.2px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: min(77.45vw, 1290px);
  }
}
@media screen and (min-width: 769px) {
  .p-2ldk-code__img {
    max-width: min(36.023vw, 600px);
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 50%;
  }
}
.p-2ldk-code__row {
  margin-top: min(3.494vw, 58.2px);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr min(1.153vw, 19.2px) 1fr min(1.153vw, 19.2px) 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: min(1.153vw, 19.2px);
}
@media screen and (max-width: 768px) {
  .p-2ldk-code__row {
    gap: min(2.933vw, 13.2px);
    margin-top: min(10.667vw, 48px);
  }
}
.p-2ldk-code__caption {
  margin-top: min(0.432vw, 7.2px);
  text-align: right;
  font-size: clamp(8.8px, 0.793vw, 13.2px);
}
@media screen and (max-width: 768px) {
  .p-2ldk-code__caption {
    font-size: clamp(7.2px, 2.4vw, 10.8px);
    margin-top: min(2.933vw, 13.2px);
  }
}

.col2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2em 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 2em;
}
@media screen and (max-width: 768px) {
  .col2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.col3 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1em 1fr 1em 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 1em;
}

.c-copy-medium {
  font-size: min(1.45em, 26px);
  padding-block: 1.3em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-copy-medium {
    padding-block: 0.6em 1.3em;
  }
}

.c-copy-section {
  padding-bottom: 0;
}
.c-copy-section__box {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-copy-section__box {
    width: 96%;
  }
}
.c-copy-section__box:after {
  content: "";
  display: block;
  width: 1px;
  height: 4.5em;
  background: #00552E;
  margin: 5% auto;
}
@media screen and (max-width: 768px) {
  .c-copy-section__box:after {
    height: 3.5em;
    margin: 17% auto;
  }
}
.c-copy-section .col3 {
  max-width: 1200px;
  margin: 1em auto;
}

.c-section01 {
  background: #e5edea;
  padding-bottom: 8em;
}
.c-section01 .inner:before {
  position: absolute;
  content: "";
  display: block;
  background: #fff;
  height: 15.4%;
  width: 100%;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .c-section01 .inner:before {
    height: 11.4%;
  }
}
.c-section01 .p-2ldk-slider {
  max-width: 1200px;
  margin: 1em auto 9em;
}
@media screen and (max-width: 768px) {
  .c-section01 .p-2ldk-slider {
    margin: 1em auto 7em;
  }
}
.c-section01 .p-2ldk-slider .c-section-description {
  text-align: center;
}
.c-section01 .c-copy-medium {
  padding-block: 1.7em 2em;
}
.c-section02 {
  padding: 4em 0 6em;
  background: #8b989e;
  color: #fff !important;
}
.c-section02 .inner {
  max-width: 1200px;
  margin: 0 auto 3em;
}
@media screen and (max-width: 768px) {
  .c-section02 .inner {
    width: 90%;
    padding: 2em 0 0;
  }
}
.c-section02 .inner .ttl_02 {
  padding-block: 2em 1em;
}
@media screen and (max-width: 768px) {
  .c-section02 .inner .ttl_02 {
    padding-block: 2.2em 1em;
  }
}
.c-section02 .c-copy-medium {
  padding-top: 2.5em;
  color: #fff;
}
.c-section02 .c-section-description {
  margin-top: 0;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-section02 .c-section-description {
    text-align: left;
  }
}
.c-section02 .col2 > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  background: #fff;
  margin-top: 4em;
}
@media screen and (max-width: 768px) {
  .c-section02 .col2 {
    gap: 0;
  }
}
.c-section02 .col2 dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.7fr;
  grid-template-columns: 1fr 1.7fr;
  padding: 2em 2em 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .c-section02 .col2 dl {
    padding: 2em 0 0;
  }
}
.c-section02 .col2 dl dt {
  border-right: 2px solid #D9D9D9;
  color: #8B989E;
  font-size: min(7.5vw, 2.8em);
  margin: auto;
  padding: 0 0.7em;
}
.c-section02 .col2 dl dt span {
  color: inherit;
  font-size: 1.8em;
}
.c-section02 .col2 dl dd {
  padding-left: 1.7em;
}
.c-section02 .col2 dl dd p {
  line-height: 0;
}
.c-section02 .col2 dl dd p.s-01 {
  font-size: min(6vw, 2.1em);
  line-height: 0.5;
}
@media screen and (max-width: 768px) {
  .c-section02 .col2 dl dd p.s-01 {
    line-height: 0.8;
  }
}
.c-section02 .col2 dl dd p.s-01 span {
  font-size: 1.3em;
}
.c-section02 .col2 dl dd p.s-02 {
  font-size: min(2.7vw, 1em);
}
.c-section02 .col2 dl dd p.s-02 span {
  font-size: 1.8em;
  padding-left: 0.3em;
}
.c-section02 .col2 dl dd p.s-03 {
  font-size: 1em;
}
.c-section02 .col2 dl dd p.s-03 span {
  font-size: 1.1em;
}
.c-section02 .col2 a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80%;
  max-width: 300px;
  display: flex;
  background: #E5EDEA;
  border-radius: 150px;
  margin: auto auto 4em;
}
@media screen and (max-width: 768px) {
  .c-section02 .col2 a {
    width: 54%;
  }
}
.c-section02 .col2 a p {
  font-size: 1.2em;
  text-align: center;
  padding: 0.6em;
}
.c-section02 .col2 a span {
  position: absolute;
  width: 13%;
  display: block;
  top: 8%;
  right: 22%;
}

.c-copy-large {
  padding-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .c-copy-large {
    padding-bottom: 0.8em;
  }
}

.p-common-img.-sm {
  max-width: 1000px;
  margin: -60px auto 140px;
}

@media screen and (max-width: 768px) {
  .p-common-img.-sm {
    width: 90%;
    margin: -20px auto 60px;
  }
}
.wArea {
  background: #FFF;
  width: 100%;
  padding: 0 0 min(8.501vw, 141.6px);
}
@media screen and (max-width: 768px) {
  .wArea {
    padding: 0 0 min(3.602vw, 60px);
  }
}

.layout {
  max-width: min(85.591vw, 1425.6px);
  margin: 0 auto 100px;
}
@media screen and (max-width: 768px) {
  .layout {
    margin-bottom: 50px;
  }
}
.layout figcaption {
  text-align: right;
  font-size: clamp(8.8px, 0.793vw, 13.2px);
}

.hanrei {
  margin-top: min(3.602vw, 60px);
}
.hanrei ul li {
  font-weight: 400;
  font-size: min(1.009vw, 16.8px);
  color: #fff;
  line-height: 2;
}
.hanrei ul li img {
  height: 1.4em;
}
@media screen and (max-width: 768px) {
  .hanrei ul li {
    font-size: min(2.667vw, 12px);
  }
}
.hanrei__icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: min(1.081vw, 18px);
}
@media screen and (max-width: 768px) {
  .hanrei__icon {
    gap: min(4vw, 18px);
  }
}
.hanrei__icon > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(0.36vw, 6px);
}
@media screen and (max-width: 768px) {
  .hanrei__icon > * {
    gap: min(1.333vw, 6px);
  }
}
.hanrei__icon > *::before {
  content: "";
  display: block;
  width: min(1.801vw, 30px);
  height: min(0.72vw, 12px);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
@media screen and (max-width: 768px) {
  .hanrei__icon > *::before {
    width: min(6.667vw, 30px);
    height: min(2.667vw, 12px);
  }
}
.hanrei__icon > *::after {
  font-size: min(1.009vw, 16.8px);
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .hanrei__icon > *::after {
    font-size: min(2.667vw, 12px);
  }
}
.hanrei__icon > *[data-hanrei1]::before {
  background-image: url(../img/2ldk/i-yukadan.svg);
}
.hanrei__icon > *[data-hanrei1]::after {
  content: attr(data-hanrei1);
}
.hanrei__icon > *[data-hanrei2]::before {
  background-image: url(../img/2ldk/i-shuno.svg);
}
.hanrei__icon > *[data-hanrei2]::after {
  content: attr(data-hanrei2);
}
.hanrei__icon > *[data-hanrei3]::before {
  background-image: url(../img/2ldk/i-tsufu.svg);
}
.hanrei__icon > *[data-hanrei3]::after {
  content: attr(data-hanrei3);
}
.hanrei__icon > *[data-hanrei4]::before {
  background-image: url(../img/2ldk/i-saiko.svg);
}
.hanrei__icon > *[data-hanrei4]::after {
  content: attr(data-hanrei4);
}

.hanrei__icon .last {
  color: #fff;
  margin-left: -2em;
}
@media screen and (max-width: 768px) {
  .hanrei__icon .last {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .sp-width-1 {
    padding-inline: 1em;
  }
  .sp-width {
    padding-inline: 2em;
  }
  .sp-height {
    padding-block: 2em;
  }
  .sp-left {
    text-align: left;
  }
}
/*tab*/
.tab_container {
  width: 90%;
  max-width: 1400px;
  background: #fff;
  margin: 0 auto;
}
.tab_container .select {
  max-width: 650px;
  margin: auto;
  padding: 6em 0 3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .tab_container .select {
    padding: 5em 2em 3em;
  }
}
.tab_container .tab_item {
  width: 48%;
  padding: 15px 0;
  background: #fff;
  border: 1px solid #8B989E;
  border-radius: 150px;
  text-align: center;
  color: #8B989E;
  display: block;
  text-align: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.tab_container .tab_item:hover {
  background: #8B989E;
  color: #fff;
}
.tab_container input[name=tab_item] {
  display: none;
}
.tab_container .tab_content {
  display: none;
  padding: 0;
  clear: both;
  overflow: hidden;
}
.tab_container .tab_content .tab_inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.3fr 4em 1fr;
  grid-template-columns: 1.3fr 1fr;
  gap: 4em;
  padding-inline: 4em;
  padding-block: 2em 4em;
}
@media screen and (max-width: 768px) {
  .tab_container .tab_content .tab_inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 2em;
    padding-inline: 0;
  }
}
.tab_container .tab_content .tab_inner .tab_ttl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2.3em 3fr;
  grid-template-columns: 1fr 3fr;
  gap: 2.3em;
}
@media screen and (max-width: 768px) {
  .tab_container .tab_content .tab_inner .tab_ttl {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0;
    padding-inline: 2em;
  }
  .tab_container .tab_content .tab_inner .tab_ttl p {
    width: 30%;
  }
}
.tab_container .tab_content .tab_inner .tab_ttl dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.tab_container .tab_content .tab_inner .tab_ttl dl dt {
  background: #00552E;
  padding: 3px 6px 3px 8px;
  font-size: min(5.5vw, 30px);
  color: #FFF;
  line-height: 1;
  margin-top: 3px;
  font-weight: 400;
  text-align: center;
}
.tab_container .tab_content .tab_inner .tab_ttl dl dd {
  padding-left: 0.4em;
  line-height: 1;
  padding-block: 0.8em 1.8em;
}
.tab_container .tab_content .tab_inner ul li figure {
  position: relative;
}
.tab_container .tab_content .tab_inner ul li figure p {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  background: #00552E;
  padding: 3px 6px 3px 8px;
  font-size: min(5.5vw, 30px);
  color: #FFF;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
.tab_container .tab_content .tab_inner ul li figure figcaption {
  position: absolute;
  bottom: 2px;
  right: 2px;
  font-size: 9px;
}
.tab_container .tab_content .tab_inner ul li dl dt {
  padding-block: 0.8em 0;
}
@media screen and (max-width: 768px) {
  .tab_container .tab_content .tab_inner ul li dl dt {
    padding-block: 0;
  }
}
.tab_container .tab_content .tab_inner .img01 {
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .tab_container .tab_content .tab_inner .col3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding-inline: 2em;
  }
  .tab_container .tab_content .tab_inner .col3 li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .tab_container .tab_content .tab_inner .col3 li > * {
    width: 48%;
  }
  .tab_container .tab_content .tab_inner .col3 li.rev {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
  }
}
.tab_container .tab_content .tab_inner .c-copy-medium {
  padding-block: 1.3em;
}
@media screen and (max-width: 768px) {
  .tab_container .tab_content .tab_inner .c-copy-medium {
    padding-block: 0.5em 1.5em;
  }
}
.tab_container .tab_content .tab_inner figcaption.cap_04 {
  bottom: 5%;
  right: 42%;
}
@media screen and (max-width: 768px) {
  .tab_container .tab_content .tab_inner figcaption.cap_04 {
    right: 43%;
  }
}
.tab_container .tab_content .tab_inner figcaption.cap_05 {
  bottom: 5%;
}
.tab_container #tab1:checked ~ #tab1_content,
.tab_container #tab2:checked ~ #tab2_content {
  display: block;
}
.tab_container #tab1:checked ~ .select label[for=tab1],
.tab_container #tab2:checked ~ .select label[for=tab2] {
  position: relative;
  background: #8B989E;
  color: #fff;
}
.tab_container #tab1:checked ~ .select label[for=tab1]:after,
.tab_container #tab2:checked ~ .select label[for=tab2]:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 2em;
  height: 2em;
  background: #8B989E;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: -1;
}

.ldk2cap {
  font-size: clamp(8px, 0.72vw, 12px);
  background: #e5edea;
  padding-top: 6px;
}
/*# sourceMappingURL=2ldk.css.map */