@charset "UTF-8";
/*
theme Name: kyotobaio
Author: Taiyodo Co.,Ltd.
Description: Clinical Biomechanics Laboratory
version： 1.0.0
*/
/* ---------------------------------------------------------------
/////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////
///// base
////////////////////////////////////////////////////////
////////////////////////////////////////////////////////
------------------------------------------------------------------
------------------------------------------------------------------ */
/* --------------------------------
//////////////////////////////
///// 中央寄せ
///////////////////////////
----------------------------------- */
/*
theme Name: kyotobaio
Author: Taiyodo Co.,Ltd.
Description: Clinical Biomechanics Laboratory
version： 1.0.0
*/
/* ---------------------------------------------------------------
/////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////
///// general 
////////////////////////////////////////////////////////
////////////////////////////////////////////////////////
------------------------------------------------------------------
------------------------------------------------------------------ */
/* --------------------------------
//////////////////////////////
///// basic 
///////////////////////////
----------------------------------- */
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 1.25vw;
}
@media print, screen and (min-width: 1281px) {
  html {
    font-size: 16px;
  }
}
@media print, screen and (max-width: 640px) {
  html {
    font-size: 2.8125vw;
  }
}

body {
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.025em;
  font-family: "Noto Sans JP", sans-serif, serif, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #111111;
  background-color: #fff;
}

a {
  color: #111111;
  text-decoration: none;
}

img {
  image-rendering: -webkit-optimize-contrast;
  vertical-align: middle;
}

.inner {
  width: calc(1160 / 1280 * 100%);
  margin: 0 auto;
}

.sp-inner {
  width: 100%;
  margin: 0 auto;
}

@media print, screen and (min-width: 641px) {
  .pc-inner {
    width: 1160px;
    margin: 0 auto;
  }
}
@media print, screen and (max-width: 640px) {
  .inner, .sp-inner {
    width: calc(600 / 640 * 100%);
  }
}
/* -------- UTILITY ----------- */
@media print, screen and (min-width: 641px) {
  .sp {
    display: none !important;
  }
}

@media print, screen and (max-width: 640px) {
  .pc {
    display: none !important;
  }
}

/* -------- 改行 ----------- */
.indent {
  display: block;
}

.pc__indent {
  display: block;
}
@media print, screen and (max-width: 640px) {
  .pc__indent {
    display: inline;
  }
}

.sp__indent {
  display: inline;
}
@media print, screen and (max-width: 640px) {
  .sp__indent {
    display: block;
  }
}

/* -------- 太字 ----------- */
.bold {
  font-weight: 900;
}

/* --------------------------------
//////////////////////////////
///// 中央寄せ
///////////////////////////
----------------------------------- */
/* -------- 文字中央寄せ ----------- */
.txt__center {
  text-align: center;
}

/* -------- ブロック中央寄せ ----------- */
.mar__LRcenter {
  margin: 0 auto;
}

/* -------- 左右中央配置 ----------- */
.relative {
  position: relative;
}

.pos__LRcenter {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

/* -------- 上下中央配置 ----------- */
.pos__TBcenter {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

/* -------- 上下左右中央配置 ----------- */
.pos__center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* --------------------------------
//////////////////////////////
///// flex
///////////////////////////
----------------------------------- */
.flex {
  display: flex;
}

.pc__flex {
  display: flex;
}
@media print, screen and (max-width: 640px) {
  .pc__flex {
    display: block;
  }
}

@media print, screen and (max-width: 640px) {
  .sp__flex {
    display: flex;
  }
}

.inline__flex {
  display: inline-flex;
}

.flex__reverse {
  display: flex;
  flex-direction: row-reverse;
}

.flex__col {
  display: flex;
  flex-direction: column;
}

@media print, screen and (max-width: 640px) {
  .sp__flex__col {
    display: flex;
    flex-direction: column;
  }
}

@media print, screen and (max-width: 640px) {
  .sp__flex__col__reverse {
    display: flex;
    flex-direction: column-reverse;
  }
}

/* -------- justify-content ----------- */
.jus__center {
  justify-content: center;
}

.jus__between {
  justify-content: space-between;
}

.jus__around {
  justify-content: space-around;
}

.jus__start {
  justify-content: flex-start;
}

.jus__end {
  justify-content: flex-end;
}

/* -------- align-items ----------- */
.ali__center {
  align-items: center;
}

.ali__end {
  align-items: flex-end;
}

@media print, screen and (max-width: 640px) {
  .sp__ali__center {
    align-items: center;
  }
}

@media print, screen and (max-width: 640px) {
  .sp__ali__start {
    align-items: flex-start;
  }
}

/*
theme Name: kyotobaio
Author: Taiyodo Co.,Ltd.
Description: Clinical Biomechanics Laboratory
version： 1.0.0
*/
/* ---------------------------------------------------------------
/////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////
///// common
////////////////////////////////////////////////////////
////////////////////////////////////////////////////////
------------------------------------------------------------------
------------------------------------------------------------------ */
body.-active {
  overflow: hidden;
}

body.home img,
body.page img,
body.archive img,
body.single footer img,
body.error404 img {
  width: 100%;
}

/* ---------------------------------------------------------------
/////////////////////////////////////////////////////////////////
///// ヘッダー・フッタータイトル
/////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////
------------------------------------------------------------------
------------------------------------------------------------------ */
.title__sub {
  letter-spacing: -0.06em;
}
@media print, screen and (max-width: 640px) {
  .title__sub {
    font-size: 0.7777777778rem;
    line-height: 1.1714285714;
  }
}
.title__main {
  font-size: 1.875rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0;
}
@media print, screen and (max-width: 640px) {
  .title__main {
    font-size: 1.3166666667rem;
    line-height: 1.0126582278;
  }
}

/* --------------------------------
//////////////////////////////
///// セクションタイトル
///////////////////////////
----------------------------------- */
/* -------- top ----------- */
.top .sec-title {
  display: flex;
  align-items: center;
  gap: 1rem;
  letter-spacing: 0;
  color: #517289;
}
@media print, screen and (max-width: 640px) {
  .top .sec-title {
    gap: 0.8888888889rem;
  }
}
.top .sec-title .en {
  font-size: 1.25rem;
  line-height: 1.5;
}
@media print, screen and (max-width: 640px) {
  .top .sec-title .en {
    font-size: 1.1111111111rem;
    line-height: 1.5;
  }
}
.top .sec-title .jp {
  font-size: 1.875rem;
  line-height: 1.84;
}
@media print, screen and (max-width: 640px) {
  .top .sec-title .jp {
    font-size: 1.6666666667rem;
    line-height: 1.84;
  }
}
.top .sec-title.column {
  align-items: flex-start;
  flex-direction: column;
  gap: initial !important;
}

/* --------------------------------
//////////////////////////////
///// ボタン
///////////////////////////
----------------------------------- */
.btn {
  height: 6.25rem;
  border: solid 2px #305d79;
  background-color: #fff;
  text-align: center;
  position: relative;
}
@media print, screen and (max-width: 640px) {
  .btn {
    height: 5.5555555556rem;
  }
}
.btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #174469;
  height: 100%;
  font-size: 1.16875rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}
@media print, screen and (max-width: 640px) {
  .btn a {
    font-size: 1.1111111111rem;
    line-height: 1.5;
  }
}
.btn::before, .btn::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.031rem);
  right: 1.5625rem;
  width: 1.25rem;
  height: 0.0625rem;
  background-color: #174469;
  transform-origin: calc(100% - 0.031rem) 50%;
}
@media print, screen and (max-width: 640px) {
  .btn::before, .btn::after {
    right: 1.3888888889rem;
    width: 1.1111111111rem;
    height: 0.0555555556rem;
  }
}
.btn::before {
  transform: rotate(55deg);
}
.btn::after {
  transform: rotate(-55deg);
}
.btn.BgColor {
  background-color: #174469;
  border: initial;
}
.btn.BgColor a {
  color: #fff;
}
.btn.BgColor::before, .btn.BgColor::after {
  background-color: #fff;
}

