@charset "UTF-8";
@import url("global.css");
#contents {
  --fontsize_catch: 32px;
  --fontsize_title: 28px;
  --lineheight_s: 1.5;
  --color: #8f8f8f;
}

.maincatch {
  font-family: 'Zen Old Mincho', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  font-size: var(--fontsize_catch);
}

.section {
  margin-top: 100px;
}
.section .sectitle {
  font-family: 'Zen Old Mincho', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  font-size: var(--fontsize_title);
  margin-bottom: 40px;
  position: relative;
  line-height: var(--lineheight_s);
  padding-bottom: 20px;
}
.section .sectitle::after {
  content: "";
  background-color: #2d2d2d;
  height: 2px;
  display: block;
  width: 46px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.section .sectitle br {
  display: none;
}
.section .flex-inner {
  display: flex;
  gap: 80px;
}
.section .flex-inner .textblock {
  width: 50%;
}
.section .flex-inner .image {
  width: 50%;
}
.section .textblock {
  padding: 40px 0;
}
.section .textblock p + p {
  margin-top: 20px;
}
.section:nth-of-type(odd) .textblock {
  order: 1;
}
.section:nth-of-type(odd) .image {
  order: 2;
}
.section .subblock {
  background-color: #f3f3f3;
  padding: 60px 0;
  margin-top: 50px;
}
.section .shiyo-hikaku ul {
  display: flex;
  gap: min(60px,5vw);
}
.section .shiyo-hikaku ul li {
  flex: 1;
  position: relative;
  background-color: #fff;
  border-radius: 2px;
  padding: 1px 20px 30px;
  text-align: center;
}
.section .shiyo-hikaku ul li .title {
  background-color: var(--color);
  color: #fff;
  padding: 5px;
  border-radius: 100px;
  margin: -25px 0 20px;
  font-size: 20px;
  font-weight: 700;
}
.section .shiyo-hikaku ul li figure figcaption {
  font-size: 18px;
}
.section .shiyo-hikaku ul li figure .icon {
  display: block;
  height: 130px;
  align-content: center;
  margin: 20px 0;
}
.section .shiyo-hikaku ul li figure .icon img {
  height: 80px;
  width: auto;
}
.section .shiyo-hikaku ul li p {
  font-weight: 700;
}
.section .shiyo-hikaku ul li.masuda {
  --color: #C5A05A;
}
.section .shiyo-hikaku ul li.masuda figure .icon img {
  height: 100%;
}
.section .merittable {
  background-color: #fff;
  padding: 30px 40px;
}
.section .merittable table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.section .merittable table tr td:nth-child(2), .section .merittable table tr th:nth-of-type(2) {
  --color: #C5A05A;
}
.section .merittable table th {
  text-align: center;
  padding: 8px 20px;
}
.section .merittable table th span {
  display: block;
}
.section .merittable table thead th span {
  color: #fff;
  font-weight: 700;
  background-color: var(--color);
  padding: 5px;
}
.section .merittable table thead th:first-of-type {
  width: 200px;
}
.section .merittable table tbody tr:first-of-type td {
  border: none;
}
.section .merittable table tbody th div {
  position: relative;
}
.section .merittable table tbody th div .bg {
  aspect-ratio: 5 / 3;
}
.section .merittable table tbody th div .title {
  position: absolute;
  width: 130px;
  background-color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  font-weight: 700;
  padding: 8px 0;
  border-radius: 4px;
  top: 50%;
  left: 50%;
  line-height: 1.4;
  transform: translate(-50%, -50%);
}
.section .merittable table tbody td {
  border-top: #8f8f8f 1px dashed;
  padding: 8px 20px;
}
.section .merittable table tbody td ul {
  line-height: var(--lineheight_s);
  padding-left: 10px;
}
.section .merittable table tbody td ul li {
  margin: 5px 0;
  text-indent: -20px;
  padding-left: 20px;
}
.section .merittable table tbody td ul li::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: var(--color);
  opacity: .5;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
  vertical-align: 1px;
}

#option .textblock {
  padding-bottom: 0;
}
#option .image {
  padding-top: 40px;
}

