@charset "UTF-8";
.pg-sec__more {
  text-align: center;
}
@media print, screen and (min-width:769px) {
  .pg-sec__more {
    margin-top: 50px;
  }
}

/* --------------------------------------------------------------------
  #concept
 */
.pg-concept-box p {
  font-size: var(--f14);
  line-height: 1.75;
  letter-spacing: 0.05em;
  text-align: justify;
  text-justify: inter-ideograph;
}
.pg-concept-box {
  padding: min(7.6923076923vw, 30px);
}
.pg-concept-box p + p {
  margin-top: 1.5em;
}
@media print, screen and (min-width:769px) {
  .pg-concept-box {
    padding: min(5.9322033898vw, 70px);
  }
  .pg-concept-box p {
    font-size: var(--f15);
    line-height: 2;
    letter-spacing: 0.075em;
  }
}

@media print, screen and (min-width:769px) {
  .pg-heading1 {
    margin-top: 60px;
    margin-bottom: -60px;
  }
}

.pg-concept-content {
  background: #efefef;
  padding: 10.2vw 30px 5.9vw;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .pg-concept-content {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media print, screen and (min-width:769px) {
  .pg-concept-content {
    padding: min(5.0847457627vw, 60px);
  }
}

.pg-concept__heading {
  font-size: var(--f15);
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.075em;
  margin-bottom: 1.5em;
}
@media print, screen and (min-width:769px) {
  .pg-concept__heading {
    font-size: var(--f17);
  }
}

.pg-concept-signature {
  text-align: right !important;
}

/* --------------------------------------------------------------------
  #profile
 */
.pg-profile {
  margin-bottom: 30px;
}
@media print, screen and (min-width:769px) {
  .pg-profile {
    margin-bottom: 60px;
  }
}

.pg-profile-container {
  margin-bottom: 40px;
  margin-top: min(5.1282051282vw, 20px);
}
@media print, screen and (min-width:769px) {
  .pg-profile-container {
    display: flex;
    margin: min(3.3898305085vw, 40px) min(5.0847457627vw, 60px) 0 min(3.3898305085vw, 40px);
  }
}

.pg-profile__face {
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .pg-profile__face {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width:769px) {
  .pg-profile__face {
    width: 32%;
  }
}

@media print, screen and (min-width:769px) {
  .pg-profile-content {
    padding-top: 20px;
    width: 68%;
    padding-left: 8%;
  }
}

.pg-profile__shoulder {
  font-size: var(--f11);
  margin-bottom: 0.7em;
}
@media print, screen and (min-width:769px) {
  .pg-profile__shoulder {
    font-size: var(--f13);
  }
}

.pg-profile__name {
  display: flex;
  align-items: center;
  font-size: var(--f16);
  margin-bottom: 1.5em;
}
.pg-profile__name .name-kana {
  font-size: var(--f12);
  margin-left: 1em;
}
@media print, screen and (min-width:769px) {
  .pg-profile__name {
    font-size: var(--f22);
  }
  .pg-profile__name .name-kana {
    font-size: var(--f12);
  }
}

.pg-profile__text {
  font-size: var(--f14);
  line-height: 1.75;
}
@media print, screen and (min-width:769px) {
  .pg-profile__text {
    font-size: var(--f15);
  }
}

/**
  22/10/05追加
 */
.pg-profile-video {
  background: #efefef;
  padding: 10.2vw 30px 5.9vw;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .pg-profile-video {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media print, screen and (min-width:769px) {
  .pg-profile-video {
    margin: 0 60px auto;
    padding: 60px 40px 40px;
  }
}

.pg-profile-video__heading {
  font-size: var(--f14);
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1.5em;
}
@media print, screen and (min-width:769px) {
  .pg-profile-video__heading {
    font-size: var(--f17);
  }
}

.pg-profile-video__video {
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width:769px) {
  .pg-profile-video__video {
    width: 450px;
    transition: 0.3s opacity;
  }
  .pg-profile-video__video:hover {
    opacity: 0.7;
  }
}

/* --------------------------------------------------------------------
  #school
 */
.pg-school {
  /*  margin-bottom: 60px;
    @include mq-pc {
      margin-bottom: 120px;
    }*/
}

.pg-school-content {
  padding: 10.2vw 0 5.9vw;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .pg-school-content {
    /*margin-left: -30px;
    margin-right: -30px;*/
  }
}
@media print, screen and (min-width:769px) {
  .pg-school-content {
    margin: 0 60px auto;
    padding: 40px 0 30px;
  }
}

.pg-school__heading {
  font-size: var(--f14);
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1.5em;
}
@media print, screen and (min-width:769px) {
  .pg-school__heading {
    font-size: var(--f17);
  }
}

.pg-school-videos {
  margin-top: min(5.1282051282vw, 20px);
}
.pg-school-videos > li:not(:last-child) {
  margin-bottom: min(10.2564102564vw, 40px);
}
.pg-school-videos iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media print, screen and (min-width:769px) {
  .pg-school-videos {
    margin-top: min(3.3898305085vw, 40px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .pg-school-videos > li {
    width: 48%;
    margin-bottom: 0;
  }
}

.pg-school-videos__video {
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin-bottom: 12px;
}
.pg-school-videos__video .video-inner {
  display: block;
  /*&::after {
    content: "";
    position: absolute;
    display: block;

    top:calc(50% - 25px);
    left:calc(50% - 40px);
    width: 80px;
    height: 50px;
    background: url(/assets/img/ic_video.svg) no-repeat center center /contain;
  }*/
}
@media print, screen and (min-width:769px) {
  .pg-school-videos__video {
    margin-bottom: 20px;
  }
  .pg-school-videos__video .video-inner::after {
    width: 120px;
    height: 80px;
    top: calc(50% - 40px);
    left: calc(50% - 60px);
  }
  .pg-school-videos__video {
    transition: 0.3s;
  }
  .pg-school-videos__video:hover {
    opacity: 0.7;
  }
}

.pg-school-videos__title {
  font-size: var(--f12);
  font-weight: 700;
  margin-bottom: 5px;
  line-height: 1.3;
}
@media print, screen and (min-width:769px) {
  .pg-school-videos__title {
    margin-bottom: 10px;
    font-size: var(--f15);
  }
}

/* --------------------------------------------------------------------
  #book
 */
.pg-book-container {
  padding: min(15.3846153846vw, 60px) min(7.6923076923vw, 30px);
}
@media print, screen and (min-width:769px) {
  .pg-book-container {
    padding: min(6.7796610169vw, 80px) min(6.7796610169vw, 80px);
  }
}

.pg-book__lead {
  font-size: var(--f15);
  line-height: 1.75;
  margin-bottom: 30px;
}
@media print, screen and (min-width:769px) {
  .pg-book__lead {
    font-size: var(--f15);
    margin-bottom: 40px;
  }
}

.pg-book-list {
  display: grid;
  gap: min(10.2564102564vw, 40px);
}
@media print, screen and (min-width:769px) {
  .pg-book-list {
    gap: min(5.0847457627vw, 60px);
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .pg-book-item .u-txt {
    font-size: var(--f13);
  }
}
@media print, screen and (min-width:769px) {
  .pg-book-item {
    display: flex;
  }
}

.pg-book-item__pict {
  position: relative;
  margin-bottom: 0.7em;
}
.pg-book-item__pict .pict-img {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 1.5em;
  transition: filter 0.4s;
  transition-delay: 1s;
  filter: drop-shadow(3px 3px 5px rgb(170, 170, 170));
}
.pg-book-item__pict .pict-img.ef-scroll-in {
  filter: drop-shadow(3px 3px 0px rgba(170, 170, 170, 0));
}
.pg-book-item__pict .pict-title {
  font-size: var(--f13);
  font-weight: 700;
  display: block;
  text-align: center;
  line-height: 1.5;
  white-space: nowrap;
  margin-bottom: 0.5em;
}
.pg-book-item__pict .pict-publisher {
  display: block;
  font-size: var(--f11);
  line-height: 1.3;
  text-align: center;
  white-space: nowrap;
}
.pg-book-item__pict .pict-balloon {
  position: absolute;
  width: 70px;
  left: calc(50% + 62px);
  top: -40px;
  transform-origin: 10% 100%;
  transition-delay: 1.1s;
  transition-duration: 0.5s;
}
.pg-book-item__pict .pict-balloon img {
  transform-origin: 10% 100%;
  animation: anim-balloon 3s infinite;
}
.pg-book-item__pict .pict-balloon.ef-scroll-in {
  transform: scale3d(0, 0, 0);
}
.pg-book-item__pict .pict-balloon.ver2 img {
  animation: anim-balloon2 3s infinite;
}
@media print, screen and (min-width:769px) {
  .pg-book-item__pict {
    width: 240px;
  }
  .pg-book-item__pict .pict-title {
    font-size: var(--f15);
  }
  .pg-book-item__pict .pict-title--width2 {
    width: 340px;
    margin-left: -50px;
  }
  .pg-book-item__pict .pict-publisher {
    font-size: var(--f12);
  }
  .pg-book-item__pict .pict-img {
    width: 170px;
    margin-bottom: 1em;
  }
  .pg-book-item__pict .pict-balloon {
    width: 90px;
    left: calc(50% + 70px);
    top: -58px;
  }
}

@keyframes anim-balloon {
  80% {
    transform: scale3d(1, 1, 1);
  }
  90% {
    transform: scale3d(1.1, 1.1, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes anim-balloon2 {
  80% {
    transform: scale3d(1, 1, 1);
  }
  90% {
    transform: scale3d(1.1, 1.1, 1) rotate(-5deg);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
@media print, screen and (min-width:769px) {
  .pg-book-item__content {
    padding-left: 10%;
    width: calc(100% - 240px);
  }
}

.pg-content-action {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.pg-content-action .content-action-btn {
  margin-right: 10px;
}
.pg-content-action .btn-inner {
  display: block;
  background: #595959;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  font-size: var(--f12);
  padding: 10px;
  width: min(30.7692307692vw, 120px);
}
.pg-content-action .content-action-btn:last-child {
  margin-right: 0;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .pg-content-action {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width:769px) {
  .pg-content-action {
    margin-top: 40px;
  }
  .pg-content-action .content-action-btn {
    margin-right: 20px;
  }
  .pg-content-action .btn-inner {
    width: min(13.5593220339vw, 160px);
    padding: 10px;
    font-size: var(--f14);
    border-radius: 4px;
    transition-duration: 0.3s;
  }
  .pg-content-action .btn-inner:hover {
    background: #000;
    color: #fff;
  }
}

/**
  21/01追加
  本リスト横並びレイアウト
 */
.pg-book-list--02 {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: min(5.1282051282vw, 20px) min(5.1282051282vw, 20px);
  padding: min(5.1282051282vw, 20px);
  background-color: #f2f2f2;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .pg-book-list--02 {
    padding-top: min(10.2564102564vw, 40px);
  }
  .pg-book-list--02 .pg-book-item {
    display: block;
    width: auto;
    min-width: 0;
  }
  .pg-book-list--02 .pg-book-item__pict {
    width: auto;
  }
  .pg-book-list--02 .pg-book-item__pict .pict-title,
  .pg-book-list--02 .pg-book-item__pict .pict-publisher {
    white-space: normal;
  }
  .pg-book-list--02 .pg-book-item__pict .pict-img {
    width: 100%;
  }
  .pg-book-list--02 .pg-book-item__pict .pict-img img {
    width: auto;
    height: min(30.7692307692vw, 120px);
    display: block;
    margin-inline: auto;
  }
  .pg-book-list--02 .pg-book-item__content .u-txt {
    font-size: var(--f12) !important;
  }
  .pg-book-list--02 .pg-content-action {
    display: block;
  }
  .pg-book-list--02 .pg-content-action .content-action-btn {
    margin-right: 0;
    margin-bottom: 7px;
  }
  .pg-book-list--02 .pg-content-action .content-action-btn:last-child {
    margin-bottom: 0;
  }
  .pg-book-list--02 .pg-content-action .btn-inner {
    width: auto;
  }
}
@media print, screen and (min-width:769px) {
  .pg-book-list--02 {
    padding: min(3.3898305085vw, 40px);
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: repeat(4, 1fr);
    gap: min(3.3898305085vw, 40px) min(1.6949152542vw, 20px);
  }
  .pg-book-list--02 .pg-book-item {
    display: block;
  }
  .pg-book-list--02 .pg-book-item__pict {
    width: auto;
  }
  .pg-book-list--02 .pg-book-item__pict .pict-img {
    margin-bottom: 1em;
    text-align: center;
  }
  .pg-book-list--02 .pg-book-item__pict .pict-img img {
    height: min(14.406779661vw, 170px);
    width: auto;
  }
  .pg-book-list--02 .pg-book-item__pict .pict-title {
    font-size: var(--f14);
    line-height: 1.2;
  }
  .pg-book-list--02 .pg-book-item__pict .pict-publisher {
    font-size: var(--f11);
    line-height: 1.3;
  }
  .pg-book-list--02 .pg-book-item__content {
    width: auto;
    padding-left: 0;
  }
  .pg-book-list--02 .pg-book-item__content .u-txt {
    font-size: var(--f13) !important;
    padding: 0 10px;
    letter-spacing: 0;
  }
  .pg-book-list--02 .pg-content-action {
    display: block;
    padding: 0 10px;
    margin-top: 10px;
  }
  .pg-book-list--02 .pg-content-action .content-action-btn {
    margin-right: 0;
    margin-bottom: 7px;
  }
  .pg-book-list--02 .pg-content-action .btn-inner {
    width: auto;
  }
}

/* --------------------------------------------------------------------
  #awards
 */
.pg-awards-list {
  display: grid;
  margin-top: min(10.2564102564vw, 40px);
  gap: min(5.1282051282vw, 20px);
}
@media print, screen and (min-width:769px) {
  .pg-awards-list {
    grid-template-columns: 1fr 1fr;
    gap: min(4.2372881356vw, 50px) min(2.5423728814vw, 30px);
  }
}

.pg-awards-list__item {
  position: relative;
  display: block;
  padding: min(6.4102564103vw, 25px) min(7.6923076923vw, 30px) min(12.8205128205vw, 50px);
  background-color: #f2f2f2;
}
.pg-awards-list__item .item-heading {
  font-size: var(--f15);
  line-height: 1.5;
  border-bottom: 1px solid #000;
  padding-bottom: 0.5em;
}
.pg-awards-list__item .item-text {
  margin-top: min(2.5641025641vw, 10px);
  line-height: 1.75;
  font-size: var(--f14);
}
.pg-awards-list__item .item-category,
.pg-awards-list__item .item-guide {
  position: absolute;
  font-size: var(--f14);
  bottom: min(5.641025641vw, 22px);
}
.pg-awards-list__item .item-guide {
  right: min(3.8461538462vw, 15px);
}
@media print, screen and (min-width:769px) {
  .pg-awards-list__item {
    padding: min(2.1186440678vw, 25px) min(2.5423728814vw, 30px) min(5.0847457627vw, 60px);
  }
  .pg-awards-list__item .item-heading {
    font-size: var(--f16);
  }
  .pg-awards-list__item .item-text {
    margin-top: min(1.6949152542vw, 20px);
    font-size: var(--f14);
  }
  .pg-awards-list__item .item-category {
    bottom: min(1.6949152542vw, 20px);
    font-size: var(--f14);
  }
  .pg-awards-list__item .item-guide {
    right: min(2.5423728814vw, 30px);
    bottom: min(1.6949152542vw, 20px);
    font-size: var(--f14);
  }
}

.pg-awards-all {
  margin-top: min(5.1282051282vw, 20px);
}
@media print, screen and (min-width:769px) {
  .pg-awards-all {
    margin-top: min(5.0847457627vw, 60px);
  }
}

/* --------------------------------------------------------------------
  #lecture
 */
.pg-lecture {
  margin-bottom: 80px;
}
@media print, screen and (min-width:769px) {
  .pg-lecture {
    margin-bottom: 160px;
  }
}

@media print, screen and (min-width:769px) {
  .pg-lecture-container {
    margin: 70px 60px 60px;
  }
}

@media print, screen and (min-width:769px) {
  .pg-lecture-container2 {
    display: flex;
    margin-bottom: 60px;
  }
}

@media print, screen and (min-width:769px) {
  .pg-lecture-container3 {
    padding: 20px 30px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .pg-lecture-accordion {
    padding: 0 20px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .pg-lecture__pict {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2em;
  }
}
@media print, screen and (min-width:769px) {
  .pg-lecture__pict {
    width: 30%;
  }
}

@media print, screen and (min-width:769px) {
  .pg-lecture-content {
    width: 70%;
    padding-left: 8%;
  }
}

.pg-lecture__heading {
  font-weight: 700;
  margin-bottom: 1.5em;
  line-height: 1.5;
  font-size: var(--f13);
}
@media print, screen and (min-width:769px) {
  .pg-lecture__heading {
    font-size: var(--f17);
  }
}

.pg-lecture__text {
  line-height: 1.75;
  font-size: var(--f15);
  margin-bottom: 1em;
}
@media print, screen and (min-width:769px) {
  .pg-lecture__text {
    font-size: var(--f15);
  }
}

.pg-lecture-list {
  margin-bottom: 2em;
}
.pg-lecture-list > li {
  font-size: var(--f12);
  margin-bottom: 0.3em;
}
@media print, screen and (min-width:769px) {
  .pg-lecture-list > li {
    font-size: var(--f14);
  }
}

.pg-list-awards {
  margin-bottom: 1em;
}
.pg-list-awards dt, .pg-list-awards dd {
  font-size: var(--f12);
  line-height: 1.5;
}
@media print, screen and (min-width:769px) {
  .pg-list-awards dt, .pg-list-awards dd {
    font-size: var(--f14);
  }
}

/* --------------------------------------------------------------------
  #method
 */
.pg-method-container {
  display: grid;
  gap: min(5.1282051282vw, 20px);
  margin-top: min(5.1282051282vw, 20px);
}
@media print, screen and (min-width:769px) {
  .pg-method-container {
    grid-template-columns: 1fr 1fr;
    gap: min(2.5423728814vw, 30px);
    margin-top: min(3.3898305085vw, 40px);
  }
}

.pg-method__box {
  position: relative;
  padding: min(5.1282051282vw, 20px) min(5.1282051282vw, 20px) min(12.8205128205vw, 50px);
  background-color: #f2f2f2;
}
@media print, screen and (min-width:769px) {
  .pg-method__box {
    padding: min(3.3898305085vw, 40px) min(3.3898305085vw, 40px) min(5.0847457627vw, 60px);
  }
}

.pg-method__box-heading {
  font-size: var(--f14);
  text-align: center;
}
@media print, screen and (min-width:769px) {
  .pg-method__box-heading {
    font-size: var(--f15);
  }
}

.pg-method__fig1,
.pg-method__fig2 {
  margin-top: min(5.1282051282vw, 20px);
  display: block;
  width: 70%;
  margin-inline: auto;
}
@media print, screen and (min-width:769px) {
  .pg-method__fig1,
  .pg-method__fig2 {
    margin-top: min(2.5423728814vw, 30px);
    width: min(22.0338983051vw, 260px);
  }
}

.pg-method__fig2 {
  width: 50%;
}
@media print, screen and (min-width:769px) {
  .pg-method__fig2 {
    width: min(20.3389830508vw, 240px);
  }
}

.pg-method__reg {
  position: absolute;
  right: min(3.0769230769vw, 12px);
  bottom: min(3.0769230769vw, 12px);
  font-size: var(--f12);
}
@media print, screen and (min-width:769px) {
  .pg-method__reg {
    font-size: var(--14);
    right: min(1.6949152542vw, 20px);
    bottom: min(1.6949152542vw, 20px);
  }
}

.pg-method-ip {
  margin-top: min(5.1282051282vw, 20px);
}
@media print, screen and (min-width:769px) {
  .pg-method-ip {
    margin-top: min(3.3898305085vw, 40px);
  }
}

.pg-method__logo {
  padding-left: 1em;
  margin-top: min(2.5641025641vw, 10px);
  width: min(61.5384615385vw, 240px);
}
@media print, screen and (min-width:769px) {
  .pg-method__logo {
    margin-top: min(1.6949152542vw, 20px);
    width: min(28.813559322vw, 340px);
  }
}

.pg-seminar-result p {
  line-height: 1.75;
  font-size: var(--f12);
}
@media print, screen and (min-width:769px) {
  .pg-seminar-result p {
    line-height: 2;
    font-size: var(--f14);
  }
}

/* --------------------------------------------------------------------
  #staff
 */
@media print, screen and (min-width:769px) {
  .pg-staff-container {
    margin: 70px 60px 60px;
  }
}

@media print, screen and (min-width: 0px) and (max-width: 499px) {
  .pg-staff-list {
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 500px) {
  .pg-staff-list {
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
  }
}

.pg-staff-list__item {
  position: relative;
  margin-bottom: 30px;
}
.pg-staff-list__item .item-title {
  margin-top: 0.5em;
  font-size: var(--f12);
  font-weight: normal;
  position: absolute;
  bottom: -2rem;
}
.pg-staff-list__item .item-summary {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  padding: 12px;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 1s, opacity 0.5s;
  display: flex;
  align-items: center;
  /*&.is-active {
    visibility: visible;
    opacity: 1;
    transition: visibility 0s, opacity .5s;
  }*/
}
.pg-staff-list__item .item-summary-shoulder {
  font-size: var(--f10);
  margin-bottom: 0.5em;
}
.pg-staff-list__item .item-summary-name {
  font-size: var(--f13);
  margin-bottom: 1em;
}
.pg-staff-list__item .item-summary-text {
  font-size: var(--f12);
  line-height: 1.5;
}
.pg-staff-list__item .item-summary-shoulder,
.pg-staff-list__item .item-summary-name,
.pg-staff-list__item .item-summary-text {
  display: inline-block;
  position: relative;
  z-index: 4;
}
@media print, screen and (min-width: 0px) and (max-width: 499px) {
  .pg-staff-list__item {
    width: 68%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media print, screen and (min-width: 0px) and (max-width: 320px) {
  .pg-staff-list__item {
    width: 80%;
  }
}
@media print, screen and (min-width: 500px) and (max-width: 959px) {
  .pg-staff-list__item {
    width: calc(50% - 3px);
    margin-right: 6px;
    margin-bottom: 30px;
  }
  .pg-staff-list__item .item-title {
    font-size: var(--f13);
  }
  .pg-staff-list__item:nth-child(2n) {
    margin-right: 0;
  }
}
@media print, screen and (min-width: 960px) {
  .pg-staff-list__item {
    width: calc(33.3% - 6px);
    margin-right: 8px;
    margin-bottom: 40px;
  }
  .pg-staff-list__item .item-title {
    font-size: var(--f14);
  }
  .pg-staff-list__item .item-summary-text {
    font-size: var(--f13);
  }
  .pg-staff-list__item:nth-child(3n) {
    margin-right: 0;
  }
}

.pg-staff-list__item.is-active .item-summary {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 0.5s;
}

/* --------------------------------------------------------------------
  #company
 */
.pg-company-content {
  background: #efefef;
  padding: 10.2vw 30px 20.4vw;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .pg-company-content {
    margin: 0 -30px;
  }
}
@media print, screen and (min-width:769px) {
  .pg-company-content {
    margin: -100px 60px auto;
    padding: 10.2vw;
  }
}
@media print, screen and (min-width: 1000px) {
  .pg-company-content {
    padding: 100px;
  }
}

.pg-company__heading {
  font-size: var(--f12);
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1em;
}
@media print, screen and (min-width:769px) {
  .pg-company__heading {
    margin-bottom: 2em;
    font-size: var(--f15);
  }
}

/* --------------------------------------------------------------------
  #access
 */
.pg-access__map {
  background: #efefef;
  height: 50vh;
}
.pg-access__map iframe {
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .pg-access__map {
    margin: 0 0 20px;
  }
}
@media print, screen and (min-width:769px) {
  .pg-access__map {
    height: 400px;
    margin-bottom: 30px;
  }
}

.pg-access__list > li {
  font-size: var(--f14);
  margin-bottom: 0.5em;
}
.pg-access__list > li:last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width:769px) {
  .pg-access__list > li {
    font-size: var(--f15);
  }
}
