@charset "UTF-8";
body {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
  line-height: 0;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #333;
  font-family: "Shippori Mincho", serif, "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  overflow-x: hidden;
}

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%;
  vertical-align: baseline;
}

html, body {
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

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 {
  content: "";
  content: none;
}

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

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

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

p {
  margin: 0;
  line-height: 0;
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  margin: 0;
  line-height: 0;
}

img, abbr, acronym, fieldset {
  border: 0;
}

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

a {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  letter-spacing: 0.05em;
}

*:focus {
  outline: none;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
COMMON
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.medical__pc {
  display: block !important;
}

.medical__sp {
  display: none !important;
}

@media screen and (max-width: 500px) {
  .medical__pc {
    display: none !important;
  }
  .medical__sp {
    display: block !important;
  }
  .span__pc {
    display: none;
  }
}
.jsIn {
  opacity: 0;
}
.jsIn.is-inview {
  -webkit-animation: fadeInAnime 1s forwards;
          animation: fadeInAnime 1s forwards;
}

@-webkit-keyframes fadeInAnime {
  to {
    opacity: 1;
  }
}

@keyframes fadeInAnime {
  to {
    opacity: 1;
  }
}
.contents_wrap {
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 1300px) {
  .contents_wrap {
    padding: 0 5vw;
  }
}
.f_en {
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.sec_ttl_en {
  font-size: 14px;
  font-size: 0.875rem;
  color: #aaa;
  line-height: 1;
  margin-bottom: 35px;
  padding-left: 55px;
  position: relative;
}
.sec_ttl_en:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 40px;
  height: 1px;
  background-color: #aaa;
}

.sec_h3 {
  font-size: 26px;
  font-size: 1.625rem;
  margin-bottom: 80px;
}

.contact_btn {
  line-height: 1;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #fff;
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#066386), color-stop(50%, #6eafc6), to(#066386));
  background: linear-gradient(90deg, #066386 0%, #6eafc6 50%, #066386 100%);
  background-size: 200% 100%;
  background-position: 0% 50%;
  padding: 12px 30px;
  -webkit-transition: background-position 0.4s ease;
  transition: background-position 0.4s ease;
}
.contact_btn:hover {
  background-position: 100% 50%;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
HEADER
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.header .menubar {
  display: block;
  width: 100%;
  height: 70px;
  position: fixed;
  top: -70px;
  left: 0;
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
  z-index: 800;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  opacity: 1;
  background: #fff;
  padding: 0 30px;
}
.header .menubar.is-active {
  top: 0;
}
.header .menubar .header_logo {
  width: 200px;
}
.header .menubar .header_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .menubar .header_nav li {
  margin: 0 15px;
}
.header .menubar .header_nav li a {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #222;
  line-height: 1;
  cursor: pointer;
}
.header .menubar .header_nav li a.contact_btn {
  color: #fff;
}
.header .menubar .header_nav li a:hover {
  opacity: 0.8;
}
.header .menubar #nav-drawer {
  display: none;
  width: 18px;
  height: 18px;
  z-index: 999;
  cursor: pointer;
  position: relative;
  margin-left: 10px;
}
.header .menubar #nav-drawer .nav_line {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: 1px;
  width: 100%;
  background-color: #000;
  position: absolute;
  left: 0;
}
.header .menubar #nav-drawer .nav_line:nth-of-type(1) {
  top: 4px;
}
.header .menubar #nav-drawer .nav_line:nth-of-type(2) {
  top: 8px;
}
.header .menubar #nav-drawer .nav_line:nth-of-type(3) {
  top: 12px;
}
.header .menubar #nav-drawer.nav_open .nav_line:nth-of-type(1) {
  top: 8px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.header .menubar #nav-drawer.nav_open .nav_line:nth-of-type(2) {
  opacity: 0;
}
.header .menubar #nav-drawer.nav_open .nav_line:nth-of-type(3) {
  top: 8px;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.header #nav-content {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(6px);
  z-index: 500;
  display: none;
}
.header #nav-content .nav_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.header #nav-content .nav_inner .nav_menu {
  text-align: center;
}
.header #nav-content .nav_inner .nav_menu li a {
  padding: 20px 0;
  color: #222;
  line-height: 1.6;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