.top-btn {
  position: fixed;
  right: 1.875rem;
  bottom: 6.25rem;
  width: 6.25rem;
  height: 6.25rem;
  background-color: rgba(48, 93, 121, 0.8);
  border-radius: 50%;
  display: none;
  z-index: 10;
}
@media print, screen and (max-width: 640px) {
  .top-btn {
    right: 0.5555555556rem;
    bottom: 3.8888888889rem;
    width: 5.5555555556rem;
    height: 5.5555555556rem;
  }
}
.top-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.5;
}
@media print, screen and (max-width: 640px) {
  .top-btn a {
    font-size: 1.3333333333rem;
    line-height: 1.5;
  }
}

.btn1col {
  margin-bottom: 3.75rem;
  display: flex;
}
@media print, screen and (min-width: 641px) {
  .btn1col {
    gap: 3.75rem;
  }
  .btn1col > * {
    width: 25rem;
  }
}
@media print, screen and (max-width: 640px) {
  .btn1col {
    margin-bottom: 3.3333333333rem;
  }
  .btn1col > * {
    width: 100%;
  }
}

.btn2col {
  margin: 0 9.375rem;
  margin-bottom: 3.75rem;
  display: flex;
}
@media print, screen and (min-width: 641px) {
  .btn2col {
    gap: 3.75rem;
    row-gap: 2rem;
    flex-wrap: wrap;
  }
  .btn2col > * {
    width: 25rem;
  }
}
@media print, screen and (max-width: 640px) {
  .btn2col {
    row-gap: 1.5rem;
    flex-direction: column;
    margin: initial;
    margin-bottom: 3.3333333333rem;
  }
}

.btn4col {
  margin-bottom: 2.5rem;
  display: flex;
}
@media print, screen and (min-width: 641px) {
  .btn4col {
    gap: 4%;
    row-gap: 2rem;
    flex-wrap: wrap;
  }
  .btn4col > * {
    width: 22%;
  }
}
@media print, screen and (max-width: 640px) {
  .btn4col {
    row-gap: 1.5rem;
    flex-direction: column;
    margin-bottom: 2.2222222222rem;
  }
}

/* --------------------------------
//////////////////////////////
///// アニメーション
///////////////////////////
----------------------------------- */
/* -------- 透明度 ----------- */
a {
  transition: opacity 0.5s;
}
a:hover {
  opacity: 0.6;
}

