@media only screen and (max-width: 768px) {
  .home_page .key {
    --height: calc(100vh - 60px);
    --max-height: 156vw;
    --min-height: 320px;
    --size-w-key-text: 67em;
    margin-bottom: calc(var(--fs-key-news-button) * 8.2 + 80px);
    font-size: 6px;
  }
  .home_page .key .key_text {
    bottom: 6em;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .home_page .key .key_text .item {
    padding: 9em 4em 9em 10em;
  }
  .home_page .key h2,
  .home_page .key .catch p {
    text-shadow: rgb(255, 255, 255) 1px 0px 0px, rgb(255, 255, 255) 0.540302px 0.841471px 0px, rgb(255, 255, 255) -0.416147px 0.909297px 0px, rgb(255, 255, 255) -0.989992px 0.14112px 0px, rgb(255, 255, 255) -0.653644px -0.756802px 0px, rgb(255, 255, 255) 0.283662px -0.958924px 0px, rgb(255, 255, 255) 0.96017px -0.279415px 0px;
  }
  .home_page .key .key_news_button {
    bottom: calc(-8.2em - 50px);
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
  }
  .home_page .key .key_news_button .item {
    width: calc(48% - var(--size-mg));
  }
  .home_page .key .key_news_button .item .item_decor {
    bottom: -37px;
  }
}
@media only screen and (max-width: 768px) and (orientation: landscape) {
  .home_page .key {
    --height: 100vh;
    --size-w-key-text: 69em;
    font-size: 1.1vmin;
  }
  .home_page .key .key_text {
    bottom: -10em;
  }
}
@media only screen and (max-width: 768px) and (orientation: portrait) {
  .home_page .key .key_text {
    left: auto;
    right: 4em;
  }
  .home_page .key .key_bg .item_gr {
    width: 70%;
    height: calc(50% - 5px);
  }
  .home_page .key .key_bg .item_gr .item::before {
    content: "";
    display: block;
    position: absolute;
    transition: all 0.3s;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.1;
    border-radius: inherit;
  }
  .home_page .key .key_bg .left {
    left: 0;
  }
  .home_page .key .key_bg .left .item {
    border-radius: 0 6em 6em 0;
  }
}
@media only screen and (max-width: 480px) {
  .home_page .key {
    font-size: 1.25vmin;
  }
}
@media only screen and (max-width: 430px) {
  .home_page .key .catch p {
    font-size: 3em;
  }
  .home_page .key .key_news_button .ttl {
    font-size: 2.2em;
  }
  .home_page .key .key_news_button .item01::before {
    left: 2.6em;
  }
}
@media only screen and (max-width: 768px) {
  .home_page h3 {
    font-size: 26px;
  }
  .home_page h3.fs52 {
    font-size: 28px;
  }
  .home_page .h3_en {
    margin-top: 10px;
    font-size: 14px;
  }
  .home_page .h3_en.fs22 {
    font-size: 16px;
  }
  .home_page .en-big {
    font-size: 9.5vw;
  }
  .home_page h4 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 768px) {
  .idx01 {
    padding: 0 0 60px;
  }
  .idx01 .idx_decor {
    font-size: min(1.8vw, 7px);
  }
  .idx01 .idx_decor .item01 {
    right: 10px;
  }
  .idx01 .box {
    margin-bottom: 5px;
    width: 100%;
    padding: 20px 5% 115px;
    border-radius: 60px;
    min-height: auto;
  }
  .idx01 .btn-group {
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .idx01 .left {
    width: 100%;
  }
  .idx01 ul {
    width: 100%;
  }
  .idx01 li {
    max-width: 100%;
  }
  .idx01 li a {
    --w: 7em;
    padding: 20px 0;
  }
}
@media only screen and (max-width: 768px) {
  .idx02 {
    padding-top: 50px;
  }
  .idx02::before {
    content: "";
    display: block;
    position: absolute;
    transition: all 0.3s;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 100px;
    background-color: white;
  }
  .idx02 .box_title {
    font-size: min(1.4vw, 8px);
  }
  .idx02 .card_gr {
    font-size: min(1.7vw, 8px);
  }
}
@media only screen and (max-width: 430px) {
  .idx02 .box_title {
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .box_st01 {
    --fs-custom: min(7px, 1.4vw);
    padding: 40px 20px;
    padding-top: calc(var(--fs-custom) * 12 + 60px);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    width: 100%;
    max-width: 666px;
    border-radius: 40px;
  }
  .box_st01::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/idx03_decor_bg_sp.png);
    background-size: 100% auto;
    background-position: center top 200px;
    background-repeat: no-repeat;
  }
  .box_st01 h3 {
    padding-top: 20px;
    margin-bottom: 15px;
    font-size: 24px;
    text-align: center;
  }
  .box_st01 h3::before {
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .box_st01 .idx_box {
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }
  .box_st01 .idx_box .btn-group {
    margin-top: 30px;
  }
  .box_st01 .idx_box .btn-group .btn {
    margin-left: auto;
    margin-right: auto;
  }
  .box_st01 .idx_box .box_ct {
    padding-top: 0;
    padding-left: 0;
    width: 100%;
    max-width: 500px;
  }
  .box_st01 .idx_box .box_pic {
    margin-bottom: 20px;
    width: 100%;
    max-width: 400px;
  }
  .box_st01 .idx_box .box_pic img {
    border-radius: 40px;
  }
  .box_st01 .box_decor_txt {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    width: 100%;
    height: 12em;
    font-size: var(--fs-custom);
  }
  .box_st01 .box_decor_txt::before, .box_st01 .box_decor_txt::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    height: 4px;
    background-image: url(../images/idx03_dotted_ico_hor.png);
    background-size: auto 4px;
    background-repeat: repeat-x;
    background-position: left top;
  }
  .box_st01 .box_decor_txt::before {
    top: 5px;
  }
  .box_st01 .box_decor_txt::after {
    bottom: 5px;
  }
  .box_st01 .box_decor_txt > p {
    padding: 2px 5px 5px 13px;
    width: 10em;
    max-width: calc(100% - 40px);
    height: 100%;
    font-size: 6.2em;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
    color: white;
  }
  .box_st01.box02 .box_ct::before {
    right: 0;
    width: 100%;
    max-width: 350px;
    border-bottom-right-radius: 40px;
    background-position: right -40px bottom -20px;
  }
  .box_st01.box03 .box_pic {
    padding-bottom: 15%;
    padding-left: 10%;
  }
  .box_st01.box03 .box_pic .img_gr {
    left: 0;
    bottom: 0;
    width: 50%;
  }
  .box_st01.cl01 .box_decor_txt > p {
    background-image: url(../images/box_decor_txt_bg01_sp.jpg);
  }
  .box_st01.cl02 .box_decor_txt > p {
    background-image: url(../images/box_decor_txt_bg02_sp.jpg);
  }
  .box_st01.cl03 .box_decor_txt > p {
    background-image: url(../images/box_decor_txt_bg03_sp.jpg);
  }
}
@media only screen and (max-width: 768px) {
  .idx03 {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 768px) {
  .idx04 {
    padding: 60px 0 150px;
    background-image: url(../images/idx04_bg_sp.jpg);
  }
  .idx04 .box_title {
    padding-bottom: 15px;
    background: url(../images/idx04_line_ico_sp.png) no-repeat center bottom/50px auto;
  }
  .idx04::before {
    width: 100%;
    border-radius: 0;
    opacity: 0.2;
  }
  .idx04 .reason_button_gr {
    font-size: 8px;
  }
  .idx04 .reason_button_gr .item .txt {
    font-size: 16px;
    line-height: 1.6;
  }
  .idx04 .reason_step {
    font-size: 8px;
  }
  .idx04 .reason_pic {
    border-radius: 20px;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }
  .idx04 .reason_ct {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: -20%;
    width: calc(100% - 40px);
    max-width: 460px;
    border-radius: 20px;
  }
  .idx04 .reason_ct .reason_ct_catch {
    min-height: 183px;
  }
  .idx04 .reason_ct .item .ttl {
    font-size: 22px;
  }
  .idx04 .idx_box {
    flex-direction: column;
    align-items: center;
  }
  .idx04 .idx_box .btn-group {
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    width: 100%;
  }
  .idx04 .idx_box .box_l {
    margin-bottom: 40px;
    width: 100%;
    max-width: 500px;
  }
  .idx04 .idx_box .box_r {
    position: relative;
    width: 100%;
  }
}
@media only screen and (max-width: 430px) {
  .idx04 .reason_step {
    font-size: 7px;
  }
  .idx04 .reason_button_gr .item .txt {
    font-size: 14px;
  }
}
@media only screen and (min-width: 321px) and (max-width: 768px) {
  .idx04 .idx_box .box_l {
    max-width: 650px;
  }
  .idx04 .reason_button_gr {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 100%;
  }
  .idx04 .reason_button_gr .item {
    justify-content: center;
    padding: 10px 10px;
    margin: 5px;
    width: calc(50% - 10px);
    min-height: 14.5em;
    border-radius: 40px;
  }
  .idx04 .reason_button_gr .item .item_catch {
    flex-direction: column;
    align-items: center;
  }
  .idx04 .reason_button_gr .item .num {
    justify-content: center;
    padding: 0;
    padding-bottom: 7px;
    margin-bottom: 5px;
    width: calc(100% - 40px);
    border-bottom: 1px solid var(--cl-mode);
    border-right: none;
    text-align: center;
  }
  .idx04 .reason_button_gr .item .txt {
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .idx05 {
    padding: 60px 0;
  }
  .idx05 h3 {
    padding-left: 0;
  }
  .idx05 h3::before {
    display: none;
  }
  .idx05 .box_title {
    padding-bottom: 15px;
    background: url(../images/idx05_h3_ico_sp.png) no-repeat center bottom/50px auto;
  }
  .idx05 .box_name {
    right: 25%;
    top: 0px;
    font-size: min(1.5vw, 7px);
  }
  .idx05 .img_gr .pic01 {
    margin-bottom: 50px;
  }
  .idx05 .idx_box {
    flex-direction: column;
    align-items: center;
    padding: 40px 20px;
    border-radius: 40px;
  }
  .idx05 .idx_box::before {
    border-width: 5px;
  }
  .idx05 .idx_box::after {
    background-image: url(../images/idx05_decor01_sp.png);
    background-size: 120% auto;
    background-position: top 35% center;
  }
  .idx05 .idx_box .box_title {
    order: 1;
  }
  .idx05 .idx_box h4 {
    order: 3;
    text-align: center;
  }
  .idx05 .idx_box .ct_area {
    order: 4;
    max-width: 500px;
  }
  .idx05 .idx_box .box_pic {
    order: 2;
  }
  .idx05 .idx_box .btn-group {
    order: 5;
    justify-content: center;
    width: 100%;
    max-width: 540px;
  }
  .idx05 .idx_box .box_ct {
    display: contents;
  }
  .idx05 .idx_box .box_pic {
    margin-bottom: 30px;
    width: 100%;
    max-width: 500px;
  }
}
@media only screen and (max-width: 430px) {
  .idx05 .idx_box .btn-group .item01,
  .idx05 .idx_box .btn-group .item02 {
    width: calc(100% - 2 * var(--size-mg));
    max-width: 260px;
  }
}
@media only screen and (max-width: 768px) {
  .idx06 {
    padding: 60px 0 60px;
    background-image: url(../images/idx06_bg_sp.jpg);
  }
  .idx06 .idx_box {
    flex-direction: column;
    align-items: center;
  }
  .idx06 .idx_box .infor_tel {
    margin-bottom: 25px;
  }
  .idx06 .idx_box .btn-group {
    margin-top: 30px;
  }
  .idx06 .idx_box .box_l,
  .idx06 .idx_box .box_r {
    width: 100%;
    max-width: 500px;
  }
  .idx06 .idx_box .box_l {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .home_page .key .key_text {
    left: 3em;
    right: auto;
  }
}
@media only screen and (max-width: 768px) and (orientation: portrait) {
  .home_page .key .key_bg .item_gr {
    left: auto;
    right: 0;
    width: 85%;
    height: 100%;
  }
  .home_page .key .key_bg .left .item {
    border-radius: 0 0 0 6em;
  }
}

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