@charset "UTF-8";
/*==================================================*/
/* ¥ì¥¹¥Ý¥ó¥·¥ÖÓÃcss */
/*==================================================*/
.pc {
  display: block; }
  .pc.inline {
    display: inline; }
  .pc.flex {
    display: flex; }

.sp {
  display: none; }
  .sp.inline {
    display: none; }
  .sp.flex {
    display: none; }

br.pc {
  display: inline; }

br.tab {
  display: none; }

br.sp {
  display: none; }

span.pc {
  display: inline; }

span.tab {
  display: none; }

span.sp {
  display: none; }

@media (max-width: 1023px) {
  br.tab {
    display: inline; }

  span.pc {
    display: none; }

  span.tab {
    display: inline; } }
@media (max-width: 750px) {
  .pc {
    display: none; }
    .pc.inline {
      display: none; }
    .pc.flex {
      display: none; }

  .sp {
    display: block; }
    .sp.inline {
      display: inline; }
    .sp.flex {
      display: flex; }

  br.pc {
    display: none; }

  br.tab {
    display: none; }

  br.sp {
    display: inline; }

  span.sp {
    display: inline; } }
/*==================================================*/
/* ¥¢¥Ë¥á©`¥·¥ç¥óÓÃcss */
/*==================================================*/
/*==================================================*/
/*==============================================================*/
/* ¥¢¥Ë¥á©`¥·¥ç¥ó */
/*==============================================================*/
@-webkit-keyframes scroll {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(20px); }
  100% {
    transform: translateY(0); } }
@-moz-keyframes scroll {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(20px); }
  100% {
    transform: translateY(0); } }
@keyframes scroll {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(20px); }
  100% {
    transform: translateY(0); } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

html {
  scroll-behavior: smooth; }

body {
  line-height: 1; }

a {
  text-decoration-skip-ink: auto; }

a[href^="tel"] {
  color: inherit;
  text-decoration: none; }

button {
  outline: 0; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

q {
  display: inline;
  font-style: italic; }

q:before {
  content: '"';
  font-style: normal; }

q:after {
  content: '"';
  font-style: normal; }

textarea, input[type="text"], input[type="button"], input[type="submit"], input[type="reset"], input[type="search"], input[type="password"] {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0; }

input[type="search"] {
  -webkit-appearance: textfield; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

th, td {
  padding: 2px; }

big {
  font-size: 120%; }

small, sup, sub {
  font-size: 80%; }

sup {
  vertical-align: super; }

sub {
  vertical-align: sub; }

dd {
  margin-left: 20px; }

kbd, tt {
  font-family: courier;
  font-size: 12px; }

ins {
  text-decoration: underline; }

del, strike, s {
  text-decoration: line-through; }

dt {
  font-weight: bold; }

address, cite, var {
  font-style: italic; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent; }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important; }

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  word-break: normal; }

.screen-reader-text:focus {
  background-color: #f7f7f7;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #007acc;
  display: block;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 700;
  height: auto;
  right: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; }

.skip-link {
  left: -9999rem;
  top: 2.5rem;
  z-index: 999999999;
  text-decoration: underline; }

.skip-link:focus {
  display: block;
  left: 6px;
  top: 7px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  line-height: normal;
  padding: 15px 23px 14px;
  z-index: 100000;
  right: auto; }

.visually-hidden:not(:focus):not(:active), .form-allowed-tags:not(:focus):not(:active) {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap; }

img {
  vertical-align: bottom; }
  @media (max-width: 750px) {
    img {
      width: 100%; } }

/*==================================================*/
/* ¹²Í¨ */
/*==================================================*/
body {
  font-family: "ÓÎ¥´¥·¥Ã¥¯", "¥Ò¥é¥®¥Î½Ç¥´ Pro W3", "¥á¥¤¥ê¥ª", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #4D4D4D;
  min-width: 1200px; }
  @media (max-width: 750px) {
    body {
      font-size: 16px;
      min-width: inherit; } }

.font-serif, .top--visual-text, .lower--visual-text .jp, .lower--admission-cont h3, .lower--admission-cont h4 {
  font-family: 'ÓÎÃ÷³¯','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif; }

.text-v, .top--visual-text, .top--visual-right h1, .top--visual-right .web_site .name, .lower--visual-text .jp {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl; }

.text-h {
  writing-mode: horizontal-tb; }

#wrapper {
  position: relative;
  overflow: hidden; }

a {
  color: #4D4D4D;
  text-decoration: none;
  transition: opacity .3s; }
  a:hover {
    opacity: .7; }
    @media (max-width: 1023px) {
      a:hover {
        opacity: 1; } }

p {
  line-height: calc(30 / 16); }

li {
  list-style: none; }

.cont_w {
  width: 1100px;
  max-width: 85vw;
  margin: 0 auto; }

.giji, .l_btn a::after, #totop a::before {
  display: block;
  position: absolute;
  content: ""; }

.img-cover img, .l_bottom_slider li img, .top--visual-img li img, .top--dream-inr .box .thum img, .lower--visual-img img, .lower--admission-cont .img_flex figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;'; }

.img-contain img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  font-family: 'object-fit: contain;'; }

.l_btn a {
  position: relative;
  display: inline-block;
  min-width: 14vw;
  padding: 0.8vw 2.6666666667vw;
  font-size: 16px;
  color: #fff;
  text-align: center;
  border: solid 2px #007A8E;
  border-radius: 0.6666666667vw;
  background: #007A8E;
  transition: all .3s; }
  .l_btn a::after {
    right: 1.2vw;
    top: 50%;
    width: 0.7333333333vw;
    height: 0.6666666667vw;
    background: url("/med/hifu/assets/css/images/arrow-btn.svg") no-repeat 0 0/contain;
    transform: translateY(-50%); }
  .l_btn a:hover {
    color: #007A8E;
    background: #fff;
    opacity: 1; }
    .l_btn a:hover::after {
      background: url("/med/hifu/assets/css/images/arrow-btn-blue.svg") no-repeat 0 0/contain; }
@media (max-width: 750px) {
  .l_btn a {
    min-width: 46.4vw;
    padding: 3.2vw 10.6666666667vw;
    font-size: 13px;
    border-radius: 2.6666666667vw; }
    .l_btn a::after {
      right: 4vw;
      width: 2.6666666667vw;
      height: 2.1333333333vw; } }

#totop {
  position: fixed;
  right: 2.6666666667vw;
  bottom: 2.6666666667vw;
  z-index: 10000;
  width: 3.6666666667vw;
  height: 6.6666666667vw; }
  #totop a {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding-bottom: 1.1333333333vw;
    background: #007A8E;
    font-size: 12px;
    text-align: center;
    color: #fff; }
    #totop a::before {
      left: 50%;
      top: 1vw;
      width: 1vw;
      height: 1vw;
      border-top: solid 2px #fff;
      border-right: solid 2px #fff;
      transform: rotate(-45deg) translateX(-75%); }
  @media (max-width: 750px) {
    #totop {
      right: 2.1333333333vw;
      bottom: 2.6666666667vw;
      width: 12.2666666667vw;
      height: 22.4vw; }
      #totop a {
        padding-bottom: 4.5333333333vw;
        font-size: 9px; }
        #totop a::before {
          top: 4vw;
          width: 4vw;
          height: 4vw; } }

