@charset "UTF-8";
/* CSS Document */
/*---------------------------------

  section名

---------------------------------*/
#mainvisual {
  padding-bottom: 5%;
  position: relative;
}
#mainvisual::after {
  content: '';
  background: #e7dded;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  z-index: -1;
}
#mainvisual .wrap {
  display: flex;
  gap: 1rem;
  margin: auto;
  max-width: 192rem;
  width: 95%;
}
#mainvisual .wrap div {
  flex-basis: 50%;
  height: 55rem;
  position: relative;
}
#mainvisual .wrap div picture img {
  border-radius: 2rem;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#mainvisual .wrap div ._logo {
  background: #fff;
  padding: 1.2rem 2rem;
  position: absolute;
  bottom: 5rem;
  left: 5rem;
  width: 45rem;
  height: fit-content;
}
#mainvisual .wrap div ._logo img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
#mainvisual .wrap div h2 {
  position: absolute;
  bottom: 5rem;
  left: 5rem;
}
#mainvisual .wrap div h2 p {
  background: #fff;
  font-size: 2.2rem;
  font-weight: 800;
  padding: .1rem 2rem;
  width: fit-content;
}
#mainvisual .wrap div h2 strong {
  font-size: 1.4em;
  margin-left: .5em;
}
#mainvisual .wrap div h2 span {
  background: #fff;
  color: var(--co);
  display: block;
  font-size: 1.4rem;
  margin-top: .7rem;
  padding: .1rem 2rem;
  width: fit-content;
}
#mainvisual .wrap div._mito {}
#mainvisual .wrap div._mito h2 p {
  color: var(--co-mito);
}
#mainvisual .wrap div._tsuchiura {}
#mainvisual .wrap div._tsuchiura h2 p {
  color: var(--co-tsuchiura);
}
@media screen and (max-width: 1280px) {
  #mainvisual .wrap div {
    height: 40rem;
  }
  #mainvisual .wrap div h2 {
    bottom: 2rem;
    left: 2rem;
    width: 95%;
  }
}
@media screen and (max-width: 1024px) {
  #mainvisual .wrap div ._logo {
    width: 30rem;
    bottom: 2rem;
    left: 2rem;
  }
  #mainvisual .wrap div h2 p {
    font-size: 1.8rem;
  }
  #mainvisual .wrap div h2 strong {}
  #mainvisual .wrap div h2 span {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 896px) {
  #mainvisual .wrap div h2 strong {
    display: block;
    margin: 0;
  }
}
@media screen and (max-width: 480px) {
  #mainvisual .wrap {
    display: block;
  }
  #mainvisual .wrap div {
    height: 30rem;
    margin: 1rem 0;
  }
  #mainvisual .wrap div h2 p {
    font-size: 1.4rem;
    padding: .1rem 1rem;
  }
  #mainvisual .wrap div h2 strong {
    display: inline;
    font-size: 1.2em;
    margin-left: .5em;
  }
  #mainvisual .wrap div h2 span {
    font-size: 1rem;
    padding: .1rem 1rem;
  }
}
/*---------------------------------

  common

---------------------------------*/
section {
  padding: 7rem 0 10rem;
}
section .wrap {
  margin: auto;
  max-width: 120rem;
  width: 90%;
}
section h2 {
  color: var(--co-main);
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: .16rem;
}
section h2._title {
  padding-left: 3.5rem;
  position: relative;
}
section h2._title::before {
  content: '';
  background: linear-gradient(90deg, #5e2461 0%, #5e2461 50%, #886dae 50%, #886dae 100%);
  border-radius: 50%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 2rem;
  height: 2rem;
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {}
@media screen and (max-width: 480px) {
  section {
    padding: 5rem 0;
  }
  section h2 {
    font-size: 2.5rem;
  }
}
/*---------------------------------

  readTxt

---------------------------------*/
.readTxt {
  border: 1px solid #e7dded;
  border-radius: 2rem;
  margin: 5rem auto 0;
  max-width: 88rem;
  padding: 3rem;
  width: 90%;
}
.readTxt p {
  font-size: 1.8rem;
  line-height: 1.8;
  text-align: justify;
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {}
@media screen and (max-width: 480px) {
  .readTxt {
    padding: 2rem;
  }
}
/*---------------------------------

  about

---------------------------------*/
.aboutBlock {}
.aboutBlock .wrap {
  display: flex;
  justify-content: space-between;
}
.aboutBlock .wrap .infoTxt {}
.aboutBlock .wrap .infoTxt h2._title {}
.aboutBlock .wrap .infoTxt h3 {
  font-size: 1.2em;
  margin: 1rem 0;
}
.aboutBlock .wrap .infoTxt dl {}
.aboutBlock .wrap .infoTxt dl div {
  display: flex;
  align-items: center;
  gap: 3rem;
  margin: .6rem 0;
}
.aboutBlock .wrap .infoTxt dl div dt {
  background: var(--co-main);
  border-radius: .5rem;
  color: #fff;
  flex: 0 0 10rem;
  padding: .5rem;
  text-align: center;
}
.aboutBlock .wrap .infoTxt dl div dd {
  font-size: 1.1em;
  font-weight: 500;
}
.aboutBlock .wrap .infoTxt aside {
  font-size: .9em;
}
@media screen and (max-width: 1024px) {
  .aboutBlock .wrap {
    display: block;
  }
  .aboutBlock .wrap .infoTxt {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 896px) {}
@media screen and (max-width: 480px) {}
/*---------------------------------
  --facilityBox
---------------------------------*/
.aboutBlock .wrap .facilityBox {
  display: flex;
  gap: 2rem;
}
.aboutBlock .wrap .facilityBox ._linkBox {
  flex-basis: 35rem;
}
.aboutBlock .wrap .facilityBox ._linkBox a {
  aspect-ratio: 1/.9;
  border: 1px solid #BBAEC3;
  border-radius: 2rem;
  color: var(--co);
  display: grid;
  align-content: center;
  padding: 3rem;
  position: relative;
  text-align: center;
  overflow: hidden;
}
.aboutBlock .wrap .facilityBox ._linkBox a h3 {
  background: #fff;
  border-radius: 5rem;
  font-size: 2.5rem;
  font-weight: 800;
  padding: .5rem 2rem;
}
.aboutBlock .wrap .facilityBox ._linkBox a ._tel {
  margin: 2rem 0 3rem;
}
.aboutBlock .wrap .facilityBox ._linkBox a ._tel dt {
  border: 1px solid;
  display: inline-block;
  font-size: .9em;
  padding: .5rem 1rem;
}
.aboutBlock .wrap .facilityBox ._linkBox a ._tel dd {
  font-size: 3.2rem;
  font-weight: 800;
}
.aboutBlock .wrap .facilityBox ._linkBox a ._more {
  position: absolute;
  right: 7rem;
  bottom: 1.5rem;
}
.aboutBlock .wrap .facilityBox ._linkBox a::before {
  content: "";
  width: 150%;
  height: 150%;
  position: absolute;
  top: 0%;
  left: -25%;
  z-index: -1;
  background: #333;
  border-radius: 50%;
  transform: translate(70%, 70%);
  transition: transform ease .3s;
}
.aboutBlock .wrap .facilityBox ._linkBox a::after {
  content: '';
  background: #000 url("../images/arr_next.svg") no-repeat center/2rem;
  border-radius: 2rem 0;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 6rem;
  height: 6rem;
}
.aboutBlock .wrap .facilityBox ._linkBox a:hover {
  color: #fff;
}
.aboutBlock .wrap .facilityBox ._linkBox a:hover::before {
  transform: translateY(-15%);
}
.aboutBlock .wrap .facilityBox ._linkBox._mito a h3 {
  color: var(--co-mito);
}
.aboutBlock .wrap .facilityBox ._linkBox._mito a::before, .aboutBlock .wrap .facilityBox ._linkBox._mito a::after {
  border-color: #ffa663;
  background-color: #ffa663;
  color: #fff;
}
.aboutBlock .wrap .facilityBox ._linkBox._tsuchiura a h3 {
  color: var(--co-tsuchiura);
}
.aboutBlock .wrap .facilityBox ._linkBox._tsuchiura a::before, .aboutBlock .wrap .facilityBox ._linkBox._tsuchiura a::after {
  border-color: #70c674;
  background-color: #70c674;
  color: #fff;
}
@media screen and (max-width: 1280px) {
  .aboutBlock .wrap .facilityBox ._linkBox a {
    padding: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  .aboutBlock .wrap .facilityBox ._linkBox {
    flex-basis: 50%;
  }
  .aboutBlock .wrap .facilityBox ._linkBox a {
    aspect-ratio: auto;
  }
}
@media screen and (max-width: 896px) {}
@media screen and (max-width: 480px) {
  .aboutBlock .wrap .facilityBox {
    flex-direction: column;
  }
}
/*---------------------------------

  section名

---------------------------------*/
.flowBlock {
  background: var(--bg-color);
}
.flowBlock h2._title_bg {
  background: linear-gradient(177deg, #5e2461 0%, #5e2461 50%, #884f7e 50%, #884f7e 100%);
  color: #fff;
  margin-bottom: 5rem;
  padding: .8rem;
  text-align: center;
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {}
@media screen and (max-width: 480px) {
  .flowBlock h2._title_bg {
    margin-bottom: 2rem;
  }
}
/*---------------------------------
  flow-slider
---------------------------------*/
#flow-slider {
  margin: auto;
  max-width: 85rem;
  position: relative;
  width: 100%;
}
#flow-slider .splide__slide {
  background: #fff;
  border-radius: 1.5rem;
  overflow: hidden;
}
#flow-slider .splide__slide .inner {
  display: flex;
  height: 100%;
}
#flow-slider .splide__slide .inner figure {
  background: #ccc;
  flex-basis: 40%;
}
#flow-slider .splide__slide .inner figure img {
  object-fit: cover;
  width: 100%;
  vertical-align: bottom;
  height: 100%;
}
#flow-slider .splide__slide .inner .txtbox {
  flex-basis: 60%;
  padding: 2.5rem;
  padding-right: 5rem;
}
#flow-slider .splide__slide .inner .txtbox ._ttl {
  display: flex;
  align-items: center;
  font-size: 1.2em;
  margin-bottom: 1rem;
}
#flow-slider .splide__slide .inner .txtbox ._ttl span {
  background: var(--co-main);
  border-radius: 50%;
  color: #fff;
  display: grid;
  justify-content: center;
  align-items: center;
  font-size: .8em;
  line-height: 1;
  margin-right: .5em;
  width: 1.8em;
  height: 1.8em;
}
#flow-slider .splide__slide .inner .txtbox ._txt {
  line-height: 1.6;
  text-align: justify;
}
#flow-slider .splide__slide .inner .txtbox ._txt span {
  text-decoration: underline;
}
#flow-slider .splide__arrows {}
#flow-slider .splide__arrows .splide__arrow {
  background-color: var(--co-main-2);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 2rem;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 5rem;
  height: 5rem;
}
#flow-slider .splide__arrows .splide__arrow svg {
  display: none;
}
#flow-slider .splide__arrows .splide__arrow.splide__arrow--prev {
  background-image: url("../images/arr_prev.svg");
  left: -2.5rem;
}
#flow-slider .splide__arrows .splide__arrow.splide__arrow--next {
  background-image: url("../images/arr_next.svg");
  right: -2.5rem;
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {}
@media screen and (max-width: 480px) {
  #flow-slider .splide__slide .inner {
    flex-direction: column;
  }
  #flow-slider .splide__arrows .splide__arrow.splide__arrow--prev {
    left: -1.5rem;
  }
  #flow-slider .splide__arrows .splide__arrow.splide__arrow--next {
    right: -1.5rem;
  }
}
/*---------------------------------
  flow-list
---------------------------------*/
.flow-list-block {
  margin-top: 5rem;
}
#flow-list {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: auto;
}
#flow-list li.flowList {
  background: #fff;
  border-radius: 5rem;
  cursor: pointer;
  display: flex;
  font-size: 1.8rem;
  font-weight: 600;
  margin: 0 2rem;
  max-height: fit-content;
  padding: .3rem 3rem;
  position: relative;
}
#flow-list li.flowList.is-active {
  background: var(--co-main-2);
  color: #fff;
}
#flow-list li.flowList:not(:last-child)::after {
  content: '';
  border-style: solid;
  border-color: transparent;
  border-width: 0.375em 0.64952em;
  border-left-color: currentColor;
  border-right: 0;
  color: #ccc;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  width: 0;
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -2.5rem;
}
#flow-list li.flowList p {}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {}
@media screen and (max-width: 480px) {
  .flow-list-block {
    margin-top: 2rem;
  }
  #flow-list li.flowList {
    padding: 2rem 1.5rem;
    writing-mode: vertical-rl;
  }
}
/*---------------------------------

  section名

---------------------------------*/
.networkBlock {
  background: #cae5eb;
}
.networkBlock .wrap {
  background: #fff;
  border-radius: 3rem;
  padding: 5rem;
}
.networkBlock .wrap h2 {
  text-align: center;
}
.networkBlock .wrap .txt {
  font-size: 1.8rem;
  line-height: 1.8;
  margin: 3rem auto 5rem;
  max-width: 90rem;
  text-align: justify;
}
.networkBlock .wrap ._bunner {
  border: 1px solid #ccc;
  margin: auto;
  max-width: 25rem;
}
.networkBlock .wrap ._bunner a {
  display: block;
  padding: 1rem 2rem;
}
.networkBlock .wrap ._bunner a img {
  max-width: 100%;
  vertical-align: bottom;
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {}
@media screen and (max-width: 480px) {}
/*---------------------------------

  診療内容

---------------------------------*/
.medicalBlock {
  padding: 10rem 0;
}
.medicalBlock .ttlbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5rem;
}
.medicalBlock .ttlbox h2 {
  flex: 0 0 auto;
}
.medicalBlock .ttlbox ._target {
  display: flex;
  align-items: center;
  margin-left: 3rem;
}
.medicalBlock .ttlbox ._target dt {
  background: var(--co-main);
  color: #fff;
  flex: 0 0 auto;
  margin-right: 1rem;
  padding: .2rem 1.5rem;
}
.medicalBlock .ttlbox ._target dd {}
.medicalBlock .medical-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 5rem;
}
.medicalBlock .medical-wrap ._coBox {
  flex-basis: 48%;
}
.medicalBlock .medical-wrap ._coBox figure {
  margin-bottom: 1.5rem;
}
.medicalBlock .medical-wrap ._coBox figure img {
  border-radius: 1rem;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.medicalBlock .medical-wrap ._coBox ._txt {}
.medicalBlock .medical-wrap ._coBox ._txt h3 {
  color: var(--co-main);
  font-size: 2rem;
  margin-bottom: 1rem;
}
.medicalBlock .medical-wrap ._coBox ._txt p {
  margin: .5rem 0;
}
.medicalBlock .medical-wrap ._coBox ._txt p._alignment {
  display: flex;
}
.medicalBlock .medical-wrap ._coBox ._txt p._alignment span {
  flex: 0 0 9em;
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {
  .medicalBlock .ttlbox {
    display: block;
  }
  .medicalBlock .ttlbox h2 {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .medicalBlock {
    padding: 5rem 0;
  }
  .medicalBlock .ttlbox {
    margin-bottom: 3rem;
  }
  .medicalBlock .ttlbox ._target {
    display: block;
    align-items: center;
    margin-left: 0;
  }
  .medicalBlock .medical-wrap {
    flex-direction: column;
    row-gap: 2rem;
  }
}