@charset "UTF-8";
.homeMV {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.homeMV .bg {
  pointer-events: none;
}
.homeMV .bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.homeMV .bgL {
  background-color: var(--color-green);
}
.homeMV .bgL img {
  opacity: 0.2;
}
.homeMV .main .catch {
  font-weight: 700;
  line-height: 1.58;
}
.homeMV .main .catchSub {
  margin-top: 1em;
  font-weight: 700;
  line-height: 1.2;
}
.homeMV .main .results img {
  display: block;
  width: 100%;
}
.homeMV .main .results .ph {
  display: flex;
  gap: 1em;
}
.homeMV .main .results .ph > li {
  width: calc(33.33% - 0.66em);
}
@media print, screen and (min-width: 768px) {
  .homeMV {
    height: 50vw;
    margin-bottom: 7.5rem;
  }
  .homeMV .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .homeMV .bg::before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 12%;
    width: 13%;
    height: 55.75%;
    background-color: var(--color-green);
    opacity: 0.8;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    z-index: 5;
  }
  .homeMV .bgL, .homeMV .bgR {
    position: absolute;
    top: 0;
  }
  .homeMV .bgL {
    left: 0;
    width: 75%;
    height: 100%;
    z-index: 2;
    clip-path: polygon(0 0, 100% 0, calc(100% - 23.75vw) 100%, 0 100%);
  }
  .homeMV .bgR {
    right: 0;
    width: 46%;
    height: 85%;
    z-index: 1;
  }
  .homeMV .main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 87.5%;
    height: 100%;
    margin: 0 auto;
    color: #fff;
  }
  .homeMV .main .catch {
    font-size: 3vw;
    font-size: min(3vw, 3rem);
  }
  .homeMV .main .catchSub {
    font-size: 2vw;
    font-size: min(2vw, 2rem);
  }
  .homeMV .main .results {
    display: flex;
    align-items: center;
    gap: 2em;
    font-size: 1vw;
    font-size: min(1vw, 1rem);
    margin-top: 2.85%;
    margin-bottom: 2.85%;
  }
  .homeMV .main .results .record {
    width: 20%;
    max-width: 280px;
  }
  .homeMV .main .results .ph {
    width: 45.14%;
    max-width: 632px;
  }
}
@media screen and (min-width: 1601px) {
  .homeMV {
    height: 50rem;
  }
}
@media screen and (max-width: 767.98px) {
  .homeMV {
    margin-bottom: 4.5rem;
  }
  .homeMV .bg {
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
  }
  .homeMV .bg::before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    margin-bottom: 5%;
    width: 13%;
    height: 55.75%;
    background-color: var(--color-green);
    opacity: 0.8;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    z-index: 5;
  }
  .homeMV .bgL {
    position: relative;
    width: 80%;
    clip-path: polygon(0 0, 100% 0, calc(100% - 23.75vw) 100%, 0 100%);
    z-index: 2;
  }
  .homeMV .bgR {
    position: relative;
    width: 45%;
    margin-bottom: 10%;
    margin-left: -25%;
    clip-path: polygon(23.75vw 0, 100% 0, 100% 100%, 0 100%);
    z-index: 1;
  }
  .homeMV .main {
    width: 92%;
    margin: 4% auto 0;
    padding-bottom: 4%;
  }
  .homeMV .main .catch, .homeMV .main .catchSub {
    color: #fff;
  }
  .homeMV .main .catch {
    font-size: 5vw;
  }
  .homeMV .main .catchSub {
    font-size: 3.6vw;
  }
  .homeMV .main .results {
    display: flex;
    align-items: center;
    margin-top: 1rem;
    font-size: 2.67vw;
  }
  .homeMV .main .results .record {
    width: 30%;
  }
  .homeMV .main .results .ph {
    width: 70%;
    padding-left: 2em;
  }
}

.homeStrengthsList .point {
  position: relative;
  display: inline-block;
  line-height: 1;
  font-weight: 700;
  color: var(--color-green);
  border-top: 1px solid currentColor;
  border-left: 1px solid currentColor;
  border-right: 1px solid currentColor;
  padding: 0.25em 1em;
  margin-left: 1rem;
}
.homeStrengthsList .point::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0.5em;
  width: calc(100% - 1em);
  height: 100%;
  border-left: 1px solid currentColor;
  border-right: 1px solid currentColor;
  pointer-events: none;
}
.homeStrengthsList .title {
  padding: 1rem;
  color: var(--color-green);
  font-weight: 700;
  line-height: 1.4;
  font-size: 1.5rem;
  font-size: min(2vw,1.5rem);
  border: 1px solid currentColor;
  margin: 0;
}
.homeStrengthsList .desc {
  margin-top: 1rem;
  line-height: 1.75;
}
@media print, screen and (min-width: 768px) {
  .homeStrengthsList {
    display: flex;
    gap: 1.5rem;
  }
  .homeStrengthsList > li {
    width: calc(33.33% - 1rem);
  }
}
@media print, screen and (min-width: 992px) {
  .homeStrengthsList {
    gap: 3.25rem;
  }
  .homeStrengthsList > li {
    width: calc(33.33% - 2.16rem);
  }
  .homeStrengthsList .desc {
    margin-top: 1.875rem;
    line-height: 2;
  }
}
@media screen and (max-width: 767.98px) {
  .homeStrengthsList > li + li {
    margin-top: 2rem;
  }
  .homeStrengthsList .title {
    font-size: 1.25rem;
  }
}

