@charset "UTF-8";
@font-face {
  font-family: "Noto Sans JP Cusotom";
  src: url("/wp-content/themes/ketonlab/assets/font/notosansjp_regular_subset.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP Cusotom";
  src: url("/wp-content/themes/ketonlab/assets/font/notosansjp_semibold_subset.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Zen Kaku Gothic New Cusotom";
  src: url("/wp-content/themes/ketonlab/assets/font/zenkakugothicnew_regular_subset.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Zen Kaku Gothic New Cusotom";
  src: url("/wp-content/themes/ketonlab/assets/font/zenkakugothicnew_bold_subset.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Figtree Cusotom";
  src: url("/wp-content/themes/ketonlab/assets/font/figtree_wght.woff2") format("woff2");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Figtree Cusotom";
  src: url("/wp-content/themes/ketonlab/assets/font/figtree_Italic.woff2") format("woff2");
  font-weight: 300 900;
  font-style: italic;
  font-display: swap;
}
:root {
  --color-blue: #015291;
  --color-deepblue: #202050;
  --color-bgblue1: #003A66;
  --color-blue2: #364153;
  --color-orange: #E9591B;
  --color-red: #e61212;
  --color-gray: #949494;
  --color-lightgray: #D3D3D3;
  --font_notosans: "Noto Sans JP Cusotom", sans-serif;
  --font_zenkaku: "Zen Kaku Gothic New Cusotom", sans-serif;
  --font_figtree: "Figtree Cusotom", sans-serif;
  --wp--preset--font-size--small: 14px;
}

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
  font-family: var(--font_notosans);
  font-optical-sizing: auto;
  color: var(--color-deepblue);
  background: #fff url("/wp-content/themes/ketonlab/assets/img/common/bg_wall_01.webp") repeat 0 0/100px auto;
  box-sizing: border-box;
}
body *,
body *::before,
body *::after {
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 18px;
    font-weight: 400;
    line-height: 180%;
  }
}
body img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

p {
  margin: 1em 0 0;
}

a {
  color: inherit;
  word-break: break-all;
}
a:hover {
  text-decoration: none;
}

figure {
  line-height: 1;
}

body .u-zen-kaku-gothic {
  font-family: var(--font_zenkaku);
  font-weight: 400;
  font-style: normal;
}
body .u-block {
  margin: 0 auto;
  padding: 0 16px;
  max-width: 1120px;
}
body .u-block > :first-child {
  margin-top: 0;
}
body .u-block > :last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  body .u-block {
    padding: 0;
    width: calc(100% - 60px);
  }
}
body .u-block--ralative {
  position: relative;
}
body .u-block--960 {
  max-width: 960px;
}
@media screen and (max-width: 767px) {
  body .u-block--sp--lv02 {
    padding: 0 32px;
  }
}
@media screen and (min-width: 768px) {
  body .u-show-sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  body .u-show-pc {
    display: none;
  }
}

.u-bold {
  font-weight: 700;
}

.u-color-orange {
  color: var(--color-orange) !important;
}

.u-color-red {
  color: var(--color-red) !important;
}

.u-color-blue {
  color: var(--color-blue) !important;
}

.u-mt0 {
  margin-top: 0 !important;
}

.u-mt1em {
  margin-top: 1em !important;
}

.u-mt2em {
  margin-top: 2em !important;
}

.u-mt3em {
  margin-top: 3em !important;
}

.u-text-center {
  text-align: center !important;
}

.u-mark {
  color: var(--color-orange);
  font-weight: 700;
  background-image: linear-gradient(transparent 60%, #FFE894 60%);
}

.u-radius,
.wp-block-image.u-radius > img {
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .u-radius,
  .wp-block-image.u-radius > img {
    border-radius: 20px;
  }
}

.u-size-medium {
  max-width: 600px;
  margin-inline: auto !important;
}

.u-bgsection {
  position: relative;
  padding: 64px 0 96px;
}
@media screen and (min-width: 768px) {
  .u-bgsection {
    padding: 136px 0 calc(6.6666666667cqw + 64px);
  }
}

.u-bgsection--first {
  padding-top: 0 !important;
}
@media screen and (min-width: 768px) {
  .u-bgsection--first {
    padding-top: 40px !important;
  }
}

.u-bgsection--last {
  padding-bottom: 148px;
}

.u-bgsection--white {
  background: url("/wp-content/themes/ketonlab/assets/img/common/bg_wall_01.webp") repeat 0% 0%/100px auto;
}
.u-bgsection--white:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: -7.6923076923vw;
  left: 0;
  width: 100%;
  container-type: inline-size;
  padding: 7.9487179487vw 0 0;
  background: url("/wp-content/themes/ketonlab/assets/img/common/bg_pageheader_01_sp.webp") no-repeat center 100.1%/100% auto;
}
@media screen and (min-width: 768px) {
  .u-bgsection--white:before {
    top: -6.5972222222cqw;
    padding: 6.6666666667cqw 0 0;
    background: url("/wp-content/themes/ketonlab/assets/img/common/bg_pageheader_01.webp") no-repeat center 100.1%/100% auto;
  }
}

.u-bgsection--gray:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: -7.6923076923vw;
  left: 0;
  width: 100%;
  container-type: inline-size;
  padding: 7.9487179487vw 0 0;
  background: #000 url("/wp-content/themes/ketonlab/assets/img/common/bg_pageheader_01_sp.webp") no-repeat center 100.1%/100% auto;
}
@media screen and (min-width: 768px) {
  .u-bgsection--gray:before {
    top: -6.5972222222cqw;
    padding: 6.6666666667cqw 0 0;
    background: #000 url("/wp-content/themes/ketonlab/assets/img/common/bg_pageheader_01.webp") no-repeat center 100.1%/100% auto;
  }
}

.u-bgsection--gray2 {
  background: url("/wp-content/themes/ketonlab/assets/img/common/bg_wall_05.webp") repeat 0% 0%/100px auto;
}
.u-bgsection--gray2:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: -7.6923076923vw;
  left: 0;
  width: 100%;
  container-type: inline-size;
  padding: 7.9487179487vw 0 0;
  background: url("/wp-content/themes/ketonlab/assets/img/common/bg_wallheader_01_sp.webp") no-repeat center 0%/100% auto;
}
@media screen and (min-width: 768px) {
  .u-bgsection--gray2:before {
    top: -6.5972222222cqw;
    padding: 6.6666666667cqw 0 0;
    background: url("/wp-content/themes/ketonlab/assets/img/common/bg_wallheader_01.webp") no-repeat center 0.5%/100% auto;
  }
}

.animation-fadeup {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.animation-fadeup.is-show {
  opacity: 1;
  transform: translateY(0);
}

.animation-float {
  animation: animation-float 1.8s ease-in-out infinite alternate;
}
.animation-float.is-delay01 {
  animation-delay: -0.5s;
}
.animation-float.is-delay02 {
  animation-delay: -1s;
}

@keyframes animation-float {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(2%);
  }
}
@keyframes scroll-hint-appear {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    transform: translateX(-40px);
    opacity: 0;
  }
}
.scroll-hint-icon {
  position: absolute;
  top: 50%;
  left: calc(50% - 60px);
  transform: translateY(-50%);
  box-sizing: border-box;
  width: 120px;
  height: auto;
  border-radius: 5px;
  transition: opacity 0.3s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 20px 10px 10px 10px;
}

.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
}

.scroll-hint-text {
  font-size: 0.625rem;
  color: #FFF;
  margin-top: 5px;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 0.8;
}

.scroll-hint-icon:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon:after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  transition-delay: 2.4s;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  animation: scroll-hint-appear 1.2s linear;
  animation-iteration-count: 2;
}

.scroll-hint-icon-white {
  background-color: #FFF;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
}

.scroll-hint-icon-white:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon-white:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
}

.scroll-hint-icon-white .scroll-hint-text {
  color: #000;
}

.scroll-hint-shadow-wrap {
  position: relative;
}

.scroll-hint-shadow-wrap::after {
  content: "";
  width: 20px;
  height: 100%;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}

.scroll-hint-shadow-wrap::before {
  content: "";
  width: 20px;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}

.scroll-hint-shadow-wrap:has(.scroll-hint.is-right-scrollable)::after,
.scroll-hint-shadow-wrap.is-right-scrollable::after {
  opacity: 1;
  visibility: visible;
}

.scroll-hint-shadow-wrap:has(.scroll-hint.is-left-scrollable)::before,
.scroll-hint-shadow-wrap.is-left-scrollable::before {
  opacity: 1;
  visibility: visible;
}

/**
 * Swiper 8.4.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 30, 2023
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

/* ==========================================================================
汎用モーダル
========================================================================== */
.js-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  align-items: center;
  justify-content: center;
  padding: 16px;
}
@media screen and (min-width: 768px) {
  .js-modal {
    padding: 24px;
  }
}

.js-modal.is-active {
  display: flex;
}

.js-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.js-modal__panel {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 960px;
  max-height: 80vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.06);
  opacity: 0;
  transform: translateY(16px) scale(0.98);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
@media screen and (min-width: 768px) {
  .js-modal__panel {
    border-radius: 20px;
  }
}

.js-modal.is-active .js-modal__overlay,
.js-modal.is-active .js-modal__panel {
  opacity: 1;
}

.js-modal.is-active .js-modal__panel {
  transform: translateY(0) scale(1);
}

.js-modal__close {
  position: absolute;
  z-index: 5;
  top: 12px;
  right: 12px;
  width: 32px;
  aspect-ratio: 1/1;
  border: none;
  background: var(--color-blue);
  border-radius: 50%;
  line-height: 1;
  cursor: pointer;
  color: inherit;
  transition: background-color 0.3s ease;
}
@media screen and (min-width: 768px) {
  .js-modal__close {
    top: 20px;
    right: 20px;
    width: 40px;
  }
}
@media (hover: hover) {
  .js-modal__close:hover {
    background-color: var(--color-orange);
  }
}
.js-modal__close:before, .js-modal__close:after {
  position: absolute;
  z-index: 2;
  top: calc(50% - 1px);
  right: 25%;
  content: "";
  display: block;
  width: 50%;
  height: 2px;
  border-radius: 4px;
  background-color: #fff;
  transform: rotate(45deg);
}
.js-modal__close:after {
  transform: rotate(-45deg);
}

.js-modal__body {
  padding: 32px 16px;
}
@media screen and (min-width: 768px) {
  .js-modal__body {
    padding: 48px 48px;
  }
}
@media screen and (min-width: 1024px) {
  .js-modal__body {
    padding: 48px 98px;
  }
}
.js-modal__body > :first-child {
  margin-top: 0 !important;
}
.js-modal__body > :last-child {
  margin-bottom: 0 !important;
}

/* モーダル表示中の背景スクロール抑止 */
body.is-modal-open {
  overflow: hidden;
}

.l-maincontents {
  position: relative;
  z-index: 2;
  padding-top: 56px;
  padding-bottom: 146px;
}
@media screen and (min-width: 768px) {
  .l-maincontents {
    padding-top: 96px;
    padding-bottom: 146px;
  }
}
.l-maincontents--nobottom {
  padding-bottom: 0 !important;
}
.is-modal-open .l-maincontents {
  position: static;
}
.l-maincontents > :first-child {
  margin-top: 0;
}

.l-header {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  padding: 16px 16px 0;
}
@media screen and (min-width: 1024px) {
  .l-header {
    padding: 28px 0 0;
  }
}

.l-contents {
  overflow: clip;
}

.c-pagetitle {
  margin: 0;
  color: var(--color-deepblue);
  font-family: var(--font_zenkaku);
  font-size: 32px;
  font-weight: 700;
  line-height: 140%;
  text-align: justify;
  letter-spacing: 8%;
}
@media screen and (min-width: 768px) {
  .c-pagetitle {
    line-height: 160%;
    font-size: 50px;
  }
}

.c-pagetitle--single {
  line-height: 140%;
  letter-spacing: normal;
  font-size: 26px;
}
@media screen and (min-width: 768px) {
  .c-pagetitle--single {
    font-size: 40px;
  }
}

.c-pageslug {
  position: relative;
  margin: 0 0 3px;
  padding: 12px 0 12px 16px;
  font-size: 16px;
  font-family: var(--font_figtree);
  font-weight: 600;
  line-height: 1;
  color: var(--color-blue);
}
@media screen and (min-width: 768px) {
  .c-pageslug {
    margin: 0;
    padding: 0 0 0 16px;
    font-size: 20px;
  }
}
.c-pageslug:before {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  left: 0;
  border-radius: 50%;
  width: 7px;
  aspect-ratio: 1/1;
  background: var(--color-orange);
}
@media screen and (min-width: 768px) {
  .c-pageslug:before {
    width: 8px;
  }
}

.c-time {
  margin: 0;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  color: var(--color-gray);
}