/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-1 (1300px)

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1300px) {
  .section .flex-inner {
    gap: min(80px,5vw);
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 960px )

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px) {
  #contents {
    --fontsize_catch: 26px;
    --fontsize_title: 24px;
  }

  .section {
    margin-top: 80px;
  }
  .section .sectitle br {
    display: inline;
  }
  .section .flex-inner {
    margin: 0;
  }
  .section .textblock {
    padding: 20px 0;
  }
  .section#shiyo .flex-inner {
    margin: 0 -6vw 0 0;
  }
  .section#merit .flex-inner {
    margin: 0 0 0 -6vw;
  }
  .section .shiyo-hikaku ul li .title {
    font-size: 18px;
  }
  .section .shiyo-hikaku ul li figure figcaption {
    font-size: inherit;
  }
  .section .shiyo-hikaku ul li figure .icon {
    height: 90px;
  }
  .section .shiyo-hikaku ul li figure .icon img {
    height: 60px;
  }
  .section .merittable table {
    box-sizing: border-box;
    display: block;
  }
  .section .merittable table thead {
    display: none;
  }
  .section .merittable table tbody, .section .merittable table tr {
    display: block;
  }
  .section .merittable table tr {
    display: flex;
    flex-wrap: wrap;
  }
  .section .merittable table th {
    padding: 0;
  }
  .section .merittable table tbody tr:first-of-type td {
    border: none;
  }
  .section .merittable table tbody th {
    width: 100%;
    margin: 10px 0;
  }
  .section .merittable table tbody th div .bg {
    aspect-ratio: auto;
    height: 140px;
  }
  .section .merittable table tbody th div .title {
    width: 180px;
    padding: 10px 0;
  }
  .section .merittable table tbody th div .title br {
    display: none;
  }
  .section .merittable table tbody td {
    box-sizing: border-box;
    width: 50%;
    border-top: none;
    padding: 8px 10px;
  }
  .section .merittable table tbody td::before {
    display: block;
    color: #fff;
    font-weight: 700;
    background-color: var(--color);
    padding: 5px;
    text-align: center;
    border-radius: 100px;
    margin-bottom: 12px;
  }
  .section .merittable table tbody td:first-of-type::before {
    content: "メリット";
  }
  .section .merittable table tbody td:nth-of-type(2)::before {
    content: "デメリット";
  }
  .section .merittable table tbody td ul {
    padding-left: 5px;
  }

  #option .flex-inner {
    display: block;
  }
  #option .textblock {
    width: 100%;
  }
  #option .image {
    width: 100%;
    padding-top: 50px;
    text-align: center;
  }
  #option .image img {
    max-width: 560px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-3 ( 644px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px) {
  #contents {
    --fontsize_catch: 22px;
    --fontsize_title: 19px;
  }

  .maincatch {
    margin-bottom: -20px;
  }

  .section {
    margin-top: 70px;
  }
  .section#shiyo .flex-inner {
    margin: 0;
  }
  .section#merit .flex-inner {
    margin: 0;
  }
  .section .sectitle {
    margin-bottom: 25px;
    padding-bottom: 15px;
  }
  .section .sectitle::after {
    height: 1px;
  }
  .section .flex-inner {
    display: block;
  }
  .section .flex-inner .textblock {
    width: auto;
  }
  .section .flex-inner .image {
    width: auto;
    aspect-ratio: 3 / 2;
    margin-bottom: 30px;
  }
  .section .textblock {
    padding: 0;
  }
  .section .subblock {
    padding: 40px 0 30px;
    margin-top: 30px;
  }
  .section .shiyo-hikaku ul li {
    padding: 1px 0 20px;
  }
  .section .shiyo-hikaku ul li .title {
    margin: -15px auto 10px;
    font-size: 14px;
    letter-spacing: 0;
    width: 140px;
  }
  .section .shiyo-hikaku ul li figure {
    padding: 0 15px;
  }
  .section .shiyo-hikaku ul li figure figcaption {
    font-size: 13px;
    line-height: var(--lineheight_s);
  }
  .section .shiyo-hikaku ul li figure .icon {
    height: 50px;
    margin: 15px 0;
  }
  .section .shiyo-hikaku ul li figure .icon img {
    height: 30px;
  }
  .section .shiyo-hikaku ul li p {
    line-height: var(--lineheight_s);
    padding: 0 15px;
    letter-spacing: 0;
  }
  .section .shiyo-hikaku ul li.masuda figure .icon img {
    height: auto;
    max-height: 100%;
  }
  .section .merittable {
    padding: 10px 5vw 30px;
  }
  .section .merittable table tr, .section .merittable table th, .section .merittable table td {
    display: block;
  }
  .section .merittable table th span {
    display: block;
  }
  .section .merittable table tbody tr:first-of-type td {
    border: none;
  }
  .section .merittable table tbody th {
    width: 100%;
    margin: 20px 0 10px;
  }
  .section .merittable table tbody th div .bg {
    height: 120px;
  }
  .section .merittable table tbody th div .title {
    font-size: 16px;
  }
  .section .merittable table tbody td {
    width: auto;
    padding: 5px 15px;
  }
  .section .merittable table tbody td ul {
    padding-left: 5px;
  }
  .section .merittable table tbody td ul li::before {
    vertical-align: 0;
  }

  #option .image {
    padding-top: 30px;
  }
  #option .image img {
    max-width: 100%;
  }
}

/*# sourceMappingURL=natural.css.map */