.homeProductSec {
  position: relative;
  padding-top: 4.5rem;
  z-index: 1;
}
.homeProductSec::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  height: calc(100% - 3.75rem);
  background-color: var(--color-green);
  opacity: 0.08;
  z-index: -1;
}
.homeProductSec .homeProduct .text p {
  line-height: 2;
}
.homeProductSec .homeProduct .text .makerTitle {
  margin: 3rem 0 1rem;
}
@media print, screen and (min-width: 768px) {
  .homeProductSec .homeProduct {
    display: flex;
    justify-content: space-between;
  }
  .homeProductSec .homeProduct .thumb {
    width: 45.7%;
  }
  .homeProductSec .homeProduct .thumb img {
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    min-height: 400px;
  }
  .homeProductSec .homeProduct .text {
    width: 50%;
  }
  .homeProductSec .homeProduct .text .makerTitle {
    font-size: 1.25rem;
  }
  .homeProductSec .homeProduct .morePrimary {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 767.98px) {
  .homeProductSec {
    padding-top: 2.5rem;
  }
  .homeProductSec::before {
    width: 86%;
    height: calc(100% - 1.5rem);
  }
  .homeProductSec .homeProduct .thumb {
    margin-bottom: 1.5rem;
  }
  .homeProductSec .homeProduct .text p {
    line-height: 1.75;
  }
  .homeProductSec .homeProduct .text .makerTitle {
    margin: 2rem 0 0.5rem;
    font-size: 1.125rem;
  }
}

.homePlan {
  position: relative;
}
.homePlan .planWrap {
  padding-left: 4%;
  padding-right: 4%;
}
.homePlan .planList .plan {
  position: relative;
  margin-top: 2.5rem;
  padding: 2.5rem 1.5rem 1.5rem;
  text-align: center;
}
.homePlan .planList .plan:nth-of-type(odd) {
  border-top: 4px solid var(--color-green-light);
  background-color: rgba(var(--color-green-light-rgb), 0.1);
}
.homePlan .planList .plan:nth-of-type(odd) .num {
  background-color: var(--color-green-light);
}
.homePlan .planList .plan:nth-of-type(odd) .planPrice {
  border-top: 2px solid var(--color-green-light);
  border-bottom: 2px solid var(--color-green-light);
}
.homePlan .planList .plan:nth-of-type(odd) .planPrice .price {
  color: var(--color-green-light);
}
.homePlan .planList .plan:nth-of-type(odd) .planData dt {
  border: 1px solid var(--color-green-light);
}
.homePlan .planList .plan:nth-of-type(even) {
  border-top: 4px solid var(--color-green);
  background-color: rgba(var(--color-green-rgb), 0.1);
}
.homePlan .planList .plan:nth-of-type(even) .num {
  background-color: var(--color-green);
}
.homePlan .planList .plan:nth-of-type(even) .planPrice {
  border-top: 2px solid var(--color-green);
  border-bottom: 2px solid var(--color-green);
}
.homePlan .planList .plan:nth-of-type(even) .planPrice .price {
  color: var(--color-green);
}
.homePlan .planList .plan:nth-of-type(even) .planData dt {
  border: 1px solid var(--color-green);
}
.homePlan .planList .num {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  left: 1rem;
  top: 0;
  margin-top: calc(-2.5rem - 2px);
  width: 5rem;
  height: 5rem;
  color: #fff;
  font-weight: 700;
  border-radius: 50%;
  line-height: 1;
  font-size: 2.25rem;
}
.homePlan .planList .num::before {
  content: "CASE";
  font-size: 38.89%;
  margin-bottom: 0.25em;
}
.homePlan .planList .planTitle {
  margin-bottom: 0.5rem;
}
.homePlan .planList .planPrice {
  padding: 1.5rem 0 1rem;
  font-weight: 700;
}
.homePlan .planList .planPrice .sub {
  line-height: 1.2;
  margin-bottom: 1rem;
}
.homePlan .planList .planPrice .price {
  line-height: 1;
  text-shadow: 1px 1px 1px #fff;
  font-feature-settings: "palt";
}
.homePlan .planList .planPrice .price span {
  display: inline-block;
  font-size: 65%;
}
.homePlan .planList .planData {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  line-height: 1.5;
  margin-top: 1.5rem;
}
.homePlan .planList .planData dt {
  width: 6em;
  padding: 0.125em 0;
  text-align: center;
  background-color: #fff;
  border-radius: 100vh;
  font-weight: 700;
}
.homePlan .planList .planData dd {
  width: calc(100% - 6em);
  padding: 0.125em 0 0.75em 1em;
  min-width: 10em;
  text-align: left;
}
.homePlan .homePlanImgs {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 6.25rem;
  overflow: hidden;
}
.homePlan .homePlanImgs .img {
  position: relative;
  width: 67.11%;
  z-index: 1;
}
.homePlan .homePlanImgs .img::before {
  content: "";
  display: block;
  position: absolute;
  width: 50%;
  height: 0;
  padding-bottom: 50%;
  opacity: 0.08;
  z-index: -1;
}
.homePlan .homePlanImgs .img:nth-of-type(odd) {
  margin-left: auto;
  margin-right: 10.067%;
}
.homePlan .homePlanImgs .img:nth-of-type(odd)::before {
  background-color: var(--color-green-light);
  right: -15%;
  bottom: 0;
  margin-bottom: -15%;
}
.homePlan .homePlanImgs .img:nth-of-type(even) {
  margin-left: 10.067%;
}
.homePlan .homePlanImgs .img:nth-of-type(even)::before {
  left: -15%;
  top: 0;
  margin-top: -15%;
  background-color: var(--color-green);
}
@media print, screen and (min-width: 768px) {
  .homePlan .planList {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem 1.25rem;
  }
  .homePlan .planList .plan {
    width: calc(50% - 0.625rem);
  }
  .homePlan .planList .planTitle {
    font-size: 1.5rem;
    font-size: min(2.2vw,1.5rem);
  }
  .homePlan .planList .planPrice .sub {
    font-size: 1.25rem;
    font-size: min(1.8vw,1.25rem);
  }
  .homePlan .planList .planPrice .price {
    font-size: 3.375rem;
    font-size: min(4.4vw,3.375rem);
  }
}
@media print, screen and (min-width: 992px) {
  .homePlan {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .homePlan .planWrap {
    width: 60%;
    padding-right: 0;
  }
  .homePlan .planList {
    max-width: 840px;
    margin-left: auto;
  }
  .homePlan .homePlanImgs {
    width: 37.25%;
  }
}
@media screen and (max-width: 991.98px) {
  .homePlan .homePlanImgs {
    flex-direction: row-reverse;
    align-items: flex-start;
    padding: 3rem 4%;
    gap: 1rem;
    margin-top: 2rem;
  }
  .homePlan .homePlanImgs .img {
    width: 42%;
  }
  .homePlan .homePlanImgs .img:nth-of-type(odd) {
    margin-right: auto;
    margin-top: 2.5rem;
  }
  .homePlan .homePlanImgs .img:nth-of-type(even) {
    margin-left: auto;
  }
}
@media screen and (max-width: 767.98px) {
  .homePlan .planList .plan {
    padding-top: 1.75rem;
    border-top-width: 3px;
  }
  .homePlan .planList .plan + .plan {
    margin-top: 3rem;
  }
  .homePlan .planList .num {
    transform: scale(0.8);
  }
  .homePlan .planList .planTitle {
    font-size: 1.5rem;
  }
  .homePlan .planList .planPrice .sub {
    font-size: 1.25rem;
  }
  .homePlan .planList .planPrice .price {
    font-size: 3.5rem;
  }
}

.homeCase {
  position: relative;
  padding: 5rem 0;
  z-index: 1;
}
.homeCase::before {
  content: "";
  display: block;
  position: absolute;
  width: 95%;
  left: 2.5%;
  top: 0;
  height: 100%;
  background-color: var(--color-green);
  opacity: 0.08;
  z-index: -1;
}
.homeCase .caseCatch {
  margin-bottom: 1rem;
  text-align: center;
  font-weight: 700;
  font-size: 1.125rem;
  color: var(--color-green);
}
.homeCase .caseLead {
  margin-bottom: 3rem;
  text-align: center;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.5;
}
@media print, screen and (min-width: 768px) {
  .homeCase .caseIndexList {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767.98px) {
  .homeCase {
    padding: 2rem 0 2.5rem;
  }
  .homeCase::before {
    width: 100%;
    left: 0;
  }
  .homeCase .caseCatch {
    font-size: 1re;
  }
  .homeCase .caseLead {
    font-size: 1.25rem;
    margin-bottom: 2rem;
  }
}

.caseIndexList {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.caseIndexList .item, .caseIndexList .case {
  display: flex;
}
.caseIndexList .item {
  width: calc(50% - 1rem);
}
.caseIndexList .case {
  width: 100%;
  text-align: center;
  flex-direction: column;
  background-color: #fff;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.16);
  transition: background-color 0.3s ease-in-out;
}
.caseIndexList .thumb {
  position: relative;
}
.caseIndexList .thumb .img {
  display: block;
  overflow: hidden;
  aspect-ratio: 30 / 23;
}
.caseIndexList .thumb .img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease-in-out;
}
.caseIndexList .thumb .place {
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  font-weight: 700;
  font-size: 0.875rem;
  background-color: var(--color-green);
  padding: 0.25em 0.5em;
  min-width: 7em;
  text-align: center;
}
.caseIndexList .title {
  font-weight: 700;
  padding: 1.25rem 0.5rem;
}
@media print, screen and (min-width: 1280px) {
  .caseIndexList .item {
    width: calc(25% - 1.5rem);
  }
}
@media screen and (max-width: 575.98px) {
  .caseIndexList .item {
    width: 100%;
  }
}
@media (any-hover: hover) {
  .caseIndexList a.case:hover {
    background-color: rgba(var(--color-green-light-rgb), 0.08);
  }
  .caseIndexList a.case:hover .thumb img {
    transform: scale(1.08);
  }
}

/* strengths */
.strengthsList {
  position: relative;
  padding: 3.75rem 0;
}
.strengthsList::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 75%;
  height: 100%;
  background-color: rgba(var(--color-green-rgb), 0.08);
}
.strengthsList .innerMax {
  max-width: 1120px;
}
.strengthsList .item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.strengthsList .item + .item {
  border-top: 1px solid rgba(var(--color-green-rgb), 0.08);
}
.strengthsList .point {
  position: relative;
  width: 8rem;
  line-height: 1;
  font-weight: 700;
}
.strengthsList .point .p {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.25rem;
  height: 1.25rem;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #fff;
  background-color: var(--color-green-light);
  transform: skewX(-8deg);
}
.strengthsList .point .num {
  display: block;
  font-size: 4.5rem;
  opacity: 0.16;
  color: var(--color-base);
  font-family: Arial, Helvetica, sans-serif;
  font-style: italic;
}
.strengthsList .main {
  width: calc(100% - 8rem);
  padding-left: 0.5rem;
}
.strengthsList .title {
  color: var(--color-green);
  line-height: 1.35;
  margin-bottom: 0.5em;
}
.strengthsList .more {
  width: 100%;
  text-align: center;
  margin-top: 2.5rem;
}
.strengthsList .more a:not(:hover) {
  background-color: rgba(255, 255, 255, 0.75);
}
@media print, screen and (min-width: 768px) {
  .strengthsList .item + .item {
    margin-top: 3.75rem;
    padding-top: 3.75rem;
  }
  .strengthsList .title {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 992px) {
  .strengthsList .point .num {
    font-size: 5rem;
  }
  .strengthsList .title {
    font-size: 2.25rem;
  }
  .strengthsList .desc {
    font-size: 1.0625rem;
  }
}
@media screen and (max-width: 767.98px) {
  .strengthsList {
    padding: 2.5rem 0;
  }
  .strengthsList .item + .item {
    margin-top: 2.5rem;
    padding-top: 2.5rem;
  }
  .strengthsList::before {
    width: 100%;
  }
  .strengthsList .point {
    width: 5rem;
  }
  .strengthsList .point .num {
    font-size: 3rem;
  }
  .strengthsList .main {
    width: calc(100% - 5rem);
  }
  .strengthsList .more {
    margin-top: 1.75rem;
  }
}

.strengthsOther {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
}
.strengthsOther .item {
  width: calc(50% - 1.25rem);
}
.strengthsOther .name {
  font-size: 1.125rem;
  text-align: center;
  padding: 0.375em 0.5em;
  margin-bottom: 0.75rem;
  background-color: #f2f2f2;
}
.strengthsOther .desc {
  margin-top: 0.75rem;
}
@media print, screen and (min-width: 1280px) {
  .strengthsOther .item {
    width: calc(33.33% - 1.67rem);
  }
}
@media screen and (max-width: 767.98px) {
  .strengthsOther {
    gap: 2rem 1.25rem;
  }
  .strengthsOther .item {
    width: calc(50% - 0.625rem);
  }
}
@media screen and (max-width: 575.98px) {
  .strengthsOther .item {
    width: 100%;
  }
}

/* products */
.productMakerTtl {
  display: flex;
  align-items: center;
  gap: 0.5em;
  margin-bottom: 1em;
  text-align: center;
  font-size: 2rem;
  color: var(--color-green);
}
.productMakerTtl > span {
  max-width: 80%;
}
.productMakerTtl::before, .productMakerTtl::after {
  content: "";
  flex-grow: 1;
  display: block;
  height: 0;
  border-top: 0.25rem dotted var(--color-green);
  opacity: 0.5;
}
@media screen and (max-width: 767.98px) {
  .productMakerTtl {
    font-size: 1.5rem;
  }
}

.productChart {
  text-align: center;
}
.productChart .note {
  margin-top: 2rem;
  padding-left: 1em;
  text-align: left;
  text-indent: -1em;
}
.productChart .title {
  padding: 0.8em 0.5em;
  color: var(--color-green);
  border: 2px solid var(--color-green);
  background-color: rgba(var(--color-green-rgb), 0.08);
  border-radius: 0.5rem;
  font-weight: 700;
  margin-bottom: 2rem;
  line-height: 1.2;
}
.productChart .row {
  display: flex;
  -moz-column-gap: 2.8em;
       column-gap: 2.8em;
  font-weight: 700;
  line-height: 1.5;
}
.productChart .row + .row {
  margin-top: 2.8em;
}
.productChart .row .col {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 4em;
  padding: 0.5rem;
  border: 2px solid var(--color-green);
  border-radius: 0.5rem;
  color: var(--color-green);
}
.productChart .row .col._result {
  display: block;
  color: #fff;
  border: none;
  text-align: left;
  background-color: var(--color-green);
}
.productChart .row .col._down {
  border: none;
}
.productChart .row .col._down::before {
  content: "";
  display: block;
  position: absolute;
  left: -2.8em;
  bottom: 0;
  width: calc(50% + 2.8em + 1px);
  height: 50%;
  border-top: 2px solid var(--color-green);
  border-right: 2px solid var(--color-green);
}
.productChart .row.row-1 > .col {
  width: 100%;
}
.productChart .row.row-3 > .col {
  width: calc(33.33% - 1.6em);
}
.productChart .row.row-3 > .col._col2 {
  width: calc(66.67% - 0.8em);
}
.productChart .row.row-2 > .col {
  width: calc(50% - 1.4em);
}
.productChart .row .ic {
  position: absolute;
  font-style: normal;
  background-color: var(--color-green);
}
.productChart .row .ic::before {
  content: "";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 100vh;
  font-size: 77.8%;
  width: 2.857em;
  height: 1.714em;
  color: #fff;
}
.productChart .row .ic._left {
  width: calc(2.8em + 2px);
  height: 2px;
  right: 100%;
  top: calc(50% - 1px);
}
.productChart .row .ic._left::before {
  margin: 0 0 0 0.415em;
  transform: translateY(-50%);
}
.productChart .row .ic._top {
  height: calc(2.8em + 2px);
  width: 2px;
  bottom: 100%;
  left: calc(50% - 1px);
}
.productChart .row .ic._top::before {
  margin: 0.857em 0 0;
  transform: translateX(-50%);
}
.productChart .row .ic._yes::before {
  content: "YES";
  background-color: var(--color-purple);
}
.productChart .row .ic._no::before {
  content: "NO";
  background-color: var(--color-green);
}
.productChart .p-row {
  display: flex;
  align-items: flex-start;
}
.productChart .p-row > .col_left {
  width: 33.33%;
  padding-right: 1.785%;
}
.productChart .p-row > .col_right {
  width: 66.67%;
  padding-left: 1.785%;
}
.productChart .p-row .row {
  margin-top: 2.8em;
}
.productChart .type {
  font-size: 88.88%;
  margin-bottom: 0.25em;
}
.productChart .linkList > li + li {
  margin-top: 0.443em;
}
.productChart .linkList a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.375em;
  border-radius: 0.5rem;
  padding: 0.375em;
  background-color: rgba(255, 255, 255, 0.2);
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.productChart .linkList a::after {
  content: "→";
  font-size: 88.88%;
  flex-shrink: 0;
  transition: transform 0.3s ease-in-out;
}
@media (any-hover: hover) {
  .productChart .linkList a:hover {
    color: var(--color-green);
    background-color: rgba(255, 255, 255, 0.85);
  }
  .productChart .linkList a:hover::after {
    transform: translateX(0.25em);
  }
}
.productChart .linkList .sub {
  display: block;
  font-size: 65%;
}
.productChart .linkList .maker {
  display: block;
  font-size: 77.78%;
}
.productChart .linkList + .type {
  margin-top: 0.75em;
}
@media print, screen and (min-width: 992px) {
  .productChart {
    display: flex;
  }
  .productChart .lock_auto {
    width: 66.67%;
    padding-right: 1.785%;
  }
  .productChart .lock_manual {
    width: 33.33%;
    padding-left: 1.785%;
    border-left: 1px dotted var(--color-green);
  }
  .productChart .full_chart {
    width: 100%;
  }
  .productChart .title {
    font-size: 1.5rem;
    font-size: min(1.71vw,1.5rem);
  }
  .productChart .row {
    font-size: 1.125rem;
    font-size: min(1.28vw,1.125rem);
  }
}
@media screen and (max-width: 991.98px) {
  .productChart .lock_manual {
    padding-top: 2.5rem;
    margin-top: 2.5rem;
    border-top: 1px dotted var(--color-green);
  }
  .productChart .title {
    font-size: 1.375rem;
    font-size: min(4.26vw,1.375rem);
  }
  .productChart .row {
    font-size: 1rem;
    font-size: min(2.93vw, 1rem);
    line-height: 1.3;
  }
  .productChart .row > .col {
    padding: 0.375rem;
    min-height: 3.65em;
  }
}
@media screen and (max-width: 575.98px) {
  .productChart .row .linkList a::after {
    display: none;
  }
}

.productDetail .productDetailTtl {
  font-size: 1.5rem;
}
.productDetail .productDetailTtl .maker {
  display: block;
  font-size: 66.67%;
}
.productDetail .productDetailDesc {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1rem;
  line-height: 1.75;
}
.productDetail .productDetailDesc .ttl {
  font-size: 1.125rem;
  margin-bottom: 0;
}
.productDetail .ph {
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .productDetail {
    display: flex;
  }
  .productDetail .ph {
    width: 37.5%;
  }
  .productDetail .info {
    width: 62.5%;
    padding-left: 2.5rem;
  }
}
@media screen and (max-width: 767.98px) {
  .productDetail .productDetailTtl {
    font-size: 1.25rem;
  }
  .productDetail .productDetailDesc {
    margin-top: 0.75rem;
    gap: 0.75rem;
  }
  .productDetail .info {
    margin-top: 1rem;
  }
}

/* plan */
.planPrice {
  position: relative;
}
.planPrice .planList .plan {
  position: relative;
  margin-top: 2.5rem;
  padding: 2.5rem 1.5rem 1.5rem;
  text-align: center;
}
.planPrice .planList .plan:nth-of-type(odd) {
  border-top: 4px solid var(--color-green-light);
  background-color: rgba(var(--color-green-light-rgb), 0.1);
}
.planPrice .planList .plan:nth-of-type(odd) .num {
  background-color: var(--color-green-light);
}
.planPrice .planList .plan:nth-of-type(odd) .planPrice {
  border-top: 2px solid var(--color-green-light);
  border-bottom: 2px solid var(--color-green-light);
}
.planPrice .planList .plan:nth-of-type(odd) .planPrice .price {
  color: var(--color-green-light);
}
.planPrice .planList .plan:nth-of-type(odd) .planData dt {
  border: 1px solid var(--color-green-light);
}
.planPrice .planList .plan:nth-of-type(even) {
  border-top: 4px solid var(--color-green);
  background-color: rgba(var(--color-green-rgb), 0.1);
}
.planPrice .planList .plan:nth-of-type(even) .num {
  background-color: var(--color-green);
}
.planPrice .planList .plan:nth-of-type(even) .planPrice {
  border-top: 2px solid var(--color-green);
  border-bottom: 2px solid var(--color-green);
}
.planPrice .planList .plan:nth-of-type(even) .planPrice .price {
  color: var(--color-green);
}
.planPrice .planList .plan:nth-of-type(even) .planData dt {
  border: 1px solid var(--color-green);
}
.planPrice .planList .num {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  left: 1rem;
  top: 0;
  margin-top: calc(-2.5rem - 2px);
  width: 5rem;
  height: 5rem;
  color: #fff;
  font-weight: 700;
  border-radius: 50%;
  line-height: 1;
  font-size: 2.25rem;
}
.planPrice .planList .num::before {
  content: "CASE";
  font-size: 38.89%;
  margin-bottom: 0.25em;
}
.planPrice .planList .planTitle {
  margin-bottom: 0.5rem;
}
.planPrice .planList .planPrice {
  padding: 1.5rem 0 1rem;
  font-weight: 700;
}
.planPrice .planList .planPrice .sub {
  line-height: 1.2;
  margin-bottom: 1rem;
}
.planPrice .planList .planPrice .price {
  line-height: 1;
  text-shadow: 1px 1px 1px #fff;
  font-feature-settings: "palt";
}
.planPrice .planList .planPrice .price span {
  display: inline-block;
  font-size: 65%;
}
.planPrice .planList .planData {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  line-height: 1.5;
  margin-top: 1.5rem;
}
.planPrice .planList .planData dt {
  width: 6em;
  padding: 0.125em 0;
  text-align: center;
  background-color: #fff;
  border-radius: 100vh;
  font-weight: 700;
}
.planPrice .planList .planData dd {
  width: calc(100% - 6em);
  padding: 0.125em 0 0.75em 1em;
  min-width: 10em;
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  .planPrice .planList {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem 1.25rem;
  }
  .planPrice .planList .plan {
    width: calc(50% - 0.625rem);
  }
  .planPrice .planList .planTitle {
    font-size: 1.5rem;
    font-size: min(2.2vw,1.5rem);
  }
  .planPrice .planList .planPrice .sub {
    font-size: 1.25rem;
    font-size: min(1.8vw,1.25rem);
  }
  .planPrice .planList .planPrice .price {
    font-size: 3.375rem;
    font-size: min(4.4vw,3.375rem);
  }
}
@media print, screen and (min-width: 992px) {
  .planPrice .planList .plan {
    width: calc(33.33% - 0.834rem);
  }
}
@media screen and (max-width: 767.98px) {
  .planPrice .planList .plan {
    padding-top: 1.75rem;
    border-top-width: 3px;
  }
  .planPrice .planList .plan + .plan {
    margin-top: 3rem;
  }
  .planPrice .planList .num {
    transform: scale(0.8);
  }
  .planPrice .planList .planTitle {
    font-size: 1.5rem;
  }
  .planPrice .planList .planPrice .sub {
    font-size: 1.25rem;
  }
  .planPrice .planList .planPrice .price {
    font-size: 3.5rem;
  }
}

/* case */
.caseDetailHeading {
  margin-bottom: 2.5rem;
}
.caseDetailHeading .place {
  text-align: right;
  margin-bottom: 1rem;
}
.caseDetailHeading .place > span {
  display: inline-block;
  padding: 0.25em 1em;
  color: #fff;
  font-weight: 700;
  background-color: var(--color-green);
}
.caseDetailHeading .title {
  padding-bottom: 0.5em;
  font-size: 2.25rem;
  line-height: 1.3;
  color: var(--color-green);
}
@media screen and (max-width: 767.98px) {
  .caseDetailHeading {
    margin-bottom: 1.5rem;
  }
  .caseDetailHeading .place {
    font-size: 0.9375rem;
  }
  .caseDetailHeading .title {
    font-size: 1.625rem;
  }
}

.caseDetailInfo {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
}
.caseDetailInfo .thumb img {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
}
.caseDetailInfo .list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.caseDetailInfo .list dt, .caseDetailInfo .list dd {
  border-bottom: 1px solid var(--color-green);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.caseDetailInfo .list dt {
  padding-left: 0.5em;
  padding-right: 0.5em;
  background-color: rgba(var(--color-green-rgb), 0.08);
}
@media print, screen and (min-width: 768px) {
  .caseDetailInfo .thumb {
    width: calc(50% - 1.25rem);
  }
  .caseDetailInfo .text {
    width: calc(50% - 1.25rem);
  }
  .caseDetailInfo .list dt {
    width: 10em;
  }
  .caseDetailInfo .list dd {
    width: calc(100% - 10em);
    padding-left: 1rem;
  }
}
@media print, screen and (min-width: 1280px) {
  .caseDetailInfo .list {
    border-top: 1px solid var(--color-green);
  }
  .caseDetailInfo .list dd {
    width: calc(50% - 10em);
    padding-left: 1rem;
  }
}
@media screen and (max-width: 1279.98px) {
  .caseDetailInfo .list dd:last-of-type, .caseDetailInfo .list dt:last-of-type {
    border-bottom: none;
  }
}
@media screen and (max-width: 767.98px) {
  .caseDetailInfo {
    gap: 1rem;
  }
  .caseDetailInfo .thumb, .caseDetailInfo .text {
    width: 100%;
  }
  .caseDetailInfo .list dt, .caseDetailInfo .list dd {
    width: 100%;
  }
  .caseDetailInfo .list dd {
    padding-left: 1.5em;
  }
}

.caseDetailGallery {
  margin-top: 7.5rem;
}
.caseDetailGallery .caseDetailBA {
  display: flex;
  flex-wrap: wrap;
}
.caseDetailGallery .caseDetailBA .item {
  display: flex;
  flex-direction: column;
}
.caseDetailGallery .caseDetailBA .galleryTitle {
  padding: 0.25em 0.5em;
  text-align: center;
  font-size: 1rem;
  margin-bottom: 0.5rem;
  background-color: #f2f2f2;
}
.caseDetailGallery .caseDetailBA .single {
  overflow: hidden;
}
.caseDetailGallery .caseDetailBA .single .ph {
  position: relative;
  overflow: hidden;
}
.caseDetailGallery .caseDetailBA .single .ph img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 2 / 1;
  transition: transform 0.3s ease-in-out;
}
@media (any-hover: hover) {
  .caseDetailGallery .caseDetailBA .single a.ph:hover img {
    transform: scale(1.08);
  }
}
.caseDetailGallery .caseDetailBA .beforeafter {
  display: flex;
}
.caseDetailGallery .caseDetailBA .beforeafter > * {
  width: 50%;
}
.caseDetailGallery .caseDetailBA .beforeafter .ph {
  position: relative;
  overflow: hidden;
}
.caseDetailGallery .caseDetailBA .beforeafter .ph img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1 / 1;
  transition: transform 0.3s ease-in-out;
}
.caseDetailGallery .caseDetailBA .beforeafter .ph:nth-of-type(odd)::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  border-left: 1px dashed #fff;
  z-index: 5;
}
.caseDetailGallery .caseDetailBA .beforeafter .ph::before {
  position: absolute;
  width: 5.5em;
  bottom: 0.5em;
  font-size: 0.75rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  z-index: 3;
}
.caseDetailGallery .caseDetailBA .beforeafter .ph:nth-of-type(odd)::before {
  content: "BEFORE";
  left: 0;
  background-color: rgba(var(--color-green-rgb), 0.9);
  text-shadow: 1px 1px 0 var(--color-green);
}
.caseDetailGallery .caseDetailBA .beforeafter .ph:nth-of-type(even)::before {
  content: "AFTER";
  right: 0;
  background-color: rgba(var(--color-purple-rgb), 0.9);
  text-shadow: 1px 1px 0 var(--color-purple);
}
@media (any-hover: hover) {
  .caseDetailGallery .caseDetailBA .beforeafter a.ph:hover img {
    transform: scale(1.08);
  }
}
@media screen and (min-width: 576px) {
  .caseDetailGallery .caseDetailBA {
    gap: 2rem 1rem;
  }
  .caseDetailGallery .caseDetailBA .item {
    width: calc(50% - 0.5rem);
  }
}
@media print, screen and (min-width: 768px) {
  .caseDetailGallery .caseDetailBA {
    gap: 2rem 1.5rem;
  }
  .caseDetailGallery .caseDetailBA .item {
    width: calc(50% - 0.75rem);
  }
}
@media print, screen and (min-width: 992px) {
  .caseDetailGallery .caseDetailBA .item {
    width: calc(33.33% - 1rem);
  }
}
@media screen and (max-width: 767.98px) {
  .caseDetailGallery {
    margin-top: 3.5rem;
  }
}
@media screen and (max-width: 575.98px) {
  .caseDetailGallery .caseDetailBA {
    gap: 1.5rem;
  }
  .caseDetailGallery .caseDetailBA .item {
    width: 100%;
  }
}

.caseGalleryPh .caseGalleryPhTtl {
  font-size: 1.125rem;
  margin-bottom: 0.5em;
}
.caseGalleryPh .ph img {
  display: block;
  width: 100%;
  max-width: none;
}
@media screen and (max-width: 767.98px) {
  .caseGalleryPh .caseGalleryPhTtl {
    font-size: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.caseDetailPDF {
  margin-top: 5rem;
  text-align: right;
}
.caseDetailPDF .btn_secondary {
  font-size: 1.125rem;
}
@media screen and (max-width: 767.98px) {
  .caseDetailPDF {
    margin-top: 3.5rem;
    text-align: center;
  }
}

.backLink {
  margin-top: 4.5rem;
  padding-top: 4.5rem;
  border-top: 2px solid #f2f2f2;
  text-align: center;
}
.backLink .btn_secondary {
  font-size: 1.125rem;
}
@media screen and (max-width: 767.98px) {
  .backLink {
    margin-top: 2.5rem;
    padding-top: 2.5rem;
  }
}

/* supoprt */
.supoprtStepList {
  counter-reset: steplist;
}
.supoprtStepList .item {
  position: relative;
  counter-increment: steplist;
}
.supoprtStepList .item:not(:last-child) {
  padding-bottom: 3rem;
}
.supoprtStepList .item:not(:last-child)::before {
  content: "";
  display: block;
  position: absolute;
  left: calc(2.5rem - 1px);
  top: 5rem;
  width: 2px;
  height: calc(100% - 5rem);
  background-color: var(--color-green);
  opacity: 0.32;
  z-index: -1;
}
.supoprtStepList .item .step {
  position: relative;
  width: 5rem;
  height: 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-weight: 700;
  flex-shrink: 0;
  color: var(--color-green);
  background: rgba(var(--color-green-light-rgb), 0.08);
  background: linear-gradient(-45deg, rgba(157, 224, 27, 0) 10%, rgba(157, 224, 27, 0.32) 10%, rgba(157, 224, 27, 0.16) 90%, rgba(157, 224, 27, 0) 90%);
}
.supoprtStepList .item .step::before {
  content: "STEP";
}
.supoprtStepList .item .step::after {
  content: counter(steplist, decimal-leading-zero);
  font-size: 2.5rem;
  font-family: Arial, Helvetica, sans-serif;
}
.supoprtStepList .heading {
  display: flex;
}
.supoprtStepList .title {
  display: flex;
  justify-content: center;
  flex-direction: column;
  font-size: 1.75rem;
  color: var(--color-green);
  line-height: 1.2;
  padding-left: 1.5rem;
}
.supoprtStepList .cont {
  padding-top: 0.5rem;
  padding-left: 6.5rem;
}
.supoprtStepList .ph {
  background-color: #f2f2f2;
}
.supoprtStepList .ph .img img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16 / 9;
}
.supoprtStepList .ph .printImg img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 16 / 9;
}
.supoprtStepList .links {
  text-align: center;
}
.supoprtStepList .links a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: var(--color-green);
  border: 2px solid var(--color-green);
  padding: 0.5rem;
  font-size: 1.25rem;
  font-weight: 700;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  line-height: 1.2;
}
@media (any-hover: hover) {
  .supoprtStepList .links a:hover {
    color: #fff;
    background-color: var(--color-green);
  }
  .supoprtStepList .links a:hover .tel::before {
    background-image: url("../img/common/ico_tel_w.svg");
  }
  .supoprtStepList .links a:hover.mailLink > span::before {
    background-image: url("../img/common/ico_mail_w.svg");
  }
}
.supoprtStepList .links .tel {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 2rem;
}
.supoprtStepList .links .tel::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 1.2em;
  height: 1.2em;
  background: url("../img/common/ico_tel.svg") no-repeat center center;
  background-size: 100% auto;
  transition: background 0.3s ease-in-out;
}
.supoprtStepList .links .time {
  margin-top: 0.25rem;
  font-size: 1rem;
}
.supoprtStepList .links .time > span:first-child {
  display: inline-block;
  margin-right: 0.5em;
  padding: 0.25rem 0.5em;
  border-radius: 0.25rem;
  font-size: 85%;
  background-color: rgba(var(--color-green-light-rgb), 0.5);
}
.supoprtStepList .links .mailLink > span {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.supoprtStepList .links .mailLink > span::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 1.5em;
  height: 1.5em;
  background: url("../img/common/ico_mail.svg") no-repeat center center;
  background-size: 100% auto;
  transition: background 0.3s ease-in-out;
}
@media print, screen and (min-width: 768px) {
  .supoprtStepList .cont._row {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .supoprtStepList .cont._row .ph {
    width: 42%;
  }
  .supoprtStepList .cont._row .desc {
    width: 54%;
  }
  .supoprtStepList .links {
    display: flex;
    margin-top: 1.5rem;
    gap: 1rem;
  }
  .supoprtStepList .links > li {
    display: flex;
    width: calc(50% - 0.5rem);
  }
}
@media screen and (max-width: 767.98px) {
  .supoprtStepList .item:not(:last-child) {
    padding-bottom: 2rem;
  }
  .supoprtStepList .item:not(:last-child)::before {
    left: calc(1.875rem - 1px);
    top: 3.75rem;
    height: calc(100% - 3.75rem);
  }
  .supoprtStepList .item .step {
    width: 3.75rem;
    height: 3.75rem;
  }
  .supoprtStepList .item .step::before {
    font-size: 0.875rem;
  }
  .supoprtStepList .item .step::after {
    font-size: 2rem;
  }
  .supoprtStepList .cont {
    padding-left: 5rem;
  }
  .supoprtStepList .title {
    font-size: 1.375rem;
    padding-left: 1.25rem;
  }
  .supoprtStepList .ph {
    margin-bottom: 1rem;
  }
  .supoprtStepList .links {
    margin-top: 1rem;
  }
  .supoprtStepList .links > li + li {
    margin-top: 0.5rem;
  }
  .supoprtStepList .links a {
    min-height: 5rem;
  }
}

.pointBox {
  padding: 2.5rem;
  border-radius: 0.25rem;
  box-shadow: 0 0 1rem rgba(var(--color-green-rgb), 0.08);
}
.pointBox .title {
  display: flex;
  gap: 0.5em;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 1.4;
  color: var(--color-green);
  border-bottom: 1px solid var(--color-green);
}
.pointBox .title > i {
  position: relative;
  display: block;
  width: 1em;
  height: 1em;
}
.pointBox .title > i::before, .pointBox .title > i::after {
  content: "";
  display: block;
  position: absolute;
  background-color: currentColor;
  width: 0.4em;
  height: 1em;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  transform-origin: left top;
  margin-top: -0.2em;
}
.pointBox .title > i::before {
  left: 0;
  top: 0.6em;
  transform: rotate(-60deg);
}
.pointBox .title > i::after {
  right: 0;
  top: 0;
  transform: rotate(-30deg);
}
@media screen and (max-width: 767.98px) {
  .pointBox {
    padding: 1.5rem;
  }
  .pointBox .title {
    font-size: 1.25rem;
  }
}

.faqList dd, .faqList dt {
  position: relative;
  padding-left: 2rem;
}
.faqList dd::before, .faqList dt::before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.75rem;
  line-height: 1;
}
.faqList dt {
  color: var(--color-green);
  font-weight: 700;
  font-size: 1.125rem;
  margin-bottom: 1rem;
}
.faqList dt::before {
  content: "Q";
}
.faqList dt:nth-child(n+2) {
  margin-top: 4rem;
}
.faqList dt:nth-child(n+2)::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  bottom: calc(100% + 2rem);
  background-color: #eee;
}
.faqList dd {
  margin-left: 2rem;
  line-height: 1.75;
}
.faqList dd::before {
  content: "A";
  font-weight: 700;
  color: var(--color-green-light);
}

