/*====================================================================================
START TABLE OF CONTENT

1. START BASE.

====================================================================================*/
/*====================================================================================
1. START BASE.
====================================================================================*/
main p {
  padding-top: initial;
}

.is-conditioning {
  margin-block-end: 0 !important;
}
.is-conditioning #joining {
  display: none;
}

/*---------- START COMPONENT GROUP CONDITIONING ----------*/
.c-btn-cond {
  display: inline-block;
  padding: 1em;
  color: #ffffff;
  border: 1px solid #ffffff;
  text-decoration: none;
}

@media screen and (max-width: 750px) {
  .c-btn-cond {
    width: 20em;
    font-size: 110%;
  }
}
@media screen and (min-width: 751px) {
  .c-btn-cond {
    width: 23em;
    font-size: 120%;
  }
  .c-btn-cond:hover {
    opacity: 1;
    color: #000000;
    background-color: #ffffff;
  }
}
/*====================================================================================
2. START SECTION CONDITIONING MAIN VISUAL.
====================================================================================*/
/*---------- START PROJECT CONDITIONING MAIN VISUAL ----------*/
.p-cond-mv {
  position: relative;
  font-family: "Noto Serif JP", serif;
}
.p-cond-mv__bg img {
  width: 100%;
}
.p-cond-mv__wrap {
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.p-cond-mv__outer {
  display: flex;
  justify-content: center;
}
.p-cond-mv__line--v2 {
  animation-delay: 0.5s;
}
.p-cond-mv__line--v3 {
  animation-delay: 1s;
}
.p-cond-mv__text, .p-cond-mv__title {
  font-weight: 700;
}
.p-cond-mv__text, .p-cond-mv__note {
  color: #171c61;
}
.p-cond-mv__title {
  color: #eeddb4;
  letter-spacing: -0.1em;
}
.p-cond-mv__note {
  font-weight: 600;
}
.p-cond-mv__note:not(:first-child) {
  margin-block-start: 0.2em;
}
.p-cond-mv__note--v1 {
  text-align: start;
}
.p-cond-mv__note--v2 {
  text-align: end;
}
.p-cond-mv__left, .p-cond-mv__right {
  display: flex;
}
.p-cond-mv__left {
  justify-content: flex-start;
}
.p-cond-mv__right {
  justify-content: flex-end;
}

@media screen and (max-width: 750px) {
  .p-cond-mv__line--v2 {
    margin-block-end: 1rem;
  }
  .p-cond-mv__text {
    font-size: 130%;
    text-shadow: #ffffff 0 0 0.6em, #ffffff 0 0 0.6em, #ffffff 0 0 0.6em, #ffffff 0 0 0.6em, #ffffff 0 0 0.6em, #ffffff 0 0 0.6em, #ffffff 0 0 1.4em, #ffffff 0 0 1.4em, #ffffff 0 0 1.4em, #ffffff 0 0 1.4em;
  }
  .p-cond-mv__title {
    font-size: 260%;
    text-shadow: #0a1b46 0 0 0.25em, #0a1b46 0 0 0.25em, #0a1b46 0 0 0.25em, #0a1b46 0 0 0.25em, #0a1b46 0 0 0.5em, #0a1b46 0 0 0.5em, #0a1b46 0 0 0.5em, #0a1b46 0 0 0.5em;
  }
  .p-cond-mv__note {
    text-shadow: #ffffff 0 0 0.7em, #ffffff 0 0 0.7em, #ffffff 0 0 0.7em, #ffffff 0 0 0.7em, #ffffff 0 0 1.5em, #ffffff 0 0 1.5em, #ffffff 0 0 1.5em, #ffffff 0 0 1.5em;
  }
  .p-cond-mv__row {
    margin-block-start: 2em;
  }
}
@media screen and (min-width: 751px) {
  .p-cond-mv__line--v2 {
    margin-block-end: 1.5rem;
  }
  .p-cond-mv__text {
    font-size: 165%;
    text-shadow: #ffffff 0 0 1em, #ffffff 0 0 1em, #ffffff 0 0 1em, #ffffff 0 0 1em, #ffffff 0 0 1em, #ffffff 0 0 1em, #ffffff 0 0 2em, #ffffff 0 0 2em, #ffffff 0 0 2em, #ffffff 0 0 2em;
  }
  .p-cond-mv__title {
    font-size: 340%;
    text-shadow: #0a1b46 0 0 0.35em, #0a1b46 0 0 0.35em, #0a1b46 0 0 0.35em, #0a1b46 0 0 0.35em, #0a1b46 0 0 0.7em, #0a1b46 0 0 0.7em, #0a1b46 0 0 0.7em, #0a1b46 0 0 0.7em;
  }
  .p-cond-mv__note {
    font-size: 110%;
    text-shadow: #ffffff 0 0 1em, #ffffff 0 0 1em, #ffffff 0 0 1em, #ffffff 0 0 1em, #ffffff 0 0 1.5em, #ffffff 0 0 1.5em, #ffffff 0 0 1.5em, #ffffff 0 0 1.5em;
  }
  .p-cond-mv__row {
    margin-block-start: 2em;
  }
}
/*---------- START COMPONENT HEADING CONDITIONING ----------*/
.c-heading-cond {
  position: relative;
  z-index: 2;
}
.c-heading-cond::before {
  position: absolute;
  content: "";
  z-index: -1;
  inset: 0.8em 0 0.2em 0;
  opacity: 0.8;
  background-color: #171c61;
}
.c-heading-cond--v1 {
  animation-delay: 1.5s;
}
.c-heading-cond--v1 .c-heading-cond__title {
  letter-spacing: -0.17em;
}
.c-heading-cond--v2 {
  animation-delay: 2s;
}
.c-heading-cond__title {
  color: #ffffff;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  font-weight: 700;
  text-shadow: 2px 0 #171c61, -2px 0 #171c61, 0 2px #171c61, 0 -2px #171c61, 1px 1px #171c61, -1px -1px #171c61, 1px -1px #171c61, -1px 1px #171c61;
}

@media screen and (max-width: 750px) {
  .c-heading-cond__title {
    font-size: 352%;
  }
}
@media screen and (min-width: 751px) {
  .c-heading-cond__title {
    font-size: 445%;
  }
}
/*====================================================================================
3. START SECTION CONDITIONING PROBLEM.
====================================================================================*/
/*---------- START PROJECT CONDITIONING PROBLEM ----------*/
.p-cond-problem {
  color: #ffffff;
  font-family: "Noto Serif JP", serif;
}
.p-cond-problem__body {
  position: relative;
  z-index: 2;
  padding-block: 2.5em;
  background-color: #0a1b46;
}
.p-cond-problem__deco {
  position: absolute;
  z-index: -1;
  inset: 0;
  padding-block: 2.5em;
  padding-inline-start: 2.5em;
  text-align: center;
  pointer-events: none;
}
.p-cond-problem__deco img {
  width: auto;
  height: 100%;
}
.p-cond-problem__outer {
  display: flex;
  justify-content: center;
}
.p-cond-problem__list {
  display: flex;
  justify-content: space-between;
}
.p-cond-problem__list--v1 {
  align-items: flex-end;
}
.p-cond-problem__item {
  position: relative;
  padding-block-start: 0.8em;
  font-weight: 500;
}
.p-cond-problem__item::before {
  position: absolute;
  content: "";
  inset-block-start: 0;
  inset-inline-start: 0;
  background: url("../images/conditioning/icon-check.svg") no-repeat center center/100% auto;
}
.p-cond-problem__item--v1 {
  margin-block-end: 2.7em;
}
.p-cond-problem__item--v2 {
  margin-inline-end: -1em;
  margin-block-end: 0.9em;
}
.p-cond-problem__item--v3 {
  margin-block-start: 2em;
}
.p-cond-problem__item--v4 {
  margin-block-start: 0.7em;
  padding-inline-end: 1em;
}
.p-cond-problem__heading {
  padding-inline: 1em;
}
.p-cond-problem__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
}
.p-cond-problem__footer {
  position: relative;
  padding-block: 2em;
  background-color: #1f4e7a;
}
.p-cond-problem__footer::before {
  position: absolute;
  content: "";
  inset-block-start: -1px;
  inset-inline-start: 50%;
  transform: translateX(-50%);
  border-inline: 1.5em solid transparent;
  border-block-start: 2.8em solid #0a1b46;
}
.p-cond-problem__row {
  display: flex;
  justify-content: center;
}
.p-cond-problem__slogan-text {
  font-weight: 500;
}
.p-cond-problem__slogan-title {
  font-weight: 700;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 750px) {
  .p-cond-problem__title {
    font-size: 150%;
    text-shadow: 2px 0 #171c61, -2px 0 #171c61, 0 2px #171c61, 0 -2px #171c61, 1px 1px #171c61, -1px -1px #171c61, 1px -1px #171c61, -1px 1px #171c61;
  }
  .p-cond-problem__item {
    padding-inline-start: 2em;
    font-size: 92%;
  }
  .p-cond-problem__item::before {
    width: 2.6em;
    height: 2em;
  }
  .p-cond-problem__slogan-text {
    margin-inline-start: -0.5em;
  }
  .p-cond-problem__slogan-title {
    padding-inline-start: 1em;
    font-size: 200%;
  }
}
@media screen and (min-width: 751px) {
  .p-cond-problem__title {
    font-size: 220%;
    text-shadow: -2px -2px 0 #0a1b46, 2px -2px 0 #0a1b46, -2px 2px 0 #0a1b46, 2px 2px 0 #0a1b46, -3px 0px 0 #0a1b46, 3px 0px 0 #0a1b46, 0px -3px 0 #0a1b46, 0px 3px 0 #0a1b46;
  }
  .p-cond-problem__item {
    padding-inline-start: 2.2em;
    font-size: 120%;
  }
  .p-cond-problem__item::before {
    width: 2.8em;
    height: 2.2em;
  }
  .p-cond-problem__slogan-text {
    font-size: 120%;
  }
  .p-cond-problem__slogan-title {
    padding-inline: 1.2em;
    font-size: 260%;
  }
}
/*====================================================================================
3. START SECTION CONDITIONING COURSE.
====================================================================================*/
/*---------- START PROJECT CONDITIONING COURSE ----------*/
.p-cond-course {
  position: relative;
  z-index: 2;
  padding: 3.5em 0;
  overflow: hidden;
  color: #ffffff;
  text-align: center;
  font-family: "Noto Serif JP", serif;
}
.p-cond-course::before {
  position: absolute;
  content: "";
  z-index: -1;
  inset: 0;
  background-color: rgba(77, 77, 77, 0.5);
}
.p-cond-course__text {
  margin-block-end: 0.3em;
  font-weight: 500;
}
.p-cond-course__title, .p-cond-course__subtitle {
  font-family: "Noto Serif JP", serif;
}
.p-cond-course__title {
  line-height: 1.55;
  font-weight: 500;
  letter-spacing: -0.05em;
}
.p-cond-course__title strong {
  font-weight: 500;
  letter-spacing: 0.1em;
}
.p-cond-course__subtitle {
  padding-inline-end: 0.4em;
  font-weight: 800;
}
.p-cond-course__logo {
  margin-block-start: 1em;
}
.p-cond-course__logo img {
  max-height: 10em;
  width: auto;
}

