:root {
  --color-primary: #073E6E;
  --color-sub: #A68B36;
  --color-accent: #B7993D;
  --color-text: #333;
  --color-white: #FFF;
  --color-bg-subtle: #F1F9FF;
  --color-bg-muted: #DEEDFF;
  --color-secondary: #53749C;
  --color-black: #000;
  --color-text-muted: #9F9F9F;
}

.visible-sp {
  display: none;
}
@media (max-width: 599px) {
  .visible-sp {
    display: block !important;
  }
}

.visible-sp-ib {
  display: none;
}
@media (max-width: 599px) {
  .visible-sp-ib {
    display: inline-block !important;
  }
}

.visible-sp-flex {
  display: none;
}
@media (max-width: 599px) {
  .visible-sp-flex {
    display: flex !important;
  }
}

.visible-tab {
  display: none;
}
@media (min-width: 600px) and (max-width: 1135px) {
  .visible-tab {
    display: block !important;
  }
}

.visible-tab-ib {
  display: none;
}
@media (min-width: 600px) and (max-width: 1135px) {
  .visible-tab-ib {
    display: inline-block !important;
  }
}

.visible-tab-flex {
  display: none;
}
@media (min-width: 600px) and (max-width: 1135px) {
  .visible-tab-flex {
    display: flex !important;
  }
}

.visible-pc {
  display: none;
}
@media (min-width: 1136px) {
  .visible-pc {
    display: block !important;
  }
}

.visible-pc-ib {
  display: none;
}
@media (min-width: 1136px) {
  .visible-pc-ib {
    display: inline-block !important;
  }
}

.visible-pc-flex {
  display: none;
}
@media (min-width: 1136px) {
  .visible-pc-flex {
    display: flex !important;
  }
}

@media (max-width: 599px) {
  .hidden-sp {
    display: none !important;
  }
}

@media (min-width: 600px) and (max-width: 1135px) {
  .hidden-tab {
    display: none !important;
  }
}

@media (min-width: 1136px) {
  .hidden-pc {
    display: none !important;
  }
}

.about-idea {
  border-radius: 4.1vw;
  display: flex;
  flex-direction: column;
  gap: 6.15vw;
}
.about-idea__img .img {
  border-radius: 2.05vw;
}
.about-idea__def .tit {
  margin-bottom: 2.05vw;
  display: flex;
  align-items: center;
  font-size: 5.13vw;
  font-weight: 700;
  color: var(--color-primary, #073E6E);
}
.about-idea__def .tit::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #A68B36;
  margin-left: 2.05vw;
}
.about-idea__def .data {
  font-size: 3.59vw;
  font-weight: 700;
  line-height: 1.5;
}
.about-idea__def .data:nth-of-type(1) {
  margin-bottom: 5.13vw;
}
.about .mission__ls {
  margin-left: 1.2em;
  display: flex;
  flex-direction: column;
  gap: 2.05vw;
  list-style: disc;
}

