@media only screen and (max-width: 768px) {
  .home_page .key {
    --height: calc(100vh);
    --max-height: 156vw;
    --min-height: 350px;
  }
}
@media only screen and (max-width: 768px) and (orientation: landscape) {
  .home_page .key {
    font-size: 1.3vmin;
  }
  .home_page .key .key_bg {
    font-size: 0.7em;
  }
  .home_page .key .key_text {
    margin-bottom: 4em;
  }
  .home_page .key .catch p {
    font-size: 3em;
  }
}
@media only screen and (max-width: 768px) and (orientation: portrait) {
  .home_page .key {
    font-size: min(1.4vw, 8px);
  }
  .home_page .key .br_auto {
    display: block;
  }
  .home_page .key .key_text {
    margin-bottom: 3em;
  }
  .home_page .key .key_bg {
    font-size: 0.7em;
  }
  .home_page .key .inner {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    min-height: 25.4em;
  }
  .home_page .key h2 {
    font-size: 4em;
  }
  .home_page .key .catch {
    max-width: calc(100% - 40px);
  }
}
@media only screen and (max-width: 430px) {
  .home_page .key .inner {
    min-height: 29em;
  }
  .home_page .key .catch p {
    font-size: 3em;
  }
}
@media only screen and (max-width: 768px) {
  .order01 {
    order: 1;
  }
  .order02 {
    order: 2;
  }
  .order03 {
    order: 3;
  }
  .order04 {
    order: 4;
  }
  .order05 {
    order: 5;
  }
  .order06 {
    order: 6;
  }
  .order07 {
    order: 7;
  }
  .order08 {
    order: 8;
  }
  .order09 {
    order: 9;
  }
}
@media only screen and (max-width: 768px) {
  .home_page {
    --fs-decor: min(1vw, 4.5px);
  }
  .home_page .box_title {
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 35px;
    font-size: min(1.5vw, 6px);
  }
  .home_page .h3_en {
    font-size: 17px;
    text-align: center;
  }
  .home_page h3 {
    font-size: calc(var(--ttl_size));
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .idx01 {
    margin-top: -40px;
  }
  .idx01 .h3_en {
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
  .idx01 .box_title {
    margin-bottom: 20px;
  }
  .idx01 .content li:first-child {
    position: relative;
    z-index: 1;
  }
  .idx01 .content li:first-child::before {
    content: "";
    display: block;
    position: absolute;
    transition: all 0.3s;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 2px;
    background: url(../images/idx_dashed.png) repeat-x left top/auto 1px;
  }
  .idx01 .content li a {
    --w: 5em;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .idx01 .content li a .title {
    padding-right: 25px;
    background-position: right 0 center;
  }
  .idx01 .content .box {
    position: relative;
    padding: 40px 20px 130px;
    min-height: auto;
  }
  .idx01 .content .news {
    flex-direction: column;
    align-items: center;
  }
  .idx01 .content .news ul {
    width: 100%;
    max-width: 550px;
  }
  .idx01 .content .btn-group {
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%;
  }
  .idx01 .content .btn-group .btn {
    width: calc(100% - 40px);
    max-width: 264px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 768px) {
  .idx02 {
    padding: 60px 0 0;
  }
  .idx02 .idx_box {
    --fs-decor: min(1.2vw, 4.5px);
    padding: 30px 20px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .idx02 .idx_box::after {
    right: -20px;
  }
  .idx02 .idx_box .box_ct {
    padding: 30px 20px;
  }
}
@media only screen and (max-width: 768px) {
  .idx03 {
    padding-bottom: 60px;
  }
  .idx03::before {
    height: clamp(250px, 15.7vw, 300px);
    background-image: url(../images/idx03_bg_sp.jpg);
  }
  .idx03 .box_title {
    padding-left: 10em;
    padding-right: 10em;
  }
  .idx03 .box_title::before {
    top: 0;
  }
  .idx03 .box_title::after {
    top: 0;
  }
  .idx03 .inner_big {
    margin-top: -60px;
    padding-top: 60px;
  }
  .idx03 .btn-group .btn.style01 {
    max-width: 400px;
    width: calc(100% - 40px);
  }
  .idx03 .idx_logo {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .idx03 .infor_details {
    margin-bottom: 25px;
  }
  .idx03 .infor_traffice {
    margin-left: 0;
    margin-bottom: 25px;
  }
  .idx03 .card_gr {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: min(2vw, 9px);
  }
  .idx03 .idx_box {
    flex-direction: column;
    align-items: center;
    background-color: white;
  }
  .idx03 .idx_box .box_l,
  .idx03 .idx_box .box_r {
    width: 100%;
    max-width: 550px;
  }
  .idx03 .idx_box .box_l {
    margin-bottom: 40px;
  }
  .idx03 .idx_box .box_r {
    padding: 30px 20px;
  }
  .idx03 .idx_box02_gr {
    flex-direction: column;
    align-items: center;
  }
  .idx03 .idx_box02_gr::before {
    left: -20px;
    bottom: -8em;
  }
  .idx03 .idx_box02_gr::after {
    bottom: -8em;
    right: -20px;
  }
  .idx03 .idx_box02_gr .idx_box_pic {
    margin-bottom: 30px;
  }
  .idx03 .idx_box02_gr .idx_box_pic:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 350px) {
  .idx03 .box_title {
    padding-left: 8em;
    padding-right: 8em;
  }
}
@media only screen and (max-width: 768px) {
  .idx04 .idx_box {
    --size-h-bg: clamp(220px, 39vw, 300px);
    padding-top: 0;
  }
  .idx04 .idx_box::before {
    display: none;
  }
  .idx04 .idx_box .btn-group {
    margin-top: 30px;
  }
  .idx04 .idx_box .name {
    position: absolute;
    top: calc(var(--size-h-bg) - 13em);
    left: 10px;
    width: 18em;
    padding: 2em 1em;
    max-width: unset;
    border-radius: 10px;
    background-color: white;
  }
  .idx04 .idx_box .name p {
    text-align: center;
  }
  .idx04 .idx_box .ct_area {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 570px;
  }
  .idx04 .idx_box .ct_area::before {
    content: "";
    display: block;
    margin: 0 auto 30px;
    width: 100%;
    height: var(--size-h-bg);
    border-radius: 20px;
    background: url(../images/idx04_img01_sp.jpg) no-repeat center/cover;
  }
  .idx04 .idx_box .box_ct {
    padding: 40px 20px;
  }
  .idx04 .idx_box .box_ct::before {
    border-radius: 20px;
  }
}
@media only screen and (max-width: 430px) {
  .idx04 .idx_box .ct_area p br {
    display: none;
  }
}
@media only screen and (min-width: 431px) {
  .idx04 .idx_box .btn-group .btn01 {
    width: calc(40% - 2 * var(--size-mg));
    max-width: 250px;
  }
  .idx04 .idx_box .btn-group .btn02 {
    width: calc(60% - 2 * var(--size-mg));
    max-width: 340px;
  }
}
@media only screen and (max-width: 390px) {
  .idx04 .idx_box .ct_area::before {
    background-position: right 20% center;
  }
}
@media only screen and (max-width: 768px) {
  .idx_flow {
    --size-h-flow-pic: clamp(170px, 39vw, 300px);
    padding: 60px 0;
  }
  .idx_flow .btn-group {
    margin-top: 40px;
  }
  .idx_flow .idx_flow_list {
    margin-bottom: 30px;
    font-size: min(1vw, 8px);
  }
  .idx_flow .idx_flow_list .item {
    width: 20%;
  }
  .idx_flow .idx_flow_pic {
    max-width: calc(100% - 30px);
  }
  .idx_flow .idx_flow_pic .idx_flow_button_gr {
    font-size: clamp(5px, 1.5vw, 7px);
  }
  .idx_flow .idx_flow_ct {
    padding-left: 30px;
    padding-right: 30px;
    margin-top: -60px;
    max-width: calc(100% - 60px);
    width: 100%;
    font-size: 8px;
  }
}
@media only screen and (max-width: 480px) {
  .idx_flow .box_title {
    --size-padding: 8em;
    max-width: 58em;
  }
  .idx_flow .idx_flow_pic .pic_gr .item02 {
    background-position: right 20% top;
  }
  .idx_flow .idx_flow_pic .pic_gr .item03 {
    background-position: left center;
  }
  .idx_flow .idx_flow_pic .pic_gr .item04 {
    background-position: left 40% center;
  }
  .idx_flow .idx_flow_list {
    justify-content: center;
    max-width: 50em;
    font-size: clamp(6px, 1.5vw, 7px);
  }
  .idx_flow .idx_flow_list .item {
    padding: 0 0.5em;
    margin-bottom: 10px;
    width: 50%;
  }
  .idx_flow .idx_flow_list .item:nth-child(3), .idx_flow .idx_flow_list .item:nth-child(4), .idx_flow .idx_flow_list .item:nth-child(5) {
    width: 33.33333333%;
  }
  .idx_flow .idx_flow_list .item:nth-child(4)::before, .idx_flow .idx_flow_list .item:nth-child(5)::before {
    content: "";
    display: block;
    position: absolute;
    transition: all 0.3s;
    z-index: -1;
    right: 50%;
    top: 2.9em;
    width: calc(100% + 3em);
    height: 1px;
    background-color: var(--main-color);
  }
  .idx_flow .idx_flow_list .item:nth-child(3) {
    z-index: 3;
  }
  .idx_flow .idx_flow_list .item:nth-child(4) {
    z-index: 2;
  }
  .idx_flow .idx_flow_list .item:nth-child(5) {
    z-index: 1;
  }
  .idx_flow .idx_flow_list::before {
    width: calc(100% - 26em);
  }
}
@media only screen and (max-width: 430px) {
  .idx_flow .idx_flow_ct {
    margin-top: -30px;
  }
  .idx_flow .idx_flow_ct {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .idx06 {
    padding: 60px 0;
  }
  .idx06 .ct_catch {
    padding: 50px 20px;
  }
  .idx06 h4 {
    text-align: center;
  }
  .idx06 .h4_en {
    font-size: 14px;
    text-align: center;
  }
  .idx06 .idx_box {
    flex-direction: column-reverse;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 550px;
  }
  .idx06 .idx_box .box_ct {
    padding: 20px 20px;
    margin-top: 0;
    min-height: auto;
    border-radius: 0 0 20px 20px;
  }
  .idx06 .idx_box .box_r picture img {
    border-radius: 20px 20px 0 0;
  }
  .idx06 .TabContent::before {
    height: calc(100% + 45px);
  }
  .idx06 .ct_catch::before {
    --fs-decor: min(1.2vw, 4.5px);
    left: 10px;
  }
  .idx06 .ct_catch::after {
    right: -20px;
  }
  .idx06 h4.ttl02 {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .idx06 .TabContent::before {
    height: calc(100% + 30px);
  }
}
@media only screen and (max-width: 768px) {
  .idx07 {
    padding-bottom: 60px;
  }
  .idx07 .box_title.title01 {
    --size-padding: 12em;
    padding-left: var(--size-padding);
  }
  .idx07 .box_title.title01::before {
    left: 1.1em;
    top: 3.4em;
    width: 9em;
    height: 8.5em;
    background-image: url(../images/idx07_box_title_decor01_l.svg);
  }
  .idx07 .box_title.title02 {
    --size-padding: 11em;
    padding-left: var(--size-padding);
  }
  .idx07 .box_title.title02::before {
    left: 0;
    top: 2.1em;
    width: 8.7em;
    height: 9.1em;
    background-image: url(../images/idx07_box_title_decor02_l.svg);
  }
  .idx07 .idx_box {
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    max-width: 550px;
  }
  .idx07 .idx_box .btn-group {
    margin-top: 30px;
  }
  .idx07 .idx_box .box_ct {
    display: contents;
  }
  .idx07 .idx_box .box_pic {
    margin-bottom: 30px;
  }
  .idx07 .idx_box .box_pic img {
    border-radius: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .idx07 .box_title.title01 {
    --size-padding: 11em;
    max-width: 350px;
  }
}
@media only screen and (max-width: 768px) {
  .idx08 {
    padding-bottom: 60px;
  }
  .idx08 .card_gr {
    font-size: min(2vw, 9px);
  }
  .idx08 .idx_box {
    padding: 40px 20px;
    border-radius: 40px;
  }
}
@media only screen and (max-width: 375px) {
  .idx08 .card_gr .card .card_en {
    font-size: 1.6em;
  }
}
@media only screen and (max-width: 768px) {
  .idx09::before {
    height: clamp(250px, 40vw, 300px);
    background-image: url(../images/idx09_bg_top_sp.jpg);
  }
  .idx09 .inner_max {
    --size-grow-top: 40px;
    padding-bottom: 60px;
  }
  .idx09 .inner_max::before {
    background-image: url(../images/body_bg_sp.jpg);
    background-size: 768px auto;
  }
  .idx09 .feature_box {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }
  .idx09 .feature_box .box_ct {
    font-size: 8px;
    padding-bottom: 30px;
  }
  .idx09 .feature_box .box_ct::before {
    right: 10px;
    font-size: 7em;
    letter-spacing: 0.025em;
  }
}
@media only screen and (max-width: 480px) {
  .idx09 .idx_feature_gr {
    --size-pad-ct: 20px;
  }
  .idx09 .feature_box .box_title_h4 {
    padding-right: 2em;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 375px) {
  .idx09 .feature_box .box_pic {
    position: relative;
    min-height: 200px;
  }
  .idx09 .feature_box .box_pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media only screen and (max-width: 768px) {
  .idx_map {
    height: 299px;
  }
}
@media only screen and (max-width: 768px) {
  .idx09 .inner_max {
    --size-grow-top:10px;
  }
}
@media only screen and (max-width: 768px) {
  .idx_n01 {
    padding: 60px 20px;
  }
  .idx_n01 .banner_gr .banner {
    max-width: 300px;
  }
}

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