@charset "UTF-8";
html {
  font-size: 100%;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.3913043478vw;
  }
}
@media (min-width: 1150px) {
  html {
    font-size: 100%;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0.04em;
  }
}

@media screen and (min-width: 768px) {
  a,
  button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a:hover,
  button:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}

span {
  display: inline-block;
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.l-banner {
  margin-top: 70px;
}
@media screen and (min-width: 768px) {
  .l-banner {
    margin-top: 60px;
  }
}

.l-certificate-banner {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .l-certificate-banner {
    margin-top: 120px;
  }
}

.l-footer {
  margin-top: 35px;
}
@media screen and (min-width: 768px) {
  .l-footer {
    margin-top: 45px;
  }
}

.l-inner {
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1150px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

@media screen and (min-width: 768px) {
  .l-inner--lg {
    max-width: 1300px;
  }
}

.l-oncolomotion-about {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .l-oncolomotion-about {
    margin-top: 80px;
  }
}

.l-oncolomotion-link {
  margin-top: 68px;
}
@media screen and (min-width: 768px) {
  .l-oncolomotion-link {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .l-oncolomotion-link {
    margin-top: 80px;
  }
}

.l-oncolomotion-message {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .l-oncolomotion-message {
    margin-top: 120px;
  }
}

.l-page {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .l-page {
    margin-top: 80px;
  }
}

.l-patient-support {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .l-patient-support {
    margin-top: 120px;
  }
}

.c-btn01 {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  background-color: #32CD32;
  padding: 16px 20px;
}
@media screen and (min-width: 768px) {
  .c-btn01 {
    font-size: 16px;
    padding: 16px 16px;
    min-width: 335px;
  }
}

.c-title01 {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  padding-top: 54px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-title01 {
    font-size: 28px;
    padding-top: 75px;
  }
}

.c-title01::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 40px;
  background-color: #333;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .c-title01::before {
    height: 60px;
  }
}

.c-title02 {
  font-size: 20px;
  font-weight: 500;
  background-color: #F0F0F0;
  padding: 3px 12px;
  border-bottom: 2px solid #00AF74;
}
@media screen and (min-width: 768px) {
  .c-title02 {
    font-size: 24px;
    padding: 4px 20px;
  }
}

.c-title03 {
  font-size: 18px;
  background-color: #F0EDE6;
  padding: 5px 20px;
}
@media screen and (min-width: 768px) {
  .c-title03 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    padding: 8px 40px;
  }
}

.p-banner__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 14px;
     -moz-column-gap: 14px;
          column-gap: 14px;
}
@media screen and (min-width: 768px) {
  .p-banner__items {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    max-width: 720px;
    margin-inline: auto;
  }
}

.p-banner__item a img {
  width: 100%;
  height: auto;
}

.p-breadcrumb {
  padding-top: 9px;
  padding-bottom: 9px;
}
@media screen and (min-width: 768px) {
  .p-breadcrumb {
    padding-top: 11px;
    padding-bottom: 12px;
  }
}

.p-breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-breadcrumb__item:not(:last-child)::after {
  content: "/";
  margin-inline: 8px;
  color: #999999;
}

.p-breadcrumb__item a {
  color: #32CD32;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .p-breadcrumb__item a {
    font-size: 14px;
  }
}

.p-breadcrumb__item {
  font-size: 12px;
  color: #999999;
}
@media screen and (min-width: 768px) {
  .p-breadcrumb__item {
    font-size: 14px;
  }
}

.p-certificate-for__body {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p-certificate-for__body {
    margin-top: 60px;
  }
}

.p-certificate-for__wrapper {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-certificate-for__wrapper {
    padding: 16px 20px 0;
    margin-top: 0;
  }
}

.p-certificate-for__content + .p-certificate-for__content {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-certificate-for__content + .p-certificate-for__content {
    margin-top: 32px;
  }
}

.p-examination-content__body {
  margin-top: 12px;
}

.p-examination-content__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-examination-content__item dt {
  width: 30%;
  padding: 10px 10px 10px 0;
  border-bottom: 1px solid #32CD32;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-examination-content__item dt {
    width: 16.9811320755%;
    padding: 12px 20px;
  }
}

.p-examination-content__item dd {
  width: 70%;
  padding: 10px 5px 10px 0;
  border-bottom: 1px solid #CCCCCC;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-examination-content__item dd {
    width: 83.0188679245%;
    padding: 12px 20px;
  }
}

.p-examination-content__list {
  counter-reset: num;
  margin: 12px 0;
}

