@charset "UTF-8";
/*! --------------------------------------------------------------
　　このCSSファイルは .scssファイルからコンパイルされたものです。
　　修正する際はscssファイルを編集するように注意してください。
--------------------------------------------------------------- */
/* 基本的なクラスや要素の設定　
============================================================================ */
/* SCSS メディアクエリ */
/* フォントサイズをremに変換するmixin */
/* フレックスボックス */
/* 横幅の計算 */
/* header部分　
============================================================================== */
/* メインビジュアル部分　
============================================================================== */
.main_page {
  height: 45vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: unset;
      -ms-flex-line-pack: unset;
          align-content: unset;
  padding-top: 160px;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .main_page {
    height: 35vh;
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  .main_page {
    height: 35vh;
    padding-top: 20vw;
  }
}
.main_page .pagettl {
  font-size: 3.125rem;
  color: #8C60A8;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.2em;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .main_page .pagettl {
    font-size: 2.5rem;
  }
}
@media (max-width: 767px) {
  .main_page .pagettl {
    font-size: 1.5rem;
  }
}
.main_page .pagettl span {
  display: block;
  font-size: 0.875rem;
  color: #333;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .main_page .pagettl span {
    font-size: 0.75rem;
  }
}
.main_page.main_about {
  background: url(images/about/bg_main.jpg) center center/cover no-repeat;
}
.main_page.main_session {
  background: url(images/about/bg_main.jpg) center center/cover no-repeat;
}
.main_page.main_hospital {
  background: url(images/about/bg_main.jpg) center center/cover no-repeat;
}

