/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
section,
summary,
time,
mark,
audio,
video {
  padding: 0;
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  border: 0;
  outline: 0;
}

body {
  line-height: 2;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
  content: none;
}

a {
  padding: 0;
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  color: #000;
  text-decoration: none;
  background-color: #ff9;
}

/* change colours to suit your needs */
mark {
  font-style: italic;
  font-weight: bold;
  color: #000;
  background-color: #ff9;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  cursor: help;
  border-bottom: 1px dotted;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  padding: 0;
  margin: 1em 0;
  border: 0;
  border-top: 1px solid #ccc;
}

input,
select {
  vertical-align: middle;
}

pre {
  padding: 20px;
  overflow-x: hidden;
  overflow-y: auto;
}

code {
  font-size: 1.3rem;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

html {
  height: 100%;
  font-size: 62.5%;
}

body {
  overflow-x: hidden;
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 1.6rem;
  line-height: 2;
  color: #333;
  letter-spacing: 0.05em;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

main {
  position: relative;
  height: 100%;
}

li {
  list-style: none;
}

em {
  font-style: normal;
}

img {
  max-width: 100%;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

input {
  white-space: normal;
}

button {
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}

pre {
  width: 100%;
  max-height: 10em;
  padding: 10px 20px;
  overflow: auto;
  font-family: "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace !important;
  line-height: 2;
  white-space: normal;
  background-color: #1b1f24;
  border-left: 6px solid #546070;
  -webkit-box-shadow: 2px 2px 10px -5px #bfdaff;
          box-shadow: 2px 2px 10px -5px #bfdaff;
}

code {
  padding: 0 3px;
  font-family: consolas, "Liberation Mono", courier, monospace;
  line-height: 2;
  color: #bfdaff;
  word-wrap: break-word;
  white-space: pre-wrap;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  box-decoration-break: clone;
}

h1 + h2,
h2 + h2 {
  margin-top: 1em;
}

h2 + h3,
h3 + h3 {
  margin-top: 1em;
}

h3 + h4,
h4 + h4 {
  margin-top: 1em;
}

h4 + h5,
h5 + h5 {
  margin-top: 1em;
}

h5 + h6,
h6 + h6 {
  margin-top: 1em;
}

p + h1 {
  margin-top: 1em;
}

p + h2 {
  margin-top: 1em;
}

p + h3 {
  margin-top: 1em;
}

p + h4 {
  margin-top: 1em;
}

p + h5 {
  margin-top: 1em;
}

p + h6 {
  margin-top: 1em;
}

ul + h1 {
  margin-top: 1em;
}

ul + h2 {
  margin-top: 1em;
}

ul + h3 {
  margin-top: 1em;
}

ul + h4 {
  margin-top: 1em;
}

ul + h5 {
  margin-top: 1em;
}

ul + h6 {
  margin-top: 1em;
}

ol + h1 {
  margin-top: 1em;
}

ol + h2 {
  margin-top: 1em;
}

ol + h3 {
  margin-top: 1em;
}

ol + h4 {
  margin-top: 1em;
}

ol + h5 {
  margin-top: 1em;
}

ol + h6 {
  margin-top: 1em;
}

dl + h1 {
  margin-top: 1em;
}

dl + h2 {
  margin-top: 1em;
}

dl + h3 {
  margin-top: 1em;
}

dl + h4 {
  margin-top: 1em;
}

dl + h5 {
  margin-top: 1em;
}

dl + h6 {
  margin-top: 1em;
}

[data-col="1/1"] {
  width: calc(100% / $i);
}

[data-col="1/2"] {
  width: calc(100% / $i);
}

[data-col="1/3"] {
  width: calc(100% / $i);
}

[data-col="1/4"] {
  width: calc(100% / $i);
}

[data-col="1/5"] {
  width: calc(100% / $i);
}

[data-col="1/6"] {
  width: calc(100% / $i);
}

[data-col="1/7"] {
  width: calc(100% / $i);
}

[data-col="1/8"] {
  width: calc(100% / $i);
}

[data-col="1/9"] {
  width: calc(100% / $i);
}

[data-col="1/10"] {
  width: calc(100% / $i);
}

[data-col="1/11"] {
  width: calc(100% / $i);
}

[data-col="1/12"] {
  width: calc(100% / $i);
}

@media screen and (max-width: 1280px) {
  [data-col-pc="1/1"] {
    width: calc(100% / $i);
  }

  [data-col-pc="1/2"] {
    width: calc(100% / $i);
  }

  [data-col-pc="1/3"] {
    width: calc(100% / $i);
  }

  [data-col-pc="1/4"] {
    width: calc(100% / $i);
  }

  [data-col-pc="1/5"] {
    width: calc(100% / $i);
  }

  [data-col-pc="1/6"] {
    width: calc(100% / $i);
  }

  [data-col-pc="1/7"] {
    width: calc(100% / $i);
  }

  [data-col-pc="1/8"] {
    width: calc(100% / $i);
  }

  [data-col-pc="1/9"] {
    width: calc(100% / $i);
  }

  [data-col-pc="1/10"] {
    width: calc(100% / $i);
  }

  [data-col-pc="1/11"] {
    width: calc(100% / $i);
  }

  [data-col-pc="1/12"] {
    width: calc(100% / $i);
  }
}
@media screen and (max-width: 768px) {
  [data-col-tab="1/1"] {
    width: calc(100% / $i);
  }

  [data-col-tab="1/2"] {
    width: calc(100% / $i);
  }

  [data-col-tab="1/3"] {
    width: calc(100% / $i);
  }

  [data-col-tab="1/4"] {
    width: calc(100% / $i);
  }

  [data-col-tab="1/5"] {
    width: calc(100% / $i);
  }

  [data-col-tab="1/6"] {
    width: calc(100% / $i);
  }

  [data-col-tab="1/7"] {
    width: calc(100% / $i);
  }

  [data-col-tab="1/8"] {
    width: calc(100% / $i);
  }

  [data-col-tab="1/9"] {
    width: calc(100% / $i);
  }

  [data-col-tab="1/10"] {
    width: calc(100% / $i);
  }

  [data-col-tab="1/11"] {
    width: calc(100% / $i);
  }

  [data-col-tab="1/12"] {
    width: calc(100% / $i);
  }
}
@media screen and (max-width: 768px) {
  [data-col-sp="1/1"] {
    width: calc(100% / $i);
  }

  [data-col-sp="1/2"] {
    width: calc(100% / $i);
  }

  [data-col-sp="1/3"] {
    width: calc(100% / $i);
  }

  [data-col-sp="1/4"] {
    width: calc(100% / $i);
  }

  [data-col-sp="1/5"] {
    width: calc(100% / $i);
  }

  [data-col-sp="1/6"] {
    width: calc(100% / $i);
  }

  [data-col-sp="1/7"] {
    width: calc(100% / $i);
  }

  [data-col-sp="1/8"] {
    width: calc(100% / $i);
  }

  [data-col-sp="1/9"] {
    width: calc(100% / $i);
  }

  [data-col-sp="1/10"] {
    width: calc(100% / $i);
  }

  [data-col-sp="1/11"] {
    width: calc(100% / $i);
  }

  [data-col-sp="1/12"] {
    width: calc(100% / $i);
  }
}
.l-container {
  padding-top: 135px;
}

.c-inpage-anchor {
  position: relative;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 616px) {
  .c-inpage-anchor {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.c-inpage-anchor__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 200px;
  height: 190px;
  padding-bottom: 3em;
  background-color: #fff;
  border-radius: 77px;
}
.c-inpage-anchor__item:nth-of-type(1n+2)::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 1px;
  height: 50%;
  margin: auto;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(#a8a8a8), color-stop(50%, #a8a8a8), color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0))) 0% 0%;
  background: -webkit-linear-gradient(top, #a8a8a8, #a8a8a8 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%) 0% 0%;
  background: linear-gradient(to bottom, #a8a8a8, #a8a8a8 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%) 0% 0%;
  background-size: 1px 8px;
}
@media screen and (max-width: 616px) {
  .c-inpage-anchor__item:nth-of-type(1n+2)::before {
    content: none;
  }
}
.c-inpage-anchor__item:nth-of-type(2) {
  padding-bottom: 2em;
}
.c-inpage-anchor__item:nth-of-type(4) {
  padding-bottom: 2em;
}
.c-inpage-anchor__item__body__img {
  display: block;
  margin: 0 auto;
}
.c-inpage-anchor__item__body__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-inpage-anchor__item__body__inner__text {
  display: block;
  width: 120px;
  margin: 8px auto 0;
  text-align: center;
}
.c-inpage-anchor__item__body__text {
  display: block;
  width: 100%;
  margin: 8px auto 0;
  text-align: center;
}
.c-inpage-anchor__item__body__icon {
  vertical-align: middle;
}

.c-team-medical__modal-trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.c-team-medical__modal-trigger__figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 31rem;
  border: 1px solid #da457b;
  border-radius: 1.6rem;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.c-team-medical__modal-trigger__figure:hover {
  cursor: pointer;
  background-color: #da457b;
}
.c-team-medical__modal-trigger__figure:hover .c-team-medical__modal-trigger__figure__caption {
  background-position: 97% 50%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.c-team-medical__modal-trigger__figure__caption {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem 5rem 2rem 1rem;
  font-size: 1.8rem;
  font-weight: 500;
  color: #da457b;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  background: url("../img/more.png") no-repeat center right 2rem;
  background-size: 2.95rem 2.2rem;
}
.c-team-medical__modal-trigger__figure:hover .c-team-medical__modal-trigger__figure__caption {
  color: #fff;
}
.c-team-medical__modal-trigger__figure__img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.6rem 1.6rem 0 0;
}

.c-team-medical__modal-trigger--mini {
  max-width: 9.1rem;
}
.c-team-medical__modal-trigger--mini .c-team-medical__modal-trigger__figure {
  border: none;
  border-radius: 0;
}
.c-team-medical__modal-trigger--mini .c-team-medical__modal-trigger__figure:hover {
  background-color: transparent;
  opacity: 0.5;
}
.c-team-medical__modal-trigger--mini .c-team-medical__modal-trigger__figure__caption {
  padding: 0;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0;
  background-image: none;
}
.c-team-medical__modal-trigger--mini .c-team-medical__modal-trigger__figure:hover .c-team-medical__modal-trigger__figure__caption {
  color: #da457b;
}
.c-team-medical__modal-trigger--mini .c-team-medical__modal-trigger__figure__img {
  margin-top: 0;
  border-radius: 0.8rem;
}

.c-team-medical__modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -100;
  width: 100vw;
  height: 100vh;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s, visibility 0.3s, z-index 0.3s;
  transition: opacity 0.3s, visibility 0.3s, z-index 0.3s;
}
.c-team-medical__modal.is-active {
  z-index: 1011;
  visibility: visible;
  opacity: 1;
}
.c-team-medical__modal__closebtn {
  position: absolute;
  top: 1.6rem;
  right: 4.1rem;
}
.c-team-medical__modal__closebtn:hover {
  cursor: pointer;
}
.c-team-medical__modal__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 87.08%;
  max-width: 100rem;
  height: 100%;
  max-height: 75rem;
  padding: 4.8rem 4.6rem 4.6rem;
  overflow-y: scroll;
  background-color: #fff;
  border-radius: 1.2rem;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.c-team-medical__modal__body::-webkit-scrollbar {
  display: none;
}
.c-team-medical__modal__body__main {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  row-gap: 1.6rem;
  -webkit-column-gap: 3.7rem;
     -moz-column-gap: 3.7rem;
          column-gap: 3.7rem;
}
.c-team-medical__modal__body__main__figure {
  grid-row: 1/3;
  grid-column: 1/2;
  justify-self: flex-end;
  max-width: 51.1rem;
}
.c-team-medical__modal__body__main__figure img {
  border-radius: 2rem;
}
.c-team-medical__modal__body__main__header {
  grid-row: 1/2;
  grid-column: 2/3;
  align-self: flex-end;
  font-size: 3.3rem;
  font-weight: 500;
  color: #da4a80;
}
.c-team-medical__modal__body__main__text {
  grid-row: 2/3;
  grid-column: 2/3;
  max-width: 35.171rem;
  font-size: 2rem;
  line-height: 2;
  color: #4b4b4b;
  letter-spacing: 0;
}
@media screen and (max-width: 1000px) {
  .c-team-medical__modal__body__main {
    grid-template-columns: 1fr;
    row-gap: 1rem;
  }
  .c-team-medical__modal__body__main__figure {
    grid-row: 1/2;
    grid-column: 1/2;
    justify-self: center;
    max-width: 100%;
  }
  .c-team-medical__modal__body__main__figure img {
    width: 50rem;
    height: 29rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .c-team-medical__modal__body__main__header {
    grid-row: 2/3;
    grid-column: 1/2;
    align-self: center;
    justify-self: center;
    font-size: 2rem;
  }
  .c-team-medical__modal__body__main__text {
    grid-row: 3/4;
    grid-column: 1/2;
    justify-self: center;
    max-width: 80%;
    font-size: 1.6rem;
  }
}
.c-team-medical__modal__body__text {
  padding-top: 4.1rem;
  margin-top: auto;
  font-size: 1.4rem;
  font-weight: 300;
}
.c-team-medical__modal__body__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.1rem;
     -moz-column-gap: 1.1rem;
          column-gap: 1.1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 1.12rem;
}
.c-team-medical__modal__body__list__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.c-team-medical__modal__bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1010;
  width: 100%;
  height: 100%;
  visibility: hidden;
  background-color: rgba(36, 19, 50, 0.79);
}
.c-team-medical__modal__bg.is-active {
  visibility: visible;
}

@media screen and (max-width: 768px) {
  .c-team-medical__modal {
    top: 0;
  }
  .c-team-medical__modal__closebtn {
    position: absolute;
    top: 0;
    right: 1rem;
  }
  .c-team-medical__modal__body {
    width: 100%;
    max-width: 100rem;
    height: 100%;
    max-height: 85%;
    padding: 0;
    background-color: #fff7fb;
    border-radius: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
        -ms-flex-direction: inherit;
            flex-direction: inherit;
  }
  .c-team-medical__modal__body__main {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 0;
    -webkit-column-gap: 3.7rem;
       -moz-column-gap: 3.7rem;
            column-gap: 3.7rem;
  }
  .c-team-medical__modal__body__main__figure {
    grid-row: 1/2;
    grid-column: 1/2;
    justify-self: flex-end;
    width: 100%;
    max-width: none;
    max-height: 23.793rem;
  }
  .c-team-medical__modal__body__main__figure img {
    width: 100%;
    height: 100%;
    max-height: 23.793rem;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 0;
  }
  .c-team-medical__modal__body__main__header {
    grid-row: 2/3;
    grid-column: 1/2;
    align-self: flex-end;
    padding: 2rem 2.7rem 1rem;
    font-size: 2.5rem;
    font-weight: 500;
    color: #da4a80;
  }
  .c-team-medical__modal__body__main__text {
    grid-row: 3/4;
    grid-column: 1/2;
    max-width: none;
    padding: 0 2rem;
    font-size: 1.5rem;
    line-height: 2;
    color: #4b4b4b;
    letter-spacing: 0;
  }
  .c-team-medical__modal__body__text {
    padding: 2rem 2rem 0;
    margin-top: 0;
    font-size: 1.4rem;
    font-weight: 300;
  }
  .c-team-medical__modal__body__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: calc(10.3rem * 9);
    padding-top: 1.12rem;
  }
  .c-team-medical__modal__body__list__item {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }

  .c-team-medical__modal-trigger__figure {
    display: grid;
  }
  .c-team-medical__modal-trigger__figure__caption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-row: 2/3;
    grid-column: 1/2;
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
    padding: 1.6rem 4rem 1.6rem 0.8rem;
    font-size: 1.2rem;
    font-weight: 300;
    background: url("../img/more.png") no-repeat center right 0.8rem;
    background-size: 2.95rem 2.2rem;
  }
  .c-team-medical__modal-trigger__figure__caption img {
    width: 1.5rem;
    height: 1.1rem;
  }

  .c-team-medical__modal-trigger--mini {
    max-width: 9.1rem;
  }
  .c-team-medical__modal-trigger--mini .c-team-medical__modal-trigger__figure__caption::after {
    content: none;
  }
  .c-team-medical__modal-trigger--mini .c-team-medical__modal-trigger__figure__img {
    margin-top: 0;
  }
}
.p-page-title {
  height: 100%;
}

.p-team-medical__description {
  margin: auto;
  background-image: url("../img/bg-contents.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.p-team-medical__description__header {
  max-width: 106rem;
  padding-top: 7.8rem;
  margin: auto;
  font-size: 3.8rem;
  font-weight: normal;
  color: #000;
}
.p-team-medical__description__text {
  max-width: 102rem;
  padding-top: 7rem;
  margin: auto;
  font-size: 3.6rem;
  font-weight: lighter;
  line-height: 2em;
  color: #000;
}
.p-team-medical__description__supplement {
  padding-top: 2.7rem;
  color: #4b4b4b;
}

.p-team-medical__contents {
  max-width: 144rem;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .p-team-medical__description {
    padding: 0 2rem;
    background-image: url("../img/bg-contents-sp.png");
  }
  .p-team-medical__description__header {
    padding-top: 9.3rem;
    margin: auto;
    font-size: 2.8rem;
  }
  .p-team-medical__description__text {
    padding-top: 3rem;
    font-size: 2.4rem;
    font-weight: lighter;
    text-align: left !important;
    letter-spacing: 0;
  }
  .p-team-medical__description__supplement {
    margin-top: 3rem;
    font-size: 1.4rem;
    text-align: left !important;
    letter-spacing: 0;
  }
}
.u-text-highlight {
  background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(0%, #faf7b2)) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) -webkit-linear-gradient(transparent 40%, #faf7b2 0%) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 40%, #faf7b2 0%) repeat scroll 0 0;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

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

.u-team-medical-list__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(18rem, 30.956rem));
  row-gap: 3.4rem;
  -webkit-column-gap: 3.64rem;
     -moz-column-gap: 3.64rem;
          column-gap: 3.64rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 13.5rem 2rem 8.41rem;
}

.u-position-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.u-show-pc {
  display: block;
}

.u-show-sp {
  display: none;
}

.u-overflow-x__scroll {
  overflow-x: scroll;
}

@media screen and (max-width: 768px) {
  .u-team-medical-list__grid {
    grid-template-columns: repeat(2, minmax(15.3rem, 30.956rem));
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
    padding: 5rem 2rem;
  }

  .u-team-medical-cancer {
    font-size: 1.2rem;
    line-height: 2;
    letter-spacing: 0;
  }

  .u-show-pc {
    display: none;
  }

  .u-show-sp {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */