@media only screen and (max-width: 768px) {
  .home_page .key {
    --height: calc(100vh - 60px);
    --max-height: 145vw;
    --min-height: 320px;
    font-size: 8px;
  }
  .home_page .key::before {
    top: -60px;
    height: 124%;
    background-color: #fef9f6;
    background-image: url(../images/key-bg-before_sp.png);
    background-size: 100% auto;
  }
  .home_page .key .inner {
    padding-left: 0;
  }
  .home_page .key .key_text .item {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 10px;
    padding-right: 0;
    padding-bottom: 8vh;
  }
  .home_page .key .catch {
    font-size: min(8px, 1.8vw);
  }
  .home_page .key .key-video {
    border-radius: 30px 90px 30px 90px;
    width: 90%;    
    background-image: url(../images/idx_mv_sp.jpg);
  }
  .home_page .key h2 {
    font-size: 4.5em;
    display: table;
  }
  .home_page .key h2 span {
    margin-bottom: 0.3em;
  }
  .home_page .key h2 span:last-child {
    margin-bottom: 0;
  }
  .home_page .key h2 span::before {
    width: 100%;
  }
  .home_page .key p .line-pc {
    background-color: unset;
    padding-left: 0;
    padding-bottom: 0;
  }
  .home_page .key p span {
    padding-right: 0.5em;
  }
  .idx01-item {
    width: 100%;
    height: min(340px, 50vw);
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-top: 25px;
  }
  .idx01-title {
    padding-bottom: 90px;
    font-size: 8px;
    letter-spacing: 0;
  }
  .idx01-title .jp {
    font-size: 2em;
  }
  .idx01-title::before {
    width: 60px;
    height: 95px;
  }
  .idx02 {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .idx02::before {
    background-image: url(../images/idx02-bg-sp.png);
    height: 200%;
    background-color: #feebe2;
  }
  .idx02 .inner_big {
    padding-bottom: 60px;
  }
  .idx02 .inner_big::after {
    left: 50%;
    width: calc(100% - 40px);
  }
  .idx02 .flex {
    max-width: 600px;
    font-size: min(8px, 1.8vw);
    width: 100%;
  }
  .idx02-list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .idx02-list li {
    width: calc(50% - 10px);
    margin-top: 0;
    margin-bottom: 0;
  }
  .idx02-list li a {
    padding-left: 1.5em;
    padding-right: 2em;
    padding-top: 15px;
    padding-bottom: 15px;
    min-height: unset;
    border-radius: 40px;
  }
  .idx02-list li a::after {
    right: 15px;
  }
  .idx02-shape {
    position: unset;
    width: 200px;
    height: 100%;
    margin-top: 15px;
    padding-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
  }
  .idx03 {
    padding-bottom: min(100px, 20vw);
    margin-top: 30px;
    padding-top: 20px;
  }
  .idx03::before {
    font-size: min(5px, 0.7vw);
    top: -11em;
  }
  .idx03::after {
    height: 100vw;
    background-size: 120% 100%;
  }
  .idx03-flow {
    margin-top: 30px;
    font-size: min(7px, 1.355vw);
    width: 64em;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .idx03-flow::before {
    display: none;
  }
  .idx03-txt {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .idx03-title {
    margin-top: 50px;
  }
  .idx03-item {
    margin-bottom: 4em;
  }
  .idx03-item::before {
    position: absolute;
    content: "";
    top: calc(50% - 6.5em);
    right: -8em;
    -webkit-mask-image: url(../images/idx03-arr.png);
            mask-image: url(../images/idx03-arr.png);
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: 100% auto;
            mask-size: 100% auto;
    width: 11.5714285714em;
    height: 2.1428571429em;
    background-color: #e8a88b;
    z-index: -1;
  }
  .idx03-item:nth-child(2n)::before {
    display: none;
  }
  .idx03-item:nth-child(3), .idx03-item:nth-child(4) {
    margin-bottom: 0;
  }
  .idx04 {
    padding-top: 30px;
  }
  .idx04 .inner_big::before {
    font-size: 5px;
    left: -25em;
  }
  .idx04 .inner_big::after {
    font-size: 5px;
    bottom: -140px;
    right: -35em;
  }
  .idx04-left {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .idx04-faq {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }
  .idx05-list li a {
    padding-right: 5em;
    font-size: 16px;
  }
  .idx05 .card1 {
    background-image: url(../images/idx05-bg1_sp.jpg);
  }
  .idx05 .card2 {
    background-image: url(../images/idx05-bg2_sp.jpg);
  }
  .idx05 .card3 {
    background-image: url(../images/idx05-bg3_sp.jpg);
  }
  .idx05 .card4 {
    background-image: url(../images/idx05-bg4_sp.jpg);
  }
  .idx06 {
    padding: 60px 0 40px;
  }
  .idx06 .home-title .en {
    color: #ededec;
    opacity: 1;
  }
  .idx06::after {
    width: 100%;
    max-width: 100%;
    height: 100%;
    border-radius: 0;
    background-color: unset;
  }
  .idx06-slider {
    display: block;
  }
  .idx06-left {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .idx06-title {
    text-align: center;
  }
  .idx06-title .num {
    font-size: 60px;
    margin-bottom: 10px;
  }
  .idx06-title .jp {
    font-size: 24px;
    line-height: 1.6;
  }
  .idx06-content p {
    font-size: 15px;
    line-height: 2;
  }
  .idx06-img {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .idx06-img img {
    border-radius: 30px;
  }
  .idx06 .btn-group {
    margin-top: 20px;
  }
  .idx06 .btn-group .btn {
    margin-left: auto;
    margin-right: auto;
  }
  .idx06-imgBtn {
    width: calc(50% - 20px);
    margin: 10px 10px 25px;
  }
  .idx06-imgBtn img {
    border-radius: 20px;
  }
  .idx06-imgBtn::before {
    border-radius: 20px;
  }
  .idx06-imgBtn::after {
    font-size: min(60px, 14vw);
    bottom: -20px;
    right: 10px;
  }
  .idx06 .slick-dots {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 5px;
    margin-top: 0;
  }
  .idx06 .slick-dots li {
    margin-top: 0;
  }
  .idx06 .blockSlider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .idx06 .btnSlider {
    margin-top: 30px;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    left: 10px;
  }
  .idx06 .btnSlider .slick-list {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
  }
  .idx06 .btnSlider .slick-track {
    max-width: 640px;
    width: 100% !important;
  }
  .idx07 {
    padding-top: 60px;
    padding-bottom: 100px;
  }
  .idx07::before {
    width: 100%;
    border-radius: 40px 0 0 40px;
    background-image: url(../images/idx07-bg-sp.jpg);
  }
  .idx07 .home-title {
    margin-bottom: 30px;
  }
  .idx07-img {
    position: relative;
    top: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 450px;
  }
  .idx07-content {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .idx07-name {
    font-size: min(8px, 2vw);
    top: 4em;
    left: 2.5em;
  }
  .idx07-txt {
    margin-top: 20px;
  }
  .idx07-txt p {
    font-size: 16px;
  }
  .idx07 .btn-group {
    margin-top: 20px;
  }
  .idx07-textScroll {
    bottom: 20px;
    margin-left: 5px;
  }
  .idx07-textScroll p {
    font-size: 60px;
    color: #ffc3a6;
  }
  .idx08 {
    padding: 60px 0;
  }
  .idx08 .home-title {
    margin-bottom: 30px;
  }
  .idx08 .home-title .en {
    font-size: min(10em, 15vw) !important;
  }
  .idx08-tabs {
    margin-top: 0;
  }
  .idx08-left {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .idx08-right {
    width: calc(100% + 20px);
    max-width: 700px;
    margin-left: auto;
    margin-right: -20px;
    margin-top: 20px;
  }
  .idx08-logo {
    margin-left: auto;
    margin-right: auto;
    width: 85%;
  }
  .idx08-list li {
    padding-bottom: 15px;
    padding-top: 10px;
  }
  .idx08-list .right {
    padding-left: 20px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.05em;
  }
  .idx08 .time_sheet th,
  .idx08 .time_sheet td {
    font-size: min(16px, 3vw);
  }
  .idx08 .time_sheet .note {
    padding-left: 10px;
  }
  .idx08-map {
    margin-top: 30px;
    height: 360px;
  }
  .idx08-banner {
    left: unset;
    margin-top: 30px;
  }
  .idx09 {
    background-image: url(../images/idx09-bg-sp.png);
  }
  .idx09 .inner_big::before {
    font-size: 4.5px;
    left: 20px;
  }
  .idx09 .inner_big::after {
    right: 30px;
    font-size: 6px;
    top: -120px;
  }
  .idx09-txt {
    margin-top: 30px;
  }
  .idx09-txt p {
    font-size: 16px;
  }
  .idx09 .btn-group {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 640px) {
  .home_page .key {
    font-size: 1.4vmin;
  }
  .idx05 {
    --border: 60px;
  }
  .idx05-title h4 {
    font-size: 20px;
    letter-spacing: 0;
  }
  .idx05-title h4 .line {
    font-size: 1.15em;
    letter-spacing: 0;
  }
  .idx05-content {
    width: 100%;
  }
  .idx05-list li a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 768px) and (orientation: landscape) {
  .home_page .key {
    font-size: 1.4vmin;
  }
  .home_page .key .catch {
    font-size: 6px;
  }
}
@media only screen and (max-width: 768px) {
  .home_page .home-title {
    font-size: 8px;
  }
  .home_page .home-title .en {
    font-size: min(10em, 17vw);
  }
  .home_page .home-title h3 {
    line-height: 1.4;
    margin-top: -1.5em;
  }
  .home_page .home-title h3::after {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 374px) {
  .idx05-title h4 .line {
    letter-spacing: 0;
  }
  .idx05-content {
    padding: 20px 10px;
  }
}
@media only screen and (max-width: 768px) {
  .idx01 {
    padding-top: min(120px, 20vw);
    padding-bottom: 60px;
  }
  .idx-news {
    padding: 60px 0px;
  }
  .idx-news .news-title h3 {
    font-size: 2em;
  }
  .idx-news .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .idx-news .content .box {
    margin-bottom: 15px;
    width: 100%;
    padding: 20px;
  }
  .idx-news .content li {
    max-width: 100%;
  }
  .idx-news .content li a {
    padding: 15px 0px 15px 16px;
  }
  .idx-news .content li a .date {
    width: 9em;
  }
  .idx-news .content li a .date::after {
    top: 4px;
  }
  .idx-news .content li a .title {
    width: calc(100% - 9em);
  }
  .idx-news .content li a .title::after {
    top: calc(50% - 7px);
    right: 10px;
  }
}
@media only screen and (max-width: 430px) {
  .home_page .key h2 {
    font-size: 4em;
  }
  .home_page .key h2 span {
    letter-spacing: 0.05em;
  }
  .idx02-list li a {
    letter-spacing: 0;
  }
  .idx03::before {
    top: -18em;
  }
  .idx06-imgBtn {
    margin: 5px 5px 25px;
    width: calc(50% - 10px);
  }
  .idx06-title .jp {
    font-size: 22px;
  }
  .idx-news .news-title {
    margin-bottom: 20px;
    text-align: center;
  }
  .idx-news .news-title .en {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .idx-news .content .btn-group {
    margin-top: 30px;
    position: unset;
  }
  .idx-news .content .btn-group .btn.style01 {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    margin-left: auto;
    margin-right: auto;
  }
  .idx-news .content .btn-group .btn.style01 a {
    font-size: 14px;
  }
  .idx-news .content li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .idx-news .content li a::after {
    right: 10px;
  }
  .idx-news .content li a .date::after {
    display: none;
  }
  .idx-news .content li a .title {
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 374px) {
  .idx02-list li {
    width: 100%;
  }
  .idx02 .flex {
    font-size: 8px;
  }
  .idx05-title h4 {
    font-size: 19px;
  }
}
/*# sourceMappingURL=index_sp.css.map */