.p-examination-content__list-item {
  counter-increment: num;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-examination-content__list-item::before {
  content: counter(num);
  display: block;
  width: 18px;
  height: 18px;
  background-color: #00AF74;
  text-align: center;
  border-radius: 50%;
  margin-right: 6px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-examination-content__list-item::before {
    width: 20px;
    height: 20px;
    font-size: 16px;
    margin-top: 3px;
    padding-left: 1px;
  }
}

.p-examination-content__list-item:nth-child(n+2) {
  margin-top: 7px;
}
@media screen and (min-width: 768px) {
  .p-examination-content__list-item:nth-child(n+2) {
    margin-top: 5px;
  }
}

.p-examination-content__text {
  margin-top: 12px;
}

.p-examination-content__text02 {
  margin-top: 20px;
}

.p-examination-content__note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
}

.p-examination-content__note::before {
  content: "※";
  margin-right: 4px;
}

.p-examination-content__btn {
  margin-top: 40px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-examination-content__btn {
    margin-top: 80px;
  }
}

.p-examination-content__transfer {
  border: 2px solid #F0EDE6;
  max-width: 500px;
  padding: 15px 12px;
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .p-examination-content__transfer {
    padding: 24px 30px 24px 32px;
    margin-top: 35px;
    max-width: 572px;
  }
}

.p-examination-content__transfer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-examination-content__transfer-list dt {
  width: 23.6686390533%;
  font-weight: 700;
  padding-right: 10px;
}

.p-examination-content__transfer-list dd {
  width: 76.3313609467%;
  font-weight: 700;
}

.p-examination-content__transfer-list:nth-child(n+2) {
  margin-top: 8px;
}

.p-examination-content__flow {
  border: 1px solid #F0EDE6;
  padding: 20px 15px;
}
@media screen and (min-width: 1024px) {
  .p-examination-content__flow {
    padding: 15px 60px;
  }
}

.p-examination-flow__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-examination-flow__item {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0;
  }
}

.p-examination-flow__item-title {
  width: 100%;
  position: relative;
  max-width: 400px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-examination-flow__item-title {
    width: auto;
    width: initial;
    padding: 12px 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-examination-flow__item:not(:last-child) .p-examination-flow__item-title:after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 15px;
    -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
            clip-path: polygon(0 0, 50% 100%, 100% 0);
    background-color: #E3792D;
    position: absolute;
    top: 100%;
    left: 50px;
    top: calc(100% - 7px);
  }
}

.p-examination-flow__item-title span {
  background-color: #00AF74;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  white-space: nowrap;
  text-align: center;
  padding: 3px 0;
}
@media screen and (min-width: 768px) {
  .p-examination-flow__item-title span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;
    width: 123px;
    height: 123px;
  }
}
@media screen and (min-width: 1024px) {
  .p-examination-flow__item-title span {
    font-size: 18px;
  }
}

.p-examination-flow__item-list {
  padding: 20px 0px 50px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  row-gap: 30px;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-examination-flow__item-list {
    width: 83.4930777423%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    padding: 23px 0 23px 23px;
    text-align: left;
    border-bottom: 1px dashed #B0B0B0;
    min-height: 147px;
  }
}
@media screen and (min-width: 1024px) {
  .p-examination-flow__item-list {
    -webkit-column-gap: 80px;
       -moz-column-gap: 80px;
            column-gap: 80px;
    font-size: 18px;
  }
}

.p-examination-flow__item:not(:last-child):after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 15px;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  background-color: #E3792D;
  position: absolute;
  bottom: 16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .p-examination-flow__item:not(:last-child):after {
    display: none;
  }
}

.p-examination-flow__item:last-child .p-examination-flow__item-list {
  padding-bottom: 0;
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  .p-examination-flow__item:last-child .p-examination-flow__item-list {
    padding-bottom: 23px;
  }
}

.p-examination-flow__item-list li {
  position: relative;
}

.p-examination-flow__item-list li:not(:first-child) {
  margin-top: 28px;
}
@media screen and (min-width: 768px) {
  .p-examination-flow__item-list li:not(:first-child) {
    margin-top: 0;
  }
}

.p-examination-flow__item-list li:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 21px;
  background: url(../images/icon-arrow-green.svg) no-repeat center center/contain;
  position: absolute;
  top: calc(100% + 5px);
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
}
@media screen and (min-width: 768px) {
  .p-examination-flow__item-list li:not(:last-child)::after {
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(0);
            transform: translateY(-50%) translateX(0);
    right: -24px;
    left: auto;
    left: initial;
  }
}
@media screen and (min-width: 1024px) {
  .p-examination-flow__item-list li:not(:last-child)::after {
    right: -40px;
  }
}

.p-examination-instructor__body {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p-examination-instructor__body {
    margin-top: 60px;
  }
}

.p-examination-instructor__wrapper {
  padding-top: 16px;
}
@media screen and (min-width: 768px) {
  .p-examination-instructor__wrapper {
    padding: 16px 20px;
  }
}

