/* 
----------------------------------------- */
.text-image-row-ttl {
  font-size: min(3.3vw, 38px);
  font-weight: bold;
  margin-bottom: 24px;
  color: var(--main-color);
}

.is-child .text-image-row-ttl {
  text-align: center;
  line-height: 1.2;
}

.text-image-row-ttl2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 24px;
}



.text-image-row-ttl span {
  font-size: 24px;
}

@media screen and (max-width: 767px) {
  .text-image-row-ttl {
    font-size: min(6vw, 24px);
    margin-bottom: 16px;
  }

  .text-image-row-ttl2 {
    font-size: 20px;
    margin-bottom: 16px;
  }

  .text-image-row-ttl span {
    font-size: 18px;
  }
}

.text-image-row-ttl-icon {
  max-width: 100px;
  margin: auto;
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  .text-image-row-ttl-icon {
    max-width: 80px;
  }

}



.text-image-row {
  display: flex;
  gap: 64px;
}

.text-image-row.is-child {
  gap: 40px;
}

.text-image-row.-mt {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .text-image-row.-mt {
    margin-top: 40px;
  }
}

.text-image-row .text {
  flex: 1.05;
  line-height: 2;
}

.text-image-row .image {
  flex: 1.01;
}

.text-image-row .image {
  max-width: 400px;
  width: 100%;
}

.home .text-image-row .image {
  max-width: 500px;
}

.text-image-row.is-child .image {
  max-width: 500px;
}

@media screen and (max-width: 767px) {
  .text-image-row .image {
    max-width: 200px;
    margin: auto;
  }

  .home .text-image-row .image {
    max-width: 100%;
  }
}

.text-image-row.reverse {
  flex-direction: row-reverse;
}

.text {
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 767px) {
  .text-image-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .text-image-row.reverse {
    flex-direction: column;
  }

  .text {
    display: contents;
  }

  .text-top {
    order: 1;
  }

  .image {
    order: 2;
  }

  .text-bottom {
    order: 3;
    margin: auto;
  }
}

/* 
----------------------------------------- */
.nayami-bg {
  background: #eee;
  padding-top: 64px;
}

@media screen and (max-width: 767px) {
  .nayami-bg {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.nayami-ttl {
  text-align: center;
}

.nayami-ttl span {
  border-bottom: dotted 4px var(--text-color);
  padding-bottom: 5px;
  display: inline-block;
}

.nayami-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 40px;
}

.nayami-listitem {
  width: calc((100% - 80px)/ 3);
}

.nayami-list-img {
  max-width: 160px;
  margin: auto;
}

.nayami-listitem .nayami-listitem-content {
  background: #fff;
  border-radius: 8px;
  padding: 1em .5em;
  margin-bottom: 2em;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  width: 100%;
  min-height: 94px;
}

.nayami-listitem .nayami-listitem-content::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #fff transparent transparent;
  translate: -50% 100%;
}

@media screen and (max-width: 767px) {
  .nayami-listitem .nayami-listitem-content::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    bottom: unset;
    left: unset;
    border-style: solid;
    border-width: 6px 0 6px 6px;
    border-color: transparent transparent transparent #fff;
    translate: 100% -50%;
  }

  .nayami-listitem.-left .nayami-listitem-content::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: unset;
    border-style: solid;
    border-width: 6px 6px 6px 0;
    border-color: transparent #fff transparent transparent;
    translate: -100% -50%;
  }

  .nayami-listitem {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
  }

  .nayami-listitem .nayami-listitem-content {
    width: 75%;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    padding: 16px;
    min-height: unset;
  }

  .nayami-list-img {
    width: 18%;
  }

  .nayami-list-img.-left {
    order: 0;
  }

  .nayami-listitem.-left p {
    order: 1;
  }
}


.type-b {
  padding-bottom: 64px;
}

@media screen and (max-width: 767px) {
  .type-b {
    padding-bottom: 0;
  }
}


.type-b .nayami-listitem .nayami-listitem-content::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  bottom: unset;
  left: unset;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #fff;
  translate: 100% -50%;
}

.type-b .nayami-listitem.-left .nayami-listitem-content::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: unset;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #fff transparent transparent;
  translate: -100% -50%;
}

@media screen and (max-width: 767px) {
  .type-b .nayami-listitem .nayami-listitem-content::after {
    content: "";
    top: 40px;
    border-width: 6px 0 6px 6px;
  }

  .type-b .nayami-listitem.-left .nayami-listitem-content::after {
    border-width: 6px 6px 6px 0;
    top: 40px;
  }
}

.type-b .nayami-listitem {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
  flex-wrap: unset;
  width: 100%;
}

.type-b .nayami-listitem-content {
  width: 75%;
  margin: 0;
  background: #fff;
  text-align: left;
  padding: 24px;
  min-height: unset;
  display: unset;
}

@media screen and (max-width: 767px) {

  .type-b .nayami-listitem {
    align-items: flex-start;
  }

  .type-b .nayami-listitem-content {
    font-size: 14px;
    padding: 16px;
  }

  .type-b .nayami-listitem-content h3 {
    font-size: 16px;
  }
}