.header #nav-content .nav_inner .nav_menu li a span {
  font-size: 10px;
  font-size: 0.625rem;
  color: #aaa;
}
.header #nav-content .nav_inner .nav_menu li a.contact_btn {
  padding: 12px 20px;
  margin-top: 25px;
  color: #fff;
}

body.menu_open {
  overflow: hidden;
}

@media screen and (max-width: 800px) {
  .header .menubar {
    height: 50px;
    padding: 15px 20px 15px 15px;
  }
  .header .menubar .header_logo {
    width: 150px;
  }
  .header .menubar #nav-drawer {
    display: block;
  }
  .header .menubar .header_nav {
    display: none;
  }
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
#medical__fv
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.fv__loader {
  position: fixed;
  inset: 0;
  background: #fff;
  z-index: 100;
  -webkit-animation: loaderHide 2s ease forwards;
          animation: loaderHide 2s ease forwards;
}

@-webkit-keyframes loaderHide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes loaderHide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
.fv_menu {
  display: block;
  width: 100%;
  height: 70px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  opacity: 1;
  background: transparent;
  padding: 0 30px;
  border-bottom: 1px solid #fff;
}
.fv_menu.is-active {
  top: 0;
}
.fv_menu .header_logo {
  width: 200px;
}
.fv_menu .header_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fv_menu .header_nav li {
  margin: 0 15px;
}
.fv_menu .header_nav li a {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #fff;
  line-height: 1;
}
.fv_menu .header_nav li a.contact_btn {
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
}
.fv_menu .header_nav li a:hover {
  opacity: 0.8;
}

#medical__fv .fv {
  width: 100%;
  height: 100vh;
  position: relative;
}
#medical__fv .fv .fv .swiper-wrapper,
#medical__fv .fv .fv .swiper-slide {
  height: 100%;
}
#medical__fv .fv .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 10s linear;
  transition: -webkit-transform 10s linear;
  transition: transform 10s linear;
  transition: transform 10s linear, -webkit-transform 10s linear;
}
#medical__fv .fv .swiper-slide.swiper-slide-active img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
#medical__fv .fv__scroll {
  position: absolute;
  right: 40px;
  bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 50;
}
#medical__fv .fv__scroll .scroll__text {
  color: #fff;
  font-family: serif;
  font-size: 13px;
  line-height: 1;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-bottom: 25px;
}
#medical__fv .fv__scroll .scroll__line {
  position: relative;
  display: block;
  width: 1px;
  height: 80px;
  background: rgba(255, 255, 255, 0.8);
  overflow: hidden;
}
#medical__fv .fv__scroll .scroll__line::after {
  content: "";
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  -webkit-animation: scrollLine 3s cubic-bezier(0.4, 0, 0.2, 1) infinite;
          animation: scrollLine 3s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
@-webkit-keyframes scrollLine {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  45% {
    -webkit-transform: translateY(200%);
            transform: translateY(200%);
  }
  100% {
    -webkit-transform: translateY(200%);
            transform: translateY(200%);
  }
}
@keyframes scrollLine {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  45% {
    -webkit-transform: translateY(200%);
            transform: translateY(200%);
  }
  100% {
    -webkit-transform: translateY(200%);
            transform: translateY(200%);
  }
}
#medical__fv .fv_txtwrap {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 8%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  margin-top: 80px;
}
#medical__fv .fv_txtwrap .medical_h2 {
  margin-bottom: 45px;
}
#medical__fv .fv_txtwrap .medical_h2 .medical_h2_inner {
  font-size: 48px;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 1.5rem;
  display: block;
  position: relative;
  overflow: hidden;
}
#medical__fv .fv_txtwrap .medical_h2 .medical_h2_inner span {
  display: inline-block;
}
#medical__fv .fv_txtwrap .medical_h2 .medical_h2_inner .fv__mask {
  position: absolute;
  inset: 0;
  background: #fff; /* ローダーと同じ色 */
  z-index: 20;
}
#medical__fv .fv_txtwrap .fv_en {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 2;
}

