@charset "UTF-8";
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #003467;
}

/* デフォルトのタイポグラフィ */
h1, h2, h3 {
  line-height: 1.3;
}

h1 {
  font-size: clamp(28px, 4vw, 40px);
}

h2 {
  font-size: clamp(22px, 3vw, 28px);
}

h3 {
  font-size: clamp(18px, 2.5vw, 22px);
}

p {
  font-size: 16px;
  color: #003467;
}

/* よく使うユーティリティ */
.u-mt-0 {
  margin-top: 0 !important;
}

.u-mb-0 {
  margin-bottom: 0 !important;
}

.u-strong--red {
  font-size: 1.18em;
  color: #EB0C19;
}
@media screen and (max-width: 767px) {
  .u-strong--red {
    font-size: 1em;
  }
}

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

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

.l-container {
  max-width: 1205px;
  margin: 0 auto;
  padding: 0 30px;
}

.l-modal {
  position: fixed;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.l-modal.active {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
}
.l-modal__bg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
}
.l-modal__inner {
  position: relative;
  max-width: 1220px;
  width: 100%;
  margin: 0 32px;
}
@media screen and (max-width: 767px) {
  .l-modal__inner {
    margin: 20px 20px 0;
  }
}
.l-modal__close-btn {
  position: absolute;
  top: -60px;
  right: 0;
  width: clamp(19.175px, 0px + 2.5vw, 36px);
  height: clamp(19.175px, 0px + 2.5vw, 36px);
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .l-modal__close-btn {
    top: -40px;
    width: 25px;
    height: 25px;
  }
}
.l-modal__close-btn:hover {
  opacity: 0.7;
}
.l-modal__close-btn-line {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  display: block;
  position: absolute;
  top: 50%;
}
.l-modal__close-btn-line:nth-child(1) {
  transform: translateY(-50%) rotate(45deg);
}
.l-modal__close-btn-line:nth-child(2) {
  transform: translateY(-50%) rotate(-45deg);
}
.l-modal__body {
  background: #fff;
  border-radius: 29px;
  border: 10px solid #E2BD41;
  padding-top: clamp(38.35px, 0px + 5vw, 72px);
  padding-right: clamp(42.6111111111px, 0px + 5.5555555556vw, 80px);
  padding-bottom: clamp(42.6111111111px, 0px + 5.5555555556vw, 80px);
  padding-left: clamp(31.9583333333px, 0px + 4.1666666667vw, 60px);
  max-height: 80vh;
  overflow-y: auto;
}
@media screen and (max-width: 767px) {
  .l-modal__body {
    padding: 22px 20px 50px;
    max-height: 90vh;
    border: 4px solid #E2BD41;
    border-radius: 10px;
  }
}

.l-side {
  position: sticky;
  top: 80px;
}

