@media only screen and (max-width: 768px) {
  .home_page .key {
    --height: calc(100vh - 60px);
    --max-height: 160vw;
    --min-height: 320px;
    font-size: min(1.333vw, 10px);
  }
  .home_page .key .key_text {
    padding: 10px;
    justify-content: center;
  }
}
@media only screen and (max-width: 880px) and (orientation: landscape) {
  .home_page .key {
    --height: 60vw;
    font-size: 1.4vmin;
  }
  .home_page .key .key_text {
    align-items: center;
  }
}
@media only screen and (max-width: 768px) and (orientation: portrait) {
  .home_page .key::before {
    aspect-ratio: 75/49;
    background-image: url(../images/idx_key_decor1_sp.png);
    background-size: cover;
  }
  .home_page .key .catch {
    padding-bottom: 28.533vw;
  }
}
@media only screen and (max-width: 768px) {
  .home_page .wrap_h3 {
    margin-bottom: 30px;
  }
  .home_page .wrap_h3 .h_en {
    font-size: clamp(18px, 4.8vw, 32px);
  }
  .home_page .wrap_h3 .h_en.lg {
    font-size: 15.625vw;
    margin-bottom: -0.5em;
  }
  .home_page .wrap_h3 h3 {
    font-size: clamp(26px, 7vw, 40px);
  }
  .home_page .wrap_h3 h3 > span {
    font-size: 0.7692em;
  }
  .home_page .wrap_h3 h3::after {
    width: 232px;
    height: 1px;
    margin-top: 0.5em;
  }
  .home_page .wrap_h3.sm h3 {
    font-size: clamp(23px, 6vw, 28px);
    margin-bottom: 2px;
  }
  .home_page .wrap_h3.sm .h_en {
    font-size: clamp(15px, 4vw, 18px);
  }
}
@media only screen and (max-width: 768px) {
  .idx01 {
    margin-top: -40px;
  }
  .idx01::before {
    aspect-ratio: 750/272;
    top: calc(max(16.8vw, 63px) * -1);
    left: 0;
    background-image: url(../images/idx01_bg_decor_sp.png);
  }
  .idx01::after {
    top: 40px;
    height: calc(100% - 40px);
  }
  .idx01 .area {
    padding-bottom: 40px;
  }
  .idx01 .area::before {
    top: 0;
    background-image: url(../images/idx01_bg_decor1_sp.jpg);
    aspect-ratio: 750/900;
  }
  .idx01 .area::after {
    background-image: url(../images/idx01_bg_decor2_sp.png);
    aspect-ratio: 750/1076;
  }
  .idx01 .idx_list {
    font-size: min(1.1667vw, 8.75px);
    margin-bottom: 10.1714em;
    padding-top: 40px;
  }
  .idx01 .idx_list::before {
    width: 39.0857em;
    top: 10em;
    left: -5.3714em;
  }
  .idx01 .idx_list ul {
    justify-content: space-between;
  }
  .idx01 .idx_list ul li {
    width: 7.7983em;
  }
  .idx01 .idx_list ul li.item1 {
    left: 0.437em;
    margin-top: 1.3445em;
  }
  .idx01 .idx_list ul li.item2 {
    margin-top: 4.4034em;
    left: 0.3697em;
  }
  .idx01 .idx_list ul li.item3 {
    right: 0.1345em;
  }
  .idx01 .idx_banner {
    font-size: min(1.333vw, 7px);
    max-width: 67em;
    min-height: 44em;
    margin-bottom: 8em;
    padding: 20px 0;
  }
  .idx01 .idx_banner::before {
    inset: 1em;
  }
  .idx01 .idx_banner .wrap .tt {
    width: 100%;
    aspect-ratio: 670/220;
    background-image: url(../images/idx01_banner_decor_sp.png);
    background-position: top center;
    padding-bottom: 1.7em;
    gap: 1.9em;
    margin-bottom: 1.6em;
  }
  .idx01 .idx_banner .wrap .tt .num {
    font-size: 16.7em;
    top: 0.0659em;
  }
  .idx01 .idx_banner .wrap .tt .jp {
    font-size: 5.2em;
  }
  .idx01 .idx_banner .wrap .txt {
    padding: 0 4em;
  }
  .idx01 .idx_banner .wrap .txt .desc {
    font-size: 3.2em;
    text-align: center;
    margin-bottom: 0.9167em;
  }
  .idx01 .idx_banner .wrap .txt .btn {
    font-size: 2.4em;
    width: 100%;
    min-height: 2.5em;
  }
  .idx01 .idx_link {
    font-size: min(1.333vw, 8px);
    gap: 2.3em 3em;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 7em;
  }
  .idx01 .idx_link .item {
    width: calc(50% - 1.5em);
    max-width: 32em;
    min-height: 33em;
    border-width: max(2px, 0.3em);
    padding: 0.7em;
  }
  .idx01 .idx_link .item .txt {
    padding: 3.2em 1em 1em;
  }
  .idx01 .idx_link .item .tt {
    font-size: 3em;
    margin-bottom: 0.5405em;
  }
  .idx01 .idx_link .item .tt .en {
    margin-top: 0.1081em;
  }
  .idx01 .idx_link .item .tt::before {
    width: 2.4054em;
    margin-bottom: 0.5405em;
  }
  .idx01 .idx_news {
    padding: 37px 0 50px;
    padding-right: 20px;
  }
  .idx01 .idx_news::before {
    width: 264px;
    left: -40px;
  }
  .idx01 .idx_news .box_ttl {
    display: flex;
    justify-content: space-between;
  }
  .idx01 .idx_news .box_news .news ul li a {
    padding: 0.5em 0;
    flex-wrap: wrap;
  }
  .idx01 .idx_news .box_news .news ul li a::after {
    right: 5px;
  }
  .idx01 .idx_news .box_news .news ul li a .title {
    margin-top: 5px;
    margin-right: 30px;
  }
  .idx01 .idx_news .btn_news a {
    font-size: 16px;
  }
  .idx01 .idx_news .btn_news a::after {
    width: 27px;
    height: 27px;
  }
  .idx02 {
    padding: 60px 0;
  }
  .idx02 .idx_info {
    flex-direction: column;
  }
  .idx02 .box01 {
    order: 1;
  }
  .idx02 .box02 {
    display: contents;
  }
  .idx02 .wrap_h3 .h_en.lg {
    font-size: 11vw;
  }
  .idx02 .idx_banner {
    font-size: clamp(6px, 1vw, 8.75px);
    gap: 10px;
    margin-bottom: 30px;
  }
  .idx02 .idx_banner .item {
    max-width: 350px;
    width: calc(50% - 5px);
  }
  .idx02 .idx_info {
    padding: 40px 10px;
  }
  .idx02 .idx_tel {
    margin-bottom: 20px;
  }
  .idx02 .idx_time_sheet {
    max-width: 545px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .idx02 .idx_address {
    order: 2;
    text-align: center;
    margin-bottom: 20px;
  }
  .idx02 .idx_map {
    order: 3;
    margin-bottom: 30px;
  }
  .idx02 .box03 {
    order: 4;
  }
  .idx02 .idx_vehicle {
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    font-size: min(1.875vw, 8.75px);
    margin-bottom: 30px;
  }
  .idx02 .idx_vehicle .item {
    width: calc(50% - 5px);
    margin-top: 15px;
  }
  .idx02 .idx_vehicle .item1 {
    position: relative;
  }
  .idx02 .idx_vehicle .item1::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0px;
    right: -5px;
    background-color: var(--clr3);
  }
  .idx02 .idx_vehicle .item3 {
    width: 100%;
  }
  .idx02 .btn-group {
    order: 5;
  }
  .idx02 .btn-group .btn {
    margin-left: auto;
    margin-right: auto;
  }
  .idx03 .wrap {
    padding: 40px 20px;
  }
  .idx03 .wrap::before {
    width: calc(100% - 20px);
    left: -20px;
  }
  .idx03 .wrap_h3.sm h3,
  .idx03 .wrap_h3.sm .h_en {
    text-align: center;
  }
  .idx03 .wrap_h3.sm::after {
    display: block;
    width: 232px;
    height: 1px;
    margin: 0 auto;
    margin-top: 0.5em;
    background-image: url(../images/ico_title_line1.png);
    background-position: top center;
  }
  .idx03 .idx_slider {
    font-size: 10px;
    margin-bottom: 20px;
  }
  .idx03 .slider_wrapper {
    --size-item: calc(100vw - 120px);
    display: flex;
    flex-direction: column;
  }
  .idx03 .slider_box {
    display: flex;
    flex-direction: column;
  }
  .idx03 .slider_list {
    order: 2;
    width: 100%;
  }
  .idx03 .slider_list .item {
    padding: 0 5px;
    width: calc(var(--size-item) / 4);
  }
  .idx03 .slider_thumb {
    order: 1;
    width: 100vw;
    left: -20px;
    margin: 0 auto;
    margin-bottom: 50px;
  }
  .idx03 .slider_thumb .item {
    width: var(--size-item);
    transition: all 0.5s ease;
  }
  .idx03 .slider_thumb .item:not(.slick-current) {
    transform: scale(0.75);
    margin: 0 10px;
  }
  .idx03 .slider_thumb .item.slick-current {
    margin: 0 calc(var(--size-item) * -0.1);
  }
  .idx03 .slider_thumb .slider_for {
    order: 2;
    margin-top: 20px;
  }
  .idx03 .slider_thumb .btn {
    font-size: min(1.5625vw, 8.75px);
    bottom: 0px;
    left: 20px;
    transform: translate(-10px, 50%);
  }
  .idx03 .slider_navigation {
    font-size: 8.75px;
    justify-content: center;
  }
  .idx03 .idx_marquee .txt {
    font-size: clamp(50px, 10vw, 80px);
  }
  .idx04 {
    padding: 60px 0;
    background: url(../images/idx04_bg_sp.jpg) no-repeat top center/100% auto #fff;
  }
  .idx04 .idx_box {
    flex-direction: column;
  }
  .idx04 .box_cont {
    display: contents;
  }
  .idx04 .wrap_h3 {
    order: 1;
  }
  .idx04 .wrap_h3 h3,
  .idx04 .wrap_h3 .h_en {
    text-shadow: 0 0 10px rgb(255, 255, 255), 0 0 10px rgb(255, 255, 255), 0 0 10px rgb(255, 255, 255), 0 0 10px rgb(255, 255, 255), 0 0 10px rgb(255, 255, 255), 0 0 10px rgb(255, 255, 255);
  }
  .idx04 .box_item {
    order: 2;
    font-size: min(1.68vw, 8.75px);
    width: 100%;
    max-width: 462px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .idx04 .desc {
    order: 3;
    margin-bottom: 30px;
  }
  .idx04 .btn-group {
    order: 4;
  }
  .idx04 .btn-group .btn {
    margin-left: auto;
    margin-right: auto;
  }
  .idx05 {
    padding: 60px 0 250px;
  }
  .idx05 .idx_box {
    padding-top: 20px;
  }
  .idx05 .wrap_box {
    padding: 40px 20px;
  }
  .idx05 .wrap_box::before {
    width: 80%;
  }
  .idx05 .wrap_box::after {
    width: 100%;
    left: 0;
  }
  .idx05 .wrap_box .wrap_h3.sm {
    padding: 5px 0;
  }
  .idx05 .wrap_box .wrap_h3.sm h3,
  .idx05 .wrap_box .wrap_h3.sm .h_en {
    text-align: center;
  }
  .idx05 .wrap_box .wrap_h3.sm::before {
    width: 100%;
  }
  .idx06 {
    margin-top: -120px;
    padding-bottom: 60px;
  }
  .idx06 .tab_container {
    font-size: 10px;
  }
  .idx06 .tab_container .tab .lv1 {
    font-size: min(2vw, 8.75px);
  }
  .idx06 .tab_container .tab .lv1 .tab_item {
    width: 33.3333333333%;
    padding: 10px;
  }
  .idx06 .tab_container .tab .lv1 .tab_item4 {
    border-left: 0 !important;
  }
  .idx06 .tab_container .tab .lv1 .tab_item4, .idx06 .tab_container .tab .lv1 .tab_item5 {
    width: 50%;
  }
  .idx06 .tab_container .tab .lv2 {
    font-size: min(2vw, 10px);
  }
  .idx06 .tab_container .tab .lv2 .tab_item {
    padding: 10px;
    text-align: center;
  }
  .idx06 .tab_container .tab .lv2 .tab_content {
    padding: 20px 10px;
  }
  .idx06 .tab_container .tab_content {
    padding: 40px 20px;
  }
  .idx06 .tab_container .idx_box {
    font-size: 10px;
    flex-direction: column;
    margin-bottom: 40px;
  }
  .idx06 .tab_container .idx_box .box_cont {
    display: contents;
  }
  .idx06 .tab_container .idx_box .box_cont .ttl {
    font-size: 24px;
    text-align: center;
    order: 1;
    padding-bottom: 15px;
    margin-bottom: 25px;
  }
  .idx06 .tab_container .idx_box .box_cont .ttl::after {
    right: 0;
    margin: 0 auto;
  }
  .idx06 .tab_container .idx_box .box_cont .desc {
    order: 3;
    margin-bottom: 20px;
  }
  .idx06 .tab_container .idx_box .box_img {
    order: 2;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .idx06 .tab_container .idx_box .box_img picture::after {
    width: 90%;
    height: 90%;
    left: -10px;
    bottom: -10px;
  }
  .idx06 .tab_container .idx_box .box_banner {
    flex-wrap: wrap;
    font-size: min(2vw, 8.75px);
    order: 4;
    gap: 10px;
    justify-content: center;
  }
  .idx06 .tab_container .idx_box .box_banner .item {
    width: calc((100% - 20px) / 3);
  }
  .idx06 .tab_container .idx_box .box_banner .item a {
    justify-content: center;
    padding: 1em 10px 2.5em;
  }
  .idx06 .tab_container .idx_box .box_banner .item a:after {
    bottom: 1em;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .idx06 .tab_container .idx_box .box_banner .item a .tt {
    text-align: center;
  }
  .idx06 .tab_container .idx_box .box_banner .item a .tt::before {
    display: block;
    margin: 0 auto;
    margin-bottom: 0.5em;
  }
  .idx06 .tab_container .idx_button {
    font-size: min(2vw, 8.75px);
    gap: 10px;
    justify-content: center;
  }
  .idx06 .tab_container .idx_button .item {
    width: calc(50% - 5px);
  }
  .idx06 .tab_container .idx_button .item a {
    padding: 0.25em 1em 0.25em 0.5em;
  }
  .idx06 .tab_container .idx_button .item a::after {
    right: 0.25em;
  }
  .idx06 .tab_container .idx_panel {
    font-size: min(1.5625vw, 8.75px);
    margin-bottom: 30px;
  }
  .idx06 .tab_container .idx_panel .item {
    width: 50%;
    padding: 10px 5px;
  }
  .idx06 .tab_container .idx_panel .item .txt {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .idx06 .tab_container .idx_panel .item .txt::before {
    font-size: 0.75em;
    flex-shrink: 0;
  }
  .idx06 .tab_container .idx_panel .item .txt .tt {
    flex-grow: 1;
  }
  .idx06 .tab_container .idx_panel .item .txt .btn {
    flex-shrink: 0;
    font-size: max(10px, 1.4em);
  }
  .idx06 .tab_container .idx_link {
    font-size: 8.75px;
    gap: 10px;
  }
  .idx06 .tab_container .idx_link .item {
    width: calc(50% - 5px);
  }
  .idx06 .tab_container .idx_link .item a {
    padding: 10px 15px;
  }
  .idx06 .tab_container .idx_link .item a::after {
    right: 0.5em;
  }
  .idx06 .tab_container .idx_banner {
    font-size: min(2vw, 8.75px);
    max-width: 554px;
    margin: 0 auto;
    justify-content: center;
  }
  .idx06 .tab_container .idx_banner .item {
    width: calc(50% - 5px);
  }
  .idx06 .tab_container .idx_banner .item a {
    padding: 10px 5px;
  }
  .idx06 .tab_container .idx_banner .item a .tt {
    height: 100%;
    padding-bottom: 1.5em;
  }
  .idx06 .tab_container .idx_banner .item a .tt::before {
    font-size: 0.75em;
  }
  .idx06 .tab_container .idx_banner .item a .tt::after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .idx07 {
    padding: 60px 0 0;
  }
  .idx07 .wrap_h3 h3 {
    margin-bottom: 0.25em;
  }
  .idx07 .idx_banner {
    font-size: clamp(7px, 2vw, 8.75px);
    gap: 10px;
    max-width: 725px;
    margin: 0 auto;
  }
  .idx07 .idx_banner .item {
    max-width: 235px;
    width: calc((100% - 20px) / 3);
    z-index: 0;
    background-image: linear-gradient(135deg, #f1daa1 0%, #958763 50%, #f1daa1 100%);
  }
  .idx07 .idx_banner .item::before {
    content: "";
    position: absolute;
    inset: 1px;
    background-color: #fff;
    z-index: -1;
  }
  .idx07 .idx_banner .item::after {
    font-size: 0.875em;
    bottom: 10px;
    left: 10px;
  }
  .idx07 .idx_banner .item .tt {
    position: relative;
    width: 100%;
    padding: 120px 10px 40px;
  }
  .idx07 .idx_banner .item .tt::before, .idx07 .idx_banner .item .tt::after {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    width: calc(100% - 2px);
    height: 120px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .idx07 .idx_banner .item .tt::after {
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 45%, rgb(255, 255, 255) 80%);
  }
  .idx07 .idx_banner .item1 .tt::before {
    background-image: url(../images/idx07_item1_sp.jpg);
  }
  .idx07 .idx_banner .item2 .tt::before {
    background-image: url(../images/idx07_item2_sp.jpg);
  }
  .idx07 .idx_banner .item3 .tt::before {
    background-image: url(../images/idx07_item3_sp.jpg);
  }
  .idx07 .idx_banner .item4 .tt::before {
    background-image: url(../images/idx07_item4_sp.jpg);
  }
  .idx07 .idx_banner .item5 .tt::before {
    background-image: url(../images/idx07_item5_sp.jpg);
  }
  .idx07 .idx_banner .item6 .tt::before {
    background-image: url(../images/idx07_item6_sp.jpg);
  }
  .idx07 .idx_banner .item7 .tt::before {
    background-image: url(../images/idx07_item7_sp.jpg);
  }
  .idx07 .idx_banner .item8 .tt::before {
    background-image: url(../images/idx07_item8_sp.jpg);
  }
  .idx07 .idx_banner .item9 .tt::before {
    background-image: url(../images/idx07_item9_sp.jpg);
  }
  .idx07 .idx_banner .item10 .tt::before {
    background-image: url(../images/idx07_item10_sp.jpg);
  }
  .idx07 .idx_banner .item11 .tt::before {
    background-image: url(../images/idx07_item11_sp.jpg);
  }
  .idx07 .idx_banner .item12 .tt::before {
    background-image: url(../images/idx07_item12_sp.jpg);
  }
  .idx08 {
    padding: 60px 20px;
  }
  .idx08::before {
    top: -300px;
    height: calc(100% + 300px);
  }
  .idx08 .idx_box {
    flex-direction: column-reverse;
  }
  .idx08 .idx_box .box_decor {
    font-size: min(1.5vw, 10px);
    width: 68.7em;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .idx08 .idx_box .box_doctor {
    font-size: min(2vw, 8.75px);
    width: 100%;
    margin: 0 auto;
    margin-bottom: 10em;
  }
  .idx08 .idx_box .box_name {
    top: 15%;
    right: 10%;
  }
  .idx08 .desc {
    margin-bottom: 30px;
  }
  .idx08 .btn-group {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
  .idx09 {
    padding: 60px 0 calc(round(down, 14.3229166667vw, 1px) + 60px);
  }
  .idx09 .wrap_h3 {
    margin-bottom: 50px;
  }
  .idx09 .idx_box:not(:last-child) {
    margin-bottom: 30px;
  }
  .idx09 .idx_box .box_img {
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .idx09 .feature_box {
    font-size: 10px;
    margin-bottom: 50px;
  }
  .idx09 .feature_box .item:not(:last-child) {
    margin-bottom: 20px;
  }
  .idx09 .feature_box .item .accBtn .title {
    font-size: calc(var(--fs-base) + 0.4vw);
    padding: 10px;
  }
  .idx09 .feature_box .item .accBtn .title .tt {
    padding-left: 10px;
    margin-left: 10px;
    padding-right: 15px;
  }
  .idx09 .feature_box .item .accBtn .title .num {
    font-size: 10px;
  }
  .idx09 .feature_box .item .accBtn .ic {
    width: 13px;
    height: 13px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 8px;
  }
  .idx09 .feature_box .item .accBlock {
    padding: 10px;
  }
  .idx09 .idx_banner_recruit {
    max-width: 670px;
  }
}
@media only screen and (max-width: 639px) {
  .idx02 .idx_banner .item {
    width: 100%;
  }
  .idx06 .tab_container .idx_box .box_banner .item {
    width: calc(50% - 5px);
  }
  .idx06 .tab_container .idx_link .item {
    width: 100%;
  }
  .idx07 .idx_banner {
    max-width: 480px;
    justify-content: center;
  }
  .idx07 .idx_banner .item {
    width: calc(50% - 5px);
  }
}
@media only screen and (max-width: 360px) {
  .idx01 .idx_banner .wrap .txt {
    padding: 0 3em;
  }
  .idx06 .tab_container .idx_link {
    font-size: 7px;
  }
}

/*# sourceMappingURL=index_sp.css.map */
