@charset "UTF-8";
.delay--100 {
  animation-delay: 100ms !important;
  transition-delay: 100ms !important;
}

.delay--200 {
  animation-delay: 200ms !important;
  transition-delay: 200ms !important;
}

.delay--300 {
  animation-delay: 300ms !important;
  transition-delay: 300ms !important;
}

.delay--400 {
  animation-delay: 400ms !important;
  transition-delay: 400ms !important;
}

.delay--500 {
  animation-delay: 500ms !important;
  transition-delay: 500ms !important;
}

.delay--600 {
  animation-delay: 600ms !important;
  transition-delay: 600ms !important;
}

.delay--700 {
  animation-delay: 700ms !important;
  transition-delay: 700ms !important;
}

.delay--800 {
  animation-delay: 800ms !important;
  transition-delay: 800ms !important;
}

.delay--900 {
  animation-delay: 900ms !important;
  transition-delay: 900ms !important;
}

.delay--1000 {
  animation-delay: 1000ms !important;
  transition-delay: 1000ms !important;
}

.fade {
  animation: fadein 1.6s forwards;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.js-fadein {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease;
}
.js-fadein.is-animated {
  opacity: 1;
  transform: translateY(0);
}

@media screen and (max-width: 768px) {
  .ttlwrap2 .has-underline {
    margin-bottom: 48px;
  }
}
.breadcrumbs-wrap {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .breadcrumbs-wrap {
    margin-top: 0;
    margin-bottom: 40px;
  }
}
.breadcrumbs-wrap .breadcrumbs {
  font-size: clamp(10px, 10px + (14 - 10) * (100vw - 375px) / (1920 - 375), 14px);
  color: #001346;
}
.breadcrumbs-wrap .breadcrumbs span {
  padding: 0 5px;
}
@media screen and (max-width: 768px) {
  .breadcrumbs-wrap .breadcrumbs span {
    padding: 0 5px 0 0;
  }
}
.breadcrumbs-wrap .breadcrumbs span .current-item {
  opacity: 1;
}
.breadcrumbs-wrap .breadcrumbs span a {
  opacity: 0.3;
}
.breadcrumbs-wrap .breadcrumbs .breadcrumb-separator {
  opacity: 0.3;
  font-size: 90%;
}

.pagetitle--area {
  padding: 80px 0 0;
  z-index: 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .pagetitle--area {
    padding: 10px 0 0;
  }
}

.fadein-content {
  opacity: 0;
  transition: 0.4s ease;
}

.page--kvcontents {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .page--kvcontents {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .page--kvcontents img {
    aspect-ratio: 1.65/1;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.ttlwrap2 {
  margin-bottom: 4vw;
}

.page--read.company--read {
  background: url(../images/bg-cta.jpg) no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: right top;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .page--read.company--read {
    background-attachment: initial;
  }
}
.page--read.company--read .txtarea {
  margin-bottom: 160px;
}
@media screen and (max-width: 768px) {
  .page--read.company--read .txtarea {
    padding: 0;
    margin-bottom: 60px;
  }
}
.page--read .c-title--section-sub {
  margin-bottom: 2em;
}
.page--read.recruit--read {
  background-color: #fff;
}

.company--message {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .company--message {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.company--message .imgwrap {
  gap: 40px;
  margin-bottom: 50px;
}
.company--message .imgwrap .img {
  width: 370px;
}
.company--message .imgwrap .txtarea {
  width: calc(100% - 410px);
}
@media screen and (max-width: 768px) {
  .company--message .imgwrap .txtarea {
    width: 100%;
  }
}
.company--message .imgwrap .txtarea p {
  margin-bottom: 2em;
}
.company--message .imgwrap .sign {
  width: 115px;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 768px) {
  .company--message .imgwrap .sign {
    width: 80px;
  }
}
.company--message .p-card:before {
  border-color: #001346 #D0D0D0 transparent transparent;
}
.company--message .p-card .leftarea {
  margin-right: 34px;
}
@media screen and (max-width: 1024px) {
  .company--message .p-card .leftarea {
    margin-right: 0;
    width: 100%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .company--message .p-card .leftarea .img {
    width: 140px;
    margin: 0 auto 20px;
  }
}
.company--message .p-card .leftarea .c-title {
  margin-bottom: 4em;
}
@media screen and (max-width: 768px) {
  .company--message .p-card .leftarea .c-title {
    margin-bottom: 2em;
  }
}
.company--message .p-card .leftarea .status {
  line-height: 1.6;
  margin-bottom: 0.6em;
}
@media screen and (max-width: 768px) {
  .company--message .p-card .leftarea .status {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .company--message .p-card .leftarea .name {
    padding-bottom: 8px;
    margin-bottom: 24px;
    border-bottom: 1px solid #ADB7CD;
  }
}
.company--message .p-card .leftarea .name .jp {
  font-size: clamp(20px, 20px + (30 - 20) * (100vw - 375px) / (1920 - 375), 30px);
  margin-right: 1em;
}
.company--message .p-card .leftarea .name .en {
  font-size: clamp(12px, 12px + (18 - 12) * (100vw - 375px) / (1920 - 375), 18px);
}
.company--message .p-card .rightarea {
  width: calc(100% - 384px);
}
@media screen and (max-width: 1024px) {
  .company--message .p-card .rightarea {
    width: 100%;
  }
}
.company--message .note--mf {
  margin-bottom: 0;
}

.company--staff .container--narrow {
  padding: 0;
}
.company--staff .staff--list {
  gap: 50px 24px;
  margin: 40px auto 0;
}
.company--staff .staff--list .staff--card {
  width: calc(50% - 37px);
}
@media screen and (max-width: 1024px) {
  .company--staff .staff--list .staff--card {
    width: calc(50% - 12px);
  }
}
@media screen and (max-width: 600px) {
  .company--staff .staff--list .staff--card {
    width: 100%;
  }
}

.staff--card {
  -moz-column-gap: 34px;
       column-gap: 34px;
}
.staff--card .img {
  width: calc(43% - 24px);
}
@media screen and (max-width: 1024px) {
  .staff--card .img {
    width: 100%;
    margin-bottom: 1em;
  }
}
.staff--card .txtarea {
  width: 53%;
}
@media screen and (max-width: 1024px) {
  .staff--card .txtarea {
    width: 100%;
  }
}
.staff--card .txtarea .txt {
  list-style: 1.75;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .staff--card .txtarea .txt {
    list-style: 1.45;
    font-size: 12px;
  }
}
.staff--card .namearea .c-title--section-sub {
  font-size: clamp(10px, 10px + (16 - 10) * (100vw - 375px) / (1920 - 375), 16px);
  font-weight: 500;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .staff--card .namearea .c-title--section-sub {
    margin-bottom: 10px;
  }
}
.staff--card .namearea .name {
  color: #001346;
  font-weight: 500;
  margin-bottom: 0.65em;
}
.staff--card .namearea .name.underline {
  padding-bottom: 0.65em;
  border-bottom: 1px solid #ADB7CD;
}
@media screen and (max-width: 768px) {
  .staff--card .namearea .name.underline {
    padding-bottom: 0.25em;
    margin-bottom: 0.25em;
  }
}
.staff--card .namearea .name .jp {
  font-size: clamp(16px, 16px + (24 - 16) * (100vw - 375px) / (1920 - 375), 24px);
  margin-right: 0.35em;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  .staff--card .namearea .name .jp {
    width: 100%;
    display: block;
    margin-right: 0;
    margin-bottom: 0;
    line-height: 1;
  }
}
.staff--card .namearea .name .en {
  font-size: clamp(10px, 10px + (14 - 10) * (100vw - 375px) / (1920 - 375), 14px);
}
@media screen and (max-width: 768px) {
  .staff--card .namearea .name .en {
    list-style: 1;
  }
}

@media screen and (max-width: 768px) {
  .company--Profile.container--narrow {
    padding-right: 24px;
    padding-left: 24px;
  }
}
@media screen and (max-width: 768px) {
  .company--Profile .table--wrap {
    width: 100%;
  }
}
.company--Profile .table--wrap table {
  margin-bottom: 80px;
}

.shop--list {
  gap: 24px;
}
.shop--list .shop--card {
  width: calc(50% - 18px);
  border: 1px solid #eee;
}
@media screen and (max-width: 768px) {
  .shop--list .shop--card {
    width: 100%;
  }
}
.shop--list .shop--card .img {
  margin-bottom: 20px;
}
.shop--list .shop--card .ttl {
  width: min(280px, 80%);
  margin: 0 auto 16px;
}
@media screen and (max-width: 768px) {
  .shop--list .shop--card .ttl {
    width: min(180px, 80%);
  }
}
.shop--list .shop--card .ttl img {
  width: 100%;
}
.shop--list .shop--card .center {
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  .recruit-info .page--read .txtarea {
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
  }
}
.recruit-info .recruit--staff .inner {
  padding: 0 3.8%;
}
.recruit-info .interview--list {
  margin: 80px auto 0;
}
.recruit-info .interview--list .staff--card:not(:last-child) {
  margin-bottom: 80px;
}
.recruit-info .interview--list .staff--card .imgarea {
  width: 33%;
  margin-left: 70px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .recruit-info .interview--list .staff--card .imgarea {
    width: min(320px, 100%);
    margin: 0 auto;
    margin-left: auto;
  }
}
.recruit-info .interview--list .staff--card .imgarea .num {
  font-weight: 600;
  color: #001346;
  font-size: clamp(60px, 60px + (100 - 60) * (100vw - 375px) / (1920 - 375), 100px);
  position: absolute;
  left: -70px;
  top: -70px;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .recruit-info .interview--list .staff--card .imgarea .num {
    left: -24px;
    top: -1em;
  }
}
.recruit-info .interview--list .staff--card .imgarea .img {
  width: 100%;
  margin-bottom: 20px;
}
.recruit-info .interview--list .staff--card .txtarea {
  width: calc(60% - 70px);
}
@media screen and (max-width: 768px) {
  .recruit-info .interview--list .staff--card .txtarea {
    width: 100%;
  }
}
.recruit-info .interview--list .staff--card .txtarea .txt {
  padding-left: 42px;
}
@media screen and (max-width: 768px) {
  .recruit-info .interview--list .staff--card .txtarea .txt {
    padding-left: 0;
  }
}
.recruit-info .interview--list .staff--card .namearea .name {
  margin-bottom: 0;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .recruit-info .recruit--howto .txtarea {
    order: 2;
  }
}
@media screen and (max-width: 768px) {
  .recruit-info .recruit--howto .img {
    order: 1;
    width: 100vw;
    margin: 0 calc(50% - 50vw) 40px;
  }
}

.page--index {
  padding: clamp(20px, 20px + (52 - 20) * (100vw - 375px) / 1545, 52px) clamp(16px, 16px + (130 - 16) * (100vw - 375px) / 1545, 130px);
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .page--index {
    width: 100vw;
    margin: 0 calc(50% - 50vw) 40px;
  }
}
@media screen and (max-width: 768px) {
  .page--index.page--kvcontents img {
    aspect-ratio: auto;
  }
}

.page--read .page--index .c-title--section-sub {
  font-weight: 700;
  margin-bottom: 0.5em !important;
}

.index--list--img {
  gap: 24px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .index--list--img {
    gap: 8px;
  }
}
.index--list--img li {
  width: calc(25% - 18px);
}
@media screen and (max-width: 768px) {
  .index--list--img li {
    width: calc(50% - 6px);
  }
}
.index--list .index--card a:hover {
  opacity: 0.7;
}
.index--list .link--txt {
  height: 78px;
  display: flex;
  align-items: center;
  padding: 6px 3em 0 1.8em;
  background-color: #fff;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 768px) {
  .index--list .link--txt {
    height: 48px;
    font-size: 12px;
    padding: 3px 2.5em 0 0.8em;
  }
}
.index--list .link--txt:hover {
  opacity: 0.7;
}
.index--list .link--txt:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 0.5em;
  height: 0.5em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%) rotate(135deg);
  -webkit-transform: translateY(-50%) rotate(135deg);
  -ms-transform: translateY(-50%) rotate(135deg);
}
.index--list__top {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .index--list__top {
    gap: 8px;
  }
}
.index--list__top > div {
  width: 33.3333333333%;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .index--list__top {
    flex-direction: column;
  }
  .index--list__top > div {
    width: 100%;
  }
}
.index--list__bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .index--list__bottom {
    gap: 8px;
    margin-top: 8px;
  }
}

.service--read {
  background-color: #F2F2F2;
}
@media screen and (max-width: 768px) {
  .service--read {
    background-color: #fff;
  }
}

.works--read {
  background-color: #F2F2F2;
}

.service--box .c-title {
  font-size: clamp(18px, 18px + (30 - 18) * (100vw - 375px) / (1920 - 375), 30px);
}
.service--box .has-underline {
  margin-bottom: 58px;
}
.service--box .has-underline:after {
  position: relative;
  bottom: -20px;
}
.service--box .shop--list {
  width: min(1000px, 100%);
  margin: 40px auto 0 0;
}
.service--box .shop--list .shop--card {
  width: calc(50% - 38px);
}
@media screen and (max-width: 768px) {
  .service--box .shop--list .shop--card {
    width: 100%;
  }
}
.service--box .box--bl {
  padding: clamp(20px, 20px + (34 - 20) * (100vw - 375px) / 1545, 34px) clamp(16px, 16px + (42 - 16) * (100vw - 375px) / 1545, 42px);
  padding-bottom: 18px;
}
@media screen and (max-width: 768px) {
  .service--box .box--bl {
    padding-bottom: 5px;
  }
}
.service--box .check--list li {
  padding-left: 26px;
  font-size: clamp(12px, 12px + (18 - 12) * (100vw - 375px) / (1920 - 375), 18px);
  margin-bottom: 1em;
  line-height: 1.6;
}
.service--box .check--list li:before {
  width: 20px;
  height: 20px;
}
.service--box.type--1 {
  margin-bottom: 28px;
}
@media screen and (max-width: 768px) {
  .service--box.type--1 {
    padding: 0;
    margin-bottom: 60px;
    padding-bottom: 40px;
    border-bottom: 1px solid #ADB7CD;
  }
}
.service--box.type--1 .l-flex {
  gap: 70px;
}
@media screen and (max-width: 768px) {
  .service--box.type--1 .l-flex {
    gap: 20px;
  }
}
.service--box.type--1 .txtarea {
  width: 58%;
}
@media screen and (max-width: 1024px) {
  .service--box.type--1 .txtarea {
    width: 100%;
  }
}
.service--box.type--1 .txtarea .txt {
  margin-bottom: 1em;
}
.service--box.type--1 .imgarea {
  width: calc(42% - 70px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .service--box.type--1 .imgarea {
    width: 100%;
  }
}
.service--box.type--1 .imgarea .img {
  margin-bottom: 20px;
}
.service--box.type--1 .imgarea .btn-mfc, .service--box.type--1 .imgarea .center {
  text-align: center;
  margin-bottom: 50px;
}

.type--half--wrap {
  gap: 35px;
}
.type--half--wrap .type--half {
  width: calc(50% - 20px);
}
@media screen and (max-width: 1024px) {
  .type--half--wrap .type--half {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .type--half--wrap .type--half {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #ADB7CD;
    padding: 0;
  }
}
.type--half--wrap .type--half .txt {
  margin-bottom: 1em;
}

.maker--list {
  display: none;
  margin-top: 1em;
}
.maker--list div {
  margin-bottom: 0.5em;
}
.maker--list div a {
  text-decoration: underline;
  color: #001346;
  font-size: clamp(12px, 12px + (14 - 12) * (100vw - 375px) / (1920 - 375), 14px);
}

.maker--list--title {
  cursor: pointer;
  position: relative;
  padding-right: 60px;
  font-weight: bold;
  display: inline-block;
}
.maker--list--title::after {
  content: "＋ 開く";
  position: absolute;
  right: -40px;
  top: -2px;
  font-size: clamp(10px, 10px + (14 - 10) * (100vw - 375px) / (1920 - 375), 14px);
  color: #001346;
  border: 1px solid #001346;
  padding: 4px 1em 1px;
  background-color: #fff;
  transition: all 0.3s ease;
  border-radius: 3em;
}
@media screen and (max-width: 768px) {
  .maker--list--title::after {
    right: -10px;
  }
}
.maker--list--title.is-open::after {
  content: "− 閉じる";
}

@media screen and (max-width: 768px) {
  #cont1 {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .works--read .page--index {
    margin-bottom: 60px;
  }
}

.works--box {
  flex-direction: column;
  margin-bottom: 24px;
  overflow: hidden;
}
.works--box .box--top {
  gap: 50px;
  margin-bottom: 30px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .works--box .box--top {
    gap: 20px;
    margin-bottom: 8px;
  }
}
.works--box .box--top .box--top--left {
  width: calc(55% - 25px);
}
@media screen and (max-width: 768px) {
  .works--box .box--top .box--top--left {
    width: 100%;
  }
}
.works--box .box--top .box--top--left .titlewrap {
  margin-bottom: 15px;
  align-items: flex-end;
}
@media screen and (max-width: 1024px) {
  .works--box .box--top .box--top--left .titlewrap {
    flex-direction: column;
    align-items: flex-start;
  }
}
.works--box .box--top .box--top--left .titlewrap .logo {
  margin-right: 30px;
}
@media screen and (max-width: 1024px) {
  .works--box .box--top .box--top--left .titlewrap .logo {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .works--box .box--top .box--top--left .titlewrap .logo {
    max-width: 120px;
  }
}
.works--box .box--top .box--top--left .titlewrap .ttl {
  font-size: clamp(16px, 16px + (20 - 16) * (100vw - 375px) / (1920 - 375), 20px);
  color: #001346;
  font-weight: 600;
  margin-bottom: -5px;
  width: calc(100% - 220px);
}
@media screen and (max-width: 1024px) {
  .works--box .box--top .box--top--left .titlewrap .ttl {
    width: 100%;
  }
}
.works--box .box--top .box--top--left .website {
  color: #001346;
  margin-bottom: 1.8em;
}
.works--box .box--top .box--top--right {
  width: calc(45% - 25px);
}
@media screen and (max-width: 768px) {
  .works--box .box--top .box--top--right {
    width: 100%;
  }
}
.works--box .box--middle {
  margin-bottom: 30px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .works--box .box--middle {
    order: 3;
  }
}
.works--box .box--bottom {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .works--box .box--bottom {
    order: 2;
  }
}
.works--box .box--bottom .swiper-button-prev, .works--box .box--bottom .swiper-button-next {
  width: 24px;
  height: 75px;
  top: calc(50% - 15px);
  color: #001346;
  background: #EEF3FB;
  border-radius: 0;
}
.works--box .box--bottom .swiper-button-prev {
  right: auto;
  left: 0;
}
.works--box .box--bottom .swiper-button-next {
  right: 0px;
}
.works--box .ttlwrap3 {
  font-size: clamp(16px, 16px + (28 - 16) * (100vw - 375px) / (1920 - 375), 28px);
}
@media screen and (max-width: 768px) {
  .works--box .ttlwrap3 {
    width: 100%;
    margin: 0 auto 10px;
    background-position: top 10px left 1px, bottom 6px right 4px;
  }
}

@media screen and (max-width: 768px) {
  .medicalfitness .container--narrow {
    padding: 0;
  }
  .medicalfitness .cta--btn {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .medicalfitness .cta--btn {
    margin-bottom: -20px;
  }
}
.medicalfitness .l-box {
  padding-bottom: 60px;
  border-bottom: 1px solid #ADB7CD;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .medicalfitness .l-box {
    padding-bottom: 30px;
    margin-bottom: 40px;
  }
}
.medicalfitness .p-card::before {
  border-color: #fff #D0D0D0 transparent transparent;
}
.medicalfitness .p-card .index--list .link--txt {
  width: calc(33.3333333333% - 15px);
}
@media screen and (max-width: 1024px) {
  .medicalfitness .p-card .index--list .link--txt {
    height: 38px;
    width: auto;
  }
}
.medicalfitness .page--kvcontents {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .medicalfitness .page--kvcontents {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .medicalfitness .page--kvcontents img {
    -o-object-position: left -50px top -10px;
       object-position: left -50px top -10px;
  }
}
.medicalfitness .floating-anchor {
  position: fixed;
  top: 100px;
  right: -300px;
  width: 240px;
  padding: 0 10px 0 16px;
  transition: right 1s ease;
  z-index: 1000;
  font-size: 14px;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(100px);
          backdrop-filter: blur(100px);
}
.medicalfitness .floating-anchor.is-visible {
  right: 0;
}
.medicalfitness .floating-anchor li {
  margin: 6px auto;
}
.medicalfitness .floating-anchor a {
  text-decoration: none;
  color: #001346;
  font-weight: 500;
  position: relative;
}
.medicalfitness .floating-anchor a.is-current {
  color: #c69000;
  font-weight: 700;
}
.medicalfitness .floating-anchor .indicator-dot {
  position: absolute;
  left: 0;
  width: 4px;
  height: 1em;
  background-color: #C69000;
  transition: transform 0.4s ease;
  margin-top: 6px;
}
@media screen and (max-width: 768px) {
  .medicalfitness #cont1 {
    padding-top: 140px !important;
  }
}
.medicalfitness #cont1 .box--white {
  margin-bottom: 27px;
}
.medicalfitness #cont1 .p-card {
  width: 100%;
}
.medicalfitness #cont1 .p-card:before {
  border-color: #EEF3FB #AABBD3 transparent transparent;
}
.medicalfitness #cont1 .p-card .ttlwrap .ttl {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .medicalfitness #cont1 .note--mf {
    margin-bottom: 0 !important;
  }
}
.medicalfitness #cont2 .table--type2 {
  background-color: #fff;
  width: min(540px, 100%);
}
.medicalfitness #cont2 .box--tip {
  margin-bottom: 20px;
}
.medicalfitness #cont4 .fixed-wrap {
  position: relative;
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
  width: 100%;
  height: 70vh;
}
.medicalfitness #cont4 .fixed-wrap .fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-image: url(../images/mgc-img13.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .medicalfitness #cont4 .fixed-wrap .fixed {
    background-image: url(../images/mgc-img13_sp.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.medicalfitness #cont4 .article1 .txtarea .c-title {
  margin: 30px auto;
  line-height: 1.8;
}
.medicalfitness #cont4 .cont4-main {
  margin-bottom: 500px;
}
@media screen and (max-width: 768px) {
  .medicalfitness #cont4 .cont4-main {
    margin-bottom: 570px;
  }
}
.medicalfitness #cont4 .cont4-sub {
  margin-right: 5%;
  padding-bottom: 1px;
}
.medicalfitness #cont4 .cont4-sub .img {
  width: calc(40% - 21px);
}
@media screen and (max-width: 768px) {
  .medicalfitness #cont4 .cont4-sub .img {
    width: 100%;
  }
}
.medicalfitness #cont4 .cont4-sub .txtarea {
  padding: clamp(20px, 20px + (120 - 20) * (100vw - 375px) / 1545, 120px) clamp(16px, 16px + (70 - 16) * (100vw - 375px) / 1545, 70px);
  width: calc(60% - 21px);
}
@media screen and (max-width: 768px) {
  .medicalfitness #cont4 .cont4-sub .txtarea {
    width: 100%;
  }
}
.medicalfitness #cont4 .cont4-sub .features--list {
  margin: 60px auto 80px;
}
@media screen and (max-width: 768px) {
  .medicalfitness #cont4 .cont4-sub .features--list {
    margin: 0px auto 60px;
    padding: 0 24px;
  }
}
@media screen and (max-width: 768px) {
  .medicalfitness #cont5 {
    padding-bottom: 0;
  }
}
.medicalfitness #cont5 .js-scrollable {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .medicalfitness #cont5 .js-scrollable {
    padding: 0 24px;
    margin-bottom: 40px;
  }
}
.medicalfitness #cont6 .linkarea {
  background: url(../images/mgc-img17.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  height: 600px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .medicalfitness #cont6 .linkarea {
    background: url(../images/mgc-img17_sp.jpg) no-repeat;
    background-size: cover;
    height: 400px;
  }
}
.medicalfitness #cont6 .linkarea .mfc--works--title {
  font-size: clamp(20px, 20px + (40 - 20) * (100vw - 375px) / (1920 - 375), 40px);
  font-weight: 600;
  margin-bottom: 1em;
}
.medicalfitness #cont6 .linkarea .btn--l {
  width: 520px;
}
@media screen and (max-width: 768px) {
  .medicalfitness #cont6 .linkarea .btn--l {
    width: 320px;
  }
}
.medicalfitness #cont6 .linkarea .btn--l .txt {
  text-align: center;
  width: 97%;
}
.medicalfitness #cont6 .txtarea {
  padding-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .medicalfitness #cont6 .txtarea {
    padding-bottom: 0;
    margin-bottom: -20px;
  }
}