.c-category {
  position: relative;
  display: flex;
  margin: 0;
  padding: 3px 8px 3px 17px;
  border-radius: 20px;
  border: 1px solid var(--txt-color-deep-blue, #202050);
  background: var(--txt-color-white, #FFF);
  font-size: 12px;
  font-weight: 700;
  line-height: 140%;
}
.c-category:before {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  left: 8px;
  width: 5px;
  aspect-ratio: 1/1;
  background: var(--color-orange);
  border-radius: 50%;
}

a.c-category {
  text-decoration: none !important;
}
@media (hover: hover) and (pointer: fine) {
  a.c-category {
    transition: ease opacity 0.3s;
  }
  a.c-category:hover {
    opacity: 0.7;
  }
}

.c-editor {
  margin: 0 0 0 8px;
  color: var(--color-deepblue, #202050);
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}

.c-headline-lv01-wrap {
  position: relative;
  z-index: 10;
  margin: 0 0 32px;
}
@media screen and (min-width: 768px) {
  .c-headline-lv01-wrap {
    margin: 0 0 32px;
  }
}

.c-headline-lv01 {
  margin: 0;
  color: var(--color-deepblue, #202050);
  font-family: var(--font_zenkaku);
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .c-headline-lv01 {
    font-size: 50px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1024px) {
  .c-headline-lv01 {
    letter-spacing: 3.2px;
  }
}

.c-headline-lv02 {
  position: relative;
  margin: 96px 0 32px;
  padding-left: 16px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--color-deepblue);
  color: var(--color-deepblue);
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}
@media screen and (min-width: 768px) {
  .c-headline-lv02 {
    margin: 96px 0 48px;
    padding-left: 24px;
    font-family: var(--font_zenkaku);
    font-size: 32px;
    font-weight: 700;
    line-height: 140%;
  }
}
.c-headline-lv02:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 16px;
  left: 0;
  width: 8px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: var(--color-orange);
}
@media screen and (min-width: 768px) {
  .c-headline-lv02:before {
    top: 18px;
    left: 4px;
    width: 12px;
  }
}

.c-headline-lv03 {
  position: relative;
  margin: 48px 0 24px;
  padding-left: 16px;
  font-family: var(--font_zenkaku);
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
}
@media screen and (min-width: 768px) {
  .c-headline-lv03 {
    margin: 48px 0 24px;
    padding-left: 24px;
    font-size: 26px;
  }
}
.c-headline-lv03::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 4px;
  left: 0;
  height: calc(100% - 4px);
  width: 6px;
  background: var(--color-orange);
  border-radius: 30px;
}
@media screen and (min-width: 768px) {
  .c-headline-lv03::before {
    top: 6px;
    height: calc(100% - 8px);
  }
}
.c-headline-lv03 + * {
  margin-top: 0 !important;
}

.c-headline-lv04 {
  margin: 32px 0 16px;
  color: var(--color-deepblue);
  font-family: var(--font_zenkaku);
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
}
@media screen and (min-width: 768px) {
  .c-headline-lv04 {
    margin: 48px 0 16px;
    font-size: 22px;
  }
}
.c-headline-lv04 + * {
  margin-top: 0 !important;
}

.c-paragraph {
  margin: 32px 0 0;
}
@media screen and (min-width: 768px) {
  .c-paragraph {
    margin: 32px 0 0;
  }
}
.c-paragraph + .c-paragraph {
  margin-top: 1em;
}

.c-notelist,
.c-notelist-v2 {
  display: grid;
  grid-template-columns: 100%;
  list-style: none;
  margin: 32px 0 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.8;
  counter-reset: notelist;
  gap: 8px 0;
}
@media screen and (min-width: 768px) {
  .c-notelist,
  .c-notelist-v2 {
    margin: 32px 0 0;
    gap: 0;
  }
}
.c-notelist > li,
.c-notelist-v2 > li {
  position: relative;
  padding-left: 32px;
  counter-increment: notelist;
}
.c-notelist > li:before,
.c-notelist-v2 > li:before {
  content: "※" counter(notelist);
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}

.c-notelist-v2 {
  text-align: left;
}
.c-notelist-v2 > li {
  padding-left: 1em;
}
.c-notelist-v2 > li:before {
  content: "※";
}

.c-linklist {
  list-style: none;
  margin: 32px 0 0;
  padding: 0;
}
.c-linklist--right {
  display: flex;
  justify-content: flex-end;
}
@media screen and (min-width: 768px) {
  .c-linklist {
    margin: 32px 0 0;
  }
}
.c-linklist > li > a {
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.c-linklist > li > a i {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  top: -2px;
  margin-left: 8px;
  width: 20px;
  border-radius: 50%;
  aspect-ratio: 1/1;
  background-color: var(--color-blue);
  transition: ease background-color 0.3s;
}
.c-linklist > li > a i:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1/1;
  display: inline-block;
  vertical-align: middle;
  content: "";
  background: url("/wp-content/themes/ketonlab/assets/img/common/icon_link.svg") no-repeat center center/contain;
}
.c-linklist > li > a[target=_blank] i:after {
  background: url("/wp-content/themes/ketonlab/assets/img/common/icon_blank.svg") no-repeat center center/contain;
}
@media (hover: hover) and (pointer: fine) {
  .c-linklist > li > a:hover {
    text-decoration: none;
  }
  .c-linklist > li > a:hover i {
    background-color: var(--color-orange);
  }
}
.c-linklist--small--sp {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .c-linklist--small--sp > li > a {
    font-size: 14px;
  }
}

.c-button-wrap {
  display: flex;
  justify-content: center;
  margin: 64px 0 0;
}
@media screen and (min-width: 768px) {
  .c-button-wrap {
    margin: 64px 0 0;
  }
}

.c-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 21px 10px;
  text-align: center;
  appearance: none;
  border: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  color: #fff;
  max-width: 100%;
  min-width: 300px;
  border-radius: 999px;
  background-color: var(--color-orange);
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .c-button {
    min-width: 300px;
    line-height: 130%;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-button {
    transition: ease background-color 0.3s;
  }
  .c-button:hover {
    background-color: var(--color-blue);
  }
  .c-button:hover:after {
    background-color: var(--color-blue);
  }
}

.c-button--return:after {
  position: absolute;
  z-index: 6;
  top: calc(50% - 15px);
  left: 38px;
  content: "";
  width: 30px;
  aspect-ratio: 1/1;
  mask: url("/wp-content/themes/ketonlab/assets/img/common/icon_arw_01.svg") no-repeat center center/contain;
  background-color: var(--color-orange);
  display: block;
  transition: ease background-color 0.3s;
}
.c-button--return:before {
  position: absolute;
  z-index: 5;
  top: calc(50% - 15px);
  left: 38px;
  border-radius: 50%;
  content: "";
  width: 30px;
  aspect-ratio: 1/1;
  background: #fff;
  display: block;
}

.c-button--arw {
  padding: 21px 30px 21px 10px;
}
.c-button--arw:after {
  position: absolute;
  z-index: 6;
  top: calc(50% - 15px);
  right: 24px;
  content: "";
  width: 30px;
  aspect-ratio: 1/1;
  mask: url("/wp-content/themes/ketonlab/assets/img/common/icon_arw_01.svg") no-repeat center center/contain;
  background-color: var(--color-orange);
  display: block;
  transition: ease background-color 0.3s;
  transform: rotate(180deg);
}
.c-button--arw:before {
  position: absolute;
  z-index: 5;
  top: calc(50% - 15px);
  right: 24px;
  border-radius: 50%;
  content: "";
  width: 30px;
  aspect-ratio: 1/1;
  background: #fff;
  display: block;
}

.c-button--arw2 {
  padding: 21px 30px;
}
.c-button--arw2:after {
  position: absolute;
  z-index: 6;
  top: calc(50% - 15px);
  right: 24px;
  content: "";
  width: 30px;
  aspect-ratio: 1/1;
  mask: url("/wp-content/themes/ketonlab/assets/img/common/icon_arw_04.svg") no-repeat center center/16px auto;
  background-color: var(--color-orange);
  display: block;
  transition: ease background-color 0.3s;
}
.c-button--arw2:before {
  position: absolute;
  z-index: 5;
  top: calc(50% - 15px);
  right: 24px;
  border-radius: 50%;
  content: "";
  width: 30px;
  aspect-ratio: 1/1;
  background: #fff;
  display: block;
}

.c-tabbutton-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin: 56px 0;
}
@media screen and (min-width: 1024px) {
  .c-tabbutton-wrap {
    gap: 24px;
  }
}
@media screen and (min-width: 768px) {
  .c-tabbutton-wrap {
    margin: 96px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
  }
}

@media screen and (min-width: 768px) {
  .c-tabbutton-wrap--row {
    justify-content: start;
  }
}

.c-tabbutton {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 2px solid var(--txt-color-bule, #015291);
  padding: 16px;
  text-decoration: none;
  color: var(--color-blue);
  font-weight: 700;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
}
.c-tabbutton.is-current {
  background-color: var(--color-blue);
  color: #fff;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .c-tabbutton {
    width: calc(50% - 18px);
  }
}
@media screen and (min-width: 1024px) {
  .c-tabbutton {
    width: calc(25% - 18px);
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-tabbutton {
    transition: ease background-color 0.3s, ease color 0.3s;
  }
  .c-tabbutton:hover {
    background-color: var(--color-blue);
    color: #fff;
  }
}

.c-tabbutton--anc {
  padding-inline: 28px 34px;
}
@media screen and (min-width: 768px) {
  .c-tabbutton--anc {
    padding-inline: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .c-tabbutton--anc {
    padding-inline: 28px 34px;
  }
}
.c-tabbutton--anc:before, .c-tabbutton--anc:after {
  position: absolute;
  z-index: 5;
  top: calc(50% - 12px);
  right: 10px;
  width: 24px;
  content: "";
  display: block;
  border-radius: 50%;
  aspect-ratio: 1/1;
  background-color: var(--color-blue);
  transition: ease background-color 0.3s;
}
@media screen and (min-width: 768px) {
  .c-tabbutton--anc:before, .c-tabbutton--anc:after {
    right: 24px;
  }
}
.c-tabbutton--anc:after {
  transform: rotate(90deg);
  z-index: 10;
  background-color: #fff;
  mask: url("../img/common/icon_arw_03.svg") no-repeat center center/contain;
  transition: ease background-color 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .c-tabbutton--anc:hover:before {
    background-color: #fff;
  }
  .c-tabbutton--anc:hover:after {
    background-color: var(--color-blue);
  }
}

.c-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 11px;
  position: relative;
  margin: 64px auto 0;
}
@media screen and (max-width: 319px) {
  .c-pagination {
    gap: 0 6px;
  }
}
@media screen and (min-width: 768px) {
  .c-pagination {
    gap: 0 12px;
  }
}

.c-pagination__item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 40px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
  border: 1px solid var(--color-lightgray);
  background-color: #fff;
  color: var(--color-blue);
  text-decoration: none;
}
@media screen and (max-width: 319px) {
  .c-pagination__item {
    width: 38px;
  }
}
.c-pagination__item.is-current {
  border-color: var(--color-blue);
  background-color: var(--color-blue);
  color: #fff;
  pointer-events: none;
}
.c-pagination__item.is-hr {
  margin: 0 -5px;
  border: none;
  background: none;
  color: var(--color-gray);
  width: auto;
}
@media screen and (max-width: 319px) {
  .c-pagination__item.is-hr {
    margin: 0 -3px;
  }
}
@media screen and (min-width: 768px) {
  .c-pagination__item.is-hr {
    margin: 0 -3px;
  }
}
.c-pagination__item.is-prev, .c-pagination__item.is-next {
  border: none;
  background: none;
  width: 20px;
}
.c-pagination__item.is-prev:after, .c-pagination__item.is-next:after {
  content: "";
  display: block;
  width: 20px;
  aspect-ratio: 1/1;
  mask: url("/wp-content/themes/ketonlab/assets/img/common/icon_arw_02.svg") no-repeat center center/contain;
  background-color: var(--color-blue);
}
.c-pagination__item.is-next {
  transform: rotate(180deg);
}
@media (hover: hover) and (pointer: fine) {
  .c-pagination__item:link {
    transition: ease opacity 0.3s;
  }
  .c-pagination__item:link:hover {
    opacity: 0.7;
  }
}

.c-linkcard {
  display: grid;
  grid-template-columns: 128px 1fr;
  gap: 16px;
  margin: 32px 0 0;
  padding: 16px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  text-decoration: none;
}
.c-linkcard + .c-linkcard {
  margin: 16px 0 0;
}
@media screen and (min-width: 768px) {
  .c-linkcard {
    grid-template-columns: 160px 1fr;
    padding: 24px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-linkcard:hover .c-linkcard__title {
    text-decoration: none;
  }
  .c-linkcard:hover .c-linkcard__figure {
    opacity: 0.7;
  }
}

.c-linkcard__figure {
  transition: ease opacity 0.3s;
}
.c-linkcard__figure img {
  aspect-ratio: 8/5;
  object-fit: cover;
  border-radius: 5px;
}

.c-linkcard__catch {
  margin: 0;
  color: var(--accent-color-orange, #E9591B);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 22.4px */
}

.c-linkcard__title {
  margin: 8px 0 0;
  color: var(--txt-color-deep-blue, #202050);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 28.8px */
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .c-linkcard__title {
    font-size: 18px;
  }
}
.c-linkcard__title .c-icon--link {
  margin-left: 4px;
  --icon-size: 20px;
}

.c-articlecard-wrap {
  display: grid;
  grid-template-columns: 100%;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .c-articlecard-wrap {
    gap: 32px 14px;
    grid-template-columns: repeat(3, 1fr);
  }
}

.c-articlecard {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
  padding: 16px 16px 24px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 10px 0 rgba(1, 82, 145, 0.1);
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .c-articlecard {
    padding: 16px 16px 26px;
  }
}
@media screen and (min-width: 1024px) {
  .c-articlecard {
    padding: 20px 20px 26px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-articlecard:hover .c-articlecard__image {
    opacity: 0.7;
  }
}

.c-articlecard__image {
  transition: ease opacity 0.3s;
}
.c-articlecard__image img {
  border: 1px solid var(--color-lightgray);
  border-radius: 10px;
  max-width: 100%;
  height: auto;
  aspect-ratio: 323/202;
  object-fit: cover;
}

.c-articlecard__detail {
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 0;
  margin-top: 16px;
}

.c-articlecard__header {
  display: flex;
  gap: 0 16px;
}

.c-articlecard__title {
  margin: 8px 0 0;
  color: var(--color-deepblue);
  font-size: 16px;
  font-weight: 700;
  line-height: 160%; /* 35.2px */
}
.c-articlecard__supervisor {
  display: grid;
  align-items: center;
  grid-template-columns: 42px 1fr;
  gap: 0 16px;
  margin: 8px 0 0;
}

.c-articlecard__supervisor__icon img {
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 50%;
}

.c-articlecard__supervisor__name {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 16px;
  font-weight: 400;
  line-height: 100%;
}
.c-articlecard__supervisor__name span:nth-child(1) {
  font-size: 14px;
  color: var(--color-deepblue);
}
@media screen and (min-width: 768px) {
  .c-articlecard__supervisor__name span:nth-child(1) {
    font-size: 16px;
  }
}
.c-articlecard__supervisor__name span:nth-child(2) {
  font-size: 14px;
  color: #949494;
}
@media screen and (min-width: 768px) {
  .c-articlecard__supervisor__name span:nth-child(2) {
    font-size: 14px;
  }
}
.c-articlecard__supervisor__name small {
  margin-left: 0.3em;
  font-size: 70%;
}

.c-news-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.c-news-list--bottom .c-news-list__item:last-child .c-news-list__link {
  border-bottom: none;
  margin-bottom: -24px;
}

.c-news-list__item:first-child .c-news-list__link {
  margin-top: -24px;
}

.c-news-list__link {
  position: relative;
  display: block;
  border-bottom: 1px solid var(--color-gray);
  padding: 23px 35px 23px 0;
  text-decoration: none;
}
.c-news-list__link .c-icon--arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  --icon-size: 24px;
}
@media (hover: hover) and (pointer: fine) {
  .c-news-list__link:hover .c-news-title {
    opacity: 0.7;
  }
  .c-news-list__link:hover:after {
    right: -5px;
  }
}

.c-news-list__header {
  display: flex;
  align-items: center;
}
.c-news-list__header .c-time {
  margin-right: 16px;
}
.c-news-list__header .c-new {
  margin-right: 8px;
}

.c-news-title {
  margin: 8px 0 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
  transition: ease opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .c-news-title {
    line-height: 180%;
    font-size: 18px;
  }
}

.c-new {
  margin-right: 8px;
  border-radius: 999px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 140%;
  background-color: var(--color-orange);
  color: #fff;
}

.c-breadcrumb {
  margin: 0 -16px -10px;
}
@media screen and (min-width: 768px) {
  .c-breadcrumb {
    margin: 0;
    padding-bottom: 0;
  }
}
.c-breadcrumb > span {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  overflow-x: scroll;
  font-size: 12px;
  line-height: 160%;
  padding: 0 16px 10px;
}
@media screen and (min-width: 768px) {
  .c-breadcrumb > span {
    padding: 0;
    font-size: 14px;
    overflow-x: hidden;
    flex-wrap: wrap;
  }
}
.c-breadcrumb > span > span {
  flex-shrink: 0;
}
.c-breadcrumb > span > span a {
  text-decoration: none;
  color: var(--color-gray);
}
@media (hover: hover) and (pointer: fine) {
  .c-breadcrumb > span > span a {
    transition: ease opacity 0.3s;
  }
  .c-breadcrumb > span > span a:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 768px) {
  .c-breadcrumb > span > span:not(:last-child) {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
}
.c-breadcrumb > span > span:not(:last-child):after {
  position: relative;
  margin: 0 8px;
  width: 4px;
  border-radius: 50%;
  aspect-ratio: 1/1;
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-color: var(--color-orange);
}

.c-icon--arrow {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: var(--icon-size, 40px);
  border-radius: 50%;
  aspect-ratio: 1/1;
  background-color: var(--color-blue);
  transition: ease background-color 0.3s;
}
.c-icon--arrow:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1/1;
  display: inline-block;
  vertical-align: middle;
  content: "";
  background: url("/wp-content/themes/ketonlab/assets/img/common/icon_arw_03.svg") no-repeat center center/contain;
}
@media (hover: hover) and (pointer: fine) {
  a:hover .c-icon--arrow {
    background-color: var(--color-orange);
  }
}

.c-icon--link {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: var(--icon-size, 40px);
  border-radius: 50%;
  aspect-ratio: 1/1;
  background-color: var(--color-blue);
  transition: ease background-color 0.3s;
}
.c-icon--link:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1/1;
  display: inline-block;
  vertical-align: middle;
  content: "";
  background: url("/wp-content/themes/ketonlab/assets/img/common/icon_link.svg") no-repeat center center/contain;
}
@media (hover: hover) and (pointer: fine) {
  a:hover .c-icon--link {
    background-color: var(--color-orange);
  }
}

.c-icon--toggle {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 16px;
  z-index: 2;
  background-color: #fff;
  width: 20px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  transition: all 0.3s ease;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .c-icon--toggle {
    right: 16px;
  }
}
.c-icon--toggle:before, .c-icon--toggle:after {
  position: absolute;
  z-index: 2;
  top: calc(50% - 1px);
  right: 6px;
  border-radius: 50px;
  content: "";
  display: block;
  width: 9px;
  height: 2px;
  background-color: var(--color-blue);
  transition: all 0.3s ease;
}
.c-icon--toggle:after {
  transform: rotate(90deg);
}
[aria-expanded=true] .c-icon--toggle:before, [aria-expanded=true] .c-icon--toggle:after {
  background-color: var(--color-orange);
}
[aria-expanded=true] .c-icon--toggle:after {
  transform: rotate(0deg);
}

.c-writer {
  margin: 96px 0 0;
  padding: 0 0 24px;
  border-bottom: 1px solid var(--color-deepblue);
}
@media screen and (min-width: 768px) {
  .c-writer {
    padding: 0 0 32px;
  }
}
.c-writer + .c-writer {
  margin-top: 32px;
}

.c-writer__title {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
}
.c-writer__title > span {
  flex-shrink: 0;
}
.c-writer__title:before, .c-writer__title:after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background-color: var(--color-deepblue);
}

.c-person {
  display: grid;
  align-items: center;
  grid-template-columns: 96px 1fr;
  gap: 0 16px;
}
@media screen and (min-width: 768px) {
  .c-person {
    align-items: start;
    grid-template-columns: 120px 1fr;
    grid-template-rows: auto auto 1fr;
  }
  .c-person:after {
    content: "";
    display: block;
  }
}

.c-person--small {
  grid-template-columns: 80px 1fr;
}
@media screen and (min-width: 768px) {
  .c-person--small {
    grid-template-columns: 96px 1fr;
  }
}

.c-person__image {
  grid-row: span 1;
  width: 100%;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .c-person__image {
    grid-row: span 3;
  }
}
.c-person__image img {
  aspect-ratio: 1/1;
  object-fit: cover;
  width: 100%;
  border-radius: 50%;
}

.c-person__name {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .c-person__name {
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    gap: 0 16px;
  }
}

.c-person__name__label {
  flex-shrink: 0;
  margin: 0;
  color: var(--color-deep-blue);
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
}

.c-person__name__label__small {
  margin-left: 0.25em;
  font-size: 60%;
}

.c-person__name__postion {
  margin: 0;
  color: var(--color-gray);
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}

.c-person__detail {
  margin-top: 16px;
  grid-column: span 2;
}
@media screen and (min-width: 768px) {
  .c-person__detail {
    margin-top: 8px;
    grid-column: span 1;
  }
}

.c-person__text,
.c-person .wp-block-paragraph {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
}

.c-faq .c-linkcard {
  box-shadow: none;
  border: 2px solid var(--color-lightgray);
}

.c-faq__item {
  margin-top: 24px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
}

.c-faq__header {
  position: relative;
  padding: 16px 56px;
  border: none;
  background: none;
  appearance: none;
  display: block;
  min-height: 62px;
  width: 100%;
  text-align: left;
  color: var(--color-deepblue);
  cursor: pointer;
  transition: color 0.3s ease;
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
}
@media screen and (min-width: 768px) {
  .c-faq__header {
    padding: 24px 64px;
    font-size: 22px;
    font-weight: 700;
    line-height: 160%;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-faq__header {
    transition: ease opacity 0.3s;
  }
  .c-faq__header:not([aria-expanded=true]):hover {
    opacity: 0.7;
  }
}
.c-faq__header[aria-expanded=true] {
  color: var(--color-orange);
}
.c-faq__header:before {
  position: absolute;
  z-index: 2;
  top: 14px;
  left: 16px;
  content: "Q";
  font-family: var(--font_figtree);
  color: var(--color-deepblue);
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
}
@media screen and (min-width: 768px) {
  .c-faq__header:before {
    top: 24px;
    left: 24px;
  }
}

.c-faq__icon {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 16px;
  z-index: 2;
  background-color: var(--color-blue);
  width: 30px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  transition: all 0.3s ease;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .c-faq__icon {
    right: 24px;
  }
}
.c-faq__icon:before, .c-faq__icon:after {
  position: absolute;
  z-index: 2;
  top: calc(50% - 1px);
  right: 10px;
  border-radius: 50px;
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  background-color: #fff;
  transition: all 0.3s ease;
}
.c-faq__icon:after {
  transform: rotate(90deg);
}
[aria-expanded=true] .c-faq__icon {
  background-color: var(--color-orange);
}
[aria-expanded=true] .c-faq__icon:after {
  transform: rotate(0deg);
}

.c-faq__content {
  padding: 0;
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
}
@media screen and (min-width: 768px) {
  .c-faq__content {
    padding: 0 24px;
  }
}

.c-faq__content__inner {
  position: relative;
  padding: 24px 16px 32px;
}
@media screen and (min-width: 768px) {
  .c-faq__content__inner {
    padding: 32px 40px 48px;
  }
}
.c-faq__content__inner > :first-child {
  margin-top: 0;
}
.c-faq__content__inner > :last-child {
  margin-bottom: 0;
}
.c-faq__content__inner:after {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 16px;
  content: "";
  display: block;
  width: calc(100% - 32px);
  height: 1px;
  background-color: var(--color-lightgray);
}
@media screen and (min-width: 768px) {
  .c-faq__content__inner:after {
    left: 0;
    width: 100%;
  }
}

.c-box {
  --box-border-color: var(--color-lightgray);
  --box-title-color: var(--color-blue);
  --box-background-color: #fff;
  border-radius: 10px;
  border: 2px solid var(--box-border-color);
  background: var(--box-background-color);
  margin: 32px 0 0;
  padding: 24px 16px;
}
@media screen and (min-width: 768px) {
  .c-box {
    padding: 24px;
  }
}
.c-box > :first-child,
.c-box .wp-block-group__inner-container > :first-child {
  margin-top: 0 !important;
}
.c-box > :last-child,
.c-box .wp-block-group__inner-container > :last-child {
  margin-bottom: 0 !important;
}

.c-box--last {
  margin-top: 64px;
}

.c-box--notice {
  --box-border-color: var(--color-blue);
  --box-title-color: var(--color-blue);
  --box-background-color: #F3F6F8;
}

.c-box--strong {
  --box-border-color: var(--color-orange);
  --box-title-color: var(--color-orange);
}

.c-box__title {
  margin: 0 0 16px !important;
  color: var(--box-title-color);
  font-family: var(--font_zenkaku);
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
}
@media screen and (min-width: 768px) {
  .c-box__title {
    font-size: 22px;
  }
}
.c-box__title + * {
  margin-top: 0 !important;
}

.c-box__title--icon-point,
.c-box__title--icon-notice {
  display: flex;
  align-items: center;
  gap: 8px;
}
.c-box__title--icon-point::before,
.c-box__title--icon-notice::before {
  content: "";
  display: block;
  width: 32px;
  aspect-ratio: 1/1;
  background: url("/wp-content/themes/ketonlab/assets/img/common/icon_point.svg") no-repeat center center/contain;
}

.c-box__title--icon-notice::before {
  background: url("/wp-content/themes/ketonlab/assets/img/common/icon_notice.svg") no-repeat center center/contain;
}

.c-smallbox {
  margin: 28px 0 0;
  padding: 16px;
  border-radius: 10px;
  background-color: #F2F7FA;
}
.c-smallbox > :first-child,
.c-smallbox .wp-block-group__inner-container > :first-child {
  margin-top: 0 !important;
}
.c-smallbox > :last-child,
.c-smallbox .wp-block-group__inner-container > :last-child {
  margin-bottom: 0 !important;
}
.c-smallbox .wp-block-paragraph {
  font-size: 14px;
  line-height: 1.6;
}

.c-comment {
  display: grid;
  grid-template-columns: 100%;
  gap: 32px 48px;
  margin: 32px 0 0;
}
@media screen and (min-width: 768px) {
  .c-comment {
    align-items: flex-start;
    grid-template-columns: 136px 1fr;
  }
}

.c-comment__image {
  display: grid;
  grid-template-columns: 96px 1fr;
  align-items: center;
  gap: 0 16px;
  width: 100%;
  margin: 0;
}
.c-comment__image img {
  border-radius: 50%;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .c-comment__image {
    gap: 0;
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .c-comment__header {
    margin: 8px 0 0;
    text-align: center;
  }
}

.c-comment__name {
  gap: 8px;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .c-comment__name {
    flex-direction: row;
    align-items: center;
    gap: 0 16px;
  }
}

.c-comment__name__label {
  margin: 0;
  color: var(--color-deep-blue);
  font-size: 20px;
  font-weight: 700;
  line-height: 160%; /* 28.8px */
}
@media screen and (min-width: 768px) {
  .c-comment__name__label {
    font-size: 18px;
  }
}

.c-comment__name__label__small {
  margin-left: 0.25em;
  font-size: 60%;
}

.c-comment__name__postion {
  margin: 8px 0 0;
  color: var(--color-gray);
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%; /* 19.2px */
}
@media screen and (min-width: 768px) {
  .c-comment__name__postion {
    margin: 0;
    font-size: 12px;
    text-align: center;
  }
}

.c-comment__detail {
  position: relative;
  border-radius: 10px;
  padding: 16px;
  background-color: #fff;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
  .c-comment__detail {
    padding: 24px;
  }
}
.c-comment__detail:after {
  content: "";
  position: absolute;
  z-index: 5;
  top: -24px;
  left: 32px;
  width: 32px;
  aspect-ratio: 32/24;
  background-color: #fff;
  z-index: 1;
  clip-path: polygon(50% 0%, 100% 100%, 0 100%);
}
@media screen and (min-width: 768px) {
  .c-comment__detail:after {
    top: 50%;
    transform: translateY(-50%);
    aspect-ratio: 24/32;
    left: -24px;
    width: 24px;
    clip-path: polygon(100% 0%, 100% 100%, 0 50%);
  }
}

.c-comment__text {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
}
@media screen and (min-width: 768px) {
  .c-comment__text {
    font-size: 18px;
    font-weight: 400;
    line-height: 180%;
  }
}

.c-structure {
  position: relative;
  margin: 60px auto 0;
  padding: 60px 16px 48px;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0 8px 28px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-structure {
    margin: 90px auto 0;
    padding: 40px;
    max-width: 960px;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.06);
  }
}
.c-structure:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 52px;
  aspect-ratio: 52/62;
  background: url("/wp-content/themes/ketonlab/assets/img/common/img_structure_crip.webp") no-repeat center center/cover;
}
.c-structure:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: -27px;
  right: 8px;
  width: 103px;
  aspect-ratio: 181/152;
  background: url("/wp-content/themes/ketonlab/assets/img/common/img_structure_book.webp") no-repeat center center/cover;
  animation: animation-float 1.5s ease-in-out infinite alternate;
}
@media screen and (min-width: 768px) {
  .c-structure:after {
    top: -70px;
    right: 8px;
    width: 181px;
  }
}
.c-structure.c-structure--about:after {
  animation: none;
}

.c-structure__title {
  position: relative;
  margin: 0 auto 22px;
  padding: 0 4px 5px;
  border-bottom: 2px solid var(--color-deepblue);
  color: var(--color-deepblue);
  font-family: var(--font_zenkaku);
  font-size: 25px;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .c-structure__title {
    width: fit-content;
    margin: 0 auto 14px;
    font-size: 32px;
  }
}
.c-structure__title:before, .c-structure__title:after {
  content: "";
  position: absolute;
  bottom: -4px;
  border-radius: 50%;
  width: 6px;
  aspect-ratio: 1/1;
  background: var(--color-deepblue);
}
.c-structure__title:before {
  left: -3px;
}
.c-structure__title:after {
  right: -3px;
}

.c-structure__lead {
  text-align: center;
  color: var(--color-deepblue);
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 180%;
}

.c-structure__strong {
  margin: 16px 0 0;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
}
@media screen and (min-width: 768px) {
  .c-structure__strong {
    margin: 20px 0 0;
    line-height: 240%;
  }
}

.c-structure__list {
  display: grid;
  gap: 8px;
  margin: 16px auto 0;
  padding: 0;
  list-style: none;
  width: fit-content;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .c-structure__list {
    margin: 12px auto 0;
    font-size: 18px;
  }
}
.c-structure__list li {
  position: relative;
  padding-left: 22px;
}
.c-structure__list li:before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 4px;
  top: 0.75em;
  width: 8px;
  border-radius: 50%;
  aspect-ratio: 1/1;
  background: var(--color-blue);
}

