@charset "UTF-8";
.sub-mv-area-inner .people-img-icon {
  position: absolute;
  bottom: 5%;
  right: 8%;
  width: 55%;
}
@media screen and (max-width: 800px) {
  .sub-mv-area-inner .people-img-icon {
    width: 60%;
    right: 3%;
  }
}

.mv-color {
  background-color: #6e96d1;
}

.people-index-area {
  width: 65.1041666667%;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .people-index-area {
    width: 90%;
  }
}
.people-index-area .index-box01 {
  margin-bottom: 60px;
}
.people-index-area .index-box02 {
  margin: 60px 0;
}
.people-index-area .index-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 15px;
}
.people-index-area .index-txt {
  font-size: 14px;
}
.people-index-area .index-contents-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .people-index-area .index-contents-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
}
.people-index-area .index-contents-box .txt-area {
  width: 36.9230769231%;
}
@media screen and (max-width: 800px) {
  .people-index-area .index-contents-box .txt-area {
    width: 100%;
  }
}
.people-index-area .index-contents-box .link-area {
  width: 57.6923076923%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .people-index-area .index-contents-box .link-area {
    width: 100%;
  }
}
.people-index-area .index-contents-box .link-area .link-area-item {
  width: 47.0149253731%;
}
@media screen and (max-width: 800px) {
  .people-index-area .index-contents-box .link-area .link-area-item {
    width: 43.75%;
  }
}
.people-index-area .index-contents-box .link-area .link-area-item .link-area-item-inner {
  position: relative;
}
.people-index-area .index-contents-box .link-area .link-area-item .link-area-item-inner:has(.item-photo:hover, .item-btn:hover) .item-btn .people-color-btn {
  color: white !important;
  background-color: black !important;
}
.people-index-area .index-contents-box .link-area .link-area-item .link-area-item-inner:has(.item-photo:hover, .item-btn:hover) .item-btn .people-color-btn .link-btn-arrow {
  transform: translateX(5px) !important;
}
.people-index-area .index-contents-box .link-area .link-area-item .link-area-item-inner:has(.item-photo:hover, .item-btn:hover) .item-btn .people-color-btn .link-btn-arrow .arrow-icon {
  fill: white !important;
}
.people-index-area .index-contents-box .link-area .link-area-item .link-area-item-inner .item-photo {
  width: 80%;
}
.people-index-area .index-contents-box .link-area .link-area-item .link-area-item-inner .item-btn {
  position: absolute;
  bottom: -10px;
  right: 0;
  width: 76.1904761905%;
}
.people-index-area .index-contents-box .link-area .link-area-item .link-area-item-inner .item-btn .arrow-link-btn {
  padding: 10px 5px;
}
.people-index-area .index-contents-box .link-area .link-area-item .link-area-item-inner .item-btn .arrow-link-btn .link-btn-txt {
  font-size: 14px;
}
@media screen and (max-width: 1200px) {
  .people-index-area .index-contents-box .link-area .link-area-item .link-area-item-inner .item-btn .arrow-link-btn .link-btn-txt {
    font-size: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .people-index-area .index-contents-box .link-area .link-area-item .link-area-item-inner .item-btn .arrow-link-btn .link-btn-txt {
    font-size: 9px;
  }
}
@media screen and (max-width: 800px) {
  .people-index-area .index-contents-box .link-area .link-area-item .link-area-item-inner .item-btn .arrow-link-btn .link-btn-txt {
    font-size: 13px;
  }
}
@media screen and (max-width: 600px) {
  .people-index-area .index-contents-box .link-area .link-area-item .link-area-item-inner .item-btn .arrow-link-btn .link-btn-txt {
    font-size: 11px;
  }
}
@media screen and (max-width: 400px) {
  .people-index-area .index-contents-box .link-area .link-area-item .link-area-item-inner .item-btn .arrow-link-btn .link-btn-txt {
    font-size: 7px;
  }
}
.people-index-area .index-contents-box .link-area .link-area-item .link-area-item-inner .item-btn .link-btn-close {
  padding: 10px 5px !important;
  background-color: #6e96d1 !important;
  color: white;
}

.people-color-btn {
  color: white;
  background-color: #6e96d1;
}
.people-color-btn .link-btn-arrow .arrow-icon {
  fill: white;
  transition: fill 0.3s ease;
}

.pepople-mv-area {
  width: 79.6875%;
  display: grid;
  grid-template-columns: 26.1437908497% auto;
  grid-template-rows: auto auto auto;
  margin: 140px auto 0 auto;
}
@media screen and (max-width: 800px) {
  .pepople-mv-area {
    grid-template-columns: 5% 90% 5%;
    width: 90%;
  }
}
.pepople-mv-area .yohaku01 {
  grid-column: 1/2;
  grid-row: 3/4;
  aspect-ratio: 400/150;
}
@media screen and (max-width: 800px) {
  .pepople-mv-area .yohaku01 {
    grid-column: 1/4;
    grid-row: 2/3;
    aspect-ratio: 800/100;
  }
}
.pepople-mv-area .people-mv-img-area {
  grid-column: 2/3;
  grid-row: 1/4;
}
@media screen and (max-width: 800px) {
  .pepople-mv-area .people-mv-img-area {
    grid-column: 1/4;
    grid-row: 3/4;
  }
}
.pepople-mv-area .people-mv-img-area > div {
  aspect-ratio: 1300/867;
}
.pepople-mv-area .people-mv-title-area {
  grid-column: 1/2;
  grid-row: 1/2;
  aspect-ratio: 400/380;
}
@media screen and (max-width: 800px) {
  .pepople-mv-area .people-mv-title-area {
    grid-column: 2/3;
    grid-row: 1/2;
    padding-bottom: 30px;
  }
}
.pepople-mv-area .people-mv-title-area > p {
  font-size: clamp(24px, 1.9607843137vw, 30px);
  font-weight: 700;
  padding-bottom: 5px;
}
@media screen and (max-width: 1000px) {
  .pepople-mv-area .people-mv-title-area > p {
    font-size: 20px;
  }
}
@media screen and (max-width: 800px) {
  .pepople-mv-area .people-mv-title-area > p {
    font-size: 24px;
  }
}
.pepople-mv-area .people-mv-title-area > div {
  width: 63%;
  font-size: clamp(12px, 1.045751634vw, 16px);
  text-align: center;
  color: white;
  padding: 5px 10px 7px 10px;
  background-color: #6e96d1;
  border-radius: 25px;
}
@media screen and (max-width: 1000px) {
  .pepople-mv-area .people-mv-title-area > div {
    width: 70%;
  }
}
@media screen and (max-width: 900px) {
  .pepople-mv-area .people-mv-title-area > div {
    width: 80%;
  }
}
@media screen and (max-width: 800px) {
  .pepople-mv-area .people-mv-title-area > div {
    width: 160px;
    font-size: 14px;
  }
}
.pepople-mv-area .people-copy-area {
  grid-column: 1/3;
  grid-row: 2/3;
}
@media screen and (max-width: 800px) {
  .pepople-mv-area .people-copy-area {
    grid-column: 2/3;
    grid-row: 2/4;
  }
}

.jimu01-copy {
  width: 36.6013071895%;
  aspect-ratio: 570.7/199.2;
}
@media screen and (max-width: 800px) {
  .jimu01-copy {
    width: 60%;
  }
}

.service01-copy {
  width: 36.6013071895%;
  aspect-ratio: 622.7/199.2;
}
@media screen and (max-width: 800px) {
  .service01-copy {
    width: 60%;
  }
}

.service02-copy {
  width: 45.7516339869%;
  aspect-ratio: 7317.7/199.2;
}
@media screen and (max-width: 800px) {
  .service02-copy {
    width: 70%;
  }
}

.system01-copy {
  width: 36.6013071895%;
  aspect-ratio: 568.7/199.2;
}
@media screen and (max-width: 800px) {
  .system01-copy {
    width: 60%;
  }
}

.system02-copy {
  width: 36.6013071895%;
  aspect-ratio: 699.7/199.2;
}
@media screen and (max-width: 800px) {
  .system02-copy {
    width: 60%;
  }
}

.profile-area {
  width: 65.1041666667%;
  margin: 100px auto 140px auto;
  padding: 50px;
  border-radius: 25px;
  background-color: #ecf1f4;
}
@media screen and (max-width: 800px) {
  .profile-area {
    width: 100%;
    padding: 50px 5%;
    border-radius: unset;
  }
}
.profile-area .profile-area-inner .profile-title {
  font-family: Overpass !important;
  font-size: 22px;
  font-weight: 700;
  color: #6e96d1;
  text-align: center;
}
.profile-area .profile-area-inner .profile-title::before,
.profile-area .profile-area-inner .profile-title::after {
  content: "●";
  font-size: 5px;
  margin: 0 8px;
  vertical-align: middle;
}
.profile-area .profile-area-inner .profile-txt01 {
  font-size: 18px;
  text-align: center;
  padding-bottom: 50px;
}
.profile-area .profile-area-inner .profile-txt02 {
  font-size: 16px;
}

.p-contents-title {
  display: flex;
  font-size: 16px;
  color: #6e96d1;
}

.p-contents-title::before {
  content: "●";
  color: #6e96d1;
}

.p-box01-area {
  width: 65.1041666667%;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .p-box01-area {
    width: 90%;
  }
}

.p-box01-area:not(:first-child) {
  margin: 80px auto 0 auto;
}

.p-box02-area {
  width: 88.5416666667%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .p-box02-area {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
}
.p-box02-area .p-box02-photo {
  width: 48.8235294118%;
}
@media screen and (max-width: 800px) {
  .p-box02-area .p-box02-photo {
    width: 100%;
  }
}
.p-box02-area .p-box02-txt {
  width: 42.9411764706%;
}
@media screen and (max-width: 800px) {
  .p-box02-area .p-box02-txt {
    width: 100%;
    padding: 40px 5% 0 5%;
  }
}

.p-box03-area {
  width: 49.4791666667%;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .p-box03-area {
    width: 90%;
  }
}

.p-box04-area {
  width: 76.5625%;
  margin: 160px auto 0 auto;
  container-type: inline-size;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .p-box04-area {
    width: 90%;
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
}
.p-box04-area .p-box04-inner {
  width: 48.5cqw;
  background-color: #ecf1f4;
  border-radius: 25px;
  padding: 40px 90px 50px 90px;
  min-height: -webkit-fit-content;
  min-height: fit-content;
  aspect-ratio: unset;
  box-sizing: border-box;
}
@media screen and (max-width: 800px) {
  .p-box04-area .p-box04-inner {
    padding: 40px;
    width: 100%;
  }
}

.p-box05-area {
  width: 62.5%;
  margin: 160px auto 0 auto;
}
@media screen and (max-width: 800px) {
  .p-box05-area {
    width: 90%;
  }
}
.p-box05-area .p-box05-inner {
  width: 100%;
  background-color: #ecf1f4;
  border-radius: 25px;
  padding: 60px 90px;
  box-sizing: border-box;
}

.p-box-title02 {
  font-size: 24px;
  font-weight: 700;
  color: #6e96d1;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 1500px) {
  .p-box-title02 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1250px) {
  .p-box-title02 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .p-box-title02 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 800px) {
  .p-box-title02 {
    font-size: 24px;
  }
}

.p-box-title02::before,
.p-box-title02::after {
  content: "●";
  font-size: 7px;
  margin: 0 8px;
  vertical-align: middle;
}

.off-photo {
  width: 100%;
}
.off-photo .jimu01-img {
  width: 100%;
  max-height: 330px;
  object-fit: cover;
}
@media screen and (max-width: 1500px) {
  .off-photo .jimu01-img {
    max-height: 250px;
  }
}
@media screen and (max-width: 1350px) {
  .off-photo .jimu01-img {
    max-height: 200px;
  }
}
@media screen and (max-width: 1250px) {
  .off-photo .jimu01-img {
    max-height: 150px;
  }
}
@media screen and (max-width: 800px) {
  .off-photo .jimu01-img {
    max-height: 330px;
  }
}
.off-photo .system02-img {
  width: 100%;
  max-height: 330px;
  object-fit: cover;
}
@media screen and (max-width: 1250px) {
  .off-photo .system02-img {
    max-height: 200px;
  }
}
@media screen and (max-width: 1100px) {
  .off-photo .system02-img {
    max-height: 140px;
  }
}
@media screen and (max-width: 1000px) {
  .off-photo .system02-img {
    max-height: 200px;
  }
}

.off-box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .off-box {
    display: flex;
    flex-direction: column;
  }
}
.off-box .off-box-photo {
  width: 55%;
}
@media screen and (max-width: 800px) {
  .off-box .off-box-photo {
    margin: 0 auto;
  }
}
.off-box .off-box-txt {
  width: 40%;
}
@media screen and (max-width: 800px) {
  .off-box .off-box-txt {
    width: 100%;
    margin-top: 15px;
  }
}
.off-box .off-box-txt .off-txt {
  margin-top: 0 !important;
}

.off-txt,
.comment-txt,
.message-txt {
  font-size: 16px;
  margin-top: 20px;
}
@media screen and (max-width: 1500px) {
  .off-txt,
  .comment-txt,
  .message-txt {
    font-size: 14px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 1350px) {
  .off-txt,
  .comment-txt,
  .message-txt {
    font-size: 13px;
  }
}
@media screen and (max-width: 1250px) {
  .off-txt,
  .comment-txt,
  .message-txt {
    font-size: 12px;
  }
}
@media screen and (max-width: 1000px) {
  .off-txt,
  .comment-txt,
  .message-txt {
    font-size: 14px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 800px) {
  .off-txt,
  .comment-txt,
  .message-txt {
    font-size: 16px;
  }
}

.comment-txt {
  margin-top: 0 !important;
}

.sch-list > li {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1400px) {
  .sch-list > li {
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 1200px) {
  .sch-list > li {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1000px) {
  .sch-list > li {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 800px) {
  .sch-list > li {
    margin-bottom: 8px;
  }
}
.sch-list > li .sch-time {
  width: 50px;
  margin-right: 20px;
  flex-shrink: 0;
}
.sch-list > li .sch-txt {
  flex: 1;
}
.sch-list > li .sch-time,
.sch-list > li .sch-txt {
  font-size: 19px;
}
@media screen and (max-width: 1500px) {
  .sch-list > li .sch-time,
  .sch-list > li .sch-txt {
    font-size: 17px;
  }
}
@media screen and (max-width: 1400px) {
  .sch-list > li .sch-time,
  .sch-list > li .sch-txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 1150px) {
  .sch-list > li .sch-time,
  .sch-list > li .sch-txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 1000px) {
  .sch-list > li .sch-time,
  .sch-list > li .sch-txt {
    font-size: 17px;
  }
}
@media screen and (max-width: 800px) {
  .sch-list > li .sch-time,
  .sch-list > li .sch-txt {
    font-size: 19px;
  }
}
.sch-list > li:last-child {
  margin-bottom: 0;
}

.messag-box {
  width: 100%;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 800px) {
  .messag-box {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
}
.messag-box .message-img {
  width: 167px;
  flex-shrink: 0;
}
.messag-box .message-txt {
  margin-top: 0 !important;
  flex-shrink: 1;
}
@media screen and (max-width: 800px) {
  .messag-box .message-txt {
    width: 100%;
  }
}

.p-box-title {
  font-size: 28px;
  color: #6e96d1;
  display: flex;
  line-height: 1.6;
  margin-bottom: 40px;
}
@media screen and (max-width: 800px) {
  .p-box-title {
    font-size: 28px;
  }
}

.p-box-title::before {
  content: "●";
  font-size: 8px;
  color: #6e96d1;
  margin-right: 8px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  height: 1.6em;
  padding-top: 3.1em;
}

.p-box-txt {
  font-size: 16px;
  margin-bottom: 100px;
}

.comment-title {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-family: Overpass !important;
  font-weight: 700;
  color: #6e96d1;
  margin-top: 20px;
}
@media screen and (max-width: 1500px) {
  .comment-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 1250px) {
  .comment-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 800px) {
  .comment-title {
    font-size: 24px;
  }
}

.comment-title::after {
  content: "";
  background-color: #6e96d1;
  flex-grow: 1;
  height: 1px;
  margin-left: 25px;
}

.caption {
  width: 90%;
  margin: 50px auto;
}
.caption > p {
  font-size: 16px;
  text-align: center;
}

.p-index-link-area {
  width: 250px;
  margin: 0 auto;
}
.p-index-link-area .arrow-link-btn {
  border-radius: 35px !important;
}
.p-index-link-area .link-btn-txt {
  color: white;
}