/* company */
.companyMessage {
  margin-bottom: 7.5rem;
}
.companyMessage .companyMessagePH img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.companyMessage .title {
  margin-bottom: 0.35em;
  font-size: 2.625rem;
  font-weight: 700;
}
.companyMessage .message {
  line-height: 2;
}
.companyMessage .name {
  text-align: right;
  font-weight: 700;
  margin-top: 3rem;
}
@media print, screen and (min-width: 992px) {
  .companyMessage {
    display: flex;
  }
  .companyMessage .companyMessagePH,
  .companyMessage .companyMessageText {
    width: 50%;
  }
  .companyMessage .companyMessageText {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    max-width: calc(700px + 2.5rem);
  }
}
@media screen and (max-width: 991.98px) {
  .companyMessage .companyMessagePH {
    aspect-ratio: 9 / 5;
    padding-right: 8%;
  }
  .companyMessage .companyMessagePH img {
    -o-object-position: center top;
       object-position: center top;
  }
  .companyMessage .companyMessageText {
    width: 92%;
    margin: 1rem auto 0;
  }
}
@media screen and (max-width: 767.98px) {
  .companyMessage {
    margin-bottom: 4.5rem;
  }
  .companyMessage .title {
    font-size: 1.625rem;
  }
  .companyMessage .message {
    line-height: 1.75;
  }
}

