

@media screen and (min-width: 737px) {
  .contact-info {
    grid-template-columns: 1fr 4.5fr;
    padding: 2.5rem 4rem;
  }
  .contact-info > .image {
    display: block;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}

@media screen and (min-width: 737px) {
  .facility-content > .content {
    grid-template-columns: repeat(6, 1fr);
    gap: 4rem 2.5rem;
  }
  .facility-content > .content > .item {
    grid-column: span 2;
  }
  .facility-content > .content > .item.-wide {
    grid-column: span 3;
  }
}

@media screen and (min-width: 737px) {
  .first-trainer {
    padding-bottom: 5rem;
  }
  .first-trainer > .inner {
    grid-template-columns: 7fr 5fr;
  }
  .first-trainer > .inner > .text {
    padding-top: 4.75rem;
    padding-left: 0;
  }
  .first-trainer > .inner > .text > .site-list-simple.-vertical {
    margin-top: 2.5rem;
  }
  .first-trainer > .inner > .image {
    margin-right: auto;
    margin-left: max(-7.5rem, -7.5vw);
  }
  .first-trainer > .content {
    margin: 1rem auto 0;
    max-width: 52rem;
  }
  .first-flow-item {
    grid-template-areas: "title image" "text image";
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto 1fr;
    gap: 0 4rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
  .first-flow-item > .title {
    margin: 0;
  }
  .first-flow-item > .image {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}

@media screen and (min-width: 737px) {
  .home-hero {
    aspect-ratio: 1600/800;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .home-hero > .inner {
    margin: auto min(var(--margin-side-small), 10vw) 0;
    padding: 0;
    height: auto;
  }
  .home-hero > .inner > .text {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 0.625rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 0 1rem;
    width: 100%;
  }
  .home-hero > .inner > .text > .logo {
    display: block;
    width: 100%;
  }
  .home-hero > .inner > .text > .title {
    margin: 0;
    width: max(25rem, 29vw);
  }
  .home-hero > .inner > .text > .button {
    max-width: auto;
    width: auto;
  }
  .home-hero-image {
    aspect-ratio: 1600/800;
  }
  .home-hero-image::after {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(250, 250, 250, 0.8)), to(rgba(250, 250, 250, 0)));
    background: linear-gradient(to top, rgba(250, 250, 250, 0.8), rgba(250, 250, 250, 0));
    height: 15.81vw;
  }
}

@media screen and (min-width: 737px) {
  .home-reason > .site-heading-combi {
    margin-bottom: 2.5rem;
  }
  .home-reason-content {
    grid-template-columns: repeat(3, 1fr);
    gap: 4rem;
  }
  .home-about > .image {
    margin: -7.5rem auto 5rem;
    max-width: 66rem;
  }
  .home-about-trainer {
    margin-bottom: 2.5rem;
    padding-bottom: 5rem;
  }
  .home-about-trainer > .inner {
    grid-template-columns: 7fr 5fr;
  }
  .home-about-trainer > .inner > .text {
    padding-top: 4.75rem;
    padding-left: 0;
  }
  .home-about-trainer > .inner > .text > .site-list-simple.-vertical {
    margin-top: 2.5rem;
  }
  .home-about-trainer > .inner > .image {
    margin-right: auto;
    margin-left: max(-7.5rem, -7.5vw);
  }
  .home-about-trainer > .button {
    margin: 4rem auto 0;
    max-width: 52rem;
    padding-left: 0;
  }
  .home-about-trainer > .content {
    margin: 1rem auto 0;
    max-width: 52rem;
    padding: 2.5rem 4rem;
  }
  .home-images > .intro {
    gap: 4rem;
    grid-template-columns: 5fr 7fr;
  }
  .home-images > .intro > .text {
    padding-bottom: 8.1vw;
  }
  .home-images > .intro > .image {
    aspect-ratio: auto;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    margin-top: -15rem;
  }
  .home-images-slide > .inner img.-type-1, .home-images-slide > .inner img.-type-3 {
    width: 24rem;
  }
  .home-images-slide > .inner img.-type-2 {
    width: 19.1875rem;
  }
  .home-beforeafter > .content {
    gap: 4rem;
    grid-template-columns: 5fr 7fr;
  }
  .home-beforeafter > .content > .image {
    margin-right: 0;
    margin-left: 0;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .home-wedo > .content {
    grid-template-areas: "title image" "text image";
    grid-template-columns: 5fr 7fr;
    grid-template-rows: auto 1fr;
    gap: 0 4rem;
    margin-bottom: 5rem;
  }
  .home-wedo > .content > .title {
    margin: 0;
  }
  .home-wedo > .content > .title > .site-heading-simple.-factor-2 {
    margin-bottom: 2rem;
  }
  .home-wedo > .content > .image {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .home-wedo > .content.-reflect {
    grid-template-areas: "image title" "image text";
    grid-template-columns: 7fr 5fr;
  }
  .home-wedo > .topic {
    margin-right: 0;
    margin-left: 0;
    padding: 2.5rem 4rem;
  }
  .home-wedo > .topic > .first {
    gap: 4rem;
    grid-template-columns: 1fr 2fr;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
  .home-wedo > .topic > .first > .text > .site-text-standard {
    margin-top: 2em;
  }
  .home-wedo > .topic > .info {
    grid-template-columns: 1fr 1fr;
    margin-top: 4rem;
  }
  .home-wedo > .topic > .info > .content {
    margin-bottom: 3rem;
  }
  .home-wedo > .topic > .info > .content:first-of-type {
    border-right: 1px solid var(--color-border);
    border-bottom: 0;
    padding-right: 3rem;
    padding-bottom: 0;
  }
  .home-wedo > .topic > .info > .content:nth-of-type(2) {
    padding-left: 3rem;
  }
  .home-wedo > .topic > .info > .content.-result {
    grid-column: span 2;
    gap: 3rem;
  }
  .home-wedo > .topic > .info > .content.-result > .image {
    gap: 1.5rem;
  }
  .home-wedo > .topic > .image {
    gap: 2rem;
  }
  .home-topic-result {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2rem;
    margin-bottom: 0.5rem;
  }
  .home-topic-result > .content {
    gap: 1rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 0;
    margin-bottom: 0;
  }
  .home-topic-result > .content > .text > .result {
    font-size: 2rem;
  }
  .home-topic-result > .content > .text > .caption {
    font-size: 0.875rem;
  }
  .home-method > .site-heading-combi {
    margin-bottom: 2.5rem;
  }
  .home-method > .content {
    grid-template-columns: 1fr 2fr;
    gap: 4rem;
    margin-bottom: 5rem;
  }
  .home-method > .content > .image {
    aspect-ratio: auto;
    margin-left: 0;
    width: 100%;
  }
  .home-method > .intro {
    grid-template-columns: repeat(3, 1fr);
  }
  .home-method > .detail > .item > .image {
    border-radius: 16px;
    width: 62.5%;
  }
  .home-facility {
    grid-template-areas: "title button" "content content";
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 2.5rem 4rem;
  }
  .home-facility > .button {
    margin-top: 0;
    margin-left: auto;
  }
  .home-facility-content > .inner > .item {
    width: 45vw;
  }
  .home-program {
    grid-template-areas: "title content" "button content";
    grid-template-columns: 5fr 7fr;
    grid-template-rows: auto 1fr;
  }
  .home-program > .content {
    margin-right: 0;
    margin-left: 0;
  }
  .home-program > .content > .inner > .program {
    margin: 1.5rem 0;
  }
  .home-program > .content > .inner > .note {
    margin: 1.5rem 0;
  }
  .home-qa > .site-heading-combi {
    margin-bottom: 2.5rem;
  }
  .home-qa > .item {
    gap: 4rem;
    grid-template-columns: 1fr 2fr;
    margin-bottom: 5rem;
  }
  .home-qa > .item > .content {
    margin-right: 0;
    margin-left: 0;
    padding: 0 4rem;
  }
  .home-qa-item > .title > .inner:hover > .site-heading-simple, .home-qa-item > .content > .inner:hover > .site-heading-simple {
    color: var(--color-project-blue);
  }
}

@media screen and (min-width: 737px) {
  .menu-program {
    gap: 4rem;
  }
  .menu-program-item {
    margin-right: 0;
    margin-left: 0;
  }
  .menu-program-item > .inner {
    padding: 3rem var(--margin-side);
  }
  .menu-program-item > .inner > .program {
    margin: 1.5rem 0;
  }
  .menu-program-item > .inner > .note {
    margin: 1.5rem 0;
  }
  .menu-program-item > .inner > .site-table-border {
    margin: 1.5rem 0;
  }
  .menu-price > .price {
    width: auto;
  }
  .menu-short-program {
    grid-template-columns: 1fr 1fr;
    margin-top: 2rem;
  }
  .menu-short-program > .item {
    padding: 0 1.5rem;
  }
  .menu-short-program > .item:first-child {
    border-bottom: 0;
    border-right: 1px solid var(--color-border);
  }
}


@media screen and (min-width: 737px) {
  .method-menu-content {
    grid-template-areas: "title image" "text image";
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto 1fr;
    gap: 0 4rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
  .method-menu-content > .title {
    margin: 0;
  }
  .method-menu-content > .image {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .method-menu-method {
    margin: auto;
    padding: 2.5rem 4rem;
  }
  .method-menu-method > .ornament {
    font-size: 2.375rem;
    margin-bottom: 2rem;
    text-align: center;
  }
  .method-menu-method > .content {
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem 5rem;
  }
  .method-menu-method > .content > .item::after {
    background-color: var(--color-border);
    content: "";
    height: calc(100% - 1.5rem);
    position: absolute;
    top: 1.5rem;
    right: -2.5rem;
    width: 1px;
  }
  .method-menu-method > .content > .item:nth-child(2) {
    border-top: 0;
    padding-top: 0;
  }
  .method-menu-method > .content > .item:nth-child(even)::after {
    content: none;
  }
}

@media screen and (min-width: 737px) {
  .voice-block {
    margin-bottom: 5rem;
  }
  .voice-block > .message {
    grid-template-columns: 7fr 5fr;
    grid-template-areas: "title image" "text image";
    gap: 0 2.5rem;
    margin-bottom: 3rem;
  }
  .voice-block > .message > .title {
    margin-bottom: 0;
  }
  .voice-block > .message > .image {
    margin: 0;
    width: 100%;
  }
  .voice-block > .comment {
    grid-template-columns: 5rem auto;
    grid-template-areas: "image title" "image description";
    gap: 0 1.5rem;
    padding: 3rem calc(var(--margin-side) * 0.5);
  }
}