@charset "UTF-8";
/*==========================================================================
# reset - ブラウザの差異や不要なスタイルを無くすためのスタイル
========================================================================== */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
  background-color: #fff;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

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

header {
  z-index: 15;
}

img {
  border: none;
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast;
  -webkit-backface-visibility: hidden;
  width: 100%;
  height: 100%;
}

a {
  cursor: pointer;
  text-decoration: none;
  color: #fff;
}

a:hover {
  opacity: 0.8;
}

/*===============================================
# common
=================================================*/
body {
  min-width: 1200px;
  font-family: "Noto Serif JP", serif;
  line-height: 2.2;
  letter-spacing: 0.13em;
  overflow-x: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #040404;
  color: #fff;
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  body {
    min-width: 10px;
    line-height: 1.9;
    font-size: 13px;
  }
}
.wrap {
  overflow: hidden;
}

img {
  width: 100%;
}

video {
  width: 100%;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  .container {
    margin: 0 auto;
    padding: 0 15px;
  }
}
@media screen and (max-width: 768px) {
  .is-pc {
    display: none !important;
  }
}
.is-sp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .is-sp {
    display: block !important;
  }
}
.red {
  color: #FF0000;
}

.big {
  font-size: 40px;
}

@media screen and (max-width: 768px) {
  .big {
    font-size: 32px;
  }
}
/*===============================================
# mv
=================================================*/
.mv {
  position: relative;
  margin-bottom: -100px;
}

@media screen and (max-width: 768px) {
  .mv {
    margin-bottom: 30px;
  }
}
.mv-main {
  width: 67.7%;
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .mv-main {
    width: 100%;
  }
}
.mv-sub {
  width: 38.28%;
  position: absolute;
  right: 0;
  top: 0;
}

/*===============================================
# top
=================================================*/
.page-top {
  padding-bottom: 140px;
}

@media screen and (max-width: 768px) {
  .page-top {
    padding-bottom: 60px;
  }
}
.top-title {
  text-align: center;
}

.top-title h1 {
  font-size: 40px;
  letter-spacing: 0.15em;
  line-height: 3.4;
}

@media screen and (max-width: 768px) {
  .top-title h1 {
    font-size: 14px;
    line-height: 1.8;
  }
}
/*===============================================
# section
=================================================*/
.section-one {
  padding-bottom: 190px;
}

@media screen and (max-width: 768px) {
  .section-one {
    padding-bottom: 60px;
  }
}
.section-two {
  padding-bottom: 135px;
}

@media screen and (max-width: 768px) {
  .section-two {
    padding-bottom: 60px;
  }
}
.section-three {
  padding-bottom: 160px;
}

@media screen and (max-width: 768px) {
  .section-three {
    padding-bottom: 60px;
  }
}
.section-four {
  padding-bottom: 200px;
}

@media screen and (max-width: 768px) {
  .section-four {
    padding-bottom: 60px;
  }
}
.section-five {
  padding-bottom: 260px;
}

@media screen and (max-width: 768px) {
  .section-five {
    padding-bottom: 60px;
  }
}
.section-six {
  padding-bottom: 200px;
}

@media screen and (max-width: 768px) {
  .section-six {
    padding-bottom: 60px;
  }
}
/* title
================================*/
.section-title h2 {
  display: inline;
  position: relative;
  font-size: 35px;
  line-height: 1.15;
  color: #FF0000;
}

@media screen and (max-width: 768px) {
  .section-title h2 {
    font-size: 20px;
  }
}
.section-title h2::after {
  position: absolute;
  content: "";
  width: 258px;
  height: 1px;
  top: 50%;
  right: -30px;
  background-color: #fff;
  -webkit-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
}

@media screen and (max-width: 768px) {
  .section-title h2::after {
    width: 80px;
    right: -15px;
  }
}
.section-title02 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 1.67;
}

@media screen and (max-width: 768px) {
  .section-title02 {
    font-size: 20px;
  }
}
.section-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 65px;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .section-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 30px;
  }
}
.section-left {
  width: 50%;
  padding-top: 20px;
}