@media screen and (max-width: 800px) {
  .fv_menu {
    padding: 15px;
    height: 50px;
    border-bottom: none;
  }
  .fv_menu .header_logo {
    width: 150px;
  }
  .fv_menu .header_nav {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  #medical__fv .fv__scroll {
    right: 10px;
    bottom: 20px;
  }
  #medical__fv .fv__scroll .scroll__text {
    font-size: 12px;
  }
  #medical__fv .fv_txtwrap {
    margin-top: 50px;
  }
  #medical__fv .fv_txtwrap .medical_h2 {
    margin-bottom: 30px;
  }
  #medical__fv .fv_txtwrap .medical_h2 .medical_h2_inner {
    font-size: 30px;
    font-size: 1.875rem;
    margin-bottom: 1.2rem;
  }
  #medical__fv .fv_txtwrap .fv_en {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
#medical__about
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#medical__about {
  margin: 200px 0;
}
#medical__about .contents_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#medical__about .about_txtwrap {
  width: 48%;
}
#medical__about .about_txtwrap .sec_h3 {
  font-size: 35px;
  font-size: 2.1875rem;
  line-height: 1.8;
  margin-bottom: 25px;
}
#medical__about .about_txtwrap .about_servicelist {
  margin-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#medical__about .about_txtwrap .about_servicelist li {
  margin-right: 15px;
  color: #066386;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  border: 1px solid #066386;
  line-height: 1;
  padding: 8px 15px;
  border-radius: 25px;
}
#medical__about .about_txtwrap .about_txt {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  line-height: 2.1;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}
#medical__about .about_imgwrap {
  width: 48%;
  margin-top: 5%;
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  grid-template-rows: auto auto;
  gap: 1.5rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
#medical__about .about_imgwrap .about_img {
  overflow: hidden;
}
#medical__about .about_imgwrap .about_img img {
  -o-object-fit: cover;
     object-fit: cover;
}
#medical__about .about_imgwrap .about_img.img01 {
  grid-column: 1;
  grid-row: 1;
  -webkit-transform: translateX(-15%);
          transform: translateX(-15%);
}
#medical__about .about_imgwrap .about_img.img02 {
  grid-column: 2;
  grid-row: 2;
  justify-self: end;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#medical__about .about_imgwrap .about_img.img03 {
  grid-column: 1;
  grid-row: 2;
  justify-self: end;
  width: 70%;
}

@media screen and (max-width: 1000px) {
  #medical__about .contents_wrap {
    display: block;
  }
  #medical__about .about_txtwrap {
    width: 100%;
  }
  #medical__about .about_imgwrap {
    width: 100%;
    max-width: 600px;
    margin: 50px auto 0;
    padding-left: 8%;
  }
}
@media screen and (max-width: 500px) {
  #medical__about {
    margin: 125px 0;
  }
  #medical__about .about_txtwrap .sec_h3 {
    font-size: 26px;
    font-size: 1.625rem;
  }
  #medical__about .about_txtwrap .about_servicelist {
    display: block;
    margin-bottom: 30px;
  }
  #medical__about .about_txtwrap .about_servicelist li {
    display: inline-block;
    margin-bottom: 8px;
    margin-right: 8px;
    font-size: 12px;
    font-size: 0.75rem;
  }
  #medical__about .about_txtwrap .about_txt {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
#medical__feature
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#medical__feature {
  height: 100vh;
  min-height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