.footer {
  border-top: solid 1px #6EC954;
  margin-top: 0px; }
  .footer--inr {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    padding: 55px 0 60px;
    margin: 0 auto; }
    @media (max-width: 750px) {
      .footer--inr {
        flex-direction: column;
        align-items: center;
        width: 340px;
        padding: 85px 0 30px; } }
    .footer--inr .left .site_name {
      display: flex;
      align-items: center;
      margin-bottom: 30px; }
      .footer--inr .left .site_name .sub {
        margin-right: 15px;
        font-size: 16px; }
      .footer--inr .left .site_name .main {
        font-size: 32px;
        font-weight: 700;
        letter-spacing: 0.4em; }
      @media (max-width: 750px) {
        .footer--inr .left .site_name {
          display: flex;
          align-items: center;
          justify-content: center;
          margin-bottom: 12px; }
          .footer--inr .left .site_name .sub {
            margin-right: 15px;
            font-size: 16px; }
          .footer--inr .left .site_name .main {
            font-size: 32px;
            font-weight: 700;
            letter-spacing: 0.4em; } }
    .footer--inr .left .address {
      margin-bottom: 20px;
      font-size: 14px; }
      .footer--inr .left .address .map {
        cursor: pointer;
        display: inline-block;
        padding: .3em .4em;
        margin-left: 1em;
        background: #6EC954;
        color: #fff;
        font-weight: 500; }
        .footer--inr .left .address .map .ico {
          margin-right: .2em; }
      @media (max-width: 750px) {
        .footer--inr .left .address {
          text-align: center; }
          .footer--inr .left .address .map {
            margin-top: 1em; }
            .footer--inr .left .address .map .ico {
              width: 1em;
              margin-right: .2em; } }
    .footer--inr .left .tel {
      font-size: 20px;
      font-weight: 700; }
      @media (max-width: 750px) {
        .footer--inr .left .tel {
          text-align: center; } }
    .footer--inr .right .logo {
      width: 92px;
      margin-left: auto; }
      .footer--inr .right .logo img {
        width: 100%; }
      @media (max-width: 750px) {
        .footer--inr .right .logo {
          margin: 15px auto 20px; } }
    .footer--inr .right small {
      display: block;
      margin-top: 20px;
      font-size: 11px; }
      @media (max-width: 750px) {
        .footer--inr .right small {
          text-align: center;
          line-height: 1.4; } }

.header {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 9999;
  width: 100%;
  height: 112px;
  transform: translateX(-50%); }
  .header.active {
    position: fixed;
    background: #fff; }
  @media (max-width: 750px) {
    .header {
      position: fixed;
      height: 50px;
      background: #fff; } }
  .header--inr {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto; }
    .header--inr.w1100 {
      width: 1100px; }
    @media (max-width: 750px) {
      .header--inr {
        width: 340px; }
        .header--inr > .site_name {
          margin-top: 11px !important; }


    .header--inr.w1100 {
      width: 340px; }

 }

  .header #sp_btn {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    width: 50px;
    height: 50px;
    text-align: center; }
    .header #sp_btn .line {
      position: absolute;
      top: 16px;
      left: 50%;
      width: 23px;
      height: 2px;
      background: #4D4D4D;
      transform: translateX(-50%); }
      .header #sp_btn .line::before, .header #sp_btn .line::after {
        position: absolute;
        display: block;
        width: 100%;
        height: 2px;
        background: #4D4D4D;
        content: ""; }
      .header #sp_btn .line::before {
        top: -5px; }
      .header #sp_btn .line::after {
        bottom: -5px; }
    .header #sp_btn .text {
      position: absolute;
      left: 50%;
      bottom: 11px;
      font-size: 10px;
      transform: translateX(-50%); }
    .header #sp_btn.active {
      background: #6EC954; }
      .header #sp_btn.active .line {
        background: transparent; }
        .header #sp_btn.active .line::before, .header #sp_btn.active .line::after {
          background: #fff; }
        .header #sp_btn.active .line::before {
          top: 0;
          transform: rotate(25deg); }
        .header #sp_btn.active .line::after {
          bottom: 0;
          transform: rotate(-25deg); }
      .header #sp_btn.active .text {
        color: #fff; }
  .header--nav {
    display: flex;
    align-items: center;
    height: 100%;
    padding-top: 20px; }
    .header--nav li {
      white-space: nowrap;
      font-weight: 500; }
      .header--nav li + li {
        margin-left: 55px; }
    @media (max-width: 750px) {
      .header--nav {
        display: block;
        height: auto; }
        .header--nav li {
          position: relative;
          padding-left: 1.2em;
          font-weight: 700; }
          .header--nav li::before {
            position: absolute;
            left: 0;
            content: "¨D"; }
          .header--nav li + li {
            margin-left: 0;
            margin-top: 1em; } }
  .header .site_name.lower {
    display: flex;
    align-items: center; }
    .header .site_name.lower .logo {
      width: 70px; }
      .header .site_name.lower .logo img {
        width: 100%; }
    .header .site_name.lower .name {
      margin-left: 15px; }
      .header .site_name.lower .name .sub {
        display: block;
        font-size: 16px; }
      .header .site_name.lower .name .main {
        display: block;
        margin-top: 5px;
        font-size: 32px;
        font-weight: 700;
        letter-spacing: .75em;
        white-space: nowrap; }
    @media (max-width: 750px) {
      .header .site_name.lower {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 40px; }
        .header .site_name.lower .logo {
          width: 30px;
          margin-right: 1em; }
        .header .site_name.lower .name {
          display: flex;
          align-items: center; }
          .header .site_name.lower .name .sub {
            margin-right: 1em;
            font-size: 13px; }
          .header .site_name.lower .name .main {
            font-size: 23px;
            font-weight: 700;
            letter-spacing: .3em; } }
  @media (max-width: 750px) {
    .header .site_name {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 40px; }
      .header .site_name .logo {
        width: 30px;
        margin-right: 1em; }
      .header .site_name .name {
        display: flex;
        align-items: center; }
        .header .site_name .name .sub {
          margin-right: 1em;
          font-size: 13px; }
        .header .site_name .name .main {
          font-size: 23px;
          font-weight: 700;
          letter-spacing: .3em; } }
  .header .address {
    margin-top: 1em;
    font-size: 13px;
    font-weight: 700;
    text-align: center; }
    .header .address .map {
      display: inline-block;
      padding: .3em .4em;
      margin-top: .8em;
      color: #fff;
      background: #6EC954; }
      .header .address .map .ico {
        width: 1em;
        margin-right: .2em; }
  .header .tel {
    text-align: center;
    font-size: 23px;
    font-weight: 700;
    margin: 1em 0; }
  @media (max-width: 750px) {
    .header .web_site {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-top: 35px; }
      .header .web_site .mark {
        width: 30px; }
      .header .web_site .name {
        margin-left: 1em;
        font-size: 13px; } }
  .header--info_btn {
    display: block;
    width: 127px;
    height: 127px;
    padding: 55px 0 20px;
    margin-top: -30px;
    text-align: center;
    background: #6EC954;
    border-radius: 50%;
    cursor: pointer; }
    .header--info_btn span {
      display: block;
      margin-bottom: 10px;
      font-weight: 700;
      color: #fff; }
    .header--info_btn .ico {
      display: block;
      width: 24px;
      margin: 0 auto; }
    @media (max-width: 750px) {
      .header--info_btn {
        position: absolute;
        right: 13px;
        bottom: -84px;
        width: 64px;
        height: 64px;
        padding: 15px 0;
        margin-top: 0;
        font-size: 11px; }
        .header--info_btn span {
          margin-bottom: 4px; }
        .header--info_btn .ico {
          width: 20px; } }
  @media (max-width: 750px) {
    .header--menu {
      position: fixed;
      top: 0;
      left: 0;
      z-index: 999;
      width: 100%;
      height: 100vh;
      background: rgba(255, 255, 255, 0.95);
      padding: 40px;
      transition: transform .3s;
      transform: translateX(100%); }
      .header--menu.active {
        transform: translateX(0); } }

.l_bottom_slider li {
  width: 275px;
  height: 200px;
  padding: 1px; }

#page_top {
  position: fixed;
  right: 50px;
  bottom: 60px; }
  @media (max-width: 750px) {
    #page_top {
      right: 20px;
      bottom: 70px; } }

/*==================================================*/
/* top */
/*==================================================*/
.top--visual {
  position: relative;
  z-index: 9998;
  display: flex; }
  .top--visual-text {
    padding: 170px 6.25% 0 6.875%;
    font-size: 40px; }
  .top--visual-img {
    width: 68.75%;
    height: 700px;
    margin-top: 112px; }
    .top--visual-img li {
      width: 100%;
      height: 700px; }
  .top--visual-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 9.375%;
    padding-top: 50px; }
    .top--visual-right h1 .sub {
      font-size: 20px; }
    .top--visual-right h1 .main {
      margin-top: 20px;
      font-size: 40px;
      font-weight: 700;
      letter-spacing: .5em; }
    .top--visual-right .web_site {
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-top: 208px; }
      .top--visual-right .web_site .name {
        margin-top: 10px;
        line-height: 1.4; }
  @media (max-width: 750px) {
    .top--visual {
      display: flex;
      flex-direction: column; }
      .top--visual-text {
        display: none; }
      .top--visual-img {
        width: 100%;
        height: 250px;
        margin-top: 50px; }
        .top--visual-img li {
          width: 100%;
          height: 250px; }
      .top--visual-right {
        display: none; } }