.kinds--list {
  margin: 30px auto;
  background-color: #fff;
}
.kinds--list--ttl {
  background-color: #EEF3FB;
  color: #001346;
  text-align: center;
  font-weight: 500;
  font-size: clamp(16px, 16px + (26 - 16) * (100vw - 375px) / (1920 - 375), 26px);
  padding: 5px;
}
.kinds--list .group {
  padding: clamp(20px, 20px + (42 - 20) * (100vw - 375px) / 1545, 42px) clamp(16px, 16px + (62 - 16) * (100vw - 375px) / 1545, 62px);
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .kinds--list .group {
    gap: 8px;
  }
}
.kinds--list .group > div {
  width: calc(16.6666666667% - 34px);
}
@media screen and (max-width: 768px) {
  .kinds--list .group > div {
    width: calc(33.3333333333% - 6px);
  }
}

.txt--strong {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .txt--strong {
    text-align: left;
  }
}
.txt--strong span {
  color: #fff;
  font-size: clamp(16px, 16px + (24 - 16) * (100vw - 375px) / (1920 - 375), 24px);
  line-height: 2;
  font-weight: 500;
  display: inline;
  padding: 0 4px 2px 4px;
  background: linear-gradient(transparent 96%, #ffffff 0%);
  margin-bottom: 57px;
}
.txt--strong.--nv {
  text-align: left;
}
.txt--strong.--nv span {
  color: #001346;
  background: linear-gradient(transparent 96%, #001346 0%);
}

.merit--box {
  position: relative;
}
.merit--box .merit--title {
  width: 80%;
  margin: 0 auto -2.5em;
  position: relative;
  z-index: 1;
}
.merit--box .txtarea {
  background-color: #EEF3FB;
  padding: clamp(20px, 20px + (60 - 20) * (100vw - 375px) / 1545, 60px) clamp(16px, 16px + (34 - 16) * (100vw - 375px) / 1545, 34px);
}
.merit--box .merit--list li {
  margin-bottom: 2em;
}
.merit--box .merit--list li .num--wrap {
  align-items: baseline;
  margin-bottom: 1em;
}
.merit--box .merit--list li .num--wrap .title {
  font-size: clamp(16px, 16px + (20 - 16) * (100vw - 375px) / (1920 - 375), 20px);
  color: #001346;
  font-weight: 600;
  width: calc(100% - 2em);
}
.merit--box .merit--list li .num--wrap .num {
  color: #001346;
  font-size: clamp(16px, 16px + 4 * (100vw - 375px) / 1545, 20px);
  line-height: 1;
  position: relative;
  margin-right: 8px;
  letter-spacing: 2px;
}
.merit--box .merit--list li .num--wrap .num:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #001346;
  position: absolute;
  bottom: -6px;
  left: 0;
}

.l-basic {
  padding-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .l-basic {
    padding-bottom: 60px;
  }
}
.l-basic .pagetitle--area {
  padding-bottom: 0;
  margin-bottom: 20px;
}

.archive .news--list {
  gap: 40px;
}
.archive .news--list .news--list__card {
  width: calc(33.3333333333% - 27px);
}
@media screen and (max-width: 1024px) {
  .archive .news--list .news--list__card {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 768px) {
  .archive .news--list .news--list__card {
    width: 100%;
  }
}

.single .l-section {
  padding-bottom: 0;
}
.single .entry-thumbnail {
  width: min(860px, 100%);
  margin: 0 auto 3em;
}
@media screen and (max-width: 768px) {
  .single .entry-thumbnail {
    margin-bottom: 2em;
  }
}
.single .entry-thumbnail img {
  width: 100%;
  height: auto;
}
.single .c-title--l1 {
  font-size: clamp(16px, 16px + (45 - 16) * (100vw - 375px) / (1920 - 375), 45px);
}
.single .entry-content {
  width: min(860px, 100%);
  margin: 0 auto 3em;
}
@media screen and (max-width: 768px) {
  .single .entry-content {
    font-size: 13px;
  }
}
.single .breadcrumbs-wrap {
  display: inline-flex;
  margin: 30px auto 0;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .single .breadcrumbs-wrap {
    margin: 10px auto 0;
  }
}
.single .breadcrumbs-wrap .breadcrumbs a,
.single .breadcrumbs-wrap .breadcrumbs li {
  display: inline-block;
  max-width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}
.single .breadcrumbs-wrap .breadcrumbs span {
  display: inline-block;
  max-width: 650px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .single .breadcrumbs-wrap .breadcrumbs span {
    max-width: 150px;
  }
}
.single .box--white {
  margin-bottom: 40px;
}
.single .btn {
  padding: 1.1em 2em 0.85em 2em;
}

.entry-content a {
  color: #001346;
  font-weight: 600;
  text-decoration: underline;
}

.entry-content h2 {
  font-size: clamp(16px, 16px + (20 - 16) * (100vw - 375px) / (1920 - 375), 20px);
  font-weight: 600;
  margin: 2em 0 1em;
}
.entry-content p:not(:last-child) {
  margin-bottom: 1.5em;
}
.entry-content h3 {
  font-size: 16px;
  margin: 2.4em 0 0.6em;
  border-bottom: 1px solid #001346;
  padding-bottom: 6px;
}
.entry-content ul, .entry-content ol {
  padding-left: 1.5em;
  margin-bottom: 1.5em;
}
.entry-content ul li {
  list-style: disc;
}
.entry-content ol li {
  list-style: decimal;
}
.entry-content blockquote {
  border-left: 4px solid #ccc;
  padding-left: 1em;
  margin: 1.5em 0;
  color: #666;
  font-style: italic;
}
.entry-content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 1.5em auto;
}
.entry-content figure {
  text-align: center;
  margin: 1.5em 0;
}
.entry-content figcaption {
  font-size: 14px;
  color: #777;
  margin-top: 0.5em;
}
.entry-content a {
  color: #001346;
  text-decoration: underline;
  transition: opacity 0.3s ease;
}
.entry-content a:hover {
  opacity: 0.7;
}
.entry-content strong {
  font-weight: bold;
}
.entry-content em {
  font-style: italic;
}
.entry-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5em 0;
  font-size: 15px;
}
.entry-content table th, .entry-content table td {
  border: 1px solid #ADB7CD;
  padding: 10px;
  text-align: left;
  vertical-align: top;
}
.entry-content table th {
  background-color: #EEF3FB;
  font-weight: normal;
}

.corporate .page--kvcontents {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .corporate .page--kvcontents {
    margin-bottom: 60px;
  }
}