@media screen and (max-width: 750px) {
  .p-cond-course {
    background-image: url("../images/conditioning/s2-bg-sp.webp");
  }
  .p-cond-course__text {
    font-size: 120%;
  }
  .p-cond-course__title {
    font-size: 170%;
  }
  .p-cond-course__subtitle {
    font-size: 650%;
  }
  .p-cond-course .c-chart-cond {
    margin-block-start: -4.3em;
  }
}
@media screen and (min-width: 751px) {
  .p-cond-course {
    background-image: url("../images/conditioning/s2-bg.webp");
  }
  .p-cond-course__text {
    font-size: 150%;
  }
  .p-cond-course__title {
    font-size: 240%;
  }
  .p-cond-course__subtitle {
    font-size: 830%;
  }
  .p-cond-course .c-chart-cond {
    margin-block-start: -6em;
  }
}
/*---------- START COMPONENT CHART CONDITIONING ----------*/
.c-chart-cond {
  position: relative;
}
.c-chart-cond__wrap {
  position: absolute;
  inset-block-end: 0;
  inset-inline: 0;
}
.c-chart-cond__row {
  display: flex;
  align-items: flex-end;
}
.c-chart-cond__left {
  width: 35%;
}
.c-chart-cond__right {
  flex: 1;
}
.c-chart-cond__item {
  font-weight: 500;
}
.c-chart-cond__item--v1 {
  margin-inline-end: -3.5em;
}
.c-chart-cond__item--v2, .c-chart-cond__item--v3 {
  display: flex;
  justify-content: center;
}
.c-chart-cond__item--v2 {
  align-items: center;
}
.c-chart-cond__item--v3 {
  flex-direction: column;
}
.c-chart-cond__item-text--v1 {
  text-align: start;
}
.c-chart-cond__item-text--v3 {
  margin-block-end: 0.5em;
}

