@media only screen and (max-width: 768px) {
  .home_page .key {
    --height: calc(100vh);
    --max-height: 160vw;
    --min-height: 320px;
    font-size: 8px;
  }
  .home_page .key .key_text .item {
    padding: 10px;
  }
  .home_page .key .key_text h2 {
    font-size: 5em;
  }
}
@media only screen and (max-width: 768px) and (orientation: landscape) {
  .home_page .key {
    font-size: 1.4vmin;
  }
  .home_page .key .key_bg::after {
    bottom: -50em;
  }
}
@media only screen and (max-width: 768px) and (orientation: portrait) {
  .home_page .key .key_bg::after {
    bottom: calc(-16em - 120px);
    height: calc(50em + 120px);
    background-position: top center;
    background-size: cover;
  }
  .home_page .key .key_bg .item01 {
    background-image: url(../images/idx_key_mv01_sp.jpg);
    background-position: right center;
  }
  .home_page .key .catch {
    padding-top: 14em;
  }
}
@media only screen and (max-width: 640px) {
  .home_page .key {
    font-size: 1.4vmin;
  }
  .home_page .key .key_bg::after {
    bottom: calc(-21em - 120px);
  }
}
@media only screen and (max-width: 480px) {
  .home_page .key {
    --max-height: 170vw;
  }
}
@media only screen and (max-width: 768px) {
  .btn-group .btn.style01 {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 430px) {
  .btn-group .btn.style01 {
    max-width: 280px;
  }
}
@media only screen and (max-width: 768px) {
  .home_page .h3_en {
    text-align: center;
  }
  .home_page h3 {
    margin-bottom: 30px;
    font-size: calc(var(--ttl_size));
    text-align: center;
  }
  .home_page h3.fs28 {
    font-size: calc(var(--ttl_size) - 2px);
  }
}
@media only screen and (max-width: 768px) {
  .idx01 {
    --size-w-date:80px;
    padding: 60px 0px 0;
  }
  .idx01::after {
    content: "";
    display: block;
    position: absolute;
    transition: all 0.3s;
    z-index: -1;
    left: 0;
    bottom: 60px;
    width: 100%;
    height: calc(100% - 180px);
    background-color: #CDDDF4;
  }
  .idx01 .content {
    flex-direction: column;
    align-items: center;
  }
  .idx01 .content .box {
    margin-bottom: 5px;
    width: 100%;
    padding: 40px 5%;
    max-width: 600px;
  }
  .idx01 .content li {
    max-width: 100%;
  }
  .idx01 .content li a {
    padding: 20px 0;
  }
  .idx01 .content li a .title {
    font-size: 14px;
  }
  .idx01 .news_ttl h3 {
    font-size: 22px;
  }
  .idx01 .content .box {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 70px;
  }
  .idx01 .content .box::before {
    inset: 10px;
  }
  .idx01 .box_top {
    justify-content: center;
  }
  .idx01 .content .btn-group {
    position: absolute;
    bottom: -40px;
    left: 0;
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .idx01 .content li:last-child {
    border-bottom: 1px solid #E6E6E6;
  }
}
@media only screen and (max-width: 430px) {
  .idx01 {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 768px) {
  .idx02 {
    padding: 55px 0 60px;
  }
  .idx02::after {
    height: calc(100% + 60px);
  }
  .idx02 h3.st02 {
    margin-bottom: 40px;
  }
  .idx02 h3.st02::before {
    height: 10vw;
  }
  .idx02 .card_gr {
    font-size: min(1.8vw, 8px);
  }
}
@media only screen and (max-width: 768px) {
  .idx03 {
    padding: 30vw 0 60px;
  }
  .idx03::before {
    width: 100%;
    height: 100%;
    background-size: 100% auto;
    background-position: top center;
    background-image: url(../images/idx03_img01_sp.jpg);
  }
  .idx03 .idx_box {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .idx03 .idx_box .btn-group {
    margin-top: 35px;
  }
}
@media only screen and (max-width: 768px) {
  .idx04 {
    padding: 60px 0;
    background-image: url(../images/idx04_bg_sp.jpg);
    background-position: center top;
  }
  .idx04 .en-big {
    margin-bottom: -0.65em;
  }
  .idx04 .idx_list_gr .item_list .ttl {
    font-size: 14px;
  }
  .idx04 .idx_box {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .idx04 .idx_box .btn-group {
    margin-top: 35px;
    width: 100%;
  }
  .idx04 .idx_box .btn-group .btn {
    max-width: 320px;
  }
  .idx04 .idx_box .box_l {
    display: contents;
  }
  .idx04 .idx_box .pic_gr {
    margin-bottom: 30px;
    width: 100%;
    max-width: 450px;
  }
  .idx04 .idx_box_bot {
    --size-w-decor-top: min(calc(100% - 40px), 400px);
    --size-h-decor-top: 25px;
    padding: 40px clamp(20px, 3.9vw, 30px);
    margin-top: calc(40px + var(--size-h-decor-top));
  }
  .idx04 .idx_box_bot .box_ttl {
    font-size: clamp(18px, 2.7vw, 20px);
  }
}
@media only screen and (max-width: 768px) {
  .idx05 {
    padding: 60px 0 60px;
  }
  .idx05::before {
    height: 200px;
  }
  .idx05::after {
    font-size: min(1vw, 6px);
  }
  .idx05 h3 {
    margin-bottom: 0;
  }
  .idx05 .idx_box {
    flex-direction: column;
    align-items: center;
  }
  .idx05 .idx_box h4 {
    margin-bottom: 25px;
    font-size: 22px;
    text-align: center;
  }
  .idx05 .idx_box .btn-group {
    margin-top: 40px;
    width: 100%;
  }
  .idx05 .idx_box .box_pic {
    margin-bottom: 30px;
    max-width: 550px;
  }
  .idx05 .idx_box .box_pic::before {
    inset: 5px;
  }
  .idx05 .idx_box .box_ct {
    display: contents;
  }
  .idx05 .card_gr {
    margin-top: 40px;
    font-size: min(2vw, 8px);
  }
  .idx05 .card_gr .card {
    width: calc(50% - 2 * var(--size-mg));
  }
  .idx05 .TabContainer .TabPager {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .idx05 .en-big {
    font-size: 9.5vw;
  }
}
@media only screen and (max-width: 768px) {
  .idx06 {
    padding: 60px 0 60px;
  }
  .idx06::before {
    width: 100%;
  }
  .idx06 h3 {
    margin-bottom: 0;
  }
  .idx06 .en-big {
    text-align: center;
  }
  .idx06 .idx_box {
    flex-direction: column;
  }
  .idx06 .idx_box .box_title {
    order: 1;
  }
  .idx06 .idx_box .pic_nav_slider {
    order: 2;
  }
  .idx06 .idx_box .ct_area {
    order: 3;
  }
  .idx06 .idx_box h4 {
    justify-content: center;
    font-size: min(4vw, 24px);
  }
  .idx06 .idx_box .box_l,
  .idx06 .idx_box .box_r {
    display: contents;
  }
  .idx06 .pic_slider,
  .idx06 .slider_counter {
    display: none;
    order: 4;
  }
  .idx06 .pic_nav_slider {
    --size-mg: .5em;
    position: relative;
    z-index: 1;
    width: 100%;
    font-size: min(1.3vw, 8px);
  }
  .idx06 .pic_nav_slider .slick-track {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: calc(100% + 2 * var(--size-mg)) !important;
  }
  .idx06 .idx_box .ct_area {
    padding-top: calc(var(--size-space) - 10px);
    padding-right: var(--size-space);
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 600px;
    height: calc(100% + var(--size-space));
  }
  .idx06 .idx_box .ct_area::before {
    width: 100%;
  }
  .idx06 .idx_box .btn-group {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 430px) {
  .idx06 .idx_box h4 {
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
    font-size: 20px;
  }
  .idx06 .idx_box h4 .h4_ttl {
    margin-top: 1em;
    padding-top: 0.8em;
    padding-left: 0;
    width: 100%;
    text-align: center;
  }
  .idx06 .idx_box h4 .h4_ttl::before {
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 2.5em;
    height: 1px;
    transform: rotate(0);
  }
  .idx06 .pic_nav_slider .item .ttl {
    font-size: 4em;
  }
}
@media only screen and (max-width: 768px) {
  .idx07 {
    padding: 60px 0 60px;
  }
  .idx07::before {
    background-image: url(../images/idx07_bg_sp.jpg);
  }
  .idx07 .idx_box {
    justify-content: center;
  }
  .idx07 .idx_box .box_l,
  .idx07 .idx_box .box_r {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .idx07 .idx_box .box_l {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .idx08 {
    padding: calc(60px + 8vw) 0 60px;
  }
  .idx08::before {
    top: -20px;
  }
  .idx08 .en-big {
    margin-bottom: -0.65em;
  }
  .idx08 .box_name {
    top: 3em;
    right: 20px;
    padding-left: 1.5em;
    padding-right: 1.5em;
    min-width: 9em;
    font-size: min(2.2vw, 8px);
  }
  .idx08 .idx_box {
    flex-direction: column;
    align-items: center;
  }
  .idx08 .idx_box .box_title {
    order: 1;
  }
  .idx08 .idx_box .box_r {
    order: 2;
  }
  .idx08 .idx_box .ct_area {
    order: 3;
  }
  .idx08 .idx_box .btn-group {
    order: 4;
    margin-top: 30px;
    width: 100%;
  }
  .idx08 .idx_box .btn-group:not(.flex_gr) .btn {
    margin-bottom: 20px;
  }
  .idx08 .idx_box .box_l {
    display: contents;
  }
  .idx08 .idx_box .box_r {
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 30px;
    max-width: 450px;
  }
  .idx08 .idx_box .box_r::before {
    left: 0;
    width: 100%;
    height: calc(100% - 12vw);
  }
  .idx08 .idx_box .ct_area {
    max-width: 560px;
  }
}
@media only screen and (max-width: 430px) {
  .idx08 {
    padding-top: calc(60px + 6vw);
  }
}
@media only screen and (max-width: 768px) {
  .idx09 {
    padding: 60px 0 130px;
    background-image: url(../images/idx09_bg_sp.jpg);
  }
  .idx09 .idx_box {
    flex-direction: column-reverse;
    align-items: center;
  }
  .idx09 .idx_box .btn-group {
    position: absolute;
    bottom: 50px;
    left: 0;
    padding: 0 20px;
    width: 100%;
    margin-top: 40px;
  }
  .idx09 .idx_box .box_l,
  .idx09 .idx_box .box_r {
    width: 100%;
    max-width: 550px;
  }
  .idx09 .idx_box .box_r {
    margin-bottom: 40px;
  }
}

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