#medical__feature:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 46vh;
  background-image: url("/assets/img/bg_feature.webp");
  background-position: center bottom;
  background-size: cover;
  z-index: 0;
}
#medical__feature > * {
  position: relative;
  z-index: 1;
}
#medical__feature .feature_ttlwrap {
  padding-left: max((100vw - 1200px) / 2, 0px);
}
#medical__feature .feature-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: max((100vw - 1200px) / 2, 0px);
}
#medical__feature .feature-track article {
  width: 430px;
  background: #fff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 1.9vw;
}
#medical__feature .feature-track article .img_wrap {
  height: 230px;
  background-size: cover;
  background-position: center;
}
#medical__feature .feature-track article:nth-child(1) .img_wrap {
  background-image: url(../img/feature_1.webp);
}
#medical__feature .feature-track article:nth-child(2) .img_wrap {
  background-image: url(../img/feature_2.webp);
}
#medical__feature .feature-track article:nth-child(3) .img_wrap {
  background-image: url(../img/feature_3.webp);
}
#medical__feature .feature-track article:nth-child(4) .img_wrap {
  background-image: url(../img/feature_4.webp);
}
#medical__feature .feature-track article .txt_wrap {
  padding: 40px;
}
#medical__feature .feature-track article .txt_wrap .f_en {
  font-size: 14px;
  font-size: 0.875rem;
  color: #066386;
}
#medical__feature .feature-track article .txt_wrap .feature_h4 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.65;
  margin: 20px 0 15px;
}
#medical__feature .feature-track article .txt_wrap .feature_txt {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.9;
  text-align: justify;
  letter-spacing: 0.05em;
}

@media (max-width: 1300px) {
  #medical__feature .feature_ttlwrap {
    padding-left: 5vw;
  }
  #medical__feature .feature-track {
    padding-left: 5vw;
  }
}
@media (max-width: 750px) {
  #medical__feature::before {
    height: 50vh;
  }
  #medical__feature .feature-track article {
    width: 320px;
  }
  #medical__feature .feature-track article .img_wrap {
    height: 180px;
  }
  #medical__feature .feature-track article .txt_wrap {
    padding: 25px;
  }
  #medical__feature .feature-track article .txt_wrap .f_en {
    font-size: 12px;
    font-size: 0.75rem;
  }
  #medical__feature .feature-track article .txt_wrap .feature_h4 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  #medical__feature .feature-track article .txt_wrap .feature_txt {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
#medical__flow
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#medical__flow {
  margin-top: 170px;
}
#medical__flow .flow_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#medical__flow .flow_list li {
  width: 21%;
  border: 1px solid #ccc;
  padding: 45px 25px 30px;
  position: relative;
}
#medical__flow .flow_list li:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -15%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #ddd;
}
#medical__flow .flow_list li:last-child::after {
  content: none;
}
#medical__flow .flow_list li .flow_icon {
  width: 80px;
  margin: 0 auto;
}
#medical__flow .flow_list li .flow_ttl {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  margin-top: 40px;
  margin-bottom: 20px;
  text-align: center;
}
#medical__flow .flow_list li .flow_p {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  text-align: justify;
  line-height: 1.85;
  letter-spacing: 0.01em;
}