@media screen and (max-width: 599px) {
  .about-container {
    display: flex;
    flex-direction: column;
    gap: 8.21vw;
  }
  .about-idea {
    padding: 4.1vw;
    background-color: var(--color-white, #FFF);
  }
}
@media screen and (min-width: 600px) and (max-width: 1135px) {
  .about {
    padding-top: 48px;
  }
  .about-container {
    display: flex;
    flex-direction: column;
    gap: 48px;
    max-width: 648px;
  }
  .about__text {
    margin: 0 auto;
    width: 92%;
    max-width: 600px;
    font-size: 1.8rem;
  }
  .about-idea {
    margin: 0 auto;
    width: 92%;
    max-width: 600px;
    padding: 24px;
    background-color: var(--color-white, #FFF);
    border-radius: 24px;
    gap: 32px;
  }
  .about-idea__img .img {
    border-radius: 12px;
  }
  .about-idea__def .tit {
    margin-bottom: 12px;
    font-size: 2.8rem;
  }
  .about-idea__def .tit::after {
    margin-left: 16px;
  }
  .about-idea__def .data {
    font-size: 1.8rem;
  }
  .about-idea__def .data:nth-of-type(1) {
    margin-bottom: 28px;
  }
  .about .mission__ls {
    gap: 12px;
  }
}
@media screen and (min-width: 1136px) {
  .about-container {
    display: flex;
    flex-direction: column;
    gap: 48px;
  }
  .about__text {
    font-size: 1.8rem;
    line-height: 2;
  }
  .about-idea {
    display: flex;
    flex-direction: row;
    gap: 32px;
  }
  .about-idea__img {
    width: 444px;
  }
  .about-idea__def {
    flex: 1;
  }
  .about-idea__def .tit {
    margin-bottom: 8px;
    font-size: 2.4rem;
  }
  .about-idea__def .data:nth-of-type(1) {
    margin-bottom: 24px;
  }
  .about-idea__def .data {
    font-size: 1.6rem;
  }
  .about .mission__ls {
    gap: 8px;
  }
}
.member {
  background-color: var(--color-white, #FFF);
}
.member__ls {
  margin-top: 8.21vw;
  display: flex;
  flex-direction: column;
  gap: 4.1vw;
}
.member__ls .item {
  padding: 4.1vw;
  background-color: var(--color-bg-subtle, #F1F9FF);
  border-radius: 4.1vw;
}
.member__ls .item__main {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
.member__ls .item__main .img {
  width: 25.64vw;
}
.member__ls .item__text {
  font-size: 5.64vw;
  font-weight: 700;
  line-height: 1.6;
}
.member__ls .item__text span {
  margin-top: 0.51vw;
  display: block;
  font-size: 3.59vw;
  color: var(--color-main, #073E6E);
  line-height: 1.5;
}
.member .btn__plus {
  margin: 4.1vw auto 0;
  background: transparent;
  border: none;
  padding: 0;
  appearance: none;
  cursor: pointer;
  outline: none;
  width: 100%;
  height: 11.54vw;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.05vw;
  background-color: var(--color-white, #FFF);
}
.member .btn__plus::after {
  content: "";
  width: 5.13vw;
  height: 5.13vw;
  background: url(../img/icon/icon_modal-plus.svg) 0 0 no-repeat;
  background-size: 100%;
}

@media screen and (min-width: 600px) {
  .member-container {
    width: 92%;
    max-width: 648px;
  }
  .member__ls {
    margin: 48px auto 0;
    width: 100%;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .member__ls .item {
    padding: 24px;
    border-radius: 24px;
  }
  .member__ls .item__main .img {
    width: 160px;
  }
  .member__ls .item__text {
    font-size: 3.2rem;
  }
  .member__ls .item__text span {
    margin-top: 4px;
    font-size: 2rem;
  }
  .member .btn__plus {
    margin: 24px auto 0;
    height: 56px;
    font-size: 1.8rem;
    gap: 12px;
  }
  .member .btn__plus::after {
    width: 24px;
    height: 24px;
  }
}
@media screen and (min-width: 1136px) {
  .member-container {
    width: 1088px;
    max-width: none;
  }
  .member__ls {
    margin: 48px auto 0;
    width: 1088px;
    max-width: none;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
  }
  .member__ls .item {
    width: 352px;
    padding: 24px 16px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .member__ls .item__main {
    flex-direction: column;
    justify-content: center;
  }
  .member__ls .item__main .img {
    margin-bottom: 16px;
    width: 150px;
  }
  .member__ls .item__text {
    font-size: 3rem;
    text-align: center;
  }
  .member__ls .item__text span {
    margin-top: 4px;
    font-size: 1.8rem;
  }
  .member .btn__plus {
    margin: 16px auto 0;
    width: 228px;
    height: 56px;
    font-size: 2rem;
  }
}
.overview__def {
  margin-top: 8.21vw;
  border-top: 1px solid #BFD7F4;
  display: flex;
  flex-wrap: wrap;
  font-size: 3.59vw;
  line-height: 1.5;
}
.overview__def-tit, .overview__def-data {
  padding: 4.1vw 0;
  border-bottom: 1px solid #BFD7F4;
}
.overview__def-tit {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30%;
  font-weight: 700;
}
.overview__def-data {
  width: 70%;
}

@media screen and (min-width: 600px) {
  .overview-container {
    width: 92%;
    max-width: 600px;
  }
  .overview__def {
    margin-top: 48px;
    font-size: 1.6rem;
  }
  .overview__def-tit, .overview__def-data {
    padding: 24px 0;
    border-bottom: 1px solid #BFD7F4;
  }
}
@media screen and (min-width: 1136px) {
  .overview-container {
    width: 1088px;
    max-width: none;
  }
  .overview__def-tit {
    width: 150px;
  }
  .overview__def-data {
    width: 938px;
  }
}
.close-modal {
  position: absolute;
  top: 1.54vw;
  right: 1.54vw;
  background: transparent;
  border: none;
  padding: 0;
  appearance: none;
  cursor: pointer;
  outline: none;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  width: 7.18vw;
  height: 7.18vw;
  background: url(../img/icon/icon_modal-close.svg) 0 0 no-repeat;
  background-size: 100%;
}

.is-fixed {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

.modal {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  position: fixed;
  inset: 0;
  z-index: 999;
}
.modal__inner {
  display: flex;
  flex-direction: column;
}
.modal__head {
  padding-right: 2.05vw;
  display: flex;
  justify-content: space-between;
}
.modal__head-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  line-height: 1.5;
  gap: 1.03vw;
}
.modal__img {
  width: 23.08vw;
  height: 23.08vw;
}
.modal__name {
  font-size: 5.64vw;
  font-weight: 700;
}
.modal__role {
  font-size: 3.59vw;
  font-weight: 700;
  color: var(--main, #073E6E);
}
.modal__body-title {
  margin: 4.1vw 0;
  font-size: 4.62vw;
  font-weight: 700;
}
.modal__body {
  padding-right: 2.05vw;
  max-height: 50vh;
  font-size: 3.59vw;
  overflow-y: auto;
}
.modal.is-open {
  opacity: 1;
  pointer-events: auto;
}
.modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}
.modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -45%);
  transition: transform 0.3s ease;
  padding: 8.21vw 4.1vw;
  border-radius: 4.1vw;
  width: 92%;
  max-width: 480px;
  background: var(--color-white, #FFF);
}
.modal.is-open .modal__content {
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 600px) {
  .close-modal {
    top: 10px;
    right: 10px;
    width: 44px;
    height: 44px;
  }
  .modal__head {
    padding-right: 12px;
  }
  .modal__head-text {
    gap: 8px;
  }
  .modal__img {
    width: 138px;
    height: 138px;
  }
  .modal__name {
    font-size: 3.2rem;
  }
  .modal__role {
    font-size: 1.8rem;
  }
  .modal__body-title {
    margin: 24px 0;
    font-size: 2.4rem;
  }
  .modal__body {
    padding-right: 12px;
    font-size: 1.6rem;
  }
  .modal.is-open {
    opacity: 1;
    pointer-events: auto;
  }
  .modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
  }
  .modal__content {
    padding: 56px 32px;
    border-radius: 24px;
  }
}
@media screen and (min-width: 1136px) {
  .close-modal {
    top: 16px;
    right: 16px;
    width: 60px;
    height: 60px;
  }
  .modal__inner {
    flex-direction: row;
    gap: 40px;
  }
  .modal__head {
    padding-right: 0;
    flex-direction: column-reverse;
    align-items: center;
    gap: 24px;
  }
  .modal__head-text {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .modal__img {
    width: 250px;
    height: 250px;
  }
  .modal__name {
    font-size: 3rem;
    text-align: center;
  }
  .modal__role {
    text-align: center;
  }
  .modal__cnts {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .modal__body-title {
    margin: 0 0 24px;
    font-size: 2.4rem;
  }
  .modal__body {
    padding-right: 0;
    max-height: none;
  }
  .modal__content {
    padding: 48px;
    width: 1088px;
    max-width: none;
  }
}

/*# sourceMappingURL=about.css.map */
