* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 100%;
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  clear: both;
}
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
address,
section {
  display: block;
}
::-moz-selection {
  background: #141414;
  color: #fff;
}
::selection {
  background: #141414;
  color: #fff;
}
img {
  border: none;
  margin: 0px;
  padding: 0px;
  width: 100%;
  max-width: 100%;
  height: 100%;
  vertical-align: bottom;
}
a {
  text-decoration: none;
}
hr {
  display: none;
}
:root ul {
  list-style: none;
}
.clearfix:after {
  clear: both;
}
* html .clearfix {
  zoom: 1;
}
*:first-child + html .clearfix {
  zoom: 1;
}
.clearfix {
  display: inline-table;
}
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
html {
  font-size: 2.6666666667vw;
}
body {
  margin: 0;
  padding: 0;
  width: 100vw;
  -webkit-text-size-adjust: none;
  font-family: "Shippori Mincho B1", serif !important;
  font-size: 1.6rem;
  line-height: 1.5;
  overflow-x: hidden;
  color: #383544;
  background: #f5f7f9;
  -webkit-text-size-adjust: auto;
  -moz-text-size-adjust: auto;
  -ms-text-size-adjust: auto;
  text-size-adjust: auto;
  opacity: 0;
}
::-webkit-full-page-media,
:future,
:root body {
  letter-spacing: -0.03rem;
}
.l-main {
  overflow-x: hidden;
}
.fadeUpTrigger {
  opacity: 0;
}
.fadeIn {
  -webkit-animation-name: fadeInAnime;
  animation-name: fadeInAnime;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}
.header_logo_tel {
  color: #fff;
  background: #333;
  padding: 4px 10px;
}
.header_logo_tel.sp {
  display: none !important;
}
.header_logo_tel a {
  color: #fff;
}
@-webkit-keyframes fadeInAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeUp {
  -webkit-animation-name: fadeUpAnime;
  animation-name: fadeUpAnime;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}