.main_page.main_data {
  background: url(images/about/bg_main.jpg) center center/cover no-repeat;
}
.main_page.main_overture {
  background: url(images/overture/bg_main.jpg) center center/cover no-repeat;
}
.main_page.main_message {
  background: url(images/overture/bg_main.jpg) center center/cover no-repeat;
}
.main_page.main_program {
  background: url(images/program/bg_main.jpg) center center/cover no-repeat;
}
.main_page.main_curriculum {
  background: url(images/program/bg_main02.jpg) center center/cover no-repeat;
}
.main_page.main_recruit_info {
  background: url(images/guidelines/bg_main02.jpg) center center/cover no-repeat;
}
.main_page.main_guidelines2 {
  background: url(images/guidelines/bg_main02.jpg) center center/cover no-repeat;
}
.main_page.main_interview {
  background: url(images/guidelines/bg_main.jpg) center center/cover no-repeat;
}
.main_page.main_access {
  background: url(images/access/bg_main.jpg) center center/cover no-repeat;
}
.main_page.main_feature {
  background: url(images/feature/bg_main.jpg) center center/cover no-repeat;
}
.main_page.main_movie {
  background: url(images/movie/bg_main.jpg) center center/cover no-repeat;
}
.main_page.main_intern {
  background: url(images/movie/bg_main.jpg) center center/cover no-repeat;
}
.main_page.main_matching {
  background: url(images/movie/bg_main.jpg) center center/cover no-repeat;
}
.main_page.main_course {
  background: url(images/movie/bg_main.jpg) center center/cover no-repeat;
}
.main_page.main_pediatrics {
  background: url(images/movie/bg_main.jpg) center center/cover no-repeat;
}
.main_page.main_junior_resident {
  background: url(http://juntenkenshu.test8zaqrobacca.xyz/wp-content/uploads/2025/11/senmon-scaled.jpg) center center/cover no-repeat;
}
.main_page.main_senior_resident {
  background: url(http://juntenkenshu.test8zaqrobacca.xyz/wp-content/uploads/2025/11/rinsho-scaled.jpg) center center/cover no-repeat;
}

/* 共通パーツ
============================================================================== */
dl.dl_cmn div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 1.5rem 0;
  border-bottom: 1px solid #DDD;
  position: relative;
}
@media (max-width: 767px) {
  dl.dl_cmn div {
    padding: 0.8rem 0;
  }
}
dl.dl_cmn div::before {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #8C60A8;
  position: absolute;
  bottom: -1px;
  left: 0;
}
dl.dl_cmn div dt, dl.dl_cmn div dd {
  font-size: 1rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  dl.dl_cmn div dt, dl.dl_cmn div dd {
    font-size: 0.75rem;
  }
}
dl.dl_cmn div dt {
  width: 18%;
  font-weight: 500;
}
@media (max-width: 767px) {
  dl.dl_cmn div dt {
    width: 27%;
  }
}
dl.dl_cmn div dd {
  width: 78%;
  font-weight: 400;
}
@media (max-width: 767px) {
  dl.dl_cmn div dd {
    width: 70%;
  }
}

ul.ul_dlcmnlike li {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #DDD;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  text-indent: -1em;
  padding-left: 1em;
  position: relative;
}
@media (max-width: 767px) {
  ul.ul_dlcmnlike li {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    font-size: 0.75rem;
  }
}
ul.ul_dlcmnlike li::before {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #8C60A8;
  position: absolute;
  bottom: -1px;
  left: 0;
}

.dl_cmn_tb {
  border-top: 1px solid #C3C3C3;
  border-right: 1px solid #C3C3C3;
  border-left: 1px solid #C3C3C3;
}
.dl_cmn_tb > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border-bottom: 1px solid #C3C3C3;
}
.dl_cmn_tb > div dt, .dl_cmn_tb > div dd {
  padding: 2.5rem 3%;
}
@media (max-width: 767px) {
  .dl_cmn_tb > div dt, .dl_cmn_tb > div dd {
    padding: 1.2rem 2%;
  }
}
.dl_cmn_tb > div dt {
  display: grid;
  background-color: #FCFAF6;
  width: calc(300 / 1080 * 100%);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  place-items: center;
}
@media (max-width: 767px) {
  .dl_cmn_tb > div dt {
    width: 15%;
    font-size: 1.25rem;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
}
.dl_cmn_tb > div dd {
  width: calc(780 / 1080 * 100%);
}
@media (max-width: 767px) {
  .dl_cmn_tb > div dd {
    width: 85%;
  }
}
.dl_cmn_tb > div dd .ttl01 {
  margin-bottom: 0.8em;
}
.dl_cmn_tb > div dd p.txt02 {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 2;
}
@media (max-width: 767px) {
  .dl_cmn_tb > div dd p.txt02 {
    font-size: 0.75rem;
  }
}
.dl_cmn_tb > div dd p.txt02:not(:last-child) {
  margin-bottom: 1.2em;
}
.dl_cmn_tb > div dd .area {
  background-color: #FCFAF6;
  border-radius: 10px;
  padding: 0.8em 3%;
}
.dl_cmn_tb > div dd .area:not(:last-child) {
  margin-bottom: 2em;
}
.dl_cmn_tb.bg_cy > div dt {
  background-color: #71a9f5;
  color: #fff;
}
.dl_cmn_tb.bg_cy > div dd {
  background-color: #f6fafc;
}
.dl_cmn_tb.bg_cy > div dd .area {
  background-color: #FFF;
}
.dl_cmn_tb.bg_go > div dt {
  background-color: #FCE791;
}
.dl_cmn_tb.bg_go > div dd {
  background-color: #FFFCEB;
}
.dl_cmn_tb.bg_go > div dd .area {
  background-color: #FFF;
}

/* about　病院紹介
============================================================================== */
.about_first h2.ttl_cmn2 {
  line-height: 2;
  margin-bottom: 2.5em;
}
@media (max-width: 767px) {
  .about_first h2.ttl_cmn2 {
    font-size: 1.25rem;
    margin-bottom: 1.5em;
  }
}
.about_first .over_cmn {
  margin-bottom: 8rem;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .about_first .over_cmn {
    margin-bottom: 4rem;
  }
}
@media (max-width: 767px) {
  .about_first .over_cmn {
    margin-bottom: 3rem;
  }
}
.about_first .over_cmn::before {
  content: "";
  width: 96%;
  height: 96%;
  background-color: #FCFAF6;
  border-radius: 1.2rem;
  position: absolute;
  bottom: -5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .about_first .over_cmn::before {
    height: 94%;
  }
}
.about_first .under figure {
  margin-bottom: 0.8rem;
}
.about_first .under h3.ttl_cmn {
  margin-bottom: 0.4em;
}

.about_appli {
  position: relative;
}
.about_appli::before {
  content: "";
  width: 96%;
  height: 100%;
  background-color: #FCFAF6;
  border-radius: 1.2rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
.about_appli p.txt01 {
  margin-bottom: 1.5em;
}
.about_appli ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.8rem calc(15 / 1080 * 100%);
}
.about_appli ul li figure {
  margin-bottom: 0.3rem;
}

/* overture　研修概要
============================================================================== */
.overture_first .unit:not(:last-child) {
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .overture_first .unit:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}
.overture_first .tagwrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px 10px;
}
@media (max-width: 767px) {
  .overture_first .tagwrap {
    gap: 0.8rem 0.4rem;
  }
}
.overture_first .tagwrap span {
  display: inline-block;
  border: 1px solid currentColor;
  border-radius: 5px;
  font-size: 1rem;
  color: #8b60a8;
  font-weight: 400;
  line-height: 1.5;
  padding: 0.2em 1em;
}
@media (max-width: 767px) {
  .overture_first .tagwrap span {
    font-size: 0.75rem;
  }
}