@media screen and (max-width: 1000px) {
  #medical__flow .flow_list {
    display: block;
  }
  #medical__flow .flow_list li {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 30px 20px;
    margin-bottom: 50px;
  }
  #medical__flow .flow_list li:after {
    top: auto;
    bottom: -35px;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  #medical__flow .flow_list li .flow_icon {
    margin: 0;
    width: 70px;
  }
  #medical__flow .flow_list li .flow_txtwrap {
    width: calc(100% - 100px);
  }
  #medical__flow .flow_list li .flow_txtwrap .flow_ttl {
    margin-top: 0;
    margin-bottom: 12px;
    text-align: left;
  }
  #medical__flow .flow_list li .flow_txtwrap .flow_p {
    letter-spacing: 0.05em;
  }
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
#medical__contact
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#medical__contact {
  background-image: url(../img/bg_contact.webp);
  background-size: cover;
  background-position: top right;
  padding-top: 250px;
  padding-bottom: 150px;
  color: #fff;
}
#medical__contact .contact_ttlwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 100px;
}
#medical__contact .contact_ttlwrap .sec_h3 {
  font-size: 70px;
  font-size: 4.375rem;
  line-height: 1;
  margin-bottom: 0;
}
#medical__contact .contact_ttlwrap p {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.85;
  margin-left: 70px;
  letter-spacing: 0.15em;
}
#medical__contact .contact_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#medical__contact .contact_contents .contact_servicelist {
  width: 42%;
  min-width: 480px;
}
#medical__contact .contact_contents .contact_servicelist .contact_service_item .service_h4 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
#medical__contact .contact_contents .contact_servicelist .contact_service_item .checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#medical__contact .contact_contents .contact_servicelist .contact_service_item .checkbox li {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1;
  margin-left: 25px;
  padding-left: 20px;
  position: relative;
}
#medical__contact .contact_contents .contact_servicelist .contact_service_item .checkbox li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 14px;
  height: 14px;
  background-image: url(../img/icon_check.png);
  background-size: cover;
}
#medical__contact .contact_contents .contact_servicelist .contact_service_item .checkbox li:first-child {
  margin-left: 0;
}
#medical__contact .contact_contents .contact_servicelist .contact_service_item .checkbox p {
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  margin-left: 30px;
}
#medical__contact .contact_contents .contact_servicelist .contact_service_item:first-child {
  margin-bottom: 60px;
}
#medical__contact .contact_contents .contact_links {
  width: 42%;
  min-width: 400px;
}
#medical__contact .contact_contents .contact_links li a {
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
  line-height: 1.5;
  display: block;
  width: 100%;
  border: 1px solid #fff;
  padding: 20px 0 24px;
  position: relative;
  overflow: hidden;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
  z-index: 0;
}
#medical__contact .contact_contents .contact_links li a span {
  font-size: 15px;
  font-size: 0.9375rem;
}
#medical__contact .contact_contents .contact_links li a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.85);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.77, 0, 0.18, 1);
  transition: -webkit-transform 0.45s cubic-bezier(0.77, 0, 0.18, 1);
  transition: transform 0.45s cubic-bezier(0.77, 0, 0.18, 1);
  transition: transform 0.45s cubic-bezier(0.77, 0, 0.18, 1), -webkit-transform 0.45s cubic-bezier(0.77, 0, 0.18, 1);
  z-index: -1;
}
#medical__contact .contact_contents .contact_links li a:hover {
  color: #066386;
}
#medical__contact .contact_contents .contact_links li a:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
#medical__contact .contact_contents .contact_links li:first-child {
  margin-bottom: 20px;
}
#medical__contact .contact_contents .contact_links li:last-child a {
  padding: 12px 0 20px;
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 1000px) {
  #medical__contact .contact_ttlwrap {
    display: block;
  }
  #medical__contact .contact_ttlwrap p {
    margin-left: 0;
    margin-top: 20px;
  }
  #medical__contact .contact_contents {
    display: block;
  }
  #medical__contact .contact_contents .contact_servicelist {
    width: 100%;
  }
  #medical__contact .contact_contents .contact_links {
    width: 100%;
    min-width: 100%;
    margin-top: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #medical__contact .contact_contents .contact_links li {
    width: 48%;
  }
  #medical__contact .contact_contents .contact_links li:first-child {
    margin-bottom: 0;
  }
  #medical__contact .contact_contents .contact_links li:last-child a {
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 800px) {
  #medical__contact .contact_contents .contact_servicelist {
    min-width: 100%;
  }
  #medical__contact .contact_contents .contact_links {
    display: block;
  }
  #medical__contact .contact_contents .contact_links li {
    width: 100%;
  }
  #medical__contact .contact_contents .contact_links li:first-child {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 550px) {
  #medical__contact {
    padding-top: 150px;
    background-image: url(../img/bg_contact_sp.webp);
  }
  #medical__contact .contact_ttlwrap {
    margin-bottom: 65px;
  }
  #medical__contact .contact_ttlwrap .sec_h3 {
    font-size: 50px;
    font-size: 3.125rem;
  }
  #medical__contact .contact_ttlwrap p {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  #medical__contact .contact_contents .contact_servicelist .contact_service_item .service_h4 {
    font-size: 18px;
    font-size: 1.125rem;
  }
  #medical__contact .contact_contents .contact_servicelist .contact_service_item .checkbox {
    display: block;
  }
  #medical__contact .contact_contents .contact_servicelist .contact_service_item .checkbox li:nth-child(2) {
    margin-left: 0;
    margin-top: 12px;
  }
  #medical__contact .contact_contents .contact_servicelist .contact_service_item .checkbox p {
    margin-left: 0;
    margin-top: 18px;
  }
  #medical__contact .contact_contents .contact_links li a {
    font-size: 18px;
    font-size: 1.125rem;
  }
  #medical__contact .contact_contents .contact_links li a span {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  #medical__contact .contact_contents .contact_links li:last-child {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.footer {
  padding: 50px;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