.c-structure__layout {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .c-structure__layout {
    flex-direction: column;
  }
}

.c-structure__figure {
  margin: 16px auto 0;
  max-width: 650px;
}
@media screen and (min-width: 768px) {
  .c-structure__figure {
    transform: translateX(0%);
    margin: 12px auto 0;
    max-width: 650px;
  }
}

.c-structure__notice {
  width: 100%;
  margin: 4px 0 0;
}

.c-structure__notice__inner {
  padding: 0 7%;
}
@media screen and (min-width: 768px) {
  .c-structure__notice__inner {
    padding-right: 0;
    padding-left: 56%;
  }
}

.c-toc-wrap {
  position: relative;
  margin: 58px 0 96px;
}
@media screen and (min-width: 768px) {
  .c-toc-wrap {
    margin: 64px 0 96px;
  }
}
.c-toc-wrap:before, .c-toc-wrap:after {
  content: "";
  position: absolute;
  z-index: -1;
  aspect-ratio: 1/1;
  background: url("/wp-content/themes/ketonlab/assets/img/common/bg_toc_04.svg") no-repeat center center/contain;
  pointer-events: none;
}
.c-toc-wrap:before {
  top: -102px;
  left: -113px;
  width: 280px;
}
@media screen and (min-width: 768px) {
  .c-toc-wrap:before {
    top: -230px;
    left: -374px;
    width: 600px;
  }
}
.c-toc-wrap:after {
  top: 330px;
  right: -60px;
  width: 204px;
}
@media screen and (min-width: 768px) {
  .c-toc-wrap:after {
    top: 140px;
    right: -277px;
    width: 404px;
  }
}

