/*Break Point
------------------------------*/
/*Break Point (for viequ house)
---------------------------------*/
/*font
---------------------------------*/
/*font-size
---------------------------------*/
/*color
---------------------------------*/
figure {
  position: relative;
  margin-bottom: 1em;
}
figure figcaption {
  position: absolute;
  bottom: 2px;
  right: 2px;
  font-size: 10px;
  text-align: right;
}
figure figcaption.rev {
  right: auto;
  left: 2px;
  text-align: left;
}
figure figcaption.c_w {
  color: #fff;
}
figure figcaption.cap-02 {
  bottom: 54%;
}
figure figcaption.cap-03 {
  bottom: -8%;
}
@media print, screen and (max-width: 768px) {
  figure figcaption.cap-03 {
    bottom: 35%;
  }
}

.mv figure {
  margin-bottom: 0;
}
.mv figure p {
  position: absolute;
  width: 21%;
  right: 8.5%;
  top: 80.3%;
}
@media print, screen and (max-width: 768px) {
  .mv figure p {
    width: 54%;
    right: 5%;
  }
}

.wrapper {
  max-width: 1200px;
  margin-inline: auto;
}
@media print, screen and (max-width: 768px) {
  .wrapper {
    padding-inline: 1em;
  }
}

.col2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2em 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 2em;
}
@media print, screen and (max-width: 768px) {
  .col2 {
    gap: 1em;
  }
}
@media print, screen and (max-width: 768px) {
  .col2 > * {
    margin-bottom: 1.5em;
  }
}
.col2.c2-1 {
  -ms-grid-columns: 1.35fr 1em 1fr;
  grid-template-columns: 1.35fr 1fr;
  gap: 1em;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media print, screen and (max-width: 768px) {
  .col2.c2-1 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.col2.c2-1 figure {
  margin-bottom: 0;
}
.col2.c2-1 dt {
  padding-block: 0 0.2em;
}
.col2.c2-1 dd {
  line-height: 1.7;
}
.col2.c2-1 dd p {
  padding-top: 0.8em;
}
.col2.c2-2 {
  gap: 0.9em 1.5em;
}
.col2.c2-3 {
  -ms-grid-columns: 1fr 2fr;
  grid-template-columns: 1fr 2fr;
  margin-block: 2.3em 3.5em;
}
@media print, screen and (max-width: 768px) {
  .col2.c2-3 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    margin-block: 1.3em 2.5em;
  }
}
.col2.c2-4 {
  -ms-grid-columns: 1.4fr 1fr;
  grid-template-columns: 1.4fr 1fr;
}
@media print, screen and (max-width: 768px) {
  .col2.c2-4 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0;
  }
}

.col3 {
  margin-inline: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2em 1fr 2em 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 2em;
}
@media print, screen and (max-width: 768px) {
  .col3 {
    -ms-grid-columns: 1fr 1em 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 1em;
  }
  .col3 .colx3 {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
  .col3 p {
    font-size: 72%;
    line-height: 1.8;
  }
}
@media print, screen and (max-width: 768px) {
  .col3 > * {
    margin-bottom: 1.5em;
  }
}

.col4 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2em 1fr 2em 1fr 2em 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 2em;
}
@media print, screen and (max-width: 768px) {
  .col4 {
    -ms-grid-columns: 1fr 1em 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 1em;
  }
}
@media print, screen and (max-width: 768px) {
  .col4 > * {
    margin-bottom: 1.5em;
  }
}

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

.colx2 {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}

.colx3 {
  -ms-grid-column-span: 3;
  grid-column: span 3;
}