@media screen and (max-width: 750px) {
  .c-chart-cond {
    margin-inline-end: -6em;
  }
  .c-chart-cond__item {
    padding: 0.5rem;
  }
  .c-chart-cond__item--v2 {
    height: 13vw;
  }
  .c-chart-cond__item--v3 {
    height: 20.5vw;
    padding-inline-end: 5em;
  }
  .c-chart-cond__item-text--v1 {
    font-size: 135%;
  }
  .c-chart-cond__item-text--v2 {
    font-size: 135%;
  }
  .c-chart-cond__item-text--v3 {
    margin-left: auto;
    padding-inline-end: 5vw;
  }
  .c-chart-cond__item-text--v4 {
    font-size: 135%;
  }
}
@media screen and (min-width: 751px) {
  .c-chart-cond__item {
    padding: 1rem;
  }
  .c-chart-cond__item--v2 {
    height: 7.2em;
  }
  .c-chart-cond__item--v3 {
    height: 11.8em;
  }
  .c-chart-cond__item-text--v1 {
    font-size: 230%;
  }
  .c-chart-cond__item-text--v2 {
    font-size: 230%;
  }
  .c-chart-cond__item-text--v3 {
    font-size: 120%;
  }
  .c-chart-cond__item-text--v4 {
    font-size: 230%;
  }
}
/*====================================================================================
4. START SECTION CONDITIONING SKILLS.
====================================================================================*/
/*---------- START PROJECT CONDITIONING SKILLS ----------*/
.p-cond-skills {
  background-color: #0a1b46;
}
.p-cond-skills__title {
  font-family: "Shippori Mincho", serif;
  color: #ffffff;
  font-size: initial;
}
.p-cond-skills__title-line {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.4;
}
.p-cond-skills__title-line strong {
  font-size: 2em;
  line-height: 1;
  font-weight: 400;
}

