@media only screen and (max-width: 768px) {
  .home_page .key {
    --height: calc(100vh - 60px);
    --max-height: 156vw;
    --min-height: 320px;
    font-size: 8.75px;
  }
  .home_page .key .key_text .item {
    padding: 10px;
  }
  .home_page .key .catch {
    margin-bottom: 2rem;
  }
  .home_page .key h2,
  .home_page .key p {
    text-align: center;
    letter-spacing: 0;
  }
  .home_page .key h2 {
    font-size: max(26px, 5.5em);
    margin-bottom: 0.3em;
    text-shadow: 0 0 5px rgb(0, 0, 0), 0 0 10px rgba(0, 0, 0, 0.8), 0 0 16px rgba(255, 255, 255, 0.9), 0 0 24px rgb(255, 255, 255);
  }
  .home_page .key p {
    font-size: max(16px, 2em);
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.8), 0 0 6px rgba(0, 0, 0, 0.6), 0 0 8px rgba(255, 255, 255, 0.75);
  }
}
@media only screen and (max-width: 640px) {
  .home_page .key {
    font-size: 1.4vmin;
  }
}
@media only screen and (max-width: 768px) and (orientation: landscape) {
  .home_page .key {
    font-size: 1.4vmin;
    --height: 70vw;
  }
}
@media only screen and (max-width: 768px) {
  .home_page h3 {
    margin-bottom: 30px;
    text-align: center;
    font-size: calc(var(--ttl_size));
  }
  .home_page h3 .en {
    position: relative;
    font-size: 12px;
  }
  .home_page h3 .en::before {
    content: "";
    display: block;
    background-color: rgba(26, 26, 26, 0.2);
    width: 1px;
    height: 30px;
    margin: 0 auto;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .idx01 {
    padding: 60px 20px;
  }
  .idx01 .box_flex .box_name {
    font-size: max(18px, 4vw);
    top: 2em;
    right: 2em;
    padding: 0.5em 0.75em;
  }
  .idx01 .box_flex .box_img {
    margin-bottom: 30px;
  }
  .idx01 .box_flex .box_txt > p {
    margin-bottom: 30px;
  }
  .idx01 .box_flex .box_txt .btn-group .btn {
    margin-left: auto;
    margin-right: auto;
  }
  .idx02 {
    padding: 60px 0px;
  }
  .idx02 .box01 {
    margin-bottom: 60px;
  }
  .idx02 .box01 .wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
  .idx02 .box01::before {
    left: -20px;
    bottom: -30px;
  }
  .idx02 .box01::after {
    right: -20px;
    bottom: -55px;
  }
  .idx02 .box01 .box_flex .box_img {
    margin-bottom: 30px;
  }
  .idx02 .box01 .box_flex .box_txt > p {
    margin-bottom: 30px;
  }
  .idx02 .box01 .box_flex .box_txt .btn-group .btn {
    margin-left: auto;
    margin-right: auto;
  }
  .idx02 .box02 .box_flex {
    flex-direction: row;
    flex-wrap: wrap;
    padding: max(8vw, 40px) 20px;
  }
  .idx02 .box02 .box_flex .box_ttl {
    width: 100%;
  }
  .idx02 .box02 .box_flex .box_ttl .ttl {
    font-size: 24px;
    text-align: center;
    margin-bottom: 25px;
  }
  .idx02 .box02 .box_flex .box_txt {
    width: calc(49% - 5px);
  }
  .idx02 .box02 .box_flex .box_txt ul li {
    padding: 1.5em 1em;
  }
  .idx02 .box02 .box_flex .box_txt ul li:not(:last-child) {
    margin-bottom: 1em;
  }
  .idx02 .box02 .box_flex .box_txt02 {
    margin-left: auto;
  }
  .idx03 {
    padding: 60px 0;
  }
  .idx03 .box01 {
    margin-bottom: 40px;
  }
  .idx03 .box01 .box_flex .box_cont {
    display: flex;
    flex-direction: column;
  }
  .idx03 .box01 .box_flex .box_cont .txt {
    text-align: center;
    display: contents;
  }
  .idx03 .box01 .box_flex .box_cont .txt .desc {
    order: 1;
    margin-bottom: 25px;
  }
  .idx03 .box01 .box_flex .box_cont .list {
    order: 2;
    margin-bottom: 30px;
  }
  .idx03 .box01 .box_flex .box_cont .list .item {
    width: calc(33.3333333333% - 0.4166666667em);
  }
  .idx03 .box01 .box_flex .box_cont .list .item::before {
    inset: 5px;
  }
  .idx03 .box01 .box_flex .box_cont .list .item p {
    padding: 1.2em 0.5em;
  }
  .idx03 .box01 .box_flex .box_cont .btn-group {
    order: 3;
  }
  .idx03 .box01 .box_flex .box_cont .btn-group .btn {
    margin-left: auto;
    margin-right: auto;
  }
  .idx03 .box02 .box_contact .ttl {
    gap: 1em;
  }
  .idx03 .box02 .box_contact .area {
    padding: 40px 20px;
    margin-top: -18px;
  }
  .idx04 .ttl_wrap {
    min-height: 250px;
    padding-bottom: 30px;
  }
  .idx04 .cont_wrap01 {
    --h-tab-pager: 70px;
    margin-bottom: 40px;
  }
  .idx04 .cont_wrap01 .TabContainer .TabPager > div {
    width: 40%;
    padding: 1em 0.5em;
  }
  .idx04 .cont_wrap01 .TabContainer .TabContent .content > div {
    padding: max(8vw, 40px) 0;
  }
  .idx04 .cont_wrap01 .TabContainer .TabContent .content .list {
    justify-content: center;
    font-size: min(2vw, 8.75px);
    --g: 20px;
  }
  .idx04 .cont_wrap01 .TabContainer .TabContent .content .list .item {
    min-height: 280px;
    width: calc(50% - var(--g) * 0.5);
  }
  .idx04 .cont_wrap01 .TabContainer .TabContent .content .list .item .txt {
    padding: 2.5em 1.5em;
  }
  .idx04 .cont_wrap01 .TabContainer .TabContent .content .list .item .txt .ttl {
    padding: 0.5em;
  }
  .idx04 .cont_wrap01 .TabContainer .TabContent .content .list .item .txt .desc {
    font-size: max(12px, 1.6em);
  }
  .idx04 .cont_wrap02 {
    padding: 60px 0;
  }
  .idx04 .cont_wrap02 .wrap::before {
    bottom: 10px;
    left: 10px;
  }
  .idx04 .cont_wrap02 .wrap::after {
    bottom: 20px;
    right: 10px;
  }
  .idx04 .cont_wrap02 .ttl {
    font-size: 22px;
    margin-bottom: 25px;
  }
  .idx04 .cont_wrap02 .ttl::before {
    height: 60px;
    bottom: calc(100% + 15px);
  }
  .idx04 .cont_wrap02 .list {
    gap: 20px;
  }
  .idx04 .cont_wrap02 .list .item {
    width: calc(50% - 10px);
    min-height: 100px;
  }
  .idx04 .cont_wrap02 .list .item .txt {
    padding: 5px;
    border-width: 5px;
  }
  .idx04 .cont_wrap02 .list .item .tt {
    font-size: 18px;
  }
  .idx04 .cont_wrap02 .list .item .tt::before {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .idx04 .cont_wrap02 .list .item .ic-arr {
    top: 20px;
    right: 10px;
    position: relative;
  }
  .idx04 .cont_wrap02 .list .item .ic-arr::before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #fff;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  .idx04 .cont_wrap02 .list .item .ic-arr::after {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    border: solid #765F9B;
    border-width: 0 1px 1px 0;
    transform: rotate(-45deg);
    top: 50%;
    right: 9px;
    transform: translate(25%, -50%) rotate(-45deg);
  }
  .idx05 {
    padding: 60px 0;
  }
  .idx05::before {
    bottom: 10px;
    left: 0px;
  }
  .idx05 .TabContainer .TabPager {
    height: 70px;
  }
  .idx05 .TabContainer .TabPager .tt {
    padding: 0 0.25em;
    font-size: 14px;
  }
  .idx05 .TabContainer .TabPager .tt > span::after {
    bottom: -8px;
  }
  .idx05 .TabContainer .TabContent .content > div {
    padding: max(8vw, 40px) 20px;
  }
  .idx05 .TabContainer .TabContent .content .ttl {
    text-align: center;
    font-size: 20px;
    padding-bottom: 0.5em;
    margin-bottom: 1em;
  }
  .idx05 .TabContainer .TabContent .content .tt {
    text-align: center;
    font-size: 18px;
  }
  .idx05 .TabContainer .TabContent .content .list {
    font-size: 8.75px;
    gap: 5em;
  }
  .idx05 .TabContainer .TabContent .content .list .item {
    width: 47%;
  }
  .idx05 .TabContainer .TabContent .content .list .item:not(:last-child)::after {
    width: 1.2em;
    height: 1.2em;
    top: -1em;
    bottom: 0em;
    left: calc(100% + 1.5em);
  }
  .idx05 .TabContainer .TabContent .content .list .item .tt {
    min-height: 60px;
  }
  .idx05 .TabContainer .TabContent .content .list .item .desc {
    padding: 1em;
  }
  .idx05 .TabContainer .TabContent .content .box {
    flex-direction: column;
  }
  .idx05 .TabContainer .TabContent .content .box .box_img {
    order: 2;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .idx05 .TabContainer .TabContent .content .box .box_txt {
    display: contents;
  }
  .idx05 .TabContainer .TabContent .content .box .box_txt .tt {
    order: 1;
  }
  .idx05 .TabContainer .TabContent .content .box .box_txt .desc {
    order: 3;
  }
  .idx06 {
    background-image: url("../images/idx06_bg_sp.png");
    background-position: top center;
    background-size: contain;
    padding: 60px 0;
  }
  .idx06 .box_flex .box_cont .list {
    flex-wrap: wrap;
    justify-content: center;
    font-size: min(1.5625vw, 10px);
    --g: 2em;
    margin-bottom: 30px;
  }
  .idx06 .box_flex .box_cont .list .item {
    width: calc(50% - var(--g) * 1 / 2);
    padding: 3em 2em;
  }
  .idx06 .box_flex .box_cont .list .item .ttl {
    font-size: 20px;
    margin-bottom: 0.5em;
  }
  .idx06 .box_flex .box_cont .list .item .ttl::before {
    width: 4.5em;
    height: 4.5em;
    margin-bottom: 1em;
  }
  .idx07 {
    padding: 20px;
  }
  .idx07 .wrap {
    padding: 40px 0;
  }
  .idx07 .box_flex::before {
    bottom: 40%;
    left: 0;
  }
  .idx07 .box_flex .box_txt {
    margin-bottom: 30px;
  }
  .idx07 .box_flex .box_txt p {
    text-align: center;
    font-size: 18px;
    letter-spacing: 0;
  }
  .idx07 .box_flex .box_txt p .spc {
    margin-left: 0.5em;
  }
  .idx07 .box_flex .box_cta {
    width: 100%;
    margin: 0 auto;
  }
  .idx08 {
    padding: 40px 0 60px;
  }
  .idx08 .list {
    margin-bottom: 30px;
    flex-wrap: wrap;
    font-size: 8.75px;
    --g: 4em;
  }
  .idx08 .list::before {
    width: 100vw;
    height: calc(100% + 60px);
    top: 100px;
    left: calc(50% - 50vw);
  }
  .idx08 .list .item {
    width: calc(50% - var(--g) * 0.75);
  }
  .idx08 .list .item_head {
    padding-top: 35px;
  }
  .idx08 .list .item_head::before {
    right: 0.1em;
    font-size: 8.3em;
  }
  .idx08 .list .item_head .ttl {
    left: 0.8em;
    font-size: max(20px, 2.2em);
  }
  .idx08 .list .item_head .ttl > span {
    padding: 0.2em 0;
  }
  .idx08 .list .item_head .ic-arr {
    bottom: 3em;
    right: 1.5em;
  }
  .idx08 .list .item_body {
    padding: 2em 1em;
  }
  .idx08 .btn-group .btn {
    margin-left: auto;
    margin-right: auto;
  }
  .idx09 {
    padding: 60px 0px;
    background-image: linear-gradient(to bottom, #fff 30%, #F7F7F7 30%);
  }
  .idx09 .box_flex .box_img {
    align-self: center;
    margin-bottom: 30px;
  }
  .idx09 .idx_logo {
    max-width: 272px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .idx09 .idx_info {
    max-width: 450px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .idx09 .idx_info dl {
    --w: 5em;
    padding: 1.125em 0;
  }
  .idx09 .btn-group {
    margin-bottom: 40px;
  }
  .idx09 .btn-group .btn {
    margin-left: auto;
    margin-right: auto;
  }
  .idx09 .idx_map {
    height: 299px;
  }
  .idx10 {
    padding: 60px 0;
  }
  .idx10 .box_flex .box_cont ul {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .idx10 .box_flex .box_cont ul li a {
    padding: 1em 2.5em 1em 0;
    position: relative;
  }
  .idx10 .box_flex .box_cont ul li a::before {
    content: "";
    position: absolute;
    width: max(1.6875em, 18px);
    height: max(1.6875em, 18px);
    border-radius: 50%;
    background-color: var(--clr2);
    top: 50%;
    right: 0em;
    transform: translateY(-50%);
  }
  .idx10 .box_flex .box_cont ul li a::after {
    content: "";
    position: absolute;
    width: 0.375em;
    height: 0.375em;
    border: solid #fff;
    border-width: 0 1px 1px 0;
    transform: rotate(-45deg);
    top: 50%;
    right: 0.84375em;
    transform: translate(25%, -50%) rotate(-45deg);
  }
  .idx10 .btn-group .btn-news {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 639px) {
  .idx02 .box02 .box_flex .box_txt {
    width: calc(50% - 5px);
  }
  .idx02 .box02 .box_flex .box_txt ul li {
    padding: 15px 10px;
  }
  .idx02 .box02 .box_flex .box_txt ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  .idx02 .box02 .box_flex .box_txt ul li > span {
    text-align: center;
    padding-top: 1.5em;
    padding-left: 0;
  }
  .idx02 .box02 .box_flex .box_txt ul li > span::before {
    top: 0;
    right: 0;
    margin: 0 auto;
  }
  .idx03 {
    background-image: url("../images/idx03_bg_sp.jpg");
  }
  .idx03 .box02 .box_contact .area {
    flex-wrap: wrap;
    gap: 20px;
  }
  .idx03 .box02 .box_contact .area > div {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .idx08 .list {
    font-size: 7.75px;
  }
  .idx08 .list .item {
    width: 100%;
    margin: 0 auto;
  }
  .idx08 .list .item_head {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 430px) {
  .idx01 {
    background-image: url("../images/idx01_bg_sp.jpg");
  }
  .idx01 .box_flex .box_name {
    top: 20px;
    right: 20px;
  }
  .idx03 .box01 .box_flex .box_cont .list {
    order: 2;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px;
  }
  .idx03 .box01 .box_flex .box_cont .list .item {
    width: calc(50% - 0.3125em);
  }
  .idx03 .box01 .box_flex .box_cont .list .item::before {
    inset: 5px;
  }
  .idx03 .box01 .box_flex .box_cont .list .item p {
    padding: 1.2em 0.5em;
  }
  .idx04 .cont_wrap01 .TabContainer .TabContent .content .list {
    --g: 10px;
  }
  .idx04 .cont_wrap02 .list {
    gap: 10px;
  }
  .idx04 .cont_wrap02 .list .item {
    width: calc(50% - 5px);
  }
  .idx04 .cont_wrap02 .list .item .tt {
    font-size: 16px;
  }
  .idx05 .TabContainer .TabContent .content .list {
    flex-direction: column;
    gap: 4em;
  }
  .idx05 .TabContainer .TabContent .content .list .item {
    width: 100%;
  }
  .idx05 .TabContainer .TabContent .content .list .item:not(:last-child)::after {
    width: 1.2em;
    height: 1.2em;
    top: calc(100% + 0.5em);
    bottom: 0;
    left: 50%;
    margin-bottom: 0 auto;
    border-width: 0px 0px 1px 1px;
    transform: translate(-50%, 100%) rotate(-45deg);
  }
  .idx05 .TabContainer .TabContent .content .list .item .tt {
    min-height: 60px;
  }
  .idx05 .TabContainer .TabContent .content .list .item .desc {
    padding: 1em;
  }
}
@media only screen and (max-width: 360px) {
  .idx02 .box02 .box_flex .box_txt ul li {
    font-size: 13px;
  }
  .idx07 .box_flex .box_txt p {
    font-size: 16px;
  }
}

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