@media screen and (max-width: 768px) {
  .section-left {
    width: 90%;
    padding-top: 0;
    margin: auto;
    display: contents;
  }
}
.section-right {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .section-right {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
.section-left-text {
  padding-left: 60px;
}

@media screen and (max-width: 768px) {
  .section-left-text {
    padding-left: 0;
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .section-left-img {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    padding-top: 20px;
  }
}
.section-one .section-left-text {
  padding-bottom: 120px;
}

@media screen and (max-width: 768px) {
  .section-one .section-left-text {
    padding-bottom: 40px;
  }
}
.section-one .section-left-img {
  max-width: 440px;
  margin-left: 30px;
}

@media screen and (max-width: 768px) {
  .section-one .section-left-img {
    width: 100%;
    margin: auto;
  }
}
.section-two .section-left {
  width: 42%;
}

@media screen and (max-width: 768px) {
  .section-two .section-left {
    width: 100%;
    margin: auto;
  }
}
.section-two .section-left-text {
  padding-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .section-two .section-left-text {
    padding-bottom: 40px;
  }
}
.section-two .section-left-img {
  max-width: 481px;
  margin-left: 0px;
}

@media screen and (max-width: 768px) {
  .section-two .section-left-img {
    width: 100%;
    margin: auto;
  }
}
.section-two .section-right {
  width: 58%;
}

@media screen and (max-width: 768px) {
  .section-two .section-right {
    width: 100%;
    margin: auto;
    margin-top: 20px;
  }
}
.section-three .section-wrapper {
  position: relative;
}

.section-three .section-left {
  width: 40%;
}

@media screen and (max-width: 1649px) {
  .section-three .section-left {
    width: 30%;
    margin-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .section-three .section-left {
    width: 100%;
    margin: auto;
  }
}
.section-three .section-left-text {
  padding-bottom: 65px;
}

@media screen and (max-width: 768px) {
  .section-three .section-left-text {
    padding-bottom: 40px;
  }
}
.section-three .section-left-img {
  max-width: 481px;
  margin-left: 0px;
}

@media screen and (max-width: 768px) {
  .section-three .section-left-img {
    width: 100%;
    margin: auto;
  }
}
.section-three .section-right {
  position: absolute;
  width: 75.25%;
  max-width: 903px;
  right: -210px;
}

@media screen and (max-width: 1649px) {
  .section-three .section-right {
    width: 70%;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .section-three .section-right {
    position: static;
    width: 100%;
    margin: auto;
    margin-top: 20px;
  }
}
.section-four .section-left {
  width: 42.25%;
}

@media screen and (max-width: 768px) {
  .section-four .section-left {
    width: 100%;
    margin: auto;
  }
}
.section-four .section-right {
  width: 57.75%;
}

@media screen and (max-width: 768px) {
  .section-four .section-right {
    width: 100%;
    margin: auto;
    margin-top: 20px;
  }
}
.section-four .section-left-text {
  padding-bottom: 75px;
}

@media screen and (max-width: 768px) {
  .section-four .section-left-text {
    padding-bottom: 40px;
  }
}
.section-four .section-left-img {
  max-width: 493px;
  margin-left: 0px;
}

.section-five .section-left {
  width: 41.1%;
}

@media screen and (max-width: 768px) {
  .section-five .section-left {
    width: 100%;
    margin: auto;
  }
}
.section-five .section-right {
  width: 58.9%;
}

@media screen and (max-width: 768px) {
  .section-five .section-right {
    width: 100%;
    margin: auto;
    margin-top: 20px;
  }
}
.section-five .section-left-text {
  padding-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .section-five .section-left-text {
    padding-bottom: 40px;
  }
}
.section-five .section-left-img {
  max-width: 480px;
  margin-left: 0px;
}

.section-bottom {
  margin-top: 90px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .section-bottom {
    margin-top: 40px;
  }
}
.section-bottom h3 {
  font-size: 14px;
}

.section-bottom p {
  font-size: 10px;
}

.section-price {
  margin: auto;
}

.section-price.-one {
  max-width: 521px;
}

.section-price.-two {
  max-width: 521px;
}

.section-price.-three {
  max-width: 521px;
}

.section-price.-four {
  max-width: 565px;
}

.section-price.-five {
  max-width: 548px;
}

.bottom-title {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 130px;
  padding-bottom: 50px;
  position: relative;
}

.bottom-title::after {
  position: absolute;
  content: "";
  width: 128px;
  height: 1px;
  bottom: 0;
  left: 50%;
  background-color: #fff;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .bottom-title::after {
    width: 60px;
  }
}
@media screen and (max-width: 768px) {
  .bottom-title {
    margin-bottom: 40px;
    padding-bottom: 30px;
  }
}
.bottom-title h2 {
  display: inline;
  font-size: 28px;
  letter-spacing: 0.15em;
  font-weight: 500;
  letter-spacing: 0em;
  font-weight: 200;
  position: relative;
}

@media screen and (max-width: 768px) {
  .bottom-title h2 {
    font-size: 18px;
  }
}
.bottom-title-img {
  width: 5%;
  margin: 0 45px;
}

@media screen and (max-width: 768px) {
  .bottom-title-img {
    margin: 0 25px;
    width: 13%;
  }
}
.up-text {
  position: relative;
  padding-top: 35px;
}

@media screen and (max-width: 768px) {
  .up-text {
    padding-top: 25px;
    font-size: 18px;
  }
}
.up-text::after {
  position: absolute;
  content: "早稲田大学大学院";
  font-size: 16px;
  letter-spacing: 0.1em;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 200%;
}

@media screen and (max-width: 768px) {
  .up-text::after {
    font-size: 10px;
  }
}
.up-text02 {
  position: relative;
  padding-top: 35px;
  margin-right: 50px;
}

@media screen and (max-width: 768px) {
  .up-text02 {
    padding-top: 25px;
    font-size: 18px;
    margin-right: 40px;
  }
}
.up-text02::after {
  position: absolute;
  content: "リハビリテーション医学";
  font-size: 16px;
  letter-spacing: 0.1em;
  left: 70%;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 200%;
}

@media screen and (max-width: 768px) {
  .up-text02::after {
    font-size: 10px;
  }
}
.section-six-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .section-six-wrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.section-six-center {
  width: 62.5%;
  max-width: 1200px;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  margin-left: 50px;
  margin-right: 68px;
  position: relative;
  padding-top: 36%;
}

.section-six-center iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  .section-six-center {
    margin-left: 10px;
    margin-right: 10px;
    width: 100%;
    padding-top: 70%;
  }
}
.section-six-left {
  max-width: 235px;
  width: 12.2%;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

@media screen and (max-width: 768px) {
  .section-six-left {
    width: 11%;
  }
}
.section-six-right {
  max-width: 220px;
  width: 11.45%;
  height: 100%;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}

@media screen and (max-width: 768px) {
  .section-six-right {
    width: 11%;
  }
}
/*===============================================
# footer
=================================================*/
.footer-reserve {
  margin: auto;
  max-width: 385px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .footer-reserve {
    max-width: 250px;
  }
}
.footer-reserve a {
  display: block;
  width: 100%;
  font-size: 30px;
  letter-spacing: 0.13em;
  line-height: 1.5;
  padding: 25px 0;
  border: #FF0000 1px solid;
  font-family: source-han-serif-japanese, serif;
}

@media screen and (max-width: 768px) {
  .footer-reserve a {
    font-size: 22px;
    padding: 13px 0;
  }
}
.footer-reserve a span {
  font-size: 14px;
  letter-spacing: 0.13em;
  line-height: 2.8;
  font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 768px) {
  .footer-reserve a span {
    font-size: 12px;
  }
}
.footer-logo {
  max-width: 433px;
  width: 100%;
  margin: auto;
  margin-top: 125px;
}

@media screen and (max-width: 768px) {
  .footer-logo {
    max-width: 200px;
    margin-top: 70px;
  }
}
.footer-prof {
  margin-top: 65px;
  text-align: center;
  font-family: source-han-serif-japanese, serif;
}

@media screen and (max-width: 768px) {
  .footer-prof {
    margin-top: 50px;
  }
}
.footer-prof p {
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 2.5;
}

.footer-prof a {
  text-decoration: underline;
  display: block;
  margin-top: 30px;
  font-size: 12px;
  line-height: 2.5;
  letter-spacing: 0.1em;
}

.footer-copyright {
  margin-top: 75px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .footer-copyright {
    margin-top: 50px;
  }
}
.footer-copyright p small {
  font-size: 11px;
  letter-spacing: 0.1em;
  line-height: 2.8;
  font-family: "メイリオ", Meiryo, sans-serif;
}

@media screen and (max-width: 768px) {
  .footer-copyright p small {
    font-size: 9px;
  }
}
.footer-sns {
  margin-top: 50px;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(3, 50px);
  place-items: center;
  justify-content: center;
  gap: 30px;
}

@media screen and (max-width: 768px) {
  .footer-sns {
    grid-template-columns: repeat(3, 35px);
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .footer-float {
    display: block;
    position: fixed;
    background-color: #040404;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    text-align: center;
    padding: 12px 0;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.15em;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
.footer-float p {
  width: 80%;
  margin: auto;
  border: 1px solid #FF0000;
}

.is-hidden {
  visibility: hidden;
  opacity: 0;
}

.footer-shops {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
  padding: 20px;
  text-align: center;



}

  .footer-shops>h4 {
    margin-bottom: 30px;
    font-size: 28px;
  }

  .footer-shops__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;

  }
  
  @media screen and (min-width: 768px) {
    .footer-shops__list {
      grid-template-columns: repeat(2, 1fr);
    }
  }


.footer-shops {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
  padding: 20px;
  text-align: center;
}
.footer-shops > h4 {
  margin-bottom: 30px;
  font-size: 28px;
}
.footer-shops .footer-shops__menu {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 40px;
}
.footer-shops .footer-shops__menu > li {
  position: relative;
  width: calc(50% - 5px);
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .footer-shops .footer-shops__menu > li {
    flex: 1;
  }
}
.footer-shops .footer-shops__menu > li > span,
.footer-shops .footer-shops__menu > li > button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  color: white;
  background-color: rgba(255, 255, 255, 0.15);
  transition: all 0.4s;
  cursor: pointer;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .footer-shops .footer-shops__menu > li > span,
  .footer-shops .footer-shops__menu > li > button {
    height: 60px;
  }
}
.footer-shops .footer-shops__menu > li > span.active + ul,
.footer-shops .footer-shops__menu > li > button.active + ul {
  opacity: 1;
  pointer-events: visible;
}
.footer-shops .footer-shops__menu > li > ul {
  display: none;
  width: 100%;
  background-color: #1E1E1E;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .footer-shops .footer-shops__menu > li > ul {
    display: block !important;
    position: absolute;
    left: 0;
    top: 60px;
    opacity: 0;
    pointer-events: none;
    transition: all 0.4s;
    z-index: 10;
  }
}
.footer-shops .footer-shops__menu > li > ul > li {
  height: 40px;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .footer-shops .footer-shops__menu > li > ul > li {
    height: 60px;
  }
}
.footer-shops .footer-shops__menu > li > ul > li > span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: all 0.4s;
  cursor: pointer;
}
.footer-shops .footer-shops__menu > li > ul > li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.footer-shops .footer-shops__menu > li > ul > li:hover > span {
  opacity: 0.25;
}
.footer-shops .footer-shops__menu > li:hover > span,
.footer-shops .footer-shops__menu > li:hover > button {
  background-color: red;
}
.footer-shops .footer-shops__menu > li:hover > ul {
  opacity: 1;
  pointer-events: visible;
}
.footer-shops .footer-shops__title {
  text-align: center;
  font-size: 18px;
}
.footer-shops .footer-shops__list > div {
  width: 100%;
  padding: 10px;
  height: 220px !important;
  min-height: 220px !important;
    width: calc(50% - 2.5px);

}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .footer-shops .footer-shops__list > div {
    width: calc(50% - 2.5px);
    height: 350px !important;
    min-height: 330px !important;
  }
}
.footer-shops .footer-shops__list > div > a {
  display: block;
  position: relative;
  width: 100% !important;
  height: 100% !important;
  background-color: #101013;
}
.footer-shops .footer-shops__list > div > a .footer-shops__item__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.footer-shops .footer-shops__list > div > a .footer-shops__item__content > h3,
.footer-shops .footer-shops__list > div > a .footer-shops__item__content p {
  padding: 0 20px 20px;
}
.footer-shops .footer-shops__list > div > a .footer-shops__item__content > h3 {
  display: block;
  line-height: 1.6;
  background-color: #101013;
}
.footer-shops .footer-shops__list > div > a .footer-shops__item__content > h3 > b {
  display: block;
  font-size: 1.2em;
  font-weight: normal;
}
.footer-shops .footer-shops__list>div>a .footer-shops__item__content>h3 {
  font-size: 1.4em;

}
@media screen and (max-width: 768px) {
.footer-shops .footer-shops__list>div>a .footer-shops__item__content>h3>b,
.footer-shops .footer-shops__list>div>a .footer-shops__item__content p {
  font-size: 13px;
}

.footer-shops .footer-shops__list>div>a .footer-shops__item__content>h3,
.footer-shops .footer-shops__list>div>a .footer-shops__item__content p {
  padding: 0 15px 15px;
}


}


@media screen and (max-width: 500px) { 
  .footer-shops .footer-shops__list>div>a .footer-shops__item__content>h3{
    font-size: 1em;
  }
.footer-shops .footer-shops__list>div>a .footer-shops__item__content>h3>b{
  font-size: 16px;
}
.footer-shops .footer-shops__list>div>a .footer-shops__item__content p {
  font-size: 10px;
}
}
.footer-shops .footer-shops__list > div > a .footer-shops__item__button {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px 0;
  line-height: 1;
  background-color: #E72119;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .footer-shops .footer-shops__list > div > a .footer-shops__item__button {
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 768px) {
.footer-shops .footer-shops__list>div>a .footer-shops__item__button {
  font-size: 10px;
  padding: 5px 0;
}
}
.footer-shops .footer-shops__list > div > a .footer-shops__item__button::before {
  display: block;
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  translate: 0 -50%;
  rotate: 45deg;
  width: 8px;
  height: 8px;
  border-top: 1px solid white;
  border-right: 1px solid white;
}
@media screen and (max-width: 768px) {
.footer-shops .footer-shops__list>div>a .footer-shops__item__button::before {
  width: 6px;
  height: 6px;
}
}
.footer-shops .footer-shops__list > div.footer-shops__item--unlink a {
  pointer-events: none;
}
.footer-shops .footer-shops__list > div.footer-shops__item--unlink a .footer-shops__item__button {
  opacity: 0.25;
}


.footer-shops__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  /* 余白調整 */
}

.footer-shops__list>div {
  width: calc(50% - 5px);
  /* 2列レイアウト */
}

@media screen and (min-width: 768px) {
  .footer-shops__list>div {
    width: calc(100% / 2 - 2.5px);
  }
}

@media screen and (min-width: 1024px) {
  .footer-shops__list>div {
    width: calc(100% / 3 - 10px);
    /* 1024px以上なら3列 */
  }
}


.section-medicalSt {
  margin-bottom: 80px;
}

.medicalSt_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.medicalSt_wrap > figure:first-child {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .medicalSt_wrap > figure:last-child {
    flex: 1;
  }
}
@media screen and (min-width: 768px) {
  .medicalSt_wrap ul {
    flex: 1;
  }
}/*# sourceMappingURL=style.css.map */

/* @media screen and (max-width: 768px) {
.footer-shops .footer-shops__list>div>a .footer-shops__item__content>h3 {
  font-size: 13px;
} 

.footer-shops .footer-shops__list>div>a .footer-shops__item__content>h3,
.footer-shops .footer-shops__list>div>a .footer-shops__item__content p {
  font-size: 13px;
}

} */


/* 2025.8.20追加 */

.champion {
  margin-bottom: 80px;
  margin-top: 100px;
}

.champion p {
  margin-top: 20px;
  font-size: 30px;
  line-height: 1.44;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .champion {
    margin-bottom: 60px;
  margin-top: 50px;

  }


.champion p {
  margin-top: 15px;
  font-size: 20px;
}

}