@media only screen and (max-width: 768px) {
  .home_page .key {
    --height: calc(100vh - 60px);
    --max-height: 178vw;
    --min-height: 320px;
    font-size: 8px;
  }
  .home_page .key .key_text .item {
    padding: 10px;
  }
  .home_page .key .key_text .catch {
    padding: 15em 10px;
  }
  .home_page .key .key_text .catch .title {
    font-size: max(35px, 5em);
    margin-bottom: 10px;
    line-height: 1.5;
  }
  .home_page .key .key_text .catch p {
    font-size: max(16px, 2.2em);
  }
}
@media only screen and (max-width: 640px) {
  .home_page .key {
    font-size: 1.5vmin;
  }
}
@media only screen and (max-width: 768px) and (orientation: landscape) {
  .home_page .key {
    font-size: 1.5vmin;
    --height: 50vw;
  }
  .home_page .key .key_text .catch {
    padding: 20px;
  }
}
@media only screen and (max-width: 768px) and (orientation: portrait) {
  .home_page .key .key_text .mv_slider .item.s1 {
    background-image: url(../images/idx_key_bg01_sp.jpg);
  }
  .home_page .key .key_text .mv_slider .item.s2 {
    background-image: url(../images/idx_key_bg02_sp.jpg);
  }
  .home_page .key .key_text .mv_slider .item.s3 {
    background-image: url(../images/idx_key_bg03_sp.jpg);
  }
  .home_page .key .key_text .mv_slider .item.s4 {
    background-image: url(../images/idx_key_bg04_sp.jpg);
  }
}
@media only screen and (max-width: 768px) {
  .home_page h2 {
    margin-bottom: 17px;
  }
  .home_page h2 .en {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .home_page h2 .jp .sm {
    font-size: calc(var(--ttl_size) - 2px);
    margin-top: 9px;
    margin-bottom: -1px;
  }
  .home_page h3 {
    padding-bottom: 16px;
    margin-bottom: 22px;
    font-size: calc(var(--ttl_size) - 2px);
  }
  .home_page .list01 li {
    font-size: 16px;
  }
  .home_page .list01 li:not(:last-child) {
    margin-bottom: 1em;
  }
  .home_page .sub-ttl {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .idx_info {
    flex-direction: column;
    padding: 39px 18px;
  }
  .idx_info .box {
    width: 100%;
    max-width: 460px;
    margin: 0 auto;
    padding: 0;
  }
  .idx_info .box:not(:last-child) {
    padding-bottom: 39px;
    margin-bottom: 39px;
    border-bottom: 1px solid #dbdddf;
  }
  .idx_info .box .idx_logo {
    margin: 0 auto 18px;
  }
  .idx_info .box .iTel {
    max-width: 275px;
    width: 100%;
    display: table;
    font-size: 10px;
    margin: 0 auto 18px;
  }
  .idx_info .box .time_sheet .tbl {
    margin: 0 -18px;
    font-size: min(2.1875vw, 10px);
  }
  .idx_info .box01 .btn-group .btn {
    min-width: 160px;
  }
  .idx_info .box02 .btn-group .btn {
    min-width: 180px;
  }
  .idx01 h2.lg {
    font-size: 20px;
    margin-bottom: 23px;
  }
  .idx01 .inner {
    padding: 0;
  }
  .idx01 .wrap {
    padding: clamp(42px, 11.2vw, 80px) 10px 0;
  }
  .idx01 .wrap .iAddress {
    margin-bottom: 17px;
  }
  .idx01 .wrap .news dl {
    padding: 10px 20px 7px;
  }
  .idx01 .wrap .news dl dt {
    justify-content: space-between;
    margin-bottom: 7px;
  }
  .idx01 .wrap .news li a {
    padding: 6px 0;
  }
  .idx01 .wrap .time_sheet {
    margin-bottom: 39px;
  }
  .idx02 {
    padding: 68px 10px 94px;
  }
  .idx02 .inner {
    padding: 0;
  }
  .idx02::before {
    width: 100%;
    max-width: 375px;
    aspect-ratio: 750/1980;
    height: auto;
    background-image: url("../images/idx02_bg_left_sp.png");
    bottom: 180px;
  }
  .idx02::after {
    width: 54%;
    max-width: 398px;
    aspect-ratio: 398/492;
    top: -26px;
    right: 0;
    background-image: url("../images/idx02_img01_sp.png");
  }
  .idx02 .sub-ttl {
    margin-bottom: 35px;
    letter-spacing: 0.07em;
  }
  .idx02 .idx_list {
    padding: 26px 0 33px;
    display: table;
  }
  .idx02 .idx_list::before {
    width: calc(100% + 20px);
    left: -20px;
  }
  .idx02 .idx_list .list01:not(:last-child) {
    margin-bottom: 16px;
  }
  .idx02 .idx_list .btn-group {
    bottom: -24px;
    left: 0;
    right: 20px;
    margin: 0 auto;
  }
  .idx02 .idx_list .btn-group .btn {
    margin: 0 auto;
  }
  .idx03::after {
    width: 100%;
    aspect-ratio: 750/786;
    height: auto;
    background-image: url("../images/idx03_bg_right_sp.png");
  }
  .idx03::before {
    width: 54%;
    max-width: 400px;
    aspect-ratio: 400/464;
    height: auto;
    top: 0;
    left: 0;
    background-image: url("../images/idx03_img01_sp.png");
  }
  .idx03 h2 {
    width: 49.5%;
    margin-left: auto;
  }
  .idx03 .sub-ttl {
    letter-spacing: 0.07em;
    margin-bottom: 34px;
  }
  .idx03 .wrap {
    padding: 66px 20px 70px;
  }
  .idx03 .wrap .box {
    margin: 0 auto;
    max-width: 500px;
  }
  .idx03 .btn-group {
    --size-mg: 4px;
  }
  .idx03 .btn-group .item {
    width: calc(50% - 2 * var(--size-mg));
  }
  .idx04 {
    padding: 111px 0 0;
  }
  .idx04 .inner {
    padding: 0;
  }
  .idx04 .wrap {
    padding: 40px 10px 0;
  }
  .idx04 .wrap::after {
    width: calc(100% + 20px);
    left: -10px;
    height: 90%;
  }
  .idx04 .wrap .content::before {
    width: calc(100% + 40px);
    height: 54%;
    left: -20px;
  }
  .idx04 .idx_head {
    margin-bottom: 38px;
    margin-top: -85px;
  }
  .idx04 .sub-ttl {
    letter-spacing: 0.07em;
    margin-bottom: 31px;
  }
  .idx04 .box01 {
    padding: 29px 18px 38px;
  }
  .idx04 .box01 .box_left,
  .idx04 .box01 .box_right {
    max-width: 560px;
    margin: 0 auto;
  }
  .idx04 .box01 picture {
    margin-bottom: 25px;
  }
  .idx04 .box01 .desc {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .idx04 .box01 .btn-group {
    justify-content: flex-start;
    --size-mg: 4.5px;
  }
  .idx04 .box02 {
    padding: 35px 18px 40px;
    background-image: url("../images/idx04_img02_sp.jpg");
  }
  .idx04 .box02 .box_left {
    margin: 0 auto;
  }
  .idx04 .box02 .box_left .desc {
    font-size: 16px;
    letter-spacing: 0.05em;
    margin-bottom: 31px;
  }
  .idx04 .box03 {
    padding: 32px 0 80px;
  }
  .idx04 .box03 h3 {
    margin-bottom: 29px;
  }
  .idx04 .box03 .img_gr {
    display: flex;
    gap: 1px;
    justify-content: center;
    margin-bottom: 22px;
  }
  .idx04 .box03 picture {
    width: 50%;
  }
  .idx04 .box03 .desc {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .idx04 .box03 .txt {
    margin: 0 auto;
  }
  .idx04 .box04 {
    margin-top: -28px;
    --h: min(123.2vw, 500px);
    background-image: url("../images/idx05_bg_sp.png");
    width: calc(100% + 40px);
    left: -20px;
  }
  .idx04 .box04 .desc {
    font-size: 16px;
    margin-bottom: 31px;
  }
  .idx05 {
    margin-top: -40px;
    padding: 88px 10px 65px;
    background-size: 100% max(85%, 1080px);
  }
  .idx05 h2 .jp {
    line-height: 1.3461538462;
    letter-spacing: 0;
  }
  .idx05::before, .idx05::after {
    width: min(50vw, 375px);
    aspect-ratio: 375/1225;
  }
  .idx05::before {
    background-image: url("../images/idx05_bg_left_sp.png");
  }
  .idx05::after {
    background-image: url("../images/idx05_bg_right_sp.png");
  }
  .idx05 .sub-ttl {
    margin-bottom: 30px;
  }
  .idx05 .box_gr {
    margin-bottom: 94px;
  }
  .idx05 h3 {
    margin-bottom: 24px;
  }
  .idx05 .box {
    margin: 0 auto;
    padding: 24px 20px 50px;
  }
  .idx05 .box:not(:last-child) {
    margin-bottom: 55px;
  }
  .idx05 .box .btn-group {
    bottom: -25px;
  }
  .idx05 .box01 .btn-group .btn {
    max-width: 232.5px;
  }
  .idx05 .box02 .btn-group .btn {
    max-width: 182.5px;
  }
  .idx05 .img_gr {
    gap: 10px;
  }
  .idx06 .idx_list .item {
    font-size: 1.05vw;
  }
  .idx06 .idx_list .item .ttl {
    font-size: max(15px, 2em);
  }
  .idx07 {
    padding: 30px 0 0;
  }
  .idx07 h2 {
    padding-left: 20px;
    margin-bottom: 26px;
  }
  .idx07::before {
    width: 80.8%;
    max-width: 606px;
    aspect-ratio: 606/628;
    background-image: url("../images/idx07_bg_right_sp.png");
    top: -37px;
  }
  .idx07 .idx_box {
    position: relative;
  }
  .idx07 .ttl {
    font-size: 22px;
    margin-top: -7.5px;
    margin-bottom: 17px;
  }
  .idx07 .sub-ttl {
    font-size: 20px;
    top: -3px;
    right: 20px;
  }
  .idx07 .desc {
    font-size: 16px;
    margin-bottom: 30px;
    letter-spacing: 0;
  }
  .idx07 .idx_box {
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 550px;
    margin: 0 auto;
    margin-bottom: 68px;
  }
  .idx07 .idx_box .box01 {
    order: 1;
    width: 70%;
    margin-bottom: 40px;
  }
  .idx07 .idx_box .box01::after {
    width: 126.6%;
    height: 61%;
    bottom: -25.5%;
    left: 0;
  }
  .idx07 .idx_box .box02 {
    order: 3;
    width: 100%;
    padding: 0 20px;
  }
  .idx07 .idx_box .box03 {
    order: 2;
    display: flex;
    flex-direction: row-reverse;
    gap: 20px;
    margin-right: 20px;
    margin-left: auto;
  }
  .idx07 .idx_box .btn-group {
    --size-mg: 4.5px;
  }
  .idx07 .img01 {
    width: 46%;
    max-width: 325px;
    margin-top: 20px;
  }
  .idx07 .img02 {
    width: 28%;
    max-width: 200px;
  }
  .idx07 .doctor_name {
    font-size: 10px;
    height: 218px;
    width: 105px;
    right: -50px;
    bottom: -30px;
    z-index: 1;
    padding: 20px;
  }
  .idx07 .doctor_name p {
    text-align: center;
  }
  .idx07 .doctor_name .en {
    font-size: 12px;
    align-self: flex-end;
    margin-bottom: 5px;
  }
  .idx07 .doctor_name .jp {
    font-size: 21px;
  }
  .idx07 .doctor_name .jp > .sm {
    margin-bottom: 9px;
  }
  .idx07 .doctor_name .sm {
    font-size: 11.5px;
  }
  .idx07 .idx_info {
    margin: 0 10px;
    margin-bottom: 27px;
  }
  .idx07 .idx_info .box .iAddress {
    margin-bottom: 18px;
  }
  .idx07 .idx_info .box .time_sheet {
    margin-bottom: 26px;
  }
  .idx07 .idx_info .box .idx_map {
    height: 295px;
  }
  .idx07 .btn-group {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 639px) {
  .idx06 h2 {
    margin-bottom: 23px;
  }
  .idx06 .idx_list .item {
    font-size: min(2.65625vw, 10px);
    width: 100%;
  }
  .idx06 .idx_list .item .ttl {
    padding-bottom: 10px;
    margin-bottom: 12px;
  }
  .idx06 .idx_list .item .num {
    font-size: 11.5px;
    top: 14px;
  }
  .idx06 .idx_list .item .num::after {
    font-size: 43px;
  }
  .idx06 .idx_list .item .txt {
    position: relative;
    padding: 10px;
    margin-left: auto;
    right: 0;
    margin-top: -69px;
    max-width: 335px;
    width: 90%;
    padding: 24px 20px 31px;
  }
  .idx06 .idx_list .item .desc {
    letter-spacing: 0.018em;
  }
}
@media only screen and (max-width: 480px) {
  .idx07 .btn-group {
    --size-mg: 4.5px;
  }
}
@media only screen and (max-width: 375px) {
  .idx04 .box04 {
    background-image: url("../images/idx05_bg_sp480.png");
  }
}
@media only screen and (max-width: 360px) {
  :root {
    --ttl_size: 20px;
  }
  .home_page .key .key_text .catch {
    padding-left: 0;
    padding-right: 0;
  }
  .idx_info .box .iTel {
    font-size: 8.75px;
  }
  .idx_info .box .iAddress {
    font-size: 14px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .idx03 .sub-ttl {
    max-width: 326px;
    margin-right: 0;
    margin-left: auto;
  }
}

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