@charset "UTF-8";
/*
Theme Name: 2026年度 臨床研修生募集
*/
/* ----------------------------- リセット */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, var, b, i,
dl dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
}

/*body{line-height:1;}*/
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  vertical-align: top;
  /*font-size:0;*/
  line-height: 0;
}

sup {
  font-size: 8px;
}

em {
  font-style: normal;
}

/* ----------------------------- 全体 */
html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic edium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.04em;
  color: #222;
  background-color: #fff;
  position: relative;
  -webkit-text-size-adjust: 100%;
  min-width: 1280px;
  word-break: break-all;
}
body br {
  font-family: sans-serif;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

::-placeholder {
  color: #ccc;
}

a {
  color: #222;
  text-decoration: none;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
a:hover {
  text-decoration: none;
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)";
  filter: alpha(opacity=70);
}

img {
  max-width: 100%;
  height: auto;
}

em {
  font-weight: 500;
}

.u-col__red {
  color: #C85454;
}

.c-wrap {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.c-wrap__1000 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}
/*=======================================
LP
=========================================*/
.l-logo {
  position: absolute;
  left: 30px;
  top: 30px;
  z-index: 1;
}

.p-training__kv {
  background: #FCF9E8;
  padding-top: 20px;
  padding-bottom: 70px;
  text-align: center;
}
.p-training__kv .lead {
  margin-bottom: 20px;
}
.p-training__overview {
  background: #FBF9F5;
  padding-bottom: 70px;
  margin-bottom: 56px;
}
.p-training__overview .heading {
  background: #C85454;
  color: #fff;
  text-align: center;
  padding-top: 42px;
  padding-bottom: 42px;
  margin-bottom: 55px;
}
.p-training__overview .heading .h {
  font-family: "Zen Maru Gothic", "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic edium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 700;
  font-size: 60px;
  font-size: 6rem;
  line-height: 1.5;
}
.p-training__overview .content {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-training__overview .content dl {
  margin: 0;
  margin-bottom: 40px;
  width: 100%;
}
.p-training__overview .content dl:last-child {
  margin-bottom: 0;
}
.p-training__overview .content dl.w50 {
  width: 48.75%;
}
.p-training__overview .content dl.w50 dd {
  font-size: 16px;
  font-size: 1.6rem;
}
.p-training__overview .content dt {
  background: #D98887;
  color: #fff;
  border-radius: 30px;
  padding: 0 15px;
  font-weight: 600;
  margin-bottom: 12px;
  font-size: 18px;
  font-size: 1.8rem;
}
.p-training__overview .content dd {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
}
.p-training__overview .content li {
  position: relative;
  padding-left: 18px;
}
.p-training__overview .content li:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 14px;
  height: 14px;
  background: #D98887;
  border-radius: 100%;
}
.p-training__overview .content li.u-indent5 {
  text-indent: -5.2em;
  padding-left: calc(5.2em + 18px);
}
.p-training__overview .content table {
  width: 100%;
  table-layout: fixed;
}
.p-training__overview .content table th,
.p-training__overview .content table td {
  text-align: center;
  vertical-align: middle;
  border-bottom: 2px solid #fff;
  padding: 4px;
}
.p-training__overview .content table small {
  font-size: 14px;
  font-size: 1.4rem;
}
.p-training__overview .content table .bg1 th,
.p-training__overview .content table .bg1 td {
  background: #F0ECDF;
}
.p-training__overview .content table .bg1 td:nth-child(2) {
  background: #E7E0CB;
}
.p-training__overview .content table .bg2 th,
.p-training__overview .content table .bg2 td {
  background: #E5E5E5;
}
.p-training__overview .content table .bg2 td:nth-child(2) {
  background: #D9D9D9;
}
.p-training__overview .content table .bg3 th,
.p-training__overview .content table .bg3 td {
  background: #F4DDDD;
}
.p-training__overview .content table .bg3 td:nth-child(2) {
  background: #EFCCCC;
}
.p-training__overview .content .note {
  margin-top: 10px;
  font-size: 12px;
  font-size: 1.2rem;
}
.p-training__application {
  text-align: center;
  margin-bottom: 85px;
}
.p-training__application .heading {
  margin-bottom: 30px;
}
.p-training__application .heading .h {
  font-size: 42px;
  font-size: 4.2rem;
  margin-bottom: 12px;
  color: #C85454;
  font-weight: 700;
  font-family: "Zen Maru Gothic", "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic edium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}
.p-training__application .heading .l {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
}
.p-training__application .content {
  background: #EEE;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.p-training__application .content .t {
  font-size: 15px;
  font-size: 1.5rem;
}
.p-training__application .content p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 500;
}
.p-training__document {
  max-width: 1100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding: 50px;
  padding-bottom: 42px;
  margin-bottom: 88px;
  background: #DDE5CC;
}
.p-training__document .heading {
  text-align: center;
  margin-bottom: 35px;
}
.p-training__document .heading .h {
  font-size: 42px;
  font-size: 4.2rem;
  color: #709F3F;
  font-weight: 700;
  font-family: "Zen Maru Gothic", "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic edium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}
.p-training__document .content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-training__document .content dl {
  margin: 0;
}
.p-training__document .content dl:nth-child(1) {
  width: 46%;
  border-right: 1px solid #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 30px;
}
.p-training__document .content dl:nth-child(2) {
  width: 51.4%;
}
.p-training__document .content dt {
  background: #fff;
  color: #709F3F;
  border-radius: 30px;
  padding: 0 15px;
  font-weight: 600;
  margin-bottom: 12px;
  font-size: 18px;
  font-size: 1.8rem;
}
.p-training__document .content dd li {
  text-indent: -2.6em;
  padding-left: 2.6em;
  font-weight: 500;
  margin-bottom: 5px;
}
.p-training__document .content dd li:last-child {
  margin-bottom: 0;
}
.p-training__document .content dd strong {
  font-size: 18px;
  font-size: 1.8rem;
}
.p-training__document .content dd small {
  font-size: 12px;
  font-size: 1.2rem;
  display: inline-block;
  text-indent: -1em;
  padding-left: 1em;
  font-weight: 700;
}
.p-training__document .content .note {
  width: 100%;
  text-align: center;
  margin-top: 35px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
}
.p-training__address {
  text-align: center;
}
.p-training__address .h {
  font-size: 42px;
  font-size: 4.2rem;
  margin-bottom: 18px;
  color: #C85454;
  font-weight: 700;
  font-family: "Zen Maru Gothic", "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic edium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}
.p-training__address p {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
}

.l-footer {
  margin-top: 100px;
}
.l-footer__access {
  background: #665555;
  color: #fff;
  padding-top: 65px;
  padding-bottom: 60px;
}
.l-footer__access .c-wrap {
  display: flex;
  justify-content: space-between;
}
.l-footer__access .box1 {
  width: 40.3634%;
}
.l-footer__access .box1 h1 {
  margin-bottom: 20px;
}
.l-footer__access .box1 p {
  letter-spacing: 0.08em;
  line-height: 160%;
}
.l-footer__access .box1 p a {
  color: #fff;
  text-decoration: underline;
}
.l-footer__access .img1 {
  width: 54.4545%;
}
.l-footer__copyright {
  text-align: center;
  background: #463939;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 120%;
  padding-top: 12px;
  padding-bottom: 12px;
  letter-spacing: 0.08em;
}

/* ----------------------------- タブレット（768～1024px） */
/* ----------------------------- スマホ（～767px） */
@media screen and (max-width: 767px) {
  body {
    min-width: initial;
  }

  .c-wrap {
    max-width: initial;
    padding-left: 10px;
    padding-right: 10px;
  }

  .l-logo {
    left: 10px;
    top: 10px;
  }
  .l-logo img {
    width: 180px;
  }

  .p-training__kv {
    padding: 55px 10px 30px;
  }
  .p-training__kv .lead {
    margin-bottom: 10px;
  }
  .p-training__kv .h {
    padding-left: 10px;
    padding-right: 10px;
  }
  .p-training__overview {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  .p-training__overview .heading {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  .p-training__overview .heading .h {
    font-size: 32px;
    font-size: 3.2rem;
  }
  .p-training__overview .content {
    display: block;
  }
  .p-training__overview .content dl {
    margin-bottom: 40px;
  }
  .p-training__overview .content dl.w50 {
    width: auto;
  }
  .p-training__overview .content dt {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .p-training__overview .content dd {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .p-training__overview .content li:before {
    width: 12px;
    height: 12px;
  }
  .p-training__overview .content table small {
    font-size: 12px;
    font-size: 1.2rem;
    display: block;
    line-height: 1;
  }
  .p-training__application {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 40px;
  }
  .p-training__application .heading .h {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 6px;
  }
  .p-training__application .heading .l {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .p-training__application .content .t {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .p-training__application .content p {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .p-training__document {
    padding: 20px;
    margin-bottom: 40px;
  }
  .p-training__document .heading {
    margin-bottom: 20px;
  }
  .p-training__document .heading .h {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .p-training__document .content {
    display: block;
  }
  .p-training__document .content dl:nth-child(1), .p-training__document .content dl:nth-child(2) {
    width: auto;
  }
  .p-training__document .content dl:nth-child(1) {
    border-right: 0;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .p-training__document .content dt {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .p-training__document .content dd strong {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .p-training__document .content dd small {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .p-training__document .content .note {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 25px;
    text-align: left;
  }
  .p-training__address .h {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 6px;
  }
  .p-training__address p {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .l-footer {
    margin-top: 60px;
  }
  .l-footer__access {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .l-footer__access .c-wrap {
    display: block;
  }
  .l-footer__access .box1,
  .l-footer__access .map {
    width: auto;
  }
  .l-footer__access .box1 {
    margin-bottom: 40px;
    text-align: center;
  }
  .l-footer__access .img1 {
    width: auto;
  }
  .l-footer__copyright {
    font-size: 10px;
    font-size: 1rem;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
