@charset "UTF-8";

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/NotoSansJP-Black.woff") format("truetype");
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/NotoSansJP-Bold.woff") format("truetype");
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/NotoSansJP-Medium.woff") format("truetype");
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/NotoSansJP-Regular.woff") format("truetype");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Montserrat-Regular.woff") format("truetype");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/Montserrat-Medium.woff") format("truetype");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/Montserrat-SemiBold.woff") format("truetype");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/Montserrat-Bold.woff") format("truetype");
}

@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Barlow-Regular.woff") format("truetype");
}

@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/Barlow-Medium.woff") format("truetype");
}

@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/Barlow-SemiBold.woff") format("truetype");
}

@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/Barlow-Bold.woff") format("truetype");
}

/*-- utilityフォルダの中の_index.scss --*/
@media screen and (max-width: 767px) {
  .u-br-sp-none {
    display: none;
  }
}

.u-br-sp-block {
  display: none;
}

@media screen and (max-width: 767px) {
  .u-br-sp-block {
    display: block;
  }
}

@media screen and (max-width: 1080px) {
  .u-br-tb-none {
    display: none;
  }
}

.u-br-tb-block {
  display: none;
}

@media screen and (max-width: 1080px) {
  .u-br-tb-block {
    display: block;
  }
}

@media screen and (max-width: 1080px) {
  .u-br-tbNone-spBlock {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .u-br-tbNone-spBlock {
    display: block;
  }
}

@media only screen and (min-width: 768px) {
  .u-br-pcNone {
    display: none;
  }
}

.u-inline-block {
  display: inline-block;
}

@media screen and (max-width: 1080px) {
  .u-inline-block__tb {
    display: inline-block;
  }
}

@media only screen and (min-width: 768px) {
  .u-inline-block__spnone {
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
  .u-inline-block__sp {
    display: inline-block;
  }
}

.u-mt-25 {
  margin-top: 25px;
}

.u-mt-43 {
  margin-top: 43px;
}

@media screen and (max-width: 767px) {
  .u-mt-43 {
    margin-top: 24px;
  }
}

.u-mt-34-50 {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .u-mt-34-50 {
    margin-top: 34px;
  }
}

.u-mt-30-50 {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .u-mt-30-50 {
    margin-top: 30px;
  }
}

/*                トップページ用
======================================================= */
.p-home-main {
  margin-top: -165px;
}

.p-home-about {
  padding-bottom: 64px;
  padding-top: 0;
}

@media screen and (max-width: 1080px) {
  .p-home-about {
    padding-top: 45px;
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-home-about {
    padding-bottom: 50px;
    padding-top: 45px;
  }
}

.p-home-about__cntr {
  display: flex;
  gap: 130px;
  padding-left: 44px;
}

@media screen and (max-width: 1600px) {
  .p-home-about__cntr {
    padding-left: 0;
    gap: 85px;
  }
}

@media screen and (max-width: 1080px) {
  .p-home-about__cntr {
    gap: 38px;
  }
}

@media screen and (max-width: 767px) {
  .p-home-about__cntr {
    flex-direction: column;
    gap: 19px;
  }
}

.p-home-about__cntr.--pl62 {
  padding-left: 62px;
}

@media screen and (max-width: 1600px) {
  .p-home-about__cntr.--pl62 {
    padding-left: 0;
  }
}

.p-home-about__cntr.--center {
  align-items: center;
}

@media screen and (max-width: 767px) {
  .p-home-about__cntr.--reverce {
    flex-direction: column-reverse;
  }
}

.p-home-about__cntr+.p-home-about__cntr {
  margin-top: 50px;
}

@media only screen and (min-width: 1081px) {
  .p-feature__ttl-cntr {
    flex: 1;
  }
}

.p-feature__ttl-cntr.--pb24 {
  padding-bottom: 24px;
}

.p-feature__ttl-en {
  line-height: 1;
  padding-top: 14px;
}

@media screen and (max-width: 767px) {
  .p-feature__ttl-en {
    padding-top: 4px;
  }
}

.p-feature__ttl {
  padding-top: 27px;
  line-height: 1.7;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .p-feature__ttl {
    padding-top: 19px;
    line-height: 1.5;
    letter-spacing: -0.025em;
  }
}

.p-home-about__img-wrap.--spcenter {
  max-width: 560px;
}

@media screen and (max-width: 1080px) {
  .p-home-about__img-wrap.--spcenter {
    max-width: 260px;
  }
}

@media screen and (max-width: 767px) {
  .p-home-about__img-wrap.--spcenter {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-home-about__img-wrap.--circle {
  max-width: 584px;
}

@media screen and (max-width: 1080px) {
  .p-home-about__img-wrap.--circle {
    max-width: 260px;
    flex: 1 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .p-home-about__img-wrap.--circle {
    max-width: 400px;
    padding-left: 30px;
  }
}

.p-home-about__img {
  font-family: "Montserrat", sans-serif;
}

@media screen and (max-width: 1080px) {
  .p-home-about__img {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-home-about__img {
    margin: 0 auto;
    max-width: 300px;
  }
}

@media screen and (max-width: 767px) {
  .p-home-about__img.--spcenter {
    margin: 0 auto;
    max-width: 260px;
  }
}

.p-home-news-block {
  box-shadow: 0px 0px 20px rgba(34, 77, 63, 0.3);
  border-radius: 24px;
  margin-top: 82px;
}

@media screen and (max-width: 1080px) {
  .p-home-news-block {
    margin-top: 65px;
  }
}

@media screen and (max-width: 767px) {
  .p-home-news-block {
    margin-top: 40px;
    border-radius: 12px;
  }
}

.p-home-news-block__ttl {
  font-size: 26px;
  font-weight: 500;
  color: #26ab76;
}

@media screen and (max-width: 1080px) {
  .p-home-news-block__ttl {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .p-home-news-block__ttl {
    letter-spacing: 0.04em;
  }
}

.p-home-news-block__ttl-wrap {
  padding: 36px 50px 20px;
  border-bottom: 1px solid #26ab76;
}

@media screen and (max-width: 1080px) {
  .p-home-news-block__ttl-wrap {
    padding: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-home-news-block__ttl-wrap {
    padding: 16px 20px 12px;
  }
}

.p-home-news-block__btn {
  margin-left: auto;
  margin-right: 38px;
  transform: translateY(-50%);
}

@media screen and (max-width: 1080px) {
  .p-home-news-block__btn {
    transform: translateY(-50%);
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-home-news-block__btn {
    transform: translateY(0);
    margin-right: auto;
    margin-top: 25px;
  }
}

.p-home-service__list {
  margin-top: 40px;
}

@media screen and (max-width: 1080px) {
  .p-home-service__list {
    margin-top: 24px;
  }
}

.p-staff-list {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 48px 82px;
}

@media screen and (max-width: 1080px) {
  .p-staff-list {
    margin-top: 24px;
    gap: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-staff-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 16px;
    gap: 31px 30px;
    padding: 0 16px;
  }
}

.p-staff-list__cntr {
  display: flex;
  justify-content: space-between;
  padding-right: 32px;
  gap: 60px;
}

@media screen and (max-width: 1080px) {
  .p-staff-list__cntr {
    padding-right: 0;
    display: block;
  }
}

.p-staff-list__img {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
  border-radius: 220px;
  width: 100%;
  transition: 0.5s;
}

@media screen and (max-width: 767px) {
  .p-staff-list__img {
    border-radius: 110px;
  }
}

.p-staff-list__post {
  font-weight: 500;
  font-size: 15px;
  color: #39b382;
  text-align: center;
  margin-top: 22px;
}

@media screen and (max-width: 1080px) {
  .p-staff-list__post {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .p-staff-list__post {
    margin-top: 10px;
  }
}

.p-staff-list__name {
  font-weight: 500;
  font-size: 24px;
  text-align: center;
  line-height: 1.2;
}

@media screen and (max-width: 1080px) {
  .p-staff-list__name {
    font-size: 15px;
    margin-top: 4px;
  }
}

.p-staff-list__link {
  cursor: pointer;
}

@media only screen and (min-width: 1081px) {
  .p-staff-list__link:hover .p-staff-list__img {
    box-shadow: none;
  }
}

.p-home-recruit {
  position: relative;
  padding: 205px 0 344px;
}

@media screen and (max-width: 767px) {
  .p-home-recruit {
    padding-top: 30px;
    padding-bottom: 226px;
  }
}

.p-home-recruit::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  inset: 0;
  background: url("../../assets/media/images/home/recruit.webp") no-repeat center/cover;
}

@media screen and (max-width: 767px) {
  .p-home-recruit::before {
    font-size: 15px;
    background: url("../../assets/media/images/home/recruit_sp.webp") no-repeat center/cover;
  }
}

@media screen and (max-width: 1080px) {
  .p-home-recruit__ttl-wrap {
    padding-left: 8px;
  }
}

.p-home-recruit__en {
  position: relative;
  z-index: 2;
  font-size: 68px;
  font-weight: 600;
}

@media screen and (max-width: 1080px) {
  .p-home-recruit__en {
    font-size: 38px;
  }
}

@media screen and (max-width: 767px) {
  .p-home-recruit__en {
    font-size: 34px;
    line-height: 1.2;
  }
}

.p-home-recruit__txt {
  position: relative;
  z-index: 2;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 767px) {
  .p-home-recruit__txt {
    font-size: 13px;
    line-height: 1.9;
    margin-top: 5px;
  }
}

.p-member-cont {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 7%;
  padding-left: 3%;
}

@media screen and (max-width: 767px) {
  .p-member-cont {
    flex-direction: column;
    gap: 5px;
    padding-left: 0;
    padding-right: 0;
  }
}

.p-member-cont__txt {
  border-top: 1px solid #d8e6e1;
  margin-top: 39px;
  padding-top: 25px;
}

@media screen and (max-width: 767px) {
  .p-member-cont__txt {
    margin-top: 17px;
    padding-top: 17px;
    font-size: 13px;
  }
}

.p-member-cont__ttl {
  font-size: 35px;
  font-weight: 700;
}

@media screen and (max-width: 1080px) {
  .p-member-cont__ttl {
    font-size: 19px;
  }
}

.p-member-cont__txt-cntr {
  width: 50%;
  padding-top: 20px;
}

@media screen and (max-width: 767px) {
  .p-member-cont__txt-cntr {
    width: 100%;
    padding-top: 4px;
  }
}

.p-member-cont__img-wrap {
  width: 50%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-member-cont__img-wrap {
    width: 100%;
  }
}

.p-member-cont__img {
  max-width: 440px;
  width: 100%;
  font-family: "Montserrat", sans-serif;
}

@media screen and (max-width: 1080px) {
  .p-member-cont__img {
    max-width: 222px;
  }
}

.p-member-cont__btn {
  margin-left: auto;
}

@media only screen and (min-width: 1081px) {
  .p-member-link:hover .p-member-link__img {
    box-shadow: none;
  }
}

.p-member-link__img {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
  transition: 0.5s;
  border-radius: 130px;
}

@media screen and (max-width: 767px) {
  .p-member-link__img {
    border-radius: 65px;
  }
}

.p-member-link__list {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 92px;
}

@media screen and (max-width: 1080px) {
  .p-member-link__list {
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .p-member-link__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
    margin-top: 60px;
  }
}

.p-member-link__list02 {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  justify-items: center;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .p-member-link__list02 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
    margin-top: 40px;
  }
}

.p-member-link__list03 {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  justify-items: center;
  margin: 40px auto 0;
  max-width: 530px;
}

.association {
  font-size: 26px;
  font-family: "Montserrat", sans-serif;
  color: #3e3f3f;
  text-align: center;
  margin-top: 90px;
  font-weight: 700;
}

.p-home-staff {
  position: relative;
  padding: 0 0 180px;
}

@media screen and (max-width: 1080px) {
  .p-home-staff {
    padding: 26px 0 53px;
  }
}

@media screen and (max-width: 767px) {
  .p-home-staff {
    padding: 26px 0 53px;
  }
}

.p-home-staff::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: -72px;
  width: 300px;
  height: 390px;
  background: url("../../assets/media/images/home/wedge.svg") no-repeat center/cover;
}

@media screen and (max-width: 1080px) {
  .p-home-staff::after {
    bottom: -19px;
    width: 93px;
    height: 116px;
  }
}

.p-home-member {
  position: relative;
  z-index: 3;
  margin-top: -162px;
  padding: 84px 0 110px;
}

@media screen and (max-width: 1080px) {
  .p-home-member {
    padding: 37px 0 60px;
  }
}

@media screen and (max-width: 767px) {
  .p-home-member {
    margin-top: -50px;
    padding: 37px 0 48px;
  }
}

html.popup {
  overflow: hidden;
}

.p-staff-modal {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 10000;
}

.p-staff-modal__wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 1080px) {
  .p-staff-modal__wrap {
    min-width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .p-staff-modal__wrap {
    min-width: 80%;
  }
}

.p-staff-modal__cont {
  display: flex;
  background-color: #ffffff;
  border-radius: 40px;
  padding: 72px 30px 75px 60px;
  gap: 50px;
  max-width: 780px;
  max-height: 80dvh;
  margin: 0 auto;
}

@media screen and (max-width: 1080px) {
  .p-staff-modal__cont {
    max-width: 100%;
    width: 100%;
    border-radius: 40px;
  }
}

@media screen and (max-width: 767px) {
  .p-staff-modal__cont {
    border-radius: 40px;
    max-width: 335px;
    padding: 20px 10px 30px 30px;
    width: 100%;
    margin: 0 auto;
  }
}

.p-staff-modal__post {
  font-size: 15px;
  color: #39b382;
  padding-top: 60px;
}

@media screen and (max-width: 767px) {
  .p-staff-modal__post {
    font-size: 12px;
    padding-top: 20px;
  }
}

.p-staff-modal__name {
  font-size: 32px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .p-staff-modal__name {
    font-size: 20px;
  }
}

.p-staff-modal__img-wrap {
  width: 202px;
}

.p-staff-modal__img-wrap.--pc {
  display: none;
}

@media screen and (max-width: 767px) {
  .p-staff-modal__img-wrap {
    width: 100px;
  }
}

.p-staff-modal__en {
  color: #2d2e31;
  font-family: "Montserrat", sans-serif;
}

.p-staff-modal__txt-wrap {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.p-staff-modal__txt {
  border-top: 1px solid #d8e6e1;
  margin-top: 42px;
  padding-top: 30px;
  font-size: 17px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-staff-modal__txt {
    font-size: 13px;
    margin-top: 20px;
    padding-top: 20px;
  }
}

.p-staff-modal__close {
  font-size: 40px;
  color: #ffffff;
  position: absolute;
  top: -55px;
  right: -30px;
  line-height: 1;
}

@media screen and (max-width: 1080px) {
  .p-staff-modal__close {
    top: -55px;
    right: -30px;
  }
}

@media screen and (max-width: 767px) {
  .p-staff-modal__close {
    font-size: 40px;
    right: 0;
    top: -48px;
  }
}

.p-staff-modal__txt-cntr {
  overflow-y: scroll;
  padding-right: 30px;
  max-height: 70dvh;
}

@media screen and (max-width: 767px) {
  .p-staff-modal__txt-cntr {
    max-height: 400px;
    padding-right: 20px;
  }
}

.p-staff-modal__txt-cntr::-webkit-scrollbar {
  width: 5px;
  height: 30px;
}

.p-staff-modal__txt-cntr::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 5px;
}

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