.c-toc {
  position: relative;
  z-index: 5;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
}
.c-toc:before {
  content: "";
  position: absolute;
  z-index: 5;
  top: -27px;
  left: 50%;
  width: 22px;
  aspect-ratio: 44/96;
  background: url("/wp-content/themes/ketonlab/assets/img/common/bg_toc_01.webp") no-repeat 0 0/contain;
  transform: translateX(-50%);
  pointer-events: none;
}
.c-toc:after {
  content: "";
  position: absolute;
  z-index: 5;
  top: 24px;
  right: -52px;
  width: 142px;
  aspect-ratio: 142/107;
  background: url("/wp-content/themes/ketonlab/assets/img/common/bg_toc_02.webp") no-repeat 0 0/contain;
  pointer-events: none;
  display: none;
}
@media screen and (min-width: 768px) {
  .c-toc:after {
    display: block;
  }
}

.c-toc__inner {
  position: relative;
  padding: 32px 16px;
  border-radius: 20px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .c-toc__inner {
    padding: 32px 96px;
  }
}
.c-toc__inner:after {
  content: "";
  position: absolute;
  top: -32px;
  right: 16px;
  z-index: 5;
  width: 70px;
  aspect-ratio: 96/100;
  background: url("/wp-content/themes/ketonlab/assets/img/common/bg_toc_03.webp") no-repeat 0 0/contain;
  pointer-events: none;
  display: block;
}
@media screen and (min-width: 768px) {
  .c-toc__inner:after {
    bottom: -32px;
    left: -32px;
    top: auto;
    right: auto;
    width: 96px;
  }
}

.c-toc__title {
  display: flex;
  align-items: center;
  gap: 0 8px;
  margin: 0 0 16px;
  color: var(--color-orange);
  font-size: 22px;
  font-weight: 700;
  line-height: 100%;
}
.c-toc__title:before {
  content: "";
  display: block;
  width: 30px;
  aspect-ratio: 1/1;
  background: url("/wp-content/themes/ketonlab/assets/img/common/icon_toc.svg") no-repeat center center/contain;
}

.c-toc__detail {
  position: relative;
}
.c-toc__detail.is-overflow {
  max-height: 358px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .c-toc__detail.is-overflow {
    max-height: 238px;
  }
}
.c-toc__detail.is-overflow::after {
  content: "";
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  right: 0;
  height: 142px;
  background: linear-gradient(to top, #fff 30%, transparent);
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .c-toc__detail.is-overflow::after {
    height: 80px;
  }
}

.c-toc__list {
  list-style: none;
  margin: 0;
  padding: 0 0 0 12px;
}

.c-toc__item--h2 {
  position: relative;
  z-index: 5;
  background-color: #fff;
}
.c-toc__item--h2 + .c-toc__item--h2 {
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .c-toc__item--h2 + .c-toc__item--h2 {
    margin-top: 12px;
  }
}
.c-toc__item--h2:not(:last-child):after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 24px;
  left: 2px;
  width: 4px;
  height: 100%;
  background: url("/wp-content/themes/ketonlab/assets/img/common/bg_toc_04.svg") repeat-y 0 0/100% auto;
}
.c-toc__item--h2 > a {
  position: relative;
  display: block;
  padding-left: 20px;
  color: var(--color-deepblue);
  font-size: 16px;
  font-weight: 700;
  line-height: 160%; /* 25.6px */
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  .c-toc__item--h2 > a {
    transition: ease opacity 0.3s;
  }
  .c-toc__item--h2 > a:hover {
    opacity: 0.7;
  }
}
.c-toc__item--h2 > a::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 10px;
  left: 0;
  width: 8px;
  border-radius: 50%;
  aspect-ratio: 1/1;
  background-color: var(--color-orange);
}

.c-toc__list--sub {
  list-style: none;
  margin: 8px 0 0;
  padding: 0 0 0 20px;
}

.c-toc__item--h3 + .c-toc__item--h3 {
  margin-top: 8px;
}
.c-toc__item--h3 > a {
  position: relative;
  display: block;
  padding-left: 24px;
  color: var(--color-deepblue);
  font-size: 14px;
  line-height: 160%;
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  .c-toc__item--h3 > a {
    transition: ease opacity 0.3s;
  }
  .c-toc__item--h3 > a:hover {
    opacity: 0.7;
  }
}
.c-toc__item--h3 > a::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: -1px;
  left: -2px;
  width: 26px;
  aspect-ratio: 1/1;
  mask: url("/wp-content/themes/ketonlab/assets/img/common/icon_arw_03.svg") no-repeat center center/contain;
  background-color: var(--color-deepblue);
}

.c-toc__more {
  position: relative;
  width: 100%;
  display: block;
  width: 100%;
  padding: 48px 16px 0;
  border: none;
  background-color: transparent;
  color: var(--color-deepblue);
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
}
@media (hover: hover) and (pointer: fine) {
  .c-toc__more {
    transition: ease opacity 0.3s;
  }
  .c-toc__more:hover {
    opacity: 0.7;
  }
}
.is-overflow + .c-toc__more {
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  padding-bottom: 32px;
}
.is-overflow + .c-toc__more:before {
  bottom: 52px;
  transform: translateX(-50%);
}
.c-toc__more:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  bottom: 22px;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
  width: 24px;
  aspect-ratio: 1/1;
  background: url("/wp-content/themes/ketonlab/assets/img/common/icon_arw_04.svg") no-repeat center center/contain;
}

.c-eyecatch {
  margin: 32px auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-eyecatch {
    margin: 48px auto;
  }
}
.c-eyecatch img {
  border-radius: 10px;
  width: 768px;
  height: auto;
  aspect-ratio: 16/10;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .c-eyecatch img {
    border-radius: 20px;
  }
}

.c-table {
  margin: 32px 0 0;
}
.c-table table {
  width: 100%;
  border: 1px solid #C3C3C3;
  border-collapse: collapse;
  background-color: #fff;
  color: var(--color-deepblue);
  font-weight: 700;
  line-height: 160%; /* 28.8px */
}
.c-table table th,
.c-table table td {
  font-size: 14px;
  padding: 12px 16px;
  border: 1px solid #C3C3C3;
}
@media screen and (min-width: 768px) {
  .c-table table th,
  .c-table table td {
    padding: 12px 24px;
    font-size: 18px;
  }
}
.c-table table .c-table__cell--lv01 {
  background-color: #F2F7FA;
}
.c-table table td {
  font-weight: 400;
}
.c-table.has-sp-scroll {
  overflow-x: auto !important;
  overflow-y: hidden !important;
  padding-bottom: 12px;
  scrollbar-width: thin;
  scrollbar-color: var(--mid-gray, #C3C3C3) var(--lite-gray, #D3D3D3);
}
.c-table.has-sp-scroll::-webkit-scrollbar {
  height: 8px;
}
.c-table.has-sp-scroll::-webkit-scrollbar-track {
  background: #D3D3D3;
}
.c-table.has-sp-scroll::-webkit-scrollbar-thumb {
  background: #C3C3C3;
}
@media screen and (min-width: 768px) {
  .c-table.has-sp-scroll {
    padding-bottom: 0;
  }
}
.c-table.has-sp-scroll table {
  width: 900px;
}
@media screen and (min-width: 768px) {
  .c-table.has-sp-scroll table {
    width: 100%;
  }
}

.p-header {
  position: relative;
  margin: 0 auto;
  padding: 16px 18px 15px 16px;
  border-radius: 999px;
  box-shadow: 0 4px 10px 0 rgba(1, 82, 145, 0.1);
  background: #FFF;
}
@media screen and (min-width: 1024px) {
  .p-header {
    max-width: 1384px;
    width: calc(100% - 56px);
    padding: 15px 2.1%;
  }
}

.p-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .p-header__inner {
    gap: 0 16px;
  }
}

.p-header__logo {
  margin: 0;
  flex-shrink: 0;
  width: 80%;
  max-width: 297px;
}
@media screen and (min-width: 1024px) {
  .p-header__logo {
    width: 25%;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-header__logo a {
    transition: ease opacity 0.3s;
  }
  .p-header__logo a:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 1023px) {
  .p-gnav {
    position: fixed;
    z-index: -1;
    top: 0;
    right: 0;
    width: 100%;
    height: 100lvh;
    transform: translateY(-10PX);
    transition: all 0.2s ease;
    overflow-y: auto;
    background: linear-gradient(180deg, #D9F1FF 45.26%, #97D4F8 100%);
    opacity: 0;
    visibility: hidden;
  }
  .is-gnav-open .p-gnav {
    transform: translateY(0%);
    opacity: 1;
    visibility: visible;
  }
}

.p-gnav__inner {
  display: flex;
}
@media screen and (max-width: 1023px) {
  .p-gnav__inner {
    display: block;
    padding: 96px 32px 40px;
  }
}

.p-gnav-mainlist > ul {
  display: grid;
  grid-template-columns: 100%;
  gap: 18px;
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-weight: 700;
  font-family: var(--font_zenkaku);
  line-height: 160%;
  list-style: none;
}
@media screen and (min-width: 1024px) {
  .p-gnav-mainlist > ul {
    display: flex;
    align-items: center;
    gap: 0 20px;
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) {
  .p-gnav-mainlist > ul {
    gap: 0 32px;
    font-size: 16px;
  }
}
.p-gnav-mainlist > ul > li > a {
  position: relative;
  padding-left: 14px;
  display: block;
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  .p-gnav-mainlist > ul > li > a {
    transition: ease opacity 0.3s;
  }
  .p-gnav-mainlist > ul > li > a:hover {
    opacity: 0.7;
  }
}
.p-gnav-mainlist > ul > li > a.is-current {
  padding-left: 16px;
  color: var(--color-orange);
}
@media screen and (min-width: 1024px) {
  .p-gnav-mainlist > ul > li > a.is-current {
    padding-left: 12px;
  }
}
@media screen and (min-width: 1280px) {
  .p-gnav-mainlist > ul > li > a.is-current {
    padding-left: 16px;
  }
}
.p-gnav-mainlist > ul > li > a.is-current:before {
  display: block;
  content: "";
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: var(--color-orange);
}
@media screen and (min-width: 1024px) {
  .p-gnav-mainlist > ul > li > a.is-current:before {
    width: 5px;
  }
}
@media screen and (min-width: 1280px) {
  .p-gnav-mainlist > ul > li > a.is-current:before {
    width: 8px;
  }
}
@media screen and (min-width: 1024px) {
  .p-gnav-mainlist > ul > li > a {
    padding: 0;
  }
}
.p-gnav-mainlist > ul > li > a:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 6px;
  border-radius: 50%;
  aspect-ratio: 1/1;
  background: var(--color-orange);
  z-index: -1;
}
@media screen and (min-width: 1024px) {
  .p-gnav-mainlist > ul > li > a:before {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .p-gnav-sublist {
    display: none;
  }
}
.p-gnav-sublist > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 32px;
  margin: 36px 0 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}
.p-gnav-sublist > ul > li > a {
  text-decoration: none;
}

.c-hamburger-menu-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 16px;
  width: 20px;
  background: none;
  border: none;
  appearance: none;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .c-hamburger-menu-wrap {
    display: none;
  }
}

.c-hamburger-menu {
  flex-shrink: 0;
  display: block;
  position: relative;
  z-index: 5;
  border: none;
  width: 20px;
  height: 16px;
  padding: 0;
  cursor: pointer;
  background: none;
  appearance: none;
}
.c-hamburger-menu > span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: #132027;
  border-radius: 999px;
  transition: all 0.3s ease;
}
.c-hamburger-menu > span:nth-child(1) {
  top: 0;
}
.c-hamburger-menu > span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.c-hamburger-menu > span:nth-child(3) {
  bottom: 0;
}

body.is-gnav-open .c-hamburger-menu > span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
body.is-gnav-open .c-hamburger-menu > span:nth-child(2) {
  opacity: 0;
}
body.is-gnav-open .c-hamburger-menu > span:nth-child(3) {
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
}

.p-footer-top__list {
  display: grid;
  grid-template-columns: 100%;
  gap: 16px 48px;
}
@media screen and (min-width: 768px) {
  .p-footer-top__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 0 4.2857142857%;
  }
}