.type-b .nayami-list-img {
  max-width: 100px;
  margin: unset;
}

.type-b .nayami-list-img.-left {
  order: 0;
}

.type-b .nayami-listitem.-left .nayami-listitem-content {
  order: 1;
}


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



.voice-row {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
  background: #FAFAFA;
  border-radius: 10px;
  padding: 32px;
}

.voice-row:last-child {
  margin-bottom: 0;
}


@media screen and (max-width: 767px) {
  .voice-row {
    flex-direction: column;
    gap: 0;
    padding: 24px;
  }
}

.voice-industry {
  color: var(--main-color);
}

.voice-ttl {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 16px;
}

.voice-img {
  max-width: 120px;
}

@media screen and (max-width: 767px) {

  .voice-industry {
    font-size: 13px;
    text-align: center;
  }

  .voice-ttl {
    font-size: 16px;
  }

  .voice-img {
    order: 0;
    max-width: 80px;
    margin: auto;
    margin-bottom: 1em;
  }

  .voice-content {
    width: 100%;
    order: 1;
  }
}

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

.solution .feature-solution-ttl {
  color: var(--main-color);
}

.solution .sec-ttl {
  color: var(--main-color);
}

.solution-subttl {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .solution .sec-ttl {
            font-size: min(6vw, 24px);
  }

  .solution-subttl {
            font-size: min(5vw, 20px);
  }
}

.solution-subttl span {
  border-bottom: dotted 4px var(--text-color);
  padding-bottom: 5px;
  display: inline-block;
  padding: 0 .5em;

}



.solution-row {
  display: flex;
  gap: 45px;
  margin-top: 64px;
}

@media screen and (max-width: 767px) {
  .solution-row {
    gap: 14px;
    margin-top: 40px;
  }
}

.solution-row.is-reverse {
  flex-direction: row-reverse;
}





.solution-content {
  background: #EEEEEE;
  border-radius: 10px;
  padding: 30px;
  position: relative;
}

.solution-row .solution-content::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  bottom: unset;
  left: unset;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #EEEEEE;
  translate: 100% -50%;
}

.solution-row.is-reverse .solution-content::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: unset;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #eee transparent transparent;
  translate: -100% -50%;
}

@media screen and (max-width: 767px) {
  .solution-row .solution-content::after {
    top: 36px;
    border-width: 6px 0 6px 6px;
  }

  .solution-row.is-reverse .solution-content::after {
    top: 36px;
    border-width: 6px 6px 6px 0;
  }
}


.solution-ttl {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}

.solution-img {
  max-width: 160px;

}

@media screen and (max-width: 767px) {

  .solution-ttl {
    font-size: 16px;
  }

  .solution-img {
    max-width: 64px;
  }

  .solution-content {
    padding: 16px;
    font-size: 14px;
  }
}


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

.card-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}


@media screen and (min-width: 768px) {
  .card-list {
    gap: 30px;
  }

  .card-list.is-3col {
    grid-template-columns: repeat(3, 1fr);
  }

  .card-list.is-2col {
    grid-template-columns: repeat(2, 1fr);
  }
}


.card {
  border-radius: 12px;
  padding: 24px;
}


.card-type-a {
  background: #fff;
  border: 2px solid var(--accent-color);
  border-radius: 10px;
  position: relative;
}

.card-type-a-ttl {
  background: var(--accent-color);
  color: #fff;
  padding: 20px 5px;
  text-align: center;
}

.card-type-a-text {
  padding: 1em;
}

@media screen and (max-width: 767px) {
  .card-type-a-text {
    font-size: 14px;
  }
}

.card-subttl {
  color: var(--accent-color);
  margin-top: 20px;
  font-weight: bold;
}

.card-recommend {
  margin-top: 8px;
  list-style: disc;
  padding-left: 20px;
}

.card-note {
  font-size: 14px;
  margin-top: 1em;
  position: absolute;
  top: 100%;
  left: 0;
}

.card-type-b {
  background: #fafafa;
  box-shadow: var(--box-shadow);
  text-align: center;
}

.card-type-b-ttl {
  color: var(--main-color);
  margin-bottom: 16px;
  line-height: 1.4;
}

.card-type-b-ttl span {
  font-size: 16px;
}

.card-type-b-text {
  text-align: left;
}

.card-type-b img {
  max-width: 100px;
  margin: auto;
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  .card-type-b img {
    max-width: 80px;
  }

}

.consulting-sec-ttl {
  font-size: 24px;
  line-height: 1.2;
}

.consulting-sec-lead {
  font-size: 16px;
  line-height: 1.6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.rate {
  display: inline-block;
  width: 24px;
  height: 24px;
  font-size: 24px;
  line-height: 1;
  margin-left: 24px;
  margin-right: 2px;
}


@media screen and (max-width: 767px) {
  .consulting-sec-ttl {
    font-size: 18px;
  }

  .consulting-sec-lead {
    font-size: 14px;
    display: unset;
  }

  .rate {
    width: 18px;
    height: 18px;
    font-size: 18px;
    margin-left: 12px;
  }

  .consulting-card.sec-p {
    padding-bottom: 80px;
  }
}


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

.sec-head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}

