@media only screen and (max-width: 768px) {
  .home_page .key {
    --height: 163vw;
    --max-height: 608px;
    --min-height: 320px;
    font-size: clamp(5.5px, 1.6vw, 10px);
  }
}
@media only screen and (max-width: 768px) and (orientation: landscape) {
  .home_page .key {
    font-size: 6px;
    --height: 55vw;
  }
  .home_page .key::before {
    border-bottom-left-radius: 150px;
  }
  .home_page .key .wrap {
    width: 100%;
  }
  .home_page .key .key_text {
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .home_page .key .key_text .catch .title {
    font-size: 4.02em;
    margin-bottom: 0.8209em;
  }
  .home_page .key .key_text .catch .desc {
    font-size: max(12px, 1.4em);
  }
  .home_page .key .btn_scroll {
    position: absolute;
    bottom: 0;
    left: 10px;
  }
  .home_page .key .btn_scroll a {
    height: 5.5em;
    font-size: 1.4em;
    padding-left: 0.3571em;
  }
  .home_page .key .btn_scroll a::before {
    width: 2px;
  }
}
@media only screen and (max-width: 768px) and (orientation: portrait) {
  .home_page .key::before {
    background-image: url(../images/idx_key_sp.jpg);
    border-bottom-left-radius: 200px;
  }
  .home_page .key .key_text {
    align-items: center;
    justify-content: center;
    padding: 10px;
  }
  .home_page .key .catch {
    text-align: center;
  }
  .home_page .key .catch .title {
    font-size: 24.5px;
    margin-bottom: 10px;
  }
  .home_page .key .catch .desc {
    font-size: 14px;
    line-height: 1.4857142857;
  }
  .home_page .key .btn_scroll {
    bottom: 8px;
    left: 20px;
  }
  .home_page .key .btn_scroll a {
    height: 52px;
    font-size: 10px;
    padding-left: 4px;
  }
  .home_page .key .btn_scroll a::before {
    width: 1px;
  }
}
@media only screen and (max-width: 768px) {
  .home_page .wrap_title {
    margin-bottom: 30px;
    text-align: center;
  }
  .home_page .wrap_title .en {
    font-size: 40px;
    margin-bottom: 5px;
  }
  .home_page .wrap_title h2 {
    font-size: 18px;
  }
  .home_page .wrap_title.sm h2 {
    font-size: 14px;
  }
  .home_page .wrap_title.sm .en {
    font-size: 26px;
  }
  .home_page .wrap_title.st2 h2 {
    font-size: 26px;
  }
  .home_page .slider_nav {
    gap: 10px;
  }
  .home_page .slider_nav .slider_arrows {
    gap: 5px;
  }
  .home_page .slider_nav .slick-arrow {
    width: 35px;
    height: 35px;
  }
  .home_page .idx_slider:not(.slick-slider){
    justify-content: space-between;
  }
  .home_page .idx_slider:not(.slick-slider) .item{
    width: calc(50% - 10px);
    margin: 5px;
  }
  .home_page .idx_slider:not(.slick-slider) .item img{width: 100%;}
  .idx01 {
    padding: 60px 0;
  }
  .idx01 .idx_slider {
    margin-bottom: 20px;
  }
  .idx01 .idx_slider::before, .idx01 .idx_slider::after {
    width: 30px;
    height: calc(100% + 20px);
  }
    .idx01 .idx_slider:not(.slick-slider){
      padding: 0 10px;
    }
  .idx01 .idx_slider:not(.slick-slider)::before, .idx01 .idx_slider:not(.slick-slider)::after{display: none;}
  .idx01 .idx_slider picture {
    margin: 0 5px;
  }
  .idx01 .idx_slider picture img {
    max-width: 220px;
  }
  .idx01 .slider_nav .slider_dots {
    width: calc(100% - 85px);
  }
  .idx02 {
    padding: 0 0 20px;
  }
  .idx02 .idx_marquee {
    top: 25%;
  }
  .idx02 .wrap_title {
    order: 1;
  }
  .idx02 .idx_box {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: 30px;
  }
  .idx02 .idx_box .box_img {
    order: 2;
    margin-bottom: 15px;
  }
  .idx02 .idx_box .box_img1 {
    padding-top: 10px;
    width: calc(37% - 5px);
    max-width: 178px;
  }
  .idx02 .idx_box .box_img2 {
    width: calc(63% - 5px);
  }
  .idx02 .idx_box .box_cont {
    order: 3;
  }
  .idx02 .idx_box .img1 {
    margin-bottom: 10px;
  }
  .idx02 .idx_box .img2 {
    position: relative;
    left: -30px;
  }
  .idx02 .idx_list {
    font-size: min(1.875vw, 0.625em);
    flex-wrap: wrap;
    gap: 10px;
  }
  .idx02 .idx_list .item {
    width: calc(50% - 5px);
    max-width: 303px;
    padding: 10px;
  }
  .idx02 .idx_list .item picture {
    margin-bottom: 10px;
  }
  .idx02 .idx_list .item .txt {
    margin-bottom: 10px;
  }
  .idx02 .idx_list .item .ttl {
    min-height: 56px;
  }
  .idx02 .idx_list .item .ttl .en {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .idx02 .idx_list .item .ttl h3 {
    font-size: 2.6em;
  }
  .idx02 .idx_list .item .btn {
    padding-top: 0.5em;
    font-size: 2.2em;
  }
  .idx02 .idx_list .item .btn::before {
    width: 80%;
    max-width: 180px;
  }
  .idx02 .idx_list .item .btn::after {
    margin-top: 0.25em;
  }
  .idx03 {
    padding: 40px 0 20px;
  }
  .idx03 .wrap {
    padding: 10px 10px 40px;
  }
  .idx03 .wrap_title {
    margin-top: -30px;
  }
  .idx03 .idx_heading {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .idx03 .desc {
    margin-bottom: 30px;
    text-align: center;
  }
  .idx03 .btn-group .btn {
    margin-left: auto;
    margin-right: auto;
  }
  .idx03 .idx_list {
    font-size: 0.625em;
    gap: 10px;
    max-width: 600px;
    margin: 0 auto;
  }
  .idx03 .idx_list .item {
    max-width: 215px;
    width: calc((100% - 20px) / 3);
  }
  .idx03 .idx_list .item a {
    padding: 0.5em 1.5em 0.5em 0.75em;
  }
  .idx03 .idx_list .item a::after {
    right: 0.75em;
  }
  .idx03 .idx_list .item a > span::before {
    margin-right: 0.5em;
  }
  .idx04 {
    padding-top: 40px;
  }
  .idx04 .idx_bnr {
    font-size: clamp(5.5px, 0.85vw, 0.625em);
    gap: 10px;
    justify-content: center;
    margin-bottom: round(down, clamp(60px, 18.75vw, 120px), 1px);
  }
  .idx04 .idx_bnr .item {
    width: calc(50% - 5px);
  }
  .idx04 .idx_bnr .item .ttl .en {
    font-size: max(10px, 1.4em);
    margin-bottom: 5px;
  }
  .idx04 .idx_bnr .item .ttl h3 {
    font-size: 2.6em;
  }
  .idx04 .idx_bnr .item .ico_arrow {
    font-size: max(7.5px, 1em);
  }
  .idx04 .idx_box::before {
    width: round(down, clamp(60px, 18.75vw, 120px), 1px);
    top: calc(round(down, clamp(60px, 18.75vw, 120px), 1px) * -1);
  }
  .idx04 .idx_box::after {
    width: calc(100% - 10px);
  }
  .idx04 .idx_box01 {
    --mt: 1px;
    padding: 40px 10px 100px;
  }
  .idx04 .idx_box01::before {
    content: "";
    position: absolute;
    aspect-ratio: 1/1;
    left: calc(50% - 50vw);
    background: url("../images/idx04_box1_decor1.png") no-repeat center/cover;
  }
  .idx04 .idx_box01::after {
    background-color: #9ba1a7;
    border-radius: 0 50px 0 0;
  }
  .idx04 .idx_box01 picture {
    margin-bottom: 25px;
  }
  .idx04 .idx_box01 picture img {
    border-radius: 8px;
  }
  .idx04 .idx_box01 .desc {
    margin-bottom: 20px;
  }
  .idx04 .idx_box01 .btn-group {
    gap: 5px 10px;
    justify-content: center;
  }
  .idx04 .idx_box01 .btn-group .btn {
    width: calc(50% - 5px);
  }
  .idx04 .idx_box02 {
    padding: 40px 10px 40px;
    margin-top: -60px;
    --mt: 1px;
  }
  .idx04 .idx_box02::after {
    border-radius: 50px 0 0 8px;
    background-size: 640px 426.5px;
  }
  .idx04 .idx_box02 .wrap01 {
    flex-direction: column;
  }
  .idx04 .idx_box02 .wrap .box_cont {
    display: contents;
  }
  .idx04 .idx_box02 .wrap .wrap_title {
    order: 1;
  }
  .idx04 .idx_box02 .wrap .box_img{
    display: contents;
  }
  .idx04 .idx_box02 .wrap .box_img picture {
    order: 2;
    margin-bottom: 25px;
  }
  .idx04 .idx_box02 .wrap .box_img picture img {
    border-radius: 8px;
  }
  .idx04 .idx_box02 .wrap .desc {
    order: 3;
    margin-bottom: 20px;
  }
  .idx04 .idx_box02 .wrap .btn-group01 {
    order: 4;
    margin-bottom: 25px;
  }
  .idx04 .idx_box02 .wrap .btn-group01 .btn {
    margin-left: auto;
    margin-right: auto;
  }
  .idx04 .idx_box02 .wrap .btn-group02 {
    order: 5;
    gap: 5px 10px;
    padding: 10px 10px 25px;
    margin: 0 auto;
    margin-bottom: 25px;
  }
  .idx04 .idx_box02 .wrap .btn-group02 .btn {
    width: calc(50% - 5px);
  }
  .idx04 .idx_box02 .wrap .ttl {
    font-size: 22px;
    gap: 5px;
    margin-bottom: 20px;
  }
  .idx04 .idx_box02 .wrap .ttl::after {
    min-width: 40px;
    height: 1px;
  }
  .idx04 .idx_box02 .wrap .idx_list {
    font-size: 0.625em;
    gap: 10px;
    max-width: 600px;
    margin: 0 auto;
  }
  .idx04 .idx_box02 .wrap .idx_list .item {
    max-width: 215px;
    width: calc((100% - 20px) / 3);
  }
  .idx04 .idx_box02 .wrap .idx_list .item a {
    padding: 0.5em 1.5em 0.5em 0.75em;
  }
  .idx04 .idx_box02 .wrap .idx_list .item a::after {
    right: 0.75em;
  }
  .idx04 .idx_box02 .wrap .idx_list .item a > span::before {
    margin-right: 0.5em;
  }
  .idx05 {
    padding: 60px 0 40px;
  }
  .idx05 .idx_slider {
    font-size: 0.625em;
    margin-bottom: 20px;
  }
  .idx05 .idx_slider .item {
    width: calc(100vw - 60px);
    max-width: 300px;
    margin: 0 5px;
    padding: 10px;
  }
  .idx05 .idx_slider .item .txt {
    padding: 20px 10px;
  }
  .idx05 .idx_slider .item .desc {
    margin-bottom: 20px;
  }
  .idx05 .idx_slider .item .list {
    margin-bottom: 30px;
  }
  .idx05 .idx_slider .item .list .ttl {
    margin-bottom: 20px;
    gap: 5px;
  }
  .idx05 .slider_nav .slider_dots {
    width: calc(100% - 85px);
  }
  .idx_banner {
    padding-bottom: 40px;
  }
  .idx06 .idx_slider_nav {
    margin-bottom: 30px;
  }
  .idx06 .idx_slider_nav .slick-track {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
  }
  .idx06 .idx_slider_nav .slick-track::before, .idx06 .idx_slider_nav .slick-track::after {
    content: none;
  }
  .idx06 .idx_slider_nav .item {
    width: calc((100% - 30px) / 6) !important;
  }
  .idx06 .idx_slider_nav .item picture img {
    width: 100%;
    border-radius: 5px;
  }
  .idx06 .idx_slider_content {
    margin-top: -12.5vw;
  }
  .idx06 .idx_slider_content .wrap {
    padding: 40px 10px;
  }
  .idx06 .idx_slider_content .ttl {
    font-size: 7vw;
  }
  .idx06 .idx_slider_content .title {
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
  }
  .idx06 .idx_slider_content .btn-group .btn {
    margin-left: auto;
    margin-right: auto;
  }
  .idx06 .slider_content {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .idx07 {
    padding: 60px 0 calc(round(down, 10vw, 1px) + 30px);
  }
  .idx07 .idx_marquee {
    top: 30%;
  }
  .idx07 .inner{
    display: flex;
    flex-direction: column;
  }
  .idx07 .idx_box {
    display: contents;
  }
  .idx07 .box_cont {
    display: contents;
  }
  .idx07 .wrap_title {
    order: 1;
  }
  .idx07 .box_img {
    display: contents;
  }
  .idx07 .box_img picture{
    margin-bottom: 20px;
    order: 2;
  }
  .idx07 .desc {
    order: 3;
    margin-bottom: 25px;
  }
  .idx07 .box_name {
    order: 4;
    margin-bottom: 30px;
  }
  .idx07 .btn-group {
    order: 5;
    gap: 10px;
  }
  .idx07_bnr{
    order: 6;
    margin: 20px auto 0;
    max-width: 352px;
  }
  .idx08 {
    padding: 30px 0 40px;
  }
  .idx08::after {
    background-size: 640px 133px;
    height: 50%;
  }
  .idx08 .wrap {
    display: flex;
    flex-direction: column;
  }
  .idx08 .idx_heading {
    display: contents;
  }
  .idx08 .wrap_title {
    order: 1;
  }
  .idx08 .idx_slider {
    order: 2;
    font-size: 0.625em;
    margin-bottom: 20px;
  }
  .idx08 .idx_slider .item {
    margin: 0 5px;
    width: calc(100vw - 20px);
  }
  .idx08 .slider_nav {
    order: 3;
    margin-bottom: 20px;
  }
  .idx08 .slider_nav .slider_dots {
    width: calc(100% - 85px);
  }
  .idx08 .btn-group {
    order: 4;
  }
  .idx08 .btn-group .btn {
    margin-left: auto;
    margin-right: auto;
  }
  .idx09 {
    padding: 40px 0 60px;
  }
  .idx09 .idx_box .box_news {
    max-width: 500px;
    margin: 0 auto;
  }
  .idx09 .idx_box .box_news:not(:last-child) {
    border-bottom: 1px solid var(--clr-gray1);
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .idx09 .idx_box .box_news .news {
    margin-bottom: 20px;
  }
  .idx09 .idx_box .box_news .news ul li:first-child a {
    padding-top: 0;
  }
  .idx09 .idx_box .box_news .news ul li:last-child a {
    padding-bottom: 0;
  }
  .idx09 .idx_box .box_news .news ul li a {
    padding: 1em 0;
  }
  .idx09 .idx_box .box_news .btn_news {
    max-width: 122px;
    font-size: 0.625em;
    margin: 0 auto;
  }
  .idx_gallery {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 639px) {
  .idx04 .idx_bnr .item {
    max-width: 305px;
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .idx03 .idx_list .item {
    width: calc(50% - 5px);
  }
  .idx04 .idx_box02 .wrap .idx_list .item {
    width: calc(50% - 5px);
  }
}
@media only screen and (max-width: 425px) {
  .home_page .wrap_title.st2 h2{font-size: 25px;}
  .idx06 .idx_slider_nav .item {
    width: calc((100% - 10px) / 3) !important;
  }
}
@media only screen and (max-width: 360px) {
  .home_page .key .catch .title {
    font-size: 22px;
  }
  .idx05 .idx_slider .item .list ul li {
    font-size: 12px;
  }
  .idx06 .idx_slider_content .ttl {
    font-size: 20px;
  }
}

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