@media all and (min-width: 751px) {
  /* MAINV */
  #mainv {
    overflow-x: clip;
    margin-bottom: 68px;
  }
  #mainv .container-inner {
    position: relative;
  }
  #mainv .container-inner .movie-box {
    width: 1164px;
    height: 940px;
    mask-image: url(../images/home/mainv/mainv-mask.svg);
    mask-repeat: no-repeat;
    mask-position: top center;
    mask-size: 1164px 940px;
    transform: translateX(202px);
    position: relative;
  }
  #mainv .container-inner .movie-box video {
    aspect-ratio: 1920/1080;
    height: 940px;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-260px);
    pointer-events: none;
  }
  #mainv .container-inner .catch-box {
    position: absolute;
    top: 544px;
    left: 0;
    z-index: 2;
  }
  #mainv .container-inner .catch-box .en-text {
    font-size: 212.5%; /* 34px */
    font-family: "Source Serif 4", serif;
    line-height: 1.2;
    margin-bottom: 16px;
  }
  #mainv .container-inner .catch-box .en-text em {
    display: block;
    font-size: 235.294117%; /* 80px */
    font-weight: 500;
  }
  #mainv .container-inner .catch-box .ja-text {
    font-size: 212.5%; /* 34px */
    line-height: 1.575757;
  }
  /* CONTENT */
  #c-wrapper {
    position: relative;
  }
  #c-wrapper:before {
    content: "";
    display: block;
    width: calc((100% - 1100px) / 2 + 1193px);
    height: 1454px;
    clip-path: polygon(0 100%, 0 100%, 99.45504% 0, 0 781px);
    background: linear-gradient(to right, #e1edf3 0, #b0cbdd 100%);
    position: absolute;
    top: -1008px;
    left: 0;
    z-index: -1;
  }
  #c-wrapper:after {
    content: "";
    display: block;
    width: 100%;
    height: 2070px;
    visibility: visible;
    clip-path: polygon(0 0, 0 674px, 100% 100%, 100% 780px);
    background: linear-gradient(to right, #e1edf3 0, #b0cbdd 100%);
    mix-blend-mode: multiply;
    position: absolute;
    top: -224px;
    left: 0;
    z-index: -1;
  }
  /* HOME-NEWS */
  #home-news {
    margin-bottom: 65px;
  }
  #home-news .news-box {
    display: grid;
    gap: 0 20px;
    grid-template-columns: 160px 1fr;
  }
  #home-news .news-box .news-title {
    font-size: 206.25%; /* 33px */
    line-height: 1.55;
  }
  #home-news .news-box .news-link {
    display: inline-block;
  }
  #home-news .news-box .news-link > a {
    text-decoration: none;
    font-weight: 500;
    color: #007e6b;
    padding-right: 38px;
    line-height: 1.55;
    position: relative;
  }
  #home-news .news-box .news-link > a:before {
    content: "";
    display: inline-block;
    width: 26px;
    height: 8px;
    background-image: url(../images/common/arrow01.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(calc(-50% + 2px));
  }
  #home-news .news-box .news-link > a:hover {
    opacity: 0.6;
  }
  #home-news .news-box .news-list {
    margin-block: 10px 0;
  }
  /* HOME-GREET */
  #home-greet {
    height: 675px;
    margin-bottom: 128px;
  }
  #home-greet .container-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    height: 100%;
    position: relative;
    z-index: 2;
  }
  #home-greet .container-inner .text-area {
    padding: 55px 40px 0;
  }
  #home-greet .container-inner .text-area .title {
    color: #151c53;
    font-size: 231.25%; /* 37px */
    font-weight: 700;
    line-height: 1.65;
    margin-bottom: 12px;
  }
  #home-greet .container-inner .text-area .text {
    margin-bottom: 20px;
  }
  #home-greet .container-inner .name-area {
    display: inline-block;
    text-align: right;
    color: #ffffff;
    padding-bottom: 20px;
  }
  #home-greet .container-inner .name-area .en-name {
    margin-bottom: 0;
    font-family: "Source Serif 4", serif;
    font-weight: 500;
    font-size: 612.5%; /* 98px */
    line-height: 1;
    text-shadow: 0 0 3px #000000, 0 0 8px #000000, 0 0 15px #000000, 0 0 25px #000000;
  }
  #home-greet .container-inner .name-area .name_st {
    font-size: 162.5%; /* 26px */
    line-height: 1.65;
    margin-bottom: 0;
    text-shadow: 0 0 3px #000000, 0 0 8px #000000, 0 0 15px #000000, 0 0 25px #000000;
  }
  #home-greet .container-inner .name-area .name_st .name {
    font-size: 126.923076%; /* 33px */
    margin-left: 17px;
  }
  #home-greet .container-inner .image {
    display: block;
    width: 1280px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -90px;
    z-index: -1;
    margin-bottom: 0;
  }
  #home-greet .container-inner .image img {
    vertical-align: middle;
  }
  /* HOME-RECRUIT */
  #home-recruit .container-inner {
    position: relative;
  }
  #home-recruit .container-inner .text-box {
    position: absolute;
    top: -25px;
    left: 0;
    z-index: 3;
  }
  #home-recruit .container-inner .text-box .title-en {
    display: block;
    font-family: "Source Serif 4", serif;
    font-size: 462.5%; /* 74px */
    font-weight: 500;
    margin-bottom: -2px;
    line-height: 1.2;
  }
  #home-recruit .container-inner .text-box .rec-title {
    font-size: 187.5%; /* 30px */
    line-height: 1.566666;
    margin-bottom: 27px;
  }
  #home-recruit .container-inner .images-box {
    height: 650px;
    position: relative;
    z-index: 2;
  }
  #home-recruit .container-inner .images-box .image {
    margin-bottom: 0;
    position: absolute;
    z-index: -1;
  }
  #home-recruit .container-inner .images-box .image img {
    vertical-align: middle;
  }
  #home-recruit .container-inner .images-box .image.image01 {
    top: 0;
    right: -89px;
  }
  #home-recruit .container-inner .images-box .image.image02 {
    top: 266px;
    left: 2px;
    z-index: 2;
  }
  #home-recruit .container-inner .images-box .image.image03 {
    top: 402px;
    left: 370px;
  }
  #home-recruit .container-inner .images-box .image.image04 {
    top: 560px;
    right: 20px;
  }
  /* HOMME-STAFF */
  #home-staff .image {
    margin-bottom: 0;
  }
  #home-staff .image img {
    width: 100%;
    height: 100%;
    max-height: 872px;
    vertical-align: middle;
    object-fit: cover;
  }
}
@media only screen and (max-width: 750px) {
  /* MAINV */
  #mainv {
    overflow-x: clip;
    position: relative;
    margin-bottom: 65px;
  }
  #mainv .container-inner .movie-box {
    width: 101.333333%;
    aspect-ratio: 1164/940;
    transform: translateX(20px);
    margin-bottom: 24px;
    mask-image: url(../images/home/mainv/mainv-mask.svg);
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    position: relative;
  }
  #mainv .container-inner .movie-box video {
    height: 100%;
    aspect-ratio: 1920/1080;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-50px);
    pointer-events: none;
  }
  #mainv .container-inner .movie-box img {
    vertical-align: middle;
  }
  #mainv .container-inner .catch-box {
    padding-inline: 15px 5px;
  }
  #mainv .container-inner .catch-box .en-text {
    font-size: min(6.933333vw, 162.5%); /* 26px */
    font-family: "Source Serif 4", serif;
    line-height: 1.2;
    margin-bottom: min(3.6962vw, 16px);
  }
  #mainv .container-inner .catch-box .en-text em {
    display: block;
    font-size: min(13.866666vw, 200%); /* 52px */
    font-weight: 500;
    margin-top: 3px;
  }
  #mainv .container-inner .catch-box .ja-text {
    font-size: min(6.4vw, 150%); /* 24px */
    line-height: 1.65;
    margin-bottom: 0;
  }
  /* CONTENT */
  #content {
    margin-bottom: 0;
  }
  #c-wrapper {
    overflow-x: clip;
  }
  #mainv:before {
    content: "";
    display: block;
    width: 89.333333%;
    aspect-ratio: 335/385;
    clip-path: polygon(100% 0, 0 42.857142%, 0 100%);
    background: linear-gradient(to right, #e1edf3 0, #b0cbdd 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #home-recruit:after {
    content: "";
    display: block;
    width: 100%;
    height: 480px;
    background: linear-gradient(to right, #e1edf3 0, #b0cbdd 100%);
    clip-path: polygon(0 0, 0 125px, 100% 100%, 100% 155px);
    position: absolute;
    bottom: -130px;
    left: 0;
    z-index: -1;
  }
  /* HOME-NEWS */
  #home-news {
    margin-bottom: 70px;
  }
  #home-news .news-box .title-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    line-height: 1.55;
    margin-bottom: 20px;
  }
  #home-news .news-box .title-box .news-title {
    font-size: 206.25%; /* 33px */
    line-height: 1.55;
    margin-bottom: 0;
  }
  #home-news .news-box .title-box .news-link {
    display: inline-block;
  }
  #home-news .news-box .title-box .news-link > a {
    display: inline-block;
    font-weight: 500;
    color: #007e6b;
    padding-right: 38px;
    line-height: 1.55;
    position: relative;
    text-decoration: none;
  }
  #home-news .news-box .title-box .news-link > a:before {
    content: "";
    display: inline-block;
    width: 26px;
    height: 8px;
    background-image: url(../images/common/arrow01.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(calc(-50% + 1.5px));
  }
  #home-news .news-box .title-box .news-link > a:hover {
    opacity: 0.6;
  }
  /* HOME-GREET */
  #home-greet {
    margin-bottom: 80px;
    position: relative;
    z-index: 2;
  }
  #home-greet .text-area {
    padding-top: 240px;
  }
  #home-greet .text-area .title {
    font-size: 156.25%; /* 25px */
    font-weight: 700;
    color: #151c53;
    line-height: 1.75;
    position: absolute;
    top: 25px;
    left: 20px;
  }
  #home-greet .text-area .text {
    padding-top: 20px;
    margin-bottom: 23px;
  }
  #home-greet .name-area {
    display: flex;
    flex-direction: column-reverse;
    color: #ffffff;
    line-height: 1.55;
    position: absolute;
    top: 150px;
    left: 20px;
  }
  #home-greet .name-area .en-name {
    margin-bottom: 0;
    font-family: "Source Serif 4", serif;
    font-weight: 500;
    font-size: 250%; /* 40px */
    line-height: 1;
    text-shadow: 0 0 3px #000000, 0 0 8px #000000, 0 0 25px #000000;
  }
  #home-greet .name-area .name_st {
    font-weight: 500;
    line-height: 1;
    margin-bottom: 14px;
    text-shadow: 0 0 3px #000000, 0 0 8px #000000, 0 0 25px #000000;
  }
  #home-greet .name-area .name_st .name {
    font-size: 137.5%; /* 22px */
    margin-left: 14px;
  }
  #home-greet .name-area .en-name {
    margin-bottom: 0;
  }
  #home-greet .image {
    display: block;
    width: 100%;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #home-greet .image img {
    width: 100%;
    height: 240px;
    vertical-align: middle;
    object-fit: cover;
  }
  /* #HOME-RECRUIT */
  #home-recruit {
    margin-bottom: 70px;
    position: relative;
  }
  #home-recruit .text-box {
    margin-bottom: 45px;
  }
  #home-recruit .text-box .title-en {
    display: block;
    font-family: "Source Serif 4", serif;
    font-size: 362.5%; /* 58px */
    font-weight: 500;
    margin-bottom: -2px;
    line-height: 1.2;
  }
  #home-recruit .text-box .rec-title {
    font-size: 137.5%; /* 22px */
    line-height: 1.566666;
    margin-bottom: 20px;
  }
  #home-recruit .images-box {
    max-width: 390px;
    margin-inline: auto;
  }
  #home-recruit .images-box .image {
    margin-bottom: 0;
  }
  #home-recruit .images-box .image img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    object-fit: cover;
  }
  #home-recruit .images-box .image.image01 {
    margin: 0 -20px 20px;
    height: 246px;
  }
  #home-recruit .images-box .image.image02 {
    width: 240px;
    position: relative;
    z-index: 2;
  }
  #home-recruit .images-box .image.image03 {
    width: 190px;
    margin: -20px 0 25px auto;
  }
  #home-recruit .images-box .image.image04 {
    width: 175px;
  }
  #home-staff .image {
    margin-bottom: 0;
  }
  #home-staff .image img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    object-fit: cover;
  }
}

/*# sourceMappingURL=page-home.css.map */