/* -------- スライドイン ----------- */
.slideIn-top {
  animation: slideIn 2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.slideIn.is-animated, .slideIn-item.is-animated {
  animation: slideIn 2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

@keyframes slideIn {
  0% {
    transform: translateX(-80px);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* -------- フェードイン ----------- */
.fadeIn-top {
  animation-name: fadeIn;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}

.fadeIn {
  opacity: 0;
}

.fadeIn.is-animated {
  animation-name: fadeIn;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* ---------------------------------------------------------------
/////////////////////////////////////////////////////////////////
///// ページコンテンツ内背景
/////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////
------------------------------------------------------------------
------------------------------------------------------------------ */
.pageContent {
  position: relative;
}
.pageContent::before {
  content: "";
  background-image: url(./assetes/images/common/page-back.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  width: 16.75rem;
  height: 42.375rem;
  position: absolute;
  top: 0;
  left: 0;
}
@media print, screen and (min-width: 1281px) {
  .pageContent::before {
    left: calc(-1 * (100vw - 1280px) / 2);
  }
}
@media print, screen and (max-width: 640px) {
  .pageContent::before {
    width: 14.8888888889rem;
    height: 37.6666666667rem;
  }
}

body.members .pageContent::before {
  content: none;
}

body.achievements .pageContent::before,
body.paper .pageContent::before {
  background-image: url(./assetes/images/pages/page-back-achievements.png);
  width: 35.875rem;
  height: 31.75rem;
}
@media print, screen and (max-width: 640px) {
  body.achievements .pageContent::before,
  body.paper .pageContent::before {
    width: 31.8888888889rem;
    height: 28.2222222222rem;
  }
}

body.access .pageContent::before {
  background-image: url(./assetes/images/pages/page-back-access.png);
  width: 36.125rem;
  height: 30.5625rem;
}
@media print, screen and (max-width: 640px) {
  body.access .pageContent::before {
    width: 32.1111111111rem;
    height: 27.1666666667rem;
  }
}

body.gallery .pageContent::before {
  background-image: url(./assetes/images/pages/page-back-gallery.png);
  width: 23.4375rem;
  height: 37.5625rem;
}
@media print, screen and (max-width: 640px) {
  body.gallery .pageContent::before {
    width: 20.8333333333rem;
    height: 33.3888888889rem;
  }
}

body.recruitment .pageContent::before {
  background-image: url(./assetes/images/pages/page-back-recruitment.png);
  width: 31rem;
  height: 30rem;
}
@media print, screen and (max-width: 640px) {
  body.recruitment .pageContent::before {
    width: 27.5555555556rem;
    height: 26.6666666667rem;
  }
}

/* ---------------------------------------------------------------
/////////////////////////////////////////////////////////////////
///// パンクズリスト
/////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////
------------------------------------------------------------------
------------------------------------------------------------------ */
.breadcrumb {
  max-width: 1280px;
  margin: 0 auto;
}
.breadcrumb__list {
  display: flex;
  align-items: center;
  padding-top: 0.625rem;
}
@media print, screen and (max-width: 640px) {
  .breadcrumb__list {
    padding-top: 0.5555555556rem;
  }
}
.breadcrumb__list li {
  font-size: 1.125rem;
  line-height: 2.4444444444;
}
@media print, screen and (max-width: 640px) {
  .breadcrumb__list li {
    font-size: 1rem;
    line-height: 2.4444444444;
  }
}
.breadcrumb__list li:not(:last-child)::after {
  content: "＞";
}

/* ---------------------------------------------------------------
/////////////////////////////////////////////////////////////////
///// 年別タブ切り替え
/////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////
------------------------------------------------------------------
------------------------------------------------------------------ */
.yrTab-sec {
  overflow: hidden;
  padding: 0.625rem 0;
  background-color: #174469;
}
@media print, screen and (max-width: 640px) {
  .yrTab-sec {
    padding: 0.5555555556rem 0;
  }
}
.yrTab-sec .yrTab {
  position: relative;
}
.yrTab-sec .yrTab-carousel {
  width: 92%;
  margin: 0 auto;
}
.yrTab-sec .yrTab-carousel li {
  text-align: center;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media print, screen and (max-width: 640px) {
  .yrTab-sec .yrTab-carousel li {
    height: 2.2222222222rem;
  }
}
.yrTab-sec .yrTab-carousel li.current-year {
  font-size: 1.5em;
}
.yrTab-sec .yrTab-carousel li.current-year a {
  color: #fff !important;
}
.yrTab-sec .yrTab-carousel li:not(:last-child) {
  border-right: 1px solid #fff;
}
.yrTab-sec .yrTab-carousel li a {
  color: #dddddd !important;
}
.yrTab-sec .slick-nav-arrows {
  width: 100%;
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
}
.yrTab-sec .slick-arrow {
  display: inline-flex;
  width: 3rem;
  height: 3rem;
  align-items: center;
  justify-content: center;
  padding-top: 0.5rem;
}
@media print, screen and (max-width: 640px) {
  .yrTab-sec .slick-arrow {
    width: 2.6666666667rem;
    height: 2.6666666667rem;
    padding-top: 0.4444444444rem;
  }
}
.yrTab-sec .slick-next {
  right: 0;
}
.yrTab-sec .slick-prev {
  left: 0;
}
.yrTab-sec .slick-next:before, .yrTab-sec .slick-prev:before {
  color: #fff;
  font-size: 1.25rem;
  line-height: 1;
}
@media print, screen and (max-width: 640px) {
  .yrTab-sec .slick-next:before, .yrTab-sec .slick-prev:before {
    font-size: 1.1111111111rem;
    line-height: 1;
  }
}

.years {
  display: block;
}

.years.hide {
  display: none;
}

/* ---------------------------------------------------------------
/////////////////////////////////////////////////////////////////
///// news
/////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////
------------------------------------------------------------------
------------------------------------------------------------------ */
.news__cont .news-item {
  border-bottom: 1px solid #8c8c8c;
}
.news__cont .news-item__wrap {
  font-size: 1.1875rem;
  line-height: 2;
  letter-spacing: 0.05em;
  padding: 0.875rem 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media print, screen and (max-width: 640px) {
  .news__cont .news-item__wrap {
    font-size: 1.0555555556rem;
    line-height: 2;
    padding: 0.6666666667rem 0;
  }
}
.news__cont .tag {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.2em;
  color: #517289;
  padding-left: 1rem;
}
@media print, screen and (max-width: 640px) {
  .news__cont .tag {
    font-size: 0.8888888889rem;
    line-height: 1.5;
    line-height: initial;
    padding-left: 1.3333333333rem;
  }
}
.news__cont p {
  width: 100%;
}

/*
theme Name: kyotobaio
Author: Taiyodo Co.,Ltd.
Description: Clinical Biomechanics Laboratory
version： 1.0.0
*/
/* ---------------------------------------------------------------
/////////////////////////////////////////////////////////////////
///// ヘッダー
/////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////
------------------------------------------------------------------
------------------------------------------------------------------ */
/* ---------------------------------------------------------------
///// ヘッダー共通
------------------------------------------------------------------
------------------------------------------------------------------ */
.header {
  width: 100%;
  position: sticky;
  top: 0;
  left: 0;
  height: 11.75rem;
  background-color: #fff;
  z-index: 9;
}
@media print, screen and (max-width: 640px) {
  .header {
    height: 5rem;
  }
}
.header.-active {
  background-color: #fff;
}

/* ---------------------------------------------------------------
///// ヘッダーコンテンツ
------------------------------------------------------------------
------------------------------------------------------------------ */
.header__cont {
  display: flex;
  gap: 2.5rem;
  padding-top: 1.25rem;
  height: 100%;
}
@media print, screen and (min-width: 641px) {
  .header__cont {
    flex-direction: column;
  }
}
@media print, screen and (max-width: 640px) {
  .header__cont {
    padding: initial;
  }
}

.header__above {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media print, screen and (min-width: 641px) {
  .header__above {
    position: relative;
  }
}

/* ----------- ヘッダータイトル ----------- */
.header__title h1 {
  display: flex;
  align-items: flex-end;
  gap: 1.3125rem;
}
@media print, screen and (max-width: 640px) {
  .header__title h1 {
    align-items: center;
    gap: 0.8888888889rem;
  }
}
.header__title h1 img {
  width: 15.125rem;
  height: 100%;
}
@media print, screen and (max-width: 640px) {
  .header__title h1 img {
    width: 10.6666666667rem;
  }
}

/* ----------- ヘッダーsns ----------- */
@media print, screen and (min-width: 641px) {
  .hsns {
    gap: 0.9375rem;
    position: absolute;
    top: 2.125rem;
    right: 21.875rem;
  }
}
@media print, screen and (max-width: 640px) {
  .hsns {
    gap: 1.6666666667rem;
    margin-top: 2.2222222222rem;
    margin-bottom: 1.1111111111rem;
    margin-right: 1.1111111111rem;
    justify-content: flex-end;
  }
}
.hsns__item {
  width: 1.875rem;
}
@media print, screen and (max-width: 640px) {
  .hsns__item {
    width: 3.3333333333rem;
  }
}
.hsns__item a {
  width: 100%;
  display: block;
}
.hsns__item a img {
  width: 100%;
}

/* ----------- ヘッダーボタン ----------- */
.hbtn {
  gap: 0.625rem;
}
.hbtn__item {
  width: 10.125rem;
  height: 3.5625rem;
}
.hbtn__item .small {
  font-size: 1.04375rem;
  line-height: 1.5;
  line-height: 1;
}
.hbtn__item a {
  color: #517289;
}
.hbtn__item::before, .hbtn__item::after {
  right: 0.625rem;
  width: 0.375rem;
  background-color: #305d79;
}
@media print, screen and (max-width: 640px) {
  .hbtn__item::before, .hbtn__item::after {
    right: 0.5555555556rem;
    width: 0.3333333333rem;
  }
}
.hbtn__item--english {
  background-color: #305d79;
}
.hbtn__item--english a {
  color: #fff;
}
.hbtn__item--english::before, .hbtn__item--english::after {
  background-color: #fff;
}

/* ----- グロナビ ----- */
.gnav__item {
  display: flex;
  align-items: center;
  position: relative;
}
.gnav__item.current::before {
  content: "";
  display: block;
  height: 0.25rem;
  background-color: #434343;
  width: 140%;
  position: absolute;
  bottom: -0.75rem;
  left: 50%;
  transform: translateX(-50%);
}
.gnav__item a {
  text-align: center;
  font-weight: 500;
  font-size: 1.0625rem;
  line-height: 1.5;
  line-height: 1.2;
  letter-spacing: 0;
}
.gnav__item:first-child {
  margin-right: 3.75rem;
}
.gnav__item:nth-child(2) {
  margin-right: 3.8125rem;
}
.gnav__item:nth-child(3), .gnav__item:nth-child(4) {
  margin-right: 3.5625rem;
}
.gnav__item:nth-child(5) {
  margin-right: 2.4375rem;
}
.gnav__item:nth-child(6) {
  margin-right: 2.25rem;
}
.gnav__item:nth-child(7) {
  margin-right: 2.25rem;
}

/* ---------------------------------------------------------------
///// ハンバーガー
------------------------------------------------------------------
------------------------------------------------------------------ */
.menu-btn {
  display: none;
}
@media print, screen and (max-width: 640px) {
  .menu-btn {
    display: inline-block;
    width: 4.4444444444rem;
    height: 5rem;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #112963;
    z-index: 60;
  }
}

.menu-btn__wrap {
  width: 1.7777777778rem;
  margin: 0 auto;
}

.menu-btn span {
  position: absolute;
  width: 1.7777777778rem;
  height: 0.2777777778rem;
  border-radius: 3vw;
  background-color: #fff;
  display: inline-block;
  transition: transform 0.5s ease;
}

.menu-btn span:first-child {
  bottom: 1.6666666667rem;
}

.menu-btn span:nth-child(2) {
  bottom: 2.3611111111rem;
}

.menu-btn span:last-child {
  bottom: 3.0555555556rem;
}

/* ----- クリックで変形 ----- */
.menu-btn.-active span {
  top: 50%;
  bottom: 0;
  transition: transform 0.5s ease;
}

.menu-btn.-active span:first-child {
  transform: rotate(45deg);
}

.menu-btn.-active span:nth-child(2) {
  top: -100px;
}

.menu-btn.-active span:last-child {
  transform: rotate(-45deg);
}

/* ---------------------------------------------------------------
///// モーダル
------------------------------------------------------------------
------------------------------------------------------------------ */
.modal {
  display: none;
  position: absolute;
  width: 100%;
  z-index: 15;
  height: 0;
  top: -1000px;
  left: 0;
  opacity: 0;
  background-color: #112963;
  overflow-y: scroll;
  transition: all 0.8s;
}
@media print, screen and (max-width: 640px) {
  .modal {
    display: block;
  }
}

.mnav__item {
  width: 100%;
  border-bottom: 1px solid #fff;
  height: 12vw;
}
.mnav__item a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  font-size: 1.3333333333rem;
  line-height: 1.5;
  padding-left: 1.6666666667rem;
  color: #fff;
}
.mnav__item a .small {
  font-size: 0.8888888889rem;
  line-height: 1.5;
  padding-left: 0.2222222222rem;
}

/* ----- ハンバーガークリックでモーダル表示 ----- */
.modal.-active {
  height: calc(100vh - 5rem);
  top: 5rem;
  opacity: 1;
  z-index: 20;
}

/*
theme Name: kyotobaio
Author: Taiyodo Co.,Ltd.
Description: Clinical Biomechanics Laboratory
version： 1.0.0
*/
/* ---------------------------------------------------------------
/////////////////////////////////////////////////////////////////
///// フッター
/////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////
------------------------------------------------------------------
------------------------------------------------------------------ */
.banner {
  background-image: url(./assetes/images/footer/banner-back.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.banner__cont {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 17.75rem;
}
@media print, screen and (max-width: 640px) {
  .banner__cont {
    height: 27.4444444444rem;
    flex-direction: column;
    padding-top: 2.5555555556rem;
    padding-bottom: 3.0555555556rem;
  }
}
.banner__item {
  height: 4.375rem;
}
.banner__item a {
  display: block;
}
@media print, screen and (max-width: 640px) {
  .banner__item {
    height: 3.8888888889rem;
  }
}
.banner__item * {
  height: 100%;
  width: initial !important;
}

.fconts {
  background-color: #174469;
}
.fconts__wrap {
  max-width: 1280px;
  margin: 0 auto;
  height: 17.75rem;
  padding-top: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media print, screen and (max-width: 640px) {
  .fconts__wrap {
    height: 13.0555555556rem;
    padding-top: 1.6666666667rem;
  }
}
@media print, screen and (max-width: 640px) {
  .fconts__wrap h1 {
    display: block;
    width: 30rem;
    margin: 0 auto;
  }
}
.fconts__wrap .title {
  color: #fff;
}
@media print, screen and (max-width: 640px) {
  .fconts__wrap .title__sub {
    font-size: 0.8888888889rem;
    line-height: 1.6875;
  }
  .fconts__wrap .title__main {
    font-size: 1.6666666667rem;
    line-height: 1;
  }
}
.fconts .copyright {
  letter-spacing: 0;
  line-height: 1;
  padding-bottom: 0.875rem;
  color: #fff;
}
@media print, screen and (max-width: 640px) {
  .fconts .copyright {
    padding-bottom: 2rem;
    font-size: 0.8888888889rem;
    line-height: 1;
  }
}

/*
theme Name: kyotobaio
Author: Taiyodo Co.,Ltd.
Description: Clinical Biomechanics Laboratory
version： 1.0.0
*/
/* ---------------------------------------------------------------------------------------
///////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////
///////////// TOP
///////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////
------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------ */
/* ---------------------------------------------------------------
/////////////////////////////////////////////////////////////////
///// メインヴィジュアル
/////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////
------------------------------------------------------------------
------------------------------------------------------------------ */
.main.top > *:not(.mv) {
  max-width: 1280px;
  margin: 0 auto;
}
.main.top .mv {
  width: 100%;
  background-image: url(./assetes/images/index/top-mv-pc.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 34.375rem;
}
@media print, screen and (max-width: 640px) {
  .main.top .mv {
    height: 33.8888888889rem;
  }
}
.main.top .mv__cont {
  background-color: rgba(3, 15, 56, 0.6);
  width: 39.4375rem;
  height: 13.75rem;
  padding-left: 3.75rem;
  display: inline-flex;
  align-items: center;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
@media print, screen and (max-width: 640px) {
  .main.top .mv__cont {
    width: 29.5rem;
    height: 10.2777777778rem;
    padding-left: 3.25rem;
  }
}
.main.top .mv__cont img {
  width: 30.25rem;
}
@media print, screen and (max-width: 640px) {
  .main.top .mv__cont img {
    width: 22.6666666667rem;
  }
}

/* ---------------------------------------------------------------
/////////////////////////////////////////////////////////////////
///// news
/////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////
------------------------------------------------------------------
------------------------------------------------------------------ */
.news__conts {
  position: relative;
  margin-top: 6.875rem;
  margin-bottom: 5.875rem;
}
@media print, screen and (max-width: 640px) {
  .news__conts {
    margin-top: 2.1111111111rem;
    margin-bottom: 4rem;
  }
}
.news__cont {
  margin-top: 0.625rem;
}
@media print, screen and (max-width: 640px) {
  .news__cont {
    margin-top: 0.6666666667rem;
  }
}
.news__btn a {
  color: #517289;
}
.news__btn::before, .news__btn::after {
  right: 0.625rem;
  width: 0.375rem;
  background-color: #305d79;
}
@media print, screen and (max-width: 640px) {
  .news__btn::before, .news__btn::after {
    right: 0.5555555556rem;
    width: 0.3333333333rem;
  }
}
@media print, screen and (min-width: 641px) {
  .news__btn {
    height: 3.5625rem;
    width: 13.4375rem;
    position: absolute;
    top: 0.625rem;
    right: 0;
  }
}
@media print, screen and (max-width: 640px) {
  .news__btn {
    height: 3.1875rem;
    width: 10.2222222222rem;
    margin: 0 auto;
    margin-top: 1.5555555556rem;
  }
}

/* ---------------------------------------------------------------
/////////////////////////////////////////////////////////////////
///// about
/////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////
------------------------------------------------------------------
------------------------------------------------------------------ */
.about__conts {
  position: relative;
  margin-bottom: 4.75rem;
}
@media print, screen and (max-width: 640px) {
  .about__conts {
    margin-bottom: 3.2222222222rem;
  }
}
@media print, screen and (min-width: 641px) {
  .about__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 34.4375rem;
  }
}
@media print, screen and (max-width: 640px) {
  .about__img {
    width: 30.6111111111rem;
    margin: 0 auto;
    margin-top: 1.5625rem;
  }
}
.about__cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.4375rem;
}
@media print, screen and (min-width: 641px) {
  .about__cont {
    width: 39.6875rem;
    height: 24.5rem;
    margin-left: auto;
  }
}
@media print, screen and (max-width: 640px) {
  .about__cont {
    gap: 1.3888888889rem;
  }
}
.about__cont p {
  font-size: 1.125rem;
  line-height: 2.3333333333;
  letter-spacing: 0;
  color: #282828;
}
@media print, screen and (max-width: 640px) {
  .about__cont p {
    font-size: 1rem;
    line-height: 2.3333333333;
  }
}

/* ---------------------------------------------------------------
/////////////////////////////////////////////////////////////////
///// sns
/////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////
------------------------------------------------------------------
------------------------------------------------------------------ */
.sns__conts {
  margin-bottom: 5rem;
}
@media print, screen and (max-width: 640px) {
  .sns__conts {
    margin-bottom: 4.1666666667rem;
  }
}
.sns__cont {
  display: flex;
  justify-content: space-between;
}
@media print, screen and (max-width: 640px) {
  .sns__cont {
    flex-direction: column;
    gap: 1.7777777778rem;
  }
}
.sns__item {
  width: 34.3125rem;
  height: 19.5rem;
  padding: 1.25rem;
  overflow: scroll;
  background-color: #eeeeee;
}
@media print, screen and (max-width: 640px) {
  .sns__item {
    width: 30.5rem;
    height: 17.3333333333rem;
    padding: 1.1111111111rem;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 641px) {
  .sns__item.insta {
    width: 80%;
    height: 30rem;
    margin: 0 auto;
  }
}

/* ---------------------------------------------------------------
/////////////////////////////////////////////////////////////////
///// recruitment
/////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////
------------------------------------------------------------------
------------------------------------------------------------------ */
.recruitment__conts {
  margin-bottom: 5rem;
}
@media print, screen and (max-width: 640px) {
  .recruitment__conts {
    margin-bottom: 3.3333333333rem;
  }
}
.recruitment__cont {
  width: 37.5rem;
  margin: 0 auto;
}
@media print, screen and (max-width: 640px) {
  .recruitment__cont {
    width: 100%;
  }
}
.recruitment__cont a {
  display: block;
  height: 100%;
}

/*
theme Name: kyotobaio
Author: Taiyodo Co.,Ltd.
Description: Clinical Biomechanics Laboratory
version： 1.0.0
*/
/* ---------------------------------------------------------------------------------------
///////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////
///////////// TOP
///////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////
------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------ */
/* ---------------------------------------------------------------
/////////////////////////////////////////////////////////////////
///// メインヴィジュアル
/////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////
------------------------------------------------------------------
------------------------------------------------------------------ */
.main.page .mv {
  width: 100%;
  height: 21.25rem;
  background-image: url(./assetes/images/common/page-mv.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media print, screen and (max-width: 640px) {
  .main.page .mv {
    height: 23.3333333333rem;
  }
}
.main.page .mv__cont {
  background-color: rgba(3, 15, 56, 0.6);
  min-width: 39.4375rem;
  min-height: 13.75rem;
  padding: 1.875rem;
  padding-left: 7.0625rem;
  display: inline-flex;
  align-items: center;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
@media print, screen and (max-width: 640px) {
  .main.page .mv__cont {
    display: flex;
    justify-content: center;
    min-width: initial;
    width: 90%;
    min-height: 16.6666666667rem;
    padding: 1.6666666667rem;
    margin: 0 auto;
  }
}
.main.page .mv__title {
  height: 100%;
  display: flex;
  flex-direction: column;
  color: #fff;
  font-size: 2.25rem;
  line-height: 1.5555555556;
  letter-spacing: 0.1em;
  font-weight: bold;
}
@media print, screen and (max-width: 640px) {
  .main.page .mv__title {
    text-align: center;
    font-size: 2rem;
    line-height: 1.5555555556;
  }
}
.main.page .mv__title .en {
  font-size: 1.4375rem;
  line-height: 2.452173913;
  letter-spacing: 0;
}
@media print, screen and (max-width: 640px) {
  .main.page .mv__title .en {
    font-size: 1.2777777778rem;
    line-height: 2.452173913;
  }
}

/* ---------------------------------------------------------------
/////////////////////////////////////////////////////////////////
///// コンテンツ内 共通
/////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////
------------------------------------------------------------------
------------------------------------------------------------------ */
.pageContent {
  max-width: 1280px;
  margin: 0 auto;
  min-height: 42.5rem;
  padding-top: 3.75rem;
  padding-bottom: 4.75rem;
}
@media print, screen and (max-width: 640px) {
  .pageContent {
    min-height: 37.7777777778rem;
    padding-top: 2.7777777778rem;
    padding-bottom: 3.6666666667rem;
  }
}
.pageContent p {
  font-size: 1.125rem;
  line-height: 2.4444444444;
  padding-bottom: 2.5rem;
}
@media print, screen and (max-width: 640px) {
  .pageContent p {
    font-size: 1rem;
    line-height: 2.4444444444;
    padding-bottom: 1.6666666667rem;
  }
}
.pageContent dt {
  font-size: 1.25rem;
  line-height: 1.65;
  font-weight: bold;
  padding-bottom: 0.5rem;
}
@media print, screen and (max-width: 640px) {
  .pageContent dt {
    font-size: 1.1111111111rem;
    line-height: 1.65;
    padding-bottom: 0.4444444444rem;
  }
}
.pageContent dd {
  font-size: 1.125rem;
  line-height: 1.8333333333;
  padding-bottom: 0.625rem;
}
@media print, screen and (max-width: 640px) {
  .pageContent dd {
    font-size: 1rem;
    line-height: 1.8333333333;
    padding-bottom: 0.5555555556rem;
  }
}
.pageContent a:not(.btn a, .news-item__wrap) {
  color: #15c;
}

.single .pageContent strong {
  font-weight: bold;
}

/* --------------------------------
//////////////////////////////
///// セクション
///////////////////////////
----------------------------------- */
.pageSec:not(:first-of-type) {
  padding-top: 3.75rem;
}
@media print, screen and (max-width: 640px) {
  .pageSec:not(:first-of-type) {
    padding-top: 3.3333333333rem;
  }
}

/* --------------------------------
//////////////////////////////
///// 見出し
///////////////////////////
----------------------------------- */
.pageContent h2 {
  display: flex;
  align-items: center;
  font-size: 1.875rem;
  line-height: 1.84;
  color: #fff;
  background-image: url(./assetes/images/common/h2-back.png);
  background-position: center;
  background-size: cover;
  letter-spacing: 0.025em;
  min-height: 3.75rem;
  padding: 0 1.75rem;
  margin-bottom: 2.1875rem;
  background-position: center;
  background-size: cover;
  border-left: solid 0.375rem #5897c3;
}
@media print, screen and (max-width: 640px) {
  .pageContent h2 {
    font-size: 1.6666666667rem;
    line-height: 1.84;
    min-height: 3.3333333333rem;
    padding-left: 1.5555555556rem;
    margin-bottom: 1.9444444444rem;
  }
}
.pageContent h3 {
  display: flex;
  font-size: 1.5625rem;
  line-height: 1.76;
  font-weight: bold;
  padding-bottom: 0.4375rem;
  margin-bottom: 1.875rem;
  gap: 0.75rem;
  color: #517289;
  border-bottom: solid 1px #517289;
}
.pageContent h3::before {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  margin-top: 1.0625rem;
  border-radius: 50%;
  border: solid 0.1875rem #a2c0d5;
  flex-shrink: 0;
}
@media print, screen and (max-width: 640px) {
  .pageContent h3::before {
    width: 0.4444444444rem;
    height: 0.4444444444rem;
    margin-top: 1.0625rem;
  }
}
@media print, screen and (max-width: 640px) {
  .pageContent h3 {
    font-size: 1.3888888889rem;
    line-height: 1.76;
    padding-bottom: 0.3888888889rem;
    margin-bottom: 1.6666666667rem;
    gap: 0.6666666667rem;
  }
}
.pageContent h4 {
  font-size: 1.25rem;
  line-height: 2;
  font-weight: bold;
  border-left: solid 0.375rem #305d79;
  padding-left: 1.0625rem;
  margin-bottom: 1.25rem;
}
@media print, screen and (max-width: 640px) {
  .pageContent h4 {
    font-size: 1.1111111111rem;
    line-height: 2;
    padding-left: 0.9444444444rem;
    margin-bottom: 1.1111111111rem;
  }
}
.pageContent h4.h4-02 {
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: normal;
  border-bottom: initial;
  background: #f7f7f7;
  border-left: 0.3rem #23506e solid;
  padding: 0.625rem;
}
@media print, screen and (max-width: 640px) {
  .pageContent h4.h4-02 {
    font-size: 1rem;
    line-height: 1.5;
    padding: 0.5555555556rem;
  }
}
.pageContent h5 {
  font-size: 1.25rem;
  line-height: 2;
  font-weight: bold;
  margin-bottom: 1.25rem;
}
@media print, screen and (max-width: 640px) {
  .pageContent h5 {
    font-size: 1.1111111111rem;
    line-height: 2;
    margin-bottom: 1.1111111111rem;
  }
}

/* --------------------------------
//////////////////////////////
///// list
///////////////////////////
----------------------------------- */
.ul-basic, .single .pageContent ul,
.ol-basic, .single .pageContent ol {
  margin-bottom: 3.5rem;
}
@media print, screen and (max-width: 640px) {
  .ul-basic, .single .pageContent ul,
  .ol-basic, .single .pageContent ol {
    margin-bottom: 2.2222222222rem;
  }
}
.ul-basic li, .single .pageContent ul li,
.ol-basic li, .single .pageContent ol li {
  display: flex;
  font-size: 1.125rem;
  line-height: 2;
}
@media print, screen and (max-width: 640px) {
  .ul-basic li, .single .pageContent ul li,
  .ol-basic li, .single .pageContent ol li {
    font-size: 1rem;
    line-height: 2;
  }
}
.ul-basic li:not(:last-child), .single .pageContent ul li:not(:last-child),
.ol-basic li:not(:last-child), .single .pageContent ol li:not(:last-child) {
  padding-bottom: 1.5rem;
}
@media print, screen and (max-width: 640px) {
  .ul-basic li:not(:last-child), .single .pageContent ul li:not(:last-child),
  .ol-basic li:not(:last-child), .single .pageContent ol li:not(:last-child) {
    padding-bottom: 1.3333333333rem;
  }
}
.ul-basic li::before, .single .pageContent ul li::before,
.ol-basic li::before, .single .pageContent ol li::before {
  color: #517289;
  box-sizing: border-box;
  flex-shrink: 0;
  border-radius: 50%;
}

.ul-basic li, .single .pageContent ul li {
  gap: 0.8125rem;
}
@media print, screen and (max-width: 640px) {
  .ul-basic li, .single .pageContent ul li {
    gap: 0.7222222222rem;
  }
}
.ul-basic li::before, .single .pageContent ul li::before {
  content: "●";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  padding: 0.1875rem;
  color: #296e99;
  font-size: 0.625rem;
  line-height: 1;
  border: solid 0.125rem #a2c0d5;
  margin-top: 0.5rem;
  margin-left: 0.3125rem;
  text-align: center;
}
@media print, screen and (max-width: 640px) {
  .ul-basic li::before, .single .pageContent ul li::before {
    width: 1.1111111111rem;
    height: 1.1111111111rem;
    padding: 0.1666666667rem;
    font-size: 0.5555555556rem;
    line-height: 1;
    margin-top: 0.4444444444rem;
    margin-left: 0.2777777778rem;
  }
}

.ol-basic, .single .pageContent ol {
  counter-reset: number 0;
}
.ol-basic:last-child, .single .pageContent ol:last-child {
  margin-bottom: initial;
}
.ol-basic li, .single .pageContent ol li {
  gap: 0.5rem;
}
@media print, screen and (max-width: 640px) {
  .ol-basic li, .single .pageContent ol li {
    gap: 0.4444444444rem;
  }
}
.ol-basic li::before, .single .pageContent ol li::before {
  counter-increment: number 1;
  content: counter(number) " ";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #517289;
  border: solid 0.125rem #a2c0d5;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.5;
  width: 1.875rem;
  height: 1.875rem;
  margin-top: 0.1875rem;
}
@media print, screen and (max-width: 640px) {
  .ol-basic li::before, .single .pageContent ol li::before {
    font-size: 1.1111111111rem;
    line-height: 1.5;
    width: 1.6666666667rem;
    height: 1.6666666667rem;
    margin-top: 0.1666666667rem;
  }
}

/* --------------------------------
//////////////////////////////
///// 画像横並び
///////////////////////////
----------------------------------- */
.img-grid {
  display: flex;
  flex-wrap: wrap;
  padding: 0 3.125rem;
  margin-bottom: 3.125rem;
}
@media print, screen and (max-width: 640px) {
  .img-grid {
    padding: 0 2.7777777778rem;
    margin-bottom: 2.7777777778rem;
    gap: 1.6666666667rem;
  }
}

.img-grid > * {
  display: flex;
  justify-content: center;
  align-items: center;
}

.article-photo figure {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.article-photo figcaption {
  text-align: center;
  padding-top: 0.9375rem;
}
@media print, screen and (max-width: 640px) {
  .article-photo figcaption {
    padding-top: 0.5555555556rem;
  }
}

/* -------- 1col ----------- */
.img-1col.img-grid > * {
  width: 100%;
}

/* -------- 2col ----------- */
@media print, screen and (min-width: 641px) {
  .img-2col {
    gap: 4%;
  }
}

.img-2col.img-grid > * {
  width: 48%;
}
.img-2col.imgL36 .article-photo:first-child {
  width: 36%;
}
.img-2col.imgL36 .article-photo:last-child {
  width: 60%;
}
.img-2col.imgL58 .article-photo:first-child {
  width: 58%;
}
.img-2col.imgL58 .article-photo:last-child {
  width: 38%;
}

/* -------- 3col ----------- */
@media print, screen and (min-width: 641px) {
  .img-3col {
    gap: 5%;
  }
}

.img-3col.img-grid > * {
  width: 30%;
}

/* -------- 4col ----------- */
@media print, screen and (min-width: 641px) {
  .img-4col {
    gap: 4%;
  }
}

.img-4col.img-grid > * {
  width: 22%;
}

/* -------- 5col ----------- */
.img-5col {
  row-gap: 1.875rem;
}
@media print, screen and (min-width: 641px) {
  .img-5col {
    gap: 4%;
  }
}
@media print, screen and (max-width: 640px) {
  .img-5col {
    row-gap: 1.6666666667rem;
  }
}

.img-5col.img-grid > * {
  width: 18%;
}
@media print, screen and (max-width: 640px) {
  .img-5col.img-grid > * {
    width: 30%;
  }
}

@media print, screen and (max-width: 640px) {
  .img-grid > * {
    width: 100% !important;
  }
}
/* --------------------------------
//////////////////////////////
///// 横並び（画像やテキスト）
///////////////////////////
----------------------------------- */
.img2Col {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.8125rem;
}
@media print, screen and (max-width: 640px) {
  .img2Col {
    margin-bottom: 1.6666666667rem;
    flex-direction: column-reverse;
    justify-content: flex-end;
  }
}
@media print, screen and (min-width: 641px) {
  .img2Col.img30 .txtCol {
    width: 70%;
  }
  .img2Col.img30 .imgCol {
    width: 30%;
  }
}
.img2Col .txtCol {
  width: 50%;
}
@media print, screen and (max-width: 640px) {
  .img2Col .txtCol {
    width: 100%;
  }
}
.img2Col .imgCol {
  width: 50%;
}
@media print, screen and (max-width: 640px) {
  .img2Col .imgCol {
    width: 100%;
  }
}
.img2Col.imgR > .txtCol {
  order: 0;
}
.img2Col.imgR > .imgCol {
  order: 1;
  padding-left: 2.5rem;
}
@media print, screen and (max-width: 640px) {
  .img2Col.imgR > .imgCol {
    padding-left: initial;
    padding-bottom: 1.875rem;
  }
}
@media print, screen and (min-width: 641px) {
  .img2Col.imgL > .txtCol {
    order: 1;
  }
}
.img2Col.imgL > .imgCol {
  padding-right: 1.875rem;
}
@media print, screen and (min-width: 641px) {
  .img2Col.imgL > .imgCol {
    order: 0;
  }
}
@media print, screen and (max-width: 640px) {
  .img2Col.imgL > .imgCol {
    padding-right: initial;
    padding-bottom: 1.875rem;
  }
}
.img2Col.imgL > .imgCol img:nth-child(n+2) {
  padding-top: 1.25rem;
}

/* --------------------------------
//////////////////////////////
///// テーブル
///////////////////////////
----------------------------------- */
.table-wrap {
  margin-bottom: 1.875rem;
}
@media print, screen and (max-width: 640px) {
  .table-wrap {
    overflow: scroll;
    margin-bottom: 1.6666666667rem;
  }
}
.table-wrap .tbl {
  width: 83%;
  margin: 0 auto;
}
@media print, screen and (max-width: 640px) {
  .table-wrap .tbl {
    width: 145vw;
  }
}
.table-wrap .tbl th, .table-wrap .tbl td {
  letter-spacing: 0.025em;
  border-top: 1px solid #626262;
  border-left: 1px solid #626262;
  vertical-align: middle;
  padding: 1.25rem;
}
@media print, screen and (max-width: 640px) {
  .table-wrap .tbl th, .table-wrap .tbl td {
    padding: 1.1111111111rem;
  }
}
.table-wrap .tbl thead {
  background-color: #82a7c1;
}
.table-wrap .tbl thead th {
  font-size: 1.375rem;
  line-height: 2;
  font-weight: bold;
  padding: 1rem;
  text-align: center;
  color: #fff;
}
@media print, screen and (max-width: 640px) {
  .table-wrap .tbl thead th {
    font-size: 1.2222222222rem;
    line-height: 2;
    padding: 0.8888888889rem;
  }
}
.table-wrap .tbl thead th:last-child {
  border-right: 1px solid #626262;
}
.table-wrap .tbl tr td:last-child {
  border-right: 1px solid #626262;
}
.table-wrap .tbl tbody {
  background-color: #fff;
  border-bottom: 1px solid #626262;
}
.table-wrap .tbl tbody th {
  width: 14.375rem;
  font-size: 1.125rem;
  line-height: 2.4444444444;
  font-weight: bold;
  background-color: #e8f1f7;
}
@media print, screen and (max-width: 640px) {
  .table-wrap .tbl tbody th {
    font-size: 1rem;
    line-height: 2.4444444444;
  }
}
.table-wrap .tbl tbody td {
  font-size: 1.125rem;
  line-height: 1.6666666667;
}
@media print, screen and (max-width: 640px) {
  .table-wrap .tbl tbody td {
    font-size: 1rem;
    line-height: 1.6666666667;
  }
}

/* --------------------------------
//////////////////////////////
///// txt-box
///////////////////////////
----------------------------------- */
.txt-box {
  border: 1px solid #517289;
  padding: 2.1875rem;
  margin-bottom: 2.5rem;
}
@media print, screen and (max-width: 640px) {
  .txt-box {
    padding: 1.9444444444rem;
    margin-bottom: 2.2222222222rem;
  }
}

/* --------------------------------
//////////////////////////////
///// MAP
///////////////////////////
----------------------------------- */
.map {
  width: 100%;
  margin-bottom: 2.5rem;
}
@media print, screen and (max-width: 640px) {
  .map {
    margin-bottom: 2.2222222222rem;
  }
}
.map iframe {
  width: 100%;
  height: 50rem;
}
@media print, screen and (max-width: 640px) {
  .map iframe {
    height: 27.7777777778rem;
  }
}

/* ---------------------------------------------------------------
/////////////////////////////////////////////////////////////////
///// introduction
/////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////
------------------------------------------------------------------
------------------------------------------------------------------ */
.h2-icon {
  width: 3% !important;
  margin-right: 0.625rem;
}
@media print, screen and (max-width: 640px) {
  .h2-icon {
    width: 10% !important;
    margin-right: 0.5555555556rem;
  }
}

.accordion {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.accordion__item {
  position: relative;
}
.accordion .details {
  overflow: hidden;
}
.accordion .details-summary {
  position: relative;
  display: block;
  padding: 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: bold;
  background-color: #174469;
}
.accordion .details-summary:hover {
  cursor: pointer;
}
.accordion .details-summary .title {
  display: inline-block;
  width: 96%;
  color: #fff;
}
.accordion .details-summary .dbtn {
  position: absolute;
  top: 50%;
  right: 1.875rem;
  width: 2.125rem;
  height: 2.125rem;
  border-radius: 50%;
  background-color: #fff;
  transform-origin: center center;
  transform: translateY(-50%);
  transition-duration: 0.2s;
}
.accordion .details-summary .dbtn::before, .accordion .details-summary .dbtn::after {
  content: "";
  background-color: #174469;
  width: 1.25rem;
  height: 0.375rem;
  position: absolute;
  top: 0.875rem;
  left: 0.4375rem;
  transform-origin: center center;
}
.accordion .details-summary .dbtn::before {
  width: 0.375rem;
  height: 1.25rem;
  top: 0.4375rem;
  left: 0.875rem;
}
.accordion .details-summary.is-active .dbtn::before {
  content: none;
}
.accordion .details-summary::-webkit-details-marker {
  display: none;
}
.accordion .details-content {
  padding-top: 1.875rem;
}

@media print, screen and (max-width: 640px) {
  .accordion {
    gap: 1.1111111111rem;
  }
  .accordion .details-summary {
    padding: 1.1111111111rem;
    font-size: 1.1111111111rem;
    line-height: 1.5;
  }
  .accordion .details-summary .title {
    width: 93%;
  }
  .accordion .details-summary .dbtn {
    right: 1.6666666667rem;
    width: 1.8888888889rem;
    height: 1.8888888889rem;
  }
  .accordion .details-summary .dbtn::before, .accordion .details-summary .dbtn::after {
    width: 1.1111111111rem;
    height: 0.3333333333rem;
    top: 0.7777777778rem;
    left: 0.3888888889rem;
  }
  .accordion .details-summary .dbtn::before {
    width: 0.3333333333rem;
    height: 1.1111111111rem;
    top: 0.3888888889rem;
    left: 0.7777777778rem;
  }
  .accordion .details-content {
    padding-top: 1.6666666667rem;
  }
}
.intro2Col {
  display: flex;
  gap: 4%;
}
@media print, screen and (max-width: 640px) {
  .intro2Col {
    flex-direction: column;
    row-gap: 8vw;
  }
}
.intro2Col-item {
  width: 48%;
}
@media print, screen and (max-width: 640px) {
  .intro2Col-item {
    width: 100%;
  }
}

/* ---------------------------------------------------------------
/////////////////////////////////////////////////////////////////
///// Member
/////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////
------------------------------------------------------------------
------------------------------------------------------------------ */
.member2Col {
  display: flex;
  flex-wrap: wrap;
  gap: 4%;
}
.member2Col > * {
  width: 48%;
}

/* ---------------------------------------------------------------
/////////////////////////////////////////////////////////////////
///// Pt
/////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////
------------------------------------------------------------------
------------------------------------------------------------------ */
body.page .qr {
  width: 8.5rem;
  height: 100%;
}
@media print, screen and (max-width: 640px) {
  body.page .qr {
    width: 7.5555555556rem;
  }
}

/* ---------------------------------------------------------------
/////////////////////////////////////////////////////////////////
///// paper
/////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////
------------------------------------------------------------------
------------------------------------------------------------------ */
h2 .small {
  font-size: 1.4rem;
}

h2 .fshrink0 {
  flex-shrink: 0;
}

.paper-box {
  margin-bottom: 2.5rem;
}
@media print, screen and (max-width: 640px) {
  .paper-box {
    margin-bottom: 2.2222222222rem;
  }
}

.kurenai {
  width: 7.8rem !important;
  margin-top: 0.625rem;
}
@media print, screen and (max-width: 640px) {
  .kurenai {
    width: 7rem !important;
    margin-top: 0.5555555556rem;
  }
}

/* ---------------------------------------------------------------
/////////////////////////////////////////////////////////////////
///// gallery
/////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////
------------------------------------------------------------------
------------------------------------------------------------------ */
.gallery .pageContent img {
  width: initial !important;
  max-width: 100%;
}

/* ---------------------------------------------------------------
/////////////////////////////////////////////////////////////////
///// news
/////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////
------------------------------------------------------------------
------------------------------------------------------------------ */
.news__cont a {
  color: initial;
}
.news__cont p {
  padding-bottom: initial;
}

.pagination {
  display: flex;
  justify-content: center;
  margin-top: 5rem;
}
@media print, screen and (max-width: 640px) {
  .pagination {
    margin-top: 2.2222222222rem;
  }
}

.nav-links {
  display: flex;
  align-items: center;
}

.page-numbers {
  display: inline-block;
  font-size: 1.25rem;
  line-height: 1;
  margin-right: 1.25rem;
  padding: 1.25rem 0;
  padding-right: 1.875rem;
  padding-left: 1.875rem;
  color: #517289;
  border-radius: 3px;
  background-color: #fff;
  border: 1px solid #305d79;
}
@media print, screen and (max-width: 640px) {
  .page-numbers {
    font-size: 1.1111111111rem;
    line-height: 1;
    margin-right: 0.5555555556rem;
    padding: 0.5555555556rem 0;
    padding-right: 0.8333333333rem;
    padding-left: 0.8333333333rem;
  }
}

.page-numbers.current {
  background-color: #305d79;
  color: #ffffff;
}

.page-numbers.prev,
.page-numbers.next {
  background: transparent;
  box-shadow: none;
  border: none;
  padding: initial;
  color: #085083;
}

.page-numbers.dots {
  background: transparent;
  box-shadow: none;
  border: none;
  color: #085083;
}

/*
theme Name: kyotobaio
Author: Taiyodo Co.,Ltd.
Description: Clinical Biomechanics Laboratory
version： 1.0.0
*/
/* ---------------------------------------------------------------
/////////////////////////////////////////////////////////////////
///// エラーページ
/////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////
------------------------------------------------------------------
------------------------------------------------------------------ */
.error {
  height: 62.5rem;
}
@media print, screen and (max-width: 640px) {
  .error {
    height: 33.3333333333rem;
  }
}/*# sourceMappingURL=style.css.map */