.companyPhilosophy {
  text-align: center;
  font-weight: 700;
  font-size: 2.625rem;
  color: var(--color-green);
  line-height: 1.75;
}
@media screen and (max-width: 767.98px) {
  .companyPhilosophy {
    font-size: 1.625rem;
    line-height: 1.4;
  }
}

.companyOutline {
  line-height: 1.75;
}
.companyOutline dt {
  font-weight: 700;
}
.companyOutline .accessMap {
  margin-top: 1.5rem;
}
.companyOutline .accessMap .mapTitle {
  font-size: 1rem;
  margin-bottom: 0.675rem;
}
.companyOutline .accessMap .map iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 87 / 42;
}
@media print, screen and (min-width: 768px) {
  .companyOutline {
    display: flex;
    flex-wrap: wrap;
  }
  .companyOutline dt,
  .companyOutline dd {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .companyOutline dt:nth-of-type(n+2),
  .companyOutline dd:nth-of-type(n+2) {
    border-top: 1px solid #ddd;
  }
  .companyOutline dt {
    width: 20%;
    min-width: 8em;
    text-align: right;
  }
  .companyOutline dd {
    width: 80%;
    max-width: calc(100% - 8em);
    padding-left: 2rem;
    flex-grow: 1;
  }
}
@media screen and (max-width: 767.98px) {
  .companyOutline dt {
    font-size: 1.0625rem;
  }
  .companyOutline dt:nth-of-type(n+2) {
    padding-top: 1rem;
    margin-top: 1rem;
    border-top: 1px solid #ddd;
  }
}

/* news */
.newsIndexList {
  line-height: 1.75;
}
.newsIndexList .item + .item {
  border-top: 1px solid #ddd;
}
.newsIndexList .news {
  display: block;
  padding: 1rem;
}
.newsIndexList .news .date {
  font-size: 0.875rem;
  font-weight: 700;
  color: #666;
}
@media (any-hover: hover) {
  .newsIndexList a.news:hover .title {
    transition: color 0.3s ease;
    text-decoration: underline;
    color: var(--color-green);
  }
}
@media print, screen and (min-width: 768px) {
  .newsIndexList .news {
    display: flex;
    gap: 2rem;
  }
  .newsIndexList .news .date {
    flex-shrink: 0;
    padding-top: 0.125em;
  }
}

.newsDetailHeading {
  margin-bottom: 2.5rem;
}
.newsDetailHeading .date {
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.newsDetailHeading .title {
  font-size: 2.25rem;
  line-height: 1.3;
  color: var(--color-green);
}
@media screen and (max-width: 767.98px) {
  .newsDetailHeading {
    margin-bottom: 1.5rem;
  }
  .newsDetailHeading .title {
    font-size: 1.625rem;
  }
}

/* guide */
.guideIndexList {
  display: flex;
  flex-wrap: wrap;
}
.guideIndexList .item, .guideIndexList .guide {
  display: flex;
}
.guideIndexList .guide {
  flex-direction: column;
  padding: 0.5rem;
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.08);
  transition: background-color 0.3s ease-in-out;
}
.guideIndexList .guide .thumb {
  overflow: hidden;
}
.guideIndexList .guide .thumb img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16 / 9;
  transition: transform 0.3s ease-in-out;
}
.guideIndexList .guide .title {
  padding: 0.5rem;
  font-weight: 700;
  font-size: 1.125rem;
}
.guideIndexList .guide .desc {
  margin-top: auto;
  padding: 0 0.5rem 0.5rem;
}
@media (any-hover: hover) {
  .guideIndexList a.guide:hover {
    background-color: rgba(var(--color-green-light-rgb), 0.08);
  }
  .guideIndexList a.guide:hover .thumb img {
    transform: scale(1.08);
  }
}
@media screen and (min-width: 576px) {
  .guideIndexList .item {
    width: calc(50% - 0.5rem);
  }
}
@media print, screen and (min-width: 768px) {
  .guideIndexList {
    gap: 2.5rem 1.5rem;
  }
  .guideIndexList .item {
    width: calc(50% - 0.75rem);
  }
}
@media print, screen and (min-width: 992px) {
  .guideIndexList {
    gap: 2.5rem 2rem;
  }
  .guideIndexList .item {
    width: calc(33.33% - 1.34rem);
  }
}
@media screen and (max-width: 767.98px) {
  .guideIndexList {
    gap: 2rem 1rem;
  }
}
@media screen and (max-width: 575.98px) {
  .guideIndexList .item {
    width: 100%;
  }
}

