@charset "utf-8";
/*===================================================================
    mole
===================================================================*/
/* 変数定義 */
:root {
  --color-gold: #a99c77;
  --color-red: #940100;
  --color-black: #252525;
  --color-bg: #f7f7f7;
}
/* ページヘッダー */
.mole-page {
  background: #000 url(../images/common/page-ttl-02-pc.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
header {
  position: relative;
  z-index: 2;
}
.mole-under-page .page-title-text {
  font-size: 6rem;
  line-height: 1;
}
.mole-under-page img {
  width: auto;
  max-width: 100%;
}
.mole-under-page .spOnly {
  display: none;
}
@media (max-width: 768px) {
  .mole-under-page .spOnly {
    display: block;
  }
}
.mole-under-page section[id^="section"] {
  position: relative;
  z-index: 1;
  line-height: 1.7875;
  padding: 90px 0 120px;
}
@media (max-width: 768px) {
  .mole-under-page section[id^="section"] {
    padding: 56px 0 56px;
  }
}
.mole-under-page .innerWrap {
  max-width: 1104px;
  margin: 0 auto;
  padding: 0 clamp(10px, 6.25vw, 40px);
}
.mole-under-page .bg-gray {
  background: var(--color-bg);
}
.mole-under-page .bg-black {
  background: var(--color-black);
}
.mole-under-page .commonTitle01 {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 12px 0;
  line-height: 1.3;
  letter-spacing: normal;
}
@media (max-width: 768px) {
  .mole-under-page .commonTitle01 {
    gap: 8px 0;
  }
}
.mole-under-page .commonTitle01 .sub {
  font-weight: bold;
  font-size: 1.8rem;
}
.mole-under-page .commonTitle01 .title {
  font-size: clamp(3.5rem, calc(42 / 1440 * 100vw), 4.2rem);
  font-weight: bold;
  color: #ffffff;
  padding: 0.25em 0.8em;
  background: var(--color-black);
  clip-path: polygon(15px 0%, calc(100% - 15px) 0%, 100% 50%, calc(100% - 15px) 100%, 15px 100%, 0% 50%);
}
@media (max-width: 768px) {
  .mole-under-page .commonTitle01 .title {
    font-size: 2.4rem;
    padding: 0.4em 1em;
    clip-path: polygon(10px 0%, calc(100% - 10px) 0%, 100% 50%, calc(100% - 10px) 100%, 10px 100%, 0% 50%);
  }
}
.mole-under-page .commonTitle02 {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 5px 0;
  line-height: 1.3;
  letter-spacing: normal;
}
.mole-under-page .commonTitle02.-white {
  color: #ffffff;
}
.mole-under-page .commonTitle02 .sub {
  font-size: clamp(2rem, calc(26 / 1440 * 100vw), 2.6rem);
  font-weight: bold;
}
@media (max-width: 768px) {
  .mole-under-page .commonTitle02 .sub {
    font-size: 1.6rem;
  }
}
.mole-under-page .commonTitle02 .title {
  font-size: clamp(3.5rem, calc(42 / 1440 * 100vw), 4.2rem);
  font-weight: bold;
}
@media (max-width: 768px) {
  .mole-under-page .commonTitle02 .title {
    font-size: 2.4rem;
  }
}
.mole-under-page .commonTab01 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 768px) {
  .mole-under-page .commonTab01 {
    gap: 2px;
  }
}
.mole-under-page .commonTab01 .tab__item {
  flex: 0 0 calc(100% / 3 - 20px / 3);
}
@media (max-width: 768px) {
  .mole-under-page .commonTab01 .tab__item {
    flex: 0 0 calc(100% / 3 - 4px / 3);
  }
}
.mole-under-page .commonTab01 .tab__item span {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
  padding: 0.85em 1em;
  background: #f2f2f2;
  transition: 0.24s;
  cursor: pointer;
}
@media (max-width: 768px) {
  .mole-under-page .commonTab01 .tab__item span {
    font-size: 1.3rem;
  }
}
.mole-under-page .commonTab01 .tab__item span.is-active {
  color: #ffffff;
  background: var(--color-gold) !important;
  pointer-events: none;
}
@media (hover: hover) {
  .mole-under-page .commonTab01 .tab__item span:hover {
    color: var(--color-gold);
  }
}
.mole-under-page .bg-gray .commonTab01 .tab__item span {
  background: #ffffff;
}
.mole-under-page .tabContent__item {
  display: none;
}
.mole-under-page .tabContent__item.is-active {
  display: block;
}
.mole-under-page .commonTable01 {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 2px;
}
.mole-under-page .commonTable01 tr > *:nth-child(1) {
  width: 310px;
}
@media (max-width: 768px) {
  .mole-under-page .commonTable01 tr > *:nth-child(1) {
    width: 210px;
  }
}
.mole-under-page .commonTable01 th,
.mole-under-page .commonTable01 td {
  text-align: center;
  vertical-align: middle;
  padding: 0.8em 1.3em;
}
.mole-under-page .commonTable01 th {
  font-weight: bold;
  color: #ffffff;
  background: #252525;
}
.mole-under-page .commonTable01 td {
  background: #f5f5f5;
}
.mole-under-page .bg-gray .commonTable01 th,
.mole-under-page .bg-gray .commonTable01 td {
  border-color: var(--color-bg);
}
.mole-under-page .bg-gray .commonTable01 td {
  background: #ffffff;
}
.mole-under-page .commonTable02 {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 2px;
}
.mole-under-page .commonTable02 tr > *:nth-child(1) {
  width: 240px;
}
.mole-under-page .commonTable02 th,
.mole-under-page .commonTable02 td {
  text-align: center;
  vertical-align: middle;
  padding: 0.8em 1.3em;
}
@media (max-width: 768px) {
  .mole-under-page .commonTable02 th,
  .mole-under-page .commonTable02 td {
    display: block;
    width: 100% !important;
  }
}
.mole-under-page .commonTable02 th {
  font-weight: bold;
  color: #ffffff;
  background: #252525;
}
@media (max-width: 768px) {
  .mole-under-page .commonTable02 th {
    padding: 0.5em 1.3em;
  }
}
.mole-under-page .commonTable02 td {
  text-align: left;
  background: #f5f5f5;
}
.mole-under-page .bg-gray .commonTable02 th,
.mole-under-page .bg-gray .commonTable02 td {
  border-color: var(--color-bg);
}
.mole-under-page .bg-gray .commonTable02 td {
  background: #ffffff;
}
.mole-under-page .mainVisual {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .mole-under-page .mainVisual {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .mole-under-page .mainVisual .mainVisual__inner {
    padding: 0;
  }
}
.mole-under-page .anchorLinks {
  margin-top: 80px;
  padding: 64px 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
}
@media (max-width: 768px) {
  .mole-under-page .anchorLinks {
    width: 100%;
    margin-top: 40px;
    padding: 32px 0;
    overflow: auto;
  }
}
.mole-under-page .anchorLinks .anchorLinks__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 768px) {
  .mole-under-page .anchorLinks .anchorLinks__list {
    /*flex-wrap: nowrap;*/
    gap: 6px;
  }
}
.mole-under-page .anchorLinks .anchorLinks__list__item {
  flex: 0 0 auto;
}
@media (max-width: 768px) {
  .mole-under-page .anchorLinks .anchorLinks__list__item {
    font-size: 1.3rem;
  }
}
.mole-under-page .anchorLinks .anchorLinks__list__item a {
  display: flex;
  align-items: center;
  gap: 0 8px;
  padding: 0.7em 1.5em 0.7em 1.1em;
  background: var(--color-bg);
  border-radius: 500px;
}
.mole-under-page .anchorLinks .anchorLinks__list__item a::before {
  content: '';
  aspect-ratio: 1 / 1;
  width: 1.5em;
  flex: 0 0 1.5em;
  background: url(/share/images/mole/arrow-anchor.png) center center / contain no-repeat;
}
.mole-under-page .sec__about {
  padding-bottom: 80px !important;
}
@media (max-width: 768px) {
  .mole-under-page .sec__about {
    padding-bottom: 50px !important;
  }
}
.mole-under-page .sec__about .about__body {
  display: flex;
  align-items: flex-start;
  gap: 0 7.8125%;
  margin-top: 30px;
}
@media (max-width: 1000px) {
  .mole-under-page .sec__about .about__body {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
}
.mole-under-page .sec__about .about__body .imgArea {
  flex: 0 0 31.347656%;
}
@media (max-width: 1000px) {
  .mole-under-page .sec__about .about__body .imgArea {
    flex: auto;
    width: clamp(10px, calc(150 / 375 * 100vw), 200px);
  }
}
.mole-under-page .sec__about .about__body .txtArea {
  flex: 1 1 auto;
  line-height: 2.4;
  padding-top: 30px;
  padding-bottom: 7.8125%;
}
@media (max-width: 768px) {
  .mole-under-page .sec__about .about__body .txtArea {
    padding-bottom: 0;
  }
}
.mole-under-page .sec__about .about__body .txtArea .txt {
  display: inline;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #e5e5e5;
}
.mole-under-page .sec__about .about__column {
  position: relative;
  z-index: 1;
  margin-top: -16px;
  padding: 48px 64px;
  background: #ffffff;
  border: 1px solid;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .mole-under-page .sec__about .about__column {
    margin: 56px -6.25vw 0;
    padding: 44px 6.25vw 40px;
    border-left: none;
    border-right: none;
    border-radius: 0;
    overflow: visible;
  }
}
.mole-under-page .sec__about .about__column .hd {
  font-size: 2.4rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .mole-under-page .sec__about .about__column .hd {
    font-size: 2.1rem;
    padding-right: 115px;
  }
}
.mole-under-page .sec__about .about__column .hd span {
  font-weight: bold;
  padding-bottom: 0.3em;
  border-bottom: 1px solid;
}
.mole-under-page .sec__about .about__column .txt {
  margin-top: 32px;
  padding: 0 210px 0 0;
}
@media (max-width: 768px) {
  .mole-under-page .sec__about .about__column .txt {
    margin-top: 10px;
    padding: 1em 0 0 0;
    background: #ffffff;
  }
}
.mole-under-page .sec__about .about__column .img {
  position: absolute;
  z-index: -1;
  right: 40px;
  bottom: -16px;
}
@media (max-width: 768px) {
  .mole-under-page .sec__about .about__column .img {
    width: 115px;
    right: 6.25vw;
    bottom: calc(100% - 120px);
  }
}
.mole-under-page .sec__recommend {
  padding: 130px 0 90px !important;
  background: var(--color-bg);
}
@media (max-width: 768px) {
  .mole-under-page .sec__recommend {
    padding: 80px 0 56px !important;
  }
}
.mole-under-page .sec__recommend::before {
  content: '';
  position: absolute;
  z-index: -1;
  inset: 0 0 auto 0;
  height: 50px;
  background: #ffffff;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
@media (max-width: 768px) {
  .mole-under-page .sec__recommend::before {
    height: 30px;
  }
}
.mole-under-page .sec__recommend .recommend__title {
  text-align: center;
  font-size: 4.2rem;
  font-weight: bold;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .mole-under-page .sec__recommend .recommend__title {
    font-size: 2.5rem;
  }
}
.mole-under-page .sec__recommend .recommend__body {
  position: relative;
  margin-top: 70px;
}
@media (max-width: 768px) {
  .mole-under-page .sec__recommend .recommend__body {
    margin-top: 30px;
  }
}
.mole-under-page .sec__recommend .recommend__body .list {
  width: clamp(300px, calc(670 / 1080 * 100vw), 670px);
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 768px) {
  .mole-under-page .sec__recommend .recommend__body .list {
    width: 100%;
    flex-flow: column;
    gap: 8px;
  }
}
.mole-under-page .sec__recommend .recommend__body .list__item {
  flex: 0 0 calc(50% - 5px);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: clamp(1.5rem, calc(18 / 1080 * 100vw), 1.8rem);
  font-weight: bold;
  line-height: 1.4;
  padding: 0.8em;
  background: #ffffff;
  box-shadow: 0px 1px 0px #dedede;
}
@media (max-width: 1024px) {
  .mole-under-page .sec__recommend .recommend__body .list__item {
    flex: 1 0 auto;
  }
}
.mole-under-page .sec__recommend .recommend__body .img {
  width: clamp(300px, calc(389 / 1080 * 100vw), 389px);
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: -90px;
  filter: drop-shadow(10px 10px 30px rgba(0, 0, 0, 0.05));
}
@media (max-width: 768px) {
  .mole-under-page .sec__recommend .recommend__body .img {
    position: static;
    display: block;
    width: clamp(10px, calc(230 / 375 * 100vw), 240px);
    margin: 0 auto;
  }
}
.mole-under-page .sec__meritDemerit {
  padding: 85px 0 !important;
}
@media (max-width: 768px) {
  .mole-under-page .sec__meritDemerit {
    padding: 32px 0 56px !important;
  }
}
.mole-under-page .sec__meritDemerit .meritDemerit__inner {
  position: relative;
  display: flex;
  padding-bottom: 32px;
}
@media (max-width: 768px) {
  .mole-under-page .sec__meritDemerit .meritDemerit__inner {
    flex-flow: column;
    gap: 35px;
    padding-bottom: 0;
  }
}
@media (min-width: 769px) {
  .mole-under-page .sec__meritDemerit .meritDemerit__inner::before {
    content: '';
    position: absolute;
    inset: 0;
    width: 1px;
    margin: 0 auto;
    background: #e5e5e5;
  }
}
.mole-under-page .sec__meritDemerit .meritDemerit__block {
  flex: 1;
}
@media (min-width: 769px) {
  .mole-under-page .sec__meritDemerit .meritDemerit__block.-merit {
    padding-right: 5.859375%;
  }
  .mole-under-page .sec__meritDemerit .meritDemerit__block.-demerit {
    padding-left: 5.859375%;
  }
}
.mole-under-page .sec__meritDemerit .meritDemerit__block .heading {
  display: flex;
  align-items: flex-end;
  gap: 0 30px;
  margin-bottom: 40px;
  border-bottom: 1px solid;
}
@media (max-width: 768px) {
  .mole-under-page .sec__meritDemerit .meritDemerit__block .heading {
    justify-content: center;
    gap: 0 20px;
    margin-bottom: 28px;
    padding-right: 20px;
  }
}
.mole-under-page .sec__meritDemerit .meritDemerit__block .heading .img {
  flex: 0 0 clamp(110px, calc(150 / 1440 * 100vw), 150px);
}
@media (max-width: 768px) {
  .mole-under-page .sec__meritDemerit .meritDemerit__block .heading .img {
    flex: 0 0 110px;
  }
}
.mole-under-page .sec__meritDemerit .meritDemerit__block .heading .title {
  font-size: clamp(2.8rem, calc(42 / 1440 * 100vw), 4.2rem);
  font-weight: bold;
  line-height: 1.3;
  padding-bottom: 25px;
}
@media (max-width: 768px) {
  .mole-under-page .sec__meritDemerit .meritDemerit__block .heading .title {
    font-size: 3rem;
  }
}
.mole-under-page .sec__meritDemerit .meritDemerit__block .heading .title small {
  display: block;
  font-size: 0.57em;
  font-weight: bold;
  margin-bottom: 5px;
}
.mole-under-page .sec__point .point__body {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .mole-under-page .sec__point .point__body {
    margin-top: 40px;
  }
}
.mole-under-page .sec__point .point__item {
  display: flex;
  align-items: center;
  gap: 0 6.25%;
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  .mole-under-page .sec__point .point__item {
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 0;
    margin-bottom: 40px;
  }
}
@media (min-width: 769px) {
  .mole-under-page .sec__point .point__item:nth-child(even) {
    flex-flow: row-reverse;
  }
}
.mole-under-page .sec__point .point__item:last-child {
  margin-bottom: 0;
}
.mole-under-page .sec__point .point__item .imgArea {
  flex: 0 0 calc(320 / 1024 * 100%);
}
@media (max-width: 768px) {
  .mole-under-page .sec__point .point__item .imgArea {
    flex: 0 0 auto;
    max-width: 320px;
    margin: 24px auto 0;
  }
}
.mole-under-page .sec__point .point__item .imgArea img {
  border-radius: 10px;
}
.mole-under-page .sec__point .point__item .txtArea {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 45px;
}
@media (max-width: 768px) {
  .mole-under-page .sec__point .point__item .txtArea {
    display: contents;
  }
}
.mole-under-page .sec__point .point__item .txtArea .num {
  flex: 0 0 auto;
  display: flex;
  flex-flow: column;
  align-items: center;
  font-size: 2.4rem;
  line-height: 1;
}
@media (max-width: 768px) {
  .mole-under-page .sec__point .point__item .txtArea .num {
    font-size: 1.8rem;
    margin-right: 20px;
  }
}
.mole-under-page .sec__point .point__item .txtArea .num b {
  font-size: 3.3em;
  font-style: italic;
  color: var(--color-gold);
  text-indent: -0.25em;
}
@media (max-width: 768px) {
  .mole-under-page .sec__point .point__item .txtArea .num b {
    font-size: 2em;
  }
}
.mole-under-page .sec__point .point__item .txtArea .body {
  flex: 1 1 auto;
}
@media (max-width: 768px) {
  .mole-under-page .sec__point .point__item .txtArea .body {
    display: contents;
  }
}
.mole-under-page .sec__point .point__item .txtArea .body .hd {
  width: fit-content;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 24px;
  padding-bottom: 8px;
  border-bottom: 1px solid;
}
@media (max-width: 768px) {
  .mole-under-page .sec__point .point__item .txtArea .body .hd {
    flex: 0 0 calc(100% - 60px);
    align-self: center;
    font-size: 2.2rem;
    margin-top: -0.3em;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
}
.mole-under-page .sec__point .point__item .txtArea .body .hd span {
  font-weight: bold;
}
@media (max-width: 768px) {
  .mole-under-page .sec__point .point__item .txtArea .body .hd span {
    border-bottom: 1px solid;
  }
}
@media (max-width: 768px) {
  .mole-under-page .sec__point .point__item .txtArea .body .txt {
    order: 1;
    margin-top: 24px;
  }
}
.mole-under-page .sec__column {
  padding: 0 !important;
  background: #f7f7f7 url(../images/mole/column-bg.png) right bottom no-repeat;
}
@media (max-width: 768px) {
  .mole-under-page .sec__column {
    padding: 48px 0 56px !important;
  }
}
.mole-under-page .sec__column .column__inner {
  display: flex;
  flex-flow: row-reverse;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .mole-under-page .sec__column .column__inner {
    display: block;
  }
}
.mole-under-page .sec__column .column__heading {
  position: sticky;
  top: 40px;
  flex: 0 0 auto;
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 30px 0;
  padding: 100px 0 220px 60px;
}
@media (max-width: 768px) {
  .mole-under-page .sec__column .column__heading {
    position: static;
    flex-flow: row;
    gap: 0 24px;
    padding: 0 20px 0 0;
  }
}
.mole-under-page .sec__column .column__heading .imgArea {
  width: clamp(120px, calc(200 / 1440 * 100vw), 200px);
  max-width: 200px;
  aspect-ratio: 1 / 1;
  border-radius: 500px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .mole-under-page .sec__column .column__heading .imgArea {
    flex: 0 0 120px;
  }
}
.mole-under-page .sec__column .column__heading .imgArea img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 769px) {
  .mole-under-page .sec__column .column__heading .titleArea {
    writing-mode: vertical-rl;
  }
}
.mole-under-page .sec__column .column__heading .titleArea .subTitle {
  font-size: clamp(2rem, calc(24 / 1440 * 100vw), 2.4rem);
  font-weight: bold;
  color: #ffffff;
  margin-left: 10px;
  padding: 0.5em 0.2em;
  background: #222222;
}
@media (max-width: 768px) {
  .mole-under-page .sec__column .column__heading .titleArea .subTitle {
    font-size: 1.6rem;
    margin-left: 0;
    padding: 0.35em 0.5em;
  }
}
.mole-under-page .sec__column .column__heading .titleArea .title {
  font-size: clamp(3.5rem, calc(42 / 1440 * 100vw), 4.2rem);
  font-weight: bold;
  line-height: 1.3;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .mole-under-page .sec__column .column__heading .titleArea .title {
    font-size: 2.5rem;
    margin-right: 0;
    margin-top: 8px;
  }
}
.mole-under-page .sec__column .column__body {
  padding: 100px 7.8125% 100px 0;
  border-right: 1px solid #e5e5e5;
}
@media (max-width: 768px) {
  .mole-under-page .sec__column .column__body {
    margin-top: 24px;
    padding: 0;
    border: none;
  }
}
.mole-under-page .sec__column .column__body > .txt {
  position: relative;
  line-height: 2.375;
  padding-top: 20px;
  max-height: 45em;
  overflow: hidden;
  transition: 0.4s;
}
@media (max-width: 768px) {
  .mole-under-page .sec__column .column__body > .txt {
    line-height: 2;
    padding-top: 0;
  }
}
.mole-under-page .sec__column .column__body > .txt::after {
  content: '';
  height: 240px;
  position: absolute;
  inset: auto 0 0 0;
  background-image: -webkit-linear-gradient(90deg, #f7f7f7 0%, rgba(255, 255, 255, 0) 100%);
}
.mole-under-page .sec__column .column__body > .txt.is-open {
  max-height: none;
}
.mole-under-page .sec__column .column__body > .txt.is-open::after {
  display: none;
}
.mole-under-page .sec__column .column__body .moreBtn {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 0 10px;
  font-size: 2rem;
  line-height: 1;
  margin: 0 auto;
  cursor: pointer;
}
@media (max-width: 768px) {
  .mole-under-page .sec__column .column__body .moreBtn {
    font-size: 1.8rem;
  }
}
@media (hover: hover) {
  .mole-under-page .sec__column .column__body .moreBtn:hover {
    color: var(--color-gold);
  }
}
.mole-under-page .sec__column .column__body .moreBtn.is-open {
  display: none;
}
.mole-under-page .sec__column .column__body .moreBtn .ico {
  position: relative;
  flex: 0 0 auto;
  width: 1.6em;
  aspect-ratio: 1 / 1;
  background: var(--color-gold);
  border-radius: 50%;
}
.mole-under-page .sec__column .column__body .moreBtn .ico::before,
.mole-under-page .sec__column .column__body .moreBtn .ico::after {
  content: '';
  position: absolute;
  inset: 0;
  width: 40%;
  height: 2px;
  margin: auto;
  background: #ffffff;
}
.mole-under-page .sec__column .column__body .moreBtn .ico::after {
  rotate: 90deg;
}
.mole-under-page .sec__column .column__body .moreBtn .txt {
  font-weight: bold;
  transition: 0.24s;
}
.mole-under-page .sec__part .part__tab {
  margin-top: 64px;
}
@media (max-width: 768px) {
  .mole-under-page .sec__part .part__tab {
    margin-top: 32px;
  }
}
.mole-under-page .sec__part .part__contents {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .mole-under-page .sec__part .part__contents {
    margin-top: 40px;
  }
}
.mole-under-page .sec__part .part__item {
  display: none;
  align-items: flex-start;
  gap: 0 6.8359375%;
}
.mole-under-page .sec__part .part__item.is-active {
  display: flex;
}
@media (max-width: 768px) {
  .mole-under-page .sec__part .part__item {
    flex-flow: column-reverse;
  }
}
.mole-under-page .sec__part .part__item .imgArea {
  flex: 0 0 calc(400 / 1024 * 100%);
}
@media (max-width: 768px) {
  .mole-under-page .sec__part .part__item .imgArea {
    flex: auto;
    max-width: 400px;
    margin: 24px auto 0;
  }
}
.mole-under-page .sec__part .part__item .imgArea .note {
  display: block;
  font-size: 1.2rem;
  line-height: 1.5;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .mole-under-page .sec__part .part__item .imgArea .note {
    font-size: 1.1rem;
  }
}
.mole-under-page .sec__part .part__item .txtArea {
  flex: 1 1 auto;
}
.mole-under-page .sec__part .part__item .txtArea .hd {
  position: relative;
  text-align: center;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 35px;
  padding: 1em 1.5em;
  background: #ffffff;
}
@media (max-width: 768px) {
  .mole-under-page .sec__part .part__item .txtArea .hd {
    font-size: 2.4rem;
    margin-bottom: 24px;
  }
}
.mole-under-page .sec__part .part__item .txtArea .hd .num {
  content: counter(part-num, decimal-leading-zero);
  position: absolute;
  left: -10px;
  top: -10px;
  font-family: bebas-neue, sans-serif;
  font-size: 4.8rem;
  font-weight: 400;
  font-style: italic;
  color: var(--color-gold);
  line-height: 1;
}
@media (max-width: 768px) {
  .mole-under-page .sec__part .part__item .txtArea .hd .num {
    font-size: 3.6rem;
  }
}
.mole-under-page .sec__comparison {
  overflow: hidden;
}
.mole-under-page .sec__comparison .comparison__body {
  margin-top: 64px;
}
@media (max-width: 768px) {
  .mole-under-page .sec__comparison .comparison__body {
    margin-top: 32px;
  }
}
.mole-under-page .sec__comparison .slidesArea {
  overflow: visible;
}
.mole-under-page .sec__comparison .slides {
  margin-top: 64px;
}
@media (max-width: 768px) {
  .mole-under-page .sec__comparison .slides {
    margin-top: 32px;
  }
}
.mole-under-page .sec__comparison .slides__item {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 0 72px;
  padding: 80px 7.8125%;
  border: 1px solid;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .mole-under-page .sec__comparison .slides__item {
    flex-flow: column;
    align-items: center;
    gap: 0;
    padding: 32px 6.25vw;
  }
}
.mole-under-page .sec__comparison .slides__item .num {
  position: absolute;
  left: 32px;
  top: 0;
  font-size: 4.8rem;
  color: var(--color-gold);
  font-style: italic;
  line-height: 1;
  translate: 0 -50%;
  padding: 0 16px;
  background: #ffffff;
}
@media (max-width: 768px) {
  .mole-under-page .sec__comparison .slides__item .num {
    left: -8px;
    top: -14px;
    font-size: 3.6rem;
    padding: 0 16px 8px 0;
    translate: 0 0;
  }
}
.mole-under-page .sec__comparison .slides__item .imgArea {
  flex: 0 0 240px;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .mole-under-page .sec__comparison .slides__item .imgArea {
    flex: auto;
    max-width: 240px;
    margin: 0 auto;
  }
}
.mole-under-page .sec__comparison .slides__item .imgArea img {
  width: auto;
}
.mole-under-page .sec__comparison .slides__item .txtArea {
  flex: 1 1 auto;
}
@media (max-width: 768px) {
  .mole-under-page .sec__comparison .slides__item .txtArea {
    display: contents;
  }
}
.mole-under-page .sec__comparison .slides__item .txtArea .hd {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .mole-under-page .sec__comparison .slides__item .txtArea .hd {
    text-align: center;
    font-size: 2.2rem;
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .mole-under-page .sec__comparison .slides__item .txtArea .txt {
    order: 1;
    margin-top: 24px;
  }
}
.mole-under-page .sec__comparison .swiper-controls .controls__item {
  position: absolute;
  z-index: 2;
  inset: 0 auto 66px;
  height: 60px;
  aspect-ratio: 1 / 1;
  margin: auto 0;
  cursor: pointer;
}
@media (max-width: 768px) {
  .mole-under-page .sec__comparison .swiper-controls .controls__item {
    inset: 220px auto auto;
    height: 40px;
  }
}
.mole-under-page .sec__comparison .swiper-controls .controls__item.-prev {
  left: 0;
  translate: -50% 0;
}
.mole-under-page .sec__comparison .swiper-controls .controls__item.-next {
  right: 0;
  translate: 50% 0;
}
.mole-under-page .sec__comparison .swiper-controls .controls__item.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.mole-under-page .sec__comparison .swiper-pagination {
  position: relative;
  height: 2px;
  margin-top: 64px;
  background: #e5e5e5;
}
@media (max-width: 768px) {
  .mole-under-page .sec__comparison .swiper-pagination {
    margin-top: 40px;
  }
}
.mole-under-page .sec__comparison .swiper-pagination > * {
  background: var(--color-gold);
}
.mole-under-page .sec__price .price__tab {
  margin-top: 64px;
  border-bottom: 1px solid;
}
@media (max-width: 768px) {
  .mole-under-page .sec__price .price__tab {
    margin: 32px -6.25vw 0;
    padding: 0 6.25vw;
  }
}
.mole-under-page .sec__price .price__tab .tab__item span {
  padding: 1.1em 1em;
}
.mole-under-page .sec__price .price__contents {
  margin-top: 64px;
}
@media (max-width: 768px) {
  .mole-under-page .sec__price .price__contents {
    margin-top: 40px;
  }
}
.mole-under-page .sec__price .price__item .heading {
  display: flex;
  gap: 2px;
  padding: 0 2px;
}
@media (max-width: 768px) {
  .mole-under-page .sec__price .price__item .heading {
    flex-flow: column;
  }
}
.mole-under-page .sec__price .price__item .heading > * {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: bold;
  padding: 1.15em;
}
@media (max-width: 768px) {
  .mole-under-page .sec__price .price__item .heading > * {
    padding: 0.9em;
  }
}
.mole-under-page .sec__price .price__item .heading .hd {
  font-size: 2.4rem;
  color: #ffffff;
  background: var(--color-gold);
}
@media (max-width: 768px) {
  .mole-under-page .sec__price .price__item .heading .hd {
    font-size: 1.8rem;
  }
}
.mole-under-page .sec__price .price__item .heading .hd small {
  font-size: 0.7em;
  font-weight: bold;
}
.mole-under-page .sec__price .price__item .heading .term {
  font-size: 2rem;
  background: #ffffff;
}
@media (max-width: 768px) {
  .mole-under-page .sec__price .price__item .heading .term {
    font-size: 1.6rem;
  }
}

.mole-under-page .sec__price .price__item .notice {
  margin-top: 24px;
}
@media (max-width: 768px) {
  .mole-under-page .sec__price .price__item .notice {
    font-size: 0.85em;
    margin-top: 20px;
  }
}
.mole-under-page .sec__price .price__item .notice strong {
  font-weight: normal;
  color: var(--color-red);
}
.mole-under-page .sec__case .case__tab {
  margin-top: 64px;
}
@media (max-width: 768px) {
  .mole-under-page .sec__case .case__tab {
    margin-top: 32px;
  }
}
.mole-under-page .sec__case .case__contents {
  margin-top: 64px;
}
@media (max-width: 768px) {
  .mole-under-page .sec__case .case__contents {
    margin-top: 48px;
  }
}
.mole-under-page .sec__case .case__item {
  position: relative;
  padding: 64px 7.8125%;
  border: 1px solid;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .mole-under-page .sec__case .case__item {
    padding: 32px 6.25vw;
  }
}
.mole-under-page .sec__case .case__item .num {
  position: absolute;
  left: 32px;
  top: 0;
  font-size: 4.8rem;
  color: var(--color-gold);
  font-style: italic;
  line-height: 1;
  translate: 0 -50%;
  padding: 0 16px;
  background: #ffffff;
}
@media (max-width: 768px) {
  .mole-under-page .sec__case .case__item .num {
    left: -8px;
    top: 0;
    font-size: 3.6rem;
    padding: 8px 16px 8px 0;
    translate: 0 -50%;
  }
}
.mole-under-page .sec__case .case__item .hd {
  width: fit-content;
  font-size: 3.2rem;
  font-weight: bold;
  margin: 0 auto 0.5em;
  padding: 0 1em;
  background: #ffffff;
  translate: 0 -50%;
}
@media (max-width: 768px) {
  .mole-under-page .sec__case .case__item .hd {
    font-size: 2.4rem;
    margin-bottom: 0.2em;
  }
}
.mole-under-page .sec__case .case__item .imgs {
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media (max-width: 768px) {
  .mole-under-page .sec__case .case__item .imgs {
    flex-direction: column;
  }
}
.mole-under-page .sec__case .case__item .imgs__item .note {
  display: block;
  font-size: 1.2rem;
  line-height: 1.5;
  margin-top: 10px;
}
.mole-under-page .sec__case .case__item .txt {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .mole-under-page .sec__case .case__item .txt {
    margin-top: 24px;
  }
}
.mole-under-page .sec__case .case__item .commonTable02 {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .mole-under-page .sec__case .case__item .commonTable02 {
    margin-top: 24px;
  }
}
.mole-under-page .sec__downtime .downtime__body {
  position: relative;
  margin-top: 56px;
  padding: 7.8125%;
  background: #ffffff;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .mole-under-page .sec__downtime .downtime__body {
    margin-top: 32px;
    padding: 6.25vw;
  }
}
.mole-under-page .sec__notice {
  margin-top: 2px;
}
.mole-under-page .sec__notice .notice__body {
  position: relative;
  margin-top: 56px;
  padding: 7.8125%;
  background: #ffffff;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .mole-under-page .sec__notice .notice__body {
    margin-top: 32px;
    padding: 6.25vw;
  }
}
.mole-under-page .sec__notice .notice__body .list .list__item {
  display: flex;
  align-items: flex-start;
  gap: 0.5em;
  padding: 1.1em 200px 1.1em 0;
  border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 768px) {
  .mole-under-page .sec__notice .notice__body .list .list__item {
    padding-right: 0;
  }
}
.mole-under-page .sec__notice .notice__body .list .list__item::before {
  content: '';
  aspect-ratio: 1 / 1;
  width: 0.4em;
  flex: 0 0 0.4em;
  margin-top: 0.6em;
  background: var(--color-gold);
  border-radius: 50%;
}
.mole-under-page .sec__notice .notice__body .list .list__item:first-child {
  padding-top: 0;
}
.mole-under-page .sec__notice .notice__body .list .list__item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.mole-under-page .sec__notice .notice__body .img {
  position: absolute;
  right: 40px;
  bottom: 0;
}
@media (max-width: 768px) {
  .mole-under-page .sec__notice .notice__body .img {
    display: none;
  }
}
.mole-under-page .sec__injection {
  margin-top: 2px;
}
.mole-under-page .sec__injection .injection__body {
  position: relative;
  margin-top: 56px;
  padding: 7.8125%;
  background: #ffffff;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .mole-under-page .sec__injection .injection__body {
    margin-top: 32px;
    padding: 6.25vw;
  }
}
.mole-under-page .sec__injection .injection__body .commonTable02 {
  margin-top: 32px;
}
@media (max-width: 768px) {
  .mole-under-page .sec__injection .injection__body .commonTable02 {
    margin-top: 16px;
  }
}
.mole-under-page .sec__faq .faq__body {
  margin-top: 64px;
}
@media (max-width: 768px) {
  .mole-under-page .sec__faq .faq__body {
    margin: 32px -6.25vw 0;
    border-top: 1px solid #e5e5e5;
  }
}
.mole-under-page .sec__faq .faq__body .faqs__item {
  padding: 32px 24px;
  border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 768px) {
  .mole-under-page .sec__faq .faq__body .faqs__item {
    padding: 20px 6.25vw;
  }
}
.mole-under-page .sec__faq .faq__body .faqs__item .q {
  display: flex;
  align-items: flex-start;
  gap: 0 16px;
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 1.6;
  cursor: pointer;
}
@media (max-width: 768px) {
  .mole-under-page .sec__faq .faq__body .faqs__item .q {
    gap: 0 8px;
    font-size: 1.6rem;
  }
}
@media (hover: hover) {
  .mole-under-page .sec__faq .faq__body .faqs__item .q:hover {
    color: var(--color-gold);
  }
}
.mole-under-page .sec__faq .faq__body .faqs__item .q::before {
  content: 'Q.';
  font-family: bebas-neue, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  color: var(--color-gold);
  line-height: 1;
  margin-top: -0.15em;
}
@media (max-width: 768px) {
  .mole-under-page .sec__faq .faq__body .faqs__item .q::before {
    font-size: 3rem;
    margin-top: -0.1em;
  }
}
.mole-under-page .sec__faq .faq__body .faqs__item .q .ico {
  position: relative;
  flex: 0 0 1.6em;
  width: 1.6em;
  aspect-ratio: 1 / 1;
  margin-left: auto;
  /* margin-top: -0.1em; */
  background: var(--color-gold);
  border-radius: 50%;
}
.mole-under-page .sec__faq .faq__body .faqs__item .q .ico::before,
.mole-under-page .sec__faq .faq__body .faqs__item .q .ico::after {
  content: '';
  position: absolute;
  inset: 0;
  width: 40%;
  height: 2px;
  margin: auto;
  background: #ffffff;
}
.mole-under-page .sec__faq .faq__body .faqs__item .q .ico::after {
  rotate: 90deg;
}
.mole-under-page .sec__faq .faq__body .faqs__item .accordion-content {
  display: grid;
  grid-template-rows: 0fr;
  transition: 0.4s;
}
.mole-under-page .sec__faq .faq__body .faqs__item.is-open .accordion-content {
  grid-template-rows: 1fr;
}
.mole-under-page .sec__faq .faq__body .faqs__item.is-open .accordion-content .a {
  margin-top: 24px;
  padding: 24px 30px;
}
@media (max-width: 768px) {
  .mole-under-page .sec__faq .faq__body .faqs__item.is-open .accordion-content .a {
    margin-top: 16px;
    padding: 20px 6.25vw;
  }
}
.mole-under-page .sec__faq .faq__body .faqs__item .a {
  padding: 0 30px;
  background: var(--color-bg);
  border-radius: 10px;
  overflow: hidden;
  transition: 0.4s;
}
@media (max-width: 768px) {
  .mole-under-page .sec__faq .faq__body .faqs__item .a {
    padding: 0 6.25vw;
  }
}

.mole-img-wrap {
  width: 50%;
  margin: 0 auto;
}

.mole-img {
  width: 100%;
}

@media (max-width: 640px) {
  .mole-img-wrap {
    width: 100%;
  }
}

.case-one-item {
  width: 411px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .case-one-item {
    width: 100%;
  }
}
.cv-contetns-wrap {
  max-width: 600px;
  margin: 0 auto;
  background: #fff;
}

.cv-contetns-wrap .cv-text {
  background: #033163;
  margin-bottom: 16px;
  padding: 16px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.cv-contetns-wrap .line-btn{
  max-width: 250px;
}

/*  追記  */
.mole-under-page .sec__comparison .hd {
  font-size: 2.4rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .mole-under-page .sec__comparison .hd {
    font-size: 2.1rem;
    padding-right: 115px;
  }
}
.mole-under-page .sec__comparison .hd span {
  font-weight: bold;
  padding-bottom: 0.3em;
  border-bottom: 1px solid;
}