.p-examination-instructor__content + .p-examination-instructor__content {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p-examination-instructor__content + .p-examination-instructor__content {
    margin-top: 74px;
  }
}

.p-footer {
  background-color: #5E5E5E;
  padding-top: 32px;
  padding-bottom: 36px;
}

@media screen and (min-width: 768px) {
  .p-footer__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-footer__title {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-footer__title {
    text-align: left;
  }
}

.p-footer__nav {
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .p-footer__nav {
    margin-top: 0;
    margin-left: 50px;
  }
}

.p-footer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-footer__nav-item {
  position: relative;
}

.p-footer__nav-item::before {
  content: "";
  display: inline-block;
  height: 12px;
  width: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-footer__nav-item::after {
  content: "";
  display: inline-block;
  height: 12px;
  width: 1px;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-footer__nav-item a {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 0 10px;
  text-transform: uppercase;
}

.p-fv__slider {
  border-bottom: 1px solid #00AF74;
}
@media screen and (min-width: 768px) {
  .p-fv__slider {
    padding-top: 0;
    padding-bottom: 0;
    height: auto;
  }
}

.p-fv__slider-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-fv__slider-slide img {
    min-height: 360px;
  }
}

/* 前へ次への矢印カスタマイズ */
.p-fv__slider .swiper-button-prev,
.p-fv__slider .swiper-button-next {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-fv__slider .swiper-button-prev,
  .p-fv__slider .swiper-button-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 63px;
    width: 24px;
  }
}

.p-fv__slider .swiper-button-prev {
  left: 5%;
}

.p-fv__slider .swiper-button-next {
  right: 5%;
}

/* 前へ次への矢印カスタマイズ */
.p-fv__slider .swiper-button-prev::after,
.p-fv__slider .swiper-button-next::after {
  content: "";
  height: 63px;
  margin: auto;
  width: 24px;
}

.p-fv__slider .swiper-button-prev::after {
  background: url(../images/icon-arrow-slide.svg) no-repeat center center/contain;
}

.p-fv__slider .swiper-button-next::after {
  background: url(../images/icon-arrow-slide.svg) no-repeat center center/contain;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* ページネーションのカスタマイズ */
.p-fv__slider .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.p-fv__slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px 2px;
}
@media screen and (min-width: 768px) {
  .p-fv__slider .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .p-fv__slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 6px 4px;
  }
}

/* ページネーションのサイズと色 */
.p-fv__slider .swiper-pagination-bullet {
  background-color: #CCCCCC;
  opacity: 1;
  height: 7px;
  width: 7px;
}
@media screen and (min-width: 768px) {
  .p-fv__slider .swiper-pagination-bullet {
    height: 10px;
    width: 10px;
  }
}

.p-fv__slider .swiper-pagination-bullet-active {
  background-color: #00AF74;
}

.p-fv__slider .swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: -5px;
}
@media screen and (min-width: 768px) {
  .p-fv__slider .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 0;
  }
}

.p-header {
  height: 40px;
  background-color: #00AF74;
}
@media screen and (min-width: 768px) {
  .p-header {
    height: 90px;
    padding-left: 68px;
    padding-right: 68px;
  }
}

.p-header__logo {
  width: 157px;
  margin-inline: auto;
  height: inherit;
}
@media screen and (min-width: 768px) {
  .p-header__logo {
    width: 320px;
    margin-inline: initial;
  }
}

.p-header__logo a {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-header__logo a img {
  width: 100%;
  height: auto;
}

.p-oncolomotion-about__content {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-oncolomotion-about__content {
    margin-top: 20px;
  }
}

.p-oncolomotion-about__content + .p-oncolomotion-about__content {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .p-oncolomotion-about__content + .p-oncolomotion-about__content {
    margin-top: 80px;
  }
}

@media screen and (min-width: 768px) {
  .p-oncolomotion-about__head {
    text-align: center;
  }
}

.p-oncolomotion-about__content-lead {
  padding: 24px 20px;
  text-align: left;
  background-image: linear-gradient(transparent 12px, #e8e8e8 1px), linear-gradient(90deg, transparent 12px, #e8e8e8 1px);
  background-size: 13px 13px;
  background-color: #F7F7F7;
}
@media screen and (min-width: 768px) {
  .p-oncolomotion-about__content-lead {
    display: inline-block;
    margin-inline: auto;
    padding: 24px 35px 24px 40px;
  }
}

.p-oncolomotion-about__content-body {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p-oncolomotion-about__content-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .p-oncolomotion-about__content-main {
    width: 63.6363636364%;
  }
}

.p-oncolomotion-about__content-list {
  counter-reset: num;
  margin-top: 16px;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .p-oncolomotion-about__content-list {
    margin-top: 19px;
    margin-bottom: 16px;
  }
}

.p-oncolomotion-about__content-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-oncolomotion-about__content-list li::before {
  counter-increment: num;
  content: "【" counter(num) "】";
  display: inline-block;
}

.p-oncolomotion-about__content-img {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-oncolomotion-about__content-img {
    width: 30.9090909091%;
    margin-top: 0;
  }
}

.p-oncolomotion-about__content-img img {
  aspect-ratio: 325/216;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}

.p-oncolomotion-link__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 4px;
  max-width: 400px;
  margin-inline: auto;
}
@media screen and (min-width: 1024px) {
  .p-oncolomotion-link__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 100%;
  }
}