.p-footer-top__list__item {
  --icon-size: 7.46%;
  position: relative;
}
.p-footer-top__list__item img {
  border-radius: 10px;
}
.p-footer-top__list__item .c-icon--arrow {
  position: absolute;
  z-index: 5;
  top: 50%;
  right: 6%;
  transform: translateY(-50%);
}

.p-footer-top,
.p-footer-bottom {
  margin-top: -18px;
  border-radius: 20px 20px 0 0;
}
@media screen and (min-width: 768px) {
  .p-footer-top,
  .p-footer-bottom {
    margin-top: -18px;
  }
}

.p-footer-top {
  position: relative;
  z-index: 10;
  padding: 32px 0 50px;
  background: var(--color-bgblue1);
}
@media screen and (min-width: 768px) {
  .p-footer-top {
    padding: 56px 0 74px;
  }
}

.p-footer-bottom {
  padding: 40px 0 20px;
  background: var(--color-blue);
}
@media screen and (min-width: 768px) {
  .p-footer-bottom {
    padding: 50px 0 15px;
  }
}

.p-footer-nav {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  color: #fff;
  gap: 32px 0;
}
@media screen and (min-width: 768px) {
  .p-footer-nav {
    gap: 32px 20px;
    flex-direction: row;
  }
}

.p-footer-nav__logo {
  margin: 0;
}
@media (hover: hover) and (pointer: fine) {
  .p-footer-nav__logo a {
    transition: ease opacity 0.3s;
  }
  .p-footer-nav__logo a:hover {
    opacity: 0.7;
  }
}

.p-footer-nav__logo--keton {
  width: 210px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-footer-nav__logo--keton {
    margin: 0;
    width: 180px;
  }
}
@media screen and (min-width: 1024px) {
  .p-footer-nav__logo--keton {
    width: 377px;
  }
}

.p-footer-nav__logo--osakagas {
  width: 115px;
}
@media screen and (min-width: 768px) {
  .p-footer-nav__logo--osakagas {
    width: 105px;
  }
}

.p-footer-nav__logo--daigas {
  width: 130px;
}
@media screen and (min-width: 768px) {
  .p-footer-nav__logo--daigas {
    width: 128px;
  }
}

.p-footer-nav__list {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-footer-nav__list {
    width: fit-content;
  }
}
.p-footer-nav__list ul {
  display: grid;
  justify-content: space-between;
  grid-auto-flow: column;
  grid-template-columns: repeat(2, auto);
  grid-template-rows: repeat(4, 1fr);
  margin: 0;
  padding: 0;
  gap: 26px 10px;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .p-footer-nav__list ul {
    gap: 12px 40px;
    grid-template-columns: auto;
    grid-template-rows: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .p-footer-nav__list ul {
    gap: 12px 64px;
  }
}
.p-footer-nav__list ul > li {
  font-family: var(--font_zenkaku);
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
}
.p-footer-nav__list ul > li > a {
  color: inherit;
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  .p-footer-nav__list ul > li > a {
    transition: ease opacity 0.3s;
  }
  .p-footer-nav__list ul > li > a:hover {
    opacity: 0.7;
  }
}

.p-footer-utility {
  border-top: 1px solid #fff;
  display: flex;
  justify-content: space-between;
  flex-direction: column-reverse;
  color: #fff;
  margin-top: 24px;
  padding-top: 24px;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .p-footer-utility {
    gap: 0;
    flex-direction: row;
    margin: 40px 0 0;
    padding: 32px 0 0;
  }
}

.p-footer-utility__nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px 32px;
  font-size: 12px;
  font-weight: 400;
  line-height: 160%;
}
@media screen and (min-width: 768px) {
  .p-footer-utility__nav ul {
    gap: 32px;
  }
}
.p-footer-utility__nav ul li a {
  color: inherit;
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  .p-footer-utility__nav ul li a {
    transition: ease opacity 0.3s;
  }
  .p-footer-utility__nav ul li a:hover {
    opacity: 0.7;
  }
}

.p-footer-copyright {
  margin: 1em 0 0;
  font-size: 11px;
  font-weight: 700;
  line-height: 140%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-footer-copyright {
    text-align: left;
  }
}
.p-footer-copyright small {
  font-size: 100%;
}

.p-footer-utility__logolist {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .p-footer-utility__logolist {
    gap: 0 30px;
    padding-top: 0;
  }
}

