body {
  font-family: "Noto Sans JP", sans-serif !important;
}

@media (max-width: 1279px) {
  .c-ttl {
    width: 100% !important;
  }
}
.c-ttl__main {
  margin-bottom: 5px !important;
}

.p-top-fv {
  overflow: hidden;
}
.p-top-fv__box-1 {
  margin: 0 !important;
}
.p-top-fv__img01 {
  width: 70% !important;
  top: 0 !important;
  left: 0 !important;
  z-index: 1;
}
.p-top-fv__img02 {
  width: 65% !important;
  top: 80px !important;
  right: 0 !important;
  z-index: 1;
}
@media (max-width: 768px) {
  .p-top-fv__img02 {
    top: 20px !important;
    width: 60% !important;
  }
}
.p-top-fv__img03 {
  width: 36% !important;
  top: 0 !important;
  left: 0 !important;
  transform: translate(-30%, 100%);
  z-index: 0;
}
.p-top-fv__img04 {
  width: 28%;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(20%, 0);
  z-index: 0;
}
.p-top-fv__img05 {
  width: 20%;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(0, 700%);
  z-index: 0;
}
@media (max-width: 768px) {
  .p-top-fv__logo {
    width: 100% !important;
  }
}

.p-interview {
  width: min(94%, 1400px);
  margin: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1279px) {
  .p-interview {
    padding-top: 0;
  }
  .p-interview .c-ttl__small {
    margin-bottom: 100px;
  }
}
@media (max-width: 1279px) and (max-width: 999px) {
  .p-interview .c-ttl__small {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .p-interview {
    padding-bottom: 4rem;
  }
}

.p-interview-intro {
  margin-bottom: 4rem;
  padding: 6.4rem;
  background: #F5F2E9;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 768px) {
  .p-interview-intro {
    margin-bottom: 2rem;
    padding: 3.2rem 2.4rem;
  }
}
.p-interview-intro__ttl {
  font-size: 3.6rem;
  font-weight: 500;
  word-break: keep-all;
}
@media (max-width: 768px) {
  .p-interview-intro__ttl {
    font-size: 2.4rem;
  }
}
.p-interview-intro__ttl .-or {
  color: #F5A32D;
  font-weight: 600;
}
.p-interview-intro__txt {
  margin: 1.2rem 0 3.2rem 0;
  font-size: 2rem;
  font-weight: 500;
  word-break: keep-all;
}
@media (max-width: 768px) {
  .p-interview-intro__txt {
    margin: 1.2rem 0 2.4rem 0;
    font-size: 1.6rem;
  }
}
.p-interview-intro__txt.-under {
  margin: 3.2rem 0;
}
@media (max-width: 768px) {
  .p-interview-intro__txt.-under {
    margin: 2.4rem;
  }
}
.p-interview-intro__txt .-or {
  color: #F5A32D;
  font-weight: 600;
}
.p-interview-intro__fukidashi {
  color: #fff;
  padding: 0.8rem 2.4rem;
  font-size: 4rem;
  font-weight: 700;
  border-radius: 0.4rem;
  word-break: keep-all;
  background: #F5A32D;
  position: relative;
}
@media (max-width: 768px) {
  .p-interview-intro__fukidashi {
    font-size: 2.4rem;
  }
}
.p-interview-intro__fukidashi::before {
  content: "";
  width: 2.4rem;
  aspect-ratio: 24/16;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background: #F5A32D;
  position: absolute;
  bottom: 0.4rem;
  left: 50%;
  transform: translate(-50%, 100%);
}
@media (max-width: 768px) {
  .p-interview-intro__fukidashi::before {
    width: 2rem;
  }
}
.p-interview-intro__insta {
  width: fit-content;
  margin: 0 auto;
  font-size: 1.8rem;
  font-weight: 500;
  text-decoration: underline;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
  transition: opacity 0.3s;
  cursor: pointer;
}
@media (max-width: 768px) {
  .p-interview-intro__insta {
    font-size: 1.2rem;
    gap: 0.8rem;
  }
}
.p-interview-intro__insta:hover {
  opacity: 0.75;
}
.p-interview-intro__insta .-icon {
  width: 4rem;
}
@media (max-width: 768px) {
  .p-interview-intro__insta .-icon {
    width: 2.4rem;
  }
}
.p-interview-intro__insta .-icon img {
  width: 100%;
}

.p-interview-main {
  width: 100%;
  padding-top: 8rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 6.4rem;
}
@media (max-width: 768px) {
  .p-interview-main {
    padding-top: 4rem;
    flex-direction: column-reverse !important;
    gap: 2.4rem;
  }
}
.p-interview-main:nth-child(odd) {
  flex-direction: row-reverse;
}
.p-interview-main__txt {
  width: calc(66% - 6.4rem);
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
}
@media (max-width: 768px) {
  .p-interview-main__txt {
    width: 100%;
    gap: 2.4rem;
  }
}
.p-interview-main__txt__con .__ttl {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.p-interview-main__txt__con .__ttl .-beside {
  width: fit-content;
  padding: 1.2rem 1.6rem;
  color: #549B35;
  font-size: 2.4rem;
  font-weight: 700;
  border: solid 0.1rem #549B35;
  border-radius: 0.4rem;
  background: #fff;
  box-shadow: 0.2rem 0.2rem 0 #549B35;
  display: block;
}
.p-interview-main__txt__con .__ttl .-beside.-max768 {
  display: none;
}
@media (max-width: 768px) {
  .p-interview-main__txt__con .__ttl .-beside {
    padding: 0.8rem 1.2rem;
    font-size: 1.8rem;
  }
  .p-interview-main__txt__con .__ttl .-beside.-max768 {
    display: block;
  }
  .p-interview-main__txt__con .__ttl .-beside.-min768 {
    display: none;
  }
}
.p-interview-main__txt__con .__txt {
  width: calc(100% - 3.2rem);
  margin-top: -2.5rem;
  margin-left: auto;
  padding: 4.9rem 3.2rem 3.2rem 3.2rem;
  font-size: 1.8rem;
  line-height: 1.75;
  font-weight: 400;
  background: #F5F2E9;
  border-radius: 0.4rem;
}
@media (max-width: 768px) {
  .p-interview-main__txt__con .__txt {
    width: 100%;
    padding: 4.2rem 1.6rem 1.6rem 1.6rem;
    font-size: 1.4rem;
  }
}
.p-interview-main__txt__con .__txt:not(:first-of-type) {
  padding: 3.2rem;
  margin-top: 2.4rem;
}
@media (max-width: 768px) {
  .p-interview-main__txt__con .__txt:not(:first-of-type) {
    margin-top: 1.6rem;
    padding: 1.6rem;
  }
}
.p-interview-main__img {
  width: 34%;
}
@media (max-width: 768px) {
  .p-interview-main__img {
    width: 100%;
  }
}
.p-interview-main__img__photo {
  width: 100%;
  display: block;
  border-radius: 0.4rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .p-interview-main__img__photo {
    aspect-ratio: 356/300;
  }
}
.p-interview-main__img__photo img {
  width: 100%;
}
@media (max-width: 768px) {
  .p-interview-main__img__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
  }
}
.p-interview-main__img__profile {
  width: 100%;
  padding: 1.6rem 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
}
@media (max-width: 768px) {
  .p-interview-main__img__profile {
    padding: 1.2rem 0;
  }
}
.p-interview-main__img__profile .__school {
  font-size: 1.4rem;
  word-break: keep-all;
}
@media (max-width: 768px) {
  .p-interview-main__img__profile .__school {
    font-size: 1.2rem;
  }
}
.p-interview-main__img__profile .__ttl {
  white-space: nowrap;
  padding-bottom: 0.1em;
  font-size: 3.2rem;
  line-height: 1;
}
@media (max-width: 768px) {
  .p-interview-main__img__profile .__ttl {
    font-size: 2.4rem;
  }
}
.p-interview-main__img__profile .__ttl .-s {
  font-size: 1.6rem;
  line-height: 1;
}
@media (max-width: 768px) {
  .p-interview-main__img__profile .__ttl .-s {
    font-size: 1.2rem;
  }
}
.p-interview-main__img__work {
  width: 100%;
  padding: 1.6rem 0;
  border-top: dotted 0.1rem #CECECE;
  border-bottom: dotted 0.1rem #CECECE;
  display: flex;
  align-items: baseline;
  justify-content: left;
  gap: 3.2rem;
}
@media (max-width: 768px) {
  .p-interview-main__img__work {
    padding: 1.2rem 0;
    gap: 2.4rem;
  }
}
.p-interview-main__img__work .__ttl, .p-interview-main__img__work .__work {
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .p-interview-main__img__work .__ttl, .p-interview-main__img__work .__work {
    font-size: 1.4rem;
  }
}
.p-interview-main__img__work .__ttl {
  color: #549B35;
}
.p-interview-main__img__insta {
  width: fit-content;
  margin-top: 1.6rem;
  font-size: 1.6rem;
  font-weight: 500;
  text-decoration: underline;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  transition: opacity 0.3s;
  cursor: pointer;
}
@media (max-width: 768px) {
  .p-interview-main__img__insta {
    margin-left: auto;
    font-size: 1.2rem;
    gap: 0.8rem;
  }
}
.p-interview-main__img__insta:hover {
  opacity: 0.75;
}
.p-interview-main__img__insta .-icon {
  width: 3.2rem;
}
@media (max-width: 768px) {
  .p-interview-main__img__insta .-icon {
    width: 2.4rem;
  }
}
.p-interview-main__img__insta .-icon img {
  width: 100%;
}

.p-advice {
  width: min(94%, 1400px);
  margin: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}
.p-advice::before {
  content: "";
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #F5F2E9;
  z-index: -1;
}
@media (max-width: 999px) {
  .p-advice {
    padding-top: 6rem;
  }
}
@media (max-width: 768px) {
  .p-advice {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.p-advice .c-sticky__right {
  background: none;
}
@media (max-width: 1279px) {
  .p-advice .c-ttl {
    margin-bottom: 4rem;
  }
  .p-advice .c-ttl__small {
    margin-bottom: 5px;
  }
}
@media (max-width: 768px) {
  .p-advice .c-ttl {
    margin-bottom: 30px;
  }
}

.p-advice-main {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: left;
  gap: 4rem;
  flex-wrap: wrap;
}
.p-advice-main__con {
  width: calc((100% - 4rem) / 2);
}
@media (max-width: 768px) {
  .p-advice-main__con {
    width: 100%;
  }
}
.p-advice-main__con__img {
  width: 100%;
  margin-bottom: -2.5rem;
  border-radius: 0.4rem;
  overflow: hidden;
  display: block;
}
.p-advice-main__con__img img {
  width: 100%;
}
.p-advice-main__con__ttl {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.p-advice-main__con__ttl .-beside {
  width: fit-content;
  padding: 1.2rem 1.6rem;
  color: #549B35;
  font-size: 2.4rem;
  font-weight: 700;
  border: solid 0.1rem #549B35;
  border-radius: 0.4rem;
  background: #fff;
  box-shadow: 0.2rem 0.2rem 0 #549B35;
  display: block;
}
@media (max-width: 768px) {
  .p-advice-main__con__ttl .-beside {
    padding: 0.8rem 1.2rem;
    font-size: 1.8rem;
  }
}
.p-advice-main__con__txt {
  margin: 2.4rem 0;
  font-size: 1.6rem;
  line-height: 1.75;
}
@media (max-width: 768px) {
  .p-advice-main__con__txt {
    font-size: 1.4rem;
    margin: 1.6rem 0;
  }
}
.p-advice-main__con__profile {
  padding-top: 1.6rem;
  border-top: dotted 0.1rem #CECECE;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.p-advice-main__con__profile .__school {
  font-size: 1.4rem;
}
.p-advice-main__con__profile .__name {
  font-size: 2rem;
}
@media (max-width: 768px) {
  .p-advice-main__con__profile .__name {
    font-size: 1.8rem;
  }
}
.p-advice-main__con__profile .__name .-s {
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .p-advice-main__con__profile .__name .-s {
    font-size: 1.2rem;
  }
}

.p-partners {
  width: min(94%, 1400px);
  margin: auto;
}
@media (max-width: 1279px) {
  .p-partners .c-ttl {
    margin-bottom: 4rem;
  }
  .p-partners .c-ttl__small {
    margin-bottom: 0.5rem;
  }
}

.p-partners__list {
  gap: 3rem;
}
@media (max-width: 999px) {
  .p-partners__list {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .p-partners__list {
    gap: 2rem 1rem;
  }
}

.p-partners__list-item {
  width: calc((100% - 9rem) / 4);
  margin: 0;
}
@media (max-width: 999px) {
  .p-partners__list-item {
    width: calc((100% - 4rem) / 3);
  }
}
@media (max-width: 768px) {
  .p-partners__list-item {
    width: calc((100% - 1rem) / 2);
  }
}

.p-partners__list-item-img {
  display: block;
  width: 100%;
  aspect-ratio: 280/190;
}
.p-partners__list-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.company-filenum {
  border-right: solid 1px #91B821;
  color: #91B821;
}

.company-mv_img {
  width: 100%;
  aspect-ratio: 1220/600;
}
.company-mv_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.company-voice .company-voice_left {
  aspect-ratio: 1/1;
}
.company-voice .company-voice_left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.company-voice.-one .company-voice_li li {
  width: 100%;
}

.company-charm.-one .company-charm_li {
  justify-content: center;
  text-align: center;
}
.company-charm.-one .company-charm_li li {
  width: 100%;
}
.company-charm.-one .company-charm_li .company-charm_li_ttl p {
  display: none;
}
.company-charm.-one .company-charm_li h5 {
  width: 100%;
}

.company-charm_li_ttl {
  gap: 0 2rem;
}
@media (max-width: 768px) {
  .company-charm_li_ttl {
    gap: 1rem;
  }
}
.company-charm_li_ttl p {
  width: 7.4rem;
  aspect-ratio: 1/1;
  padding-top: 0.3rem;
  text-align: center;
  border: solid 0.2rem #1A1311;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0.5rem 0;
}
@media (max-width: 768px) {
  .company-charm_li_ttl p {
    width: 6rem;
  }
}
.company-charm_li_ttl p .-charm {
  padding-left: 0.2rem;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 768px) {
  .company-charm_li_ttl p .-charm {
    font-size: 1rem;
  }
}
.company-charm_li_ttl p .-num {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 768px) {
  .company-charm_li_ttl p .-num {
    font-size: 3rem;
  }
}
.company-charm_li_ttl h5 {
  width: calc(100% - 9.4rem);
}

.company-profile_infor dl dd a {
  width: fit-content;
  display: block;
}/*# sourceMappingURL=style2026.css.map */