@charset "UTF-8";
/* styleページ固有のCSS */
/* ----------------------------------------------------------
    what
---------------------------------------------------------- */
.c-what {
  padding-bottom: 120px;
}
.c-what .c-heading02__en {
  font-size: 32px;
}
@media only screen and (min-width: 768px) {
  .c-what .theme-lead {
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .c-what {
    padding-bottom: 100px;
  }
  .c-what .c-heading02__en {
    font-size: 26px;
  }
}
/* ----------------------------------------------------------
    role
---------------------------------------------------------- */
.c-role {
  background: var(--bg02);
  padding: 90px 0;
}
.c-role__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 36px 30px;
  max-width: 1200px;
  margin: 30px auto 0;
  padding: 0;
  list-style: none;
}
.c-role__item {
  max-width: 340px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.c-role__imgWrap {
  margin: 0 0 20px 0;
  width: 100%;
  border-radius: var(--border-radius);
  overflow: hidden;
  display: block;
}
.c-role__img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: var(--border-radius);
}
.c-role__body {
  width: 100%;
}
.c-role__title {
  display: flex;
  align-items: center;
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 10px 0;
}
.c-role__text {
  margin: 0;
}
@media (max-width: 767px) {
  .c-role {
    padding: 60px 0 50px;
  }
  .c-role__list {
    margin-top: 16px;
    gap: 20px;
  }
  .c-role__title {
    font-size: 20px;
  }
}
/* ----------------------------------------------------------
    Routine
---------------------------------------------------------- */
.c-routine {
  padding: 140px 0 174px;
}
.c-routine__inner {
  display: flex;
  align-items: center;
  gap: 50px;
  max-width: 1200px;
  margin: 30px auto 0;
}
.c-routine__imgWrap {
  flex: 0 0 370px;
  max-width: 370px;
  margin: 0;
  border-radius: var(--border-radius);
  overflow: hidden;
}
.c-routine__img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: var(--border-radius);
}
.c-routine__list {
  position: relative;
  display: grid;
  gap: 28px;
}
.c-routine__list::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 22px;
  width: 2px;
  height: calc(100% - 71px);
  background: var(--primary);
  z-index: 0;
}
.c-routine__row {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 16px;
  position: relative;
}
.c-routine__time {
  padding-left: 34px;
  color: var(--primary);
  font-size: 22px;
  position: relative;
}
.c-routine__time::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--primary);
  margin-right: 18px;
  position: absolute;
  left: 0;
  top: 11px;
}
.c-routine__title {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 6px 0;
}
@media (max-width: 1076px) {
  .c-routine__inner {
    margin-top: 20px;
    flex-direction: column;
    gap: 30px;
    align-items: stretch;
    max-width: 600px;
  }
  .c-routine__imgWrap {
    max-width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 563px) and (max-width: 597px) {
  .c-routine__list::before {
    left: 8px;
    height: calc(100% - 93px);
  }
}
@media (max-width: 562px) {
  .c-routine {
    padding: 100px 0;
  }
  .c-routine__row {
    grid-template-columns: 65px 1fr;
  }
  .c-routine__imgWrap {
    flex: unset;
  }
  .c-routine__list::before {
    left: 5px;
    height: calc(100% - 85px);
  }
  .c-routine__list {
    gap: 11px;
    padding: 0;
  }
  .c-routine__time {
    padding-left: 19px;
    font-size: 18px;
  }
  .c-routine__time::before {
    width: 13px;
    height: 13px;
  }
  .c-routine__title {
    font-size: 18px;
    margin: 0;
  }
}
/* ----------------------------------------------------------
    Commitment
---------------------------------------------------------- */
.c-commitment {
  background: var(--bg02);
  padding: 90px 0 100px;
}
.c-commitment .c-heading02__en {
  font-size: 32px;
}
.c-commitment__inner {
  margin: 30px auto 0;
  padding: 60px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  border-radius: var(--border-radius);
}
.c-commitment__main {
  margin: 0 0 25px 0;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}
.c-commitment__lead {
  margin: 0 0 28px 0;
}
.c-commitment__list {
  width: 100%;
  max-width: 652px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.c-commitment__row {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #cbcbcb;
  padding: 12px 0 12px 16px;
}
.c-commitment__row:first-of-type {
  padding-top: 0;
}
.c-commitment__row:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
.c-commitment__dt {
  display: flex;
  align-items: center;
  min-width: 184px;
  font-weight: 700;
  font-size: 20px;
  color: var(--primary);
  gap: 13px;
}
.c-commitment__circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: var(--primary);
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  flex-shrink: 0;
}
.c-commitment__dd {
  flex: 1;
  font-weight: 700;
  font-size: 20px;
  margin: 0 0 0 20px;
}

.c-commitment__heading03 {
  margin-top: 80px;
  color: var(--primary);
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}
.c-commitment__text {
  text-align: center;
  line-height: 2;
}
@media (max-width: 767px) {
  .c-commitment {
    padding: 60px 0;
    max-width: 100%;
  }
  .c-commitment .c-heading02__en {
    font-size: 26px;
  }
  .c-commitment .l-sec_narrow {
    padding: 0;
  }
  .c-commitment__inner {
    max-width: 100%;
    margin-top: 16px;
    padding: 50px 20px 38px;
  }
  .c-commitment__list {
    gap: 0;
  }
  .c-commitment__row:first-of-type {
    padding-top: 12px;
  }
  .c-commitment__row:last-of-type {
    padding-bottom: 12px;
  }
  .c-commitment__row {
    display: block;
    padding: 12px 0;
    border-bottom: 1px solid #cbcbcb;
    position: relative;
  }
  .c-commitment__main {
    font-size: 18px;
  }
  .c-commitment__dt {
    margin-left: 53px;
    gap: 8px;
  }
  .c-commitment__dd {
    display: block;
    margin: 0 0 0 53px;
  }
  .c-commitment__dt,
  .c-commitment__dd {
    font-size: 18px;
  }
  .c-commitment__circle {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
  }
  .c-commitment__heading03 {
    margin-top: 60px;
    font-size: 20px;
  }
  .c-commitment__text {
    text-align: left;
    line-height: 1.7;
  }
}
/* ----------------------------------------------------------
    welcome
---------------------------------------------------------- */
.c-welcome {
  padding-bottom: 120px;
}

.c-welcome__box {
  padding: 40px 20px;
  background: var(--bg01);
  border-radius: var(--border-radius);
  font-size: 20px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .c-welcome {
    padding-bottom: 80px;
  }
}
/* ----------------------------------------------------------
    work
---------------------------------------------------------- */
.c-work {
  background: var(--bg01);
  padding: 90px 0 100px 0;
}
.c-work__main {
  text-align: center;
  font-weight: 700;
  margin: 40px 0 20px 0;
  font-size: 25px;
}
.c-work__voiceList {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin: 0 0 50px 0;
  padding: 0;
  list-style: none;
}
.c-work__voice {
  width: 100%;
  min-height: 200px;
  display: grid;
  align-items: center;
  position: relative;
  background: #fff;
  border-radius: 100px 20px 20px 100px;
  padding: 12px 12px 12px 10px;
  font-size: 13px;
}
.c-work .c-heading02__en {
  font-size: 32px;
}
.c-work__imgWrap {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.c-work__imgWrap img {
  border-radius: 50%;
}
.c-work__voiceBody {
  width: 100%;
}
.c-work__voiceText {
  max-width: 300px;
  margin-left: auto;
  font-size: 22px;
  font-weight: bold;
}
.c-work__voiceName {
  max-width: 300px;
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 16px;
}
.c-work__tagList {
  max-width: 982px;
  margin: 0 auto 28px;
  display: grid;
  grid-auto-flow: column;
  gap: 14px 20px;
  padding: 0;
  list-style: none;
}
.c-work__tagItem {
  min-width: 166px;
  margin: 0;
}
.c-work__tag {
  width: 100%;
  min-height: 50px;
  display: grid;
  align-items: center;
  border-radius: 28px;
  padding: 0 16px;
  background: #fff;
  font-weight: 700;
  text-align: center;
  border: 2px solid #fff;
  color: var(--primary);
  font-size: 18px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
}
.c-work__tag--red {
  min-height: 25px;
  background: var(--primary);
  color: #fff;
  border-color: var(--primary);
  font-size: 16px;
  padding: 0 7px;
  border-radius: 5px;
  font-weight: 700;
}
.c-work__btn {
  font-size: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1107px) {
  .c-work__voiceText {
    max-width: 250px;
    font-size: 18px;
  }
  .c-work__voiceName {
    max-width: 250px;
  }
}
@media (max-width: 1033px) {
  .c-work {
    padding: 60px 0;
  }
  .c-work .c-heading02__en {
    font-size: 26px;
  }
  .c-work__main {
    font-size: 20px;
    margin-bottom: 18px;
  }
  .c-work__imgWrap {
    width: 137px;
    height: 137px;
  }
  .c-work__voiceList {
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
  .c-work__voice {
    max-width: 335px;
    min-height: 137px;
    padding: 12px 12px 12px 147px;
    font-size: 13px;
  }
  .c-work__voiceName {
    max-width: 176px;
    font-size: 13px;
  }
  .c-work__voiceText {
    margin-bottom: 6px;
    max-width: 176px;
    font-size: 16px;
    line-height: 1.4;
  }
  .c-work__tagList {
    grid-auto-flow: unset;
    grid-template-columns: 163px 163px;
    gap: 10px 9px;
    justify-content: center;
  }
  .c-work__tagItem {
    min-width: 163px;
  }
  .c-work__tagItem--03 {
    min-width: 228px;
    order: 5;
  }
  .c-work__tag {
    font-size: 16px;
    padding: 4px 10px;
  }
  .c-work__tag--red {
    font-size: 16px;
    padding: 0 6px;
  }
  .c-work__btn {
    font-size: 18px;
  }
}
@media only screen and (min-width: 550px) and (max-width: 1033px) {
  .c-work__tagList {
    width: 80%;
    grid-template-columns: 1fr 1fr;
  }
}
/* ----------------------------------------------------------
    system
---------------------------------------------------------- */
.c-system {
  padding: 120px 0 0;
}
.c-system .l-sec_inner {
  display: grid;
  gap: 80px;
}
.c-system__titleWrap {
  text-align: center;
}
.c-system__descWrap {
  display: grid;
  gap: 25px;
}
.c-system__inner {
  border-radius: var(--border-radius);
  padding: 60px 20px;
  background: var(--bg02);
}
.c-system__title {
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 700;
  font-size: 24px;
  margin: 0 auto;
}
.c-system__dot {
  display: inline-block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--primary);
  margin-right: 9px;
}
.c-system__lead {
  margin: 0 0 19px 0;
  font-size: 16px;
}
.c-system__bodyWrap {
  max-width: 866px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 400px 1fr;
  align-items: center;
  gap: 22px;
  margin-bottom: 30px;
}
.c-system__imgWrap {
  border-radius: var(--border-radius);
  overflow: hidden;
}
.c-system__img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: var(--border-radius);
}
.c-system__desc {
  margin: 0;
}
.c-system__note {
  width: fit-content;
  margin: 0 auto;
}
.c-system__btnWrap {
  margin-top: 40px;
}
.c-system__btn:hover {
  opacity: 0.7;
}
.--mhlink .c-system__desc {
  text-align: center;
}
@media (max-width: 767px) {
  .c-system {
    padding: 100px 0 0;
  }
  .c-system__inner {
    padding: 40px 20px;
  }
  .c-system__descWrap {
    padding: 0;
  }
  .c-system .l-sec_inner {
    gap: 60px;
  }
  .c-system__title {
    font-size: 20px;
  }
  .c-system__btnWrap {
    margin-top: 24px;
  }
  .c-system__bodyWrap {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 7px;
  }
  .c-system__lead {
    margin-bottom: 13px;
    font-size: 15px;
  }
}