@media (max-width: 767px) {
  .sec-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 16px;
  }
}

.target-list {
  background: var(--bg-color06);
  color: var(--main-color);
  padding: 24px;
}



.target-item-text {
  margin-bottom: .5em;
}

.target-item-note {
  font-size: 14px;
  color: #222;
  margin-bottom: .5em;
}

.target-item-table-wrap {
  overflow-x: auto;
  white-space: nowrap;
  margin-top: 16px;
  margin-bottom: 8px;
}

.target-item-table {
  border-collapse: collapse;
  width: 600px;
  font-size: 14px;
  color: var(--text-color);
  border: solid 1px #707070;
}


.target-item-table th:first-child {
  border-left: none;
}

.target-item-table th {
  padding: 5px 1em;
  background: #707070;
  vertical-align: middle;
  border-left: solid 1px #fff;
  color: #fff;
  text-align: center;
  font-weight: 500;
}

.target-item-table td {
  padding: 5px 1em;
  border-left: solid 1px #707070;
  border-bottom: solid 1px #707070;
  background: #fff;
  vertical-align: middle;
  text-align: center;
}

.target-item-table td:first-child {
  text-align: left;
}

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

.industry-table {
  border-collapse: collapse;
  width: 100%;
  font-size: 14px;
}


.industry-table th {
  padding: 1em;
  border: solid 1px #eee;
  background: var(--bg-color01);
  vertical-align: middle;
  border-left: solid 2px #fff;
  border-bottom: solid 2px #fff;
}

.industry-table td {
  background: var(--bg-color06);
  padding: 1em;
  border-left: solid 2px #fff;
  border-bottom: solid 2px #fff;
  vertical-align: middle;

}

.td-inner {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 100%;
}

@media (max-width: 767px) {
  .industry-table th {
    width: 140px;
    padding: 10px;
  }

  .industry-table td {
    padding: 10px;
    padding-left: 0;
  }
}


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


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



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

/*
----------------------------------------- */
.contact-area.-bg {
  background: var(--bg-color04);
  padding: 48px;
}

@media (max-width: 1024px) {
  .contact-area.-bg {
    padding: 40px 16px;
  }
}

.contact-area-ttl {
  font-size: 32px;
  font-weight: bold;
  margin-top: 26px;
  margin-bottom: 22px;
}

@media (max-width: 1024px) {
  .contact-area-ttl {
    font-size: 20px;
    margin-bottom: 0;
  }
}

.contact-area {
  padding-bottom: 40px;
  position: relative;
  text-align: center;
}

@media (max-width: 1024px) {
  .contact-area {
    text-align: center;
  }
}

.contact-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

@media (max-width: 1024px) {
  .contact-flex {
    flex-direction: column;
    align-items: center;
  }
}

.contact-content {
  max-width: 664px;
  width: 100%;
  margin: auto;
}

@media (max-width: 1024px) {
  .contact-content {
    width: 100%;
  }
}

.contact-img {
  width: 180px;
  position: absolute;
  bottom: 0;
  right: 40px;
}

@media (max-width: 1024px) {
  .contact-img {
    width: 108px;
    right: 16px;
  }
}




.contact-btn-flex {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

@media (max-width: 1024px) {
  .contact-btn-flex {
    flex-direction: column;
  }
}



.contact-tel-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  margin-top: 24px;
  font-weight: bold;
  border-top: solid 2px var(--text-color);
  border-bottom: solid 2px var(--text-color);
}


.contact-tel-ttl {
  font-size: 20px;
  margin-right: 20px;
  line-height: 1.2;
}

.contact-tel-ttl span {
  font-size: 14px;
  font-weight: bold;
}

.contact-tel-num {
  font-size: 32px;
  display: flex;
  align-items: center;
  margin-right: 20px;
  color: var(--main-color);
}

@media (max-width: 1024px) {
  .contact-tel-flex {
    flex-direction: column;
  }

  .contact-tel-ttl {
    font-size: 16px;
  }

  .contact-tel-num {
    font-size: 24px;
    ;
  }
}

.icon-tel {
  width: 24px;
  margin-right: 10px;
  margin-top: 10px;
}

/* shop
----------------------------------------- */

/* .shop-sec-ttl {
  margin-bottom: 24px;
}

.shop-btn-flex {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

@media (max-width: 1024px) {
  .shop-btn-flex {
    flex-direction: column;
    margin-top: 0;
  }
} */



/* privacy ---------------------------------- */

.privacy {
  line-height: 2em;
}

.privacy h2 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}

/* @media (max-width: 767px) {
  .privacy h2 {
    font-size: 14px;
  }
} */

.privacy-ttl {
  margin-top: 40px;
}

.privacy-list {
  padding-left: 1.5em;
  list-style: square;
  margin-top: .7em;
}

.privacy-sublist {
  list-style-type: decimal;
  padding-inline-start: 1.5em;
  margin-bottom: .7em;
}