.guideDetailHeading {
  margin-bottom: 2.5rem;
}
.guideDetailHeading .title {
  font-size: 2.25rem;
  line-height: 1.3;
  color: var(--color-green);
}
@media screen and (max-width: 767.98px) {
  .guideDetailHeading {
    margin-bottom: 1.5rem;
  }
  .guideDetailHeading .title {
    font-size: 1.625rem;
  }
}

/* inquiry */
.inquiryForm {
  max-width: 960px;
}

.formArea input[type=text],
.formArea input[type=tel],
.formArea input[type=email],
.formArea input[type=number],
.formArea textarea {
  padding: 0.625em;
  font-size: 16px;
  font-family: var(--font-family);
  border: 1px solid #707070;
  width: 100%;
  border-radius: 4px;
}
.formArea input[type=submit] {
  width: 12rem;
  max-width: 100%;
  color: #fff;
  font-weight: 700;
  font-size: 1.25rem;
  padding: 1rem;
  background-color: var(--color-green);
  transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
@media (any-hover: hover) {
  .formArea input[type=submit]:hover {
    background-color: var(--color-green-light);
    box-shadow: 0 0 1rem rgba(var(--color-green-rgb), 0.16);
  }
}
.formArea .item {
  margin-bottom: 2rem;
}
.formArea .item .label {
  display: flex;
  align-items: center;
  font-weight: 700;
  gap: 1rem;
}
.formArea .item .label .req {
  font-size: 75%;
  color: #fff;
  background-color: var(--color-purple);
  padding: 0.25em 0.5em;
  border-radius: 4px;
}
.formArea .submit {
  text-align: center;
  padding-top: 1rem;
}
.formArea .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 106.25%;
}
.formArea .wpcf7-radio label {
  display: inline-flex;
  padding: 0.375rem 0.75rem;
  border-radius: 0.375rem;
  background-color: rgba(0, 0, 0, 0.08);
  align-items: center;
  gap: 0.5em;
  cursor: pointer;
}
.formArea .wpcf7-turnstile {
  text-align: center;
}
.formArea .wpcf7-submit.has-spinner {
  margin-left: 72px;
}
@media print, screen and (min-width: 768px) {
  .formArea .item {
    display: flex;
    align-items: flex-start;
  }
  .formArea .item .label {
    width: 12rem;
    flex-shrink: 0;
    padding-top: 0.75rem;
  }
  .formArea .item .input {
    padding-left: 1rem;
    width: calc(100% - 12rem);
  }
}
@media screen and (max-width: 767.98px) {
  .formArea {
    gap: 1.25rem;
  }
  .formArea .label {
    margin-bottom: 0.25rem;
  }
}