.top--dream {
  position: relative;
  margin-top: 150px;
  padding: 60px 0;
  background: #E7F1E8; }
  @media (max-width: 750px) {
    .top--dream {
      margin-top: 60px;
      padding: 113px 0 20px;
      background: #E7F1E8; } }
  .top--dream-inr {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 1200px;
    margin: 0 auto; }
    @media (max-width: 750px) {
      .top--dream-inr {
        display: block;
        width: 390px; } }
    .top--dream-inr .box {
      display: flex;
      align-items: center;
      width: 49.2%;
      padding: 10px;
      background: #fff; }
      .top--dream-inr .box:nth-child(2) {
        opacity: 0; }
      .top--dream-inr .box:nth-child(n+4) {
        margin-top: 20px; }
      .top--dream-inr .box .thum {
        width: 24.5%;
        height: 144px;
        margin-right: 20px; }
      .top--dream-inr .box .inr {
        width: 70.2%; }
      .top--dream-inr .box .name {
        margin-bottom: 5px;
        font-weight: 700;
        font-size: 20px; }
        .top--dream-inr .box .name span {
          margin-left: 20px;
          color: #6EC954;
          font-size: 16px; }
      .top--dream-inr .box .link {
        display: flex;
        flex-wrap: wrap; }
        .top--dream-inr .box .link li:not(:nth-child(1)) {
          position: relative;
          margin-left: 10px;
          padding-left: 10px; }
          .top--dream-inr .box .link li:not(:nth-child(1))::before {
            position: absolute;
            left: -.2em;
            color: #6EC954;
            content: "|"; }
          .top--dream-inr .box .link li:not(:nth-child(1)).re {
            margin-left: 0;
            padding-left: 0; }
            .top--dream-inr .box .link li:not(:nth-child(1)).re::before {
              display: none; }
        .top--dream-inr .box .link li {
          margin-top: 15px; }
      @media (max-width: 750px) {
        .top--dream-inr .box {
          width: 100%; }
          .top--dream-inr .box:nth-child(2) {
            display: none; }
          .top--dream-inr .box:nth-child(n+4) {
            margin-top: 10px; }
          .top--dream-inr .box:nth-child(n+2) {
            margin-top: 10px; }
          .top--dream-inr .box .thum {
            width: 48%;
            height: 140px;
            margin-right: 10px; }
          .top--dream-inr .box .inr {
            width: 51%; }
          .top--dream-inr .box .name {
            margin-bottom: 1em;
            font-size: 16px; }
            .top--dream-inr .box .name span {
              display: block;
              margin-left: 0;
              margin-top: .3em;
              font-size: 13px; }
          .top--dream-inr .box .link {
            display: block;
            font-size: 13px; }
            .top--dream-inr .box .link li:not(:nth-child(1)) {
              margin-left: 0;
              padding-left: 0; }
              .top--dream-inr .box .link li:not(:nth-child(1))::before {
                display: none; }
              .top--dream-inr .box .link li:not(:nth-child(1)).re {
                margin-left: 0;
                padding-left: 0; }
                .top--dream-inr .box .link li:not(:nth-child(1)).re::before {
                  display: none; }
            .top--dream-inr .box .link li {
              margin-top: 8px; } }
  .top--dream-ttl {
    position: absolute;
    top: -132px;
    left: 95px; }
    @media (max-width: 750px) {
      .top--dream-ttl {
        display: flex;
        align-items: center;
        top: -156px;
        left: 0; }
        .top--dream-ttl img {
          width: 130px; }
        .top--dream-ttl .sp {
          margin-top: -30px;
          margin-left: 20px;
          font-family: 'ÓÎÃ÷³¯','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
          font-size: 24px;
          line-height: 1.5;
          white-space: nowrap; } }
.top--info {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 5% auto; }
  @media (max-width: 750px) {
    .top--info {
      display: block;
      width: 390px; } }
  .top--info-list {
    width: 35.4%; }
    .top--info-list h3 {
      margin-bottom: 25px;
      font-weight: 700;
      font-size: 20px; }
      .top--info-list h3 span {
        margin-left: 20px;
        color: #6EC954;
        font-size: 16px; }
    .top--info-list .list_wrap {
      border-top: solid 1px #E7F1E8;
      border-bottom: solid 1px #E7F1E8; }
      .top--info-list .list_wrap li:nth-child(n+2) {
        border-top: solid 1px #E7F1E8; }
      .top--info-list .list_wrap li {
        padding: 12px 0; }
        .top--info-list .list_wrap li p {
          margin-bottom: 1em;
          font-size: 15px;
          font-weight: 700;
          line-height: 1.5; }
        .top--info-list .list_wrap li .link {
          text-align: right; }
        .top--info-list .list_wrap li a {
          color: #6EC954;
          font-size: 14px;
          font-weight: 700;
          text-align: right; }
    @media (max-width: 750px) {
      .top--info-list {
        width: 100%; } }
  .top--info-facebook {
    width: 35.8%; }
    @media (max-width: 750px) {
      .top--info-facebook {
        width: 100%;
        margin: 50px 0 35px; } }
  .top--info-bn {
    width: 20.8%; }
    .top--info-bn li + li {
      margin-top: 10px; }
    @media (max-width: 750px) {
      .top--info-bn {
        width: 236px;
        margin: 0 auto; } }

/*==================================================*/
/* top */
/*==================================================*/
.lower--visual {
  position: relative;
  margin-top: 112px; }
  @media (max-width: 750px) {
    .lower--visual {
      margin-top: 50px; } }
  .lower--visual-img {
    width: 100%;
    height: 300px; }
    @media (max-width: 750px) {
      .lower--visual-img {
        height: 130px; } }
  .lower--visual-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    right: 240px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff; }
    .lower--visual-text .jp {
      display: block;
      font-size: 40px; }
    .lower--visual-text .en {
      display: block;
      margin-top: 1.4em;
      font-size: 16px;
      text-align: center; }
    @media (max-width: 750px) {
      .lower--visual-text {
        position: absolute;
        top: 180px;
        align-items: flex-start;
        right: auto;
        left: 20px;
        color: #4D4D4D;
        margin: 0 auto;
        width: 340px; }
        .lower--visual-text .jp {
          white-space: nowrap;
          font-size: 24px;
          writing-mode: horizontal-tb; }
        .lower--visual-text .en {
          margin-top: 5px;
          font-size: #6EC954;
          color: #6EC954; } }

.lower--admission {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1200px;
  padding-top: 110px;
  margin: 0 auto; }
  @media (max-width: 750px) {
    .lower--admission {
      width: 370px;
      padding-top: 60px; } }
  .lower--admission-cont {
    width: 870px; }
    @media (max-width: 750px) {
      .lower--admission-cont {
        width: 100%;
        margin: 0 auto; } }
    .lower--admission-cont h3 {
      position: relative;
         margin-top: 60px;
      margin-bottom: 90px;
      padding-bottom: 40px;
      text-align: center;
      font-size: 30px; }
      .lower--admission-cont h3::after {
        display: block;
        position: absolute;
        bottom: 0;
        left: 50%;
        font-size: 15px;
        color: #6EC954;
        content: "¡ñ";
        transform: translateX(-50%); }
      @media (max-width: 750px) {
        .lower--admission-cont h3 {
          font-size: 24px;
          margin-top: 60px;
          margin-bottom: 40px;
          padding-bottom: 30px; } }
    .lower--admission-cont h4 {
      position: relative;
      padding-bottom: 15px;
      font-size: 24px;
      line-height: 1.4; }
      .lower--admission-cont h4::before {
        position: absolute;
        left: 0;
        bottom: 0;
        display: block;
        width: 100%;
        height: 5px;
        width: 100%;
        background: #D9D9D9;
        content: ""; }
      .lower--admission-cont h4::after {
        width: 200px;
        height: 5px;
        position: absolute;
        left: 0;
        bottom: 0;
        background: #6EC954;
        content: ""; }
    .lower--admission-cont h5 {
      margin-top: 55px;
      margin-bottom: 5px;
      font-size: 18px;
      font-weight: 700;
      color: #6EC954;
      line-height: 1.4; }
      .lower--admission-cont h5 + h5 {
        margin-top: 15px; }
    .lower--admission-cont h6 {
      margin-top: 15px;
      margin-bottom: 10px;
      padding-left: 1em;
      font-size: 15px;
      font-weight: 700;
      color: #6EC954; }
    .lower--admission-cont p {
        text-align: justify;
      font-size: 15px; }
      @media (max-width: 750px) {
        .lower--admission-cont p {
          font-size: 15px; } }
    .lower--admission-cont a {
      color: #6EC954; }
      .lower--admission-cont a strong {
        color: #4D4D4D;
        font-weight: 700; }
    .lower--admission-cont ol li {
      padding-left: 1.5em;
      line-height: 2; }
      @media (max-width: 750px) {
        .lower--admission-cont ol li {
          font-size: 13px; } }
    .lower--admission-cont .lead {
      font-size: 15px;
      line-height: 2;
        text-align: justify}
    .lower--admission-cont .indent {
      padding-left: 1em;
        text-align: justify}
    .lower--admission-cont .sub_section {
      margin-top: 85px; }
      @media (max-width: 750px) {
        .lower--admission-cont .sub_section {
          width: 370px;
          margin: 60px 0 0 0; } }
    .lower--admission-cont .img_flex {
      display: flex;
      margin-top: 45px; }
      .lower--admission-cont .img_flex figure {
        width: 420px;
        height: 300px; }
        .lower--admission-cont .img_flex figure + figure {
          margin-left: 30px; }

      @media (max-width: 750px) {
        .lower--admission-cont .img_flex {
          display: block; }
          .lower--admission-cont .img_flex figure {
            width: 100%;
            height: 270px;}
            .lower--admission-cont .img_flex figure + figure {
              margin-left: 0;
              margin-top: 20px;} 
        .lower--admission-cont .img_flex figure.about-doctor {
          width: 100%;
          height: auto; }
        .lower--admission-cont .img_flex figure.doctor-lead {
          width: 100%;}
        .lower--admission-cont ul.about li.about-career1 {
          width:100%;
          margin-top: 20px;
          font-size: 13px;}
        .lower--admission-cont ul.about li.about-career2 {
          width:100%;
          margin-top: 20px;
          font-size: 13px;}
        .lower--admission-cont ul.about li.about-career3 {
          width:100%;
          margin-top: 20px;
          font-size: 13px;}
        .lower--admission-cont ul.about li.about-career4 {
          width:100%;
          margin-top: 20px;
          font-size: 13px;}}
  .lower--admission-nav {
    width: 260px; }
    .lower--admission-nav .ttl {
      padding: 20px;
      text-align: center;
      font-weight: 700;
      color: #fff;
      background: #6EC954; }
    .lower--admission-nav .list li {
      position: relative;
      border-bottom: solid 1px #CCCCCC; }
      .lower--admission-nav .list li a {
        display: block;
        padding: 20px 20px 20px 0; }
        .lower--admission-nav .list li a::after {
          position: absolute;
          top: 50%;
          right: 0;
          font-weight: 700;
          color: #6EC954;
          content: ">";
          transform: translateY(-50%); }
    @media (max-width: 750px) {
      .lower--admission-nav {
        display: none; } }
  .lower--admission .full-width { /*×·¼Ó*/
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    background-color: #F7F7F7;}
  .lower--admission .section_n2 {
    margin-top: 100px;
    padding: 100px 0; }
    @media (max-width: 750px) {
      .lower--admission .section_n2 {
        margin-top: 50px;
        padding: 50px 0; } }
  .lower--admission .section_n3 dl {
    display: flex; }
    @media (max-width: 750px) {
      .lower--admission .section_n3 dl {
        display: block; } }
    .lower--admission .section_n3 dl + dl {
      margin-top: 20px; }
    .lower--admission .section_n3 dl dt {
      position: relative;
      width: 300px;
      padding: 20px;
      background: #6EC954;
      color: #fff;
      font-weight: 700;
      font-size: 20px;
      line-height: 1.4; }
      .lower--admission .section_n3 dl dt .must {
        display: inline-block;
        position: absolute;
        right: 20px;
        top: 30px;
        padding: .4em .6em;
        font-size: 15px;
        color: #6EC954;
        background: #fff;
        transform: translateY(-50%); }
      @media (max-width: 750px) {
        .lower--admission .section_n3 dl dt {
          width: 370px;
          font-size: 15px; }
          .lower--admission .section_n3 dl dt .must {
            font-size: 10px; } }
    .lower--admission .section_n3 dl dd {
      width: 550px;
      background: #E7F1E8; }
      @media (max-width: 750px) {
        .lower--admission .section_n3 dl dd {
          width: 370px;
          margin: 0; } }
      .lower--admission .section_n3 dl dd input {
        padding: 25px;
        background: none;
        border: none;
        font-weight: 700;
        font-size: 20px;
font-family: "ÓÎ¥´¥·¥Ã¥¯", "¥Ò¥é¥®¥Î½Ç¥´ Pro W3", "¥á¥¤¥ê¥ª", sans-serif;
width:100%;}
        .lower--admission .section_n3 dl dd input::placeholder {
          color: #C9CACA; }
        @media (max-width: 750px) {
          .lower--admission .section_n3 dl dd input {
            font-size: 15px;
            padding: 15px; } }
      .lower--admission .section_n3 dl dd textarea {
        font-family: "ÓÎ¥´¥·¥Ã¥¯", "¥Ò¥é¥®¥Î½Ç¥´ Pro W3", "¥á¥¤¥ê¥ª", sans-serif;
        padding: 25px;
        width: 100%;
        height: 100%;
        background: none;
        border: 0;
        font-weight: 700;
        font-size: 20px; }
        .lower--admission .section_n3 dl dd textarea::placeholder {
          color: #C9CACA; }
        @media (max-width: 750px) {
          .lower--admission .section_n3 dl dd textarea {
            font-size: 15px;
            padding: 15px; } }
      .lower--admission .section_n3 dl dd .radio_wrap {
        display: flex;
        padding: 25px; }
        @media (max-width: 750px) {
          .lower--admission .section_n3 dl dd .radio_wrap {
            padding: 15px; } }
      .lower--admission .section_n3 dl dd .radio {
        font-size: 20px;
        color: #6EC954;
        font-weight: 700;
        margin-right: 25px; }
        @media (max-width: 750px) {
          .lower--admission .section_n3 dl dd .radio {
            font-size: 14px; } }
        .lower--admission .section_n3 dl dd .radio input {
          margin-right: .4em; }
        .lower--admission .section_n3 dl dd .radio label {
          position: relative;
          cursor: pointer;
          padding-left: 30px; }
        .lower--admission .section_n3 dl dd .radio label::before,
        .lower--admission .section_n3 dl dd .radio label::after {
          content: "";
          display: block;
          border-radius: 50%;
          position: absolute;
          transform: translateY(-50%);
          top: 50%; }
        .lower--admission .section_n3 dl dd .radio label::before {
          background-color: #fff;
          border: 1px solid #6EC954;
          border-radius: 50%;
          width: 20px;
          height: 20px;
          left: 5px; }
        .lower--admission .section_n3 dl dd .radio label::after {
          background-color: #6EC954;
          border-radius: 50%;
          opacity: 0;
          width: 14px;
          height: 14px;
          left: 9px; }
        .lower--admission .section_n3 dl dd .radio input:checked + label::after {
          opacity: 1; }
        .lower--admission .section_n3 dl dd .radio input {
          position: absolute;
          white-space: nowrap;
          border: 0;
          clip: rect(0 0 0 0);
          clip-path: inset(50%);
          overflow: hidden;
          height: 1px;
          width: 1px;
          margin: -1px;
          padding: 0; }
  .lower--admission .section_n3 .l_btn {
    display: block;
    width: 150px;
    height: 70px;
    cursor: pointer;
    padding: 20px;
    margin: 80px auto 0;
    background: #6EC954;
    color: #fff;
    border: none;
    font-weight: 700;
    font-size: 20px;
    transition: opacity .3s;
font-family: "ÓÎ¥´¥·¥Ã¥¯", "¥Ò¥é¥®¥Î½Ç¥´ Pro W3", "¥á¥¤¥ê¥ª", sans-serif;}
    @media (max-width: 750px) {
      .lower--admission .section_n3 .l_btn {
        width: 150px;
        height: 50px;
        padding: 15px;
        margin: 40px auto 0;
        font-size: 15px; } }
    .lower--admission .section_n3 .l_btn:hover {
      opacity: .6; }


/*:::::: about ::::::::::::::::::::::::::::::::::*/

.width-full {
	background: #F7F7F7;
	padding: 8px 14px;
	margin: 0 calc(50% - 50vw);
	width: 100vw;
	margin-top: 100px;
}
.width-full .lower--admission-full {
	width: 1200px;
	margin: 0 auto;}
.width-full .lower--admission-full .lower--admission-cont img {
	width: 869px;
	height: 500px;}
.lower--admission-cont .img_flex figure.about-doctor {
	width: 300px;
	height: 300px;
	margin-right: 20px;}
.lower--admission-cont .img_flex figure.about-doctor img {
	object-fit: cover;}
.lower--admission-cont .img_flex figure.doctor-lead {
display: table;
	width: 500px;}
.lower--admission-cont .img_flex figure.doctor-lead p.lead {
	display: table-cell;
	vertical-align: middle;
    text-align: justify}
	
.lower--admission-cont ul.about{
	display: flex;
	flex-wrap: wrap;
	width: 100%; 
	margin-top: 30px;}
.lower--admission-cont ul.about li.about-career1 {
	 line-height: 180%;
	 height: auto;
	 width:50%;
	 margin-top: 20px;}
.lower--admission-cont ul.about li.about-career2 {
	 line-height: 180%;
	 height: auto;
	 width:50%;
	 margin-top: 20px;}
.lower--admission-cont ul.about li.about-career3 {
	 line-height: 180%;
	 height: auto;
	 width:100%;
	 margin-top: 20px;}
.lower--admission-cont ul.about li.about-career4 {
	 line-height: 180%;
	 height: auto;
	 width:100%;
	 margin-top: 20px;}
	 
.lower--admission-cont ul.staff {
	display: flex;
	width: 100%; 
	margin-top: -50px;}
.lower--admission-cont ul.staff li {
	width: 100%;}
.lower--admission-cont ul.staff li:first-child {
	margin-right: 60px;
}
.lower--admission-cont ul.staff-name li {
	 line-height: 180%;
	 padding: 5px 0;
	 margin: 10px 0;
	font-size: 15px;
	 border-bottom: 1px solid #CCCCCC;}
.lower--admission-cont ul.staff-name li:first-child {
	 border-top: 1px solid #CCCCCC;}
.lower--admission-cont .credit {
	position: absolute;
	right: 0;
	bottom: 50px;
	font-size: 14px;
	text-align: right;
	line-height: 170%;}

@media (max-width: 750px) {
	.width-full .lower--admission-full {
		width: 100%;}
	.width-full .lower--admission-full .lower--admission-cont img {
		width: 100%;
		height: auto;}
	.lower--admission-cont .img_flex figure.about-doctor {
		width: 100%;
		height: auto; }
	.lower--admission-cont .img_flex figure.doctor-lead {
		width: 100%;}
	.lower--admission-cont ul.about li.about-career1 {
		width:100%;
		margin-top: 20px;
		font-size: 15px;}
	.lower--admission-cont ul.about li.about-career2 {
		width:100%;
		margin-top: 20px;
		font-size: 15px;}
	.lower--admission-cont ul.about li.about-career3 {
		width:100%;
		margin-top: 20px;
		font-size: 15px;}
	.lower--admission-cont ul.about li.about-career4 {
		width:100%;
		margin-top: 20px;
		font-size: 15px;}
	.lower--admission-cont ul.staff {
		display: inline-block;
		margin-top: 0;}
	.lower--admission-cont ul.staff-name li {
		font-size: 13px;}
	.lower--admission-cont ul.staff-name li:first-child {
	 border-top: none;}
	.lower--admission-cont .credit {
		right: 0;
		bottom: 50px;}
}


/*:::::: ¸ÄÐÐpc¤Èsp ::::::::::::::::::::::::::::::::::*/
.sp-br {
	display: none;}
	@media (max-width: 750px) {
		.lower--admission-cont .sp-br {
			display: inline-block;}
	}
	
	
/*:::::: Research ::::::::::::::::::::::::::::::::::*/
.lower--admission-cont .section_n4 ul.research-img {
	display: flex;
	justify-content: space-between;
	width: 870px;
	margin-top: 50px; }
	@media (max-width: 750px) {
		.lower--admission-cont .section_n4 ul.research-img {
			display: inline;}
	}
.lower--admission-cont .section_n4 ul.research-img li img {
	width: 420px;
	height:auto;}
	@media (max-width: 750px) {
		.lower--admission-cont .section_n4 ul.research-img li img {
			width: 100%;
			margin: 10px 0;}
	}
@media (max-width: 750px) {
	.lower--admission-cont .section_n4 p.research {
		margin-bottom: 30px;
	}
}


/*:::::: Medical treatment ::::::::::::::::::::::::::::::::::*/
.lower--admission-cont .section_n1 .Medical-treatment-btn {
	width: 870px;
	background-color: #6EC954;
	text-align: center;
	padding: 30px;
    font-family: "ÓÎ¥´¥·¥Ã¥¯", "¥Ò¥é¥®¥Î½Ç¥´ Pro W3", "¥á¥¤¥ê¥ª", sans-serif;
    font-weight: bold;
	color: white;
	border: none;
	margin-top: 30px;
	font-size: 18px;}
	@media (max-width: 750px) {
		.lower--admission-cont .section_n1 .Medical-treatment-btn {
            width:100%;
            padding: 5px;
            font-size: 15px;
        }
	}

.lower--admission-cont .section_n2 ul.treatment-table {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center; /** Õæ¤óÖÐ¼Ä¤» **/
	flex-wrap: wrap;
	width: 870px;}
	@media (max-width: 750px) {
		.lower--admission-cont .section_n2 ul.treatment-table {
			width: 100%;
		}
	}
.lower--admission-cont .section_n2 ul.treatment-table li {
	text-align: center;
	padding: 20px 0;
	font-size: 14px;
	vertical-align: middle;
	line-height: 170%;}
.lower--admission-cont .section_n2 ul.treatment-table li:nth-of-type(1) {
	width: 290px;
	background-color: white;
	border-bottom: 1px solid #6EC954;
	border-right: 1px solid #6EC954;
	color: #6EC954;}
	@media (max-width: 750px) {
		.lower--admission-cont .section_n2 ul.treatment-table li:nth-of-type(1) {
			width: 100%;
			border-right:none;
		}
	}
.lower--admission-cont .section_n2 ul.treatment-table li:nth-of-type(2) {
	width: 290px;
	background-color: white;
	border-bottom: 1px solid #6EC954;
	border-right: 1px solid #6EC954;
	color: #6EC954;}
	@media (max-width: 750px) {
		.lower--admission-cont .section_n2 ul.treatment-table li:nth-of-type(2) {
			width: 100%;
			border-right:none;
		}
	}
.lower--admission-cont .section_n2 ul.treatment-table li:nth-of-type(3) {
	width: 290px;
	background-color: white;
	border-bottom: 1px solid #6EC954;
	color: #6EC954;}
	@media (max-width: 750px) {
		.lower--admission-cont .section_n2 ul.treatment-table li:nth-of-type(3) {
			width: 100%;
		}
	}
.lower--admission-cont .section_n2 ul.treatment-table li:nth-of-type(4) {
	width: 870px;
	background-color: white;
	border-bottom: 1px solid #6EC954;
	background-color: #E7F1E8;}
	@media (max-width: 750px) {
		.lower--admission-cont .section_n2 ul.treatment-table li:nth-of-type(4) {
			width: 100%;
		}
	}
.lower--admission-cont .section_n2 ul.treatment-table li:nth-of-type(5) {
	width: 290px;
	background-color: white;
	border-bottom: 1px solid #6EC954;
	border-right: 1px solid #6EC954;
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;}
	@media (max-width: 750px) {
		.lower--admission-cont .section_n2 ul.treatment-table li:nth-of-type(5) {
			width: 100%;
			border-right:none;
		}
	}
.lower--admission-cont .section_n2 ul.treatment-table li:nth-of-type(6) {
	width: 290px;
	background-color: white;
	border-bottom: 1px solid #6EC954;
	border-right: 1px solid #6EC954;}
	@media (max-width: 750px) {
		.lower--admission-cont .section_n2 ul.treatment-table li:nth-of-type(6) {
			width: 100%;
			border-right:none;
		}
	}
.lower--admission-cont .section_n2 ul.treatment-table li:nth-of-type(7) {
	width: 290px;
	background-color: white;
	border-bottom: 1px solid #6EC954;}
	@media (max-width: 750px) {
		.lower--admission-cont .section_n2 ul.treatment-table li:nth-of-type(7) {
			width: 100%;
		}
	}
.lower--admission-cont .section_n2 ul.treatment-table li:nth-of-type(8) {
	width: 870px;
	background-color: white;
	border-bottom: 1px solid #6EC954;
	background-color: #E7F1E8;}
	@media (max-width: 750px) {
		.lower--admission-cont .section_n2 ul.treatment-table li:nth-of-type(8) {
			width: 100%;
		}
	}
.lower--admission-cont .section_n2 ul.treatment-table li:nth-of-type(9) {
	width: 290px;
	background-color: white;
	border-bottom: 1px solid #6EC954;
	border-right: 1px solid #6EC954;
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;}
	@media (max-width: 750px) {
		.lower--admission-cont .section_n2 ul.treatment-table li:nth-of-type(9) {
			width: 100%;
			border-right:none;
		}
	}
.lower--admission-cont .section_n2 ul.treatment-table li:nth-of-type(10) {
	width: 290px;
	background-color: white;
	border-bottom: 1px solid #6EC954;
	border-right: 1px solid #6EC954;}
	@media (max-width: 750px) {
		.lower--admission-cont .section_n2 ul.treatment-table li:nth-of-type(10) {
			width: 100%;
			border-right:none;
		}
	}
.lower--admission-cont .section_n2 ul.treatment-table li:nth-of-type(11) {
	width: 290px;
	background-color: white;
	border-bottom: 1px solid #6EC954;}
	@media (max-width: 750px) {
		.lower--admission-cont .section_n2 ul.treatment-table li:nth-of-type(11) {
			width: 100%;
		}
	}
.lower--admission-cont .section_n2 ul.treatment-table li:nth-of-type(12) {
	width: 290px;
	background-color: white;
	border-bottom: 1px solid #6EC954;
	border-right: 1px solid #6EC954;}
	@media (max-width: 750px) {
		.lower--admission-cont .section_n2 ul.treatment-table li:nth-of-type(12) {
			width: 100%;
			border-right:none;
		}
	}
.lower--admission-cont .section_n2 ul.treatment-table li:nth-of-type(13) {
	width: 290px;
	background-color: white;
	border-bottom: 1px solid #6EC954;
	border-right: 1px solid #6EC954;}
	@media (max-width: 750px) {
		.lower--admission-cont .section_n2 ul.treatment-table li:nth-of-type(13) {
			display: none;
		}
	}
.lower--admission-cont .section_n2 ul.treatment-table li:nth-of-type(14) {
	width: 290px;
	background-color: white;
	border-bottom: 1px solid #6EC954;}
	@media (max-width: 750px) {
		.lower--admission-cont .section_n2 ul.treatment-table li:nth-of-type(14) {
			display: none;
		}
	}


/*# sourceMappingURL=style.css.map */


.lower--article {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  padding-top: 110px;
  margin: 0 auto; }
  @media (max-width: 750px) {
    .lower--article {
      width: 100%;
      padding-top: 60px; } }
  .lower--article-cont {
    width: 870px; }
    @media (max-width: 750px) {
      .lower--article-cont {
        width: 100%;
        margin: 0 auto; } }
    .lower--article-cont h3 {
      position: relative;
         margin-top: 60px;
      margin-bottom: 90px;
      padding-bottom: 40px;
      text-align: center;
      font-size: 30px; }
      .lower--article-cont h3::after {
        display: block;
        position: absolute;
        bottom: 0;
        left: 50%;
        font-size: 15px;
        color: #6EC954;
        content: "¡ñ";
        transform: translateX(-50%); }
      @media (max-width: 750px) {
        .lower--article-cont h3 {
          font-size: 24px;
          margin-top: 60px;
          margin-bottom: 40px;
          padding-bottom: 30px; } }
    .lower--article-cont h4 {
      position: relative;
      padding-bottom: 15px;
      font-size: 24px;
      line-height: 1.4; }
      .lower--article-cont h4::before {
        position: absolute;
        left: 0;
        bottom: 0;
        display: block;
        width: 100%;
        height: 5px;
        width: 100%;
        background: #D9D9D9;
        content: ""; }
      .lower--article-cont h4::after {
        width: 200px;
        height: 5px;
        position: absolute;
        left: 0;
        bottom: 0;
        background: #6EC954;
        content: ""; }
    .lower--article-cont h5 {
      margin-top: 55px;
      margin-bottom: 5px;
      font-size: 18px;
      font-weight: 700;
      color: #6EC954;
      line-height: 1.4; }
      .lower--article-cont h5 + h5 {
        margin-top: 15px; }
    .lower--article-cont h6 {
      margin-top: 15px;
      margin-bottom: 10px;
      padding-left: 1em;
      font-size: 15px;
      font-weight: 700;
      color: #6EC954; }
    .lower--article-cont p {
        text-align: justify;
      font-size: 15px; }
      @media (max-width: 750px) {
        .lower--article-cont p {
          font-size: 15px; } }
    .lower--article-cont a {
      color: #6EC954; }
      .lower--article-cont a strong {
        color: #4D4D4D;
        font-weight: 700; }
    .lower--article-cont ol li {
      padding-left: 1.5em;
      line-height: 2; }
      @media (max-width: 750px) {
        .lower--article-cont ol li {
          font-size: 13px; } }
    .lower--article-cont .lead {
      font-size: 15px;
      line-height: 2;
        text-align: justify}
    .lower--article-cont .indent {
      padding-left: 1em;
        text-align: justify}
    .lower--article-cont .sub_section {
      margin-top: 85px; }
      @media (max-width: 750px) {
        .lower--article-cont .sub_section {
          width: 345px;
          margin: 60px 0 0 0; } }
    .lower--article-cont .img_flex {
      display: flex;
      margin-top: 45px; }
      .lower--article-cont .img_flex figure {
        width: 420px;
        height: 300px; }
        .lower--article-cont .img_flex figure + figure {
          margin-left: 30px; }

      @media (max-width: 750px) {
        .lower--article-cont .img_flex {
          display: block; }
          .lower--article-cont .img_flex figure {
            width: 100%;
            height: 270px;
            overflow: hidden;
          }
          .lower--article-cont .img_flex figure img{
            width: 100%;
            height: 100%;
            object-fit: cover;
          }
            .lower--article-cont .img_flex figure + figure {
              margin-left: 0;
              margin-top: 20px;} 
        .lower--article-cont .img_flex figure.about-doctor {
          width: 100%;
          height: auto; }
        .lower--article-cont .img_flex figure.doctor-lead {
          width: 100%;}
        .lower--article-cont ul.about li.about-career1 {
          width:100%;
          margin-top: 20px;
          font-size: 13px;}
        .lower--article-cont ul.about li.about-career2 {
          width:100%;
          margin-top: 20px;
          font-size: 13px;}
        .lower--article-cont ul.about li.about-career3 {
          width:100%;
          margin-top: 20px;
          font-size: 13px;}
        .lower--article-cont ul.about li.about-career4 {
          width:100%;
          margin-top: 20px;
          font-size: 13px;}}
  .lower--article-nav {
    width: 260px; }
    .lower--article-nav .ttl {
      padding: 20px;
      text-align: center;
      font-weight: 700;
      color: #fff;
      background: #6EC954; }
    .lower--article-nav .list li {
      position: relative;
      border-bottom: solid 1px #CCCCCC; }
      .lower--article-nav .list li a {
        display: block;
        padding: 20px 20px 20px 0; }
        .lower--article-nav .list li a::after {
          position: absolute;
          top: 50%;
          right: 0;
          font-weight: 700;
          color: #6EC954;
          content: ">";
          transform: translateY(-50%); }
    @media (max-width: 750px) {
      .lower--article-nav {
        display: none; } }
  .lower--article .full-width { /*×·¼Ó*/
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    background-color: #F7F7F7;}
  .lower--article .section_n2 {
    margin-top: 100px;
    padding: 50px 0; }
    @media (max-width: 750px) {
      .lower--article .section_n2 {
        margin-top: 50px;
        padding: 25px 0; } }
  .lower--article .section_n3 dl {
    display: flex; }
    @media (max-width: 750px) {
      .lower--article .section_n3 dl {
        display: block; } }
    .lower--article .section_n3 dl + dl {
      margin-top: 20px; }
    .lower--article .section_n3 dl dt {
      position: relative;
      width: 300px;
      padding: 20px;
      background: #6EC954;
      color: #fff;
      font-weight: 700;
      font-size: 20px;
      line-height: 1.4; }
      .lower--article .section_n3 dl dt .must {
        display: inline-block;
        position: absolute;
        right: 20px;
        top: 30px;
        padding: .4em .6em;
        font-size: 15px;
        color: #6EC954;
        background: #fff;
        transform: translateY(-50%); }
      @media (max-width: 750px) {
        .lower--article .section_n3 dl dt {
          width: 345px;
          font-size: 15px; }
          .lower--article .section_n3 dl dt .must {
            font-size: 10px; } }
    .lower--article .section_n3 dl dd {
      width: 550px;
      background: #E7F1E8; }
      @media (max-width: 750px) {
        .lower--article .section_n3 dl dd {
          width: 345px;
          margin: 0; } }
      .lower--article .section_n3 dl dd input {
        padding: 25px;
        background: none;
        border: none;
        font-weight: 700;
        font-size: 20px;
font-family: "ÓÎ¥´¥·¥Ã¥¯", "¥Ò¥é¥®¥Î½Ç¥´ Pro W3", "¥á¥¤¥ê¥ª", sans-serif;
width:100%;}
        .lower--article .section_n3 dl dd input::placeholder {
          color: #C9CACA; }
        @media (max-width: 750px) {
          .lower--article .section_n3 dl dd input {
            font-size: 15px;
            padding: 15px; } }
      .lower--article .section_n3 dl dd textarea {
        font-family: "ÓÎ¥´¥·¥Ã¥¯", "¥Ò¥é¥®¥Î½Ç¥´ Pro W3", "¥á¥¤¥ê¥ª", sans-serif;
        padding: 25px;
        width: 100%;
        height: 100%;
        background: none;
        border: 0;
        font-weight: 700;
        font-size: 20px; }
        .lower--article .section_n3 dl dd textarea::placeholder {
          color: #C9CACA; }
        @media (max-width: 750px) {
          .lower--article .section_n3 dl dd textarea {
            font-size: 15px;
            padding: 15px; } }
      .lower--article .section_n3 dl dd .radio_wrap {
        display: flex;
        padding: 25px; }
        @media (max-width: 750px) {
          .lower--article .section_n3 dl dd .radio_wrap {
            padding: 15px; } }
      .lower--article .section_n3 dl dd .radio {
        font-size: 20px;
        color: #6EC954;
        font-weight: 700;
        margin-right: 25px; }
        @media (max-width: 750px) {
          .lower--article .section_n3 dl dd .radio {
            font-size: 14px; } }
        .lower--article .section_n3 dl dd .radio input {
          margin-right: .4em; }
        .lower--article .section_n3 dl dd .radio label {
          position: relative;
          cursor: pointer;
          padding-left: 30px; }
        .lower--article .section_n3 dl dd .radio label::before,
        .lower--article .section_n3 dl dd .radio label::after {
          content: "";
          display: block;
          border-radius: 50%;
          position: absolute;
          transform: translateY(-50%);
          top: 50%; }
        .lower--article .section_n3 dl dd .radio label::before {
          background-color: #fff;
          border: 1px solid #6EC954;
          border-radius: 50%;
          width: 20px;
          height: 20px;
          left: 5px; }
        .lower--article .section_n3 dl dd .radio label::after {
          background-color: #6EC954;
          border-radius: 50%;
          opacity: 0;
          width: 14px;
          height: 14px;
          left: 9px; }
        .lower--article .section_n3 dl dd .radio input:checked + label::after {
          opacity: 1; }
        .lower--article .section_n3 dl dd .radio input {
          position: absolute;
          white-space: nowrap;
          border: 0;
          clip: rect(0 0 0 0);
          clip-path: inset(50%);
          overflow: hidden;
          height: 1px;
          width: 1px;
          margin: -1px;
          padding: 0; }
  .lower--article .section_n3 .l_btn {
    display: block;
    width: 150px;
    height: 70px;
    cursor: pointer;
    padding: 20px;
    margin: 80px auto 0;
    background: #6EC954;
    color: #fff;
    border: none;
    font-weight: 700;
    font-size: 20px;
    transition: opacity .3s;
font-family: "ÓÎ¥´¥·¥Ã¥¯", "¥Ò¥é¥®¥Î½Ç¥´ Pro W3", "¥á¥¤¥ê¥ª", sans-serif;}
    @media (max-width: 750px) {
      .lower--article .section_n3 .l_btn {
        width: 150px;
        height: 50px;
        padding: 15px;
        margin: 40px auto 0;
        font-size: 15px; } }
    .lower--article .section_n3 .l_btn:hover {
      opacity: .6; }


/*:::::: about ::::::::::::::::::::::::::::::::::*/

.width-full {
	background: #F7F7F7;
	padding: 8px 14px;
	margin: 0 calc(50% - 50vw);
	width: 100vw;
	margin-top: 100px;
}
.width-full .lower--admission-full {
	width: 1200px;
	margin: 0 auto;}
.width-full .lower--admission-full .lower--article-cont img {
	width: 869px;
	height: 500px;}
.lower--article-cont .img_flex figure.about-doctor {
	width: 300px;
	height: 300px;
	margin-right: 20px;}
.lower--article-cont .img_flex figure.about-doctor img {
	object-fit: cover;}
.lower--article-cont .img_flex figure.doctor-lead {
display: table;
	width: 500px;}
.lower--article-cont .img_flex figure.doctor-lead p.lead {
	display: table-cell;
	vertical-align: middle;
    text-align: justify}
	
.lower--article-cont ul.about{
	display: flex;
	flex-wrap: wrap;
	width: 100%; 
	margin-top: 30px;}
.lower--article-cont ul.about li.about-career1 {
	 line-height: 180%;
	 height: auto;
	 width:50%;
	 margin-top: 20px;}
.lower--article-cont ul.about li.about-career2 {
	 line-height: 180%;
	 height: auto;
	 width:50%;
	 margin-top: 20px;}
.lower--article-cont ul.about li.about-career3 {
	 line-height: 180%;
	 height: auto;
	 width:100%;
	 margin-top: 20px;}
.lower--article-cont ul.about li.about-career4 {
	 line-height: 180%;
	 height: auto;
	 width:100%;
	 margin-top: 20px;}
	 
.lower--article-cont ul.staff {
	display: flex;
	width: 100%; 
	margin-top: -50px;}
.lower--article-cont ul.staff li {
	width: 100%;}
.lower--article-cont ul.staff li:first-child {
	margin-right: 60px;
}
.lower--article-cont ul.staff-name li {
	 line-height: 180%;
	 padding: 5px 0;
	 margin: 10px 0;
	font-size: 15px;
	 border-bottom: 1px solid #CCCCCC;}
.lower--article-cont ul.staff-name li:first-child {
	 border-top: 1px solid #CCCCCC;}
.lower--article-cont .credit {
	position: absolute;
	right: 0;
	bottom: 50px;
	font-size: 14px;
	text-align: right;
	line-height: 170%;}

@media (max-width: 750px) {
	.width-full .lower--admission-full {
		width: 100%;}
	.width-full .lower--admission-full .lower--article-cont img {
		width: 100%;
		height: auto;}
	.lower--article-cont .img_flex figure.about-doctor {
		width: 100%;
		height: auto; }
	.lower--article-cont .img_flex figure.doctor-lead {
		width: 100%;}
	.lower--article-cont ul.about li.about-career1 {
		width:100%;
		margin-top: 20px;
		font-size: 15px;}
	.lower--article-cont ul.about li.about-career2 {
		width:100%;
		margin-top: 20px;
		font-size: 15px;}
	.lower--article-cont ul.about li.about-career3 {
		width:100%;
		margin-top: 20px;
		font-size: 15px;}
	.lower--article-cont ul.about li.about-career4 {
		width:100%;
		margin-top: 20px;
		font-size: 15px;}
	.lower--article-cont ul.staff {
		display: inline-block;
		margin-top: 0;}
	.lower--article-cont ul.staff-name li {
		font-size: 13px;}
	.lower--article-cont ul.staff-name li:first-child {
	 border-top: none;}
	.lower--article-cont .credit {
		right: 0;
		bottom: 50px;}
}


/*:::::: ¸ÄÐÐpc¤Èsp ::::::::::::::::::::::::::::::::::*/
.sp-br {
	display: none;}
	@media (max-width: 750px) {
		.lower--article-cont .sp-br {
			display: inline-block;}
	}
	
	
/*:::::: Research ::::::::::::::::::::::::::::::::::*/
.lower--article-cont .section_n4 ul.research-img {
	display: flex;
	justify-content: space-between;
	width: 870px;
	margin-top: 50px; }
	@media (max-width: 750px) {
		.lower--article-cont .section_n4 ul.research-img {
			display: inline;}
	}
.lower--article-cont .section_n4 ul.research-img li img {
	width: 420px;
	height:auto;}
	@media (max-width: 750px) {
		.lower--article-cont .section_n4 ul.research-img li img {
			width: 100%;
			margin: 10px 0;}
	}
@media (max-width: 750px) {
	.lower--article-cont .section_n4 p.research {
		margin-bottom: 30px;
	}
}


/*:::::: Medical treatment ::::::::::::::::::::::::::::::::::*/
.lower--article-cont .section_n1 .Medical-treatment-btn {
	width: 870px;
	background-color: #6EC954;
	text-align: center;
	padding: 30px;
    font-family: "ÓÎ¥´¥·¥Ã¥¯", "¥Ò¥é¥®¥Î½Ç¥´ Pro W3", "¥á¥¤¥ê¥ª", sans-serif;
    font-weight: bold;
	color: white;
	border: none;
	margin-top: 30px;
	font-size: 18px;}
	@media (max-width: 750px) {
		.lower--article-cont .section_n1 .Medical-treatment-btn {
            width:100%;
            padding: 5px;
            font-size: 15px;
        }
	}

.lower--article-cont .section_n2 ul.treatment-table {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center; /** Õæ¤óÖÐ¼Ä¤» **/
	flex-wrap: wrap;
	width: 870px;}
	@media (max-width: 750px) {
		.lower--article-cont .section_n2 ul.treatment-table {
			width: 100%;
		}
	}
.lower--article-cont .section_n2 ul.treatment-table li {
	text-align: center;
	padding: 20px 0;
	font-size: 14px;
	vertical-align: middle;
	line-height: 170%;}
.lower--article-cont .section_n2 ul.treatment-table li:nth-of-type(1) {
	width: 290px;
	background-color: white;
	border-bottom: 1px solid #6EC954;
	border-right: 1px solid #6EC954;
	color: #6EC954;}
	@media (max-width: 750px) {
		.lower--article-cont .section_n2 ul.treatment-table li:nth-of-type(1) {
			width: 100%;
			border-right:none;
		}
	}
.lower--article-cont .section_n2 ul.treatment-table li:nth-of-type(2) {
	width: 290px;
	background-color: white;
	border-bottom: 1px solid #6EC954;
	border-right: 1px solid #6EC954;
	color: #6EC954;}
	@media (max-width: 750px) {
		.lower--article-cont .section_n2 ul.treatment-table li:nth-of-type(2) {
			width: 100%;
			border-right:none;
		}
	}
.lower--article-cont .section_n2 ul.treatment-table li:nth-of-type(3) {
	width: 290px;
	background-color: white;
	border-bottom: 1px solid #6EC954;
	color: #6EC954;}
	@media (max-width: 750px) {
		.lower--article-cont .section_n2 ul.treatment-table li:nth-of-type(3) {
			width: 100%;
		}
	}
.lower--article-cont .section_n2 ul.treatment-table li:nth-of-type(4) {
	width: 870px;
	background-color: white;
	border-bottom: 1px solid #6EC954;
	background-color: #E7F1E8;}
	@media (max-width: 750px) {
		.lower--article-cont .section_n2 ul.treatment-table li:nth-of-type(4) {
			width: 100%;
		}
	}
.lower--article-cont .section_n2 ul.treatment-table li:nth-of-type(5) {
	width: 290px;
	background-color: white;
	border-bottom: 1px solid #6EC954;
	border-right: 1px solid #6EC954;
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;}
	@media (max-width: 750px) {
		.lower--article-cont .section_n2 ul.treatment-table li:nth-of-type(5) {
			width: 100%;
			border-right:none;
		}
	}
.lower--article-cont .section_n2 ul.treatment-table li:nth-of-type(6) {
	width: 290px;
	background-color: white;
	border-bottom: 1px solid #6EC954;
	border-right: 1px solid #6EC954;}
	@media (max-width: 750px) {
		.lower--article-cont .section_n2 ul.treatment-table li:nth-of-type(6) {
			width: 100%;
			border-right:none;
		}
	}
.lower--article-cont .section_n2 ul.treatment-table li:nth-of-type(7) {
	width: 290px;
	background-color: white;
	border-bottom: 1px solid #6EC954;}
	@media (max-width: 750px) {
		.lower--article-cont .section_n2 ul.treatment-table li:nth-of-type(7) {
			width: 100%;
		}
	}
.lower--article-cont .section_n2 ul.treatment-table li:nth-of-type(8) {
	width: 870px;
	background-color: white;
	border-bottom: 1px solid #6EC954;
	background-color: #E7F1E8;}
	@media (max-width: 750px) {
		.lower--article-cont .section_n2 ul.treatment-table li:nth-of-type(8) {
			width: 100%;
		}
	}
.lower--article-cont .section_n2 ul.treatment-table li:nth-of-type(9) {
	width: 290px;
	background-color: white;
	border-bottom: 1px solid #6EC954;
	border-right: 1px solid #6EC954;
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;}
	@media (max-width: 750px) {
		.lower--article-cont .section_n2 ul.treatment-table li:nth-of-type(9) {
			width: 100%;
			border-right:none;
		}
	}
.lower--article-cont .section_n2 ul.treatment-table li:nth-of-type(10) {
	width: 290px;
	background-color: white;
	border-bottom: 1px solid #6EC954;
	border-right: 1px solid #6EC954;}
	@media (max-width: 750px) {
		.lower--article-cont .section_n2 ul.treatment-table li:nth-of-type(10) {
			width: 100%;
			border-right:none;
		}
	}
.lower--article-cont .section_n2 ul.treatment-table li:nth-of-type(11) {
	width: 290px;
	background-color: white;
	border-bottom: 1px solid #6EC954;}
	@media (max-width: 750px) {
		.lower--article-cont .section_n2 ul.treatment-table li:nth-of-type(11) {
			width: 100%;
		}
	}
.lower--article-cont .section_n2 ul.treatment-table li:nth-of-type(12) {
	width: 290px;
	background-color: white;
	border-bottom: 1px solid #6EC954;
	border-right: 1px solid #6EC954;}
	@media (max-width: 750px) {
		.lower--article-cont .section_n2 ul.treatment-table li:nth-of-type(12) {
			width: 100%;
			border-right:none;
		}
	}
.lower--article-cont .section_n2 ul.treatment-table li:nth-of-type(13) {
	width: 290px;
	background-color: white;
	border-bottom: 1px solid #6EC954;
	border-right: 1px solid #6EC954;}
	@media (max-width: 750px) {
		.lower--article-cont .section_n2 ul.treatment-table li:nth-of-type(13) {
			display: none;
		}
	}
.lower--article-cont .section_n2 ul.treatment-table li:nth-of-type(14) {
	width: 290px;
	background-color: white;
	border-bottom: 1px solid #6EC954;}
	@media (max-width: 750px) {
		.lower--article-cont .section_n2 ul.treatment-table li:nth-of-type(14) {
			display: none;
		}
	}

.lower--article-wrap{
  display: flex; 
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .lower--article-wrap{
    display: block;
    width: 345px;
  }
}

.lower--article-section{
  width: 100%;
}

.section_n2{
  background: #F7F7F7;
}

.section_n3{
  margin-top: 100px;
}
@media (max-width: 750px) {
  .section_n3{
    margin-top: 0;
  }
}

/*# sourceMappingURL=style.css.map */