.footer .footer_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 30px;
}
.footer .footer_main .footer_logo {
  width: 260px;
}
.footer .footer_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  padding-top: 30px;
  border-top: 1px solid #ccc;
}
.footer .footer_bottom .footer_credit {
  font-size: 10px;
  font-size: 0.625rem;
  color: #aaa;
}
.footer .footer_bottom .footer_links a {
  color: #222;
  font-size: 11px;
  font-size: 0.6875rem;
  display: inline-block;
  margin-left: 30px;
}

@media screen and (max-width: 800px) {
  .footer {
    padding: 25px 15px;
  }
  .footer .footer_main {
    padding-bottom: 20px;
  }
  .footer .footer_main .footer_logo {
    width: 160px;
  }
  .footer .footer_main .contact_btn {
    padding: 10px 20px;
    font-size: 12px;
    font-size: 0.75rem;
  }
  .footer .footer_bottom {
    padding-top: 20px;
  }
  .footer .footer_bottom .footer_links a {
    margin-left: 10px;
    font-size: 10px;
    font-size: 0.625rem;
  }
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
下層ページ COMMON
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.page_low .header .menubar {
  top: 0;
}

.low__header {
  width: 100%;
  height: 300px;
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: cover;
  background-position: center top;
}
.low__header .header_contents {
  text-align: left;
  color: #fff;
  max-width: 1200px;
  width: 100%;
  padding: 0 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}
.low__header .header_contents .low__h2 {
  line-height: 1;
  font-size: 55px;
  font-size: 3.4375rem;
  margin-bottom: 25px;
}
.low__header .header_contents .low__ttl {
  line-height: 1;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 750px) {
  .low__header {
    height: 200px;
    margin-top: 50px;
  }
  .low__header .header_contents {
    padding: 0 25px;
  }
  .low__header .header_contents .low__h2 {
    font-size: 30px;
    font-size: 1.875rem;
    margin-bottom: 15px;
  }
  .low__header .header_contents .low__ttl {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
CONTACT
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.page_contact .low__header {
  background-image: url(../img/header_contact.webp);
}

.formrun {
  max-width: 1000px;
  padding: 0 50px;
  margin: 150px auto 200px;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
.formrun div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px;
}
.formrun div label {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 600;
  width: 150px;
  display: inline-block;
}
.formrun div label span {
  color: #fff;
  font-size: 11px;
  font-size: 0.6875rem;
  background-color: #066386;
  padding: 2px 4px;
  font-weight: 400;
}
.formrun div input[type=text] {
  background-color: #F1F6F8;
  width: calc(100% - 250px);
  padding: 15px;
  border: none;
}
.formrun div textarea {
  background-color: #F1F6F8;
  width: calc(100% - 250px);
  height: 270px;
  padding: 15px;
  border: none;
}
.formrun div .contact_note {
  line-height: 1;
  margin-top: 12px;
  margin-left: 200px;
  color: red;
  font-size: 12px;
}
.formrun div input[type=checkbox] {
  width: 16px;
  height: 16px;
  border: 1px solid #aaa;
  accent-color: #066386;
  cursor: pointer;
}
.formrun div.contact_privacy {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-top: 80px;
}
.formrun div.contact_privacy label {
  width: auto;
  margin-left: 10px;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
}
.formrun div.contact_privacy label a {
  color: #066386;
  text-decoration: underline;
}
.formrun button[type=submit] {
  display: block;
  width: 300px;
  height: 70px;
  margin: 0 auto;
  border: 1px solid #066386;
  background: #fff;
  color: #066386;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.formrun button[type=submit]:hover {
  background: #066386;
  color: #fff;
}

.thanks_contents {
  max-width: 1000px;
  padding: 0 50px;
  margin: 100px auto 150px;
  text-align: center;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  letter-spacing: 0.1em;
}
.thanks_contents .thanks__h3 {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 50px;
}
.thanks_contents p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2.5;
}
.thanks_contents a {
  display: inline-block;
  padding: 15px 50px;
  margin: 0 auto;
  border: 1px solid #066386;
  background: #fff;
  color: #066386;
  line-height: 1;
  margin-top: 40px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.thanks_contents a:hover {
  background: #066386;
  color: #fff;
}

@media screen and (max-width: 1000px) {
  .formrun div input[type=text] {
    width: calc(100% - 180px);
  }
  .formrun div textarea {
    width: calc(100% - 180px);
  }
}
@media screen and (max-width: 750px) {
  .formrun {
    padding: 0 25px;
    margin: 80px auto 120px;
  }
  .formrun div {
    display: block;
    margin-bottom: 30px;
  }
  .formrun div label {
    width: 100%;
    margin-bottom: 14px;
  }
  .formrun div input[type=text] {
    width: 100%;
  }
  .formrun div textarea {
    width: 100%;
    height: 160px;
  }
  .formrun div .contact_note {
    margin-left: 0;
  }
  .formrun div input[type=checkbox] {
    width: 12px;
    height: 12px;
  }
  .formrun div.contact_privacy {
    margin-top: 60px;
  }
  .formrun div.contact_privacy label {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .formrun button[type=submit] {
    height: 60px;
  }
  .thanks_contents {
    padding: 0 25px;
    margin: 80px auto 120px;
  }
  .thanks_contents .thanks__h3 {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
  .thanks_contents p {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 2;
  }
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
COMPANY
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.page_company .low__header {
  background-image: url(../img/header_company.webp);
}

.company_contents {
  max-width: 1000px;
  padding: 0 50px;
  margin: 150px auto 200px;
}
.company_contents .company_list {
  margin-bottom: 70px;
}
.company_contents .company_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0;
  border-top: 1px solid #ccc;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
.company_contents .company_list li .list_item {
  width: 130px;
  line-height: 1.65;
  font-weight: 600;
}
.company_contents .company_list li .list_contents {
  width: 70%;
  min-width: 500px;
  line-height: 1.65;
}
.company_contents .company_list li .list_contents img {
  width: 150px;
  height: auto;
}
.company_contents .company_list li:last-child {
  border-bottom: 1px solid #ccc;
}
.company_contents .company_map {
  width: 100%;
}
.company_contents .company_map iframe {
  width: 100%;
  height: 400px;
}

@media screen and (max-width: 750px) {
  .company_contents {
    padding: 0 25px;
    margin: 80px auto 120px;
  }
  .company_contents .company_list li {
    padding: 15px 0;
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .company_contents .company_list li .list_item {
    width: 130px;
  }
  .company_contents .company_list li .list_contents {
    width: calc(100% - 130px);
    min-width: 100px;
  }
  .company_contents .company_list li .list_contents img {
    width: 140px;
  }
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
PRIVACY
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.page_privacy .low__header {
  background-image: url(../img/header_company.webp);
}

.privacy_contents {
  max-width: 1000px;
  padding: 0 50px;
  margin: 150px auto 200px;
}
.privacy_contents p {
  line-height: 2;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  text-align: justify;
}
.privacy_contents p.privacy_head {
  margin-bottom: 70px;
}
.privacy_contents .privacy_lists li {
  margin-bottom: 40px;
}
.privacy_contents .privacy_lists li .privacy_ttl {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.6;
  padding-left: 20px;
  margin-bottom: 10px;
  position: relative;
}
.privacy_contents .privacy_lists li .privacy_ttl:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #222;
  position: absolute;
  left: 0;
  top: 0.6em;
}
.privacy_contents .privacy_lists li a {
  color: #222;
  text-decoration: underline;
}

@media screen and (max-width: 750px) {
  .privacy_contents {
    padding: 0 25px;
    margin: 80px auto 120px;
  }
  .privacy_contents p {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .privacy_contents p.privacy_head {
    margin-bottom: 25px;
  }
  .privacy_contents .privacy_lists li {
    margin-bottom: 25px;
  }
  .privacy_contents .privacy_lists li .privacy_ttl {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 6px;
    padding-left: 15px;
  }
  .privacy_contents .privacy_lists li .privacy_ttl:before {
    width: 8px;
    height: 8px;
    top: 0.6em;
  }
}/*# sourceMappingURL=global.css.map */