@charset "utf-8";
#mv {
  background: var(--blu-color);
}
#mv > div {
  width: 1200px;
  height: 200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  background: url("../images/contents/mv_bk.svg") 100% 50% no-repeat;
}
#mv > div > h2 {
  font-size: 3rem;
  font-weight: 700;
  font-family: var(--font-zenmaru);
  color: var(--sub-color2);
  letter-spacing: 0.1em;
}
@media screen and (max-width:768px) {
  #mv > div {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 30px 15px;
    background: url("../images/contents/mv_bk.svg") 100% 50% no-repeat;
    background-size: cover;
  }
  #mv > div > h2 {
    font-size: 2.4rem;
  }
}
/***** パンくず *****/
#breadcrumbs {
  padding: 10px 0;
}
#breadcrumbs > ul {
  width: 1200px;
  margin: 0 auto;
  display: flex;
}
#breadcrumbs > ul > li {
  font-size: 1.3rem;
  position: relative;
}
#breadcrumbs > ul > li::after {
  content: "＞";
  margin: 0 10px;
  font-size: 1rem;
  display: inline-block;
}
#breadcrumbs > ul > li:last-child::after, #breadcrumbs > ul > li:first-child::after {
  margin: 0;
  display: none;
}
#breadcrumbs > ul > li > a {
  color: #000;
}
@media screen and (max-width:768px) {
  #breadcrumbs {
    padding: 7px 15px;
  }
  #breadcrumbs > ul {
    width: 100%;
    margin: 0;
    flex-wrap: wrap;
  }
  #breadcrumbs > ul > li {
    font-size: 1.2rem;
  }
  #breadcrumbs > ul > li::after {
    content: "＞";
    margin: 0 7px;
  }
}
/***** ボックス *****/
#contents {
  width: 1200px;
  margin: 0 auto;
  padding: 40px 0;
}
#wrap_r {
  flex: 1;
}
.box {
  margin: 25px 0;
  padding: 30px;
  border-radius: 10px;
}
.box_bk_gry {
  background: var(--gry-color);
}
.box_bk_org {
  background: var(--org-color);
}
.box_bk_red {
  background: #fdf1f9;
}
@media screen and (max-width:768px) {
  #contents {
    width: 100%;
    margin: 0;
    padding: 20px 15px;
    display: block;
  }
  .box {
    margin: 15px 0;
    padding: 20px;
  }
}
/***** 見出し *****/
.ttl {
  margin: 40px 0 25px;
  padding-bottom: 10px;
  font-size: 2.7rem;
  font-weight: 500;
  font-family: var(--font-zenmaru);
  letter-spacing: 0.1em;
  position: relative;
  border-bottom: #C1E5EE 3px solid;
}
#contents .ttl:first-child {
  margin-top: 0;
}
.ttl::before {
  content: "";
  width: 20%;
  height: 3px;
  background: #F2E0C5;
  position: absolute;
  left: 0;
  bottom: -3px;
}
.caption {
  margin: 25px 0 10px;
  font-size: 2.4rem;
  font-weight: 500;
  font-family: var(--font-zenmaru);
  color: var(--base-color);
}
.sub_caption {
  margin: 20px 0 15px;
  padding-bottom: 7px;
  font-size: 2rem;
  font-family: var(--font-zenmaru);
  font-weight: 700;
  border-bottom: var(--base-color) 2px dotted;
}
.box_ttl {
  margin: 15px 0 7px;
  font-sizr: 1.9rem;
  font-weight: 700;
  font-family: var(--font-zenmaru);
}
.box .box_ttl:first-child {
  margin-top: 0;
}
@media screen and (max-width:768px) {
  .ttl {
    font-size: 2rem;
  }
  .caption {
    margin: 15px 0 10px;
    font-size: 1.8rem;
  }
}
/***** 共通 *****/
#under {
  margin: 80px 0 120px 100px;
}
.date {
  margin-bottom: 20px;
  text-align: right;
}
.detail_wrap figure {
  text-align: center;
  border-radius: 10px;
}
.detail_wrap img {
  max-width: 100%;
  border-radius: 10px;
}
.detail_wrap > p {
  margin-top: 20px;
  margin-bottom: 20px;
}
.detail_wrap > .btn {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width:768px) {
  #under {
    margin: 100px 0 150px;
    text-align: center;
  }
}
/***** テーブル *****/
.base_tb {
  margin-top: 15px;
  margin-bottom: 15px;
}
.base_tb th, .base_tb td {
  border: var(--tb-border);
}
/***** ナンバリング *****/
.number_list {
  margin: 20px 0;
  padding: 30px;
  display: flex;
  align-items: center;
  background: var(--blu-color);
  border-radius: 10px;
}
.number_list:nth-of-type(1) {
  margin-top: 30px;
}
.number_list > p {
  width: 65px;
  margin-right: 30px;
}
.number_list > p > img {
  width: 100%;
}
.number_list > dl {
  flex: 1;
}
.number_list > dl > dt {
  margin-bottom: 5px;
  font-size: 2rem;
  font-weight: 500;
  color: var(--base-color);
}
@media screen and (max-width:768px) {
  .number_list {
    margin: 15px 0;
    padding: 15px;
    display: block;
  }
  .number_list:nth-of-type(1) {
    margin-top: 25px;
  }
  .number_list > p {
    width: 50px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
  }
  .number_list > dl > dt {
    font-size: 1.8rem;
    text-align: center;
  }
}
/***** 医療機関 *****/
.sponsor_box .widget.widget_block {
  list-style: none;
}
.sponsor_box .wp-block-media-text.is-stacked-on-mobile {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  gap: 5rem;
}
.sponsor_box .widget.widget_block:first-child .wp-block-media-text.is-stacked-on-mobile {
  margin-top: 0;
}
.sponsor_box .wp-block-media-text.is-stacked-on-mobile > figure {
  min-width: 192px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sponsor_box .wp-block-media-text > .wp-block-media-text__content {
  flex: 1;
  padding: 0;
  align-self: baseline;
}
.sponsor_box .wp-block-media-text > .wp-block-media-text__content p:nth-child(1) {
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 700;
}
.sponsor_box .wp-block-media-text > .wp-block-media-text__content p:nth-child(1) a {
  color: #333;
  padding-right: 18px;
  background: url("../images/common/win_icon.svg") 100% 50% no-repeat;
  background-size: 13px 11px;
}
.sponsor_box .wp-block-media-text > .wp-block-media-text__content p:nth-child(1) a:hover {
  text-decoration: none;
}
@media screen and (max-width:768px) {
  .sponsor_box .wp-block-media-text.is-stacked-on-mobile {
    margin-top: 30px;
    display: block;
  }
  .sponsor_box .wp-block-media-text.is-stacked-on-mobile > figure {
    width: 100%;
    height: 100%;
  }
  .sponsor_box .wp-block-media-text > .wp-block-media-text__content {
    margin-top: 15px;
  }
  .sponsor_box .wp-block-media-text > .wp-block-media-text__content p:nth-child(1) {
    font-size: 1.8rem;
  }
}
/***** 法人について *****/
#access_box {
  display: flex;
  justify-content: space-between;
}
#access_box > div {
  width: 50%;
  margin-right: 5%;
}
#access_box > div > iframe {
  width: 100%;
  height: 350px;
}
#access_box > dl {
  flex: 1;
}
#access_box > dl dt {
  margin-bottom: 5px;
  font-size: 2rem;
  font-weight: 700;
  font-family: var(--font-zenmaru);
}
.about_figure {
  width: 250px;
  margin: 0 0 20px 30px;
  float: right;
  border-radius: 10px;
}
.about_figure img {
  width: 100%;
  border-radius: 10px;
}
.about_name {
  margin-top: 30px;
  text-align: right;
}
.director_name dt {
  width: 8em;
  float: left;
  clear: left;
}
.director_name dd {
  margin-bottom: 5px;
  padding-left: 8em;
}
@media screen and (max-width:768px) {
  #access_box {
    display: block;
  }
  #access_box > div {
    width: 100%;
    margin: 0 0 20px;
  }
  #access_box > div > iframe {
    height: 300px;
  }
  .about_figure {
    width: 50%;
    margin: 0 auto 20px;
    float: none;
  }
  .about_figure img {
    width: 100%;
    border-radius: 10px;
  }
  .about_name {
    text-align: left;
  }
  .director_name dt {
    width: 100%;
    float: none;
  }
  .director_name dd {
    margin-bottom: 10px;
    padding-left: 0;
    font-size: 1.6rem;
  }
}
/***** コラム *****/
#column_box {
  display: flex;
  flex-wrap: wrap;
}
#column_box > div {
  width: 22%;
  margin: 0 4% 4% 0;
}
#column_box > div:nth-child(4n) {
  margin-right: 0;
}
#column_box > div > a {
  text-decoration: none;
  color: #000;
}
#column_box > div > a > p:nth-of-type(1) {
  margin-top: 15px;
  font-weight: 700;
  font-family: var(--font-zenmaru);
}
#column_box > div > a > p:nth-of-type(2) {
  margin-top: 15px;
  font-family: var(--font-zenmaru);
  text-align: right;
}
#column_box > div > a > figure {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
#column_box > div > a > figure > img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  transition: 0.5s;
}
#column_box > div > a > figure > img:hover {
  transform: scale(1.1, 1.1);
}
@media screen and (max-width:768px) {
  #column_box > div {
    width: 100%;
    margin: 0 0 40px;
  }
  #column_box > div:nth-last-of-type(1) {
    margin-bottom: 0;
  }
}