@charset "UTF-8";
/* CSS Document */
/*---------------------------------

  mainvisual

---------------------------------*/
#mainvisual {
  background: var(--col-gb);
  position: relative;
}
#mainvisual::before {
  content: '';
  background: url("../images/data.svg") no-repeat top left -10.5rem/contain;
  position: absolute;
  bottom: -20rem;
  left: 0;
  width: 55rem;
  height: 40rem;
  z-index: 3;
}
#mainvisual #ContactTel {
  background: url("../images/PC_telme_bg.svg") no-repeat center/contain;
  filter: drop-shadow(0 0 0.75rem rgba(0, 0, 0, 0.2));
  display: grid;
  align-items: center;
  align-content: center;
  max-width: 35rem;
  min-height: 38rem;
  padding: 3rem;
  padding-top: 5rem;
  position: absolute;
  top: 17%;
  left: 5%;
  z-index: 3;
  width: 100%;
}
#mainvisual #ContactTel a {
  pointer-events: none;
}
#mainvisual #ContactTel img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
#mainvisual .slider {
  height: 100vh;
  width: 100%;
  z-index: 2;
}
#mainvisual .slider > * {
  height: 100%;
}
#mainvisual .slider .s_img {
  height: 100%;
}
#mainvisual .slider .s_img::before {
  content: '';
  background-image: url('../images/noise.webp');
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#mainvisual .slider .s_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}
@media screen and (max-width: 1440px) {
  #mainvisual #ContactTel {
    max-width: 28rem;
    min-height: 29rem;
  }
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {}
@media screen and (max-width: 480px) {
  #mainvisual #ContactTel {
    max-width: 24rem;
    min-height: 30rem;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  #mainvisual #ContactTel a {
    pointer-events: auto;
  }
  #mainvisual .slider {
    height: 70vh;
  }
  #mainvisual::before {
    background-position: top left -8.5rem;
    bottom: -10rem;
    width: 90%;
    height: 25rem;
  }
}
/*---------------------------------

	section

---------------------------------*/
section {
  padding: 12rem 0;
}
section .l-inner {
  max-width: 120rem;
  margin: auto;
  width: 90%;
}
section .title {
  margin-bottom: 5rem;
}
section .title h2 {
  color: var(--col-ye);
  font-size: 2rem;
  letter-spacing: 2px;
  line-height: 1;
  margin-bottom: .7rem;
}
section .title ._en {
  color: #666;
  font-size: 4.8rem;
  font-weight: 600;
  line-height: 1;
}
.btn {
  max-width: 30rem;
}
.btn a {
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: 200% auto;
  background-image: linear-gradient(to right, var(--col-ye) 0%, var(--col-ye) 50%, var(--col-re) 50%, var(--col-re) 100%);
  border-radius: 5rem;
  color: #fff;
  display: block;
  padding: 1.5rem 1.5rem;
  text-align: center;
  transition: background-position ease 0.4s;
}
.btn a span {
  background: url("../images/arr_w.svg") no-repeat center right .5rem/2rem;
  display: block;
  padding-right: 3rem;
  transition: all .3s;
}
.btn a:hover {
  background-position: 0 0;
}
.btn a:hover span {
  background-position: center right 0;
}
@media screen and (max-width: 1440px) {}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {
  section {
    padding: 10rem 0;
  }
}
@media screen and (max-width: 480px) {
  section {
    padding: 7rem 0;
  }
  section .title h2 {
    font-size: 1.8rem;
  }
  section .title ._en {
    font-size: 3.8rem;
  }
  .btn a span {
    background-size: 1.5rem;
    padding-right: 2.5rem;
  }
}
/*---------------------------------

  infoBlock

---------------------------------*/
#infoBlock {
  background: var(--col-gb) url("../images/apple.png") no-repeat left -5rem bottom/38%;
  padding: 0;
}
#infoBlock .l-inner {
  max-width: 115rem;
  margin-right: 0;
  transform: translateY(-5rem);
  position: relative;
  z-index: 5;
}
/*------ #newsTicker */
#newsTicker {
  background: var(--col-bl);
  border-radius: 2rem 0 0 2rem;
  color: #fff;
  width: 100%;
}
#newsTicker .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 1rem 3rem;
  min-height: 11rem;
}
#newsTicker .ttl_list_wrap {
  display: flex;
  align-items: center;
  gap: 2rem;
}
#newsTicker .title {
  line-height: 1;
  margin: 0;
}
#newsTicker .title h2 {
  color: #FFE536;
  font-size: 2rem;
  letter-spacing: 2px;
  margin: 0;
}
#newsTicker .splide__arrows {
  display: grid;
}
#newsTicker .splide__arrows .splide__arrow {
  aspect-ratio: 1/1;
  background: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  width: 4rem;
}
#newsTicker .splide__arrows .splide__arrow svg {
  display: none;
}
#newsTicker .splide__arrows .splide__arrow.splide__arrow--prev {
  background-image: url("../images/news_pick_prev.svg");
}
#newsTicker .splide__arrows .splide__arrow.splide__arrow--next {
  background-image: url("../images/news_pick_next.svg");
}
#newsTicker .splide__list {
  border-left: 1px solid;
}
#newsTicker .splide__list .splide__slide {
  padding: .5rem 2rem;
}
#newsTicker .splide__list .splide__slide a {
  color: #fff;
  display: flex;
  align-items: center;
  height: 100%;
  min-height: 5rem;
}
#newsTicker .splide__list .splide__slide a p {
  line-height: 1.4;
  font-weight: 500;
}
#newsTicker .splide__list .splide__slide a[href$=".pdf"] p::after {
  content: 'PDF';
  border: 1px solid;
  font-size: .7em;
  line-height: 1;
  margin-left: 1.5rem;
  padding: .1rem .8rem;
}
#newsTicker .splide__list .splide__slide a:hover {
  color: #FFE536;
  transform: translateX(1rem);
}
/*------ #newsBox */
#newsBox {
  background: #fff;
  border-radius: 2rem 0 0 2rem;
  margin-top: 2rem;
}
#newsBox .inner {
  padding: 3rem 3rem 3rem;
}
#newsBox .inner .title {
  display: flex;
  align-items: baseline;
  gap: 1rem;
  margin-bottom: 1rem;
}
#newsBox .inner .title h2 {
  color: #666;
  font-size: 3.2rem;
}
#newsBox .inner .title ._en {
  color: var(--col-ye);
  font-size: 2rem;
  font-weight: 600;
}
#newsBox .inner ul {
  list-style: none;
  max-height: 22rem;
  height: 100%;
  overflow-y: auto;
  padding-right: 3rem;
}
#newsBox .inner ul li {
  border-bottom: 1px dashed #ccc;
}
#newsBox .inner ul li a {
  color: #333;
  display: flex;
  gap: 3rem;
  line-height: 1.4;
  padding: 1.8rem 0;
}
#newsBox .inner ul li time {
  color: #888;
  font-size: .9em;
}
#newsBox .inner ul li p {
  font-weight: 500;
}
#newsBox .inner ul li a[href$=".pdf"] p::after {
  content: 'PDF';
  border: 1px solid;
  font-size: .6em;
  line-height: 1;
  margin-left: 1.5rem;
  padding: .1rem .8rem;
}
#newsBox .inner ul li a:hover {
  color: var(--col-bl);
  transform: translateX(1rem);
}
@media screen and (max-width: 1440px) {
  #infoBlock .l-inner {
    max-width: 87rem;
  }
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {
  #infoBlock {
    background-position: left -3rem bottom;
    background-size: 70%;
  }
}
@media screen and (max-width: 480px) {
  #infoBlock {
    background-size: 100%;
  }
  #infoBlock .l-inner {
    transform: translateY(-2rem);
  }
  #newsTicker .ttl_list_wrap {
    align-items: flex-start;
    gap: 1.3rem;
    flex-direction: column;
  }
  #newsTicker .inner {
    padding: 2rem;
  }
  #newsTicker .splide__list {
    border: none;
  }
  #newsTicker .splide__list .splide__slide {
    padding: .5rem 0rem;
  }
  #newsTicker .splide__list .splide__slide a {
    min-height: auto;
  }
  #newsBox .inner {
    padding: 2rem;
  }
  #newsBox .inner .title h2 {
    font-size: 2.5rem;
  }
  #newsBox .inner ul li a {
    gap: 0.5rem;
    padding: 1.8rem 0;
    flex-direction: column;
  }
}
/*---------------------------------

  medicalBlock

---------------------------------*/
.medicalBlock {
  background: var(--col-gb);
  padding-top: 5rem;
}
.medicalBlock .title {
  text-align: center;
}
.medicalBlock .wrap {
  display: flex;
  align-items: flex-start;
  gap: 8rem;
}
.medicalBlock .wrap ._col_left {
  flex-basis: 65rem;
}
.medicalBlock .wrap ._col_right {
  flex-basis: 45rem;
}
.medicalBlock h3 {
  color: var(--col-bl);
  font-size: 2.5rem;
}
.medicalBlock ._txt p + p {
  margin-top: 1em;
}
.medicalBlock dl dt {
  margin-bottom: 1em;
}
.medicalBlock .wrap .__subject {}
.medicalBlock .wrap .__subject ._txt a {
  color: var(--col-bl);
  text-decoration: underline;
}
.medicalBlock .wrap .__subject ._txt a:hover {
  color: var(--col-re);
  text-decoration: none;
}
.medicalBlock .wrap .__schedule {
  font-size: .9em;
  margin-top: 3rem;
}
.medicalBlock .wrap .__schedule dt {
  display: flex;
  align-items: flex-end;
  gap: 2rem;
}
.medicalBlock .wrap .__schedule dd p {
  text-indent: -1em;
  margin-left: 1em;
}
.medicalBlock .wrap .__calendar {
  background: #fff;
  border-radius: 2rem;
  padding: 3rem;
}
.medicalBlock .wrap .__calendar .__inner {}
.medicalBlock .wrap .__calendar .__inner .__txt {
  display: flex;
  align-items: center;
  gap: .5rem;
  font-size: .85em;
}
.medicalBlock .wrap .__calendar .__inner .__txt span {
  display: inline-block;
  width: 1em;
  height: 1em;
}
.medicalBlock .wrap .__calendar .__inner .__txt ._close {
  background: #ffc0bd;
}
.medicalBlock .wrap .__calendar .__inner .__txt ._temporary {
  background: #fee2a0;
}
.medicalBlock .wrap .__calendar .__inner .__txt ._open {
  background: #ddffcc;
}
.medicalBlock .btn {
  margin: auto;
  margin-top: 5rem;
}
@media screen and (max-width: 1440px) {}
@media screen and (max-width: 1024px) {
  .medicalBlock .wrap {
    gap: 3rem;
  }
  .medicalBlock .wrap ._col_left {
    flex-basis: 50rem;
  }
}
@media screen and (max-width: 896px) {
  .medicalBlock .wrap {
    flex-direction: column;
    align-items: normal;
  }
  .medicalBlock .wrap ._col_right {
    flex-basis: auto;
    margin: auto;
    max-width: 45rem;
  }
}
@media screen and (max-width: 480px) {
  .medicalBlock .wrap .__calendar {
    padding: 2rem;
  }
}
/*---------------------------------

  aboutBlock

---------------------------------*/
.aboutBlock {
  position: relative;
  padding-bottom: 5rem;
}
.aboutBlock::before {
  content: '';
  background: url("../images/deco.svg") no-repeat center right -5rem/contain;
  position: absolute;
  bottom: -10rem;
  right: 0;
  width: 25rem;
  height: 25rem;
  z-index: -1;
}
.aboutBlock::after {
  content: '';
  background: #f2f2f2;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60rem;
  height: 50%;
  z-index: -2;
}
.aboutBlock .wrap {
  display: flex;
  gap: 5rem;
}
.aboutBlock ._txtBox {
  flex-basis: 50%;
  position: relative;
  z-index: 1;
}
.aboutBlock ._txtBox ._txt p.copy {
  margin-bottom: 3rem;
}
.aboutBlock ._txtBox ._txt p.copy span {
  color: var(--col-bl);
  display: block;
  font-weight: 600;
  font-size: 1.5em;
  max-width: fit-content;
  margin-bottom: 1rem;
  padding-bottom: .5rem;
  position: relative;
}
.aboutBlock ._txtBox ._txt p.copy span::before {
  content: '';
  border-bottom: 1px dashed var(--col-re);
  width: 0;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 2s;
  transition-delay: .5s;
}
.aboutBlock ._txtBox ._txt p.copy span:nth-child(2)::before {
  transition-delay: 2.2s;
}
.aboutBlock ._txtBox ._txt p.copy span.is-show::before {
  width: 100%;
}
.aboutBlock ._txtBox ._txt p:not(.copy) {
  line-height: 2;
  text-align: justify;
}
.aboutBlock ._txtBox .btnWrap {
  display: flex;
  gap: 2rem;
  margin-top: 3rem;
}
.aboutBlock ._txtBox .btnWrap .btn {
  max-width: 25rem;
  width: 100%;
}
.aboutBlock ._imgBox {
  flex-basis: 67rem;
  transform: translateX(5rem);
}
.aboutBlock ._imgBox figure {
  clip-path: url(#mask);
  max-width: 67rem;
  height: 65rem;
  width: 100%;
}
.aboutBlock ._imgBox figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}
@media screen and (max-width: 1440px) {
  .aboutBlock ._imgBox {
    transform: translateX(0);
  }
}
@media screen and (max-width: 1024px) {
  .aboutBlock::before {
    width: 20rem;
    height: 20rem;
  }
  .aboutBlock::after {
    width: 50rem;
    height: 60%;
  }
  .aboutBlock .wrap {
    display: block;
    position: relative;
  }
  .aboutBlock ._imgBox {
    position: absolute;
    top: -15rem;
    right: 0;
  }
  .aboutBlock ._imgBox figure {
    max-width: 40rem;
    height: 42rem;
  }
}
@media screen and (max-width: 896px) {
  .aboutBlock::before {
    bottom: -5rem;
    width: 18rem;
    height: 18rem;
  }
  .aboutBlock ._txtBox ._txt p.copy {
    text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0-1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
  }
  .aboutBlock ._imgBox {}
  .aboutBlock ._imgBox figure {
    max-width: 35rem;
    height: 40rem;
  }
}
@media screen and (max-width: 480px) {
  .aboutBlock::after {
    content: none;
  }
  .aboutBlock ._imgBox {
    top: -11rem;
  }
  .aboutBlock ._imgBox figure {
    max-width: 25rem;
    height: 28rem;
  }
}
/*---------------------------------

  futureBlock

---------------------------------*/
.futureBlock {
  overflow: hidden;
  position: relative;
}
.futureBlock::after {
  content: '';
  background: var(--col-gb);
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 60rem;
  height: calc(100% - 10rem);
  z-index: -2;
}
.futureBlock .wrap {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
}
.futureBlock #future-slider {
  display: flex;
  align-items: center;
  gap: 5rem;
}
.futureBlock .title {
  flex: 0 0 auto;
}
.futureBlock .title h2 {
  font-size: 4rem;
  margin-bottom: 3rem;
}
.futureBlock #future-slider .splide__arrows {
  display: flex;
  align-items: center;
}
.futureBlock #future-slider .splide__arrows .pagination {
  font-size: .9em;
  order: 0;
  width: 8rem;
  text-align: center;
}
.futureBlock #future-slider .splide__arrows .splide__arrow {
  aspect-ratio: 1/1;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1rem;
  border: 1px solid #808080;
  border-radius: 0;
  cursor: pointer;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  width: 6rem;
}
.futureBlock #future-slider .splide__arrows .splide__arrow svg {
  display: none;
}
.futureBlock #future-slider .splide__arrows .splide__arrow.splide__arrow--prev {
  background-image: url("../images/sl_arr_prev.svg");
  order: -1;
}
.futureBlock #future-slider .splide__arrows .splide__arrow.splide__arrow--next {
  background-image: url("../images/sl_arr_next.svg");
  order: 1;
}
.futureBlock #future-slider .splide__track {
  padding: 2.5rem 0;
}
.futureBlock #future-slider .splide__slide {
  padding: 1rem;
}
.futureBlock #future-slider .splide__slide a {
  background: #fff;
  border-radius: 2rem;
  color: #333;
  display: block;
  filter: drop-shadow(0 0 0.75rem rgba(0, 0, 0, 0.2));
  padding: 3rem 3rem 1rem;
  height: 100%;
}
.futureBlock #future-slider .splide__slide a figure {
  aspect-ratio: 4 / 3;
  border-radius: 1rem;
  overflow: hidden;
}
.futureBlock #future-slider .splide__slide a figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}
.futureBlock #future-slider .splide__slide a p._ttl {
  font-weight: 600;
  margin: 1rem 0 1.5rem;
  min-height: 3.2em;
}
.futureBlock #future-slider .splide__slide a::after {
  content: '詳しくはこちら';
  background: url("../images/arr_r.svg") no-repeat center right/1.5rem;
  color: var(--col-re);
  display: block;
  font-weight: 600;
  font-size: .8em;
  padding-right: 2rem;
  text-align: right;
}
.futureBlock #future-slider .splide__slide a:hover {
  color: var(--col-bl);
  transform: translateY(-2rem);
}
@media screen and (max-width: 1440px) {}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {
  .futureBlock::after {
    width: 90%;
  }
  .futureBlock .title {
    margin-bottom: 1rem;
  }
  .futureBlock #future-slider {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .futureBlock::after {
    width: 95%;
    height: calc(100% - 5rem);
  }
  .futureBlock .title h2 {
    font-size: 3rem;
  }
  .futureBlock #future-slider .splide__slide a {
    padding: 2rem 2rem 1rem;
  }
}
/*---------------------------------

  futureBlock

---------------------------------*/
#not404 {
  padding-top: 0;
  text-align: center;
}
#not404 h1 {
  background: var(--col-gb);
  color: #95AC95;
  font-size: 2.5em;
  padding: 10rem 0 5rem;
}
#not404 .contentsTxt {
  padding: 5rem 0;
}
#not404 .contentsTxt h2 {
  color: #666;
  font-size: 1.8em;
  margin: 2rem 0 3rem;
}
#not404 .contentsTxt h2 span {
  display: inline-block;
}
#not404 .contentsTxt p {}
#not404 .contentsTxt .btn {
  margin: 5rem auto 0;
}
@media screen and (max-width: 480px) {
  #not404 .contentsTxt p br {
    display: none;
  }
}