@media screen and (max-width: 750px) {
  .p-cond-skills {
    padding-block: 4em;
  }
  .p-cond-skills__title {
    margin-block-end: 2.5em;
  }
  .p-cond-skills__title-line {
    font-size: 135%;
  }
}
@media screen and (min-width: 751px) {
  .p-cond-skills {
    padding-block: 5em;
  }
  .p-cond-skills__title {
    margin-block-end: 5em;
  }
  .p-cond-skills__title-line {
    font-size: 250%;
  }
}
/*---------- START COMPONENT LIST CARD CONDITIONING ----------*/
@media screen and (max-width: 750px) {
  .c-list-card-cond .c-card-cond:not(:first-child) {
    margin-block-start: 4.5em;
  }
}
@media screen and (min-width: 751px) {
  .c-list-card-cond .c-card-cond:not(:first-child) {
    margin-block-start: 6em;
  }
}
/*---------- START COMPONENT CARD CONDITIONING ----------*/
.c-card-cond {
  position: relative;
}
.c-card-cond__heading {
  position: absolute;
}
.c-card-cond__number, .c-card-cond__title {
  color: #ee5a24;
  font-family: "Noto Serif JP", serif;
}
.c-card-cond__number {
  position: absolute;
  inset-inline-start: 0.1em;
  line-height: 1;
  font-weight: 700;
}
.c-card-cond__title {
  font-weight: 700;
  text-shadow: 1px 1px 0 rgba(10, 27, 70, 0.75);
}

@media screen and (max-width: 750px) {
  .c-card-cond__heading {
    inset-block-start: -2.1em;
    margin-block-end: 0.1em;
    padding-inline-start: 6em;
  }
  .c-card-cond__number {
    inset-block-start: -0.1em;
    font-size: 430%;
    text-shadow: 3px 3px 0 rgba(10, 27, 70, 0.75);
  }
  .c-card-cond__title {
    font-size: 120%;
    line-height: 1.35;
  }
}
@media screen and (min-width: 751px) {
  .c-card-cond__heading {
    inset-block-start: -3.2em;
    margin-block-end: 0.1em;
    padding-inline-start: 8em;
  }
  .c-card-cond__number {
    inset-block-start: -0.05em;
    font-size: 600%;
    text-shadow: 5px 5px 0 rgba(10, 27, 70, 0.75);
  }
  .c-card-cond__title {
    font-size: 220%;
  }
}
/*====================================================================================
5. START SECTION CONDITIONING PRICE.
====================================================================================*/
.p-cond-price {
  position: relative;
  z-index: 2;
  color: #ffffff;
  text-align: center;
  font-family: "Noto Serif JP", serif;
}
.p-cond-price::before {
  position: absolute;
  content: "";
  z-index: -1;
  inset: 0;
  background-color: rgba(77, 77, 77, 0.5);
}
.p-cond-price .c-title {
  margin-block-end: 1em;
}

@media screen and (max-width: 750px) {
  .p-cond-price {
    padding-block: 3.5em 4em;
    background-image: url("../images/conditioning/s4-bg-sp.webp");
  }
}
@media screen and (min-width: 751px) {
  .p-cond-price {
    padding-block: 4.5em 5em;
    background-image: url("../images/conditioning/s4-bg.webp");
  }
}
/*---------- START COMPONENT BANNER CONDITIONING ----------*/
.c-bnr-cond {
  background-color: rgba(10, 27, 70, 0.75);
}
.c-bnr-cond__title {
  font-weight: 500;
  letter-spacing: 0.3em;
}
.c-bnr-cond__list {
  display: flex;
  flex-wrap: wrap;
}
.c-bnr-cond__item {
  border: 1px solid #ffffff;
}
.c-bnr-cond__item-header {
  display: flex;
}
.c-bnr-cond__item-tag {
  padding: 0.2em 1em 0.3em 1em;
  color: #0a1b46;
  line-height: 1;
  font-weight: 500;
  background-color: #ffffff;
}
.c-bnr-cond__item-tag strong {
  font-size: 1.6em;
  font-weight: 500;
}
.c-bnr-cond__item-price {
  font-weight: 500;
}
.c-bnr-cond__item-price small {
  font-size: 0.5em;
}
.c-bnr-cond__item-note {
  font-weight: 500;
}
.c-bnr-cond__item-text {
  font-weight: 500;
}

@media screen and (max-width: 750px) {
  .c-bnr-cond {
    padding: 15px 10px 10px 10px;
  }
  .c-bnr-cond__title {
    margin-block-end: 15px;
    font-size: 125%;
  }
  .c-bnr-cond__list {
    margin: -5px;
  }
  .c-bnr-cond__list--v2 {
    margin-block-start: 10px;
  }
  .c-bnr-cond__item {
    margin: 5px;
    padding-block: 10px;
  }
  .c-bnr-cond__item--v1 {
    width: calc(33.333% - 10px);
  }
  .c-bnr-cond__item--v2 {
    width: calc(50% - 10px);
    padding: 1em 0.5em;
  }
  .c-bnr-cond__item-header {
    margin-block-end: 0.5em;
  }
  .c-bnr-cond__item-price {
    font-size: 170%;
  }
  .c-bnr-cond__item-note {
    font-size: 95%;
  }
}
@media screen and (min-width: 751px) {
  .c-bnr-cond {
    padding: 30px;
  }
  .c-bnr-cond__title {
    margin-block-end: 25px;
    font-size: 210%;
  }
  .c-bnr-cond__list {
    margin: -15px;
  }
  .c-bnr-cond__list--v2 {
    margin-block-start: 20px;
  }
  .c-bnr-cond__item {
    margin: 15px;
    padding-block: 30px;
  }
  .c-bnr-cond__item--v1 {
    width: calc(33.333% - 30px);
  }
  .c-bnr-cond__item--v2 {
    width: calc(50% - 30px);
    padding: 1em;
  }
  .c-bnr-cond__item-header {
    margin-block-end: 1.2em;
  }
  .c-bnr-cond__item-tag {
    font-size: 185%;
  }
  .c-bnr-cond__item-price {
    font-size: 350%;
    line-height: 1.2;
  }
  .c-bnr-cond__item-note {
    font-size: 185%;
  }
  .c-bnr-cond__item-text {
    font-size: 180%;
  }
}
/*---------- START COMPONENT LIST GROUP CONDITIONING ----------*/
@media screen and (max-width: 750px) {
  .c-list-group-cond .c-group-cond {
    margin-block-start: 2em;
  }
}
@media screen and (min-width: 751px) {
  .c-list-group-cond .c-group-cond {
    margin-block-start: 2.5em;
  }
}
/*---------- START COMPONENT GROUP CONDITIONING ----------*/
.c-group-cond {
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: #000000;
}
.c-group-cond--white {
  border: 1px solid #ffffff;
}
.c-group-cond__title {
  margin-block-end: 1em;
}
.c-group-cond__btn {
  margin-block-start: auto;
}

