@charset "UTF-8";
/*
リセットcssを記述
*/
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

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

abbr[title] {
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg, img, embed, object, iframe {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
}

button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

/* メディアクエリ */
/* //メディアクエリ */
/* position 中央寄せ */
/* //position 中央寄せ */
html {
  font-size: 100%;
}

body {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  overflow-x: hidden;
  position: relative;
  color: #5D5D5D;
  -webkit-font-smoothing: antialiased; /* macで文字が太くなる現象を解消 */
}
body.noscroll {
  overflow: hidden;
}
body .header-and-main--syonan {
  color: #333333;
}

main {
  margin-top: 151.2px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  main {
    margin-top: 16.6538461538vw;
  }
}

p {
  line-height: 1.6;
}

img {
  max-width: 100%;
  height: auto;
  flex-shrink: 0;
}

ul {
  list-style: none;
  padding-left: 0;
}

a {
  transition: all 0.3s;
}
a:hover {
  opacity: 0.7;
}

.header-and-main--syonan {
  background-color: #FBF5ED;
}
.header-and-main--syonan main {
  margin-top: 124.67px;
}
@media screen and (max-width: 1280px) {
  .header-and-main--syonan main {
    margin-top: 119.38px;
  }
}
@media screen and (max-width: 1024px) {
  .header-and-main--syonan main {
    margin-top: 16.4820512821vw;
  }
}
.header-and-main--syonan a {
  transition: all 0.4s;
}
.header-and-main--syonan a:hover {
  opacity: 0.6;
}

.p-child-fv::before {
  background: url(../images/general-out-patient/fv.webp) no-repeat center center/cover;
}

.p-general-support__inner,
.p-infection-control__inner,
.p-cancer-check__inner {
  display: flex;
  gap: 5rem;
}
@media screen and (max-width: 1024px) {
  .p-general-support__inner,
  .p-infection-control__inner,
  .p-cancer-check__inner {
    flex-direction: column;
    gap: 7.6923076923vw;
  }
}

.p-general-support__image,
.p-infection-control__image,
.p-cancer-check__image {
  flex: 0 0 40%;
}
.p-general-support__image img,
.p-infection-control__image img,
.p-cancer-check__image img {
  border-radius: 0.625rem;
}

.p-general-support__content,
.p-infection-control__content,
.p-cancer-check__content {
  flex: 0 0 50%;
}

@media screen and (max-width: 1024px) {
  .p-general-support__text,
  .p-infection-control__text,
  .p-cancer-check__text,
  .p-examination__text,
  .p-examination-machine-card__text {
    font-size: 4.1025641026vw;
  }
}

.p-infection-control,
.p-cancer-check {
  margin-top: 100px;
}
@media screen and (max-width: 1024px) {
  .p-infection-control,
  .p-cancer-check {
    margin-top: 32.5641025641vw;
  }
}

.p-general-support {
  position: relative;
}
.p-general-support__bird {
  position: absolute;
  bottom: -113px;
  right: 151px;
}
@media screen and (max-width: 1024px) {
  .p-general-support__bird {
    bottom: -24.8717948718vw;
    right: 2.5641025641vw;
  }
}

.p-infection-control__inner {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1024px) {
  .p-infection-control__inner {
    flex-direction: column;
  }
}
.p-infection-control__button {
  width: 299px;
  margin-top: 1.25rem;
  transition-delay: 0.5s;
}
@media screen and (max-width: 1024px) {
  .p-infection-control__button {
    width: 94.6%;
    margin: 7.6923076923vw auto 0;
  }
}
@media screen and (max-width: 1024px) {
  .p-infection-control__button .c-button-primary {
    padding: 2.5641025641vw;
  }
}

.p-cancer-check {
  position: relative;
  margin-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .p-cancer-check {
    margin-top: 12.8205128205vw;
    margin-bottom: 29.7435897436vw;
  }
}
.p-cancer-check__list {
  border: 1px solid #B0D396;
  border-radius: 10px;
  display: flex;
  padding: 10px 55px;
  flex-wrap: wrap;
  gap: 10px;
  row-gap: 3px;
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .p-cancer-check__list {
    border: 0.2564102564vw solid #B0D396;
    border-radius: 2.5641025641vw;
    width: 79.5%;
    margin: 7.6923076923vw auto 0;
    padding: 2.5641025641vw 5.1282051282vw;
  }
}
.p-cancer-check__list li {
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.03em;
  padding-left: 1rem;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .p-cancer-check__list li {
    font-size: 3.5897435897vw;
    padding-left: 4.1025641026vw;
  }
}
.p-cancer-check__list li:nth-of-type(odd) {
  flex: 0 0 42.5%;
}
.p-cancer-check__list li:nth-of-type(even) {
  flex: 0 0 53.5%;
}
.p-cancer-check__list li::before {
  content: "・";
  font-size: 1rem;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1024px) {
  .p-cancer-check__list li::before {
    font-size: 4.1025641026vw;
  }
}
.p-cancer-check__bird {
  position: absolute;
  bottom: -101px;
  left: 152px;
}
@media screen and (max-width: 1024px) {
  .p-cancer-check__bird {
    bottom: -24.8717948718vw;
    left: 2.5641025641vw;
  }
}

.p-examination {
  padding: 125px 0 100px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .p-examination {
    padding: 75.1282051282vw 2.5641025641vw 12.8205128205vw;
  }
}
.p-examination::before {
  content: "";
  width: 100%;
  height: 1646px;
  background: url(../images/general-out-patient/examination-bg.svg) no-repeat center top/cover;
  position: absolute;
  top: -86px;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .p-examination::before {
    background-image: url(../images/general-out-patient/examination-bg-sp.svg);
    height: 738.2051282051vw;
    top: -16.9230769231vw;
  }
}
.p-examination__intro {
  background-color: #FFFFFF;
  border-radius: 10px 0 0 10px;
  max-width: 1057px;
  margin-left: auto;
  padding: 79px 234px 79px 300px;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .p-examination__intro {
    width: 80%;
    padding-right: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .p-examination__intro {
    padding: 15.3846153846vw 2.5641025641vw 7.6923076923vw;
    width: 100%;
    border-radius: 2.5641025641vw;
    max-width: none;
  }
}
.p-examination__title-group {
  margin-bottom: 30px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .p-examination__title-group {
    margin-bottom: 7.6923076923vw;
    text-align: center;
  }
}
.p-examination__title-group .c-title-pattern1--ja::before {
  left: 0;
  transform: translateX(0);
}
@media screen and (max-width: 1024px) {
  .p-examination__title-group .c-title-pattern1--ja::before {
    left: 50%;
    transform: translateX(-50%);
  }
}
.p-examination__image {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -140px;
}
@media screen and (max-width: 1024px) {
  .p-examination__image {
    top: -53.8461538462vw;
    transform: translate(-50%, 0);
    left: 50%;
    width: 89.8%;
  }
}
.p-examination__image img {
  width: 386px;
  border-radius: 10px;
  box-shadow: 4px 4px 4px rgba(191, 191, 191, 0.25);
}
@media screen and (max-width: 1024px) {
  .p-examination__image img {
    width: 89.7435897436vw;
    border-radius: 2.5641025641vw;
    box-shadow: 1.0256410256vw 1.0256410256vw 1.0256410256vw rgba(191, 191, 191, 0.25);
  }
}
.p-examination__text {
  letter-spacing: 0.03em;
}
.p-examination__machine {
  margin-top: 100px;
}
@media screen and (max-width: 1024px) {
  .p-examination__machine {
    margin-top: 25.641025641vw;
  }
}
.p-examination__sub-title {
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .p-examination__sub-title {
    margin-bottom: 12.8205128205vw;
  }
}
.p-examination__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  max-width: 750px;
  margin: 0 auto;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .p-examination__grid {
    flex-direction: column;
    gap: 3.8461538462vw;
    max-width: none;
    padding: 0 5.1282051282vw;
  }
}
.p-examination-machine-card {
  border: 4px solid #B0D396;
  border-radius: 10px;
  flex: 0 0 30.6%;
  padding: 20px;
  text-align: center;
  background-color: #FFFFFF;
}
@media screen and (max-width: 1024px) {
  .p-examination-machine-card {
    border: 1.0256410256vw solid #B0D396;
    border-radius: 2.5641025641vw;
    flex: 0 0 100%;
    padding: 5.1282051282vw;
  }
}
.p-examination-machine-card__image {
  width: 90%;
  margin: 0 auto 12px;
}
@media screen and (max-width: 1024px) {
  .p-examination-machine-card__image {
    width: 50.5%;
  }
}
.p-examination-machine-card__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 3px;
}
@media screen and (max-width: 1024px) {
  .p-examination-machine-card__title {
    font-size: 4.6153846154vw;
    margin-bottom: 0.7692307692vw;
  }
}/*# sourceMappingURL=general-out-patient.css.map */