@media all and (min-width: 751px) {
  /* MAINV */
  #mainv {
    height: 950px;
    overflow: hidden;
    position: relative;
  }
  #mainv .slick-list,
  #mainv .slick-track,
  #mainv .slick-slide,
  #mainv .slick-slide > div {
    width: 100%;
    height: 100%;
  }
  #mainv:before {
    content: "";
    display: block;
    width: 360px;
    height: 860px;
    background-color: rgba(0, 47, 123, 0.8);
    clip-path: circle(680px at -320px 260px);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
  }
  #mainv:after {
    content: "";
    display: block;
    width: 1360px;
    height: 940px;
    background-image: url(../images/home/mainv/mainv-ring.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 280px;
    z-index: 5;
    pointer-events: none;
  }
  #mainv .image-box {
    width: 100%;
    height: 100%;
    position: relative;
  }
  #mainv .image-box:after {
    content: "";
    display: block;
    width: 100%;
    height: 320px;
    background: linear-gradient(to top, #ffffff 0, #ffffff 75px, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #mainv .image-box .image-list {
    width: 100%;
    height: 100%;
  }
  #mainv .image-box .image-list .image {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: none;
  }
  #mainv .image-box .image-list .image.image01 {
    display: block;
    background-image: url(../images/home/mainv/image01.jpg);
  }
  #mainv .image-box .image-list .image.image02 {
    background-image: url(../images/home/mainv/image02.jpg);
  }
  #mainv .image-box .image-list .image.image03 {
    background-image: url(../images/home/mainv/image03.jpg);
  }
  #mainv .image-box .image-list .image.image04 {
    background-image: url(../images/home/mainv/image04.jpg);
  }
  #mainv .catch-box {
    position: absolute;
    z-index: 10;
    top: 360px;
    left: 455px;
    color: #ffffff;
  }
  #mainv .catch-box .catch-ja {
    font-family: YuGothic, "Noto Sans JP", sans-serif;
    font-weight: 600;
    font-size: 162.5%; /* 26px */
    line-height: 1.65;
    margin: 0 0 -9px 24px;
  }
  #mainv .catch-box .catch-en {
    font-family: "Roboto", sans-serif;
    font-size: 312.5%; /* 50px */
    font-weight: 700;
    font-style: italic;
    letter-spacing: -0.025em;
    line-height: 1.4;
    margin-bottom: 0;
  }
  #mainv .catch-box .catch-en .text {
    margin-left: 20px;
  }
  #mainv .catch-box .catch-en em {
    display: block;
    font-size: 300%;
    line-height: 1.075;
    font-style: italic;
    font-weight: 700;
    margin-top: -14px;
  }
  #mainv .catch-box .catch-en em .trans_r {
    display: inline-block;
    transition: transform 0s;
  }
  /* COMMON */
  .h_titlebox01 {
    text-align: center;
    margin-bottom: 24px;
  }
  .h_titlebox01 .ja-text {
    font-size: 125%; /* 20px */
    font-weight: 600;
    letter-spacing: 0.025em;
    line-height: 1.65;
    margin-bottom: -5px;
  }
  .h_titlebox01 .en-text {
    font-family: "Roboto", sans-serif;
    font-size: 500%; /* 80px */
    font-weight: 700;
    font-style: italic;
    color: #22b573;
    line-height: 1.2;
    letter-spacing: -0.025em;
  }
  .h_title02 {
    font-family: YuGothic, "Noto Sans JP", sans-serif;
    font-weight: 600;
    font-size: 175%; /* 28px */
    color: #002f7b;
    line-height: 1.65;
    margin-bottom: 20px;
  }
  /* HOMW-DESC */
  #home-desc {
    margin-bottom: 110px;
    overflow-x: clip;
    position: relative;
    z-index: 5;
  }
  #home-desc .text-box {
    width: 860px;
    margin-inline: auto;
    position: absolute;
    top: max(60px, 4.6875vw);
    left: 50%;
    z-index: 2;
    transform: translateX(-50%);
  }
  #home-desc .text-box .desc_title {
    color: #002f7b;
    font-family: YuGothic, "Noto Sans JP", sans-serif;
    font-size: 162.5%; /* 26px */
    font-weight: 600;
    line-height: 1.76923;
    margin-bottom: 22px;
    text-align: center;
  }
  #home-desc .image-box {
    position: relative;
  }
  #home-desc .image-box:before {
    content: "";
    display: block;
    width: 100%;
    height: 53%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 15.625%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
  }
  #home-desc .image-box .bg_image img {
    width: 100%;
    height: auto;
  }
  #home-desc:after {
    content: "";
    display: block;
    width: 3800px;
    height: 3430px;
    background-image: url(../images/common/content-bg_ring-home.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 176px;
    left: 50%;
    transform: translate(-50%, 100%);
    pointer-events: none;
  }
  /* HOME-NEWS */
  #home-news {
    margin-bottom: 192px;
  }
  #home-news .h_titlebox01 {
    margin-bottom: 18px;
  }
  /* HOME-MESSAGE */
  #home-message {
    margin-bottom: 155px;
  }
  #home-message .h_titlebox01 {
    margin-bottom: 18px;
  }
  #home-message .visual-box {
    height: 500px;
    position: relative;
    margin-bottom: 73px;
  }
  #home-message .visual-box .bg_image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  #home-message .visual-box .bg_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    vertical-align: middle;
  }
  #home-message .visual-box .text-box {
    isolation: isolate;
    height: 100%;
  }
  #home-message .visual-box .text-box .container-inner {
    height: 100%;
    position: relative;
  }
  #home-message .visual-box .text-box .container-inner .inner {
    padding-top: 182px;
  }
  #home-message .visual-box .text-box .container-inner .inner .ms_title {
    font-family: YuGothic, "Noto Sans JP", sans-serif;
    font-size: 175%; /* 28px */
    font-weight: 600;
    line-height: 1.714285;
    color: #002f7b;
  }
  #home-message .visual-box .text-box .container-inner .inner .name-area {
    font-family: YuGothic, "Noto Sans JP", sans-serif;
    font-size: 125%; /* 20px */
    font-weight: 600;
    letter-spacing: 0.025em;
    line-height: 1.55;
  }
  #home-message .visual-box .text-box .container-inner .inner .name-area .name {
    font-size: 150%; /* 30px */
    margin-left: 6px;
  }
  #home-message .visual-box .text-box .container-inner .name-en {
    font-family: "Roboto", sans-serif;
    font-size: 500%; /* 80px */
    font-weight: 700;
    margin-bottom: 0;
    font-style: italic;
    color: #ffffff;
    line-height: 1;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translateY(13px);
  }
  #home-message .message-area {
    margin-bottom: 66px;
  }
  #home-message .message-area .text:not(:last-of-type) {
    margin-bottom: 35px;
  }
  #home-message .sub-imagebox {
    display: flex;
  }
  #home-message .sub-imagebox .image {
    margin-bottom: 0;
  }
  #home-message .sub-imagebox .image img {
    vertical-align: middle;
  }
  /* HOME-RECRUIT */
  #home-recruit {
    margin-bottom: 115px;
  }
  #home-recruit .text-box {
    margin-bottom: 60px;
  }
  #home-recruit .text-box .text {
    margin-bottom: 43px;
  }
  #home-recruit .images-box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, auto);
  }
  #home-recruit .images-box .image {
    margin: 0;
  }
  #home-recruit .images-box .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: middle;
  }
  #home-recruit .images-box .visual {
    max-height: 620px;
    grid-column: span 4;
  }
  #home-recruit .images-box .sub {
    max-height: 210px;
  }
  /* HOME-VOICE */
  #home-voice {
    margin-bottom: 120px;
  }
  #home-voice .h_titlebox01 {
    margin-bottom: 44px;
  }
  #home-voice .h_voice-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 20px;
  }
  #home-voice .h_voice-box > .one-block {
    position: relative;
  }
  #home-voice .h_voice-box > .one-block .image {
    margin-bottom: 34px;
    height: 400px;
  }
  #home-voice .h_voice-box > .one-block .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    vertical-align: middle;
  }
  #home-voice .h_voice-box > .one-block .text-box {
    padding: 0 25px;
    margin-bottom: 57px;
  }
  #home-voice .h_voice-box > .one-block .text-box .name-area {
    text-align: center;
    font-family: YuGothic, "Noto Sans JP", sans-serif;
    font-size: 137.5%; /* 22px */
    font-weight: 600;
    letter-spacing: 0.025em;
    line-height: 1.65;
  }
  #home-voice .h_voice-box > .one-block .text-box .name-area .name {
    font-size: 136.363636%; /* 30px */
  }
  #home-voice .h_voice-box > .one-block .link-btn {
    display: block;
    width: 115px;
    height: 510px;
    padding: 115px 0 0 31px;
    box-sizing: border-box;
    background-color: rgba(0, 47, 123, 0.85);
    clip-path: circle(340px at -225px 255px);
    text-decoration: none;
    position: absolute;
    top: -55px;
    left: 0;
  }
  #home-voice .h_voice-box > .one-block .link-btn:hover {
    filter: brightness(0.6);
  }
  #home-voice .h_voice-box > .one-block .link-btn:after {
    content: "";
    display: inline-block;
    width: 23px;
    height: 7px;
    background-image: url(../images/common/arrow-white.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 108px;
    left: 30px;
  }
  #home-voice .h_voice-box > .one-block:nth-child(even) .link-btn {
    text-align: right;
    padding: 115px 31px 0 0;
    left: auto;
    right: 0;
    clip-path: circle(340px at 340px 255px);
  }
  #home-voice .h_voice-box > .one-block:nth-child(even) .link-btn:after {
    left: auto;
    right: 30px;
  }
}
@media only screen and (max-width: 750px) {
  /* MAINV */
  #mainv {
    height: 600px;
    position: relative;
    overflow-x: clip;
  }
  #mainv .slick-list,
  #mainv .slick-track,
  #mainv .slick-slide,
  #mainv .slick-slide > div {
    width: 100%;
    height: 100%;
  }
  #mainv:before {
    content: "";
    display: block;
    width: 108px;
    height: 860px;
    background-color: rgba(0, 47, 123, 0.8);
    clip-path: circle(452px at -344px 170px);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
  }
  #mainv:after {
    content: "";
    display: block;
    width: 649px;
    height: 627px;
    background-image: url(../images/home/mainv/mainv-ring_sp.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 101px;
    z-index: 5;
    pointer-events: none;
  }
  #mainv .image-box {
    width: 100%;
    height: 100%;
    position: relative;
  }
  #mainv .image-box:after {
    content: "";
    display: block;
    width: 100%;
    height: 220px;
    background: linear-gradient(to top, #ffffff 0, #ffffff 50px, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #mainv .image-box .image-list {
    width: 100%;
    height: 100%;
  }
  #mainv .image-box .image-list .image {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: none;
  }
  #mainv .image-box .image-list .image.image01 {
    display: block;
    background-image: url(../images/home/mainv/image01_sp.jpg);
  }
  #mainv .image-box .image-list .image.image02 {
    background-image: url(../images/home/mainv/image02_sp.jpg);
  }
  #mainv .image-box .image-list .image.image03 {
    background-image: url(../images/home/mainv/image03_sp.jpg);
  }
  #mainv .image-box .image-list .image.image04 {
    background-image: url(../images/home/mainv/image04_sp.jpg);
  }
  #mainv .catch-box {
    width: 100%;
    padding-left: 52px;
    box-sizing: border-box;
    color: #ffffff;
    position: absolute;
    bottom: 120px;
    left: 0;
    z-index: 10;
  }
  #mainv .catch-box .catch-ja {
    font-family: YuGothic, "Noto Sans JP", sans-serif;
    font-weight: 600;
    font-size: 112.5%; /* 18px */
    line-height: 1.65;
    margin: 0 0 -4px 11px;
  }
  #mainv .catch-box .catch-en {
    font-family: "Roboto", sans-serif;
    font-size: 175%; /* 28px */
    font-weight: 700;
    font-style: italic;
    letter-spacing: -0.025em;
    line-height: 1.4;
    margin-bottom: 0;
  }
  #mainv .catch-box .catch-en .text {
    margin-left: 10px;
  }
  #mainv .catch-box .catch-en em {
    display: block;
    font-size: min(242.857142%, 18vw);
    line-height: 1.1;
    font-style: italic;
    font-weight: 700;
    margin-top: 0px;
  }
  /* COMMON */
  .h_titlebox01 {
    text-align: center;
    margin-bottom: 14px;
  }
  .h_titlebox01 .ja-text {
    font-size: 112.5%; /* 18px */
    font-weight: 600;
    letter-spacing: 0.025em;
    line-height: 1.65;
    margin-bottom: -8px;
  }
  .h_titlebox01 .en-text {
    font-family: "Roboto", sans-serif;
    font-size: 300%; /* 48px */
    font-weight: 700;
    font-style: italic;
    color: #22b573;
    line-height: 1.2;
    letter-spacing: -0.025em;
  }
  .h_title02 {
    font-family: YuGothic, "Noto Sans JP", sans-serif;
    font-weight: 600;
    font-size: 125%; /* 20px */
    color: #002f7b;
    line-height: 1.8;
    margin-bottom: 23px;
  }
  /* HOMW-DESC */
  #home-desc {
    margin-bottom: 55px;
  }
  #home-desc .text-box {
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto -75px;
    position: relative;
    z-index: 10;
  }
  #home-desc .text-box .desc_title {
    color: #002f7b;
    font-family: YuGothic, "Noto Sans JP", sans-serif;
    font-size: 125%; /* 20px */
    font-weight: 600;
    line-height: 1.76923;
    margin-bottom: 22px;
    text-align: center;
    text-shadow: 0 0 2px #ffffff, 0 0 6px #ffffff, 0 0 6px #ffffff;
  }
  #home-desc .image-box {
    position: relative;
  }
  #home-desc .image-box:before {
    content: "";
    display: block;
    width: 100%;
    height: 53%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 15.625%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
  }
  #home-desc .image-box .bg_image img {
    width: 100%;
    height: auto;
  }
  /* HOME-NEWS */
  #home-news {
    margin-bottom: 65px;
  }
  #home-news .h_titlebox01 {
    margin-bottom: 31px;
  }
  /* HOME-MESSAGE */
  #home-message {
    margin-bottom: 66px;
  }
  #home-message .h_titlebox01 {
    margin-bottom: 22px;
  }
  #home-message .visual-box .bg_image {
    height: 250px;
  }
  #home-message .visual-box .bg_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    vertical-align: middle;
  }
  #home-message .visual-box .text-box {
    padding-top: 25px;
    text-align: center;
  }
  #home-message .visual-box .text-box .container-inner {
    height: 100%;
    position: relative;
  }
  #home-message .visual-box .text-box .container-inner .inner {
    margin-bottom: 35px;
  }
  #home-message .visual-box .text-box .container-inner .inner .ms_title {
    font-family: YuGothic, "Noto Sans JP", sans-serif;
    font-size: 125%; /* 20px */
    font-weight: 600;
    line-height: 1.8;
    color: #002f7b;
    margin-inline: -5px;
  }
  #home-message .visual-box .text-box .container-inner .inner .name-area {
    font-family: YuGothic, "Noto Sans JP", sans-serif;
    font-weight: 600;
    letter-spacing: 0.025em;
    line-height: 1.55;
    margin-bottom: 0;
  }
  #home-message .visual-box .text-box .container-inner .inner .name-area .name {
    font-size: 125%; /* 20px */
    margin-left: 6px;
  }
  #home-message .visual-box .text-box .container-inner .name-en {
    font-family: "Roboto", sans-serif;
    font-size: 262.5%; /* 42px */
    font-weight: 700;
    margin-bottom: 0;
    font-style: italic;
    color: #ffffff;
    line-height: 1;
    position: absolute;
    top: 0;
    right: 30px;
    transform: translateY(calc(-100% - 18px));
  }
  #home-message .message-area {
    margin-bottom: 43px;
  }
  #home-message .message-area .text:not(:last-of-type) {
    margin-bottom: 35px;
  }
  #home-message .sub-imagebox {
    text-align: center;
  }
  #home-message .sub-imagebox .image {
    margin-bottom: 0;
  }
  #home-message .sub-imagebox .image:not(:last-of-type) {
    margin-bottom: 10px;
  }
  #home-message .sub-imagebox .image img {
    vertical-align: middle;
  }
  /* HOME-RECRUIT */
  #home-recruit {
    margin-bottom: 65px;
  }
  #home-recruit .text-box {
    margin-bottom: 50px;
  }
  #home-recruit .text-box .text {
    margin-bottom: 50px;
  }
  #home-recruit .images-box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, auto);
  }
  #home-recruit .images-box .image {
    margin: 0;
  }
  #home-recruit .images-box .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: middle;
  }
  #home-recruit .images-box .visual {
    grid-column: span 4;
  }
  /* HOME-VOICE */
  #home-voice {
    margin-bottom: 65px;
  }
  #home-voice .h_voice-box > .one-block {
    position: relative;
  }
  #home-voice .h_voice-box > .one-block .image {
    margin-bottom: 30px;
    height: 400px;
  }
  #home-voice .h_voice-box > .one-block .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    vertical-align: middle;
  }
  #home-voice .h_voice-box > .one-block .text-box {
    padding: 0 25px;
    margin-bottom: 50px;
  }
  #home-voice .h_voice-box > .one-block .text-box .name-area {
    text-align: center;
    font-family: YuGothic, "Noto Sans JP", sans-serif;
    font-size: 125%; /* 20px */
    font-weight: 600;
    letter-spacing: 0.025em;
    line-height: 1.65;
  }
  #home-voice .h_voice-box > .one-block .text-box .name-area .name {
    font-size: 120%; /* 24px */
  }
  #home-voice .h_voice-box > .one-block:last-of-type .text-box {
    margin-bottom: 41px;
  }
  #home-voice .h_voice-box > .one-block .link-btn {
    display: block;
    width: 98px;
    height: 400px;
    padding: 105px 0 0 31px;
    box-sizing: border-box;
    background-color: rgba(0, 47, 123, 0.85);
    clip-path: circle(256px at -158px 201px);
    text-decoration: none;
    position: absolute;
    top: -55px;
    left: 0;
  }
  #home-voice .h_voice-box > .one-block .link-btn:hover {
    filter: brightness(0.6);
  }
  #home-voice .h_voice-box > .one-block .link-btn:after {
    content: "";
    display: inline-block;
    width: 23px;
    height: 7px;
    background-image: url(../images/common/arrow-white.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 91px;
    left: 33px;
  }
  #home-voice .h_voice-box > .one-block:nth-child(odd) .link-btn {
    text-align: right;
    padding: 115px 31px 0 0;
    left: auto;
    right: 0;
    clip-path: circle(256px at 256px 201px);
  }
  #home-voice .h_voice-box > .one-block:nth-child(odd) .link-btn:after {
    left: auto;
    right: 33px;
  }
}
@media all and (min-width: 1400px) {
  #mainv .catch-box .catch-en em .trans_r {
    transform: translateX(245px);
  }
}

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