@media screen and (max-width: 750px) {
  .c-group-cond {
    padding: 20px 10px;
    min-height: 12.5em;
  }
  .c-group-cond__title {
    font-size: 180%;
  }
}
@media screen and (min-width: 751px) {
  .c-group-cond {
    padding: 30px;
    min-height: 14em;
  }
  .c-group-cond__title {
    font-size: 210%;
  }
}
/*====================================================================================
6. START SECTION CONDITIONING USES.
====================================================================================*/
.p-cond-uses {
  background-color: #1f4e7a;
}
.p-cond-uses .c-title {
  margin-block-end: 1em;
}
.p-cond-uses__row {
  display: flex;
  margin-block-end: 1em;
  font-family: "Noto Serif JP", serif;
}
.p-cond-uses__right {
  flex: 1;
}
.p-cond-uses__box {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  border-radius: 50%;
  text-align: center;
  background-color: #ffffff;
}
.p-cond-uses__box-text {
  color: #0a1b46;
  font-weight: 700;
}
.p-cond-uses__subtitle {
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 0.4em;
}

@media screen and (max-width: 750px) {
  .p-cond-uses {
    padding-block: 3.5em 4em;
  }
  .p-cond-uses .c-title {
    font-size: 190%;
  }
  .p-cond-uses__left {
    width: 6.5em;
  }
  .p-cond-uses__right {
    padding-block-start: 1.2em;
    padding-inline-start: 1em;
  }
  .p-cond-uses__box-text {
    font-size: 90%;
  }
  .p-cond-uses__subtitle {
    font-size: 140%;
  }
}
@media screen and (min-width: 751px) {
  .p-cond-uses {
    padding-block: 4.5em 5em;
  }
  .p-cond-uses__left {
    width: 8em;
  }
  .p-cond-uses__right {
    padding-block-start: 1.2em;
    padding-inline-start: 2em;
  }
  .p-cond-uses__subtitle {
    font-size: 200%;
  }
}
/*---------- START COMPONENT LIST STEP CONDITIONING ----------*/
@media screen and (max-width: 750px) {
  .c-list-step-cond .c-step-cond:not(:first-child) {
    margin-block-start: 1.5em;
  }
}
@media screen and (min-width: 751px) {
  .c-list-step-cond .c-step-cond:not(:first-child) {
    margin-block-start: 2em;
  }
}
/*---------- START COMPONENT STEP CONDITIONING ----------*/
.c-step-cond:nth-child(odd) .c-step-cond__wrap::before {
  background-image: url("../images/conditioning/s5-step-arrow-right.svg");
}
.c-step-cond:nth-child(even) .c-step-cond__wrap::before {
  background-image: url("../images/conditioning/s5-step-arrow-left.svg");
}
.c-step-cond:last-child .c-step-cond__wrap::before {
  content: none;
}
.c-step-cond__wrap {
  position: relative;
  background-color: #ffffff;
}
.c-step-cond__wrap::before {
  position: absolute;
  z-index: 3;
  content: "";
  inset-block-end: -1em;
  width: 1.7em;
  height: 4em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}