.p-footer-scrolltop {
  position: fixed;
  z-index: 100;
  bottom: 17px;
  right: 17px;
  width: 44px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: none;
  appearance: none;
  outline: none;
  border: 2px solid #fff;
  background: var(--color-blue) url("../img/common/icon_topbtn.svg") no-repeat center center/contain;
  cursor: pointer;
  opacity: 0;
  transition: ease all 0.3s;
}
.p-footer-scrolltop.is-show {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .p-footer-scrolltop {
    bottom: 44px;
    right: 44px;
    width: 60px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-footer-scrolltop:hover {
    background-color: var(--color-orange);
  }
}

.p-pageheader {
  padding: 90px 0 64px;
  background: url("/wp-content/themes/ketonlab/assets/img/common/bg_pageheader_01_sp.webp") no-repeat center 100.1%/100% auto, linear-gradient(90deg, #D9F1FF 0%, #97D4F8 100%), url("/wp-content/themes/ketonlab/assets/img/common/bg_wall_03.webp") repeat center 100.1%/200px auto;
  background-blend-mode: normal, multiply, normal;
}
@media screen and (min-width: 768px) {
  .p-pageheader {
    background: url("/wp-content/themes/ketonlab/assets/img/common/bg_pageheader_01.webp") no-repeat center 100.1%/100% auto, linear-gradient(90deg, #D9F1FF 0%, #97D4F8 100%), url("/wp-content/themes/ketonlab/assets/img/common/bg_wall_03.webp") repeat center 100.1%/200px auto;
    padding: 100px 0 6.6666666667cqw;
    background-blend-mode: normal, multiply, normal;
  }
}

@media screen and (max-width: 767px) {
  .p-pageheader--about {
    padding-bottom: 0;
  }
}

.p-pageheader--404 {
  background: url("/wp-content/themes/ketonlab/assets/img/common/bg_pageheader_01_sp.webp") no-repeat center 100.1%/100% auto, url("/wp-content/themes/ketonlab/assets/img/common/bg_404_sp.webp") no-repeat right 15px bottom -5px/164px auto, linear-gradient(90deg, #D9F1FF 0%, #97D4F8 100%), url("/wp-content/themes/ketonlab/assets/img/common/bg_wall_03.webp") repeat center 100.1%/200px auto;
  background-blend-mode: normal, normal, multiply, normal;
}
@media screen and (min-width: 768px) {
  .p-pageheader--404 {
    background: url("/wp-content/themes/ketonlab/assets/img/common/bg_pageheader_01.webp") no-repeat center 100.1%/100% auto, url("/wp-content/themes/ketonlab/assets/img/common/bg_404_pc.webp") no-repeat calc(65vw - 50px) 100%/354px auto, linear-gradient(90deg, #D9F1FF 0%, #97D4F8 100%), url("/wp-content/themes/ketonlab/assets/img/common/bg_wall_03.webp") repeat center 100.1%/200px auto;
    background-blend-mode: normal, normal, multiply, normal;
  }
}

.p-pageheader__top {
  margin: 0 auto 22px;
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .p-pageheader__top {
    margin: 0 auto 56px;
    padding: 0 36px;
    max-width: 1384px;
  }
}

.p-pageheader__bottom .c-paragraph {
  color: var(--color-blue2);
}

.p-pageheader__util {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 16px;
  gap: 8px 0;
}
@media screen and (min-width: 768px) {
  .p-pageheader__util {
    flex-wrap: nowrap;
  }
}

.p-pageheader__util__left {
  display: flex;
  align-items: center;
  gap: 0 8px;
}

.p-pageheader__util__right {
  display: flex;
  align-items: center;
  gap: 0 16px;
}

.p-fixmodal-switch {
  position: fixed;
  z-index: 100;
  right: 80px;
  bottom: 0;
  width: 265px;
  transform: translateY(100%);
  transition: ease transform 1s, ease opacity 0.3s;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-fixmodal-switch {
    right: 120px;
  }
}
@media screen and (min-width: 1024px) {
  .p-fixmodal-switch {
    transform: translateX(100%);
    right: 0;
    bottom: 128px;
    width: 200px;
  }
  .p-fixmodal-switch:hover {
    opacity: 0.8;
  }
}
.p-fixmodal-switch.is-active {
  transform: translateY(0);
}
@media screen and (min-width: 1024px) {
  .p-fixmodal-switch.is-active {
    transform: translateX(0);
  }
}

.p-fixmodal-switch__human {
  position: absolute;
  bottom: -30px;
  right: 0;
  width: 80px;
  transform-origin: 50% 100%;
  animation: human-animation 1.5s linear infinite alternate;
}
@media screen and (min-width: 1024px) {
  .p-fixmodal-switch__human {
    bottom: 0;
    right: 10px;
    width: 108px;
  }
}

.p-fixmodal-switch__popup {
  position: relative;
  z-index: 5;
  width: 100%;
}

@keyframes human-animation {
  0% {
    transform: rotate(-3deg);
  }
  100% {
    transform: rotate(3deg);
  }
}
.p-fixmodal-layout {
  display: grid;
  grid-template-columns: 100%;
  gap: 4.1025641026vw;
}
@media screen and (min-width: 1024px) {
  .p-fixmodal-layout {
    grid-template-columns: 1fr 355px;
    gap: 20px;
  }
}

.p-fixmodal-layout__image {
  text-align: center;
}

.p-top-headline-v1 {
  margin: 0 0 32px;
}

.p-top-headline-v1__sub {
  position: relative;
  margin: 0;
  padding: 8px 0 8px 16px;
  color: var(--txt-color-bule, #015291);
  font-family: var(--font_figtree);
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
}
@media screen and (min-width: 768px) {
  .p-top-headline-v1__sub {
    padding: 0 0 0 16px;
    font-size: 20px;
  }
}
.p-top-headline-v1__sub:before {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  left: 0;
  border-radius: 50%;
  width: 7px;
  aspect-ratio: 1/1;
  background: var(--color-orange);
}
@media screen and (min-width: 768px) {
  .p-top-headline-v1__sub:before {
    width: 8px;
  }
}

.p-top-headline-v1__main {
  margin: 0;
  color: var(--color-deepblue);
  font-family: var(--font_zenkaku);
  font-size: 32px;
  font-weight: 700;
  line-height: 160%;
}
@media screen and (min-width: 768px) {
  .p-top-headline-v1__main {
    letter-spacing: 0.08em;
    font-size: 50px;
  }
}

.p-top-paragraph {
  margin: 32px 0 0;
  line-height: 1.8;
  font-size: 18px;
  font-weight: 400;
}

.p-top-section {
  position: relative;
  padding: 64px 0;
}
@media screen and (min-width: 768px) {
  .p-top-section {
    padding: 136px 0 200px;
  }
}
.p-top-section > .wp-block-group__inner-container {
  margin: 0 auto;
  padding: 0 16px;
  max-width: 1120px;
}
.p-top-section > .wp-block-group__inner-container > :first-child {
  margin-top: 0;
}
.p-top-section > .wp-block-group__inner-container > :last-child {
  margin-bottom: 0;
}

.p-top-section--last {
  padding-bottom: 146px;
}
@media screen and (min-width: 768px) {
  .p-top-section--last {
    padding-bottom: 145px;
  }
}

.p-top-section--mv {
  position: relative;
  background: #E8EDF2 url(/wp-content/themes/ketonlab/assets/img/common/bg_wall_04.webp) repeat 0 0/100px auto;
  padding-bottom: 41.0256410256vw;
}
@media screen and (min-width: 768px) {
  .p-top-section--mv {
    padding-bottom: 200px;
    padding-bottom: 16.1111111111cqw;
  }
}
.p-top-section--mv:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 780/218;
  background: url(/wp-content/themes/ketonlab/assets/img/top/bg_wall_mv_sp.webp) no-repeat 50% 0%/contain;
}
@media screen and (min-width: 768px) {
  .p-top-section--mv:after {
    aspect-ratio: 1440/232;
    background: url(/wp-content/themes/ketonlab/assets/img/top/bg_wall_mv.webp) no-repeat 50% 0%/contain;
  }
}

.p-top-section--magazine {
  padding: 64px 0 260px;
  background: linear-gradient(180deg, #FFF 0%, transparent 30%), linear-gradient(180deg, #FFF -0.56%, #BDE6FF 100%), url("/wp-content/themes/ketonlab/assets/img/common/bg_wall_03.webp") repeat center 100.1%/200px auto;
  background-blend-mode: normal, multiply, normal;
}
@media screen and (min-width: 768px) {
  .p-top-section--magazine {
    padding: 136px 0 calc(6.9444444444cqw + 60px);
  }
}

.p-top-section--recommend {
  position: relative;
  padding: 64px 0 128px;
  background: #fff url("/wp-content/themes/ketonlab/assets/img/common/bg_pageheader_01_sp.webp") no-repeat center 100.1%/100% auto;
}
@media screen and (min-width: 768px) {
  .p-top-section--recommend {
    background: #fff url("/wp-content/themes/ketonlab/assets/img/common/bg_pageheader_01.webp") no-repeat center 100.1%/100% auto;
    padding: 136px 0 calc(6.9444444444cqw + 36px);
  }
}
.p-top-section--recommend:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: -7.6923076923vw;
  left: 0;
  width: 100%;
  container-type: inline-size;
  padding: 7.9487179487vw 0 0;
  background: url("/wp-content/themes/ketonlab/assets/img/common/bg_pagefooter_01_sp.webp") no-repeat center 0%/100% auto;
}
@media screen and (min-width: 768px) {
  .p-top-section--recommend:before {
    top: -6.5972222222cqw;
    padding: 6.6666666667cqw 0 0;
    background: url("/wp-content/themes/ketonlab/assets/img/top/bg_wall_recommend.webp") no-repeat center 0.5%/100% auto;
  }
}

.c-ripple {
  width: 280px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .c-ripple {
    width: 600px;
  }
}

.c-ripple__ring {
  position: absolute;
  border-radius: 50%;
  background: #C5C5C5;
  width: 0;
  height: 0;
  opacity: 0;
}

.p-top-mv {
  position: relative;
  z-index: 10;
  container-type: inline-size;
}
@media screen and (min-width: 768px) {
  .p-top-mv {
    aspect-ratio: 1440/1560;
    max-width: 1440px;
    margin: 0 auto;
  }
}

.p-top-mv__title {
  margin: 0;
  margin-bottom: 3.0769230769vw;
  margin-left: 4.358974359%;
  width: 93.5897435897%;
}
@media screen and (min-width: 768px) {
  .p-top-mv__title {
    position: absolute;
    z-index: 5;
    margin: 0;
    width: 38.0555555556%;
    top: 0.641025641%;
    left: 12.5%;
  }
}

.p-top-mv__group01,
.p-top-mv__group02,
.p-top-mv__group03 {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-mv__group01,
  .p-top-mv__group02,
  .p-top-mv__group03 {
    position: static;
  }
}

.p-top-mv__bg01 {
  position: absolute;
  z-index: 4;
  top: 29.4871794872vw;
  right: -6.6666666667vw;
  width: 83.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-top-mv__bg01 {
    width: 41.6666666667%;
    top: 9.2307692308%;
    right: 6.9444444444%;
  }
}

.p-top-mv__illust01 {
  position: relative;
  margin-top: -13.3333333333vw;
  z-index: 15;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .p-top-mv__illust01 {
    position: absolute;
    margin: 0;
    width: 58.3333333333%;
    top: 12.8205128205%;
    right: 5.2777777778%;
  }
}

.p-top-mv__btn {
  position: relative;
  display: block;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-top-mv__btn {
    position: absolute;
    transition: ease scale 0.3s;
    will-change: scale;
  }
  .p-top-mv__btn:hover {
    scale: 1.02;
  }
}

@media screen and (min-width: 768px) {
  .p-top-mv__btn.is-item01 {
    width: 39.1666666667%;
    top: 1.6025641026%;
    right: 9.3055555556%;
  }
  .p-top-mv__btn.is-item01 .p-top-mv__arw {
    top: 44%;
    right: 3.8194444444cqw;
  }
}

.p-top-mv__illust02 {
  position: relative;
  margin-top: -15.3846153846vw;
  pointer-events: none;
  z-index: 15;
}
@media screen and (min-width: 768px) {
  .p-top-mv__illust02 {
    position: absolute;
    margin: 0;
    width: 32.7777777778%;
    top: 26.2820512821%;
    left: 7.4305555556%;
  }
}

.p-top-mv__bg02 {
  position: absolute;
  z-index: 4;
  top: 30.7692307692vw;
  left: 2.5641025641vw;
  width: 74.358974359vw;
}
@media screen and (min-width: 768px) {
  .p-top-mv__bg02 {
    width: 30.9027777778%;
    top: 32.6923076923%;
    left: 7.9861111111%;
  }
}

@media screen and (min-width: 768px) {
  .p-top-mv__btn.is-item02 {
    width: 29.0277777778%;
    top: 47.0512820513%;
    left: 35.7638888889%;
  }
  .p-top-mv__btn.is-item02 .p-top-mv__arw {
    top: 46%;
    right: 1.8055555556cqw;
  }
}

.p-top-mv__illust03 {
  position: relative;
  margin-top: -12.8205128205vw;
  pointer-events: none;
  z-index: 15;
}
@media screen and (min-width: 768px) {
  .p-top-mv__illust03 {
    position: absolute;
    margin: 0;
    width: 41.3888888889%;
    top: 51.2820512821%;
    right: 9.8611111111%;
  }
}

.p-top-mv__illust04 {
  pointer-events: none;
  z-index: 15;
}
@media screen and (min-width: 768px) {
  .p-top-mv__illust04 {
    position: absolute;
    width: 21.5277777778%;
    top: 80.1282051282%;
    left: 14.5833333333%;
  }
}

.p-top-mv__bg03 {
  position: absolute;
  z-index: 4;
  top: 38.4615384615vw;
  right: 2.5641025641vw;
  width: 69.2307692308vw;
}
@media screen and (min-width: 768px) {
  .p-top-mv__bg03 {
    width: 40.2777777778%;
    top: 58.9743589744%;
    right: 8.3333333333%;
  }
}

@media screen and (min-width: 768px) {
  .p-top-mv__btn.is-item03 {
    width: 36.8055555556%;
    top: 66.0256410256%;
    left: 18.75%;
  }
  .p-top-mv__btn.is-item03 .p-top-mv__arw {
    top: 47%;
    right: 4.5833333333cqw;
  }
}

.p-top-mv__dot {
  position: absolute;
  z-index: 2;
  top: 159.4871794872vw;
  left: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-top-mv__dot {
    width: 47.2222222222%;
    top: 30.1282051282%;
    left: 27.7777777778%;
  }
}

.p-top-mv__arw {
  position: absolute;
  z-index: 5;
  border-radius: 50%;
  content: "";
  width: 2.0833333333cqw;
  aspect-ratio: 1/1;
  background: var(--color-blue);
  display: block;
  transition: ease background-color 0.3s;
}
@media screen and (max-width: 767px) {
  .p-top-mv__arw {
    display: none;
  }
}
a:hover .p-top-mv__arw {
  background-color: var(--color-orange);
}
.p-top-mv__arw:after {
  position: absolute;
  z-index: 6;
  top: 50%;
  left: 0;
  content: "";
  width: 100%;
  aspect-ratio: 1/1;
  mask: url("/wp-content/themes/ketonlab/assets/img/common/icon_arw_01.svg") no-repeat center center/contain;
  background-color: #fff;
  display: block;
  transition: ease background-color 0.3s;
  transform: translateY(-50%) rotate(180deg);
}

.p-top-intro {
  position: relative;
  padding-top: 90px;
}
@media screen and (min-width: 768px) {
  .p-top-intro {
    padding-top: 110px;
  }
}
.p-top-intro .u-block {
  position: relative;
  z-index: 5;
}

.p-top-intro-headline {
  margin: 0 0 16px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top-intro-headline {
    margin: 0 0 34px;
  }
}

.p-top-intro-headline__sub {
  position: relative;
  margin: 0 auto 4px;
  width: fit-content;
  padding: 0 0 0 16px;
  color: var(--txt-color-bule, #015291);
  font-family: var(--font_figtree);
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
}
@media screen and (min-width: 768px) {
  .p-top-intro-headline__sub {
    margin: 0 auto 18px;
    padding: 0 0 0 16px;
    font-size: 20px;
  }
}
.p-top-intro-headline__sub:before {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  left: 0;
  border-radius: 50%;
  width: 7px;
  aspect-ratio: 1/1;
  background: var(--color-orange);
}
@media screen and (min-width: 768px) {
  .p-top-intro-headline__sub:before {
    width: 8px;
  }
}

.p-top-intro-headline__main {
  margin: 0;
  color: var(--color-deepblue);
  font-family: var(--font_zenkaku);
  font-size: 32px;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-top-intro-headline__main {
    letter-spacing: 0.08em;
    font-size: 50px;
    line-height: 1;
  }
}
.p-top-intro-headline__main strong {
  display: inline-flex;
  padding: 0.1em 0.1em 0.2em;
  border-radius: 5px;
  background: var(--color-orange);
  color: #fff;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-top-intro-headline__main strong {
    padding: 0.08em 0.1em 0.08em;
    letter-spacing: 0.06em;
  }
}

.p-top-intro-lead {
  color: var(--color-deepblue);
  font-size: 18px;
  font-weight: 700;
  line-height: 200%;
}
@media screen and (min-width: 768px) {
  .p-top-intro-lead {
    line-height: 240%;
    font-size: 20px;
    text-align: center;
  }
}

.p-top-intro-more {
  display: flex;
  justify-content: center;
  margin: 64px 0 0;
}
@media screen and (min-width: 768px) {
  .p-top-intro-more {
    margin: 65px 0 0;
  }
}

.p-top-intro-more__link {
  position: relative;
  overflow: hidden;
  font-size: 16px;
  font-weight: 600;
  border-radius: 999px;
  text-decoration: none;
  background-color: var(--color-orange);
  color: #fff;
  transition: ease background-color 0.3s;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-top-intro-more__link {
    width: auto;
    font-size: 22px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-top-intro-more__link:hover {
    background-color: var(--color-blue);
  }
  .p-top-intro-more__link:hover .p-top-intro-more__arrow:after {
    background-color: var(--color-blue);
  }
}
.p-top-intro-more__link .p-top-intro-more__arrow {
  position: absolute;
  z-index: 5;
  top: 50%;
  right: 26px;
  transform: translateY(-50%);
  display: inline-block;
  vertical-align: middle;
  width: 36px;
  border-radius: 50%;
  aspect-ratio: 1/1;
  background-color: #fff;
  transition: ease background-color 0.3s;
}
@media screen and (min-width: 768px) {
  .p-top-intro-more__link .p-top-intro-more__arrow {
    right: 40px;
    width: 53px;
  }
}
.p-top-intro-more__link .p-top-intro-more__arrow:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1/1;
  display: inline-block;
  vertical-align: middle;
  content: "";
  mask: url(/wp-content/themes/ketonlab/assets/img/common/icon_arw_03.svg) no-repeat center center/contain;
  background-color: var(--color-orange);
}

.p-top-intro-more__link__inner {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 73px;
}
@media screen and (min-width: 768px) {
  .p-top-intro-more__link__inner {
    padding-left: 20px;
    width: 524px;
    height: 106px;
  }
}
.p-top-intro-more__link__inner img {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 84px;
}
@media screen and (min-width: 768px) {
  .p-top-intro-more__link__inner img {
    top: 55%;
    left: 14px;
    width: 126px;
  }
}

.p-top-intro__more__ripple {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 0%;
  transform: translateY(-50%) translateX(50%);
  width: 143px;
}
@media screen and (min-width: 768px) {
  .p-top-intro__more__ripple {
    transform: translateY(-50%) translateX(50%);
    width: 400px;
  }
}
.p-top-intro__more__ripple .c-ripple__ring {
  background-color: #fff;
}

.p-top-intro__ripple__01 {
  position: absolute;
  z-index: 1;
  top: -10.2564102564vw;
  right: 50%;
}
@media screen and (min-width: 768px) {
  .p-top-intro__ripple__01 {
    top: -130px;
    right: 63%;
  }
}

.p-top-intro__ripple__02 {
  position: absolute;
  z-index: 1;
  top: 97.4358974359vw;
  left: 50%;
}
@media screen and (min-width: 768px) {
  .p-top-intro__ripple__02 {
    top: 130px;
    left: 63%;
  }
}

.p-top-magazine-wrap {
  margin: 56px 0 0;
}
@media screen and (min-width: 768px) {
  .p-top-magazine-wrap {
    margin: 32px 0 0;
  }
}
.p-top-magazine-wrap .c-articlecard-wrap {
  gap: 24px 16px;
}

.p-top-magazine-illust {
  position: absolute;
  z-index: 5;
  top: -120px;
  right: 0;
  width: 188px;
}
@media screen and (min-width: 768px) {
  .p-top-magazine-illust {
    top: 90px;
    right: auto;
    left: calc(50% + 250px);
    width: 250px;
  }
}

.p-top-recommend-list {
  display: grid;
  gap: 48px 0;
  margin: 36px 0 0;
}
@media screen and (min-width: 768px) {
  .p-top-recommend-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 0 4.2857142857%;
    margin: 48px 0 0;
  }
}

.p-top-recommend-list__image {
  margin: 0 !important;
}
.p-top-recommend-list__image img {
  width: 100%;
  border-radius: 20px;
}

.p-top-recommend-list__title {
  margin: 16px 0 0;
  color: var(--txt-color-deep-blue, #202050);
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
}
@media screen and (min-width: 768px) {
  .p-top-recommend-list__title {
    font-size: 22px;
  }
}

.p-top-recommend-list__desc {
  margin: 8px 0 0;
  color: var(--txt-color-gray, #949494);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.p-top-recommend-illust {
  position: absolute;
  z-index: 5;
  top: -154px;
  right: 20px;
  width: 285px;
}
@media screen and (min-width: 768px) {
  .p-top-recommend-illust {
    top: -112px;
    right: auto;
    left: calc(50% + 150px);
    width: 435px;
  }
}

.p-top-news {
  margin-top: 128px;
}
@media screen and (min-width: 768px) {
  .p-top-news {
    margin-top: 144px;
  }
}

.p-top-news__box {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-news__box {
    display: grid;
    gap: 48px 60px;
    border-radius: 20px;
    grid-template-rows: auto 1fr;
    grid-template-columns: 265px 1fr;
    margin: 0;
    padding: 48px 64px;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
  }
}

@media screen and (min-width: 768px) {
  .p-top-news__box__title .p-top-headline-v1 {
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-top-news__box__detail {
    position: relative;
    padding: 32px 16px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 8px 28px 0 rgba(0, 0, 0, 0.1);
  }
}
.p-top-news__box__detail {
  grid-row: span 2;
}
.p-top-news__box__detail .c-news-list {
  margin: 0;
}

@media screen and (min-width: 768px) {
  .p-top-news__box__button .c-button-wrap {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-top-news__box__button .c-button {
    min-width: 100%;
  }
}

.p-top-news__illust {
  position: absolute;
  z-index: 5;
  top: -55px;
  right: 0;
  width: 105px;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .p-top-news__illust {
    top: -120px;
    right: 25px;
    width: 186px;
  }
}
@media screen and (min-width: 1024px) {
  .p-top-news__illust {
    top: -90px;
  }
}

.p-about-hero {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-about-hero {
    padding-top: 40px;
  }
}

.p-about-pagetitle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 0 32px;
}
@media screen and (min-width: 768px) {
  .p-about-pagetitle {
    margin: 0 0 52px;
  }
}
.p-about-pagetitle .c-pagetitle {
  font-size: 36px;
}
@media screen and (min-width: 768px) {
  .p-about-pagetitle .c-pagetitle {
    margin-top: 0.1em;
    font-size: 60px;
    line-height: 1.6;
  }
}

.p-about-catch {
  margin: 0 0 24px;
  text-align: center;
  font-family: var(--font_zenkaku);
  font-size: 26px;
  font-weight: 700;
  line-height: 160%;
}
@media screen and (min-width: 768px) {
  .p-about-catch {
    font-size: 32px;
  }
}

.p-about-lead {
  text-align: left;
  font-size: 18px;
  font-weight: 700;
  line-height: 200%;
}
@media screen and (min-width: 768px) {
  .p-about-lead {
    line-height: 240%;
    text-align: center;
    font-size: 20px;
  }
}

.p-about-illust {
  pointer-events: none;
  margin: 0 -16px 0;
}
@media screen and (min-width: 768px) {
  .p-about-illust {
    position: absolute;
    z-index: 2;
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-about-illust.is-item01 {
    top: -30px;
    right: 100%;
    margin-right: -17.8571428571%;
    width: 19.9107142857%;
  }
}
@media screen and (min-width: 1024px) {
  .p-about-illust.is-item01 {
    width: 28.8392857143%;
    margin-right: -27.6785714286%;
  }
}
@media screen and (min-width: 768px) {
  .p-about-illust.is-item02 {
    top: -70px;
    left: 100%;
    margin-left: -25%;
    width: 26.9642857143%;
  }
}
@media screen and (min-width: 1024px) {
  .p-about-illust.is-item02 {
    width: 37.6785714286%;
    margin-left: -30.3571428571%;
  }
}

.p-about-tab {
  position: relative;
  z-index: 15;
  margin: 86px 0 0;
}

.p-about-tab-header {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.p-about-tab-header--sp {
  margin-top: 64px;
}

.p-about-tab-header__item {
  display: flex;
  flex-direction: column;
  --category-color: var(--color-bule, #015291);
  border-radius: 10px;
  background-color: #fff;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.15));
  cursor: pointer;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .p-about-tab-header__item {
    border-radius: 10px;
  }
  .p-about-tab-header__item:hover {
    --category-color: var(--color-orange);
  }
  .p-about-tab-header__item:hover .c-icon--toggle:after,
  .p-about-tab-header__item:hover .c-icon--toggle:before {
    background-color: var(--category-color);
  }
}
.p-about-tab-header__item[aria-expanded=true] {
  --category-color:var(--color-orange);
}

.p-about-tab-header__image {
  position: relative;
  top: -40px;
  margin: 0 auto -40px;
  max-width: 240px;
}
@media screen and (min-width: 768px) {
  .p-about-tab-header__image {
    top: -40px;
    margin: 0 auto -40px;
    max-width: 240px;
  }
}

.p-about-tab-header__title {
  margin: 0;
  padding: 0 0 15px;
  color: var(--category-color);
  text-align: center;
  font-family: var(--font_zenkaku);
  font-size: 26px;
  font-weight: 700;
  line-height: 160%;
  transition: color 0.3s ease;
}

.p-about-tab-header__bottom {
  position: relative;
  margin: 0;
  border-radius: 0 0 10px 10px;
  padding: 8px 44px 8px 28px;
  background: var(--category-color);
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 200%; /* 32px */
  flex-grow: 1;
  transition: background-color 0.3s ease;
}
[aria-expanded=true] .p-about-tab-header__bottom {
  border-radius: 0;
}
@media screen and (min-width: 768px) {
  .p-about-tab-header__bottom {
    border-radius: 0;
    font-size: 16px;
  }
  .is-allclose .p-about-tab-header__bottom {
    border-radius: 0 0 10px 10px;
  }
}

.p-about-tab__panel {
  position: relative;
  z-index: 5;
  display: none;
  border: 3px solid var(--color-orange);
  border-top: none;
  padding: 32px 13px 20px;
  border-radius: 0 0 20px 20px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-about-tab__panel {
    border-top: 3px solid var(--color-orange);
    padding: 32px 40px 30px;
  }
}
@media screen and (min-width: 1024px) {
  .p-about-tab__panel {
    padding: 48px 80px 24px;
  }
}
.p-about-tab__panel[aria-expanded=true] {
  display: block;
}
@media screen and (max-width: 767px) {
  .p-about-tab__panel .c-table.has-sp-scroll table {
    width: 750px;
  }
}
.p-about-tab__panel .c-table .c-table__cell--lv01 {
  text-align-last: left;
  vertical-align: top;
  width: 140px;
}
.p-about-tab__panel#sleep .c-table .c-table__cell--lv01 {
  width: 180px;
}

.p-about-tab__figure {
  margin: 32px auto 0;
  max-width: 768px;
}

.p-about-tab__note {
  margin: 8px 0 0;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 14px;
  font-weight: 400;
  line-height: 180%;
}
@media screen and (min-width: 768px) {
  .p-about-tab__note {
    margin: 24px 0 0;
    font-size: 16px;
  }
}

.p-about-tab__media {
  display: grid;
  grid-template-columns: 100%;
  gap: 24px;
  margin: 32px 0 0;
}
@media screen and (min-width: 1024px) {
  .p-about-tab__media {
    grid-template-columns: 396px 1fr;
  }
}

.p-about-graph {
  margin: 0 auto;
  border-radius: 10px;
  border: 1px solid var(--color-orange);
  overflow: hidden;
  max-width: 500px;
}

.p-about-tab__graphgrid {
  display: grid;
  gap: 16px 24px;
  margin: 26px 0 0;
}
@media screen and (min-width: 768px) {
  .p-about-tab__graphgrid {
    margin: 32px auto 0;
  }
  .p-about-tab__graphgrid.is-col02 {
    max-width: 768px;
    grid-template-columns: repeat(2, 1fr);
  }
  .p-about-tab__graphgrid.is-col03 {
    grid-template-columns: repeat(3, 1fr);
  }
}

.p-about-tab__close {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 32px 0 0;
}
@media screen and (min-width: 768px) {
  .p-about-tab__close {
    margin: 16px 0 0;
  }
}

.p-about-tab__close__item {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
  cursor: pointer;
  font-family: inherit;
  appearance: none;
  background: none;
  border-radius: none;
  border: none;
  background-color: transparent;
  color: inherit;
}
.p-about-tab__close__item:after {
  position: relative;
  margin-left: 4px;
  top: 1px;
  content: "";
  display: block;
  z-index: 10;
  transform: rotate(180deg);
  width: 14px;
  aspect-ratio: 1/1;
  background: url(/wp-content/themes/ketonlab/assets/img/common/icon_arw_04.svg) no-repeat center center/contain;
}

.p-about-ripple__01 {
  position: absolute;
  z-index: 2;
  top: 200px;
  right: 60%;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .p-about-ripple__01 {
    top: -50px;
    right: 63%;
  }
}

.p-about-ripple__02 {
  position: absolute;
  z-index: 2;
  top: 380px;
  left: 50%;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .p-about-ripple__02 {
    top: 280px;
    left: 63%;
  }
}

.p-about-howto-compare {
  display: grid;
  grid-template-columns: 100%;
  gap: 24px;
  margin: 32px 0 0;
}
@media screen and (min-width: 768px) {
  .p-about-howto-compare {
    grid-template-columns: repeat(2, 1fr);
    gap: 48px;
    margin: 48px 0 0;
  }
}

.p-about-howto-compare__item {
  border-radius: 6px;
  overflow: hidden;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-about-howto-compare__item {
    border-radius: 10px;
  }
}

.p-about-howto-compare__title {
  margin: 0;
  padding: 6px;
  background-color: #fff;
  background: var(--txt-color-gray, #949494);
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 160%; /* 38.4px */
}
@media screen and (min-width: 768px) {
  .p-about-howto-compare__title {
    padding: 10px;
    font-size: 24px;
  }
}

.p-about-howto-compare__title--after {
  background-color: #E9591B;
}

.p-about-howto-compare__figure {
  margin: 0;
  background-color: #fff;
}

.p-about-subillust {
  position: absolute;
  z-index: 5;
  margin: 0;
  pointer-events: none;
}
.p-about-subillust.is-item01 {
  top: -108px;
  right: 28px;
  max-width: 130px;
}
@media screen and (min-width: 768px) {
  .p-about-subillust.is-item01 {
    top: -226px;
    right: 26px;
    max-width: 216px;
  }
}
.p-about-subillust.is-item02 {
  top: -120px;
  right: 16px;
  max-width: 144px;
}
@media screen and (min-width: 768px) {
  .p-about-subillust.is-item02 {
    top: -226px;
    right: 70px;
    max-width: 198px;
  }
}

.p-about-clipbox {
  position: relative;
  background-color: #fff;
  margin: 66px auto 0;
  padding: 48px 16px;
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  .p-about-clipbox {
    margin: 90px auto 0;
    padding: 48px 40px;
    max-width: 960px;
  }
}
@media screen and (min-width: 1024px) {
  .p-about-clipbox {
    padding: 48px 96px;
  }
}
.p-about-clipbox:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  width: 28px;
  aspect-ratio: 32/74;
  background: url("/wp-content/themes/ketonlab/assets/img/common/bg_toc_01.webp") no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .p-about-clipbox:before {
    top: -44px;
    width: 34px;
  }
}
@media screen and (min-width: 768px) {
  .p-about-clipbox .c-paragraph {
    font-size: 16px;
    line-height: 1.8;
  }
}

.p-about-clipbox__desc {
  display: grid;
  align-items: flex-start;
  grid-template-columns: 100%;
  gap: 8px 18px;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .p-about-clipbox__desc {
    grid-template-columns: 185px 1fr;
  }
}
.p-about-clipbox__desc + .p-about-clipbox__desc {
  margin: 24px 0 0;
}
.p-about-clipbox__desc .p-about-clipbox__desc__title {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px 16px;
  gap: 4px;
  border-radius: 4px;
  background-color: var(--color-blue);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 160%;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .p-about-clipbox__desc .p-about-clipbox__desc__title {
    padding: 2px 8px;
    width: auto;
  }
}
.p-about-clipbox__desc .p-about-clipbox__desc__title:before {
  content: "";
  display: block;
  width: 20px;
  aspect-ratio: 1/1;
}
.p-about-clipbox__desc .p-about-clipbox__desc__title.is-cat01 {
  background-color: var(--color-orange);
}
.p-about-clipbox__desc .p-about-clipbox__desc__title.is-cat01:before {
  background: url("/wp-content/themes/ketonlab/assets/img/common/icon_fire.svg") no-repeat center center/contain;
}
.p-about-clipbox__desc .p-about-clipbox__desc__title.is-cat02:before {
  background: url("/wp-content/themes/ketonlab/assets/img/common/icon_notice02.svg") no-repeat center center/contain;
}
.p-about-clipbox__desc dd {
  margin: 0;
  padding: 0;
}

.p-about-clipbox__note {
  margin: 0;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .p-about-clipbox__note {
    font-size: 14px;
  }
}

.swiper.p-magazinetop-slider {
  padding: 32px 0;
}
@media screen and (min-width: 768px) {
  .swiper.p-magazinetop-slider {
    padding: 48px 0;
  }
}
.swiper.p-magazinetop-slider .swiper-slide {
  max-width: 768px;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
}
.swiper.p-magazinetop-slider .swiper-slide img {
  aspect-ratio: 768/480;
  object-fit: cover;
  width: 100%;
  transition: ease opacity 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .swiper.p-magazinetop-slider .swiper-slide:hover img {
    opacity: 0.8;
  }
}
.swiper.p-magazinetop-slider .p-magazinetop-slider__pagination {
  position: absolute;
  z-index: 5;
  bottom: 0 !important;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1;
}
.swiper.p-magazinetop-slider .p-magazinetop-slider__pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 !important;
  opacity: 1 !important;
  background-color: #C3C3C3;
}
.swiper.p-magazinetop-slider .p-magazinetop-slider__pagination .swiper-pagination-bullet-active {
  background-color: #015291;
}
.swiper.p-magazinetop-slider .p-magazinetop-slider__button-prev,
.swiper.p-magazinetop-slider .p-magazinetop-slider__button-next {
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  border-radius: 50%;
  aspect-ratio: 1/1;
  background: var(--color-blue) url(/wp-content/themes/ketonlab/assets/img/common/icon_arw_03.svg) no-repeat center center/contain;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .swiper.p-magazinetop-slider .p-magazinetop-slider__button-prev,
  .swiper.p-magazinetop-slider .p-magazinetop-slider__button-next {
    width: 50px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .swiper.p-magazinetop-slider .p-magazinetop-slider__button-prev,
  .swiper.p-magazinetop-slider .p-magazinetop-slider__button-next {
    transition: ease background-color 0.3s;
  }
  .swiper.p-magazinetop-slider .p-magazinetop-slider__button-prev:hover,
  .swiper.p-magazinetop-slider .p-magazinetop-slider__button-next:hover {
    background-color: var(--color-orange);
  }
}
.swiper.p-magazinetop-slider .p-magazinetop-slider__button-prev {
  left: 5%;
  transform: translateY(-50%) rotate(180deg);
}
@media screen and (min-width: 768px) {
  .swiper.p-magazinetop-slider .p-magazinetop-slider__button-prev {
    left: calc(50% - 384px - 25px);
  }
}
.swiper.p-magazinetop-slider .p-magazinetop-slider__button-next {
  right: 5%;
}
@media screen and (min-width: 768px) {
  .swiper.p-magazinetop-slider .p-magazinetop-slider__button-next {
    right: calc(50% - 384px - 25px);
  }
}

.p-magazinetop-list .c-articlecard-wrap {
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .p-magazinetop-list .c-articlecard-wrap {
    gap: 32px 14px;
  }
}
.p-magazinetop-list .c-articlecard {
  display: grid;
}

.p-magazinetop-more {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-magazinetop-more {
    margin-top: 112px;
  }
}

.p-magazine-single {
  padding-bottom: 96px;
}
@media screen and (min-width: 768px) {
  .p-magazine-single {
    padding-bottom: 88px;
  }
}

.p-recommendcard-wrap {
  display: grid;
  gap: 24px 0;
}

.p-recommendcard {
  padding: 16px;
  border-radius: 10px;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-recommendcard {
    padding: 24px;
  }
}
.p-recommendcard > :first-child {
  margin-top: 0;
}
.p-recommendcard > :last-child {
  margin-bottom: 0;
}

.p-recommendcard__title {
  max-width: 910px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-recommendcard__title {
    font-size: 22px;
    font-weight: 700;
    line-height: 160%;
  }
}
.p-recommendcard__title a {
  word-break: keep-all;
  text-underline-offset: 5px;
}
@media screen and (min-width: 768px) {
  .p-recommendcard__title a {
    text-underline-offset: 6px;
  }
}
.p-recommendcard__title i {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  top: 0;
  margin-left: 8px;
  width: 24px;
  border-radius: 50%;
  aspect-ratio: 1/1;
  background-color: var(--color-blue);
  transition: ease background-color 0.3s;
}
@media screen and (min-width: 768px) {
  .p-recommendcard__title i {
    top: -2px;
  }
}
.p-recommendcard__title i:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1/1;
  display: inline-block;
  vertical-align: middle;
  content: "";
  background: url("/wp-content/themes/ketonlab/assets/img/common/icon_link.svg") no-repeat center center/contain;
}
.p-recommendcard__title [target=_blank] i:after {
  background: url("/wp-content/themes/ketonlab/assets/img/common/icon_blank.svg") no-repeat center center/contain;
}

.p-recommendcard__subtitle {
  margin: 8px 0 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  color: var(--color-blue);
}
@media screen and (min-width: 768px) {
  .p-recommendcard__subtitle {
    font-size: 18px;
  }
}

.p-recommendcard__list {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 4px 0;
}
.p-recommendcard__list > li {
  position: relative;
  padding-left: 16px;
  font-size: 14px;
  line-height: 160%;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-recommendcard__list > li {
    padding-left: 14px;
    font-size: 16px;
  }
}
.p-recommendcard__list > li:before {
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 8px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: var(--color-blue);
}
@media screen and (min-width: 768px) {
  .p-recommendcard__list > li:before {
    top: 0.7em;
    width: 6px;
  }
}

.p-recommend-toggle__item {
  position: relative;
  margin-top: 24px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
}

.p-recommend-toggle__header {
  padding: 24px 16px 0;
  border: none;
  background: none;
  appearance: none;
  display: block;
  width: 100%;
  text-align: left;
  color: var(--color-deepblue);
  transition: color 0.3s ease;
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
}
@media screen and (min-width: 768px) {
  .p-recommend-toggle__header {
    min-height: 62px;
    padding: 32px 64px 0;
    font-size: 22px;
    font-weight: 700;
    line-height: 160%;
  }
}

.p-recommend-toggle__content {
  padding: 0;
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-recommend-toggle__content {
    padding: 0 64px;
  }
}

.p-recommend-toggle__content__inner {
  position: relative;
  padding: 48px 16px 0;
}
@media screen and (min-width: 768px) {
  .p-recommend-toggle__content__inner {
    margin-left: 206px;
    padding: 24px 0 0;
    max-width: 768px;
  }
}
.p-recommend-toggle__content__inner > :first-child {
  margin-top: 0;
}
.p-recommend-toggle__content__inner > :last-child {
  margin-bottom: 0;
}
.p-recommend-toggle__content__inner:after {
  position: absolute;
  z-index: 2;
  top: 24px;
  left: 16px;
  content: "";
  display: block;
  width: calc(100% - 32px);
  height: 1px;
  background-color: var(--color-lightgray);
}
@media screen and (min-width: 768px) {
  .p-recommend-toggle__content__inner:after {
    top: 0;
    left: 0;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .p-recommend-person {
    display: grid;
    align-items: center;
    grid-template-columns: 182px 1fr;
    gap: 0 24px;
  }
}

.p-recommend-person__image {
  width: 160px;
  margin: 0 auto 16px;
}
@media screen and (min-width: 768px) {
  .p-recommend-person__image {
    margin: 0;
    width: 100%;
  }
}
.p-recommend-person__image img {
  border-radius: 50%;
  width: 100%;
}

.p-recommend-person__header {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-recommend-person__header {
    text-align: left;
    margin-top: 8px;
  }
}

.p-recommend-person__name {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .p-recommend-person__name {
    flex-direction: row;
    align-items: center;
    gap: 0 16px;
  }
}

.p-recommend-person__name__label {
  margin: 0;
  color: var(--color-deepblue);
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
}

.p-recommend-person__name__postion {
  margin: 4px 0 0;
  color: var(--color-gray);
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}
@media screen and (min-width: 768px) {
  .p-recommend-person__name__postion {
    margin: 0;
  }
}

.p-recommend-person__detail {
  display: flex;
  flex-direction: column-reverse;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .p-recommend-person__detail {
    display: block;
  }
}

.p-recommend-person__text {
  margin: 0;
  font-family: var(--font_zenkaku);
  font-weight: 700;
  font-size: 22px;
  line-height: 160%;
}
@media screen and (min-width: 768px) {
  .p-recommend-person__text {
    font-size: 26px;
  }
}

.p-recommend-toggle__switch {
  width: 100%;
  height: 62px;
  padding-top: 16px;
  transition: all 0.3s ease;
  text-align: center;
  cursor: pointer;
}
.p-recommend-toggle__switch:after {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
}
.p-recommend-toggle__switch[aria-expanded=true]:after {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-recommend-toggle__switch {
    padding-top: 12px;
    height: 60px;
  }
  .p-recommend-toggle__switch:hover {
    opacity: 0.7;
  }
}

.p-recommend-toggle__switch__text {
  display: block;
  color: var(--color-deepblue);
  font-size: 14px;
  font-weight: 700;
}
[aria-expanded=true] .p-recommend-toggle__switch__text.is-close, [aria-expanded=false] .p-recommend-toggle__switch__text.is-open {
  display: none !important;
}
.p-recommend-toggle__switch__text:after {
  position: relative;
  vertical-align: middle;
  top: -2px;
  content: "";
  display: inline-block;
  z-index: 10;
  transform: rotate(180deg);
  margin-left: 4px;
  width: 18px;
  aspect-ratio: 1/1;
  background: url("/wp-content/themes/ketonlab/assets/img/common/icon_arw_04.svg") no-repeat center center/contain;
}
[aria-expanded=false] .p-recommend-toggle__switch__text:after {
  transform: rotate(0deg);
}

.p-recommend-person__name__label__small {
  margin-left: 0.3em;
  font-size: 70%;
}

.p-404__title {
  margin: 0 0 32px;
  text-align: center;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.6;
  color: var(--color-orange);
}
@media screen and (min-width: 768px) {
  .p-404__title {
    line-height: 1.4;
  }
}

.p-aside {
  container-type: inline-size;
  padding: 7.9487179487vw 0 0;
  background: url("/wp-content/themes/ketonlab/assets/img/common/bg_pagefooter_01_sp.webp") no-repeat center 0%/100% auto, url("/wp-content/themes/ketonlab/assets/img/common/bg_wall_01.webp") repeat 0 0/100px auto;
}
@media screen and (min-width: 768px) {
  .p-aside {
    padding: 6.6666666667cqw 0 0;
    background: url("/wp-content/themes/ketonlab/assets/img/common/bg_pagefooter_01.webp") no-repeat center 0.5%/100% auto, url("/wp-content/themes/ketonlab/assets/img/common/bg_wall_01.webp") repeat 0 0/100px auto;
  }
}

.p-aside__inner {
  padding: 64px 0 140px;
  background: linear-gradient(180deg, #FFF 0%, transparent 10%), linear-gradient(180deg, #FFF 0%, #BDE6FF 20%), url("/wp-content/themes/ketonlab/assets/img/common/bg_wall_03.webp") repeat center 100.1%/200px auto;
  background-blend-mode: normal, multiply, normal;
}
@media screen and (min-width: 768px) {
  .p-aside__inner {
    padding: 96px 0 128px;
  }
}

.p-aside-headline {
  margin: 96px 0 32px;
}

.p-aside-headline__sub {
  position: relative;
  margin: 0;
  padding: 12px;
  color: var(--color-blue);
  font-family: var(--font_figtree);
  /* EN/600/20-100% */
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 20px */
}
@media screen and (min-width: 768px) {
  .p-aside-headline__sub {
    padding: 0 0 0 16px;
    font-size: 20px;
  }
}
.p-aside-headline__sub:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 16px;
  left: 0;
  width: 8px;
  border-radius: 50%;
  aspect-ratio: 1/1;
  background: var(--color-orange);
}
@media screen and (min-width: 768px) {
  .p-aside-headline__sub:before {
    top: 6px;
  }
}

.p-aside-headline__main {
  margin: 0;
  color: var(--color-deep-blue);
  font-family: var(--font_zenkaku);
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 80px */
  letter-spacing: 4px;
}
@media screen and (min-width: 768px) {
  .p-aside-headline__main {
    font-size: 50px;
  }
}

.p-categorysearch {
  display: block;
  border-radius: 10px;
  margin: 64px 0 0;
  overflow: hidden;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-categorysearch {
    display: grid;
    grid-template-columns: 230px 1fr;
  }
}

.p-categorysearch__title {
  margin: 0;
  padding: 16px;
  color: #fff;
  background-color: var(--color-blue);
  font-size: 18px;
  font-weight: 700;
  line-height: 100%; /* 18px */
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-categorysearch__title {
    display: flex;
    align-items: center;
    text-align: left;
    padding: 19px 16px;
  }
}

.p-categorysearch__list {
  list-style: none;
  margin: 0;
  padding: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 16px;
}
@media screen and (min-width: 768px) {
  .p-categorysearch__list {
    gap: 12px 16px;
  }
}
.p-categorysearch__list a.c-category {
  font-size: 14px;
  text-decoration: none;
}

.wp-block-paragraph {
  margin: 32px 0 0;
  line-height: 1.8;
}
.wp-block-paragraph strong {
  color: var(--color-orange);
  font-weight: 700;
  background-image: linear-gradient(transparent 60%, #FFE894 60%);
}
.wp-block-paragraph.has-small-font-size {
  margin-top: 12px;
}
.wp-block-paragraph + .wp-block-paragraph {
  margin-top: 1em;
}

h2.wp-block-heading {
  position: relative;
  margin: 96px 0 32px;
  padding-left: 16px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--color-deepblue);
  color: var(--color-deepblue);
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}
@media screen and (min-width: 768px) {
  h2.wp-block-heading {
    margin: 96px 0 48px;
    padding-left: 24px;
    font-family: var(--font_zenkaku);
    font-size: 32px;
    font-weight: 700;
    line-height: 140%;
  }
}
h2.wp-block-heading:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 16px;
  left: 0;
  width: 8px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: var(--color-orange);
}
@media screen and (min-width: 768px) {
  h2.wp-block-heading:before {
    top: 18px;
    left: 4px;
    width: 12px;
  }
}
h2.wp-block-heading + * {
  margin-top: 0 !important;
}

h3.wp-block-heading {
  position: relative;
  margin: 48px 0 24px;
  padding-left: 16px;
  font-family: var(--font_zenkaku);
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
}
@media screen and (min-width: 768px) {
  h3.wp-block-heading {
    margin: 48px 0 24px;
    padding-left: 24px;
    font-size: 26px;
  }
}
h3.wp-block-heading::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 4px;
  left: 0;
  height: calc(100% - 4px);
  width: 6px;
  background: var(--color-orange);
  border-radius: 30px;
}
@media screen and (min-width: 768px) {
  h3.wp-block-heading::before {
    top: 6px;
    height: calc(100% - 8px);
  }
}
h3.wp-block-heading + * {
  margin-top: 0 !important;
}

h4.wp-block-heading {
  margin: 48px 0 16px;
  color: var(--color-deepblue);
  font-family: var(--font_zenkaku);
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
}
@media screen and (min-width: 768px) {
  h4.wp-block-heading {
    font-size: 22px;
  }
}
h4.wp-block-heading + * {
  margin-top: 0 !important;
}

h5.wp-block-heading {
  margin: 48px 0 16px;
  font-family: var(--font_zenkaku);
  font-size: 22px;
  font-weight: 700;
  line-height: 160%; /* 35.2px */
}
h5.wp-block-heading + * {
  margin-top: 0 !important;
}

ul.wp-block-list,
ol.wp-block-list {
  margin: 32px 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
}
@media screen and (min-width: 768px) {
  ul.wp-block-list,
  ol.wp-block-list {
    font-size: 18px;
    font-weight: 400;
    line-height: 180%;
  }
}
ul.wp-block-list > li,
ol.wp-block-list > li {
  position: relative;
  padding-left: 24px;
}

ul.wp-block-list > li:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 12px;
  left: 0;
  width: 8px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: var(--color-blue);
}
@media screen and (min-width: 768px) {
  ul.wp-block-list > li:before {
    top: 14px;
  }
}

ol.wp-block-list {
  counter-reset: ollist;
}
ol.wp-block-list > li {
  counter-increment: ollist;
}
ol.wp-block-list > li:before {
  position: absolute;
  z-index: 2;
  top: 12px;
  left: 0;
  content: counter(ollist) ".";
  position: absolute;
  z-index: 2;
  top: 3px;
  left: 0;
  font-size: 18px;
  font-family: var(--font_figtree);
  color: var(--color-blue);
  font-weight: 700;
}

.wp-block-image {
  margin: 32px 0;
}
@media screen and (min-width: 768px) {
  .wp-block-image {
    margin: 48px 0;
  }
}
.wp-block-image figure {
  margin: 0;
}
.wp-block-image .aligncenter {
  text-align: center;
}
.wp-block-image figcaption {
  margin: 12px 0 0;
  color: var(--color-gray);
  font-size: 14px;
  font-weight: 400;
}
.wp-block-image {
  line-height: 160%; /* 22.4px */
}

.wp-block-table {
  margin: 32px 0;
}
.wp-block-table table {
  width: 100%;
  border: 1px solid #C3C3C3;
  border-collapse: collapse;
  background-color: #fff;
  color: var(--color-deepblue);
  font-weight: 700;
  line-height: 160%; /* 28.8px */
}
.wp-block-table table th,
.wp-block-table table td {
  font-size: 16px;
  padding: 12px 16px;
  border: 1px solid #C3C3C3;
}
@media screen and (min-width: 768px) {
  .wp-block-table table th,
  .wp-block-table table td {
    padding: 12px 24px;
    font-size: 18px;
  }
}
.wp-block-table table th {
  background-color: #D9F1FF;
}
.wp-block-table table td {
  font-weight: 400;
}

.wp-block-table.has-row-title table tbody > tr > td:first-child,
.wp-block-table.has-row-title table tbody > tr > th:first-child {
  background-color: #F2F7FA;
  font-weight: 600;
}

.wp-block-table.has-sp-scroll {
  overflow-x: auto;
  margin-inline: -16px;
  padding-inline: 16px;
  padding-bottom: 12px;
  scrollbar-width: thin;
  scrollbar-color: var(--mid-gray, #C3C3C3) var(--lite-gray, #D3D3D3);
}
.wp-block-table.has-sp-scroll::-webkit-scrollbar {
  height: 8px;
}
.wp-block-table.has-sp-scroll::-webkit-scrollbar-track {
  background: #D3D3D3;
}
.wp-block-table.has-sp-scroll::-webkit-scrollbar-thumb {
  background: #C3C3C3;
}
@media screen and (min-width: 768px) {
  .wp-block-table.has-sp-scroll {
    margin-inline: 0;
    padding-inline: 0;
    padding-bottom: 0;
  }
}
.wp-block-table.has-sp-scroll table {
  width: 960px;
}
.block-editor-block-list__layout .wp-block-table.has-sp-scroll {
  margin-inline: auto;
}

.wp-block-column > :first-child {
  margin-top: 0 !important;
}
.wp-block-column > :last-child {
  margin-bottom: 0 !important;
}

.wp-block-post-title {
  line-height: 1.4;
}

[data-type="core/html"] {
  max-width: 1200px !important;
}

[data-type="core/html"] .block-library-html__preview {
  border: 1px dashed #ccc;
}

body[data-resizable-iframe-connected] .animation-fadeup {
  opacity: 1 !important;
  transform: none !important;
}

/*# sourceMappingURL=style.css.map */