.c-btn {
  display: inline-block;
  padding: 9.6px;
  padding-right: clamp(31.159375px, 0px + 4.0625vw, 58.5px);
  padding-left: clamp(31.159375px, 0px + 4.0625vw, 58.5px);
  border-radius: 27px;
  font-weight: 700;
  border: 1px solid #003467;
  background: #003467;
  color: #fff;
  transition: transform 0.05s ease, opacity 0.2s ease;
  cursor: pointer;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .c-btn {
    padding: 9px 65px;
  }
}
.c-btn:hover {
  opacity: 0.9;
}
.c-btn:active {
  transform: translateY(1px) scale(0.99);
}
.c-btn--gold {
  color: #003467;
  background: linear-gradient(to right, #EBC04A, #FFE576, #EBC04A);
  border: none;
}

.c-txt-link {
  color: #003467;
  text-decoration: underline;
  transition: all 0.3s;
}
.c-txt-link:hover {
  opacity: 0.7;
  text-decoration: none;
}

.c-title {
  font-weight: 700;
}

.c-title--center {
  text-align: center;
}

/* アイコン用 */
/* フォーム用 */
/* テキスト表現用 */
/* ナビ用 */
.c-ancer-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .c-ancer-nav {
    flex-direction: column;
  }
}
.c-ancer-nav__item {
  font-size: clamp(11.7180555556px, 0px + 1.5277777778vw, 22px);
  line-height: 2.2727272727;
  letter-spacing: 0em;
  line-height: 1.8;
  font-weight: 500;
  width: 25%;
  text-align: center;
  border-right: 1px solid #ffffff;
}
@media screen and (max-width: 767px) {
  .c-ancer-nav__item {
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0em;
    border-bottom: 1px solid #ffffff;
    border-right: none;
    width: 100%;
    padding: 15px 0 17.5px;
    text-align: left;
  }
}
.c-ancer-nav__item:first-of-type {
  border-left: 1px solid #ffffff;
}
@media screen and (max-width: 767px) {
  .c-ancer-nav__item:first-of-type {
    border-top: 1px solid #ffffff;
    border-left: none;
  }
}
.c-ancer-nav__item a {
  color: #ffffff;
  transition: opacity 0.3s;
  position: relative;
  padding-right: clamp(15.9791666667px, 0px + 2.0833333333vw, 30px);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-ancer-nav__item a {
    display: inline-block;
    padding-right: 0;
  }
}
.c-ancer-nav__item a::after {
  content: "";
  position: absolute;
  top: 43%;
  right: 0;
  width: clamp(10.6527777778px, 0px + 1.3888888889vw, 20px);
  height: clamp(5.3263888889px, 0px + 0.6944444444vw, 10px);
  background-image: url(../images/arrow_wh.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .c-ancer-nav__item a::after {
    width: 20px;
    height: 10px;
  }
}
.c-ancer-nav__item a:hover {
  opacity: 0.7;
}

/* 画像用 */
/* リスト用 */
/* テーブル用 */
/* 罫線用 */
/* ビデオ用 */
/* スライド用 */
/* その他 */
/* 左から表示 */
@keyframes slideInFromLeft {
  0% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
.c-slide-in-left {
  opacity: 0;
}

.c-slide-in-left.js-animeOn {
  opacity: 1;
  animation: 0.5s ease-out 0s 1 slideInFromLeft;
}

/*下からフェードイン*/
.c-fade-up {
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  opacity: 0;
}

.c-fade-up.js-animeOn {
  -webkit-transform: translate(0);
  transform: translate(0);
  opacity: 1;
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 1s ease;
  transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease;
}

.mainHeader {
  background-color: #ffffff;
}

.topic_path-wrap {
  background-color: #ffffff;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .topic_path-wrap {
    padding-bottom: 0;
  }
}
.topic_path-wrap .topic_path {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .topic_path-wrap .topic_path {
    display: none;
  }
}

.allWrap {
  height: 100%;
}

i {
  font-style: normal;
  display: inline-block;
}

.p-top-sec--full {
  position: relative;
}
.p-top-sec--full .p-top-sec--full__bgimg {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: opacity 1s;
}
.p-top-sec--full .p-top-sec--full__bgimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 60% 0;
}
@media screen and (max-width: 767px) {
  .p-top-sec--full .p-top-sec--full__bgimg img {
    object-position: 100% 0;
  }
}
.p-top-sec--full__text-area {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  left: clamp(62.8513888889px, 0px + 8.1944444444vw, 118px);
}
@media screen and (max-width: 767px) {
  .p-top-sec--full__text-area {
    top: 0px;
    left: 14px;
  }
}
.p-top-sec--full__ttl {
  font-size: clamp(20.7729166667px, 0px + 2.7083333333vw, 39px);
  line-height: 1.6153846154;
  letter-spacing: 0em;
  font-family: "Shippori Antique", sans-serif;
  padding: 0 10px;
  background: #ffffff;
  display: inline;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
@media screen and (max-width: 767px) {
  .p-top-sec--full__ttl {
    font-size: 2.1rem;
    line-height: 2.2857142857;
    letter-spacing: 0em;
    padding: 5px;
  }
}
.p-top-sec--full__txt_wrap {
  padding: 2% 0;
}
.p-top-sec--full__txt {
  font-size: clamp(11.7180555556px, 0px + 1.5277777778vw, 22px);
  line-height: 2.2727272727;
  letter-spacing: 0em;
  font-family: "Shippori Antique", sans-serif;
  padding: 2.1% 6px 2.1% 10px;
  background: #ffffff;
  display: inline;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
@media screen and (max-width: 767px) {
  .p-top-sec--full__txt {
    font-size: 1.5rem;
    line-height: 2.4;
    letter-spacing: 0em;
    padding: 8px 10px 8px;
  }
}

.p-top-mv .p-top-sec--full__ttl-wrap {
  margin-bottom: clamp(23.96875px, 0px + 3.125vw, 45px);
}
@media screen and (max-width: 767px) {
  .p-top-mv .p-top-sec--full__ttl-wrap {
    margin-bottom: 23px;
  }
}

.p-top-about .p-top-sec--full__ttl-wrap {
  margin-bottom: clamp(15.4465277778px, 0px + 2.0138888889vw, 29px);
}
@media screen and (max-width: 767px) {
  .p-top-about .p-top-sec--full__ttl-wrap {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top-about .p-top-sec--full__text-area {
    top: 80px;
    left: 14px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-about .p-top-sec--full__bgimg img {
    object-position: center 0;
  }
}

.p-top-service .p-top-sec--full__ttl {
  font-size: clamp(15.9791666667px, 0px + 2.0833333333vw, 30px);
  line-height: 2.1;
  letter-spacing: 0em;
  padding-top: 6px;
  padding-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .p-top-service .p-top-sec--full__ttl {
    font-size: 2rem;
    line-height: 2.25;
    letter-spacing: 0em;
    padding-top: 9px;
    padding-bottom: 9px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-service .p-top-sec--full__text-area {
    top: 80px;
    left: 14px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-service .p-top-sec--full__bgimg img {
    object-position: 90% 0;
  }
}

.p-top-master {
  position: relative;
}
.p-top-master .p-top-sec--full__bgimg img {
  object-position: center;
}
@media screen and (max-width: 767px) {
  .p-top-master .p-top-sec--full__bgimg img {
    height: 100%;
    width: auto;
  }
}
.p-top-master__bgimg {
  height: 100%;
}
.p-top-master__bgimg--top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: absolute;
  top: 0;
  height: 33%;
}
.p-top-master__bgimg--bottom {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  position: absolute;
  bottom: 0;
  height: 33%;
}
.p-top-master__bgimg--bottom img {
  object-position: top, center;
}
.p-top-master__text-area {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .p-top-master__text-area {
    width: 100vw;
    height: 34%;
    background: #ffffff;
  }
}
.p-top-master__ttl-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-master__ttl-wrap {
    height: 100%;
    justify-content: center;
  }
}
.p-top-master__img {
  width: clamp(115.5826388889px, 0px + 15.0694444444vw, 217px);
  height: auto;
  position: absolute;
  bottom: calc(100% - 28px);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-top-master__img {
    position: static;
    width: 171px;
  }
}
.p-top-master__ttl {
  font-size: clamp(20.7729166667px, 0px + 2.7083333333vw, 39px);
  line-height: 1.6153846154;
  letter-spacing: 0em;
  font-family: "Shippori Antique", sans-serif;
  background: #ffffff;
  display: inline;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  display: block;
  padding-top: clamp(16.5118055556px, 0px + 2.1527777778vw, 31px);
  padding-right: clamp(5.3263888889px, 0px + 0.6944444444vw, 10px);
  padding-bottom: clamp(11.1854166667px, 0px + 1.4583333333vw, 21px);
  padding-left: clamp(14.38125px, 0px + 1.875vw, 27px);
  z-index: 0;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .p-top-master__ttl {
    font-size: 3.2rem;
    line-height: 1.3125;
    letter-spacing: 0em;
    line-height: 1.3125;
    letter-spacing: 0;
    text-align: center;
    background: none;
    border: none;
    padding: 0;
  }
}

.p-top-people {
  background-color: #4A0D0D;
  padding-top: clamp(52.1986111111px, 0px + 6.8055555556vw, 98px);
  padding-bottom: clamp(53.7965277778px, 0px + 7.0138888889vw, 101px);
}
@media screen and (max-width: 767px) {
  .p-top-people {
    padding: 58px 0 62px;
  }
}
.p-top-people__ttl-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #ffffff;
}
.p-top-people__img {
  width: clamp(163.5201388889px, 0px + 21.3194444444vw, 307px);
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-top-people__img {
    width: 100%;
    max-width: 245px;
  }
}
.p-top-people__ttl {
  font-size: clamp(26.6319444444px, 0px + 3.4722222222vw, 50px);
  line-height: 1.44;
  letter-spacing: 0em;
  font-weight: 700;
  margin-top: clamp(17.5770833333px, 0px + 2.2916666667vw, 33px);
  margin-bottom: clamp(12.7833333333px, 0px + 1.6666666667vw, 24px);
}
@media screen and (max-width: 767px) {
  .p-top-people__ttl {
    font-size: 3rem;
    line-height: 1.4666666667;
    letter-spacing: 0em;
    margin: 44px auto 15px;
  }
}
.p-top-people__lead {
  font-size: clamp(13.3159722222px, 0px + 1.7361111111vw, 25px);
  line-height: 2.4;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-top-people__lead {
    font-size: 1.8rem;
    line-height: 2.0555555556;
    letter-spacing: 0em;
    text-align: center;
  }
}
.p-top-people .c-ancer-nav {
  margin-top: clamp(46.3395833333px, 0px + 6.0416666667vw, 87px);
  margin-bottom: clamp(25.0340277778px, 0px + 3.2638888889vw, 47px);
}
@media screen and (max-width: 767px) {
  .p-top-people .c-ancer-nav {
    margin: 29px 0 80px;
  }
}
.p-top-people__card_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: clamp(35.6868055556px, 0px + 4.6527777778vw, 67px);
  column-gap: clamp(19.9739583333px, 0px + 2.6041666667vw, 37.5px);
}
@media screen and (max-width: 767px) {
  .p-top-people__card_list {
    grid-template-columns: 1fr;
    row-gap: 65px;
  }
}
.p-top-people .p-top-people__area_ttl {
  color: #ffffff;
  font-size: clamp(13.3159722222px, 0px + 1.7361111111vw, 25px);
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 700;
  margin-bottom: clamp(10.1201388889px, 0px + 1.3194444444vw, 19px);
}
@media screen and (max-width: 767px) {
  .p-top-people .p-top-people__area_ttl {
    font-size: 2rem;
    line-height: 1.45;
    letter-spacing: 0em;
    margin-bottom: 10px;
  }
}
.p-top-people .p-top-people__card {
  background-color: #ffffff;
  border-radius: 10px;
  padding-top: clamp(13.3159722222px, 0px + 1.7361111111vw, 25px);
  padding-left: clamp(13.3159722222px, 0px + 1.7361111111vw, 25px);
  padding-right: clamp(13.3159722222px, 0px + 1.7361111111vw, 25px);
  padding-bottom: clamp(14.9138888889px, 0px + 1.9444444444vw, 28px);
}
@media screen and (max-width: 767px) {
  .p-top-people .p-top-people__card {
    padding: 22.5px 22.5px 34px;
  }
}
.p-top-people .p-top-people__card_img {
  width: 100%;
  height: auto;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .p-top-people .p-top-people__card_img {
    margin-bottom: 6px;
  }
}
.p-top-people .p-top-people__card_ttl {
  font-size: clamp(14px, 1.25vw, 18px);
  font-weight: 700;
  margin-bottom: clamp(5.3263888889px, 0px + 0.6944444444vw, 10px);
  min-height: clamp(47.9375px, 0px + 6.25vw, 90px);
}
@media screen and (max-width: 767px) {
  .p-top-people .p-top-people__card_ttl {
    font-size: 2rem;
    line-height: 1.5;
    letter-spacing: 0em;
    margin-bottom: 10px;
    min-height: auto;
  }
}
.p-top-people .p-top-people__card_name-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: clamp(14.38125px, 0px + 1.875vw, 27px);
}
@media screen and (max-width: 767px) {
  .p-top-people .p-top-people__card_name-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    margin-bottom: 30px;
  }
}
.p-top-people .p-top-people__card_name {
  font-size: clamp(7.4569444444px, 0px + 0.9722222222vw, 14px);
  line-height: 1.4285714286;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (max-width: 1023px) {
  .p-top-people .p-top-people__card_name {
    font-size: 1rem;
    line-height: 1;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) {
  .p-top-people .p-top-people__card_name {
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}
.p-top-people .p-top-people__card .c-txt-link {
  font-size: clamp(7.4569444444px, 0px + 0.9722222222vw, 14px);
  line-height: 1.4285714286;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (max-width: 1023px) {
  .p-top-people .p-top-people__card .c-txt-link {
    font-size: 1rem;
    line-height: 1;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) {
  .p-top-people .p-top-people__card .c-txt-link {
    font-size: 1.3rem;
    line-height: 1.4615384615;
    letter-spacing: 0em;
  }
}
.p-top-people .p-top-people__card_comment {
  background-color: #DEF0FF;
  border-radius: 5px;
  padding: 9px 14px 16.5px;
  min-height: 170px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-people .p-top-people__card_comment {
    padding: 28px 16.5px 13px 16.5px;
    min-height: auto;
  }
}
.p-top-people .p-top-people__card_comment_ttl-wrap {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 12px;
  margin-bottom: 9px;
  margin-left: -22px;
  margin-top: -13px;
}
@media screen and (max-width: 767px) {
  .p-top-people .p-top-people__card_comment_ttl-wrap {
    margin-bottom: 7px;
    margin-left: -16px;
    margin-top: -32px;
    gap: 4px;
  }
}
.p-top-people .p-top-people__card_comment_ttl {
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .p-top-people .p-top-people__card_comment_ttl {
    font-size: 1.3rem;
    line-height: 0.7692307692;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) {
  .p-top-people .p-top-people__card_comment_ttl {
    font-size: 1.8rem;
    line-height: 1.4444444444;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) {
  .p-top-people .p-top-people__card_comment-inner {
    align-items: flex-end;
    gap: 9px;
  }
}
.p-top-people .p-top-people__card_comment_img {
  width: clamp(32.4909722222px, 0px + 4.2361111111vw, 61px);
  height: auto;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-top-people .p-top-people__card_comment_img {
    max-width: 75px;
    width: 100%;
    margin-bottom: -13px;
  }
}
.p-top-people .p-top-people__card_comment_img--small {
  width: 28px;
  height: auto;
}
.p-top-people .p-top-people__card_comment_txt {
  font-size: clamp(7.4569444444px, 0px + 0.9722222222vw, 14px);
  line-height: 1.7142857143;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (max-width: 1023px) {
  .p-top-people .p-top-people__card_comment_txt {
    font-size: 1.2rem;
    line-height: 1.8333333333;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) {
  .p-top-people .p-top-people__card_comment_txt {
    font-size: 1.4rem;
    line-height: 1.7142857143;
    letter-spacing: 0em;
  }
}
.p-top-people .p-top-people__card_btn-wrap {
  margin-top: clamp(12.2506944444px, 0px + 1.5972222222vw, 23px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-people .p-top-people__card_btn-wrap {
    margin-top: 28px;
  }
}
.p-top-people__card_item--full {
  grid-column: 1/-1; /* 1列目〜最後までを占有 → 1行目は1つ */
}
.p-top-people__card_item--full .p-top-people__card {
  border: 10px solid #E2BD41;
  padding-top: clamp(31.9583333333px, 0px + 4.1666666667vw, 60px);
  padding-left: clamp(19.7076388889px, 0px + 2.5694444444vw, 37px);
  padding-right: clamp(31.9583333333px, 0px + 4.1666666667vw, 60px);
  padding-bottom: clamp(18.1097222222px, 0px + 2.3611111111vw, 34px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-people__card_item--full .p-top-people__card {
    border: 5px solid #E2BD41;
    padding: 22.5px 22.5px 34px;
  }
}
.p-top-people__card_item--full .p-top-people__card::before {
  content: "";
  width: clamp(88.4180555556px, 0px + 11.5277777778vw, 166px);
  height: clamp(88.4180555556px, 0px + 11.5277777778vw, 166px);
  background-image: url(../images/people01_head.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: -10px;
  top: -10px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-top-people__card_item--full .p-top-people__card::before {
    max-width: 130px;
    max-height: 128px;
    width: 100%;
    height: 100%;
    left: -5px;
    top: -5px;
  }
}
.p-top-people__card_item--full .p-top-people__card-inner {
  display: flex;
  align-items: flex-start;
  gap: clamp(38.6163194444px, 0px + 5.0347222222vw, 72.5px);
}
@media screen and (max-width: 767px) {
  .p-top-people__card_item--full .p-top-people__card-inner {
    flex-direction: column;
    gap: 16px;
  }
}
.p-top-people__card_item--full .p-top-people__card_img {
  width: clamp(258.8625px, 0px + 33.75vw, 486px);
  height: auto;
  margin-bottom: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-top-people__card_item--full .p-top-people__card_img {
    width: 100%;
    border-radius: 5px;
  }
}
.p-top-people__card_item--full .p-top-people__card_ttl {
  font-size: clamp(12.7833333333px, 0px + 1.6666666667vw, 24px);
  line-height: 1.6666666667;
  letter-spacing: 0em;
  margin-bottom: clamp(7.9895833333px, 0px + 1.0416666667vw, 15px);
}
@media screen and (max-width: 767px) {
  .p-top-people__card_item--full .p-top-people__card_ttl {
    font-size: 2rem;
    line-height: 1.5;
    letter-spacing: 0em;
    margin-bottom: 6px;
  }
}
.p-top-people__card_item--full .p-top-people__card_name-wrap {
  align-items: flex-start;
  margin-bottom: clamp(11.7180555556px, 0px + 1.5277777778vw, 22px);
}
@media screen and (max-width: 767px) {
  .p-top-people__card_item--full .p-top-people__card_name-wrap {
    margin-bottom: 30px;
  }
}
.p-top-people__card_item--full .p-top-people__card_name {
  font-size: clamp(10.1201388889px, 0px + 1.3194444444vw, 19px);
  line-height: 1;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-top-people__card_item--full .p-top-people__card_name {
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}
.p-top-people__card_item--full .p-top-people__card .c-txt-link {
  font-size: clamp(7.9895833333px, 0px + 1.0416666667vw, 15px);
  line-height: 1.4;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-top-people__card_item--full .p-top-people__card .c-txt-link {
    font-size: 1.3rem;
    line-height: 1.4615384615;
    letter-spacing: 0em;
  }
}
.p-top-people__card_item--full .p-top-people__card_comment {
  padding-top: clamp(12.2506944444px, 0px + 1.5972222222vw, 23px);
  padding-right: clamp(15.9791666667px, 0px + 2.0833333333vw, 30px);
  padding-bottom: clamp(9.0548611111px, 0px + 1.1805555556vw, 17px);
  padding-left: clamp(13.8486111111px, 0px + 1.8055555556vw, 26px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-people__card_item--full .p-top-people__card_comment {
    padding: 28px 16.5px 13px 16.5px;
  }
}
.p-top-people__card_item--full .p-top-people__card_comment_ttl-wrap {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-top-people__card_item--full .p-top-people__card_comment_ttl-wrap {
    display: flex;
  }
}
.p-top-people__card_item--full .p-top-people__card_comment_ttl {
  font-size: clamp(11.1854166667px, 0px + 1.4583333333vw, 21px);
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 10px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-top-people__card_item--full .p-top-people__card_comment_ttl {
    font-size: 1.8rem;
    line-height: 1.4444444444;
    letter-spacing: 0em;
    margin: 0;
    text-align: center;
  }
}
.p-top-people__card_item--full .p-top-people__card_comment-inner {
  display: flex;
  align-items: center;
  gap: clamp(13.3159722222px, 0px + 1.7361111111vw, 25px);
}
@media screen and (max-width: 767px) {
  .p-top-people__card_item--full .p-top-people__card_comment-inner {
    gap: 9px;
  }
}
.p-top-people__card_item--full .p-top-people__card_comment_img {
  width: clamp(49.0027777778px, 0px + 6.3888888889vw, 92px);
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-top-people__card_item--full .p-top-people__card_comment_img {
    max-width: 75px;
    width: 100%;
  }
}
.p-top-people__card_item--full .p-top-people__card_comment_txt {
  font-size: clamp(8.5222222222px, 0px + 1.1111111111vw, 16px);
  line-height: 1.875;
  letter-spacing: 0em;
}
@media screen and (max-width: 1023px) {
  .p-top-people__card_item--full .p-top-people__card_comment_txt {
    font-size: 1.4rem;
    line-height: 1.7142857143;
    letter-spacing: 0em;
  }
}
.p-top-people__card_item--full .p-top-people__card_btn-wrap {
  margin-top: clamp(21.3055555556px, 0px + 2.7777777778vw, 40px);
}
.p-top-people__card_item--full .p-top-people__card_btn-wrap .c-btn {
  padding: 12px;
  padding-right: clamp(49.0027777778px, 0px + 6.3888888889vw, 92px);
  padding-left: clamp(49.0027777778px, 0px + 6.3888888889vw, 92px);
}

.p-top-modal__header {
  margin-bottom: clamp(43.6763888889px, 0px + 5.6944444444vw, 82px);
  display: flex;
  align-items: center;
  gap: clamp(20.7729166667px, 0px + 2.7083333333vw, 39px);
}
@media screen and (max-width: 767px) {
  .p-top-modal__header {
    flex-direction: column;
    margin-bottom: 50px;
    align-items: flex-start;
  }
}
.p-top-modal__header_img {
  width: clamp(258.8625px, 0px + 33.75vw, 486px);
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-top-modal__header_img {
    width: 100%;
  }
}
.p-top-modal__header_ttl {
  font-size: clamp(18.6423611111px, 0px + 2.4305555556vw, 35px);
  line-height: 1.7142857143;
  letter-spacing: 0em;
  font-weight: 700;
  margin-bottom: clamp(11.1854166667px, 0px + 1.4583333333vw, 21px);
}
@media screen and (max-width: 767px) {
  .p-top-modal__header_ttl {
    font-size: 2.4rem;
    line-height: 1.6666666667;
    letter-spacing: 0em;
    margin-bottom: 10px;
  }
}
.p-top-modal__header_name {
  font-size: clamp(10.6527777778px, 0px + 1.3888888889vw, 20px);
  line-height: 1.45;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-top-modal__header_name {
    font-size: 1.5rem;
    line-height: 1.4;
    letter-spacing: 0em;
  }
}
.p-top-modal__contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(36.7520833333px, 0px + 4.7916666667vw, 69px);
}
@media screen and (max-width: 767px) {
  .p-top-modal__contents {
    gap: 30px;
  }
}
.p-top-modal__content {
  display: flex;
  align-items: flex-start;
  gap: clamp(17.5770833333px, 0px + 2.2916666667vw, 33px);
}
@media screen and (max-width: 767px) {
  .p-top-modal__content {
    flex-direction: column;
  }
}
.p-top-modal__content--reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-top-modal__content--reverse {
    flex-direction: column;
  }
}
.p-top-modal__content__ttl {
  font-size: clamp(12.7833333333px, 0px + 1.6666666667vw, 24px);
  line-height: 1.75;
  letter-spacing: 0em;
  font-weight: 700;
  margin-bottom: clamp(10.6527777778px, 0px + 1.3888888889vw, 20px);
}
@media screen and (max-width: 767px) {
  .p-top-modal__content__ttl {
    font-size: 1.8rem;
    line-height: 1.7777777778;
    letter-spacing: 0em;
    margin-bottom: 20px;
  }
}
.p-top-modal__content__txt {
  font-size: clamp(9.5875px, 0px + 1.25vw, 18px);
  line-height: 2.2222222222;
  letter-spacing: 0em;
  font-weight: 400;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .p-top-modal__content__txt {
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: 0em;
  }
}
.p-top-modal__content__img {
  width: clamp(230.1px, 0px + 30vw, 432px);
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-top-modal__content__img {
    width: 100%;
  }
}