.c-step-cond__tag {
  position: absolute;
  inset-block-start: 50%;
  inset-inline-start: -2em;
  width: 4.5em;
  height: 4.5em;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #ffffff;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  font-weight: 500;
  background-color: #0a1b46;
}
.c-step-cond__tag-text {
  margin-block-end: 0.2em;
  font-size: 85%;
}
.c-step-cond__tag-number {
  font-size: 180%;
}
.c-step-cond__img {
  position: absolute;
  z-index: 2;
}
.c-step-cond__row {
  min-height: 6em;
}
.c-step-cond__title {
  color: #0a1b46;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 750px) {
  .c-step-cond:nth-child(odd) {
    padding-inline: 2em;
  }
  .c-step-cond:nth-child(odd) .c-step-cond__wrap::before {
    inset-inline-end: -3em;
  }
  .c-step-cond:nth-child(even) {
    padding-inline: 4em 0;
  }
  .c-step-cond:nth-child(even) .c-step-cond__wrap::before {
    inset-inline-start: -3.8em;
  }
  .c-step-cond__img--v1 {
    inset-block-end: -1.5em;
    inset-inline-end: -1.5em;
    width: 9em;
  }
  .c-step-cond__img--v2 {
    inset-block-end: -2em;
    inset-inline-end: -2em;
    width: 14em;
  }
  .c-step-cond__wrap {
    padding: 1em 1em 1em 3.5em;
  }
  .c-step-cond__left {
    margin-block-end: 0.8em;
  }
  .c-step-cond__title {
    font-size: 170%;
  }
}
@media screen and (min-width: 751px) {
  .c-step-cond:nth-child(odd) {
    padding-inline: 2em 6em;
  }
  .c-step-cond:nth-child(odd) .c-step-cond__wrap::before {
    inset-inline-end: -3.5em;
  }
  .c-step-cond:nth-child(even) {
    padding-inline: 6em 2em;
  }
  .c-step-cond:nth-child(even) .c-step-cond__wrap::before {
    inset-inline-start: -4.5em;
  }
  .c-step-cond__img--v1 {
    inset-block-end: -2em;
    inset-inline-end: -2em;
    width: 14em;
  }
  .c-step-cond__img--v2 {
    inset-block-end: -3em;
    inset-inline-end: -3em;
    width: 19.5em;
  }
  .c-step-cond__wrap {
    padding: 1em 1em 1em 4.5em;
  }
  .c-step-cond__row {
    display: flex;
    align-items: center;
  }
  .c-step-cond__left {
    width: 21em;
  }
  .c-step-cond__right {
    flex: 1;
    padding-inline-start: 1em;
  }
  .c-step-cond__title {
    font-size: 180%;
  }
}
/*====================================================================================
7. START SECTION CONDITIONING STORE.
====================================================================================*/
/*---------- START PROJECT CONDITIONING STORE ----------*/
.p-cond-store .c-title {
  margin-block-end: 1em;
}

@media screen and (max-width: 750px) {
  .p-cond-store {
    padding-top: 4em;
  }
}
@media screen and (min-width: 751px) {
  .p-cond-store {
    padding-top: 5em;
  }
}
/*---------- START COMPONENT LIST PANEL CONDITIONING ----------*/
.c-list-panel-cond .c-panel-cond:not(:first-child) {
  margin-block-start: 0.7em;
}

/*---------- START COMPONENT LIST PANEL CONDITIONING ----------*/
.c-panel-cond__header {
  position: relative;
  cursor: pointer;
  background-color: #0a1b46;
}
.c-panel-cond__header::before {
  position: absolute;
  content: "";
  inset-block-start: 50%;
  transform: translateY(-50%);
  background: url("../images/conditioning/arrow-down-white.svg") no-repeat center center/100% auto;
}
.c-panel-cond__header.is-active::before {
  transform: translateY(-50%) rotate(180deg);
}
.c-panel-cond__title {
  color: #ffffff;
  font-weight: 500;
  text-align: center;
  font-family: "Noto Serif JP", serif;
}
.c-panel-cond__body {
  display: none;
}
.c-panel-cond__inner {
  padding: 1.5em;
}
.c-panel-cond__inner .googlemap-wrapper {
  margin-top: 2em;
}
.c-panel-cond__inner .googlemap-wrapper iframe {
  width: 100%;
}

@media screen and (max-width: 750px) {
  .c-panel-cond__header {
    padding: 1.1em 3.5em 1.1em 3.5em;
  }
  .c-panel-cond__header::before {
    inset-inline-end: 1em;
    width: 1.9em;
    height: 0.9em;
  }
  .c-panel-cond__title {
    font-size: 170%;
  }
  .c-panel-cond__inner .googlemap-wrapper iframe {
    height: 70vw;
    max-height: 23em;
  }
}
@media screen and (min-width: 751px) {
  .c-panel-cond__header {
    padding: 1.2em 4.5em 1.2em 4.5em;
  }
  .c-panel-cond__header::before {
    inset-inline-end: 2em;
    width: 2em;
    height: 0.9em;
  }
  .c-panel-cond__title {
    font-size: 180%;
  }
}
/*====================================================================================
2. START SECTION CONDITIONING.
====================================================================================*/
/*---------- START COMPONENT ----------*/