@charset "UTF-8";
:root {
  --font_family: "Noto Sans JP", sans-serif;
  --main_font_color: #335467;
  --white: #FFFFFF;
  --green: #4DAE51;
  --bg_green: #E3F4CD;
  --bg_blue: #CDE8F4;
  --bg_blue_2: #D5F4F5;
  --bg_blue_3: #EDFAFA;
  --bg_blue_4: #E9F3F5;
  --border_color: #B9E9EE;
  --blue: #2F96AD;
  --bg_yellow: #F8F0C3;
  --yellow: #B8A74A;
  --orange: #EE8E49;
  --bg_orange: #F4E2CD;
  --pink: #C670D3;
  --bg_pink: #F4D9D9;
  --red: #674733;
  --box_shadow: 2px 2px 10px rgba(47, 150, 173, .3);
}

/* flexの基本の形 */
.flex_basic, #top #recruit .r_wrap .center, #top #recruit .r_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* gideの基本の形 */
.grid_basic, #top #medical_detailes .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

/* main_view */
#top #main_view {
  position: relative;
  width: 100%;
  height: 100svh;
  overflow: hidden;
}
#top #main_view > * {
  pointer-events: none;
}
#top #main_view .img_left {
  position: absolute;
  top: 105px;
  left: -3.9583333333vw;
  width: 39.5833333333vw;
  height: 42.3076923077vh;
  border-radius: 10px;
  overflow: hidden;
}
#top #main_view .img_left #swiperImage04 {
  background: url(../img/aki_4.webp) no-repeat center;
  background-size: cover;
}
#top #main_view .img_left #swiperImage05 {
  background: url(../img/aki_7.webp) no-repeat center;
  background-size: cover;
}
#top #main_view .img_left #swiperImage06 {
  background: url(../img/fuyu_1.webp) no-repeat center;
  background-size: cover;
}
#top #main_view .img_left #swiperImage07 {
  background: url(../img/fuyu_5.webp) no-repeat center;
  background-size: cover;
}
#top #main_view .img_right {
  position: absolute;
  top: 105px;
  left: 37.1527777778vw;
  width: 68.0555555556vw;
  height: calc(100svh - 105px - 5.1282051282vh);
  border-radius: 10px;
}
#top #main_view .img_right #swiperImage01 {
  background: url(../img/main_03.webp) no-repeat center;
  background-size: cover;
}
#top #main_view .img_right #swiperImage02 {
  background: url(../img/main_04.webp) no-repeat center;
  background-size: cover;
}
#top #main_view .blue_leaves,
#top #main_view .green_leaves {
  position: absolute;
  opacity: 0.6;
  width: 21.1111111111vw;
  height: auto;
  z-index: 10;
}
#top #main_view .blue_leaves {
  opacity: 0;
  left: 3.8888888889vw;
  bottom: 11.4583333333vw;
  transform: translate(-25px, -25px);
}
#top #main_view .green_leaves {
  opacity: 0;
  left: 25.6944444444vw;
  bottom: 1.3888888889vw;
  transform: translate(25px, -25px);
}
#top #main_view h1 {
  position: absolute;
  bottom: 6.5972222222vw;
  left: 7.9861111111vw;
  font-size: 3.3333333333vw;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
  z-index: 20;
}
#top #main_view h1 > div {
  opacity: 0;
  transform: translateY(25px);
}
@media screen and (max-width: 750px) {
  #top #main_view {
    height: auto;
    padding-top: 18.6666666667vw;
  }
  #top #main_view .img_left,
  #top #main_view .img_right {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }
  #top #main_view .img_left {
    width: 64vw;
    height: 41.6vw;
    margin-top: 5.3333333333vw;
    transform: translateX(-45.3333333333vw);
    background-position: left 5.3333333333vw center;
    background-size: 120% auto;
  }
  #top #main_view .img_left #swiperImage04 {
    background-position: right -13.3333333333vw center;
    background-size: 120% auto;
  }
  #top #main_view .img_left #swiperImage06 {
    background-position: right -16vw center;
    background-size: 130% auto;
  }
  #top #main_view .img_right {
    width: 106.6666666667vw;
    height: 68.8vw;
    transform: translateX(5.3333333333vw);
  }
  #top #main_view .blue_leaves {
    left: 27.4666666667vw;
    top: 85.3333333333vw;
    bottom: 0;
    width: 34.6666666667vw;
  }
  #top #main_view .green_leaves {
    left: 63.4666666667vw;
    top: 98.6666666667vw;
    bottom: 0;
    width: 34.6666666667vw;
  }
  #top #main_view h1 {
    left: auto;
    right: 0;
    top: 101.0666666667vw;
    bottom: 0;
    font-size: 7.4666666667vw;
  }
}
#top #about_sukuyoka {
  position: relative;
}
#top #about_sukuyoka::before {
  content: "";
  position: absolute;
  top: -70px;
  right: 0;
  display: block;
  width: 42.3611111111vw;
  height: 83.3333333333vw;
  background: url(../img/bg_green.png) no-repeat top left;
  background-size: auto 100%;
  opacity: 0.4;
  z-index: -1;
}
#top #about_sukuyoka .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 41.6666666667vw;
  height: 100%;
  border-radius: 0 10px 10px 0;
  overflow: hidden;
  background: url(../img/main_01.webp) no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 1000px) {
  #top #about_sukuyoka .img {
    width: 422px;
  }
}
#top #about_sukuyoka .a_wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 702px;
}
#top #about_sukuyoka .a_wrap .find {
  font-size: 4rem;
}
#top #about_sukuyoka .a_wrap .right {
  width: 100%;
  max-width: 502px;
}
#top #about_sukuyoka .a_wrap .right p {
  margin-bottom: 30px;
  line-height: 2;
}
@media screen and (max-width: 750px) {
  #top #about_sukuyoka {
    flex-direction: column;
    margin-bottom: 0;
    padding-bottom: 0;
    overflow: hidden;
  }
  #top #about_sukuyoka::before {
    top: 80vw;
    right: -72vw;
    width: 150%;
    height: 186.6666666667vw;
    background-position: left top;
    background-size: cover;
  }
  #top #about_sukuyoka .img {
    position: relative;
    width: 100%;
    height: 110.9333333333vw;
    border-radius: 0 2.6666666667vw 2.6666666667vw 0;
    margin-left: -5.3333333333vw;
  }
  #top #about_sukuyoka .a_wrap {
    margin-top: 10.6666666667vw;
    height: auto;
    justify-content: flex-start;
  }
  #top #about_sukuyoka .a_wrap .find {
    font-size: 8.5333333333vw;
  }
  #top #about_sukuyoka .a_wrap .right {
    max-width: none;
  }
  #top #about_sukuyoka .a_wrap .right .link_next {
    margin-top: 8vw;
    justify-content: center;
  }
}
#top #medical_detailes {
  position: relative;
}
#top #medical_detailes .find {
  font-size: 4rem;
}
#top #medical_detailes::before {
  content: "";
  position: absolute;
  top: -250px;
  left: 0;
  display: block;
  width: 55.5555555556vw;
  height: 83.3333333333vw;
  background: url(../img/bg_blue.png) no-repeat top right;
  background-size: 100% auto;
  opacity: 0.4;
  z-index: -1;
}
#top #medical_detailes .img {
  position: absolute;
  top: 0;
  right: 0;
  width: 49.3055555556vw;
  height: 350px;
  border-radius: 10px 0 0 10px;
  background: url(../img/main_06.webp) no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 1000px) {
  #top #medical_detailes .img {
    width: 492px;
  }
}
#top #medical_detailes .list {
  margin-top: 110px;
  gap: 20px;
}
#top #medical_detailes .list li {
  border-bottom: 1px solid var(--border_color);
}
#top #medical_detailes .list li:hover .link_next::after {
  animation: arrow_animation 2s infinite;
}
#top #medical_detailes .list li div {
  display: flex;
  align-items: center;
  color: var(--main_font_color);
}
#top #medical_detailes .list li div.link_next::after {
  margin-left: auto;
  margin-right: 20px;
}
#top #medical_detailes .list li div img {
  width: 100%;
  max-width: 70px;
  margin-right: 20px;
}
#top #medical_detailes .list li p {
  margin-top: 1em;
  line-height: 1.6;
}
@media screen and (max-width: 750px) {
  #top #medical_detailes {
    flex-direction: column;
  }
  #top #medical_detailes::before {
    top: 80vw;
    width: 90%;
    height: 193.3333333333vw;
    background-size: cover;
  }
  #top #medical_detailes .find {
    font-size: 8.5333333333vw;
  }
  #top #medical_detailes .img {
    position: relative;
    width: 94.6666666667vw;
    height: 80vw;
    border-radius: 2.6666666667vw 0 0 2.6666666667vw;
  }
  #top #medical_detailes .m_wrap {
    margin-top: 10.6666666667vw;
  }
  #top #medical_detailes .m_wrap .list {
    display: block;
    margin-top: 10.6666666667vw;
  }
  #top #medical_detailes .m_wrap .list li {
    margin-bottom: 1em;
  }
  #top #medical_detailes .m_wrap .list li:hover .link_next::after {
    animation: arrow_animation_sp 2s infinite;
  }
  #top #medical_detailes .m_wrap .list li:last-child {
    margin-bottom: 0;
  }
  #top #medical_detailes .m_wrap .list li div img {
    max-width: 13.3333333333vw;
  }
  #top #medical_detailes .m_wrap .list li div p {
    font-size: 4vw;
  }
}
#top #recruit:hover .link_next::after {
  animation: arrow_animation 2s infinite;
}
#top #recruit .r_wrap {
  justify-content: center;
  position: relative;
  height: 310px;
  padding: 20px;
  border-radius: 10px;
  box-sizing: border-box;
  background: var(--bg_blue_2);
}
#top #recruit .r_wrap .img_left,
#top #recruit .r_wrap .img_right {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: auto;
  height: 90%;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto 100%;
  z-index: 1;
}
#top #recruit .r_wrap .img_left {
  left: 20px;
  width: 292px;
  background-image: url(../img/recruit_banner_left.png);
}
#top #recruit .r_wrap .img_right {
  right: 20px;
  width: 282px;
  background-image: url(../img/recruit_banner_right.png);
}
#top #recruit .r_wrap .center {
  flex-direction: column;
  justify-content: center;
  height: 100%;
  width: 100%;
  max-width: 430px;
  border-radius: 60px 6px 60px 6px;
  background: #fff;
  z-index: 2;
}
#top #recruit .r_wrap .center img {
  width: 102px;
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  #top #recruit {
    margin: 0;
    padding-top: 0;
  }
  #top #recruit:hover .link_next::after {
    animation: arrow_animation_sp 2s infinite;
  }
  #top #recruit .r_wrap {
    height: 128vw;
  }
  #top #recruit .r_wrap .img_left {
    bottom: auto;
    top: 2.6666666667vw;
    left: 2.6666666667vw;
    width: 81.6vw;
    height: 37.3333333333vw;
    background-image: url(../img/recruit_banner_left_sp.png);
    background-size: 100% auto;
  }
  #top #recruit .r_wrap .img_right {
    top: auto;
    bottom: 2.6666666667vw;
    right: 2.6666666667vw;
    width: 81.6vw;
    height: 37.3333333333vw;
    background-image: url(../img/recruit_banner_right_sp.png);
    background-size: 100% auto;
  }
  #top #recruit .r_wrap .center {
    height: 64vw;
    border-radius: 16vw 1.6vw 16vw 1.6vw;
  }
  #top #recruit .r_wrap .center img {
    width: 24vw;
    margin-bottom: 5.3333333333vw;
  }
  #top #recruit .r_wrap .center h2 {
    font-size: 7.4666666667vw;
    margin-bottom: 8vw;
  }
}/*# sourceMappingURL=top.css.map */