@-webkit-keyframes fadeUpAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeUpAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeDownAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-120%);
    transform: translateY(-120%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeDownAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-120%);
    transform: translateY(-120%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes changeColor {
  0% {
    -webkit-filter: brightness(90%);
    filter: brightness(90%);
  }
  50% {
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
  }
  100% {
    -webkit-filter: brightness(110%);
    filter: brightness(110%);
  }
}
@keyframes changeColor {
  0% {
    -webkit-filter: brightness(90%);
    filter: brightness(90%);
  }
  50% {
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
  }
  100% {
    -webkit-filter: brightness(110%);
    filter: brightness(110%);
  }
}
.delay-time01 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.delay-time02 {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.loading {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background: #f5f7f9;
  z-index: 9999;
}
.loading_logo {
  position: absolute;
  top: 50%;
  left: 6.4rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sp {
  display: block !important;
}
.pc {
  display: none !important;
}
.header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
  background: #f1f4f8;
  -webkit-transition: top 0.5s;
  transition: top 0.5s;
}
.header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 5.6rem;
}
.header_logo {
  width: 15.6rem;
  margin-left: 1.6rem;
  margin-right: auto;
}
.header_entry_btn a {
  position: relative;
  display: block;
  width: 12.5rem;
  height: 5.6rem;
  background-image: url(../img/header_entry_btn.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.header_entry_btn a span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
}
.header_toggleBtn {
  position: relative;
  width: 5.6rem;
  height: 5.6rem;
  z-index: 999;
}
.header_toggleBtn span {
  position: absolute;
  left: 1.8rem;
  right: 1.8rem;
  display: block;
  width: 2rem;
  height: 0.1rem;
  background: #383544;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.header_toggleBtn span:nth-child(1) {
  top: 2.1rem;
}
.header_toggleBtn span:nth-child(2) {
  top: 50%;
}
.header_toggleBtn span:nth-child(3) {
  bottom: 2rem;
}
.is-active .header_toggleBtn span:nth-child(1) {
  top: 2.8rem;
  -webkit-transform: rotate(-315deg);
  transform: rotate(-315deg);
}
.is-active .header_toggleBtn span:nth-child(2) {
  opacity: 0;
}
.is-active .header_toggleBtn span:nth-child(3) {
  bottom: 2.7rem;
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}
.header_nav_wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #f5f7f9;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.is-active .header_nav_wrap {
  opacity: 1;
  visibility: visible;
  z-index: 999;
}
.header_nav {
  position: fixed;
  right: 0;
  width: 31.9rem;
  height: 100vh;
  z-index: 999;
  background-color: #fff;
  overflow: auto;
}
.header_nav_list {
  width: 25.5rem;
  margin: 6.4rem 3.2rem 2.4rem;
}
.header_nav_item a {
  display: block;
  padding: 1.75rem 0;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.5;
  color: #383544;
  border-bottom: 0.05rem solid #928ea0;
}
.header_nav_item:first-child a {
  border-top: 0.05rem solid #928ea0;
}
.header_nav_item_child a {
  display: block;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.5;
  color: #383544;
  border-bottom: 0.05rem solid #928ea0;
  padding: 1.2rem 0 1.2rem 1.6rem;
}
.header_nav_entry_btn a {
  position: relative;
  display: block;
  width: 25.5rem;
  height: 6.7rem;
  margin: 0 3.2rem 4rem;
  padding: 2.15rem 2.4rem;
  background-image: url(../img/header_nav_entry_btn.png);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
}
.header_nav_list_pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.header_nav_item_sp {
    margin: 0 3.2rem 2.4rem;
}
.header_nav_item_sp a {
  display: block;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.5;
  color: #383544;
}
.header_nav_item_sp a span {
  width: 1.4rem;
  height: 1.4rem;
  display: inline-block;
  background-image: url(../../images/common/img_blank_black.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.l-footer {
  position: relative;
  background: #fff;
}
.footer_tel {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  padding: 40px 0;
  border-bottom: 1px solid #e9e6f4;
}
.footer_tel figure {
  width: 4.9rem;
  margin: 0 0.5rem 0 0;
  display: inline-block;
}
.footer_tel figure img {
  vertical-align: sub;
}
.footer_tel .num {
  display: inline-block;
  color: #928ea0;
  font-size: 3.5rem;
}
.footer_tel a {
  color: #928ea0;
}
.footer_inner {
  position: relative;
  padding: 4rem 3.2rem;
}
.footer_inner_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 4rem;
}
.footer_logo {
  position: absolute;
  top: 25.7rem;
  left: 1.6rem;
  width: 16rem;
  height: 15.4rem;
}
.footer_nav_list_child {
  margin-bottom: 3.2rem;
}
.footer_nav_item {
  margin-bottom: 2rem;
}
.footer_nav_item a {
  display: block;
  color: #383544;
  font-size: 1.4rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.footer_nav_item a:hover {
  color: #928ea0;
}
.footer_nav_item:last-child {
  margin-bottom: 0;
}
.footer_nav_item_child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
}
.footer_nav_item_child a {
  display: block;
  color: #383544;
  font-size: 1.3rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.footer_nav_item_child a img {
  width: 0.8rem;
  margin-right: 0.4rem;
}
.footer_nav_item_child a:hover {
  color: #928ea0;
}
.footer_copy {
  position: absolute;
  bottom: 3rem;
  font-size: 1.2rem;
  color: #b3aec1;
  font-weight: 600;
}
.aboutTitle_area {
  position: relative;
}
.aboutTitle_area_inner {
  position: relative;
  height: 45.9rem;
  margin-top: 5.6rem;
  overflow: hidden;
}
.aboutTitle_bg_paper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 45.9rem;
  background-image: url(../img/about/about_bg_paper.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.aboutTitle_bg_color {
  position: absolute;
  bottom: 0.1rem;
  left: 0;
  right: 0;
  height: 36.9rem;
  background-image: url(../img/about/about_bg_color_2.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.aboutTitle_title {
  position: absolute;
  top: 8.8rem;
  color: #383544;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.12rem;
  z-index: 1;
}
.aboutTitle_title img {
  position: absolute;
  bottom: 5rem;
  left: 2.4rem;
  width: 27.2rem;
  height: 10.8rem;
  z-index: -1;
}
.about_message {
  position: relative;
  margin-top: -3.4rem;
  margin-bottom: 8.8rem;
}
.about_message_inner {
  margin: 0 2.4rem 0;
}
.about_message_text_head {
  width: 32.7rem;
  height: 7.8rem;
  margin-bottom: 2.4rem;
}
.about_message_text p {
  margin-bottom: 2rem;
  color: #383544;
  font-size: 1.4rem;
  line-height: 2;
}
.about_message_text_name span {
  font-size: 2rem;
  margin-left: 0.8rem;
}
.about_mission {
  margin-bottom: 7.2rem;
}
.about_mission_inner {
  margin: 0 2.4rem 5rem;
}
.about_mission_title {
  margin: 0 0 1.5rem 0;
}
.about_mission_text1 {
  font-size: 2.8rem;
  font-weight: 600;
}
.about_mission_text1 span {
  margin-left: -2rem;
  letter-spacing: -0.3rem;
}
.about_mission_text2 {
}
.about_doctorInfo {
  margin-bottom: 7.2rem;
}
.about_doctorInfo_inner {
  margin: 0 2.4rem 0;
}
.about_doctorInfo_title {
  margin-bottom: 3.2rem;
  color: #383544;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.5;
}
.about_doctorInfo_list figure {
  margin-bottom: 2rem;
}
.about_doctorInfo_list > li {
  margin: 0 1rem 3.2rem;
}
.about_doctorInfo_list_name {
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  color: #383544;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.6;
  border-bottom: 1px solid #616161;
}
.about_doctorInfo_list_name span {
  font-size: 2rem;
  margin-right: 1.5rem;
}
.about_doctorInfo_list_ttl-s {
  margin-bottom: 2rem;
  font-size: 1.7rem;
  font-weight: bold;
}
.about_doctorInfo_list_discript {
  font-size: 1.4rem;
  background-color: #e4e4e4;
  padding: 0.7rem;
}
.about_doctorInfo_list_discript li {
  padding: 0.7rem 1.4rem 0.7rem 1rem;
}
.about_doctorInfo_list_hommma li {
  padding: 0.4rem 1.4rem;
  letter-spacing: -0.1rem;
}
.about_doctorInfo_list_discript li::before {
  content: "・";
  margin-left: -1.4rem;
}
.companyInfo {
  margin-bottom: 7.2rem;
}
.companyInfo_inner {
  margin: 0 2.4rem 0;
}
.companyInfo_title {
  margin-bottom: 3.2rem;
  color: #383544;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.5;
}
.companyInfo_table,
.companyInfo_table th,
.companyInfo_table td {
  border-collapse: collapse;
  border-collapse: separate;
  border-spacing: 0;
}
.companyInfo_table {
  width: 100%;
}
.companyInfo_table tr:last-child {
  border-bottom: 0.05rem solid #383544;
}
.companyInfo_table th,
.companyInfo_table td {
  padding: 2rem 0;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 400;
  color: #383544;
  vertical-align: top;
  border-top: 0.05rem solid #383544;
}
.companyInfo_table tr:last-child th,
.companyInfo_table tr:last-child td {
  border-bottom: 0.05rem solid #383544;
}
.companyInfo_table th {
  width: 7.5rem;
  padding-right: 0.9rem;
  text-align: left;
}
.history {
  margin-bottom: 9.6rem;
}
.history_inner {
  margin: 0 2.4rem 0;
}
.history_title {
  margin-bottom: 3.2rem;
  color: #383544;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.5;
}
.history_year {
  margin-bottom: 1.6rem;
  color: #383544;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
}
.history_table,
.history_table th,
.history_table td {
  border-collapse: collapse;
  border-collapse: separate;
  border-spacing: 0;
}
.history_table {
  width: 100%;
  margin-bottom: 4rem;
}
.history_table th,
.history_table td {
  padding: 2rem 0;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 400;
  color: #383544;
  vertical-align: top;
  border-top: 0.05rem solid #383544;
}
.history_table tr:last-child th,
.history_table tr:last-child td {
  border-bottom: 0.05rem solid #383544;
}
.history_table th {
  width: 7.5rem;
  padding-right: 0.9rem;
  text-align: left;
}
.history_table td p {
  margin-bottom: 1.2rem;
}
.history_table td p:last-child {
  margin-bottom: 0;
}
.homeMv {
  position: relative;
  height: 62.55rem;
  margin-top: 5.6rem;
}
.homeMv_bg_paper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-image: url(../img/home/mv_bg_paper.webp);
  background-repeat: no-repeat;
  background-size: cover;
  height: 62.55rem;
}
.homeMv_bg_color {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-image: url(../img/home/mv_bg_color.webp);
  background-repeat: no-repeat;
  background-size: cover;
  height: 59.6rem;
  -webkit-animation: changeColor 2s infinite alternate;
  animation: changeColor 2s infinite alternate;
}
.homeMv_title {
  position: absolute;
  top: 8.6rem;
  left: -0.6rem;
  color: #383544;
  font-size: 5.3rem;
  font-weight: 600;
  line-height: 1.3;
}
.homeMv_title_top {
  opacity: 0;
  letter-spacing: -0.7rem;
}
.homeMv_title_bottom {
  opacity: 0;
}
.homeMv_title_bottom_kakko_open {
  margin-left: -2rem;
}
.homeMv_title_bottom_kakko_close {
  letter-spacing: -2.2rem;
}
.homeMv_message {
  margin: -20rem 2.4rem 0 2.4rem;
}
.homeMv_message_title {
  position: relative;
  width: 23.9rem;
  height: 10.8rem;
  z-index: 1;
}
.homeMv_message_text {
  position: relative;
}
.homeMv_message_text_head {
  width: 26.2rem;
  height: 7.2rem;
  margin-bottom: 2.4rem;
}
.homeMv_message_text p {
  margin-bottom: 2rem;
  font-family: "Shippori Mincho", serif;
  color: #282942;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
}
.homeMv_message_text p:last-child {
  margin-bottom: 0;
}
.homeNumber {
  position: relative;
  margin-top: 5.6rem;
  margin-bottom: 11.2rem;
  z-index: 1;
}
.homeNumber_inner {
  margin-left: 1.6rem;
  margin-right: 1.6rem;
}
.homeNumber_title {
  margin: 0 auto 3.2rem;
}
.homeNumber_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.homeNumber_list_bottom {
  margin: -11.7rem auto 0;
}
.homeNumber_patient_img {
  width: 16.5rem;
}
.homeNumber_treatment_img {
  width: 16.5rem;
}
.homeNumber_doctor_img {
  width: 14.9rem;
  margin-top: -2rem;
}
.homeNumber_clinic_img {
  width: 14.9rem;
  margin-right: 1.6rem;
  margin-top: -2rem;
}
.homeNumber_employee_img {
  width: 22.8rem;
  margin-top: -3rem;
  margin-left: auto;
  margin-right: auto;
}
.homeNumber_year_archive {
  color: #928ea0;
  text-align: center;
  font-size: 1.4rem;
}
.homeService {
  position: relative;
  margin-top: 12rem;
  margin-bottom: 12rem;
}
.homeService_inner {
  margin-left: 2.4rem;
  margin-right: 2.4rem;
}
.homeService_title {
  position: relative;
  margin-bottom: 3.2rem;
  color: #383544;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.12rem;
}
.homeService_title img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 21.1rem;
  height: 10.8rem;
  z-index: -1;
}
.homeService_list {
  margin-bottom: 3.2rem;
}
.homeService_item {
  margin-bottom: 0.8rem;
}
.homeService_item a {
  position: relative;
  display: block;
}
.homeService_item a::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 21.2rem;
  height: 10.9rem;
  background-image: url(../img/home/service_item_bg_l.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.homeService_item a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: auto;
  width: 21.2rem;
  height: 10.9rem;
  background-image: url(../img/home/service_item_bg_r.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.homeService_item:last-child {
  margin-bottom: 0;
}
.homeService_item h3 {
  position: absolute;
  top: 50%;
  left: 1.6rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #383544;
  font-weight: 600;
  z-index: 2;
}
.homeService_item p {
  margin-bottom: 3.2rem;
  color: #383544;
  font-size: 1.4rem;
  line-height: 2;
}
.homeClinic_inner {
  margin: 0 2.4rem 4rem;
}
.homeClinic_title {
  position: relative;
  margin-bottom: 3.2rem;
  color: #383544;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.12rem;
}
.homeClinic_title img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 22.5rem;
  height: 10.8rem;
  z-index: -1;
}
.homeClinic_map {
  position: relative;
  margin-bottom: 2.4rem;
}
.homeClinic_map_img {
  margin-left: -2.7rem;
  margin-right: -2.7rem;
  margin-bottom: -6.3rem;
}
.homeClinic_all_count {
  position: absolute;
  top: -7.9rem;
  left: -8rem;
  width: 30.4rem;
  height: 30.4rem;
  z-index: -2;
}
.homeClinic_all_count p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-2.7rem, -3.1rem);
  transform: translate(-2.7rem, -3.1rem);
  color: #928ea0;
  width: 5.6rem;
  font-family: "Amiri", serif;
  font-size: 5.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.448rem;
}
.homeClinic_modal_btn {
  position: relative;
  display: block;
  margin: 0 auto 0.8rem;
  width: 32.7rem;
  height: 6.4rem;
  background: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
.homeClinic_modal_btn::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 32.7rem;
  height: 6.4rem;
  background-image: url(../img/btn_modal_bg.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 1;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.homeClinic_modal_btn_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 27.9rem;
  z-index: 2;
}
.homeClinic_modal_place {
  margin-right: auto;
  color: #383544;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.5;
}
.homeClinic_modal_count {
  color: #928ea0;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.5;
}
.homeClinic_modal_count span {
  font-size: 1.2rem;
}
.homeClinic_modal_glass {
  margin-left: 1.6rem;
  width: 1.6rem;
  height: 1.6rem;
}
.homeClinic_modal_glass img {
  vertical-align: top;
}
.homeClinic_new {
  position: relative;
  background: #fff;
}
.homeClinic_new::before {
  background-image: url(../img/home/clinic_new_bg.svg);
  background-size: contain;
  width: 17.2rem;
  height: 4.8rem;
  top: 0;
  left: 0;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
}
.homeClinic_new_inner {
  padding: 6.4rem 1.6rem 1.6rem 1.6rem;
}
.homeClinic_new_title {
  position: absolute;
  top: 1.2rem;
  left: 1.6rem;
  color: #383544;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.5;
}
.homeClinic_new_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.4rem;
}
.homeClinic_new_item:last-child {
  margin-bottom: 0;
}
.homeClinic_new_item_title {
  font-size: 1.4rem;
  color: #383544;
}
.homeClinic_new_item_date {
  margin-right: 1.6rem;
  color: #383544;
  opacity: 0.5;
}
.homeRecruit {
  position: relative;
  height: 71.1rem;
  margin-bottom: 5.6rem;
  z-index: -1;
}
.homeRecruit_bg_paper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 67.1rem;
  background-image: url(../img/home/recruit_bg_paper.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.homeRecruit_bg_color {
  position: absolute;
  top: 1rem;
  left: 0;
  right: 0;
  height: 66rem;
  background-image: url(../img/home/recruit_bg_color.webp);
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-animation: changeColor 3s infinite alternate;
  animation: changeColor 3s infinite alternate;
}
.homeRecruit_wrap {
  margin: -58.2rem 2.4rem 0 2.4rem;
}
.homeRecruit_title {
  position: relative;
  margin-bottom: 9.6rem;
  color: #383544;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}
.homeRecruit_img {
  width: 24.4rem;
  height: 10.8rem;
  margin: 0 auto -2.8rem;
}
.homeNews {
  margin-top: 22.3rem;
}
.homeNews_inner {
  margin: 0 2.4rem 9.6rem;
}
.homeNews_title {
  position: relative;
  margin-bottom: 3.2rem;
  color: #383544;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.12rem;
}
.homeNews_title img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 15rem;
  height: 10.8rem;
  z-index: -1;
}
.homeNews_list {
  margin-bottom: 3.2rem;
}
.homeNews_item a {
  display: block;
  padding: 2.4rem 0;
  font-size: 1.4rem;
  border-bottom: 0.05rem solid #383544;
}
.homeNews_item:first-child {
  border-top: 0.05rem solid #383544;
}
.homeNews_item_date {
  margin-bottom: 0.8rem;
  color: #928ea0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.homeNews_item_title {
  color: #383544;
  line-height: 2;
  text-decoration-line: underline;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.homeNews_item a:hover .homeNews_item_date {
  color: #d7d2e6;
}
.homeNews_item a:hover .homeNews_item_title {
  color: #928ea0;
}
.homeNews .news_all_list {
  margin-bottom: 3.2rem;
}
.news .pageTitle_title img {
  width: 15rem;
}
.news_all {
  margin-top: 9rem;
  margin-bottom: 9.6rem;
}
.news_all_inner {
  margin-left: 2.4rem;
  margin-right: 2.4rem;
}
.news_all_title {
  margin-bottom: 3.2rem;
  color: #383544;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.5;
}
.news_all .news_all_list {
  margin-bottom: 7.2rem;
}
.news_all_item a {
  display: block;
  padding: 2.4rem 0;
  font-size: 1.4rem;
  border-bottom: 0.05rem solid #383544;
}
.news_all_item:first-child a {
  border-top: 0.05rem solid #383544;
}
.news_all_item_date {
  margin-bottom: 0.8rem;
  color: #928ea0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news_all_item_title {
  color: #383544;
  line-height: 2;
  text-decoration-line: underline;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news_all_item a:hover .news_all_item_date {
  color: #d7d2e6;
}
.news_all_item a:hover .news_all_item_title {
  color: #928ea0;
}
.news_detail {
  position: relative;
  margin-top: -8.2rem;
  margin-bottom: 9.6rem;
  z-index: 1;
}
.news_detail_inner {
  margin-left: 2.4rem;
  margin-right: 2.4rem;
}
.news_detail_head {
  margin-bottom: 4rem;
  color: #383544;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
}
.news_detail_date {
  margin-bottom: 0.4rem;
  color: #383544;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.5;
}
.news_detail_title {
  margin-bottom: 2.4rem;
  color: #383544;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
}
.news_detail_text {
  margin-bottom: 1.6rem;
  color: #383544;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
}
.news_detail_img {
  margin-bottom: 4rem;
}
.news_detail_back {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #383544;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news_detail_back:hover {
  color: #928ea0;
}
.news_detail_back::before {
  content: "";
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  background-image: url(../img/arrow_left.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 0.8rem;
}
.pageTitle_area {
  position: relative;
}
.pageTitle_area_inner {
  position: relative;
  height: 12.2rem;
  margin-top: 5.6rem;
  overflow: hidden;
}
.pageTitle_bg_paper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-image: url(../img/pageTitle_bg_paper.webp);
  background-repeat: no-repeat;
  background-size: cover;
  height: 12.2rem;
}
.pageTitle_bg_color {
  position: absolute;
  top: 0;
  right: 0;
  width: 20.8rem;
  height: 12.2rem;
  background-image: url(../img/pageTitle_bg_color.webp);
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-animation: changeColor 3s infinite alternate;
  animation: changeColor 3s infinite alternate;
}
.pageTitle_title {
  position: absolute;
  top: 8.8rem;
  width: 100%;
  color: #383544;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.12rem;
  z-index: 1;
}
.pageTitle_title img {
  position: absolute;
  bottom: 0;
  left: 2.4rem;
  height: 10.8rem;
  z-index: -1;
}
.privacyPolicy {
  margin-top: 14.2rem;
  margin-bottom: 9.6rem;
}
.privacyPolicy p {
  color: #383544;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
}
.privacyPolicy h2 {
  margin-top: 7.2rem;
  margin-bottom: 3.2rem;
  color: #383544;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.5;
}
.privacyPolicy h3 {
  margin-top: 4rem;
  margin-bottom: 1.6rem;
  color: #383544;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
}
.privacyPolicy h4 {
  margin-top: 4rem;
  margin-bottom: 1.6rem;
  color: #383544;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.5;
}
.privacyPolicy a {
  font-size: 1.4rem;
  color: #383544;
  font-weight: 400;
  line-height: 2;
  text-decoration-line: underline;
}
.privacyPolicy h2 + h3 {
  margin-top: 3rem;
}
.privacyPolicy_inner {
  margin-left: 2.4rem;
  margin-right: 2.4rem;
}
.privacyPolicy_wrap {
  margin-bottom: 7.2rem;
}
.privacyPolicy_table,
.privacyPolicy_table th,
.privacyPolicy_table td {
  border-collapse: collapse;
  border-collapse: separate;
  border-spacing: 0;
}
.privacyPolicy_table {
  width: 100%;
}
.privacyPolicy_table tr:last-child {
  border-bottom: 0.05rem solid #383544;
}
.privacyPolicy_table th,
.privacyPolicy_table td {
  padding: 2rem 0;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 400;
  color: #383544;
  vertical-align: top;
  border-top: 0.05rem solid #383544;
}
.privacyPolicy_table tr:last-child th,
.privacyPolicy_table tr:last-child td {
  border-bottom: 0.05rem solid #383544;
}
.privacyPolicy_table th {
  width: 7.5rem;
  padding-right: 0.9rem;
  text-align: left;
}
.recruit .header_inner {
  background: #f5f7f9;
}
.recruit_entry_btn_big {
  margin-bottom: 9.6rem;
}
.recruit_entry_btn_big a {
  position: relative;
  display: block;
  margin: auto;
  width: 32.7rem;
  height: 12rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.recruit_entry_btn_big a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 32.7rem;
  height: 12rem;
  background-image: url(../img/recruit/entry_btn_big.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 1;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.recruit_entry_btn_big a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 32.7rem;
  height: 12rem;
  background-image: url(../img/recruit/entry_btn_big_hover.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.recruit_entry_btn_big a span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  z-index: 2;
}
.recruitPageTitle_area {
  position: relative;
  overflow: hidden;
}
.recruitPageTitle_area_inner {
  position: relative;
  height: 18.6rem;
  margin-top: 5.6rem;
  overflow: hidden;
}
.recruitPageTitle_bg_paper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 12.2rem;
}
.recruitPageTitle_bg_color {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 18.6rem;
}
.recruitPageTitle_title {
  position: absolute;
  top: 17.6rem;
  left: 2.4rem;
  width: 100%;
  color: #383544;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.12rem;
  z-index: 1;
}
.recruitPageTitle_title span {
  font-size: 2.8rem;
  letter-spacing: -0.084rem;
}
.recruitPageTitle_title img {
  position: absolute;
  bottom: 0;
  left: 0.5rem;
  width: 20.9rem;
  height: 10.8rem;
  mix-blend-mode: overlay;
  z-index: -1;
}
.recruitPage_title_underColor {
  position: relative;
  margin: 0 2.4rem 2.4rem;
  padding-bottom: 1.6rem;
  color: #383544;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.5;
}
.recruitPage_title_underColor::after {
  background-image: url(../img/recruit/recruitPage_title_underline.webp);
  background-size: cover;
  width: 100%;
  height: 0.2rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
}
.recruitPage_message {
  position: relative;
  margin-top: 3.4rem;
  margin-bottom: 4.8rem;
}
.recruitPage_message_text_head {
  margin: 0 2.4rem 1.6rem;
}
.recruitPage_message_text p {
  margin: 0 2.4rem 0;
  color: #383544;
  font-size: 1.4rem;
  line-height: 2;
}
.recruitPage_orderFlex .recruitPage_title_underColor {
  margin: 0 2.4rem 4rem;
}
.recruitPage_orderFlex_title_top {
  display: block;
  font-size: 2rem;
}
.recruitPage_orderFlex_inner {
  margin-left: 2.4rem;
  margin-right: 2.4rem;
}
.recruitPage_orderFlex_box {
  margin-bottom: 7.2rem;
}
.recruitPage_orderFlex_flex_title {
  position: relative;
  margin-bottom: 2.4rem;
  color: #383544;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.5;
}
.recruitPage_orderFlex_box_01 .recruitPage_orderFlex_flex_title::after {
  content: "";
  position: absolute;
  bottom: -5.1rem;
  right: -1.1rem;
  width: 11.2rem;
  height: 18rem;
  background-image: url(../img/recruit/doctor_reason_number_01.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
.recruitPage_orderFlex_flex_title_top {
  display: block;
  font-size: 1.6rem;
}
.recruitPage_orderFlex_img {
  margin-bottom: 2.4rem;
}
.recruitPage_orderFlex_text {
  margin-bottom: 2.4rem;
  font-size: 1.4rem;
  line-height: 2;
}
.recruitPage_orderFlex_doctor_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.recruitPage_orderFlex_doctor_flex_left {
  width: 8.8rem;
  height: 8.8rem;
  margin-right: 1.2rem;
}
.recruitPage_orderFlex_doctor_title {
  margin-bottom: 0.6rem;
  color: #383544;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.3;
}
.recruitPage_orderFlex_doctor_title_en {
  font-size: 1.2rem;
}
.recruitPage_orderFlex_doctor_text p {
  margin-bottom: 0.2rem;
  color: #383544;
  font-size: 1.2rem;
  line-height: 1.5;
}
.recruitPage_orderFlex_doctor_text p:last-child {
  margin-bottom: 0;
}
.recruitPage_orderFlex_box_02 .recruitPage_orderFlex_flex_title::after {
  content: "";
  position: absolute;
  bottom: -5.1rem;
  right: -1.1rem;
  width: 14rem;
  height: 18rem;
  background-image: url(../img/recruit/doctor_reason_number_02.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
.recruitPage_orderFlex_box_02 .recruitPage_orderFlex_text {
  margin-bottom: 0;
}
.recruitPage_orderFlex_box_03 .recruitPage_orderFlex_text {
  margin-bottom: 0;
}
.recruitPage_orderFlex_box_03 .recruitPage_orderFlex_flex_title::after {
  background-image: url(../img/recruit/doctor_reason_number_03.svg);
  background-size: contain;
  width: 12.2rem;
  height: 18rem;
  position: absolute;
  bottom: -5.1rem;
  right: -1.1rem;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
.recruitPage_path {
  margin-bottom: 7.2rem;
}
.recruitPage_path_inner {
  margin-left: 2.4rem;
  margin-right: 2.4rem;
}
.recruitPage_path_text {
  margin-bottom: 2.4rem;
  font-size: 1.4rem;
  line-height: 2;
}
.recruitPage_training {
  margin-bottom: 7.2rem;
}
.recruitPage_training_inner {
  margin-left: 2.4rem;
  margin-right: 2.4rem;
}
.recruitPage_training_text {
  margin-bottom: 2.4rem;
  font-size: 1.4rem;
  line-height: 2;
}
.recruitPage_training_flex_left {
  margin-bottom: 2.8rem;
}
.recruitPage_env {
  margin-bottom: 7.2rem;
}
.recruitPage_env_inner {
  margin-left: 2.4rem;
  margin-right: 2.4rem;
}
.recruitPage_env_text {
  margin-bottom: 2.4rem;
  font-size: 1.4rem;
  line-height: 2;
}
.recruitPage_interview {
  margin-bottom: 7.2rem;
}
.recruitPage_interview_inner {
  padding: 4rem 2.4rem 4.4rem;
  background: #fff;
}
.recruitPage_interview_title {
  width: 24rem;
  height: 9.6rem;
  margin: auto;
}
.recruitPage_interview_flex {
  margin-bottom: 2.4rem;
}
.recruitPage_interview_flex_left {
  width: 12rem;
  height: 12rem;
  margin: -1.3rem auto 2.4rem;
}
.recruitPage_interview_flex_title {
  margin-bottom: 1.6rem;
  color: #383544;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
}
.recruitPage_interview_doctor {
  color: #383544;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
}
.recruitPage_interview_doctor_name {
  margin-left: 0.8rem;
  font-size: 1.4rem;
}
.recruitPage_interview_text {
  color: #383544;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
}
.recruitPage_faq {
  margin-bottom: 7.2rem;
}
.recruitPage_faq_inner {
  margin-left: 2.4rem;
  margin-right: 2.4rem;
}
.recruitPage_faq_text {
  margin-bottom: 2.4rem;
  font-size: 1.4rem;
  line-height: 2;
}
.recruitPage_faq_list dl {
  position: relative;
  cursor: pointer;
  border-bottom: 0.05rem solid #383544;
}
.recruitPage_faq_list dl:first-child {
  border-top: 0.05rem solid #383544;
}
.recruitPage_faq_list dl dt {
  position: relative;
  margin: 0;
  padding: 2.4rem 4rem 2.4rem 5.6rem;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #383544;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.recruitPage_faq_list dl dt::before {
  position: absolute;
  top: 50%;
  left: 1.2rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 3.2rem;
  height: 3.2rem;
  content: "";
  display: inline-block;
  background-image: url(../img/icon_faq_q.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.recruitPage_faq_list dl dt::after {
  position: absolute;
  top: 50%;
  right: 1.2rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.6rem;
  height: 1.6rem;
  content: "";
  display: inline-block;
  background-image: url(../img/icon_arrow_down.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.recruitPage_faq_list dl dd {
  position: relative;
  display: none;
  margin-top: -2.4rem;
  padding: 2.4rem 1.2rem 2.4rem 5.6rem;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
}
.recruitPage_faq_list dl dd::before {
  position: absolute;
  top: 50%;
  left: 1.2rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 3.2rem;
  height: 3.2rem;
  content: "";
  display: inline-block;
  background-image: url(../img/icon_faq_a.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.recruitPage_faq_list dl.open dt::after {
  background-image: url(../img/icon_arrow_up.svg);
}
.recruitPage_job {
  margin-bottom: 7.2rem;
}
.recruitPage_job_inner {
  margin-left: 2.4rem;
  margin-right: 2.4rem;
}
.recruitPage_job_box {
  margin-bottom: 4.8rem;
}
.recruitPage_job_box_03 {
  margin-bottom: 4rem;
}
.recruitPage_job_flex_title {
  margin-bottom: 2rem;
  padding-left: 1.6rem;
  color: #383544;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  border-left: 0.2rem solid #d7d2e6;
}
.recruitPage_job_text {
  margin-bottom: 2.4rem;
  font-size: 1.4rem;
  line-height: 2;
}
.recruitPage_wanted {
  margin-bottom: 7.2rem;
}
.recruitPage_wanted_inner {
  margin-left: 2.4rem;
  margin-right: 2.4rem;
}
.recruitPage_wanted_img {
  margin-bottom: 2.4rem;
}
.recruitPage_wanted_item {
  background: #fff;
}
.recruitPage_wanted_item:not(:last-child) {
  margin-bottom: 0.8rem;
}
.recruitPage_wanted_graph {
  margin-top: 4rem;
}
.recruitCounselor .recruitPageTitle_bg_paper {
  background-image: url(../img/recruit/recruitPage_bg_paper.webp);
}
.recruitCounselor .recruitPageTitle_bg_color {
  background-image: url(../img/recruit/counselor_bg_color.webp);
}
.recruitCounselor .recruitPageTitle_title img {
  width: 31.5rem;
  height: 10.8rem;
}
.recruitCounselor .recruitPage_message_text_head {
  width: 32.7rem;
}
.recruitDoctor .recruitPageTitle_bg_paper {
  background-image: url(../img/recruit/recruitPage_bg_paper.webp);
}
.recruitDoctor .recruitPageTitle_bg_color {
  background-image: url(../img/recruit/doctor_bg_color.webp);
}
.recruitDoctor .recruitPage_message_text_head {
  width: 32.7rem;
}
.recruitMessage .recruitPageTitle_area_inner {
  height: 40.8rem;
}
.recruitMessage .recruitPageTitle_bg_paper {
  height: 40.8rem;
  background-image: url(../img/recruit/message_bg_paper.webp);
}
.recruitMessage .recruitPageTitle_bg_color {
  top: 0;
  height: 32rem;
  background-image: url(../img/recruit/message_bg_color_2.webp);
}
.recruitMessage .recruitPageTitle_title img {
  position: relative;
  left: 0;
  width: 17.7rem;
  height: 5.2rem;
}
.recruitMessage .recruitPage_message {
  margin-top: -3.2rem;
  margin-bottom: 8.8rem;
}
.recruitMessage .recruitPage_message_text_head {
  margin: 0 2.4rem 2.4rem;
}
.recruitMessageTitle_signature {
  position: absolute;
  top: 26.8rem;
  right: 2.4rem;
  width: 12.5rem;
  height: 5.2rem;
  z-index: 1;
}
.recruitMessage_history {
  position: relative;
  margin-bottom: 8.8rem;
  overflow: hidden;
}
.recruitMessage_history .recruitPage_title_underColor {
  margin-left: 0;
  margin-right: 0;
}
.recruitMessage_history::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -0.7rem;
  width: 18rem;
  height: 39rem;
  background-image: url(../img/recruit/message_bg_history.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
.recruitMessage_history_inner {
  margin-left: 2.4rem;
  margin-right: 2.4rem;
}
.recruitMessage_history_flex_left {
  margin-bottom: 2.4rem;
}
.recruitMessage_history_text {
  color: #383544;
  font-size: 1.4rem;
  line-height: 2;
}
.recruitMessage_history_img {
  width: 21.8rem;
  margin-left: auto;
}
.recruitMessage_personality {
  position: relative;
  margin-bottom: 8.8rem;
  overflow: hidden;
}
.recruitMessage_personality .recruitPage_title_underColor {
  margin-left: 0;
  margin-right: 0;
}
.recruitMessage_personality::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -6.6rem;
  width: 18rem;
  height: 62.4rem;
  background-image: url(../img/recruit/message_bg_personality.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
.recruitMessage_personality_inner {
  margin-left: 2.4rem;
  margin-right: 2.4rem;
}
.recruitMessage_personality_flex_left {
  margin-bottom: 2.4rem;
}
.recruitMessage_personality_text {
  color: #383544;
  font-size: 1.4rem;
  line-height: 2;
}
.recruitMessage_personality_img {
  width: 21.8rem;
  margin-right: auto;
}
.recruitMessage_vision {
  position: relative;
  margin-bottom: 9.6rem;
}
.recruitMessage_vision .recruitPage_title_underColor {
  margin-left: 0;
  margin-right: 0;
}
.recruitMessage_vision::before {
  content: "";
  position: absolute;
  bottom: 34.4rem;
  left: 0;
  width: 18.3rem;
  height: 18rem;
  background-image: url(../img/recruit/message_bg_our.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
.recruitMessage_vision::after {
  content: "";
  position: absolute;
  bottom: -8.6rem;
  right: 0;
  width: 33.5rem;
  height: 18rem;
  background-image: url(../img/recruit/message_bg_vision.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
.recruitMessage_vision_inner {
  margin-left: 2.4rem;
  margin-right: 2.4rem;
}
.recruitMessage_vision_text {
  margin-bottom: 2.4rem;
  color: #383544;
  font-size: 1.4rem;
  line-height: 2;
}
.recruitMessage_vision_img {
  position: relative;
  z-index: -2;
}
.recruitNurse .recruitPage_message_text_head {
  width: 32.7rem;
}
.recruitNurse .recruitPageTitle_bg_paper {
  background-image: url(../img/recruit/recruitPage_bg_paper.webp);
}
.recruitNurse .recruitPageTitle_bg_color {
  background-image: url(../img/recruit/nurse_bg_color.webp);
}
.recruitNurse .recruitPageTitle_title img {
  width: 17.6rem;
  height: 10.8rem;
}
.recruitNurse_merit {
  margin-bottom: 7.2rem;
}
.recruitNurse_merit_inner {
  margin-left: 2.4rem;
  margin-right: 2.4rem;
}
.recruitNurse_merit_flex_title {
  margin-bottom: 2.4rem;
  color: #383544;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
}
.recruitNurse_merit_text {
  margin-bottom: 2.4rem;
  color: #383544;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
}
.recruitTopTitle_area {
  position: relative;
}
.recruitTopTitle_area_inner {
  position: relative;
  height: 59.6rem;
  margin-top: 5.6rem;
  overflow: hidden;
}
.recruitTopTitle_bg_paper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 12.2rem;
  background-image: url(../img/recruit/recruitTop_bg_paper.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.recruitTopTitle_bg_color {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 55rem;
  background-image: url(../img/recruit/recruitTop_bg_color.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.recruitTopTitle_message {
  position: absolute;
  top: 12rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 9rem;
  height: 32.4rem;
  padding: 0.1rem 1rem 1.4rem 0.8rem;
  background: #fff;
}
.recruitTopTitle_message_text {
  position: relative;
  margin-top: -1.5rem;
  margin-bottom: 8.8rem;
  z-index: 1;
}
.recruitTopTitle_message_text p {
  margin-bottom: 2rem;
  font-size: 1.4rem;
  line-height: 2;
}
.recruitTopTitle_message_text p:last-child {
  margin-bottom: 0;
}
.recruitTopTitle_message_text_inner {
  margin-left: 2.4rem;
  margin-right: 2.4rem;
}
.recruitTop_attract {
  position: relative;
  overflow: hidden;
}
.recruitTop_attract::after {
  background-image: url(../img/recruit/recruit_bg_logo.svg);
  background-size: contain;
  width: 37.5rem;
  height: 36.1rem;
  top: 30.1rem;
  right: -1.6rem;
  content: "";
  background-repeat: no-repeat;
  position: absolute;
  z-index: -2;
}
.recruitTop_attract_inner {
  margin-left: 2.4rem;
  margin-right: 2.4rem;
}
.recruitTop_attract_title {
  margin: 0 auto 8.8rem;
  width: 25.7rem;
  height: 10.3rem;
}
.recruitTop_growth {
  margin-bottom: 11.3rem;
}
.recruitTop_growth_title {
  position: relative;
  margin: 0 auto 2rem;
}
.recruitTop_growth_title .fadeUpTrigger {
  width: 31rem;
  height: 4.8rem;
  margin: 0 auto;
}
.recruitTop_growth_title .title_en {
  position: absolute;
  bottom: 1.8rem;
  right: -0.8rem;
  width: 19.3rem;
  height: 9.6rem;
  z-index: -1;
}
.recruitTop_growth_text p {
  margin-bottom: 1.2rem;
  font-size: 1.4rem;
  line-height: 2;
}
.recruitTop_growth_text p:last-child {
  margin-bottom: 0;
}
.recruitTop_growth_flex_left {
  margin-bottom: 1.6rem;
}
.recruitTop_service {
  margin-bottom: 11.2rem;
}
.recruitTop_service_title {
  position: relative;
  margin: 0 auto 2rem;
}
.recruitTop_service_title .fadeUpTrigger {
  width: 23rem;
  height: 4.8rem;
  margin: 0 auto;
}
.recruitTop_service_title .title_en {
  position: absolute;
  bottom: 1.6rem;
  left: -0.8rem;
  width: 18.8rem;
  height: 9.6rem;
  z-index: -1;
}
.recruitTop_service_text {
  margin-bottom: 1.6rem;
}
.recruitTop_service_text p {
  margin-bottom: 1.2rem;
  font-size: 1.4rem;
  line-height: 2;
}
.recruitTop_service_detail {
  margin: 0 -0.8rem;
}
.recruitTop_quality {
  margin-bottom: 7.2rem;
}
.recruitTop_quality_flex_right {
  margin-bottom: 1.3rem;
}
.recruitTop_quality_title {
  position: relative;
  margin: 0 auto 2rem;
}
.recruitTop_quality_title .fadeUpTrigger {
  width: 32.7rem;
  height: 7.8rem;
  margin: 0 auto;
}
.recruitTop_quality_title .title_en {
  position: absolute;
  bottom: 4.6rem;
  right: -0.8rem;
  width: 21.8rem;
  height: 9.6rem;
  z-index: -1;
}
.recruitTop_quality_text p {
  margin-bottom: 1.2rem;
  font-size: 1.4rem;
  line-height: 2;
}
.recruitTop_quality_text p:last-child {
  margin-bottom: 0;
}
.recruitTop_occupation {
  margin-bottom: 7.2rem;
}
.recruitTop_occupation_title {
  margin-bottom: 2.4rem;
  color: #383544;
  font-size: 3.2rem;
  text-align: center;
  font-weight: 600;
  line-height: 1.5;
}
.recruitTop_occupation_item {
  position: relative;
}
.recruitTop_occupation_item h4 {
  position: absolute;
  top: 50%;
  left: 3.2rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  font-size: 2.8rem;
  font-weight: 600;
}
.recruitTop_occupation_item h4 span {
  margin-left: 0.6rem;
  font-size: 1.6rem;
}
.recruitTop_occupation_item_counselor h4 {
  letter-spacing: -0.196rem;
}
.recruitTop_occupation_item_counselor h4 span {
  letter-spacing: 0;
}
.recruitTop_occupation_item_img {
  position: relative;
}
.recruitTop_occupation_item_img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  background: #383544;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  mix-blend-mode: multiply;
}
.recruitTop_occupation_item:hover .recruitTop_occupation_item_img::before {
  opacity: 0.15;
}
.service .pageTitle_title img {
  width: 21.1rem;
}
.serviceOv {
  margin-top: 9rem;
  margin-bottom: 9.6rem;
}
.serviceOv_inner {
  margin-left: 2.4rem;
  margin-right: 2.4rem;
}
.serviceOv_item {
  margin-bottom: 7.2rem;
}
.serviceOv_item h3 {
  margin-bottom: 3.2rem;
  color: #383544;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.5;
}
.serviceOv_item_inner_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  margin-bottom: 3.2rem;
}
.serviceOv_item_inner_left h4 {
  margin-bottom: 1.6rem;
  color: #383544;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
}
.serviceOv_item_inner_left p {
  margin-bottom: 1.6rem;
  color: #383544;
  font-size: 1.4rem;
  line-height: 2;
}
.serviceOv_item_inner_right {
  margin-right: -2.4rem;
  margin-bottom: 2.4rem;
}
.serviceOv_item_left_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.serviceOv_item_left_item {
  width: 10.3rem;
  margin-right: 0.9rem;
}
.serviceOv_item_left_item h5 {
  color: #383544;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.5;
}
.serviceOv_item_left_img {
  width: 7.2rem;
  margin: 0 auto 0.8rem;
}
.serviceOv_btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 1.6rem;
  padding: 2.5rem;
  border: 0.05rem solid #383544;
  background: #fff;
}
.serviceOv_btn::before {
  background-image: url(../img/serviceOv_btn_bg_l.svg);
  background-size: cover;
  width: 19.3rem;
  height: 7.2rem;
  bottom: 0;
  left: 0;
  right: auto;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  opacity: 1;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.serviceOv_btn::after {
  background-image: url(../img/serviceOv_btn_bg_r.svg);
  background-size: cover;
  width: 19.3rem;
  height: 7.2rem;
  bottom: 0;
  right: 0;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  opacity: 0;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.serviceOv_btn:hover {
  border: 0.05rem solid #928ea0;
}
.serviceOv_btn:last-child {
  margin-bottom: 0;
}
.serviceOv_btn:hover:before {
  opacity: 0;
}
.serviceOv_btn:hover:after {
  opacity: 1;
}
.serviceOv_btn_blank {
  position: absolute;
  right: 2.4rem;
  width: 1.2rem;
  height: 1.2rem;
}
.serviceOv_btn_title {
  color: #383544;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
}
.serviceOv_btn_title span {
  font-size: 1.2rem;
}
.serviceOv_btn_name {
  color: #928ea0;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 600;
}
.serviceOv_btn_name.women {
  color: #f08282;
}
.serviceOv_btn_name.men {
  color: #284a80;
}
.contact .pageTitle_title img {
  width: 29.1rem;
}
.contact_pageTitle_title_small {
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
}
.contact_container {
  position: relative;
  margin-top: 9rem;
  margin-bottom: 9.6rem;
}
.contact_inner {
  margin-left: 2.4rem;
  margin-right: 2.4rem;
}
.contact_text_area {
  margin-bottom: 4rem;
}
.contact_text_area p {
  color: #383544;
  font-size: 1.4rem;
  line-height: 2;
}
.contact_text_area a {
  display: block;
  height: 7.2rem;
  margin-bottom: 1.2rem;
  position: relative;
  display: block;
  background: #383544;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.contact_text_area a:last-child {
  margin-bottom: 0;
}
.contact_text_area a span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  z-index: 2;
}
.contact_text_area a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;

  height: 7.2rem;
  background-image: url(../img/btn_default_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 1;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.contact_text_area a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(../img/btn_default_bg_hover.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.contact_text_area_top {
  margin-bottom: 2rem;
}
.contact_text_area_bottom {
  border: 1px solid #333;
  padding: 2.8vw 3vw 3vw 3vw;
  margin: 3vw 0;
  text-align: center;
}
.contact_text_area_bottom p {
  margin-bottom: 1.2rem;
}
.form {
  margin-bottom: 3.2rem;
}
.form_row {
  margin-bottom: 2.4rem;
}
.form_label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0.8rem;
  color: #383544;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
}
.form_label .required {
  display: inline-block;
  margin-left: 0.8rem;
  padding: 0 0.5rem;
  border: 0.1rem solid #b33e5b;
  color: #b33e5b;
  font-size: 1.2rem;
  line-height: 1.5;
}
.form_value input[type="email"],
.form_value input[type="text"],
.form_value textarea,
.form_value select {
  font-size: 1.4rem;
  line-height: 1.5;
  background-color: #fff;
  border: 0.05rem solid #383544;
  padding: 1.75rem 1.6rem;
  width: 100%;
  color: #383544;
  border-radius: 0;
}
::-webkit-input-placeholder {
  color: #928ea0;
}
::-moz-placeholder {
  color: #928ea0;
}
:-ms-input-placeholder {
  color: #928ea0;
}
::-ms-input-placeholder {
  color: #928ea0;
}
::placeholder,
.form_value select {
  color: #928ea0;
}
#form_value_select {
  position: relative;
}
#form_value_select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#form_value_select select.selected {
  color: #383544;
}
#form_value_select::before {
  position: absolute;
  top: 50%;
  right: 2.4rem;
  content: "";
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  background-image: url(../img/arrow_down.svg);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.form_row .error {
  display: block;
  margin-top: 0.8rem;
  color: #b33e5b;
  font-size: 1.2rem;
  line-height: 1.5;
}
.form_policy {
  margin-bottom: 2.4rem;
  color: #383544;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.5;
}
.form_policy a {
  color: #383544;
  text-decoration-line: underline;
}
.form_btn .btn_default {
  width: 100%;
  border: none;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Shippori Mincho B1", serif;
  cursor: pointer;
}
.form_value {
  color: #424358 !important;
}
.form_btn.btn_default {
  padding: 0;
}
.btn_bk_wrap {
  display: none;
}
.contact_confirm {
  margin-top: -2.8rem;
}
.contact_confirm .form_row {
  display: block;
  margin-bottom: 0;
  padding: 2.4rem 0;
  font-size: 1.4rem;
  border-bottom: 0.05rem solid #383544;
}
.contact_confirm .form_row:first-child {
  border-top: 0.05rem solid #383544;
}
.contact_confirm .form_label .required {
  display: none;
}
.contact_confirm .form_policy {
  display: none;
}
.contact_confirm .form_btn.btn_default {
  margin-bottom: 1.6rem;
}
.contact_confirm #form_value_select::before {
  opacity: 0;
}
.contact_confirm .btn_bk_wrap {
  display: block;
}
.contact_confirm_head {
  margin-bottom: 3.2rem;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.5;
}
.contact_confirm_text_area {
  margin-bottom: 4rem;
}
.contact_confirm_text_area p {
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
}
input.form_btn_default {
  position: relative;
  width: 100%;
  padding: 2.4rem;
  color: #fff;
  background: rgba(0, 0, 0, 0);
  font-family: "Shippori Mincho B1";
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 150%;
  border: none;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  z-index: 2;
}
.form_bk_btn {
  padding: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 1.6rem;
  border: 0.05rem solid #383544;
  background: #fff;
}
input.form_bk_btn_default {
  position: relative;
  width: 100%;
  padding: 2.4rem;
  background: rgba(0, 0, 0, 0);
  font-family: "Shippori Mincho B1";
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 150%;
  border: none;
  color: #383544;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  z-index: 2;
}
.form_bk_arrow_left {
  position: absolute;
  left: 2.4rem;
  width: 1.6rem;
  height: 1.6rem;
}
.contact_thanks {
  margin-top: -2.8rem;
}
.contact_thanks_head {
  margin-bottom: 3.2rem;
  text-align: center;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.5;
}
.contact_thanks_text_area {
  margin-bottom: 3.2rem;
}
.contact_thanks_text_area p {
  text-align: center;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
}
.serviceOv_btn.form_thanks_btn {
  margin: 0 auto;
  padding: 2.4rem;
}
.btn_default {
  position: relative;
  display: block;
  margin: auto;
  width: 32.7rem;
  height: 7.2rem;
  background: #383544;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.btn_default span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  z-index: 2;
}
.btn_default::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 32.7rem;
  height: 7.2rem;
  background-image: url(../img/btn_default_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 1;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.btn_default::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 38.4rem;
  height: 9.6rem;
  background-image: url(../img/btn_default_bg_hover.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.modal_detail {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  width: 100vw;
  height: 100vh;
  background-color: rgba(245, 247, 249, 0.95);
  display: none;
  z-index: 999;
}
.modal_close {
  position: absolute;
  top: 2.4rem;
  right: 2.4rem;
  width: 4rem;
  height: 4rem;
  margin-left: auto;
  cursor: pointer;
  z-index: 999;
}
.modal_close span {
  position: absolute;
  display: block;
  width: 4rem;
  height: 0.1rem;
  background-color: #383544;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.modal_close span:nth-child(1) {
  top: 1.9rem;
}
.modal_close span:nth-child(2) {
  bottom: 2rem;
}
.modal_close.is-open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modal_close.is-open span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.homeClinic_modal_detail_inner {
  max-height: 100vh;
  padding: 7.2rem 0 4rem;
  position: relative;
  overflow-y: scroll;
}
.homeClinic_modal_detail_inner::-webkit-scrollbar {
  display: none;
}
.homeClinic_modal_detail_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 2.4rem 2.4rem;
}
.homeClinic_modal_detail_title {
  color: #383544;
  font-size: 2rem;
  font-weight: 600;
  opacity: 0;
}
.modal_detail.is-active .homeClinic_modal_detail_title {
  -webkit-animation-name: fadeUpAnime;
  animation-name: fadeUpAnime;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}
.homeClinic_modal_detail_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.homeClinic_modal_detail_icon img {
  width: 0.94rem;
  height: 0.94rem;
}
.homeClinic_modal_detail_icon img:not(:first-child) {
  margin-left: 0.7rem;
}
.homeClinic_modal_detail_icon p {
  margin-left: 0.24rem;
  color: #383544;
  font-weight: 600;
}
.homeClinic_modal_detail_list {
  margin: 0 2.4rem;
}
.homeClinic_modal_detail_item_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  font-size: 1.4rem;
}
.homeClinic_modal_detail_item_flex small {
  font-size: 1.2rem;
}
.homeClinic_modal_detail_item_inner {
  position: relative;
}
.homeClinic_modal_detail_item_inner::before {
  background-image: url(../img/btn_modal_detail_bg.webp);
  background-size: contain;
  width: 15.75rem;
  height: 4.4rem;
  bottom: 0;
  left: 0;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  opacity: 1;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.homeClinic_modal_detail_item_inner:hover::before {
  opacity: 0;
}
.homeClinic_modal_detail_item_inner:hover::after {
  opacity: 1;
}
.homeClinic_modal_detail_item_inner_wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 15.75rem;
  height: 4.4rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  z-index: 1;
}
.homeClinic_modal_detail_item_inner_wrapper p {
  color: #383544;
  font-family: "Shippori Mincho B1";
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
}
.homeClinic_modal_detail_item_inner_icon_lip {
  width: 1.6rem;
  height: 1.6rem;
  margin-left: 3rem;
  margin-right: 0.4rem;
}
.homeClinic_modal_detail_item_inner_icon_lip.men {
  margin-left: 4.4rem;
}
.homeClinic_modal_detail_item_inner_icon_blank {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1.6rem;
  width: 1.2rem;
  height: 1.2rem;
  margin-left: 0;
}
.homeClinic_modal_detail_item {
  padding: 1.6rem 0;
  border-bottom: 0.05rem solid #928ea0;
}
.homeClinic_modal_detail_item:first-child {
  border-top: 0.05rem solid #928ea0;
}
.homeClinic_modal_detail_item_title {
  margin-bottom: 1.2rem;
  color: #383544;
  font-size: 1.4rem;
  font-weight: 600;
}
.cmgallery .pageTitle_title img {
  width: 30.1rem;
  bottom: -1.5rem;
}
.cmGallery {
  margin-top: 9rem;
  margin-bottom: 9.6rem;
}
.cmGallery_title {
  margin-bottom: 6rem;
  color: #383544;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}
.cmGallery_inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-left: 2.4rem;
  margin-right: 2.4rem;
  text-align: center;
}
.cmGallery_item_youtube {
  width: 100%;
}
.cmGallery_item_youtube iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.cmGallery_item {
  display: block;
  width: 100%;
  margin-block-end: 20vw;
}
.cmGallery_item_inner p {
  font-size: 1.6rem;
  padding: 10px 0 0 0;
}
.company .pageTitle_title img {
  width: 24.1rem;
  bottom: -10px;
}
.companyInfo_inner {
  margin-top: 9rem;
  margin-bottom: 9.6rem;
}
.homeMv_bnrCm {
  max-width: 80vw;
  margin: 2rem auto 0;
}
.homeMv_bnrCm p {
  margin-block-end: 8px;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 0.78125vw;
  }
  .fadeDown {
    -webkit-animation-name: fadeDownAnime;
    animation-name: fadeDownAnime;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 0;
  }
  .delay-time03 {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
  }
  .loading_logo img {
    width: 46rem;
    height: 8rem;
  }
  .sp {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
  .header {
    background: rgba(0, 0, 0, 0);
  }
  .header_inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1.8rem 6.4rem;
    height: 6.5rem;
  }
  .header_logo {
    width: 23rem;
    height: 4rem;
    margin-left: 0;
    margin-right: auto;
  }
  .header_nav_item_pc {
    margin-left: 4rem;
  }
  .header_nav_item_pc a {
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    color: #383544;
    font-weight: 600;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .header_nav_item_pc a:hover {
    color: #928ea0;
  }
  .header_nav_item_pc a span {
    width: 1.6rem;
    height: 1.6rem;
    display: inline-block;
    background-image: url(../../images/common/img_blank_black.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .footer_tel {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10vh;
    font-size: 2.5rem;
    font-weight: bold;
    padding: 20px 0;
    border-bottom: 1px solid #e9e6f4;
  }
  .footer_tel figure {
    width: 4.9rem;
    margin: 0 1rem 0 3rem;
  }
  .footer_tel figure img {
    vertical-align: middle;
  }
  .footer_tel .num {
    color: #928ea0;
    font-size: 3.5rem;
  }
  .footer_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 6.4rem;
    margin-right: 12.8rem;
    padding: 5.6rem 0 6rem;
  }
  .footer_inner_flex {
    margin-bottom: 0;
  }
  .footer_logo {
    top: 0;
    left: 0;
    width: 33.25rem;
    height: 32rem;
  }
  .footer_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer_nav_list {
    margin-bottom: 2.4rem;
  }
  .footer_nav_list_middle .footer_nav_item {
    margin-bottom: 1.6rem;
  }
  .footer_nav_list_middle .footer_nav_item_child {
    margin-bottom: 1.6rem;
  }
  .footer_nav_item {
    margin-left: 8rem;
    margin-bottom: 2.4rem;
  }
  .footer_nav_item a {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .footer_nav_item_child {
    margin-left: 8rem;
    margin-bottom: 2.4rem;
  }
  .footer_nav_item_child a {
    font-size: 1.4rem;
  }
  .footer_copy {
    bottom: 3.2rem;
    font-size: 1.4rem;
  }
  .aboutTitle_area {
    margin-top: 0;
  }
  .aboutTitle_area_inner {
    height: 131.8rem;
    margin-top: 0;
  }
  .aboutTitle_bg_paper {
    height: 131.8rem;
    background-image: url(../img/about/about_bg_paper_pc.webp);
  }
  .aboutTitle_bg_color {
    bottom: 14.8rem;
    height: 96rem;
    background-image: url(../img/about/about_bg_color_pc_2.webp);
  }
  .aboutTitle_title {
    top: 20.8rem;
    left: 6.4rem;
    font-size: 8rem;
    line-height: 1.2;
    letter-spacing: -0.288rem;
  }
  .aboutTitle_title img {
    left: 6.4rem;
    bottom: 7.8rem;
    width: 60.3rem;
    height: 19.2rem;
  }
  .aboutTitle_title::after {
    width: 60.3rem;
    height: 19.2rem;
    bottom: 11.5rem;
    left: 12.8rem;
  }
  .about_message {
    position: relative;
    margin-top: -76rem;
    margin-bottom: 16rem;
  }
  .about_message_inner {
    margin: 0 64rem 0 12.8rem;
  }
  .about_message_text_head {
    width: 76.8rem;
    height: 14.6rem;
    margin-bottom: 4rem;
  }
  .about_message_text p {
    margin-bottom: 2rem;
    font-size: 1.6rem;
  }
  .about_message_text_name span {
    font-size: 2.4rem;
  }
  .about_mission_title {
    margin: 0 0 1.5rem 0;
    width: 17.8rem;
  }
  .about_mission {
    display: flex;
    margin-left: 12.8rem;
    margin-right: 12.8rem;
    justify-content: space-between;
    margin-bottom: 12rem;
  }
  .about_mission_inner {
    margin: 0;
  }
  .about_doctorInfo_title {
    margin-bottom: 4.8rem;
    font-size: 4.4rem;
    line-height: 1.3;
  }
  .about_mission_text1 {
    font-size: 3.2rem;
  }
  .about_doctorInfo_inner {
    margin-left: 12.8rem;
    margin-right: 12.8rem;
  }
  .about_doctorInfo_list {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    margin-bottom: 4.8rem;
  }
  .about_doctorInfo_list > li {
    width: 31.5rem;
    display: flex;
    flex-direction: column;
  }
  .about_doctorInfo_list_ttl-s {
    font-size: 1.6rem;
    flex-grow: 1;
  }
  .about_doctorInfo_list_discript {
    min-height: 16rem;
  }
  .companyInfo {
    position: relative;
    margin-bottom: 12rem;
  }
  .companyInfo_inner {
    margin-left: 12.8rem;
    margin-right: 12.8rem;
  }
  .companyInfo_title {
    margin-bottom: 4.8rem;
    font-size: 4.4rem;
    line-height: 1.3;
  }
  .companyInfo_table th,
  .companyInfo_table td {
    padding: 2.4rem 0;
    font-size: 1.6rem;
  }
  .companyInfo_table th {
    width: 22.4rem;
    padding-right: 3.2rem;
  }
  .history {
    margin-bottom: 16rem;
  }
  .history_inner {
    margin-left: 12.8rem;
    margin-right: 12.8rem;
  }
  .history_title {
    margin-bottom: 4.8rem;
    font-size: 4.4rem;
    line-height: 1.3;
  }
  .history_year {
    margin-bottom: 2.4rem;
    font-size: 2.8rem;
  }
  .history_table {
    margin-bottom: 6.4rem;
  }
  .history_table th,
  .history_table td {
    padding: 2.4rem 0;
    font-size: 1.6rem;
  }
  .history_table th {
    width: 22.4rem;
    padding-right: 3.2rem;
  }
  .history_table td p {
    margin-bottom: 1.6rem;
  }
  .home .header {
    opacity: 0;
  }
  .homeMv {
    height: 179.5rem;
    margin-top: 0;
  }
  .homeMv_bg_paper {
    background-image: url(../img/home/mv_bg_paper_pc.webp);
    height: 166.5rem;
    background-position: bottom center;
  }
  .homeMv_bg_color {
    background-image: url(../img/home/mv_bg_color_pc.webp);
    height: 166.4rem;
  }
  .homeMv_title {
    top: 22.6rem;
    left: -2rem;
    width: 135.6rem;
    font-size: clamp(6.875rem, 4.142rem + 5.69vw, 11.25rem);
    line-height: 1.2;
    letter-spacing: 1.1rem;
    padding: 0 6.4rem;
    min-height: 0;
  }
  .homeMv_title_bottom_kakko_open {
    margin-left: -6.44rem;
  }
  .homeMv_title_bottom_kakko_close {
    letter-spacing: -4.44rem;
  }
  .homeMv_message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: -90rem 0 0 2.6rem;
  }
  .homeMv_message_title {
    width: 30rem;
    height: 66rem;
    margin-top: -2rem;
  }
  .homeMv_message_text {
    width: 70.4rem;
    margin-left: -0.4rem;
    margin-top: 2.9rem;
  }
  .homeMv_message_text_head {
    margin-bottom: 4rem;
    width: 52.3rem;
    height: 14.6rem;
  }
  .homeMv_message_text p {
    margin-bottom: 2rem;
    font-size: 1.6rem;
    line-height: 2.2;
  }
  .homeNumber {
    margin-top: 10.5rem;
    margin-bottom: 22.8rem;
  }
  .homeNumber_inner {
    margin-left: 3.2rem;
    margin-right: 3.2rem;
  }
  .homeNumber_all img {
    max-width: 1000px;
    margin: 0 auto;
  }
  .homeNumber_title {
    width: 76.8rem;
    margin: 0 auto 4rem;
  }
  .homeNumber_list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .homeNumber_patient_img {
    width: 50.2rem;
    height: 35.2rem;
    margin-right: 3.2rem;
  }
  .homeNumber_treatment_img {
    width: 50.6rem;
    height: 35.2rem;
  }
  .homeNumber_doctor_img {
    width: 36.7rem;
    height: 28rem;
    margin-top: -4.2rem;
  }
  .homeNumber_clinic_img {
    width: 36.6rem;
    height: 28rem;
    margin-top: -4.2rem;
    margin-right: 0;
    margin-left: -0.2rem;
  }
  .homeNumber_employee_img {
    width: 48.7rem;
    height: 28rem;
    margin-top: -4.2rem;
    margin-left: -0.2rem;
    margin-right: 0;
  }
  .homeNumber_year_archive {
    font-size: 1.6rem;
  }
  .homeService {
    margin-top: 22.8rem;
    margin-bottom: 22.8rem;
  }
  .homeService_inner {
    margin-left: 12.8rem;
    margin-right: 12.8rem;
  }
  .homeService_title {
    margin-bottom: 4rem;
    font-size: 6.4rem;
    line-height: 1.5;
    letter-spacing: -0.216rem;
  }
  .homeService_title img {
    width: 46.8rem;
    height: 24rem;
    bottom: -0.9rem;
  }
  .homeService_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0.4rem;
    margin-bottom: 4.8rem;
  }
  .homeService_item {
    margin-bottom: 0;
  }
  .homeService_item:nth-child(odd) {
    margin-top: -4.1rem;
  }
  .homeService_item a::before {
    width: 33.8rem;
    height: 20.4rem;
  }
  .homeService_item a:hover:before {
    opacity: 1;
  }
  .homeService_item a::after {
    width: 33.8rem;
    height: 20.4rem;
  }
  .homeService_item a:hover:after {
    opacity: 0;
  }
  .homeService_item h3 {
    left: 2.4rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 2.4rem;
  }
  .homeService_item p {
    margin-bottom: 0.8rem;
    font-size: 2rem;
    line-height: 1.5;
  }
  .homeService_item p:last-child {
    margin-bottom: 0;
  }
  .homeClinic_inner {
    margin-left: 12.8rem;
    margin-right: 12.8rem;
    margin-bottom: 0;
  }
  .homeClinic_title {
    margin-bottom: 0;
    font-size: 6.4rem;
    line-height: 1.5;
    letter-spacing: -0.216rem;
  }
  .homeClinic_title img {
    width: 51.3rem;
    height: 24rem;
    bottom: -0.9rem;
  }
  .homeClinic_map {
    margin-bottom: 0;
  }
  .homeClinic_map_img {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
  .homeClinic_all_count {
    position: absolute;
    top: -21rem;
    left: -22.4rem;
    width: 79.2rem;
    height: 79.2rem;
  }
  .homeClinic_all_count p {
    width: 11.9rem;
    font-size: 12rem;
    letter-spacing: -0.96rem;
    -webkit-transform: translate(-6.1rem, -6.5rem);
    transform: translate(-6.1rem, -6.5rem);
  }
  .homeClinic_modal_btn {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
    width: 20rem;
    height: 8rem;
  }
  .homeClinic_modal_btn::before {
    width: 20rem;
    height: 8rem;
    background-image: url(../img/btn_modal_bg_pc.webp);
  }
  .homeClinic_modal_btn::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 20rem;
    height: 8rem;
    background-image: url(../img/btn_modal_bg_hover_pc.webp);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    z-index: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .homeClinic_modal_btn:hover::before {
    opacity: 0;
  }
  .homeClinic_modal_btn:hover::after {
    opacity: 1;
  }
  .homeClinic_modal_btn_inner {
    display: block;
    text-align: center;
    width: 100%;
  }
  .homeClinic_modal_place {
    font-size: 1.6rem;
  }
  .homeClinic_modal_count {
    margin-top: -0.4rem;
    font-size: 2.4rem;
  }
  .homeClinic_modal_count span {
    font-size: 1.6rem;
  }
  .homeClinic_modal_glass {
    position: absolute;
    top: 50%;
    right: 2.4rem;
    margin-left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
  }
  .homeClinic_modal_hokkaido {
    top: 22.4rem;
    right: 6.4rem;
  }
  .homeClinic_modal_kanto {
    bottom: 23.8rem;
    right: 22.4rem;
  }
  .homeClinic_modal_kansai {
    bottom: 11.8rem;
    left: 30rem;
  }
  .homeClinic_modal_kyushu {
    bottom: 23.8rem;
    left: 0;
  }
  .homeClinic_modal_shikoku {
    top: 34.4rem;
    left: 20rem;
  }
  .homeClinic_modal_chubu {
    top: 22.4rem;
    left: 40rem;
  }
  .homeClinic_new {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 76.8rem;
    height: 12rem;
    margin: -6rem auto 0;
    padding: 2rem;
  }
  .homeClinic_new::before {
    width: 25.6rem;
    height: 12rem;
    background-image: url(../img/home/clinic_new_bg_pc.svg);
  }
  .homeClinic_new_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
  }
  .homeClinic_new_title {
    position: relative;
    top: auto;
    left: auto;
    font-size: 2.4rem;
  }
  .homeClinic_new_list {
    margin-left: 8.8rem;
  }
  .homeClinic_new_item {
    margin-bottom: 0.4rem;
  }
  .homeClinic_new_item:last-child {
    margin-bottom: 0;
  }
  .homeClinic_new_item_title {
    font-size: 1.6rem;
  }
  .homeClinic_new_item_date {
    margin-right: 1.6rem;
    font-size: 1.6rem;
  }
  .homeRecruit {
    margin-bottom: 5.2rem;
    height: 111.8rem;
  }
  .homeRecruit_bg_paper {
    height: 111.8rem;
    background-image: url(../img/home/recruit_bg_paper_pc.webp);
  }
  .homeRecruit_bg_color {
    position: absolute;
    top: 10.8rem;
    height: 80rem;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background-image: url(../img/home/recruit_bg_color_pc.webp);
  }
  .homeRecruit_wrap {
    margin: -80rem 12.8rem 0;
    width: 102.4rem;
  }
  .homeRecruit_title {
    width: 53.9rem;
    margin-bottom: 0;
    font-size: 4.4rem;
    line-height: 1.3;
    text-align: left;
  }
  .homeRecruit_img {
    width: 53.9rem;
    height: 24rem;
    margin: 0 auto -7rem 0;
  }
  .homeRecruit_flex {
    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;
    width: 102.4rem;
  }
  .homeRecruit_flex .btn_wrap {
    width: 38.4rem;
  }
  .homeNews {
    position: relative;
    margin-top: 52.1rem;
    z-index: 1;
  }
  .homeNews_inner {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 16rem;
    max-width: 76.8rem;
  }
  .homeNews_title {
    margin-bottom: 4rem;
    font-size: 6.4rem;
    line-height: 1.5;
    letter-spacing: -0.216rem;
  }
  .homeNews_title img {
    width: 33.1rem;
    height: 24rem;
    bottom: -0.9rem;
  }
  .homeNews_list {
    margin-bottom: 4.8rem;
  }
  .homeNews_item a {
    padding: 3.2rem 0;
    font-size: 1.6rem;
    border-bottom: 0.05rem solid #383544;
  }
  .homeNews_item_date {
    margin-bottom: 1.2rem;
  }
  .homeNews .news_all_list {
    margin-bottom: 4.8rem;
  }
  .news .pageTitle_title img {
    width: 33.1rem;
  }
  .news_all {
    margin-top: 12rem;
    margin-bottom: 16rem;
  }
  .news_all_inner {
    margin-left: 12.8rem;
    margin-right: 12.8rem;
  }
  .news_all_title {
    margin-bottom: 4.8rem;
    font-size: 4.4rem;
    line-height: 1.3;
  }
  .news_all .news_all_list {
    margin-bottom: 12rem;
  }
  .news_all_item a {
    padding: 1.2rem 0;
    font-size: 1.6rem;
  }
  .news_all_item_date {
    margin-bottom: 0.2rem;
  }
  .news_detail {
    margin-top: -9.3rem;
    margin-bottom: 16rem;
  }
  .news_detail_inner {
    margin-left: 25.6rem;
    margin-right: 25.6rem;
  }
  .news_detail_head {
    margin-bottom: 6.4rem;
    margin-left: -12.8rem;
    font-size: 2.8rem;
    line-height: 1.5;
  }
  .news_detail_date {
    margin-bottom: 0.8rem;
    font-size: 2rem;
  }
  .news_detail_title {
    margin-bottom: 4rem;
    font-size: 3.2rem;
  }
  .news_detail_text {
    margin-bottom: 2.4rem;
    font-size: 1.6rem;
  }
  .news_detail_img {
    margin-bottom: 6.4rem;
  }
  .news_detail_back {
    font-size: 1.6rem;
  }
  .news_detail_back::before {
    width: 1.6rem;
    height: 1.6rem;
    margin-right: 0.8rem;
  }
  .pageTitle_area_inner {
    height: 31.2rem;
    margin-top: 0;
  }
  .pageTitle_bg_paper {
    height: 31.2rem;
    background-image: url(../img/pageTitle_bg_paper_pc.webp);
  }
  .pageTitle_bg_color {
    width: 55rem;
    height: 22rem;
    background-image: url(../img/pageTitle_bg_color_pc.webp);
  }
  .pageTitle_title {
    top: 20.8rem;
    left: 6.4rem;
    font-size: 8rem;
    line-height: 1.2;
    letter-spacing: -0.288rem;
  }
  .pageTitle_title img {
    left: 6.4rem;
    bottom: -1.7rem;
    height: 19.2rem;
  }
  .privacyPolicy {
    margin-top: 14.2rem;
    margin-bottom: 16rem;
  }
  .privacyPolicy p {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .privacyPolicy h2 {
    margin-bottom: 4.8rem;
    font-size: 2.8rem;
  }
  .privacyPolicy h3 {
    margin-top: 6.4rem;
    margin-bottom: 2.4rem;
    font-size: 2.4rem;
  }
  .privacyPolicy h4 {
    margin-top: 6.4rem;
    margin-bottom: 2.4rem;
    font-size: 2rem;
  }
  .privacyPolicy a {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .privacyPolicy h2 + h3 {
    margin-top: 4.8rem;
  }
  .privacyPolicy_inner {
    margin-left: 12.8rem;
    margin-right: 12.8rem;
  }
  .privacyPolicy_wrap {
    margin-bottom: 12rem;
  }
  .privacyPolicy_table th,
  .privacyPolicy_table td {
    font-size: 1.6rem;
    padding: 2.4rem 0;
  }
  .privacyPolicy_table th {
    width: 22.4rem;
    padding-right: 3.2rem;
  }
  .recruit .header {
    background: #f5f7f9;
  }
  .recruit_entry_btn_big {
    margin-bottom: 16rem;
  }
  .recruit_entry_btn_big a {
    width: 102.4rem;
    height: 20rem;
  }
  .recruit_entry_btn_big a::before {
    width: 102.4rem;
    height: 20rem;
    background-image: url(../img/recruit/entry_btn_big_pc.webp);
  }
  .recruit_entry_btn_big a::after {
    width: 102.4rem;
    height: 20rem;
    background-image: url(../img/recruit/entry_btn_big_hover_pc.webp);
  }
  .recruit_entry_btn_big a span {
    font-size: 3.2rem;
  }
  .recruit_entry_btn_big a:hover::before {
    opacity: 0;
  }
  .recruit_entry_btn_big a:hover::after {
    opacity: 1;
  }
  .header_recruit {
    padding: 0 6.4rem;
    background: #f5f7f9;
    border-top: 0.05rem solid #928ea0;
  }
  .header_recruit_nav_item a {
    position: relative;
    display: inline-block;
    width: 16.6rem;
    height: 5.6rem;
    padding: 1.8rem 0;
    color: #383544;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.3;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .header_recruit_nav_item a.current {
    border-bottom: 0.2rem solid #383544;
  }
  .header_recruit_nav_item:not(.header_entry_btn) a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    background: #928ea0;
    width: 0.05rem;
    height: 2rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .header_recruit_nav_item:not(.header_recruit_entry_btn) a:hover {
    color: #928ea0;
  }
  .header_recruit_nav_item.header_recruit_entry_btn a {
    position: relative;
    display: block;
    width: 32rem;
    height: 5.6rem;
    color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .header_recruit_nav_item.header_recruit_entry_btn a::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 32rem;
    height: 5.6rem;
    background-image: url(../img/recruit/entry_btn_header.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
    z-index: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .header_recruit_nav_item.header_recruit_entry_btn a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 32rem;
    height: 5.6rem;
    background-image: url(../img/recruit/entry_btn_header_hover.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 0;
    z-index: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .header_recruit_nav_item.header_recruit_entry_btn a:hover::before {
    opacity: 0;
  }
  .header_recruit_nav_item.header_recruit_entry_btn a:hover::after {
    opacity: 1;
  }
  .header_recruit_nav_item.header_recruit_entry_btn a span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
    z-index: 2;
  }
  .header_recruit_nav_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .recruitPageTitle_area_inner {
    height: 48.6rem;
    margin-top: 16.8rem;
  }
  .recruitPageTitle_bg_paper {
    height: 29.6rem;
  }
  .recruitPageTitle_bg_color {
    height: 41rem;
    top: 0;
  }
  .recruitPageTitle_title {
    top: 28.85rem;
    left: 12.8rem;
    font-size: 7.2rem;
    line-height: 1.5;
    letter-spacing: -0.216rem;
  }
  .recruitPageTitle_title span {
    font-size: 4.4rem;
    letter-spacing: -0.132rem;
  }
  .recruitPageTitle_title img {
    left: 1.6rem;
    bottom: 0.6rem;
    width: 40.5rem;
    height: 16.8rem;
  }
  .recruitPage_title_underColor {
    position: relative;
    margin: 0 12.8rem 4rem;
    padding-bottom: 2.4rem;
    font-size: 4.4rem;
  }
  .recruitPage_message {
    margin-top: -13.7rem;
    margin-bottom: 9.6rem;
  }
  .recruitPage_message_inner {
    margin: 0 12.8rem;
  }
  .recruitPage_message_text_head {
    margin: 0 0 2.4rem 0;
  }
  .recruitPage_message_text p {
    margin: 0;
    font-size: 1.6rem;
  }
  .recruitPage_orderFlex {
    margin-bottom: 11.1rem;
  }
  .recruitPage_orderFlex .recruitPage_title_underColor {
    margin: 0 12.8rem 8rem;
  }
  .recruitPage_orderFlex_title_top {
    font-size: 2.4rem;
  }
  .recruitPage_orderFlex_inner {
    margin-left: 12.8rem;
    margin-right: 12.8rem;
  }
  .recruitPage_orderFlex_box {
    margin-bottom: 8rem;
  }
  .recruitPage_orderFlex_flex {
    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;
  }
  .recruitPage_orderFlex_flex_title {
    font-size: 3.2rem;
  }
  .recruitPage_orderFlex_box_01 .recruitPage_orderFlex_flex_title::after {
    width: 14.9rem;
    height: 24rem;
    bottom: -6rem;
    left: -11.2rem;
  }
  .recruitPage_orderFlex_box_01 .recruitPage_orderFlex_flex_left {
    position: relative;
    width: 49.2rem;
    height: 36.9rem;
    z-index: -1;
  }
  .recruitPage_orderFlex_box_01 .recruitPage_orderFlex_flex_right {
    width: 49.2rem;
  }
  .recruitPage_orderFlex_flex_title_top {
    font-size: 2rem;
    line-height: 1.5;
  }
  .recruitPage_orderFlex_text {
    margin-bottom: 2.7rem;
    font-size: 1.6rem;
  }
  .recruitPage_orderFlex_doctor_flex_left {
    width: 11.2rem;
    height: 11.2rem;
    margin-right: 1.6rem;
  }
  .recruitPage_orderFlex_doctor_title {
    margin-bottom: 0.8rem;
    font-size: 2rem;
    line-height: 1.5;
  }
  .recruitPage_orderFlex_doctor_title_en {
    font-size: 1.6rem;
  }
  .recruitPage_orderFlex_doctor_text p {
    margin-bottom: 0.4rem;
    font-size: 1.4rem;
  }
  .recruitPage_orderFlex_box_02 .recruitPage_orderFlex_flex {
    position: relative;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .recruitPage_orderFlex_box_02 .recruitPage_orderFlex_flex_title::after {
    bottom: -6rem;
    right: 1rem;
    width: 18.7rem;
    height: 24rem;
    z-index: -1;
  }
  .recruitPage_orderFlex_box_02 .recruitPage_orderFlex_flex_left {
    width: 49.2rem;
    position: absolute;
    left: 0;
  }
  .recruitPage_orderFlex_box_02 .recruitPage_orderFlex_flex_right {
    width: 64rem;
    height: 32rem;
    position: relative;
    z-index: -2;
  }
  .recruitPage_orderFlex_box_03 .recruitPage_orderFlex_flex_title::after {
    bottom: -1.4rem;
    right: 12.3rem;
    width: 16.3rem;
    height: 24rem;
  }
  .recruitPage_orderFlex_box_03 .recruitPage_orderFlex_flex_left {
    width: 49.2rem;
    height: 40rem;
  }
  .recruitPage_orderFlex_box_03 .recruitPage_orderFlex_flex_left img {
    width: 49.2rem;
    height: 40rem;
  }
  .recruitPage_orderFlex_box_03 .recruitPage_orderFlex_flex_right {
    width: 49.2rem;
  }
  .recruitPage_path {
    margin-bottom: 12rem;
  }
  .recruitPage_path_inner {
    margin-left: 12.8rem;
    margin-right: 12.8rem;
  }
  .recruitPage_path_text {
    margin-bottom: 4rem;
    font-size: 1.6rem;
  }
  .recruitPage_path_img {
    width: 92.8rem;
    margin: auto;
  }
  .recruitPage_training {
    margin-bottom: 12rem;
  }
  .recruitPage_training_inner {
    margin-left: 12.8rem;
    margin-right: 12.8rem;
  }
  .recruitPage_training_text {
    margin-bottom: 4rem;
    font-size: 1.6rem;
  }
  .recruitPage_training_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .recruitPage_training_flex_left {
    width: 49.2rem;
    height: 30.4rem;
    margin-bottom: 0;
  }
  .recruitPage_training_flex_right {
    width: 49.2rem;
    height: 30.4rem;
  }
  .recruitPage_env {
    margin-bottom: 12rem;
  }
  .recruitPage_env_inner {
    margin-left: 12.8rem;
    margin-right: 12.8rem;
  }
  .recruitPage_env_text {
    margin-bottom: 4rem;
    font-size: 1.6rem;
  }
  .recruitPage_interview {
    margin-bottom: 12rem;
  }
  .recruitPage_interview_inner {
    padding: 4rem 12.8rem 7.2rem;
  }
  .recruitPage_interview_title {
    width: 52.3rem;
    height: 21rem;
    margin: 0;
  }
  .recruitPage_interview_flex {
    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;
    margin-top: -4.3rem;
    margin-bottom: 2.4rem;
  }
  .recruitPage_interview_flex_left {
    width: 17.9rem;
    height: 17.9rem;
    margin: 0;
  }
  .recruitPage_interview_flex_right {
    width: 81.3rem;
  }
  .recruitPage_interview_flex_title {
    margin-bottom: 0.8rem;
    font-size: 3.2rem;
  }
  .recruitPage_interview_doctor {
    font-size: 1.6rem;
    line-height: 2;
  }
  .recruitPage_interview_doctor span {
    font-size: 2rem;
    line-height: 1.5;
  }
  .recruitPage_interview_doctor span.recruitPage_interview_doctor_name {
    margin-left: 1.6rem;
    font-size: 2.4rem;
  }
  .recruitPage_interview_text {
    font-size: 1.6rem;
    line-height: 2;
  }
  .recruitPage_faq {
    margin-bottom: 12rem;
  }
  .recruitPage_faq_inner {
    margin-left: 12.8rem;
    margin-right: 12.8rem;
  }
  .recruitPage_faq_list dl dt {
    padding: 3.6rem 6.4rem 3.6rem 8rem;
    font-size: 1.6rem;
    line-height: 2;
  }
  .recruitPage_faq_list dl dt::before {
    left: 2.4rem;
    width: 4rem;
    height: 4rem;
  }
  .recruitPage_faq_list dl dt::after {
    right: 2.4rem;
    width: 2.4rem;
    height: 2.4rem;
  }
  .recruitPage_faq_list dl dd {
    margin-top: -3.2rem;
    padding: 3.2rem 2.4rem 3.2rem 8rem;
    font-size: 1.6rem;
  }
  .recruitPage_faq_list dl dd::before {
    left: 2.4rem;
    width: 4rem;
    height: 4rem;
  }
  .recruitPage_faq_list dl dt:hover {
    color: #928ea0;
  }
  .recruitPage_faq_list dl dt:hover::before {
    opacity: 0.6;
  }
  .recruitPage_faq_list dl dt:hover::after {
    opacity: 0.6;
  }
  .recruitPage_job {
    margin-bottom: 12rem;
  }
  .recruitPage_job_inner {
    margin-left: 12.8rem;
    margin-right: 12.8rem;
  }
  .recruitPage_job_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .recruitPage_job_flex_left {
    width: 49.2rem;
  }
  .recruitPage_job_flex_right {
    width: 49.2rem;
  }
  .recruitPage_job_flex_title {
    margin-bottom: 1.6rem;
    padding-left: 2.4rem;
    font-size: 2.8rem;
  }
  .recruitPage_job_text {
    font-size: 1.6rem;
  }
  .recruitPage_job_noImg_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 4.8rem;
  }
  .recruitPage_job_noImg_flex .recruitPage_job_box {
    margin-bottom: 5.6rem;
  }
  .recruitPage_job_noImg_flex_left {
    width: 49.2rem;
  }
  .recruitPage_job_noImg_flex_right {
    width: 49.2rem;
  }
  .recruitPage_job_noImg_flex_right_box {
    margin-bottom: 2.4rem;
  }
  .recruitPage_job_noImg_flex_right_box:last-child {
    margin-bottom: 0;
  }
  .recruitPage_wanted {
    margin-bottom: 12rem;
  }
  .recruitPage_wanted_inner {
    margin-left: 12.8rem;
    margin-right: 12.8rem;
  }
  .recruitPage_wanted_img {
    margin-bottom: 0;
  }
  .recruitPage_wanted_graph {
    margin-top: 4.8rem;
  }
  .recruitCounselor .recruitPageTitle_bg_paper {
    background-image: url(../img/recruit/recruitPage_bg_paper_pc.webp);
  }
  .recruitCounselor .recruitPageTitle_bg_color {
    background-image: url(../img/recruit/counselor_bg_color_pc.webp);
  }
  .recruitCounselor .recruitPageTitle_title img {
    width: 61.2rem;
    height: 16.8rem;
    left: 2.6rem;
  }
  .recruitCounselor .recruitPage_message_text_head {
    width: 67.1rem;
  }
  .recruitDoctor .recruitPageTitle_bg_paper {
    background-image: url(../img/recruit/recruitPage_bg_paper_pc.webp);
  }
  .recruitDoctor .recruitPageTitle_bg_color {
    background-image: url(../img/recruit/doctor_bg_color_pc.webp);
  }
  .recruitDoctor .recruitPage_message_text_head {
    width: 65.4rem;
  }
  .recruitMessage .recruitPageTitle_area_inner {
    height: 85.15rem;
    margin-top: 16.8rem;
  }
  .recruitMessage .recruitPageTitle_bg_paper {
    height: 85.15rem;
    background-image: url(../img/recruit/message_bg_paper_pc.webp);
  }
  .recruitMessage .recruitPageTitle_bg_color {
    height: 67.7rem;
    background-image: url(../img/recruit/message_bg_color2_pc.webp);
  }
  .recruitMessage .recruitPageTitle_title img {
    width: 34.1rem;
    height: 10.8rem;
  }
  .recruitMessage .recruitPage_message {
    margin-top: -26.2rem;
    margin-bottom: 6.4rem;
  }
  .recruitMessage .recruitPage_message_text_head {
    width: 76.3rem;
    margin: 0 0 4rem 0;
  }
  .recruitMessageTitle_signature {
    position: absolute;
    top: 48.5rem;
    right: 12.8rem;
    width: 25.1rem;
    height: 11.1rem;
  }
  .recruitMessage_history {
    margin-bottom: 12rem;
  }
  .recruitMessage_history::after {
    width: 128.7rem;
    height: 61.5rem;
    bottom: 17.2rem;
    left: -0.3rem;
    background-image: url(../img/recruit/message_bg_history_pc.svg);
    background-position: center;
  }
  .recruitMessage_history_inner {
    margin-left: 12.8rem;
    margin-right: 12.8rem;
  }
  .recruitMessage_history_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .recruitMessage_history_flex_left {
    width: 56.8rem;
    margin-top: 18rem;
    margin-bottom: 0;
  }
  .recruitMessage_history_flex_right {
    width: 41.6rem;
  }
  .recruitMessage_history_text {
    font-size: 1.6rem;
  }
  .recruitMessage_history_img {
    width: 41.6rem;
  }
  .recruitMessage_personality {
    margin-bottom: 12rem;
  }
  .recruitMessage_personality::after {
    bottom: 36.2rem;
    left: -1.1rem;
    width: 133.3rem;
    height: 39rem;
    background-image: url(../img/recruit/message_bg_personality_pc.svg);
    background-position: center;
  }
  .recruitMessage_personality_inner {
    margin-left: 12.8rem;
    margin-right: 12.8rem;
  }
  .recruitMessage_personality_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .recruitMessage_personality_flex_left {
    width: 56.8rem;
    margin-top: 12rem;
    margin-bottom: 0;
  }
  .recruitMessage_personality_flex_right {
    width: 41.6rem;
  }
  .recruitMessage_personality_text {
    font-size: 1.6rem;
  }
  figure.recruitMessage_personality_img {
    width: 41.6rem;
  }
  .recruitMessage_vision {
    margin-bottom: 16rem;
  }
  .recruitMessage_vision::before {
    bottom: -13.2rem;
    left: 0;
    width: 131.2rem;
    height: 42rem;
    background-image: url(../img/recruit/message_bg_vision_pc.svg);
  }
  .recruitMessage_vision::after {
    display: none;
  }
  .recruitMessage_vision_inner {
    margin-left: 12.8rem;
    margin-right: 12.8rem;
  }
  .recruitMessage_vision_text {
    margin-bottom: 4rem;
    font-size: 1.6rem;
  }
  .recruitNurse .recruitPage_message_text_head {
    width: 64.7rem;
  }
  .recruitNurse .recruitPageTitle_bg_paper {
    background-image: url(../img/recruit/recruitPage_bg_paper_pc.webp);
  }
  .recruitNurse .recruitPageTitle_bg_color {
    background-image: url(../img/recruit/nurse_bg_color_pc.webp);
  }
  .recruitNurse .recruitPageTitle_title img {
    width: 34.1rem;
    height: 16.8rem;
    left: 3.2rem;
  }
  .recruitNurse_merit {
    margin-bottom: 12rem;
  }
  .recruitNurse_merit_inner {
    margin-left: 12.8rem;
    margin-right: 12.8rem;
  }
  .recruitNurse_merit_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .recruitNurse_merit_flex_left {
    width: 49.2rem;
    margin-bottom: 0;
  }
  .recruitNurse_merit_flex_right {
    width: 49.2rem;
  }
  .recruitNurse_merit_flex_title {
    margin-bottom: 1.6rem;
    font-size: 2.8rem;
  }
  .recruitNurse_merit_text {
    margin-bottom: 0;
    font-size: 1.6rem;
  }
  .recruitTopTitle_area_inner {
    height: 116.7rem;
    margin-top: 16.8rem;
  }
  .recruitTopTitle_bg_paper {
    height: 39.3rem;
    background-image: url(../img/recruit/recruitTop_bg_paper_pc.webp);
  }
  .recruitTopTitle_bg_color {
    height: 104rem;
    background-image: url(../img/recruit/recruitTop_bg_color_pc.webp);
  }
  .recruitTopTitle_message_title {
    width: 64rem;
    height: 18.8rem;
    margin-bottom: 3.2rem;
  }
  .recruitTopTitle_message {
    position: absolute;
    top: 17.2rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 64rem;
    height: 68rem;
    padding: 4rem 0;
  }
  .recruitTopTitle_message_text {
    margin: 0 auto 0 4rem;
  }
  .recruitTopTitle_message_text p {
    font-size: 1.6rem;
    line-height: 2;
  }
  .recruitTopTitle_message_text_inner {
    margin-left: 2.4rem;
    margin-right: 2.4rem;
  }
  .recruitTop_attract {
    margin-top: -7.9rem;
  }
  .recruitTop_attract::after {
    width: 83.2rem;
    height: 80.1rem;
    top: 2.4rem;
    right: -6.4rem;
  }
  .recruitTop_attract_inner {
    margin-left: 12.8rem;
    margin-right: 12.8rem;
  }
  .recruitTop_attract_title {
    margin: 0 auto 13.4rem;
    width: 34.2rem;
    height: 18.2rem;
  }
  .recruitTop_growth {
    margin-bottom: 22rem;
  }
  .recruitTop_growth_title {
    margin: 6.4rem auto 2.4rem;
  }
  .recruitTop_growth_title .fadeUpTrigger {
    width: 56.4rem;
    height: 8.4rem;
    margin: 0 auto;
  }
  .recruitTop_growth_title .title_en {
    bottom: 4.5rem;
    right: -0.4rem;
    width: 47.9rem;
    height: 24rem;
  }
  .recruitTop_growth_text {
    width: 51.2rem;
  }
  .recruitTop_growth_text p {
    margin-bottom: 2rem;
    font-size: 1.6rem;
    line-height: 2;
  }
  .recruitTop_growth_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .recruitTop_growth_flex_left {
    width: 57rem;
    margin-bottom: 0;
  }
  .recruitTop_growth_flex_right {
    width: 47.2rem;
    height: 43.6rem;
  }
  .recruitTop_service {
    margin-bottom: 22.2rem;
  }
  .recruitTop_service_title {
    margin: 0 auto 2.4rem;
  }
  .recruitTop_service_title .fadeUpTrigger {
    width: 41.2rem;
    height: 8.4rem;
    margin: 0 auto;
  }
  .recruitTop_service_title .title_en {
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 46.9rem;
    height: 24rem;
  }
  .recruitTop_service_text p {
    margin-bottom: 2.4rem;
    text-align: center;
    font-size: 1.6rem;
    line-height: 2;
  }
  .recruitTop_service_detail {
    margin: 0 -3.2rem;
  }
  .recruitTop_quality_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-bottom: 12rem;
  }
  .recruitTop_quality_flex_left {
    width: 51.2rem;
    height: 38.4rem;
    position: relative;
    z-index: -2;
  }
  .recruitTop_quality_flex_right {
    width: 47.2rem;
  }
  .recruitTop_quality_title {
    margin: 0 calc(50% - 50vw) 2.4rem;
  }
  .recruitTop_quality_title .fadeUpTrigger {
    width: 47.2rem;
    height: 14.2rem;
    margin: 0 auto;
  }
  .recruitTop_quality_title .title_en {
    top: -15.9rem;
    left: 28.1rem;
    width: 54.3rem;
    height: 24rem;
  }
  .recruitTop_quality_text p {
    margin-bottom: 2rem;
    font-size: 1.6rem;
  }
  .recruitTop_occupation {
    margin-bottom: 12rem;
  }
  .recruitTop_occupation_title {
    margin-bottom: 4rem;
    font-size: 5.6rem;
  }
  .recruitTop_occupation_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .recruitTop_occupation_item h4 {
    position: absolute;
    top: auto;
    bottom: 4.8rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    font-size: 4.4rem;
    text-align: center;
    line-height: 1.5;
  }
  .recruitTop_occupation_item h4 span {
    display: block;
    margin-top: 0;
    margin-left: 0;
    font-size: 2.4rem;
  }
  .recruitTop_occupation_item_counselor h4 {
    letter-spacing: 0;
  }
  .service .pageTitle_title img {
    width: 46.8rem;
  }
  .serviceOv {
    margin-top: 12rem;
    margin-bottom: 16rem;
  }
  .serviceOv_inner {
    margin-left: 12.8rem;
    margin-right: 12.8rem;
  }
  .serviceOv_item {
    margin-bottom: 12rem;
  }
  .serviceOv_item h3 {
    margin-bottom: 4.8rem;
    font-size: 4.4rem;
  }
  .serviceOv_item_inner_flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 4.8rem;
  }
  .serviceOv_item_inner_left {
    width: 49.6rem;
  }
  .serviceOv_item_inner_left h4 {
    margin-bottom: 2.4rem;
    font-size: 2.8rem;
  }
  .serviceOv_item_inner_left p {
    margin-bottom: 2.4rem;
    font-size: 1.6rem;
  }
  .serviceOv_item_inner_right {
    width: 62.4rem;
    margin-right: -12.8rem;
  }
  .serviceOv_item_left_item {
    width: 12rem;
    margin-right: 2.4rem;
  }
  .serviceOv_item_left_item h5 {
    font-size: 1.6rem;
  }
  .serviceOv_item_left_img {
    width: 9.6rem;
    margin: 0 1.2rem 0.8rem;
  }
  .serviceOv_btn_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .serviceOv_btn {
    margin-bottom: 0;
    padding: 3.1rem 2.4rem;
    width: 38.4rem;
  }
  .serviceOv_btn::before {
    width: 23.1rem;
    height: 9.6rem;
  }
  .serviceOv_btn::after {
    width: 23.1rem;
    height: 9.6rem;
  }
  .serviceOv_btn:nth-child(2) {
    margin-left: 3.2rem;
  }
  .serviceOv_btn_blank {
    width: 1.6rem;
    height: 1.6rem;
  }
  .serviceOv_btn_title {
    margin-bottom: 0.3rem;
    font-size: 2rem;
  }
  .serviceOv_btn_title span {
    font-size: 1.4rem;
  }
  .serviceOv_btn_name {
    font-size: 1.4rem;
  }
  .contact .pageTitle_title img {
    width: 64.5rem;
  }
  .contact_pageTitle_title_small {
    font-size: 3rem;
    margin-left: 1rem;
  }
  .contact_container {
    margin-top: 12rem;
    margin-bottom: 16rem;
  }
  .contact_inner {
    margin-left: 25.6rem;
    margin-right: 25.6rem;
  }
  .contact_text_area {
    margin-bottom: 6.4rem;
  }
  .contact_text_area p {
    font-size: 1.6rem;
  }
  .contact_text_area a {
    width: 60rem;
    font-size: 1.6rem;
    margin-top: 2.5rem;
  }
  .contact_text_area a::before {
    width: 32.7rem;
  }
  .contact_text_area_top {
    margin-bottom: 2rem;
  }
  .contact_text_area_bottom {
    width: 53.4vw;
  }
  .contact_text_area_bottom p {
    margin-bottom: 1.2rem;
  }
  .form {
    margin-bottom: 4.8rem;
  }
  .form_row {
    margin-bottom: 3.2rem;
  }
  .form_label {
    margin-bottom: 1.2rem;
    color: #383544;
    font-size: 2rem;
  }
  .form_label .required {
    margin-left: 1.2rem;
    padding: 0 0.8rem 0.2rem;
    font-size: 1.4rem;
  }
  .form_value input[type="email"],
  .form_value input[type="text"],
  .form_value textarea,
  .form_value select {
    font-size: 1.6rem;
    padding: 2rem 2.4rem;
  }
  #form_value_select select {
    width: 38.4rem;
  }
  #form_value_select::before {
    right: 40.8rem;
  }
  .form_row .error {
    margin-top: 1.4rem;
    font-size: 1.4rem;
  }
  .form_policy {
    font-size: 1.6rem;
  }
  input.form_btn_default {
    padding: 3.3rem 2.4rem;
    font-size: 2rem;
  }
  .contact_confirm {
    margin-top: -4.1rem;
  }
  .contact_confirm .form_row {
    padding: 3.2rem 0;
    font-size: 1.6rem;
  }
  .contact_confirm .form_btn.btn_default {
    margin-bottom: 2.4rem;
  }
  .contact_confirm_head {
    margin-bottom: 4.8rem;
    font-size: 4.4rem;
  }
  .contact_confirm_text_area {
    margin-bottom: 6.4rem;
  }
  .contact_confirm_text_area p {
    font-size: 1.6rem;
  }
  .form_bk_btn {
    padding: 0;
  }
  input.form_bk_btn_default {
    padding: 3.3rem 2.4rem;
    font-size: 2rem;
  }
  .contact_thanks {
    margin-top: -4.1rem;
  }
  .contact_thanks_head {
    margin-bottom: 4.8rem;
    font-size: 4.4rem;
  }
  .contact_thanks_text_area {
    margin-bottom: 4.8rem;
  }
  .contact_thanks_text_area p {
    font-size: 1.6rem;
  }
  .serviceOv_btn.form_thanks_btn {
    padding: 3.3rem;
  }
  .serviceOv_btn.form_thanks_btn .serviceOv_btn_title {
    margin-bottom: 0;
  }
  .btn_default {
    width: 38.4rem;
    height: 9.6rem;
  }
  .btn_default span {
    font-size: 2rem;
  }
  .btn_default::before {
    width: 38.4rem;
    height: 9.6rem;
  }
  .btn_default:hover::before {
    opacity: 0;
  }
  .btn_default:hover::after {
    opacity: 1;
  }
  .modal_close {
    top: 6.4rem;
    right: 12.8rem;
    width: 4rem;
    height: 4rem;
  }
  .modal_close span {
    width: 4rem;
    height: 0.1rem;
  }
  .modal_close span:nth-child(1) {
    top: 2.1rem;
  }
  .modal_close span:nth-child(2) {
    top: 2.1rem;
  }
  .homeClinic_modal_detail_inner {
    padding: 16rem 0 9.4rem;
  }
  .homeClinic_modal_detail_head {
    margin-bottom: 4rem;
    margin-left: 22.8rem;
    margin-right: 22.8rem;
  }
  .homeClinic_modal_detail_title {
    font-size: 2.8rem;
  }
  .homeClinic_modal_detail_icon img {
    width: 3.2rem;
    height: 3.2rem;
  }
  .homeClinic_modal_detail_icon img:not(:first-child) {
    margin-left: 2.4rem;
  }
  .homeClinic_modal_detail_icon p {
    margin-left: 0.8rem;
  }
  .homeClinic_modal_detail_list {
    margin-left: 22.8rem;
    margin-right: 22.8rem;
  }
  .homeClinic_modal_detail_item_flex {
    margin-left: auto;
    width: 50%;
  }
  .homeClinic_modal_detail_item_inner {
    margin-left: 1.6rem;
  }
  .homeClinic_modal_detail_item_inner::before {
    width: 23.8rem;
    height: 5.6rem;
    background-image: url(../img/btn_modal_detail_bg_pc.webp);
  }
  .homeClinic_modal_detail_item_inner::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 23.8rem;
    height: 5.6rem;
    background-image: url(../img/btn_modal_detail_bg_hover_pc.webp);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .homeClinic_modal_detail_item_inner_wrapper {
    width: 23.8rem;
    height: 5.6rem;
  }
  .homeClinic_modal_detail_item_inner_wrapper p {
    font-size: 1.6rem;
  }
  .homeClinic_modal_detail_item_inner_icon_lip {
    width: 2rem;
    height: 2rem;
    margin-left: 5.4rem;
    margin-right: 0.8rem;
  }
  .homeClinic_modal_detail_item_inner_icon_lip.men {
    margin-left: 7rem;
  }
  .homeClinic_modal_detail_item_inner_icon_blank {
    right: 2rem;
    width: 1.6rem;
    height: 1.6rem;
  }
  .homeClinic_modal_detail_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .homeClinic_modal_detail_item_title {
    margin-bottom: 0;
    font-size: 1.6rem;
  }
  .cmGallery {
    margin-top: 12rem;
    margin-bottom: 16rem;
  }
  .cmGallery_title {
    margin-bottom: 8rem;
    font-size: 4.4rem;
  }
  .cmGallery_inner {
    flex-direction: row;
    justify-content: flex-start;
    gap: 8%;
    margin-left: 12.8rem;
    margin-right: 12.8rem;
    margin-block-end: 5vw;
  }
  .cmGallery_inner.center {
    justify-content: center;
  }
  .cmGallery_item {
    width: 46%;
    margin-block-end: 50px;
  }
  .cmGallery_item_inner p {
    font-size: 1.8rem;
  }
  .cmgallery .pageTitle_title img {
    width: 60rem;
    bottom: -4rem;
  }
  .homeMv_bnrCm {
    display: flex;
    margin: 6rem auto 0;
    justify-content: center;
  }
  .homeMv_bnrCm a {
    display: block;
  }
  .homeMv_bnrCm p:first-child {
    margin-right: 20px;
  }
  .homeMv_bnrCm a[href^="tel:"] {
    pointer-events: none;
  }
  .company .pageTitle_title img {
    width: 46.8rem;
    bottom: -30x;
  }
  .companyInfo_inner {
    margin-top: 12rem;
    margin-bottom: 16rem;
  }
}

/*--------------------------------------------------------------
  追加Header
 --------------------------------------------------------------*/
/*--------------------------------------------------------------
  Header
 --------------------------------------------------------------*/
 header {
  position: fixed;
  width: 100%;
  background-color: #333;
  border-bottom: #ababab;
  top: 0;
  left: 0;
  z-index: 999;
}
header a {
  text-decoration: none;
}
@media only screen and (min-width: 769px) {
  header {
    height: 96px;
  }
  header .section__inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
  }
  .header--link {
    display: flex;    
    justify-content: flex-end;
    gap: 20px;
    padding: 6px 0;
  }
  .header--link a {
    color: #fff;
    font-family: "Shippori Mincho";
    font-size: 12px;
    line-height: 24px;
  }
  
  .header--flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 18px;
  }
  .logo {
    width: 137px;
  }
  .global-nav__list {
    display: flex;
    align-items: center;
    gap: 70px;
  }
  .global-nav__list li {
    position: relative;
  }
  .global-nav__list a {
    color: #fff;
    font-family: "Shippori Mincho";
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 18px;
  }
  
  /* PC版プルダウンメニュー */
  .global-nav__list .has-dropdown .dropdown-menu {
    position: fixed;
    width: 100vw;
    background-color: #eee;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    top: 96px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 999;
  }
  .global-nav__list .has-dropdown:hover {
    border-bottom: 1px solid #fff;
  }
  .global-nav__list .has-dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
  }
  .dropdown-content {
    max-width: 1200px;
    max-height: 500px;
    margin: 0 auto;
    padding: 30px 20px;
    overflow-y: auto;
  }  
  .dropdown-section {
    width: 880px;
    margin: 0 auto;
  }
  .dropdown-section p {
    border-bottom: 1px solid #cacaca;
    margin-bottom: 10px;
    padding-bottom: 5px;
  }
  .dropdown-section a {
    position: relative;
    color: #333;
    font-family: "Shippori Mincho";
    font-size: 14px;
    line-height: 30px;
    padding: 0;
    letter-spacing: 0.7px;
    text-decoration: none;
  }
  .dropdown-section a::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 10px;
    background: url(../images/common/img_arrow-right_black.svg) left top no-repeat;
    background-size: cover;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  .dropdown-section p a {
    display: inline-block;
    padding-right: 50px;
  }
  .dropdown-section div.area {
    color: #FFF;
    font-family: "Shippori Mincho";
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.7px;
    background-color: #333;
    margin: 30px 0 10px;
    padding: 0 10px;
  }
  .dropdown-section ul {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 20px;
  }
  .dropdown-section ul li {
    width: 205px;
  }  
  .dropdown-section ul li a {
    display: block;
    font-size: 12px;
    padding-bottom: 5px;
    border-bottom: 1px solid #fff;
  }
}
@media only screen and (max-width: 768px) {
  header {
    height: 60px;
  }
  header .section__inner {
    padding: 20px 0 0;
  }
  .logo {
    width: 32vw; 
  }
  .global-nav {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: fixed;
    width: 100%;
    height: calc(100% - 60px);
    background-color: #fff;
    padding: 0;
    top: 60px;
    left: 0;
    transition: all 0.4s;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    opacity: 0;
    visibility: hidden;
    z-index: 998;
  }
  .menu-is-open .global-nav {
    opacity: 1;
    visibility: visible;
  }
  .global-nav ul.global-nav__list {
    width: 100%;
  }
  .global-nav ul.global-nav__list li {
    font-size: 4.2666vw;
  }
  .global-nav ul.global-nav__list li p,
  .global-nav ul.global-nav__list li a {
    position: relative;
    display: block;
    font-family: "Shippori Mincho";
    font-size: 4.2666vw;
    background-color: #fff;
    border-bottom: 1px solid #cacaca;
    padding: 4.2666vw;
  }
  .global-nav ul.global-nav__list li a::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 10px;
    background: url(../images/common/img_arrow-right_black.svg) left top no-repeat;
    background-size: cover;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
  }
  .global-nav ul.global-nav__list li.global-nav__cat {
    color: #fff;
    font-family: "Shippori Mincho";
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.7px;
    background: #333;
    padding: 0 4.2666vw;
  }
  .global-nav ul.global-nav__link {
    display: none;
    margin: 0;
  }
  .global-nav ul.global-nav__link li a {
    position: relative;
    display: block;
    font-size: 3.7333vw;
    background-color: #eee;
    border-bottom: 1px solid #fff;
    padding: 3.2vw 4.2666vw 3.2vw 8.5333vw;
  }
  .header--link {
    display: flex;
    flex-wrap: wrap;
    padding: 5.3333vw 4.2666vw;
    gap: 5.3333vw;
    box-sizing: border-box;
  }
  .header--link li {
    width: 42.6666vw;
  }
  .header--link li a {
    font-family: "Shippori Mincho";
    font-size: 4.2666vw;
    line-height: 6.4vw;
  }
  .global-nav .bg--black {
    padding: 8vw 4.2666vw;
  }
  .global-nav .bg--black .list {
    gap: 4vw;
  }
  .global-nav .bg--black .list .list__item img {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  /* ハンバーガーメニュー */
  .header-trigger {
    position: absolute;
    cursor: pointer;
    width: 25px;
    height: 25px;
    border: none;
    background: none;
    top: 20px;
    right: 4.2666vw;
    z-index: 999;
  }
  .header-trigger span,
  .header-trigger span::before {
    display: block;
    position: absolute;
    content: "";
    width: 25px;
    height: 1px;
    background-color: #fff;
    left: 50%;
    transform: translateX(-50%);
    transition: transform 0.3s, top 0.3s;/
  }
  .header-trigger span {
    top: 50%;
    transform: translateX(-50%);
  }
  .header-trigger span::before {
    top: -6px; 
  }
  .menu-is-open .header-trigger span,
  .menu-is-open .header-trigger span::before {
    transform: translateX(-50%); 
  }
  .menu-is-open .header-trigger span {
    transform: translateX(-50%) rotate(45deg);
  }
  .menu-is-open .header-trigger span::before {
    top: 0; 
    transform: translateX(-50%) rotate(-90deg);
  }
}
.is-pc-only {
  display: none;
}
@media only screen and (min-width: 769px) {
  .is-pc-only {
    display: block;
  }
  .is-sp-only {
    display: none;
  }
}