@media only screen and (max-width: 768px) {
  .home_page .key {
    --height: auto;
    --max-height: 128vw;
    --min-height: 320px;
    font-size: min(1.3334vw, 7.75px);
  }
  .home_page .key::before {
    width: 152vw;
    right: 0;
  }
}
@media only screen and (max-width: 768px) and (orientation: landscape) {
  .home_page .key {
    --height: 50vw;
    font-size: min(1vw, 7.5px);
  }
  .home_page .key_wrap {
    padding: 0 20px;
    display: flex;
    align-items: center;
  }
  .home_page .key_bg {
    position: absolute;
    width: 52%;
    top: 0;
    right: 0;
    height: var(--height);
  }
  .home_page .key_bg .slider {
    width: 100%;
    height: var(--height);
  }
  .home_page .key_text {
    display: flex;
    align-items: center;
    height: var(--height);
  }
  .home_page .key_text .catch {
    margin-left: auto;
  }
  .home_page .key_text .catch h2 {
    font-size: 24px;
    margin-bottom: 0.5em;
    line-height: 1.5;
  }
  .home_page .key_text .catch p {
    font-size: 14px;
    margin-bottom: 2em;
  }
  .home_page .key .list {
    padding-left: 2px;
  }
  .home_page .key .list .item {
    width: 20em;
    height: 20em;
  }
  .home_page .key .list .item .txt > p {
    font-size: 1.8em;
    line-height: 1.5555555556;
  }
  .home_page .key .list .item:has(.link) .txt::before {
    width: 23px;
    bottom: 1.6667em;
    left: 3px;
  }
  .home_page .key .list .item:has(.link):hover {
    transform: translateY(1em);
  }
  .home_page .key .list .item:has(.link):hover::before {
    bottom: 0;
  }
}
@media only screen and (max-width: 768px) and (orientation: portrait) {
  .home_page .key_bg .s1 {
    background-image: url(../images/idx_mv01.jpg);
  }
  .home_page .key_bg .slick-initialized .s2 {
    background-image: url(../images/idx_mv02.jpg);
  }
  .home_page .key_bg .slick-initialized .s3 {
    background-image: url(../images/idx_mv03.jpg);
  }
  .home_page .key_wrap {
    position: relative;
    padding: 24px max(40px, 10.6667vw) 10em;
  }
  .home_page .key_text {
    display: contents;
  }
  .home_page .key_text .catch h2 {
    font-size: clamp(22.5px, 6vw, 4.5em);
    line-height: 1.4444444444;
    margin-bottom: 0.3556em;
  }
  .home_page .key_text .catch > p {
    font-size: clamp(12px, 3.2vw, 2.4em);
    line-height: 2.0833333333;
    margin-bottom: 0.625em !important;
  }
  .home_page .key_bg {
    width: 96%;
    max-width: 565px;
    aspect-ratio: 843/650;
    height: auto;
    margin-left: auto;
    margin-right: calc(max(40px, 10.6667vw) * -1);
  }
  .home_page .key_bg .slider {
    width: 100%;
    aspect-ratio: 843/650;
  }
  .home_page .key .list {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: min(40px, 5.3334vw);
    z-index: 2;
  }
  .home_page .key .list .item {
    width: 23.1em;
    height: 23.1em;
  }
  .home_page .key .list .item .txt > p {
    font-size: 2.2em;
    line-height: 1.4545454545;
  }
  .home_page .key .list .item:has(.link) .txt::before {
    width: 2.8em;
    left: 0;
    bottom: 3.5em;
  }
}
@media only screen and (max-width: 768px) {
  .home_page .ttl_h3 .h_en {
    font-size: calc(var(--txt_size) + 4px);
    margin-bottom: 0.5em;
  }
  .home_page .ttl_h3 .h_en.sm {
    margin-top: calc(max(6.5vw, 16px) * -1);
  }
  .home_page .ttl_h3 .h_en.md {
    font-size: calc(var(--ttl_size) * 1.5);
  }
  .home_page .ttl_h3 .h_en.lg {
    font-size: max(10vw, 32px);
  }
  .home_page .ttl_h3 h3 {
    font-size: calc(var(--ttl_size) - 2px);
    margin-bottom: 30px;
  }
  .home_page .ttl_h3 h3.lg {
    margin-top: -0.5em;
    font-size: calc(var(--ttl_size) + 0px);
  }
  .home_page .ttl_h3.sm .h_en {
    font-size: calc(var(--ttl_size) * 1.5);
  }
  .home_page .ttl_h3.sm h3 {
    font-size: calc(var(--ttl_size) - 4px);
  }
}
@media only screen and (max-width: 768px) {
  .idx01 {
    padding: 60px 0;
  }
  .idx01 .ttl_h3 {
    text-align: center;
  }
  .idx01 .news {
    margin-bottom: 30px;
  }
  .idx01 .news ul li a {
    flex-wrap: wrap;
    padding: 1.25em 0;
    --w: 100px;
  }
  .idx01 .news ul li a .title {
    margin-top: 0.75em;
    width: 100%;
  }
  .idx01 .btn-group .btn {
    margin-left: auto;
    margin-right: auto;
  }
  .idx01 .TabContainer .TabPager {
    justify-content: center;
  }
  .idx01 .TabContainer .TabContent .content > div {
    padding-bottom: 0;
  }
  .idx02 {
    padding: 60px 0 max(28vw, 120px);
  }
  .idx02::after {
    width: 100%;
    height: calc(100% + 60px);
    left: 0;
    background-position: bottom center;
    background-image: url("../images/idx02_bg_sp.png");
  }
  .idx02 .ttl_h3 {
    text-align: center;
  }
  .idx02 .ttl_h3 .desc {
    margin-bottom: 30px;
  }
  .idx02 .idx_decor {
    position: absolute;
    bottom: 0px;
    right: 0;
    left: 0;
  }
  .idx02 .idx_decor .item {
    margin: 0 auto;
    width: max(32vw, 140px);
  }
  .idx02 .idx_list {
    font-size: min(1.087vw, 8.15px);
    justify-content: center;
    gap: 12px;
  }
  .idx02 .idx_list .item {
    height: fit-content;
  }
  .idx02 .idx_list .item .txt p:not(.link) {
    font-size: 2em;
  }
  .idx02 .idx_list .item1 .txt p:not(.link), .idx02 .idx_list .item2 .txt p:not(.link) {
    font-size: 2.2em;
  }
  .idx02 .idx_list .item::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: var(--y);
    left: 0px;
    right: 0px;
    mask-image: var(--mask);
    -webkit-mask-image: var(--mask);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: 100% auto;
    -webkit-mask-size: 100% auto;
    mask-position: center;
    -webkit-mask-position: center;
    background-color: rgba(198, 101, 85, 0.3);
  }
  .idx02 .idx_list .item1::before, .idx02 .idx_list .item2::before {
    background-color: rgba(198, 101, 85, 0.2);
  }
  .idx02 .idx_list .item1::before {
    --mask: url(../images/idx02_item01_mask.png);
  }
  .idx02 .idx_list .item2::before {
    --mask: url(../images/idx02_item02_mask.png);
  }
  .idx02 .idx_list .item3::before {
    --mask: url(../images/idx02_item03_mask.png);
  }
  .idx02 .idx_list .item4::before {
    --mask: url(../images/idx02_item04_mask.png);
  }
  .idx02 .idx_list .item5::before {
    --mask: url(../images/idx02_item05_mask.png);
  }
  .idx02 .idx_list .item6::before {
    --mask: url(../images/idx02_item06_mask.png);
  }
  .idx02 .idx_list .item7::before {
    --mask: url(../images/idx02_item07_mask.png);
  }
  .idx02 .idx_list .item8::before {
    --mask: url(../images/idx02_item08_mask.png);
  }
  .idx03 {
    padding: 80px 0 20px;
  }
  .idx03 .TabContainer .TabPager .tt {
    font-size: 16px;
    line-height: 1.5;
  }
  .idx03 .TabContainer .TabContent .content > div {
    padding: max(40px, 8vw) 0;
  }
  .idx03 .TabContainer .TabContent .content > div .idx_box .box_ttl .ttl {
    text-align: center;
    margin-bottom: 25px;
  }
  .idx03 .TabContainer .TabContent .content > div .idx_box .box_ttl .ttl > span {
    display: block;
  }
  .idx03 .TabContainer .TabContent .content > div .idx_box .box_ttl .ttl .jp {
    font-size: 24px;
  }
  .idx03 .TabContainer .TabContent .content > div .idx_box .box_ttl .ttl .en {
    font-size: calc(var(--txt_size) + 2px);
    margin-bottom: 0.5em;
  }
  .idx03 .TabContainer .TabContent .content > div .idx_box .box_ttl picture {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
  .idx03 .TabContainer .TabContent .content > div .idx_box .list {
    font-size: min(2.1875vw, 10px);
    gap: 2em 1em;
  }
  .idx03 .TabContainer .TabContent .content > div .idx_box .list .item {
    width: calc((100% - 2em) / 3);
  }
  .idx03 .TabContainer .TabContent .content > div .idx_box .list .item .desc {
    border-radius: inherit;
  }
  .idx04 {
    padding: 60px 0;
  }
  .idx04 .content {
    padding: 40px 20px;
  }
  .idx04 .ttl_h3 {
    text-align: center;
  }
  .idx04 .ttl_h3 .h_en.md {
    padding: 0.35em;
    margin-bottom: 0.25em;
  }
  .idx04 .ttl_h3 .h_en.md:before {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .idx04 .box_ttl {
    margin-bottom: 40px;
  }
  .idx04 .box_ttl .txt > p {
    margin-bottom: 25px;
  }
  .idx04 .box_ttl .btn-group .btn {
    margin-left: auto;
    margin-right: auto;
  }
  .idx04 .box_list {
    margin-bottom: 40px;
  }
  .idx04 .box_list .item {
    padding: 1.2em 1em;
  }
  .idx05 {
    padding: 60px 0;
  }
  .idx05 .ttl_h3 {
    text-align: center;
  }
  .idx05 .feature_txt .desc {
    margin-bottom: 30px;
  }
  .idx05 .feature_list {
    margin-bottom: 40px;
    font-size: min(2vw, 10px);
  }
  .idx05 .feature_list .item {
    width: fit-content;
    max-width: 654px;
    margin: 0 auto;
  }
  .idx05 .feature_list .item:not(:last-child) {
    margin-bottom: 30px;
  }
  .idx05 .feature_list .item .area {
    padding: 5em 20px;
  }
  .idx05 .feature_list .item .area .num {
    font-size: max(10px, 1.4em);
  }
  .idx05 .feature_list .item .area .ttl {
    font-size: max(18px, 2.2em);
  }
  .idx05 .feature_list .item .area .desc {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .idx05 .feature_list .item .ic-arr {
    font-size: max(6px, 1em);
  }
  .idx05 .btn-group .btn {
    margin-left: auto;
    margin-right: auto;
  }
  .idx06 {
    padding: 60px 0 40px;
  }
  .idx06::before, .idx06::after {
    width: 100%;
    left: 0;
  }
  .idx06 .TabContainer .TabPager > div {
    height: 5em;
  }
  .idx06 .TabContainer .TabPager > div .tt {
    padding: 1em 0.5em;
    font-size: clamp(14px, 3.25vw, 18px);
    line-height: 1.5;
  }
  .idx06 .TabContainer .TabContent .content > div {
    padding: 40px 20px;
  }
  .idx06 .TabContainer .TabContent .content > div .ttl {
    font-size: 24px;
    margin-bottom: 25px;
  }
  .idx06 .TabContainer .TabContent .content > div .tt {
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
  }
  .idx06 .TabContainer .TabContent .content > div .tt.st2 {
    text-align: left;
    padding: 0.3em 0.5em;
  }
  .idx06 .TabContainer .TabContent .content > div .tt.st3 {
    font-size: 18px;
    padding-bottom: 0.5em;
  }
  .idx06 .TabContainer .TabContent .content > div .tt.st3::before {
    bottom: 0;
    width: 80px;
    height: 2px;
    right: 0;
    margin: 0 auto;
  }
  .idx06 .TabContainer .TabContent .content > div .box01 {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 30px;
  }
  .idx06 .TabContainer .TabContent .content > div .box01 .box_cont {
    display: contents;
  }
  .idx06 .TabContainer .TabContent .content > div .box01 .box_cont .tt {
    order: 1;
  }
  .idx06 .TabContainer .TabContent .content > div .box01 .box_cont .desc {
    order: 3;
  }
  .idx06 .TabContainer .TabContent .content > div .box01 .box_img {
    order: 2;
    margin-bottom: 20px;
  }
  .idx06 .TabContainer .TabContent .content > div .box02 {
    margin-bottom: 30px;
  }
  .idx06 .TabContainer .TabContent .content > div .box03 {
    display: flex;
    flex-direction: column;
    padding: 40px 20px;
    margin-bottom: 40px;
  }
  .idx06 .TabContainer .TabContent .content > div .box03 .box_cont {
    display: contents;
  }
  .idx06 .TabContainer .TabContent .content > div .box03 .box_cont .tt {
    order: 1;
  }
  .idx06 .TabContainer .TabContent .content > div .box03 .box_cont .desc {
    order: 3;
  }
  .idx06 .TabContainer .TabContent .content > div .box03 .box_img {
    order: 2;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .idx06 .TabContainer .TabContent .content > div .box03 .box_img picture {
    margin-bottom: 10px;
  }
  .idx07 {
    padding: max(20vw, 80px) 0 120px;
  }
  .idx07::before {
    width: 100%;
    left: 0;
  }
  .idx07 .ttl_h3 {
    text-align: center;
  }
  .idx07 .ttl_h3 h3 {
    margin-bottom: 10px;
  }
  .idx07 .ic-arr {
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .idx07 .idx_decor {
    top: 100%;
    right: 0;
  }
  .idx07 .idx_decor .item {
    width: clamp(220px, 35.556vw, 512px);
  }
  .idx07 .idx_diagram {
    font-size: min(1.5625vw, 0.625em);
  }
  .idx08 {
    padding: 60px 0;
  }
  .idx08::before {
    width: 100%;
    left: 0;
    background-image: url("../images/idx08_bg_sp.jpg");
  }
  .idx08 .ttl_h3 {
    order: 1;
    text-align: center;
  }
  .idx08 .ttl_h3 .h_en.lg {
    color: rgba(230, 172, 162, 0.2);
  }
  .idx08 .idx_box {
    flex-direction: column;
  }
  .idx08 .idx_box .box_cont {
    display: contents;
  }
  .idx08 .idx_box .box_cont .desc {
    order: 3;
    margin-bottom: 30px;
  }
  .idx08 .idx_box .box_cont .desc p.lg {
    text-align: center;
    font-size: 18px;
    margin-bottom: 10px;
  }
  .idx08 .idx_box .box_cont .btn-group {
    order: 4;
  }
  .idx08 .idx_box .box_cont .btn-group .btn {
    margin-left: auto;
    margin-right: auto;
  }
  .idx08 .idx_box .box_img {
    order: 2;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .idx08 .idx_box .box_info {
    font-size: min(2.35vw, 10px);
    padding: 2.5em;
  }
  .idx09 {
    padding: 60px 0;
  }
  .idx09::before {
    width: 100%;
    left: 0;
    background-image: url("../images/idx09_bg_sp.jpg");
    background-position: center;
  }
  .idx09 .idx_box .box_img {
    margin-bottom: 30px;
  }
  .idx09 .idx_box .box_img picture img {
    border-radius: 20px;
  }
  .idx09 .idx_box .box_cont {
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .idx09 .idx_logo {
    margin: 0 auto;
    margin-bottom: 25px;
  }
  .idx09 .idx_info {
    margin-bottom: 30px;
  }
  .idx09 .idx_info dl {
    --w: 80px;
    padding: 1em 0;
  }
  .idx09 .idx_map {
    height: 299px;
  }
}
@media only screen and (max-width: 639px) {
  .idx02 .idx_list {
    font-size: min(1.64vw, 8px);
  }
  .idx02 .idx_list .item1, .idx02 .idx_list .item2 {
    font-size: 0.75em;
  }
  .idx02 .idx_list .item1 .txt p:not(.link), .idx02 .idx_list .item2 .txt p:not(.link) {
    font-size: 2.4em;
  }
  .idx03 .TabContainer .TabContent .content > div .idx_box .list {
    justify-content: center;
  }
  .idx03 .TabContainer .TabContent .content > div .idx_box .list .item {
    width: calc((100% - 1em) / 2);
  }
  .idx04 .box_list {
    flex-wrap: wrap;
    justify-content: center;
  }
  .idx04 .box_list .item {
    width: 50%;
    padding: 1.2em 0.5em;
  }
  .idx04 .box_list .item .tt {
    font-size: 14px;
  }
  .idx04 .box_list .item1 {
    border-left: 1px solid #e3c4bc;
  }
  .idx04 .box_list .item3 {
    margin-top: 20px;
    border-right: 1px solid #e3c4bc;
    border-left: 1px solid #e3c4bc;
  }
}
@media only screen and (max-width: 360px) {
  .idx01 .TabContainer .TabPager > div {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
  .idx02 .ttl_h3 h3 {
    font-size: calc(var(--ttl_size) - 5px);
  }
  .idx04 .ttl_h3 .h_en.md {
    font-size: 35px;
  }
  .idx04 .ttl_h3 h3,
  .idx05 .ttl_h3 h3 {
    font-size: 22px;
  }
  .idx04 .box_list .item {
    padding: 1.2em 0.25em;
  }
  .idx04 .box_list .item .tt {
    font-size: 12px;
  }
  .idx05 .feature_list .item .area .num {
    font-size: max(9px, 1.4em);
  }
  .idx05 .feature_list .item .area .ttl {
    font-size: max(15px, 2.2em);
  }
  .idx06 .TabContainer .TabPager > div .tt {
    font-size: clamp(12px, 3.25vw, 18px);
  }
}

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