.p-oncolomotion-link__btn a {
  display: block;
  color: #fff;
  font-weight: 700;
  background-color: #32CD32;
  padding: 8px 16px;
}

.p-oncolomotion-message {
  overflow: hidden;
}

.p-oncolomotion-about__lead {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-oncolomotion-about__lead {
    margin-top: 25px;
    text-align: center;
  }
}

.p-oncolomotion-message__wrapper {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p-oncolomotion-message__wrapper {
    position: relative;
    padding-bottom: 59px;
  }
}

@media screen and (min-width: 768px) {
  .p-oncolomotion-message__slider {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}

.p-oncolomotion-message__slider-slide {
  border: 1px solid #00AF74;
}

.p-oncolomotion-message__slider-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.p-oncolomotion-message__slider-wrapper {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .p-oncolomotion-message__slider-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/* ページネーションのカスタマイズ */
.p-oncolomotion-message__wrapper .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.p-oncolomotion-message__wrapper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 6px 6px;
}

.p-oncolomotion-message__wrapper .swiper-pagination-bullet {
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .p-oncolomotion-message__wrapper .swiper-pagination-bullet {
    background-color: #CCCCCC;
    opacity: 1;
    height: 10px;
    width: 10px;
  }
}

.p-oncolomotion-message__wrapper .swiper-pagination-bullet-active {
  background-color: #00AF74;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0;
}

#pagetop {
  /* レイアウト */
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* 見た目 */
  width: 60px;
  aspect-ratio: 1/1;
  background-color: green;
  border-radius: 50%;
  cursor: pointer;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  /* デフォルトは非表示 */
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

/* スクロールされたときに適用されるCSS */
#pagetop.visible {
  opacity: 1;
  visibility: visible;
}

.p-patient-support__title {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-patient-support__title {
    font-size: 28px;
  }
}

.p-patient-support__title::before {
  content: "";
  display: inline-block;
  width: 98px;
  height: 74px;
  background: url(../images/logo02.png) no-repeat center center/contain;
  margin-bottom: 4px;
}
@media screen and (min-width: 768px) {
  .p-patient-support__title::before {
    width: 140px;
    height: 105px;
    margin-bottom: 8px;
  }
}

.p-patient-support__body {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p-patient-support__body {
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .p-patient-support__text {
    width: 54.5454545455%;
  }
}

.p-patient-support__img {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-patient-support__img {
    width: 40.7272727273%;
    margin-top: 0;
  }
}

.p-patient-support__img img {
  aspect-ratio: 448/267;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}

.p-test {
  color: red;
  font-size: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-test {
    font-size: 3.125rem;
  }
}

.p-voice-content__lead {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  background-color: #32CD32;
  padding: 3px 12px;
}
@media screen and (min-width: 768px) {
  .p-voice-content__lead {
    font-size: 20px;
    padding: 4px 20px;
  }
}

.p-voice-content__wrapper {
  padding: 15px 15px 26px;
  text-align: left;
  background-image: linear-gradient(transparent 12px, #ececec 1px), linear-gradient(90deg, transparent 12px, #ececec 1px);
  background-size: 13px 13px;
  border: 1px solid #32CD32;
}
@media screen and (min-width: 768px) {
  .p-voice-content__wrapper {
    padding: 32px 40px 39px;
  }
}

.p-voice-content__title {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-voice-content__title {
    font-size: 20px;
  }
}

@media screen and (min-width: 768px) {
  .p-voice-content__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 20px;
  }
}

.p-voice-content__text {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-voice-content__text {
    width: 68.3350357508%;
    margin-top: 0;
  }
}

.p-voice-content__img {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-voice-content__img {
    margin-top: 0;
    width: 27.6813074566%;
  }
}

.p-voice-content__img img {
  aspect-ratio: 271/203;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}

.p-voice-content__img figcaption {
  font-size: 14px;
  font-weight: 500;
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

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

.u-text--left {
  text-align: left;
}

.u-text--right {
  text-align: right;
}

.u-text--justify {
  text-align: justify;
}

.u-text--medium {
  font-weight: 500;
}

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

.u-text--large {
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .u-text--large {
    font-size: 20px;
  }
}

.u-text--red {
  color: #800000;
}
/*# sourceMappingURL=styles.css.map */
