@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Shippori+Gothic:wght@400;700&family=Shippori+Mincho+B1:wght@400;700&family=Cormorant+Garamond:wght@400;700&family=Zen+Kaku+Gothic+Antique:wght@400;700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul,
li {
  text-decoration: none;
  list-style: none;
}

a {
  text-decoration: none;
}

a,
img,
span {
  display: inline-block;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: top;
  box-sizing: border-box;
  -o-object-fit: cover;
     object-fit: cover;
}

em {
  font-style: normal;
}

.sp-only {
  display: none;
}
@media (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

.tab-only {
  display: none;
}
@media (min-width: 769px) and (max-width: 1280px) {
  .tab-only {
    display: block;
  }
}

.pc-only {
  display: block;
}
@media (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

.spbtm-only {
  display: none;
}
@media (max-width: 350px) {
  .spbtm-only {
    display: block;
  }
}

:root {
  --white: #ffffff;
  --black: #000;
  --text: #333333;
  --gray: #4d4d4d;
  --gray-bd: #707070;
  --midasi-text: #b6aa96;
  --browm: #7a6d59;
  --button-brown: #2f2725;
  --text-brown: #5f5c5d;
  --button: #121212;
  --white2: #f8f7f4;
  --text-brown2: #7d7675;
  --pink: #dc185f;
  --baige: #f3f1ee;
  --gothic-font: "Shippori Gothic", sans-serif;
  --zen-font: "Zen Kaku Gothic Antique", sans-serif;
  --garamond-font: "Cormorant Garamond", serif;
  --mincho-font: "Shippori Mincho B1", serif;
  --mplus-font: "M PLUS Rounded 1c", sans-serif;
  --leading-trim: calc((1em - 1lh) / 2);
}

html {
  /*  font-size: 62.5%; */
  font-size: max(0.5208333333vw, 6px);
  /* @include mq(xlpc) {
    font-size: calc(10 / (1920 / 100) * 1vw);
  } */
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
  font-family: var(--mplus-font);
  overflow-x: hidden;
}

a {
  transition: 0.5s;
}
@media (hover: hover) and (pointer: fine) {
  a:hover {
    transition: 0.5s;
  }
}

.palt {
  font-feature-settings: "palt";
}

p,
h2,
h3,
h4,
span {
  font-weight: 400;
}

main {
  margin-top: 15rem;
}
@media screen and (max-width: 768px) {
  main {
    margin-top: 6rem;
  }
}

.header {
  transition: 0.2s;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  height: 15rem;
}
.header .header__inner {
  width: min(1780px, 90%);
  height: 100%;
  margin-inline: auto;
  align-items: center;
  justify-content: space-between;
  display: flex;
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .header .header__inner {
    width: 95%;
  }
}
.header .header__logo {
  width: 38.5rem;
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .header .header__logo {
    width: 30rem;
  }
}
.header .header__navbar {
  align-items: center;
}
.header .header__menu {
  gap: 6rem;
  width: 100%;
  height: 100%;
  align-items: center;
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .header .header__menu {
    gap: 4rem;
  }
}
.header .header__list {
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
  font-weight: 4zs00;
  text-transform: uppercase;
  transition: 0.3s;
  letter-spacing: normal;
  display: flex;
  align-items: center;
  position: relative;
}
.header .header__list a {
  color: var(--black);
  font-family: var(--mincho-font);
  display: flex;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .header .header__list {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .header {
    height: 6rem;
  }
  .header .header__inner {
    padding: 1rem;
  }
  .header .header__logo {
    margin-bottom: 0rem;
    width: 20rem;
  }
  .header .header__navbar {
    max-width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    background: var(--white);
    opacity: 0;
    width: 100%;
    height: 100vh;
    position: fixed;
    visibility: hidden;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: 0.5s;
    z-index: 100;
    overflow: hidden;
    padding: 4rem 1.6rem 4rem 1.6rem;
    gap: 2rem;
    text-align: center;
    transition: 0.5s;
  }
  .header .header__menu {
    gap: 2rem;
    flex-direction: column;
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  .header .header__list {
    padding: 0rem;
  }
  .header .header__list:last-of-type {
    margin-top: 2rem;
  }
  .header .header__link {
    font-size: 1.6rem;
    line-height: 1.4375;
    width: 100%;
  }
  .header.open {
    z-index: 10;
  }
  .header.open .header__navbar {
    left: 0;
    top: 0;
    opacity: 1;
    height: 100vh;
    z-index: 100;
    visibility: visible;
  }
  .header.open .hamburger {
    transition: 0.5s ease-in-out;
  }
  .header.open .header__link {
    color: var(--white);
  }
  .header.open .hamburger__line span {
    transition: 0.5s ease-in-out;
  }
  .header.open .hamburger__line span:nth-child(1) {
    transform: translateY(0.8rem) rotate(-45deg);
  }
  .header.open .hamburger__line span:nth-child(2) {
    transform: translateY(-0.8rem) rotate(45deg);
  }
}

.hamburger {
  display: none;
}
@media screen and (max-width: 768px) {
  .hamburger {
    display: block;
    cursor: pointer;
    transition: 0.5s ease-in-out;
    z-index: 100;
  }
  .hamburger .hamburger__line {
    display: grid;
    place-items: center;
    position: relative;
    transition: 0.5s;
    width: 3.2rem;
    height: 1.8rem;
  }
  .hamburger .hamburger__line span {
    width: 3.2rem;
    height: 1px;
    display: block;
    position: absolute;
    transition: 0.5s ease-in-out;
    background-color: var(--black);
    left: 0;
    z-index: 30;
  }
  .hamburger .hamburger__line span:nth-child(1) {
    top: 0rem;
  }
  .hamburger .hamburger__line span:nth-child(2) {
    bottom: 0rem;
    opacity: 1;
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
  }
}

.footer {
  padding-block: 11rem 18rem;
  background: #40729c;
  margin-top: 16rem;
  display: flex;
  flex-direction: column;
  gap: 5.6rem;
}
@media screen and (max-width: 768px) {
  .footer {
    padding-block: 4rem;
    margin-top: 8rem;
    gap: 2rem;
  }
}
.footer__inner {
  max-width: 117.6rem;
  width: 100%;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footer__inner {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    padding-inline: 2rem;
  }
}
.footer__head {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.footer__logo {
  width: 40rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .footer__logo {
    max-width: 100%;
    width: 20rem;
    margin-bottom: 2rem;
  }
}
.footer__info-address {
  font-size: 1.6rem;
  line-height: 1;
  color: var(--white);
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .footer__info-address {
    margin-bottom: 2rem;
  }
}
.footer__info-tel {
  font-size: 1.9rem;
  line-height: 1;
  color: var(--white);
  margin-bottom: 3.2rem;
  position: relative;
  display: flex;
  gap: 1.6rem;
  align-items: center;
}
.footer__info-tel::before {
  content: "";
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  background: url(../images/tel-icon.png) no-repeat center center/contain;
  filter: invert(1);
}
@media screen and (max-width: 768px) {
  .footer__info-tel {
    margin-bottom: 2rem;
  }
}
.footer__info-contact {
  width: 50rem;
  display: flex;
  gap: 2rem;
}
.footer__info-contact a {
  color: var(--white);
  font-size: 2.1rem;
  padding-block: 1.2rem;
  border: 1px solid var(--white);
  border-radius: 1rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer__info-contact a {
    font-size: 1.6rem;
    padding-block: 0.8rem;
    padding-inline: 1rem;
  }
}
.footer__info-contact a:nth-child(1) {
  flex: 1;
}
.footer__info-contact a:nth-child(2) {
  width: 18.2rem;
}
@media screen and (max-width: 768px) {
  .footer__info-contact a:nth-child(2) {
    width: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .footer__info-contact {
    width: 100%;
    gap: 1rem;
  }
}
.footer__body {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  gap: 8.5rem;
}
@media screen and (max-width: 768px) {
  .footer__body {
    flex-direction: column;
    gap: 1.6rem;
  }
}
.footer__body > a {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  color: var(--white);
}
@media screen and (max-width: 768px) {
  .footer__body > a {
    text-align: center;
    font-size: 1.4rem;
  }
}
.footer__body ul {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
@media screen and (max-width: 768px) {
  .footer__body ul {
    gap: 1.6rem;
    text-align: center;
  }
}
.footer__body ul li a {
  font-size: 1.6rem;
  line-height: 1;
  color: var(--white);
}
@media screen and (max-width: 768px) {
  .footer__body ul li a {
    font-size: 1.4rem;
  }
}
.footer__copy {
  font-size: 2.4rem;
  line-height: 1;
  color: var(--white);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer__copy {
    font-size: 1.6rem;
  }
}

.wrapper {
  max-width: 85%;
  width: 128rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .wrapper {
    max-width: 100%;
    width: 100%;
  }
}

.l-wrap1000 {
  width: 100%;
  max-width: 75%;
  width: 100rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .l-wrap1000 {
    max-width: 100%;
  }
}

.l-wrap1200 {
  width: 100%;
  max-width: 85%;
  width: 120rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .l-wrap1200 {
    max-width: 100%;
  }
}

.l-wrap1500 {
  width: 100%;
  max-width: 91%;
  width: 150rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .l-wrap1500 {
    max-width: 100%;
  }
}

.l-wrap1720 {
  max-width: min(172rem, 90%);
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .l-wrap1720 {
    max-width: 100%;
    padding-inline: 2rem;
  }
}

.mt-94 {
  margin-top: 9.4rem;
}

.pt-60 {
  padding-top: 6rem;
}

.pt-80 {
  padding-top: 8rem;
}
@media screen and (max-width: 768px) {
  .pt-80 {
    padding-top: 5.3333333333rem;
  }
}

.mt-20 {
  margin-top: 2rem !important;
}

.breadcrumb {
  padding-top: 7.2rem;
  color: var(--midasi-text);
  display: flex;
  align-items: center;
  gap: 1.8rem;
  font-size: 2rem;
  line-height: 1;
}
.breadcrumb > * {
  line-height: 1;
}
.breadcrumb > span a,
.breadcrumb > span span {
  color: var(--midasi-text);
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    font-size: 2.2rem;
    line-height: 2;
    padding-top: 7rem;
    padding-left: 4rem;
  }
}

.u-flex {
  display: flex;
}

.mb-64 {
  margin-bottom: 6.4rem;
}
@media screen and (max-width: 768px) {
  .mb-64 {
    margin-bottom: 3.2rem;
  }
}

.calender-mt {
  margin-top: 38.5rem;
}
@media screen and (max-width: 768px) {
  .calender-mt {
    margin-top: 15rem;
  }
}

.fv {
  position: relative;
  width: 100%;
}
.fv .fv__image img {
  min-height: 30rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.link-tabs {
  position: absolute;
  bottom: 6rem;
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 9.6rem;
}
.link-tabs .link-tab-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
  width: 100%;
  padding-block: 4rem;
  border-radius: 1rem 0 0 1rem;
}
.link-tabs .link-tab-item.link-tab-item--line {
  background-color: #04bc00;
}
.link-tabs .link-tab-item.link-tab-item--line .link-tab-item__text {
  color: var(--white);
}
.link-tabs .link-tab-item.link-tab-item--web {
  background-color: var(--white);
}
.link-tabs .link-tab-item .link-tab-item__icon {
  width: 3rem;
}
.link-tabs .link-tab-item .link-tab-item__text {
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
  text-orientation: upright;
  color: var(--black);
}
@media screen and (max-width: 768px) {
  .link-tabs .link-tab-item .link-tab-item__text {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .link-tabs {
    display: none;
  }
}

.top-news {
  background: #fdf9ff;
  padding-block: 8rem;
}
@media screen and (max-width: 768px) {
  .top-news {
    padding-block: 4rem;
  }
}
.top-news .top-news__inner {
  max-width: min(172rem, 90%);
  width: 100%;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .top-news .top-news__inner {
    flex-direction: column;
    gap: 2rem;
  }
}
.top-news .top-news__side {
  display: flex;
  flex-direction: column;
}
.top-news .top-news__side .top-news__title-en {
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  color: #dc185f;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid #dc185f;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 2.8rem;
}
.top-news .top-news__side .top-news__title-ja {
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 700;
  color: #dc185f;
  padding-top: 1.2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.top-news .top-news__archive-btn {
  margin-top: 2.6rem;
  width: 20rem;
  height: 4rem;
  background: #dc185f;
  color: var(--white);
  font-size: 1.6rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  transition: 0.5s;
}
.top-news .top-news__archive-btn:hover {
  transition: 0.5s;
  background: transparent;
  color: #dc185f;
  border: 1px solid #dc185f;
}
@media screen and (max-width: 768px) {
  .top-news .top-news__archive-btn {
    margin-top: 2rem;
    font-size: 1.4rem;
    width: 16rem;
    height: 3.6rem;
  }
}
.top-news .top-news__list {
  display: flex;
  flex-direction: column;
  gap: 3.8rem;
}
@media screen and (max-width: 768px) {
  .top-news .top-news__list {
    gap: 2rem;
  }
}
.top-news .top-news__list .top-news__item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .top-news .top-news__list .top-news__item {
    gap: 1rem 2rem;
  }
}
.top-news .top-news__list .top-news__item .top-news__date,
.top-news .top-news__list .top-news__item .top-news__text {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .top-news .top-news__list .top-news__item .top-news__date,
.top-news .top-news__list .top-news__item .top-news__text {
    font-size: 1.6rem;
  }
}
.top-news .top-news__list .top-news__item .top-news__label {
  width: 14rem;
  height: 3.6rem;
  background: var(--pink);
  color: var(--white);
  font-size: 1.6rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
}
@media screen and (max-width: 768px) {
  .top-news .top-news__list .top-news__item .top-news__label {
    font-size: 1.4rem;
    width: 10rem;
    height: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .top-news .top-news__list .top-news__item .top-news__text {
    width: 100%;
  }
}

.top-content {
  padding-block: 4.8rem 32rem;
}
@media screen and (max-width: 768px) {
  .top-content {
    padding-block: 4rem;
  }
}
.top-content .top-content__inner {
  max-width: min(172rem, 90%);
  width: 100%;
  margin-inline: auto;
  display: flex;
  gap: 15.6rem;
}
@media screen and (max-width: 768px) {
  .top-content .top-content__inner {
    flex-direction: column;
    gap: 2rem;
  }
}
.top-content .top-content__head {
  display: flex;
  gap: 2rem;
}
.top-content .top-content__head h2 {
  font-size: 4rem;
  line-height: 1;
  font-weight: 700;
  color: var(--pink);
  writing-mode: vertical-rl;
  text-orientation: upright;
}
.top-content .top-content__head p {
  padding-top: 4rem;
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
@media screen and (max-width: 768px) {
  .top-content .top-content__head {
    flex-direction: column;
    gap: 2rem;
  }
  .top-content .top-content__head h2 {
    font-size: 2.4rem;
    writing-mode: horizontal-tb;
  }
  .top-content .top-content__head p {
    writing-mode: horizontal-tb;
    padding-top: 0rem;
  }
}
.top-content .top-content__body {
  display: flex;
  flex-direction: column;
  gap: 12rem;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .top-content .top-content__body {
    gap: 4rem;
  }
}
.top-content .top-content__item {
  position: relative;
  aspect-ratio: 1424/708;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .top-content .top-content__item {
    aspect-ratio: 4/3;
  }
}
.top-content .top-content__item .top-content__item-img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.top-content .top-content__item .top-content__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-content .top-content__item .top-content__item-text {
  position: relative;
  z-index: 2;
  background: var(--white);
  padding: 7rem 6rem 3rem;
  border-radius: 6rem 0 0 0;
  width: 58.6rem;
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
}
@media screen and (max-width: 768px) {
  .top-content .top-content__item .top-content__item-text {
    width: 20rem;
    padding: 2rem 1rem 1rem;
    border-radius: 4rem 0 0 0;
    gap: 1rem;
  }
}
.top-content .top-content__item .top-content__item-text h3 {
  font-size: 4rem;
  line-height: 1;
  font-weight: 700;
  color: var(--pink);
}
@media screen and (max-width: 768px) {
  .top-content .top-content__item .top-content__item-text h3 {
    font-size: 2.4rem;
  }
}
.top-content .top-content__item .top-content__item-text p {
  font-size: 2.6rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #000;
  padding-left: 1rem;
}
@media screen and (max-width: 768px) {
  .top-content .top-content__item .top-content__item-text p {
    font-size: 1.6rem;
  }
}

.top-calendar {
  max-width: 172rem;
  width: 90%;
  margin-inline: auto;
  display: flex;
  gap: 8rem;
}
@media screen and (max-width: 768px) {
  .top-calendar {
    flex-direction: column;
    gap: 4rem;
  }
}
.top-calendar__time {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.top-calendar__time h3 {
  font-size: 2rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .top-calendar__time h3 {
    font-size: 1.8rem;
  }
}
.top-calendar__time p {
  font-size: 1.7rem;
  line-height: 1.5294117647;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .top-calendar__time p {
    font-size: 1.6rem;
    text-align: left;
  }
  .top-calendar__time p br {
    display: none;
  }
}
.top-calendar__time ul {
  display: flex;
  gap: 1.4rem;
}
.top-calendar__time ul li {
  flex: 1;
  font-size: 2rem;
  color: #40729c;
  padding-block: 1.6rem;
  border: 1px solid #40729c;
  border-radius: 1rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .top-calendar__time ul li {
    font-size: 1.6rem;
  }
}
.top-calendar__date {
  flex: 1;
}
.top-calendar__date table {
  width: 100%;
  border-collapse: collapse;
}
.top-calendar__date table tr {
  border-bottom: 1px solid #40729c;
}
.top-calendar__date table th,
.top-calendar__date table td {
  font-size: 1.8rem;
  line-height: 1;
  text-align: center;
  padding-block: 1.2rem;
  width: auto;
}
.top-calendar__date table th:first-child,
.top-calendar__date table td:first-child {
  width: 17rem;
}
@media screen and (max-width: 768px) {
  .top-calendar__date table th,
.top-calendar__date table td {
    font-size: 1.6rem;
  }
  .top-calendar__date table th:first-child,
.top-calendar__date table td:first-child {
    width: 10rem;
  }
}
.top-calendar__date p {
  font-size: 1.8rem;
  line-height: 1;
  padding-left: 2rem;
  padding-top: 2rem;
}
@media screen and (max-width: 768px) {
  .top-calendar__date p {
    font-size: 1.6rem;
    padding-left: 1rem;
    padding-top: 1rem;
  }
}

.message__content {
  margin-top: 28.3rem;
}
@media screen and (max-width: 768px) {
  .message__content {
    margin-top: 10rem;
  }
}
.message__img {
  width: 44.2rem;
}
@media screen and (max-width: 768px) {
  .message__img {
    width: 100%;
    height: 35rem;
    border-radius: 4rem;
  }
}
.message__area-name {
  margin-top: 6rem;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .message__area-name {
    margin-top: 3rem;
  }
}

.flex-content {
  max-width: 144rem;
  display: flex;
  align-items: center;
  gap: 11.2rem;
}
@media screen and (max-width: 768px) {
  .flex-content {
    flex-direction: column;
    width: 100%;
    gap: 4rem;
  }
}
.flex-content__area {
  flex: 1;
}
.flex-content__area-text {
  font-size: 1.8rem;
  line-height: 2;
  font-family: var(--mplus-font);
  color: var(--gray);
}
@media screen and (max-width: 768px) {
  .flex-content__area-text {
    font-size: 1.6rem;
    line-height: 2;
  }
}

.about__title {
  font-size: 4.1rem;
  font-family: var(--mincho-font);
  color: var(--gray);
}
@media screen and (max-width: 768px) {
  .about__title {
    font-size: 3rem;
  }
}
.about__content {
  margin-top: 28.3rem;
  max-width: 100%;
  gap: 7.3rem;
}
@media screen and (max-width: 768px) {
  .about__content {
    margin-top: 10rem;
    gap: 4rem;
  }
}
.about__img {
  width: 44.2rem;
}
@media screen and (max-width: 768px) {
  .about__img {
    width: 100%;
    height: 35rem;
    border-radius: 4rem;
  }
}
.about__area-title + .about__area-text {
  margin-top: 6.5rem;
}
@media screen and (max-width: 768px) {
  .about__area-title + .about__area-text {
    margin-top: 3rem;
  }
}
.about__area-text {
  margin-top: 5.5rem;
  font-size: 2rem;
  line-height: normal;
  padding-left: 1em;
  position: relative;
}
.about__area-text::before {
  content: "・";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .about__area-text {
    margin-top: 3rem;
    font-size: 1.6rem;
  }
}
.about-gallary {
  margin-top: 25.3rem;
}
@media screen and (max-width: 768px) {
  .about-gallary {
    margin-top: 10rem;
  }
}
.about-gallary__list {
  margin-top: 5.6rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2.8rem;
}
@media screen and (max-width: 768px) {
  .about-gallary__list {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 4rem;
    gap: 1.6rem;
  }
}

.page__header {
  padding: 10rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page__header {
    padding: 3.2rem 2rem;
  }
}
.page__header::before {
  content: "";
  position: absolute;
  top: -31.5rem;
  right: -19rem;
  width: 95rem;
  height: 95rem;
  border-radius: 50%;
  border: 0.1rem solid #707070;
}
@media screen and (max-width: 768px) {
  .page__header::before {
    top: -12rem;
    right: -5rem;
    width: 32rem;
    height: 32rem;
  }
}
.page__header-inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
.page__header-title {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.page__header-post-title {
  font-size: 5.6rem;
  font-family: var(--mincho-font);
  line-height: 1.0714285714;
}
@media screen and (max-width: 768px) {
  .page__header-post-title {
    font-size: 3.2rem;
  }
}
.page__header-post-slug {
  font-size: 4.1rem;
  line-height: 1.0975609756;
  font-family: var(--mincho-font);
}
@media screen and (max-width: 768px) {
  .page__header-post-slug {
    font-size: 2.4rem;
  }
}

.internal-medicine__body {
  max-width: 152rem;
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .internal-medicine__body {
    width: calc(100% - 4rem);
  }
}
.internal-medicine__inner {
  margin-top: 40rem;
  max-width: 104rem;
  display: flex;
  flex-direction: column;
  gap: 10rem;
}
@media screen and (max-width: 768px) {
  .internal-medicine__inner {
    margin-top: 10rem;
    gap: 4rem;
  }
}
.internal-medicine__item {
  width: 100%;
}
.internal-medicine__title-v2 {
  font-size: 2.9rem;
  line-height: 1.7931034483;
  font-family: var(--mincho-font);
}
@media screen and (max-width: 768px) {
  .internal-medicine__title-v2 {
    font-size: 2.4rem;
  }
}
.internal-medicine__title-v3 {
  font-size: 2.2rem;
  line-height: 1;
  font-family: var(--mincho-font);
}
@media screen and (max-width: 768px) {
  .internal-medicine__title-v3 {
    font-size: 2rem;
    line-height: 1.6;
  }
}
.internal-medicine__table-box {
  width: 100%;
  border: 1px solid #707070;
  padding: 3.2rem 4rem;
  display: flex;
  flex-direction: column;
  gap: 2.6rem;
  margin-top: 3.2rem;
}
@media screen and (max-width: 768px) {
  .internal-medicine__table-box {
    padding: 2rem 2rem;
    margin-top: 1rem;
    gap: 1rem;
  }
}
.internal-medicine__table-box-inner {
  overflow: auto;
  width: 100%;
}
.internal-medicine__table-box table {
  overflow: auto;
  width: 100%;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.internal-medicine__table-box table th,
.internal-medicine__table-box table td {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.8rem;
  padding-block: 2.6rem;
  padding-left: 8rem;
}
.internal-medicine__table-box table th:first-child,
.internal-medicine__table-box table td:first-child {
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .internal-medicine__table-box table th,
.internal-medicine__table-box table td {
    font-size: 1.4rem;
    padding-left: 2rem;
    padding-block: 1.6rem;
    width: auto;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    white-space: nowrap;
  }
}
.internal-medicine__col {
  display: flex;
}
@media screen and (max-width: 768px) {
  .internal-medicine__col {
    flex-direction: column;
    gap: 2rem;
  }
}
.internal-medicine__col-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2.8rem;
}
@media screen and (max-width: 768px) {
  .internal-medicine__col-item {
    gap: 1.6rem;
  }
}
.internal-medicine__col-img {
  max-width: 47.8rem;
  width: 100%;
  aspect-ratio: 478/312;
}
.internal-medicine__col-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.internal-medicine__col-text {
  font-size: 1.9rem;
  line-height: 2.7368421053;
  font-family: var(--mincho-font);
}
@media screen and (max-width: 768px) {
  .internal-medicine__col-text {
    font-size: 1.6rem;
  }
}
.internal-medicine__tag {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.internal-medicine__tag li {
  width: calc(25% - 1.5rem);
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #707070;
  border-radius: 6.25em;
}
@media screen and (max-width: 768px) {
  .internal-medicine__tag li {
    width: calc(50% - 1rem);
    height: 4rem;
  }
}
.internal-medicine__text {
  font-size: 1.8rem;
  line-height: 2.8888888889;
  font-family: var(--mincho-font);
  letter-spacing: 0em;
}
@media screen and (max-width: 768px) {
  .internal-medicine__text {
    font-size: 1.4rem;
  }
}

.news__body {
  margin-top: 44.4rem;
  max-width: 134.8rem;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .news__body {
    margin-top: 10rem;
    max-width: 100%;
  }
}
.news__item {
  border-top: 1px solid var(--gray-bd);
}
.news__item:last-child {
  border-bottom: 1px solid var(--gray-bd);
}
.news__link {
  padding-block: 6rem 2rem;
  padding-inline: 2.7rem;
  color: var(--black);
  width: 100%;
  position: relative;
}
.news__link::after {
  content: "";
  position: absolute;
  display: block;
  background: url(../images/arrow-right.png);
  background-size: contain;
  background-position: center center;
  bottom: 5.2rem;
  right: 2.7rem;
  width: 2.4rem;
  height: auto;
  aspect-ratio: 24/14;
  transition: transform 0.3s ease;
}
.news__link:hover::after {
  transform: translateX(0.6rem);
  transition: transform 0.3s ease;
}
@media screen and (max-width: 768px) {
  .news__link {
    padding-block: 4rem 2rem;
    padding-inline: 1rem 2rem;
  }
  .news__link::after {
    width: 1.6rem;
    bottom: initial;
    top: 50%;
    transform: translateY(-50%);
    right: 1rem;
  }
}
.news__title {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.8571428571;
  font-family: var(--mincho-font);
}
@media screen and (max-width: 768px) {
  .news__title {
    font-size: 2.2rem;
  }
}
.news__date {
  font-size: 2.2rem;
  margin-top: 2rem;
  line-height: 0.2363636364rem;
  font-weight: 400;
  font-family: var(--gothic-font);
}
@media screen and (max-width: 768px) {
  .news__date {
    font-size: 1.8rem;
  }
}
.news .calender-mt {
  margin-top: 52rem;
}
@media screen and (max-width: 768px) {
  .news .calender-mt {
    margin-top: 15rem;
  }
}

.single__inner {
  max-width: 120rem;
  width: 90%;
  margin: 0 auto;
  padding-top: 22rem;
}
@media screen and (max-width: 768px) {
  .single__inner {
    width: calc(100% - 4rem);
    padding-top: 4rem;
  }
}
.single__title {
  font-size: 3.4rem;
  line-height: 1.5294117647;
  font-family: var(--mincho-font);
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .single__title {
    font-size: 2.4rem;
    line-height: 1.3333333333;
    margin-bottom: 1rem;
  }
}
.single__date {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .single__date {
    font-size: 1.4rem;
    line-height: 2;
    margin-bottom: 2rem;
  }
}
.single__content {
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 4rem;
  font-family: var(--mplus-font);
}
@media screen and (max-width: 768px) {
  .single__content {
    font-size: 1.4rem;
    line-height: 2;
  }
}
.single__content * + * {
  margin-top: 12rem;
}
@media screen and (max-width: 768px) {
  .single__content * + * {
    margin-top: 4rem;
  }
}
.single__content p {
  font-size: 2rem;
  line-height: 2 !important;
}
@media screen and (max-width: 768px) {
  .single__content p {
    font-size: 1.4rem;
    line-height: 2;
  }
}
@media screen and (max-width: 768px) {
  .single__content {
    font-size: 1.4rem;
    line-height: 2;
  }
}
.single .news__body {
  margin-top: 12rem;
}
@media screen and (max-width: 768px) {
  .single .news__body {
    margin-top: 4rem;
  }
}
/*# sourceMappingURL=style.css.map */