/* message　メッセージ
============================================================================== */
.message_content {
  position: relative;
}
.message_content.bg01::before, .message_content.bg02::before {
  content: "";
  width: 88%;
  height: calc(100% - 7.5rem);
  background-color: #FCFAF6;
  position: absolute;
  z-index: -1;
}
@media (max-width: 767px) {
  .message_content.bg01::before, .message_content.bg02::before {
    height: calc(100% - 3.5rem);
  }
}
.message_content.bg01 .side_cmn, .message_content.bg02 .side_cmn {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
@media (max-width: 767px) {
  .message_content.bg01 .side_cmn, .message_content.bg02 .side_cmn {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.message_content.bg01 {
  margin-bottom: 3.5rem;
}
@media (max-width: 767px) {
  .message_content.bg01 {
    margin-bottom: 2rem;
  }
}
.message_content.bg01::before {
  border-radius: 1.2rem 0 0 1.2rem;
  bottom: 0;
  right: 0;
}
.message_content.bg02::before {
  border-radius: 0 1.2rem 1.2rem 0;
  top: 0;
  left: 0;
}
.message_content p.txt01 {
  margin-bottom: 1em;
}
.message_content .name em {
  font-size: 1.5rem;
  margin-left: 1em;
}
@media (max-width: 767px) {
  .message_content .name em {
    font-size: 1.25rem;
  }
}

/* program　プログラム
============================================================================== */
.program_first .area {
  background-color: #FCFAF6;
  padding: 3.5rem 6% 2.5rem;
}
@media (max-width: 767px) {
  .program_first .area {
    padding: 2rem 4% 1.5rem;
  }
}
.program_first .area:not(:last-child) {
  margin-bottom: 3.3rem;
}
@media (max-width: 767px) {
  .program_first .area:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.program_first .area .ttlwrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 1rem;
  border-bottom: 1px solid #DDD;
  margin-bottom: 1.5rem;
  position: relative;
}
@media (max-width: 767px) {
  .program_first .area .ttlwrap {
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
  }
}
.program_first .area .ttlwrap::before {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #8C60A8;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.program_first .area .ttlwrap .num {
  width: 10%;
  font-size: 4rem;
  color: #8C60A8;
  font-weight: 500;
  line-height: 1;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .program_first .area .ttlwrap .num {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .program_first .area .ttlwrap .num {
    width: 20%;
    font-size: 3rem;
  }
}
.program_first .area .ttlwrap .ttl {
  width: 60%;
}
@media (max-width: 767px) {
  .program_first .area .ttlwrap .ttl {
    width: 80%;
  }
}
.program_first .area .ttlwrap .ttl .txt_sub {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #8C60A8;
  padding: 0em 0.6em;
  line-height: 1.5;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .program_first .area .ttlwrap .ttl h3.ttl_cmn2 {
    font-size: 1.5rem;
    letter-spacing: -0.06em;
  }
}
@media (max-width: 767px) {
  .program_first .area .ttlwrap .ttl h3.ttl_cmn2 {
    font-size: 1.25rem;
  }
}
.program_first .area .ttlwrap .capa {
  width: 30%;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .program_first .area .ttlwrap .capa {
    font-size: 0.875rem;
  }
}
@media (max-width: 767px) {
  .program_first .area .ttlwrap .capa {
    width: 100%;
    text-align: right;
  }
}
.program_first .area .ttlwrap .capa em {
  font-size: 2rem;
  line-height: 1;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .program_first .area .ttlwrap .capa em {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .program_first .area .ttlwrap .capa em {
    font-size: 1.5rem;
  }
}
.program_first p.txt01:not(:last-child) {
  margin-bottom: 2em;
}
.program_first h4.ttl_cmn2 {
  margin-bottom: 0.4em;
}
.program_first figure + h4.ttl_cmn2 {
  margin-top: 1em;
}

.program_guide {
  position: relative;
}
.program_guide::before {
  content: "";
  width: 96%;
  height: 100%;
  background-color: #FCFAF6;
  border-radius: 1.2rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
.ul_external {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.2rem calc(20 / 1080 * 100%);
}
@media (max-width: 767px) {
  .ul_external {
    gap: 0.6rem 4%;
  }
}
.ul_external li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border: 1px solid currentColor;
  border-radius: 5px;
  color: #8C60A8;
  padding: 1rem 5%;
}
@media (min-width: 1200px) {
  .ul_external li a {
    min-height: 108px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .ul_external li a {
    min-height: 90px;
  }
}
@media (max-width: 767px) {
  .ul_external li a {
    padding: 0.5rem 6%;
  }
}
.ul_external li a i {
  font-size: 0.75rem;
}

.program_pamph ul.ul01 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 2rem calc(30 / 1080 * 100%);
  margin-bottom: 4.5rem;
}
@media (max-width: 767px) {
  .program_pamph ul.ul01 {
    margin-bottom: 2.5rem;
  }
}
.program_pamph ul.ul01 li figure {
  margin-bottom: 0.2rem;
}
.program_pamph ul.ul01 li figure img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* guidelines　募集要項・選考方法
============================================================================== */
.guide_program .btmline {
  padding: 4.5rem 0;
}
@media (max-width: 767px) {
  .guide_program .btmline {
    padding: 2rem 0;
  }
}
.guide_program .btmline h3.ttl_cmn2 {
  padding-bottom: 0.5em;
  position: relative;
}
.guide_program .btmline h3.ttl_cmn2::before {
  content: "";
  width: 30px;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.guide_program .btmline p.txt01 {
  margin-bottom: 4em;
}
.guide_program .btmline p.txt02 {
  margin-bottom: 1em;
}
.guide_program .btmline .btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.guide_program .btmline .btn a {
  width: 520px;
  height: 160px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border: 1px solid currentColor;
  border-radius: 10px;
  position: relative;
}
@media (max-width: 767px) {
  .guide_program .btmline .btn a {
    width: 80vw;
    height: 4rem;
  }
}
.guide_program .btmline .btn a p {
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 767px) {
  .guide_program .btmline .btn a p {
    font-size: 1.25rem;
  }
}
.guide_program .btmline .btn a p span {
  display: block;
  font-size: 0.875rem;
  color: #8C60A8;
}
@media (max-width: 767px) {
  .guide_program .btmline .btn a p span {
    font-size: 0.75rem;
  }
}
.guide_program .btmline .btn a > i {
  font-size: 1.25rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 8%;
}
@media (max-width: 767px) {
  .guide_program .btmline .btn a > i {
    font-size: 1rem;
  }
}
.guide_program.bg_cy .btmline {
  background-color: #71A9F5;
}
.guide_program.bg_cy .btmline h3.ttl_cmn2 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.guide_program.bg_cy .btmline h3.ttl_cmn2::before {
  background-color: #fff;
}
.guide_program.bg_go .btmline {
  background-color: #FDE791;
}
.guide_program.bg_go .btmline h3.ttl_cmn2 {
  border-bottom: 1px solid #fff;
}
.guide_program.bg_go .btmline h3.ttl_cmn2::before {
  background-color: #8C60A8;
}

.guide_document .dl_cmn {
  margin-bottom: 2rem;
}
.guide_document p.txt01 {
  margin-bottom: 5em;
}
@media (max-width: 767px) {
  .guide_document p.txt01 {
    margin-bottom: 2.5em;
  }
}

/* 
============================================================================== */
/* contact　お問い合わせ
============================================================================== */
/* テーブル部分　基本 */
.tbl_contact {
  width: 100%;
  margin: 0 auto 3rem;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0 2rem;
}
@media (max-width: 767px) {
  .tbl_contact {
    margin-bottom: 1rem;
  }
}
.tbl_contact .col_th {
  width: 35%;
}
@media (max-width: 767px) {
  .tbl_contact .col_th {
    display: none;
  }
}
.tbl_contact .col_td {
  width: 65%;
}
@media (max-width: 767px) {
  .tbl_contact .col_td {
    display: none;
  }
}
.tbl_contact th, .tbl_contact td {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .tbl_contact th, .tbl_contact td {
    display: block;
    font-size: 0.75rem;
  }
}
.tbl_contact th {
  text-align: left;
  position: relative;
}
@media (max-width: 767px) {
  .tbl_contact th {
    padding-bottom: 0.4rem;
  }
}
.tbl_contact .checkbox-group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media (max-width: 767px) {
  .tbl_contact .checkbox-group {
    grid-template-columns: repeat(1, 1fr);
    margin: 1rem 0;
  }
}

.mr {
  margin: 0 0.4rem;
}

/* テーブル　細かい部分 */
.tbl_contact .required::before,
.tbl_contact .any::before {
  border-radius: 100vmax;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  padding: 0.3rem 1.4rem 0.3rem;
  margin-right: 1rem;
  position: relative;
  top: -0.1rem;
}
@media (max-width: 767px) {
  .tbl_contact .required::before,
  .tbl_contact .any::before {
    padding: 0.1rem 0.5rem;
    margin-right: 0.3rem;
  }
}
.tbl_contact .required::before {
  content: "必須";
  background-color: #8C60A8;
  color: #fff;
}
.tbl_contact .any::before {
  content: "任意";
  background-color: #b2b2b2;
  color: #fff;
}

/* （入力エリア） */
.tbl_contact td input[type=text],
.tbl_contact td input[type=tel],
.tbl_contact td input[type=email],
.tbl_contact td input[type=date],
.tbl_contact td select {
  background: #F4F4F4;
  border-radius: 4px;
  padding: 10px 8px;
}
.tbl_contact td input[type=text],
.tbl_contact td input[type=email] {
  width: 100%;
}
.tbl_contact td input[type=tel] {
  width: 100%;
}
.tbl_contact td .wpcf7-radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media (max-width: 767px) {
  .tbl_contact td .wpcf7-radio {
    margin-top: 1rem;
  }
}
.tbl_contact td .wpcf7-list-item {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  vertical-align: middle;
}
.tbl_contact td .wpcf7-list-item input[type=radio] {
  accent-color: #2a2b2b;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin: 0;
}
.tbl_contact td input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #333333;
  border-radius: 4px;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  margin: 0;
  vertical-align: middle;
}
.tbl_contact td input[type=checkbox]:checked::after {
  content: "✓";
  position: absolute;
  top: -10px;
  left: -4px;
  font-size: 24px;
  color: #333333;
}
.tbl_contact td input[type=date] {
  width: 30%;
}
@media (max-width: 767px) {
  .tbl_contact td input[type=date] {
    width: 100%;
  }
}
.tbl_contact td select {
  width: 40%;
}
@media (max-width: 767px) {
  .tbl_contact td select {
    width: 100%;
  }
}
.tbl_contact td textarea {
  width: 100%;
  height: 150px;
  background-color: #F4F4F4;
  border-radius: 4px;
  padding: 5px;
}
.tbl_contact td span.wpcf7-list-item {
  margin: 0 2em 0 0;
}

.calendar-wrap {
  position: relative;
  display: inline-block;
  width: 100%;
}

.calendar-wrap .flatpickr-input {
  padding-right: 2.5rem;
}

.calendar-icon {
  position: absolute;
  right: 0.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  font-size: 1.2rem;
  color: #00aaff;
  height: auto;
  width: 27px;
}

td.birth {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-align-content: unset;
      -ms-flex-line-pack: unset;
          align-content: unset;
}
td.birth select {
  width: 80px;
}
@media (max-width: 767px) {
  td.birth select {
    width: 15vw;
  }
}
td.birth span:first-child select {
  width: 120px;
}
@media (max-width: 767px) {
  td.birth span:first-child select {
    width: 20vw;
  }
}

.th_textarea {
  vertical-align: top;
}
.th_textarea.required::before, .th_textarea.any::before {
  top: 0.5rem;
}
@media (max-width: 767px) {
  .th_textarea.required::before, .th_textarea.any::before {
    top: 0.3rem;
  }
}

.turns {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 3rem auto 0;
}
.turns .cf7-turnstile iframe {
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}

/* （確認ページはございません～） */
/*.check_confirm {
    font-size: fz(16);
	font-weight: 500;
    text-align: center;
    margin: 0px 0 20px;
    @include mq_sp {
        font-size: fz(14);
        margin: 1rem 0 2rem;
    }
    label {
        padding: 20px;
    }
    span {
        margin-right: 5px;
    }
}*/
/* （送信／リセットボタン） */
.btn_submit {
  display: table;
  margin: 0 auto;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
}
@media (max-width: 767px) {
  .btn_submit {
    font-size: 0.8125rem;
  }
}
.btn_submit input[type=submit] {
  width: 230px;
  height: 52px;
  background-color: #fff;
  border-radius: 100vmax;
  -webkit-box-shadow: 1px 2px 15px rgba(0, 0, 0, 0.19);
          box-shadow: 1px 2px 15px rgba(0, 0, 0, 0.19);
  text-align: center;
  font-size: 1.2rem;
}
@media (max-width: 767px) {
  .btn_submit input[type=submit] {
    width: 70vw;
    height: 3rem;
  }
}
.btn_submit input[type=submit]:hover {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.btn_submit i {
  font-size: 1rem;
  color: #8C60A8;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 8%;
}

/* （選択できないときは色を薄く表示する） */
.btn_submit input[type=submit][disabled] {
  opacity: 0.3;
}

/* （確認チェックが入っている時のみカーソルが変わる ※SPでは機能しない） */
.btn_submit input[type=submit]:not([disabled]):hover {
  cursor: pointer;
  opacity: 0.8;
}

/* （ajax-loaderを消す　送信ボタンの→） */
.ajax-loader {
  display: none !important;
}

.wpcf7-spinner {
  display: none !important;
}

/* thanks　サンクスページ
============================================================================== */
.thanks_first p.txt01 {
  margin-bottom: 3.5em;
}
@media (max-width: 767px) {
  .thanks_first p.txt01 {
    margin-bottom: 2.5em;
  }
}

/* interview　先輩医師の声
============================================================================== */
.interview_list ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.5rem 4%;
  margin-bottom: 5.5rem;
}
@media (max-width: 767px) {
  .interview_list ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem 0;
    margin-bottom: 2.5rem;
  }
}
.interview_list ul li figure {
  margin-bottom: 0.8rem;
}
.interview_list ul li figure img {
  width: 100%;
/*   max-height: 250px; */
  -o-object-fit: cover;
     object-fit: cover;
}
.interview_list ul li .ttl01 {
  margin-bottom: 0.4em;
}
.interview_list ul li .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.interview_list ul li .wrap .txt_sub {
  background-color: #8C60A8;
  border-radius: 100vmax;
  padding: 0 1em;
}

/* news　新着情報
============================================================================== */
.wp-pagenavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: unset;
      -ms-flex-line-pack: unset;
          align-content: unset;
  text-align: center;
}
.wp-pagenavi a, .wp-pagenavi span {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: unset;
      -ms-flex-line-pack: unset;
          align-content: unset;
  border-radius: 100vmax;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
  margin: 0 10px;
}
@media (max-width: 767px) {
  .wp-pagenavi a, .wp-pagenavi span {
    font-size: 0.75rem;
    margin: 0 5px;
  }
}
.wp-pagenavi a:hover {
  opacity: 0.7;
}
.wp-pagenavi span.current {
  background: #8C60A8;
  color: #fff;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  font-size: 0.625rem;
  line-height: 1;
  text-align: center;
}
@media (max-width: 767px) {
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink {
    font-size: 0.5rem;
  }
}

/* 
============================================================================== */
/* 投稿個別
============================================================================== */
.interview_single .top {
  padding-bottom: 5rem;
  margin-bottom: 5rem;
  position: relative;
}
@media (max-width: 767px) {
  .interview_single .top {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
}
.interview_single .top::before {
  content: "";
  width: 100vw;
  height: 50%;
  background-color: #FCFAF6;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
.interview_single .top figure {
  margin-bottom: 1.2rem;
}
.interview_single .top figure img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.interview_single .top .ttl_post {
  margin-bottom: 0.5em;
}
.interview_single .top .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.interview_single .top .wrap .txt_sub {
  background-color: #8C60A8;
  border-radius: 100vmax;
  padding: 0 1em;
  margin-right: 1.5em;
}
.interview_single h2:not(.ttl_post) {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  padding-bottom: 0.8em;
  border-bottom: 1px solid #ddd;
  margin-bottom: 1.5em;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .interview_single h2:not(.ttl_post) {
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  .interview_single h2:not(.ttl_post) {
    font-size: 1.125rem;
  }
}
.interview_single h2:not(.ttl_post)::first-letter {
  font-size: 1.875rem;
  color: #8C60A8;
  line-height: 1.2;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .interview_single h2:not(.ttl_post)::first-letter {
    font-size: 1.375rem;
  }
}
@media (max-width: 767px) {
  .interview_single h2:not(.ttl_post)::first-letter {
    font-size: 1.375rem;
  }
}
.interview_single h2:not(.ttl_post)::before {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #8C60A8;
  position: absolute;
  bottom: -1px;
  left: 0;
}

.curriculum_single .top {
  margin-bottom: 3.5rem;
}
@media (max-width: 767px) {
  .curriculum_single .top {
    margin-bottom: 2rem;
  }
}
.curriculum_single .top .ttl_post {
  margin-bottom: 0em;
}
.curriculum_single h2:not(.ttl_post) {
  background-color: #F2F2E9;
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 1.5;
  padding: 0.5em 1em;
  margin-bottom: 0.8em;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .curriculum_single h2:not(.ttl_post) {
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  .curriculum_single h2:not(.ttl_post) {
    font-size: 1.125rem;
  }
}
.curriculum_single h3:not(.ttl01) {
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.5;
  border-bottom: 1px solid #DDD;
  padding-bottom: 0.4em;
  margin-bottom: 0.8em;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .curriculum_single h3:not(.ttl01) {
    font-size: 1.0625rem;
  }
}
@media (max-width: 767px) {
  .curriculum_single h3:not(.ttl01) {
    font-size: 1.0625rem;
  }
}
.curriculum_single h3:not(.ttl01)::before {
  content: "●";
  font-size: 0.625rem;
  color: #8C60A8;
  margin-right: 1em;
  position: relative;
  top: -2px;
}
.curriculum_single h3:not(.ttl01)::after {
  content: "";
  width: 1.4em;
  height: 1px;
  background-color: #8C60A8;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.curriculum_single h4 {
  font-size: 1.125rem;
  color: #8C60A8;
  font-weight: 700;
  line-height: 1.5;
  padding-left: 1.4em;
  position: relative;
  margin-bottom: 0.8em;
}
@media (max-width: 767px) {
  .curriculum_single h4 {
    font-size: 1rem;
  }
}
.curriculum_single h4::before {
  content: "";
  width: 1.1em;
  height: 1px;
  background-color: #8C60A8;
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
}

.blog_single:not(:last-child) {
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .blog_single:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}
.blog_single article > p:not(:last-child) {
  margin-bottom: 3.5rem;
}
@media (max-width: 767px) {
  .blog_single article > p:not(:last-child) {
    margin-bottom: 1.8rem;
  }
}
.blog_single h2, .blog_single h3, .blog_single h4, .blog_single p, .blog_single figcaption {
  font-family: "IBM Plex Sans" ;
}
.blog_single article > :is(.side_cmn, .area):not(:last-child) {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .blog_single article > :is(.side_cmn, .area):not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
.blog_single p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
}
@media (max-width: 767px) {
  .blog_single p {
    font-size: 0.8125rem;
  }
}
.blog_single article > figure {
  text-align: center;
}
.blog_single article > figure:not(:last-child) {
  margin-bottom: 1.8rem;
}
@media (max-width: 767px) {
  .blog_single article > figure:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.blog_single .btn_cmn {
  margin-top: 4.5rem;
}
@media (max-width: 767px) {
  .blog_single .btn_cmn {
    margin-top: 2rem;
  }
}

/* access　アクセス
============================================================================== */
.access_first .map {
  position: relative;
  width: 100%;
  padding-top: 380px;
  border-radius: 1.2rem;
  margin-bottom: 2.2rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .access_first .map {
    padding-top: 100%;
  }
}
.access_first .map iframe {
  position: absolute;
  top: -200px;
  left: 0;
  width: 100%;
  height: calc(100% + 200px + 200px);
  pointer-events: none;
}
@media (max-width: 767px) {
  .access_first .map iframe {
    top: -30vw;
    height: calc(100% + 30vw + 30vw);
  }
}
.access_first .ttl01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.3;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #DDD;
  margin-bottom: 1.2em;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .access_first .ttl01 {
    font-size: 1.375rem;
  }
}
@media (max-width: 767px) {
  .access_first .ttl01 {
    font-size: 1.3125rem;
  }
}
.access_first .ttl01::before {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #8C60A8;
  position: absolute;
  top: 100%;
  left: 0;
}
.access_first .colwrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem calc(40 / 1080 * 100%);
}
@media (min-width: 768px) and (max-width: 1199px) {
  .access_first .colwrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 767px) {
  .access_first .colwrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
.access_first .colwrap .col .ttl02 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #8C60A8;
  border-radius: 5px;
  padding: 0.2em 0.6em;
  margin-bottom: 1em;
}
.access_first ul li {
  line-height: 20px;
  padding-left: 1.5rem;
  position: relative;
}
@media (max-width: 767px) {
  .access_first ul li {
    line-height: 16px;
    padding-left: 1.2rem;
  }
}
.access_first ul li::after {
  content: "\f105";
  width: 20px;
  height: 20px;
  display: grid;
  place-content: center;
  border: 1px solid currentColor;
  border-radius: 100vmax;
  font-size: 0.5rem;
  color: #707070;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 0em;
  left: 0%;
}
@media (max-width: 767px) {
  .access_first ul li::after {
    width: 16px;
    height: 16px;
  }
}
.access_first ul li:not(:last-child) {
  margin-bottom: 1em;
}

/* feature　特徴
============================================================================== */
.feature_first .unit:not(:last-child) {
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .feature_first .unit:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}
.feature_first .unit .ttl01 {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.3;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #DDD;
  margin-bottom: 1.5em;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .feature_first .unit .ttl01 {
    font-size: 1.375rem;
  }
}
@media (max-width: 767px) {
  .feature_first .unit .ttl01 {
    font-size: 1.3125rem;
  }
}
.feature_first .unit .ttl01::before {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #8C60A8;
  position: absolute;
  top: 100%;
  left: 0;
}
.feature_first .unit .ttl01 em {
  font-size: 4rem;
  color: #8C60A8;
  font-weight: 300;
  line-height: 1;
  margin-right: 0.4em;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .feature_first .unit .ttl01 em {
    font-size: 2.5rem;
  }
}
@media (max-width: 767px) {
  .feature_first .unit .ttl01 em {
    font-size: 2.25rem;
  }
}

/* movie　動画アーカイブ
============================================================================== */
.movie_first ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem calc(40 / 1080 * 100%);
}
@media (max-width: 767px) {
  .movie_first ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem 0;
  }
}
.movie_first ul li .movie {
  width: 100%;
  aspect-ratio: 520/250;
  border-radius: 1.2rem;
  overflow: hidden;
  position: relative;
  margin-bottom: 1.5rem;
}
.movie_first ul li .movie iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 767px) {
  .movie_first ul li .movie {
    margin-bottom: 0.6rem;
  }
}
.movie_first .ttl01 {
  padding-right: 2rem;
  position: relative;
}
.movie_first .ttl01::after {
  content: "\f105";
  width: 30px;
  height: 30px;
  display: grid;
  place-content: center;
  border: 1px solid currentColor;
  border-radius: 100vmax;
  font-size: 0.625rem;
  color: #8C60A8;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 50%;
  right: 0%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  .movie_first .ttl01::after {
    width: 20px;
    height: 20px;
  }
}

/* 初期研修医　　intern
============================================================================== */
.intern_first .colwrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.5rem calc(40 / 1080 * 100%);
}
@media (max-width: 767px) {
  .intern_first .colwrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem 4%;
  }
}
.intern_first .colwrap .col figure {
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .intern_first .colwrap .col figure {
    margin-bottom: 0.5rem;
  }
}
.intern_first .colwrap .col figure img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.intern_first .colwrap .col .ttl01 {
  position: relative;
}
.intern_first .colwrap .col .ttl01 span {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
}
.intern_first .colwrap .col .ttl01::after {
  content: "\f105";
  width: 30px;
  height: 30px;
  display: grid;
  place-content: center;
  border: 1px solid currentColor;
  border-radius: 100vmax;
  font-size: 0.625rem;
  color: #8C60A8;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 50%;
  right: 0%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  .intern_first .colwrap .col .ttl01::after {
    width: 20px;
    height: 20px;
  }
}

/* マッチングデータ　matching
============================================================================== */
.match_data {
  background-color: #FCFAF6;
}
.match_data .colwrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem calc(40 / 1080 * 100%);
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
}
@media (max-width: 767px) {
  .match_data .colwrap {
    grid-template-columns: repeat(1, 1fr);
  }
}

