/* stylelint-disable at-rule-empty-line-before */
:root {
  --margin-section: 3em;
}

/* simple clearfix */
/**************************
Compass Text Replacement
*/
/**************************
Inline List
*/
/**************************
Inline Block List
*/
/**************************
horizontal-list
*/
/**************************
Bullets
*/
.imain_content {
  background-color: #ffffff;
  width: 100vw;
  overflow-x: hidden;
}
.imain_content .btn {
  min-width: 230px;
}
.imain_content .btn-i {
  min-width: 300px;
}

.home_title {
  position: relative;
  padding-bottom: 1em;
  font-size: clamp(1.5rem, 6.4vw, 2.063rem);
  margin-bottom: 1em;
  display: inline-block;
}
.home_title .ja {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin-left: -0.1em;
  margin-bottom: 0.6em;
  display: inline-flex;
  letter-spacing: 0.1em;
}
.home_title .ja::after {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  background-color: #0f2040;
  position: absolute;
  left: 0;
  bottom: 0;
}
.home_title .ja .text {
  position: relative;
  display: block;
}
.home_title .ja .text .row {
  display: block;
}
.home_title .ja .text .row + .row {
  margin-top: 0.3em;
}
.home_title .ja .echo_area {
  display: flex;
  align-items: center;
  position: absolute;
  top: 50%;
  height: 104px;
  width: 170px;
  margin-top: -52px;
}
@media screen and (min-width: 1000px), print {
  .home_title .ja .echo_area {
    right: -130px;
  }
}
@media screen and (max-width: 999px) {
  .home_title .ja .echo_area {
    right: -150px;
  }
}
.home_title .ja .echo {
  display: block;
  mix-blend-mode: multiply;
  opacity: 0.35;
}
@media screen and (min-width: 1200px), print {
  .home_title .ja .echo {
    --echo-1-size: 50px;
    --echo-2-size: 80px;
    --echo-3-size: 104px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 576px) {
  .home_title .ja .echo {
    --echo-1-size: clamp(25px, 5vw, 50px);
    --echo-2-size: clamp(40px, 6vw, 80px);
    --echo-3-size: clamp(52px, 8vw, 104px);
  }
}
@media screen and (max-width: 575px) {
  .home_title .ja .echo {
    --echo-1-size: 25px;
    --echo-2-size: 40px;
    --echo-3-size: 52px;
  }
}
.home_title .ja .echo-1 {
  width: var(--echo-1-size);
  height: var(--echo-1-size);
  border-radius: calc(var(--echo-1-size) / 2);
  background: linear-gradient(to bottom, #c3cfe2 0%, #f5f7fa 100%);
}
.home_title .ja .echo-2 {
  width: var(--echo-2-size);
  height: var(--echo-2-size);
  border-radius: calc(var(--echo-2-size) / 2);
  background: linear-gradient(to bottom, #9bd2e0 0%, #f5f7fa 100%);
  margin-left: calc(var(--echo-1-size) / 2 * -1);
}
.home_title .ja .echo-3 {
  width: var(--echo-3-size);
  height: var(--echo-3-size);
  border-radius: calc(var(--echo-3-size) / 2);
  background: linear-gradient(to bottom, #5c86e6 0%, #f5f7fa 100%);
  margin-left: calc(var(--echo-2-size) / 2 * -1);
}
.home_title .en {
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(0.813rem, 3vw, 1rem);
  line-height: 1;
  display: block;
}
.home_title.js-gsap_css_animation .echo-1 {
  transition: opacity 2s cubic-bezier(0.23, 1, 0.32, 1) 0.4s;
}
.home_title.js-gsap_css_animation .echo-2 {
  transition: opacity 2s cubic-bezier(0.23, 1, 0.32, 1) 0.8s;
}
.home_title.js-gsap_css_animation .echo-3 {
  transition: opacity 2s cubic-bezier(0.23, 1, 0.32, 1) 1.2s;
}
.home_title.js-gsap_css_animation .en {
  transition: all 2s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
}
.home_title.js-gsap_css_animation .ja::after {
  transition: max-width 1.3s linear;
}
.home_title.js-gsap_css_animation-before .echo {
  opacity: 0;
}
.home_title.js-gsap_css_animation-before .en {
  opacity: 0;
  filter: blur(5px);
  transform: translateX(10px);
}
.home_title.js-gsap_css_animation-before .ja::after {
  max-width: 0;
}
.home_title.js-gsap_css_animation-after .echo {
  opacity: 0.35;
}
.home_title.js-gsap_css_animation-after .en {
  opacity: 1;
  filter: none;
  transform: translateX(0);
}
.home_title.js-gsap_css_animation-after .ja::after {
  max-width: 100%;
}

.itexture {
  position: absolute;
  z-index: 1;
}
.itexture-left {
  left: 300px;
  top: -300px;
}
@media screen and (max-width: 575px) {
  .itexture-left {
    left: 0;
    top: -70px;
  }
}
.itexture-right {
  right: 600px;
  top: -100px;
}
@media screen and (max-width: 575px) {
  .itexture-right {
    right: 0;
  }
}
.itexture img {
  box-shadow: 0 2px 8px 2px rgba(94, 111, 128, 0.2);
  display: block;
}

@keyframes brink {
  0% {
    filter: brightness(1);
  }
  10% {
    filter: brightness(1.15) contrast(105%);
  }
  30% {
    filter: brightness(1.13);
  }
  100% {
    filter: brightness(1.13);
  }
}
.circle_banner:hover {
  animation-name: brink;
  animation-duration: 1.5s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}

.js-foot_animation.js-gsap_css_animation {
  transition: all 1.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.js-foot_animation.js-gsap_css_animation-before {
  opacity: 0;
  transform: translateX(10px);
}
.js-foot_animation.js-gsap_css_animation-after {
  opacity: 1;
}

@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out {
  0% {
    display: block;
    opacity: 1;
  }
  99% {
    display: block;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
@keyframes _on_opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes header_index_show {
  0% {
    display: none;
  }
  1% {
    display: block;
    opacity: 0;
    top: -30px;
  }
  100% {
    top: 0;
    opacity: 1;
    display: block;
  }
}
@keyframes header_index_hide {
  0% {
    top: 0;
    opacity: 1;
    display: block;
  }
  99% {
    top: -30px;
    opacity: 0;
    display: block;
  }
  100% {
    top: -30px;
    opacity: 0;
    display: none;
  }
}
@keyframes header_search_show {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(64px);
  }
}
@keyframes header_search_hide {
  0% {
    transform: translateY(64px);
  }
  100% {
    transform: translateY(0);
  }
}
@media screen and (min-width: 900px), print {
  :root {
    --hero-max-height: 1800px;
    --hero-height: 100svh;
    --hero-min-height: 700px;
  }
}
@media screen and (max-width: 899px) {
  :root {
    --hero-max-height: 1800px;
    --hero-height: 100svh;
    --hero-min-height: 600px;
  }
}

.hero_area {
  background-color: #ffffff;
  display: flex;
}
.hero_area,
.hero_area .hero__image,
.hero_area .hero__image img,
.hero_area .hero__image::before {
  max-height: var(--hero-max-height);
  height: var(--hero-height);
  min-height: var(--hero-min-height);
}

.hero {
  position: relative;
  z-index: 1;
  padding: var(--padding-vertical) var(--padding-horizontal);
  width: 100%;
  box-sizing: border-box;
  display: flex;
}
@media screen and (min-width: 1400px), print {
  .hero {
    --padding-horizontal: 100px;
    --padding-vertical: 60px;
  }
}
@media screen and (max-width: 1399px) and (min-width: 900px) {
  .hero {
    --padding-horizontal: 33px;
    --padding-vertical: clamp(30px, 4vw, 60px);
  }
}
@media screen and (max-width: 899px) {
  .hero {
    --padding-horizontal: 33px;
    --padding-vertical: 20px;
  }
}
@media screen and (max-width: 1519px) {
  .hero {
    --padding-horizontal: 0;
  }
  .hero__content {
    max-width: 1360px;
    padding-right: 80px;
    padding-left: 80px;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1199px) {
  .hero__content {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 999px) {
  .hero__content {
    padding-left: 33px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 900px), print {
  .hero__content {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    position: relative;
    z-index: 2;
  }
  .hero__content__2 {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
  }
  .hero__content__2__r {
    display: flex;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 899px) {
  .hero__content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    margin-right: unset;
    margin-left: unset;
  }
  .hero__content__2__r {
    display: none;
  }
}
@media screen and (max-height: 800px) and (min-width: 900px), print {
  .hero__content {
    justify-content: center;
  }
  .hero__content__2 {
    display: none;
  }
}
.hero__image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  pointer-events: none;
}
.hero__image img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.hero__image::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50vw;
  height: var(--hero-height);
  background: linear-gradient(to right, rgba(104, 124, 147, 0.75) 0%, rgba(104, 124, 147, 0.75) 30%, rgba(104, 124, 147, 0) 100%);
}
.hero__title .row {
  line-height: 1;
  margin-bottom: clamp(0.3em, 2.2vw, 0.5em);
}
@media screen and (min-width: 1000px), print {
  .hero__title .row {
    font-size: min(6.4vh, 5vw, 72px);
  }
}
@media screen and (max-width: 999px) {
  .hero__title .row {
    font-size: min(6.4vh, 49px, 10vw);
  }
}
@media screen and (max-width: 767px) {
  .hero__title .row {
    font-size: min(6.4vh, 27px, 9.4vw);
  }
}
.hero__title .row .text {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  color: #ffffff;
  font-weight: 200;
  text-shadow: 5px 5px 10px rgba(6, 21, 35, 0.5);
  white-space: nowrap;
  letter-spacing: 0.1em;
  margin-left: -0.15em;
}
.hero__title .description {
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 100;
  color: #ffffff;
  text-shadow: 2px 2px 8px rgba(6, 21, 35, 0.5);
}
@media screen and (min-width: 900px), print {
  .hero__title .description {
    font-size: 1rem;
  }
}
@media screen and (max-width: 899px) {
  .hero__title .description {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 900px), print {
  .hero__menu ul {
    margin-top: clamp(20px, 5svh, 70px);
  }
}
@media screen and (min-width: 900px) and (min-height: 800px) {
  .hero__menu ul {
    margin-top: 8svh;
  }
}
@media screen and (max-width: 899px) {
  .hero__menu ul {
    margin-top: clamp(20px, 3svh, 40px);
  }
}
@media screen and (max-width: 899px) and (min-height: 800px) {
  .hero__menu ul {
    margin-top: 8svh;
  }
}
.hero__menu li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.hero__button_area ul {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 1199px) {
  .hero__button_area ul {
    flex-direction: column;
  }
}

.js-hero-loaded {
  opacity: 0;
}
.js-hero-loaded .hero__title .row-1 {
  transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0.5s;
}
.js-hero-loaded .hero__title .row-2 {
  transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0.7s;
}
.js-hero-loaded .hero__title .description {
  transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0.9s;
}
.js-hero-loaded-before .hero__title .row-1 {
  opacity: 0;
  transform: translateX(20px);
  filter: blur(20px);
}
.js-hero-loaded-before .hero__title .row-2 {
  opacity: 0;
  transform: translateX(20px);
  filter: blur(20px);
}
.js-hero-loaded-before .hero__title .description {
  opacity: 0;
  transform: translateX(20px);
  filter: blur(20px);
}
.js-hero-loaded-after {
  animation-name: _on_opacity;
  animation-duration: 1s;
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-delay: 0.3s;
}
.js-hero-loaded-animation_complete {
  animation-name: none;
  opacity: 1;
}
.js-hero-loaded-animation_complete .hero__title .row-1 {
  transition: none;
}
.js-hero-loaded-animation_complete .hero__title .row-2 {
  transition: none;
}
.js-hero-loaded-animation_complete .hero__title .description {
  transition: none;
}

.inews_area {
  padding-top: clamp(40px, 11vw, 120px);
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 765px) {
  .inews_area {
    width: 100vw;
    box-sizing: border-box;
    background-color: #ffffff;
    padding-bottom: 50px;
  }
}
.inews_area .home_title {
  margin-bottom: clamp(0.01em, 3.8vw, 1em);
}
@media screen and (min-width: 766px), print {
  .inews_area__content {
    display: flex;
    justify-content: space-between;
  }
}
.inews_area__body {
  min-height: 440px;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  background-color: #ffffff;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (min-width: 766px), print {
  .inews_area__body {
    width: 700px;
    padding-right: clamp(33px, 5vw, 55px);
  }
}
@media screen and (max-width: 765px) {
  .inews_area__body {
    min-height: auto;
    width: 100%;
  }
}
.inews_area__l {
  flex: 766px 0 0;
}
.inews_area__r {
  flex-grow: 10;
  position: relative;
}
@media screen and (max-width: 765px) {
  .inews_area__r {
    display: none;
  }
}
.inews_area__image {
  z-index: 1;
  position: absolute;
  top: 0;
  /**************************************************
   * gsap animation
   **************************************************/
}
@media screen and (min-width: 1000px), print {
  .inews_area__image {
    left: -100px;
  }
}
@media screen and (max-width: 999px) {
  .inews_area__image {
    left: -200px;
  }
}
.inews_area__image.js-gsap_css_animation {
  transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0.5s;
}
.inews_area__image.js-gsap_css_animation-before {
  opacity: 0;
  transform: translateY(-10px);
  filter: blur(10px);
}
.inews_area__image.js-gsap_css_animation-after {
  opacity: 1;
}
.inews_area__image img {
  display: block;
  max-width: inherit;
}
.inews_area__foot {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 575px) {
  .inews_area__foot {
    justify-content: center;
  }
}
.inews_area__foot__r {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (min-width: 576px), print {
  .inews_area__foot__r::before {
    content: "";
    display: block;
    height: 1px;
    width: 30px;
    background-color: rgba(35, 52, 82, 0.35);
    margin-right: 20px;
  }
}
.inews_area__foot .hospital_name {
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 575px) {
  .inews_area__foot .hospital_name {
    display: none;
  }
}
@media screen and (min-width: 1200px), print {
  .inews_area__foot .btn {
    margin-top: -15px;
  }
}
@media screen and (max-width: 1199px) {
  .inews_area__foot .btn {
    margin-top: clamp(20px, 5vw, 50px);
  }
}

.iabout_area {
  position: relative;
  min-height: 500px;
  z-index: 1;
}
.iabout_area .container {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px), print {
  .iabout_area .container {
    padding-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .iabout_area .container {
    padding-top: 60px;
  }
}
.iabout_area__content {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 730px), print {
  .iabout_area__content {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 730px), print {
  .iabout_area__l {
    flex-grow: 10;
    position: relative;
    z-index: 1;
    display: flex;
  }
}
@media screen and (max-width: 729px) {
  .iabout_area__l {
    display: none;
  }
}
@media screen and (min-width: 730px), print {
  .iabout_area__r {
    flex: 600px 0 0;
  }
}
.iabout_area__r__content {
  padding-top: 10px;
}
@media screen and (min-width: 730px), print {
  .iabout_area__r__content {
    padding-left: 110px;
  }
}
.iabout_area__image {
  position: absolute;
  right: 0;
  top: 0;
  /**************************************************
   * gsap animation
   **************************************************/
}
.iabout_area__image.js-gsap_css_animation {
  transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0.5s;
}
.iabout_area__image.js-gsap_css_animation-before {
  opacity: 0;
  transform: translateX(-10px);
  filter: blur(10px);
}
.iabout_area__image img {
  display: block;
  max-width: inherit;
}
.iabout_area__foot {
  margin-top: clamp(30px, 4vw, 50px);
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 576px), print {
  .iabout_area__foot {
    justify-content: flex-end;
  }
  .iabout_area__foot::before {
    content: "";
    display: block;
    height: 1px;
    width: 30px;
    background-color: rgba(35, 52, 82, 0.35);
    margin-right: 20px;
  }
}
@media screen and (max-width: 575px) {
  .iabout_area__foot {
    justify-content: center;
  }
}
@media screen and (min-width: 1250px), print {
  .iabout_area__foot .btn {
    margin-top: -15px;
  }
}
.iabout_area .interview_banner {
  text-align: right;
  box-sizing: border-box;
  width: 448px;
  max-width: 100%;
}
@media screen and (min-width: 1250px), print {
  .iabout_area .interview_banner {
    position: absolute;
    z-index: 2;
    top: 355px;
    left: 0;
  }
}
@media screen and (max-width: 1249px) {
  .iabout_area .interview_banner {
    margin-top: 50px;
    width: 368px;
    margin-left: auto;
  }
}
@media screen and (max-width: 575px) {
  .iabout_area .interview_banner {
    margin-right: auto;
    margin-bottom: 50px;
  }
  .iabout_area .interview_banner .ex {
    display: none;
  }
}
.iabout_area .interview_banner .ex {
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.iabout_area .circle_banner {
  display: block;
  position: relative;
  width: 100%;
  max-width: 448px;
  padding-top: 37.9464285714%;
  box-shadow: 2.868px 4.096px 20px 0px rgba(6, 21, 35, 0.3);
}
@media screen and (max-width: 1249px) {
  .iabout_area .circle_banner {
    max-width: 368px;
    padding-top: 36.6847826087%;
  }
}
.iabout_area .circle_banner .bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.iabout_area .circle_banner .bg img {
  max-width: 100%;
}
.iabout_area .circle_banner .circle {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 576px), print {
  .iabout_area .circle_banner .circle {
    right: 3.3482142857%;
  }
}
@media screen and (max-width: 575px) {
  .iabout_area .circle_banner .circle {
    right: clamp(2.6785714286%, 5vw, 7.5892857143%);
  }
}
@media screen and (max-width: 575px) {
  .iabout_area .circle_banner .circle {
    right: clamp(2.6785714286%, 3.3vw, 7.5892857143%);
  }
}

.iresearch_area {
  padding-top: 120px;
  margin-bottom: clamp(70px, 10vw, 100px);
  min-height: 520px;
}
@media screen and (max-width: 767px) {
  .iresearch_area {
    padding-top: 70px;
  }
}
.iresearch_area__content {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px), print {
  .iresearch_area__content {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px), print {
  .iresearch_area__l {
    flex-grow: 10;
    width: calc(100% - 410px);
    height: 1px;
    order: 1;
  }
}
@media screen and (min-width: 768px), print {
  .iresearch_area__r {
    flex: clamp(360px, 42vw, 410px) 0 0;
    order: 2;
  }
}
@media screen and (min-width: 768px), print {
  .iresearch_area__r__content {
    padding-left: clamp(55px, 7vw, 110px);
    padding-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .iresearch_area__r__content {
    margin-bottom: 40px;
  }
}
.iresearch_area__foot {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (min-width: 768px), print {
  .iresearch_area__foot {
    margin-top: 50px;
    justify-content: flex-end;
  }
  .iresearch_area__foot::before {
    content: "";
    display: block;
    height: 1px;
    width: 30px;
    background-color: rgba(35, 52, 82, 0.35);
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .iresearch_area__foot {
    margin-top: 100px;
    justify-content: center;
  }
}

.ir_panel_list_area {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .ir_panel_list_area {
    margin-bottom: 70px;
    width: 100vw;
    margin-left: -33px;
  }
}

.ir_panel_list {
  margin: -20px -25px -70px;
  padding: 20px 25px 70px;
}
@media screen and (max-width: 1359px) {
  .ir_panel_list {
    width: 522px;
  }
}
@media screen and (max-width: 1180px) {
  .ir_panel_list {
    width: 324px;
  }
}

.ir_panel {
  margin: auto;
  width: 240px;
  height: 450px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
  box-shadow: 0 1px 15px 2px rgba(6, 21, 35, 0.1);
  color: #0f2040;
  transition: box-shadow 0.2s ease-in-out;
  /**************************************************
   * gsap animation
   **************************************************/
}
.ir_panel .body {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: 30px;
}
.ir_panel .foot {
  padding-bottom: 35px;
}
.ir_panel .num {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 1.75rem;
  line-height: 1;
  position: relative;
  display: block;
  text-align: center;
}
.ir_panel .num::before, .ir_panel .num::after {
  content: "";
  display: block;
  height: 1px;
  width: 25px;
  background-color: rgba(35, 52, 82, 0.35);
  position: absolute;
  top: 50%;
  transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}
.ir_panel .num::before {
  left: calc(-100% - 10px);
}
.ir_panel .num::after {
  right: calc(-100% - 10px);
}
.ir_panel .num .hover_before,
.ir_panel .num .hover_after {
  background: url("../img/home/research/num_left.webp") center center/cover no-repeat transparent;
  width: 18px;
  height: 30px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  opacity: 0;
  transform: scale(0.9);
}
.ir_panel .num .hover_before {
  left: calc(-100% - 10px);
}
.ir_panel .num .hover_after {
  transform: rotate(180deg);
  right: calc(-100% - 10px);
}
.ir_panel .ex {
  padding-top: 20px;
  line-height: 1.6;
  min-height: 67px;
  display: flex;
  align-items: center;
}
.ir_panel .image {
  overflow: hidden;
  border: 10px solid #ffffff;
  border-radius: 90px;
  box-sizing: border-box;
  width: 180px;
  height: 180px;
  margin-top: 10px;
  margin-bottom: 10px;
  transition: border-color 0.2s ease-in-out;
}
.ir_panel .image img {
  display: block;
  width: 160px;
  height: 160px;
  -o-object-fit: cover;
  object-fit: cover;
}
.ir_panel .btn {
  min-width: inherit;
  width: 160px;
  min-height: 60px;
  border-radius: 30px;
}
.ir_panel:hover {
  box-shadow: 0 1px 20px 2px rgba(165, 209, 207, 0.8);
}
.ir_panel:hover .num::before {
  transform: translateX(-20px);
  opacity: 0;
}
.ir_panel:hover .num::after {
  transform: translateX(20px);
  opacity: 0;
}
.ir_panel:hover .num .hover_before {
  transform: scale(1);
  opacity: 1;
}
.ir_panel:hover .num .hover_after {
  transform: rotate(180deg) scale(1);
  opacity: 1;
}
.ir_panel:hover .num .hover_before,
.ir_panel:hover .num .hover_after {
  transition: all 0.2s ease-in-out 0.2s;
}
.ir_panel:hover .image {
  border-color: #a5d1cf;
}
.ir_panel:hover .btn {
  background: #a5d1cf;
  color: #0f2040;
}
.ir_panel.js-gsap_css_animation {
  transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
}
.ir_panel.js-gsap_css_animation.ir_panel-1 {
  transition-delay: 0;
}
.ir_panel.js-gsap_css_animation.ir_panel-2 {
  transition-delay: 0.1s;
}
.ir_panel.js-gsap_css_animation.ir_panel-3 {
  transition-delay: 0.2s;
}
.ir_panel.js-gsap_css_animation-before {
  opacity: 0;
  transform: scale(0.98);
}
.igeneral_area {
  background: linear-gradient(0deg, rgb(72, 136, 188) 0%, rgb(79, 184, 218) 100%);
  position: relative;
  z-index: 2;
}
.igeneral_area::before, .igeneral_area::after {
  display: block;
  content: "";
  width: 250px;
  height: 250px;
  background: url("/common/img/home/general/general_corner_circle.webp") no-repeat;
  background-size: contain;
}
.igeneral_area::before {
  position: absolute;
  bottom: 0;
  left: 0;
}
.igeneral_area::after {
  position: absolute;
  top: 0;
  right: 0;
  transform: scale(-1, -1);
}
@media screen and (max-width: 1599px) {
  .igeneral_area::before, .igeneral_area::after {
    width: 180px;
    height: 180px;
  }
}
@media screen and (max-width: 799px) {
  .igeneral_area {
    padding-top: 50px;
    padding-bottom: 50px;
    background: url("/common/img/home/general/general_sp_bg.webp") no-repeat;
    background-size: cover;
    background-position: center 0;
  }
  .igeneral_area::after {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .igeneral_area {
    background-position: right 0;
  }
}
.igeneral_area__circle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.igeneral_area__circle img {
  height: 100%;
  width: 100%;
  display: block;
  mix-blend-mode: multiply;
  -o-object-fit: cover;
  object-fit: cover;
}
.igeneral_area__content {
  height: 700px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .igeneral_area__content {
    height: 590px;
  }
}
@media screen and (max-width: 999px) {
  .igeneral_area__content {
    height: 540px;
  }
}
@media screen and (max-width: 799px) {
  .igeneral_area__content {
    height: auto;
  }
}
.igeneral_area__l {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 2;
}
@media screen and (max-width: 1299px) {
  .igeneral_area__l {
    max-width: 300px;
  }
}
@media screen and (max-width: 1199px) {
  .igeneral_area__l {
    max-width: 230px;
  }
}
@media screen and (max-width: 799px) {
  .igeneral_area__l {
    position: static;
    width: 100%;
    max-width: none;
  }
}
.igeneral_area__l__content {
  position: relative;
}
.igeneral_area__l > * {
  color: #ffffff;
}
.igeneral_area__l .home_title .ja::before {
  display: block;
  content: "";
  width: 180px;
  height: 105px;
  background: url("/common/img/home/general/general_title_circle.webp") no-repeat;
  background-size: contain;
  position: absolute;
  top: -20px;
  right: -140px;
}
.igeneral_area__l .home_title .ja::after {
  background-color: #ffffff;
}
@media screen and (max-width: 1199px) {
  .igeneral_area__l .home_title .ja::before {
    width: 120px;
    height: 70px;
    top: 0;
    right: -90px;
  }
}
@media screen and (max-width: 999px) {
  .igeneral_area__l .home_title .ja {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 430px) {
  .igeneral_area__l .home_title .ja::before {
    top: -5px;
  }
}
.igeneral_area__sub {
  font-size: 1.063rem;
  padding-bottom: 70px;
  display: flex;
  align-items: center;
}
.igeneral_area__sub::before {
  content: "";
  display: block;
  height: 1px;
  width: 40px;
  background-color: rgba(255, 255, 255, 0.35);
  margin-right: 0.7em;
}
@media screen and (max-width: 999px) {
  .igeneral_area__sub {
    padding-bottom: 20px;
  }
}
.igeneral_area__btn {
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .igeneral_area__btn {
    text-align: center;
  }
}
.igeneral_area__r {
  width: 100%;
}
@media screen and (max-width: 799px) {
  .igeneral_area__r {
    display: none;
  }
}
.igeneral_area__r .serch_area {
  background: transparent;
  box-shadow: none;
  height: 100%;
}
.igeneral_area__r .serch_area .explanation_box,
.igeneral_area__r .serch_area .search_input_wrap {
  display: none;
}
.igeneral_area__r .serch_area__main {
  padding-top: 0;
}
.igeneral_area__r .serch_area__main__title {
  display: none;
}
.igeneral_area__r .serch_area__face {
  max-width: none;
  width: 1150px;
  left: auto;
  right: -240px;
}
@media screen and (max-width: 1199px) {
  .igeneral_area__r .serch_area__face {
    right: -290px;
  }
}
@media screen and (max-width: 1099px) {
  .igeneral_area__r .serch_area__face {
    right: -340px;
  }
}
@media screen and (max-width: 999px) {
  .igeneral_area__r .serch_area__face {
    right: -300px;
  }
}
@media screen and (max-width: 899px) {
  .igeneral_area__r .serch_area__face {
    right: -370px;
  }
}
@media screen and (max-width: 899px) {
  .igeneral_area__r .serch_area__face {
    right: -370px;
  }
}
@media screen and (max-width: 850px) {
  .igeneral_area__r .serch_area__face {
    right: -390px;
  }
}
.igeneral_area__r .serch_area__face .icon .svg_wrap {
  width: 230px;
  height: 330px;
  top: 19%;
  left: 19%;
}
.igeneral_area__r .serch_area__face .icon .svg_wrap._pain svg {
  width: 240px;
}
.igeneral_area__r .serch_area__face .icon .svg_wrap._itch svg {
  width: 200px;
}
.igeneral_area__r .serch_area__face .icon .svg_wrap._ear_discharge {
  top: 14%;
}
.igeneral_area__r .serch_area__face .icon .svg_wrap._ear_discharge svg {
  width: 60px !important;
}
@media screen and (max-width: 1199px) {
  .igeneral_area__r .serch_area__face .icon .svg_wrap._ear_discharge {
    top: 11%;
  }
}
.igeneral_area__r .serch_area__face .icon .svg_wrap._inarticulate svg {
  width: 245px;
}
.igeneral_area__r .serch_area__face .icon .svg_wrap._resound {
  top: 14%;
}
.igeneral_area__r .serch_area__face .icon .svg_wrap._resound svg {
  width: 190px;
}
@media screen and (max-width: 1199px) {
  .igeneral_area__r .serch_area__face .icon .svg_wrap._resound {
    top: 8%;
  }
}
@media screen and (max-width: 999px) {
  .igeneral_area__r .serch_area__face .icon .svg_wrap._resound {
    top: 5%;
  }
}
.igeneral_area__r .serch_area__face .icon .svg_wrap._something svg {
  width: 130px !important;
}
@media screen and (max-width: 1199px) {
  .igeneral_area__r .serch_area__face .icon .svg_wrap {
    width: 180px;
    height: 330px;
    top: 19%;
    left: 23%;
  }
  .igeneral_area__r .serch_area__face .icon .svg_wrap svg {
    width: 100% !important;
  }
}
.igeneral_area__r .serch_area__inner {
  height: 100%;
  align-items: center;
}
.igeneral_area__r .serch_area__symptoms {
  max-width: 300px;
  background-color: transparent;
  box-shadow: none;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.igeneral_area__r .serch_area__symptoms::after {
  display: none;
}
.igeneral_area__r .serch_area__symptoms > .head {
  display: none;
}
@media screen and (max-width: 999px) {
  .igeneral_area__r .serch_area__symptoms {
    max-width: 270px;
  }
  .igeneral_area__r .serch_area__symptoms .symptoms_list .symptoms {
    min-height: 67px;
  }
  .igeneral_area__r .serch_area__symptoms .symptoms_list .symptoms > .text {
    font-size: 0.875rem;
  }
  .igeneral_area__r .serch_area__symptoms .symptoms_list .symptoms > .circle {
    height: 50px;
    width: 50px;
  }
  .igeneral_area__r .serch_area__symptoms .symptoms_list .symptoms > .circle .circle__content,
  .igeneral_area__r .serch_area__symptoms .symptoms_list .symptoms > .circle .disc,
  .igeneral_area__r .serch_area__symptoms .symptoms_list .symptoms > .circle .wave {
    height: 50px;
    width: 50px;
  }
}
.igeneral_area__r .serch_area__circle {
  display: none;
}

.imedical_workers_area {
  padding-top: clamp(60px, 10vw, 120px);
  position: relative;
  z-index: 1;
  /**************************
  photo
  */
}
@media screen and (min-width: 768px), print {
  .imedical_workers_area {
    min-height: 470px;
  }
}
.imedical_workers_area__content {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px), print {
  .imedical_workers_area__content {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px), print {
  .imedical_workers_area__l {
    flex: 600px 0 0;
  }
}
@media screen and (min-width: 1000px), print {
  .imedical_workers_area__l__content {
    padding-right: 110px;
  }
}
@media screen and (max-width: 999px) and (min-width: 768px) {
  .imedical_workers_area__l__content {
    padding-right: clamp(50px, 10vw, 110px);
  }
}
.imedical_workers_area__r {
  position: relative;
}
@media screen and (min-width: 768px), print {
  .imedical_workers_area__r {
    flex-shrink: 10;
    flex-grow: 10;
  }
}
@media screen and (max-width: 767px) {
  .imedical_workers_area__r {
    padding-top: 20px;
  }
}
@media screen and (min-width: 768px), print {
  .imedical_workers_area .photo {
    position: absolute;
  }
  .imedical_workers_area .photo-1 {
    left: 0;
    top: 40px;
  }
  .imedical_workers_area .photo-2 {
    left: 380px;
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  .imedical_workers_area .photo_area {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    gap: clamp(20px, 4vw, 33px);
    margin-bottom: 30px;
  }
  .imedical_workers_area .photo {
    position: relative;
  }
  .imedical_workers_area .photo-1 {
    top: 30px;
    right: 0;
    z-index: 2;
  }
  .imedical_workers_area .photo-2 {
    top: 0;
    z-index: 1;
  }
  .imedical_workers_area .photo img {
    display: block;
    max-width: 100%;
  }
}
.imedical_workers_area__foot {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px), print {
  .imedical_workers_area__foot {
    padding-top: 45px;
  }
}
@media screen and (max-width: 767px) {
  .imedical_workers_area__foot {
    justify-content: center;
    padding-top: 30px;
  }
}

.icontact_area {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px), print {
  .icontact_area {
    min-height: 500px;
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .icontact_area {
    padding-top: clamp(50px, 10vw, 100px);
    padding-bottom: 80px;
  }
}
.icontact_area .container {
  position: relative;
  z-index: 2;
}
.icontact_area__content {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px), print {
  .icontact_area__content {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px), print {
  .icontact_area__l {
    flex-grow: 10;
    position: relative;
    z-index: 1;
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .icontact_area__l {
    display: none;
  }
}
@media screen and (min-width: 768px), print {
  .icontact_area__r {
    flex: 650px 0 0;
  }
}
.icontact_area__r__content {
  position: relative;
}
@media screen and (min-width: 768px), print {
  .icontact_area__r__content {
    padding-left: 50px;
  }
}
.icontact_area__r__content__1 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.icontact_area__r__content__2 {
  display: flex;
  flex-direction: column;
  max-width: 550px;
}
@media screen and (min-width: 768px), print {
  .icontact_area__r__content__2 {
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .icontact_area__r__content__2 {
    align-items: center;
  }
}
.icontact_area__ex {
  width: 430px;
  max-width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-bottom: clamp(30px, 4vw, 60px);
}
.icontact_area__banner__width {
  max-width: 450px;
  width: 100%;
  margin: calc(clamp(30px, 3vw, 50px) * -1) auto auto;
}
.icontact_area__banner__content {
  position: relative;
  width: 100%;
  max-width: 450px;
  padding-top: 37.7777777778%;
  box-sizing: border-box;
  line-height: 1;
}
.icontact_area .circle_banner {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, #4fb8da 0%, #4888bc 100%);
  color: #ffffff;
  box-sizing: border-box;
  box-shadow: 2px 3px 15px 0 rgba(6, 21, 35, 0.2);
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 520px), print {
  .icontact_area .circle_banner {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 519px) {
  .icontact_area .circle_banner {
    padding-left: clamp(20px, 6.2vw, 60px);
    padding-right: clamp(20px, 6.2vw, 60px);
  }
}
.icontact_area .circle_banner::after {
  content: "";
  display: block;
  background: url("../img/icon/btn-top-right.webp") center center/cover no-repeat transparent;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
}
@media screen and (min-width: 520px), print {
  .icontact_area .circle_banner::after {
    width: 136px;
    height: 136px;
  }
}
@media screen and (max-width: 519px) {
  .icontact_area .circle_banner::after {
    width: clamp(70px, 23vw, 136px);
    height: clamp(70px, 23vw, 136px);
  }
}
.icontact_area .circle_banner .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: relative;
  z-index: 2;
}
.icontact_area .circle_banner .row,
.icontact_area .circle_banner .row .content {
  gap: 15px;
}
.icontact_area .circle_banner .row .content {
  display: flex;
  align-items: center;
}
.icontact_area .circle_banner .icon {
  position: relative;
}
@media screen and (min-width: 520px), print {
  .icontact_area .circle_banner .icon {
    top: 5px;
    width: 58px;
  }
}
@media screen and (max-width: 519px) {
  .icontact_area .circle_banner .icon {
    width: clamp(42px, 11vw, 58px);
  }
}
.icontact_area .circle_banner .icon img {
  max-width: 100%;
}
.icontact_area .circle_banner .text .ja {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  font-size: clamp(1.125rem, 4.4vw, 1.375rem);
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 0.7em;
}
.icontact_area .circle_banner .text .en {
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(13px, 3.5vw, 1rem);
  line-height: 1;
}
.icontact_area .photo1 {
  position: absolute;
  right: 0;
  /**************************************************
   * gsap animation
   **************************************************/
}
.icontact_area .photo1.js-gsap_css_animation {
  transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0.5s;
}
.icontact_area .photo1.js-gsap_css_animation-before {
  opacity: 0;
  transform: translateX(-10px);
  filter: blur(10px);
}
@media screen and (max-width: 550px) {
  .icontact_area .photo2 {
    width: 100vw;
    max-width: 550px;
  }
}
.icontact_area .photo2 img {
  display: block;
  max-width: 100%;
}