@media print, screen and (max-width: 768px) {
  .col1_sp {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .col2-sp {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1em 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-column-span: 2;
    grid-column: span 2;
    gap: 1em;
  }
  .colx2-sp {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
  .colx3-sp {
    -ms-grid-column-span: 3;
    grid-column: span 3;
  }
}
dl {
  font-size: 1.2em;
}
@media print, screen and (max-width: 768px) {
  dl {
    font-size: 1.05em;
  }
}
dl dt {
  color: #1F5027;
  letter-spacing: 0.1rem;
  line-height: 1.7;
  padding-block: 0 1em;
  text-align: left;
}
@media print, screen and (max-width: 768px) {
  dl dt {
    padding-block: 0 0.5em;
    letter-spacing: 0;
    font-size: 83%;
  }
}
dl dd {
  font-size: 84%;
  text-align: left;
  line-height: 2;
}
dl dd span {
  display: block;
  font-size: clamp(10px, 1.6vw, 0.3rem);
  font-weight: 100;
  line-height: 1.5;
  padding-top: 0.5em;
}
@media print, screen and (max-width: 768px) {
  dl dd {
    font-size: 72%;
    line-height: 1.8;
  }
}

.inner h2 {
  font-size: 2.3em;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1;
  margin-bottom: 2.8em;
  text-align: center;
  color: #19552c;
}
@media print, screen and (max-width: 768px) {
  .inner h2 {
    font-size: 1.8em;
    margin-block: 1em 2em;
  }
}
.inner h2::after {
  content: "";
  display: block;
  width: 8em;
  height: 1px;
  background: #19552c;
  margin: 0.4em auto 0;
}
.inner h3 {
  font-size: 2.3em;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin: 3em 0 1.3em;
  text-align: center;
  color: #19552c;
}
@media print, screen and (max-width: 768px) {
  .inner h3 {
    font-size: 1.8em;
    margin-block: 1.5em 1em;
  }
}
.inner h4 {
  color: #1F5027;
  letter-spacing: 0.1rem;
  line-height: 1.7;
  padding-block: 0 1em;
  font-size: 1.2em;
  text-align: left;
  font-weight: 600;
}
@media print, screen and (max-width: 768px) {
  .inner h4 {
    font-size: 1em;
    line-height: 1.5;
  }
}

.col7 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}
.col7 button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #7c9a82;
  background: #fff;
  color: #19552c;
  font: inherit;
  font-size: 1.3em;
  font-weight: 100;
  letter-spacing: 0.04em;
  line-height: 1.3;
  padding: 0.7em 0.15em;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media print, screen and (max-width: 768px) {
  .col7 button {
    padding: 1em 0.15em;
    font-size: 1.1em;
  }
}
.col7 button.on {
  background: #19552c;
  color: #fff;
}

.tabbox > div {
  display: none;
}
.tabbox > div.on {
  display: block;
  -webkit-animation: fade 0.5s ease;
          animation: fade 0.5s ease;
}

.box-01 dl {
  position: absolute;
  top: 32%;
  left: 5%;
  width: 39.5%;
}
@media print, screen and (max-width: 768px) {
  .box-01 dl {
    top: 26%;
    font-size: 0.9em;
  }
}
.box-01 dl dt {
  padding-bottom: 0.8em;
}
.box-01 dl dd {
  line-height: 1.8;
}
.box-02 {
  position: relative;
  background: #fff;
  padding: 3em 2em;
}
@media print, screen and (max-width: 768px) {
  .box-02 {
    margin-bottom: 2em;
    padding: 2.5em 1em 1.5em;
  }
  .box-02.space {
    padding-top: 3.5em;
  }
}
.box-02 .b-02-1, .box-02 .b-02-2 {
  position: absolute;
  width: 68%;
  font-size: 1.2em;
}
.box-02 .b-02-1 dd, .box-02 .b-02-2 dd {
  font-size: 84%;
  line-height: 2;
  margin-top: -3%;
  color: #414141;
}
.box-02 .b-02-1 {
  top: 10%;
  width: 75.3%;
}
@media print, screen and (max-width: 768px) {
  .box-02 .b-02-1 {
    top: 5%;
  }
}
@media print, screen and (max-width: 768px) {
  .box-02 .b-02-1 dt {
    line-height: 1.5;
    padding-bottom: 1em;
  }
}
.box-02 .b-02-1 dd {
  width: 32%;
}
@media print, screen and (max-width: 768px) {
  .box-02 .b-02-1 dd {
    width: 57%;
    line-height: 1.6;
    text-align: justify;
    font-size: 62%;
  }
}
.box-02 .b-02-2 {
  top: 7%;
}
@media print, screen and (max-width: 768px) {
  .box-02 .b-02-2 {
    top: 5%;
    width: 90%;
  }
}
.box-02 .b-02-2 dd {
  width: 90%;
}
@media print, screen and (max-width: 768px) {
  .box-02 .b-02-2 dd {
    width: 100%;
    line-height: 1.6;
    text-align: justify;
    font-size: 61%;
  }
}
.box-02.se01 {
  padding: 2.5em 1.5em 2em;
  font-size: 1em;
}
@media print, screen and (max-width: 768px) {
  .box-02.se01 {
    padding: 1.5em 1.5em 1em;
  }
}
.box-02.se01 > div {
  position: relative;
  background: #fff;
  -ms-grid-columns: 1fr 1em 1.4fr;
  grid-template-columns: 1fr 1.4fr;
  gap: 1em;
}
@media print, screen and (max-width: 768px) {
  .box-02.se01 > div {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0;
  }
}
@media print, screen and (max-width: 768px) {
  .box-02.se01 > div h4 {
    font-size: 1em;
  }
}
.box-02.se01 > div dl {
  font-size: 1.2em;
}
@media print, screen and (max-width: 768px) {
  .box-02.se01 > div dl {
    font-size: 1.05em;
  }
}
.box-02.se01 > div dl dd {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.7fr 1.5em 1fr;
  grid-template-columns: 1.7fr 1fr;
  gap: 1.5em;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 0;
}
.box-02.se01 figure figcaption {
  bottom: -20px;
}
.box-02.se02 {
  padding: 2.5em 1.5em 2em;
}
@media print, screen and (max-width: 768px) {
  .box-02.se02 {
    padding: 1.5em 1.5em 0;
  }
}
.box-02.se02 > div {
  position: relative;
  display: block;
  background: #fff;
}
.box-02.se02 > div h4 {
  padding-bottom: 1.5em;
  font-size: 1.4em;
}
@media print, screen and (max-width: 768px) {
  .box-02.se02 > div h4 {
    padding-bottom: 0;
    font-size: 1em;
  }
}
.box-02.se02 > div .col3 {
  gap: 3em;
}
@media print, screen and (max-width: 768px) {
  .box-02.se02 > div .col3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.box-02.se03 {
  padding: 2.5em 1.5em 2em;
}
@media print, screen and (max-width: 768px) {
  .box-02.se03 {
    padding: 1.5em 1.5em 0;
  }
}
.box-02.se03 > div {
  -ms-grid-columns: 1fr 2em 1.1fr;
  grid-template-columns: 1fr 1.1fr;
  gap: 0 2em;
}
.box-02.se03 > div h4 {
  -ms-grid-column-span: 2;
  grid-column: span 2;
  font-size: 1.4em;
}
@media print, screen and (max-width: 768px) {
  .box-02.se03 > div h4 {
    -ms-grid-column-span: 1;
    grid-column: span 1;
    padding-bottom: 0;
    font-size: 1em;
  }
}
.box-02.se03 > div div {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2.7fr 1.5em 1fr;
  grid-template-columns: 2.7fr 1fr;
  gap: 1.5em;
}
.box-02.se03 > div p {
  text-align: left;
  line-height: 2;
}
@media print, screen and (max-width: 768px) {
  .box-02.se03 > div p {
    line-height: 1.8;
    font-size: 81%;
  }
}
@media print, screen and (max-width: 768px) {
  .box-02.se03 > div {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

@media print, screen and (max-width: 768px) {
  .align-ct_sp {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .order1_sp {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-inline: auto;
    margin-bottom: 0;
  }
  .order1_sp dt {
    text-align: center;
    letter-spacing: 0.2rem;
  }
  .order2_sp {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 0;
  }
  .order3_sp {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@-webkit-keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}