.tbl_match {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.tbl_match col.tbl_ttl {
  width: 50%;
}
.tbl_match col.tbl_con {
  width: 50%;
}
.tbl_match col.tbl_ttl01 {
  width: calc(620 / 1080 * 100%);
}
.tbl_match col.tbl_con01 {
  width: calc(280 / 1080 * 100%);
}
.tbl_match col.tbl_con02 {
  width: calc(200 / 1080 * 100%);
}
.tbl_match th, .tbl_match td {
  border: 1px solid #C3C3C3;
  padding: 0.5em 2%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 767px) {
  .tbl_match th, .tbl_match td {
    font-size: 0.75rem;
  }
}
.tbl_match thead th {
  background-color: #F2F2E9;
  font-weight: 500;
}
.tbl_match tbody th, .tbl_match tbody td {
  background-color: #fff;
}
.tbl_match.alt th, .tbl_match.alt td {
  padding: 0.9em 2%;
}
.tbl_match.alt tbody th {
  background-color: #fcfbf6;
}
.tbl_match.alt tbody td:not(:first-of-type) {
  text-align: left;
	text-align:center;
}

.match_past figure img,
.match_reseach figure img {
  width: 100%;
}

/* 研修終了後の進路　course
============================================================================== */
.course_first .lump:not(:last-child) {
  margin-bottom: 3.5rem;
}
@media (max-width: 767px) {
  .course_first .lump:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}
.course_first .lump figure:not(:last-child) {
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .course_first .lump figure:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}
.course_first .lump figure img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* 小児科専門研修プログラム　pediatrics
============================================================================== */
.pedia_first .lump:not(:last-child) {
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .pedia_first .lump:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.pedia_first .lump p.txt01:not(:last-child) {
  margin-bottom: 1.8em;
}
.pedia_first .tbl_match {
  margin-bottom: 0.8rem;
}
.pedia_first .ttl_cmn2.color_r {
  margin-bottom: 0.8em;
}
.pedia_first .paper {
  max-width: 466px;
  background-color: #f7f7f7;
  padding: 1.2rem 2%;
  margin-inline: auto;
}
.pedia_first .paper h5.ttl_cmn2 {
  padding: 0.4em;
  position: relative;
}
.pedia_first .paper h5.ttl_cmn2::after {
  content: "";
  width: 5em;
  height: 1px;
  background-color: #c9c9c9;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.pedia_first .ttl_cmn2.bg_ash {
  margin-bottom: 0.4em;
}

/* 20251226各種改修 */
.access_way.section_cmn {
	padding: 0 0 5rem;
}
.access_way .ttl01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.3;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #DDD;
  margin-bottom: 1.2em;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .access_way .ttl01 {
    font-size: 1.375rem;
  }
}
@media (max-width: 767px) {
  .access_way .ttl01 {
    font-size: 1.3125rem;
  }
}
.access_way .ttl01::before {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #8C60A8;
  position: absolute;
  top: 100%;
  left: 0;
}

.access_way .way_list {
	display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 50px;
    flex-wrap: wrap;
}

.access_way .way_list li {
	width: calc((100% - 50px) / 2);
}

.access_way .way_list li h4 {
	font-size: 1.4rem;
    font-weight: 600;
    margin: 0 0 16px;
}

.access_way .way_list li h4 span {
	color: #8c60a8;
    font-size: 2.4rem;
    display: block;
    line-height: 1;
    margin: 16px 0 0;
}

.access_way .way_list li p {
	font-size: 1.2rem;
	line-height: 1.6;
}

@media (max-width: 767px) {
	.access_way .way_list li {
		width: 100%;
	}
	
	.access_way .way_list li h4 {
		font-size: 1.2rem;
	}
	
	.access_way .way_list li h4 span {
		font-size: 1.6rem;
	}
	
	.access_way .way_list li p {
		font-size: 1rem;
	}
}

.main_page.main_gallery {
  background: url(images/about/bg_main.jpg) center center/cover no-repeat;
}

.page-gallery .list_link {
	display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
	margin-bottom: 3rem;
}

.page-gallery .list_link a {
	border: solid 2px #8c60a8;
    color: #8c60a8;
    border-radius: 5px;
    font-size: 1rem;
    font-weight: 600;
    padding: 0.25rem 1rem 0.25rem 0.5rem;
	position: relative;
	width: calc((100% - 30px) / 4);
	text-align: center;
}

.page-gallery .list_link a::after {
	font: var(--fa-font-solid);
	content: "\f078";
	position: absolute;
	top: 50%;
	right: 0.25rem;
	transform: translateY(-50%);
	font-size: 0.75rem;
}

.page-gallery .list_contents .item {
	margin-bottom: 3rem;
}

.page-gallery .list_contents .item:last-of-type {
	margin-bottom: 0;
}

.page-gallery .list_contents .item h2 {
	background-color: #8c60a8;
    border-radius: 5px;
    color: #fff;
    padding: 0.5rem;
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

.page-gallery .list_contents .item .images_list {
	display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 10px;
}

.page-gallery .list_contents .item .images_list li {
	width: calc((100% - 30px) / 4);
}

.page-gallery .list_contents .item .images_list li img {
	width: 100%;
	height: auto;
}

.page-gallery .list_contents .item .images_list li p {
	font-weight: 600;
    font-size: 0.8rem;
}

@media (min-width: 768px) and (max-width: 1199px) {
	.page-gallery .list_contents .item .images_list li {
		width: calc((100% - 20px) / 3);
	}
}

@media (max-width: 767px) {
	.page-gallery .list_link a {
		width: calc((100% - 10px) / 2);
	}

	.page-gallery .list_contents .item .images_list li {
		width: calc((100% - 10px) / 2);
	}
}

.about_center h2 {
	color: #8b60a8;
    text-align: center;
}

.about_center p {
	text-align: center;
}

.about_center .center_list {
	display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 10px 20px;
	margin: 2rem 0 0;
}

.about_center .center_list li {
	width: calc((100% - 40px) / 3);
	background-color: #f3e9f9;
    border-radius: 5px;
    text-align: center;
    font-size: 1rem;
    line-height: 1.6;
    padding: 0.5rem 1rem 0.3rem;
}

@media (min-width: 768px) and (max-width: 1199px) {
	.about_center .center_list li {
		width: calc((100% - 20px) / 2);
	}
}

@media (max-width: 767px) {
	.about_center .center_list li {
		width: 100%;
	}
}

/* 
============================================================================== *//*# sourceMappingURL=lower-style.css.map */