@media all and (min-width: 751px) {
  /* MAINV */
  #mainv video, #mainv img {
    width: 100%;
    height: 835px;
    vertical-align: middle;
    object-fit: cover;
  }
  /* COMMON */
  .h_title01 {
    font-size: 225%; /* 36px */
    font-weight: bold;
    letter-spacing: 0.04em;
    line-height: 1.65;
  }
  .h_title01_en {
    display: block;
    font-size: 593.75%; /* 95px */
    font-weight: bold;
    line-height: 1;
    letter-spacing: -0.04em;
    margin-bottom: 4px;
    color: rgba(255, 255, 255, 0.3);
  }
  .h_titlebox01 {
    text-align: center;
  }
  .h_textarea .title {
    font-size: 125%;
    font-weight: bold;
  }
  .h_textarea .ex_text {
    margin-bottom: 21px;
  }
  /* HOME-MESSAGE */
  #home-message {
    padding-block: 190px 0;
    margin-bottom: 132px;
    position: relative;
    overflow-x: clip;
  }
  #home-message:before {
    content: "";
    display: block;
    width: calc((100% - 960px) / 2);
    height: 1px;
    background: linear-gradient(to right, #f22313 74px, #ffffff 74px, #ffffff 100%);
    position: absolute;
    bottom: 0;
    right: 0;
  }
  #home-message .text-box .message-box {
    position: relative;
    height: 475px;
    padding-block: 63px 65px;
    box-sizing: border-box;
  }
  #home-message .text-box .message-box .message-titlebox .h_title01_en {
    margin-bottom: 0;
    line-height: 1;
    position: absolute;
    top: 0;
    left: -4px;
    transform: translateY(calc(-100% + 6.5px));
  }
  #home-message .text-box .message-box .message-titlebox .h_title01 {
    margin-bottom: 24px;
  }
  #home-message .text-box .message-box .text-area {
    width: 480px;
  }
  #home-message .text-box .message-box .text-area .title {
    margin-bottom: 20px;
  }
  #home-message .text-box .message-box .text-area .text {
    margin-bottom: 37px;
  }
  #home-message .text-box .message-box .text-area .btn-type02 {
    margin-bottom: 0;
  }
  #home-message .text-box .message-box .line-bottom {
    display: block;
    width: calc(100% + 66px);
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    bottom: 0;
    left: -66px;
  }
  #home-message .text-box .message-box .line-bottom:before {
    content: "";
    display: block;
    width: 1px;
    height: 212px;
    background-color: #ffffff;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  #home-message .text-box .message-box .line-side {
    display: block;
    width: 1px;
    height: calc(100% + 6px);
    background: linear-gradient(to bottom, #f22313 0, #f22313 41px, #ffffff 41px, #ffffff 100%);
    position: absolute;
    top: 0;
    left: -60px;
  }
  #home-message .text-box .message-box .line-side:after {
    content: "";
    display: block;
    width: 82px;
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #home-message .text-box .message-box:before {
    content: "";
    display: block;
    width: 470px;
    height: 1px;
    background: linear-gradient(to right, #f22313 44px, #ffffff 44px, #ffffff 100%);
    position: absolute;
    top: 0;
    left: -60px;
  }
  #home-message .text-box .back-image {
    margin-bottom: 0;
    position: absolute;
    top: 40px;
    right: 0;
    z-index: -1;
  }
  #home-message .text-box .back-image img {
    vertical-align: middle;
  }
  #home-message .image-box {
    display: flex;
    align-items: flex-end;
    margin-left: -45px;
    position: absolute;
    bottom: 0;
    right: 65px;
  }
  #home-message .image-box .image {
    order: 2;
    margin: 0 -40px 0 0;
  }
  #home-message .image-box .image img {
    vertical-align: middle;
  }
  #home-message .image-box .name-area {
    order: 1;
    margin: 0 0 23px 0;
  }
  #home-message .image-box .name-area .status {
    font-size: 87.5%; /* 14px */
    margin-right: 10px;
  }
  #home-message .image-box .name-area .name {
    font-size: 156.25%; /* 25px */
    font-weight: bold;
  }
  #home-message .image-box .en-text {
    order: 3;
    font-size: 187.5%; /* 30px */
    font-weight: bold;
    letter-spacing: 0.04em;
    margin: 0 0 18px 2px;
    color: rgba(255, 255, 255, 0.3);
  }
  /* NEWS */
  #home-news {
    background-color: rgba(10, 89, 151, 0.8);
    padding: 0 0 60px;
  }
  #home-news .news-titlebox .h_title01_en {
    margin-bottom: -30px;
    transform: translateY(-18px);
  }
  #home-news .news-titlebox .h_title01 {
    text-align: center;
    margin-bottom: 29px;
  }
  #home-news .news-list {
    margin-bottom: 35px;
  }
  /* HOME-ABOUT */
  #home-about {
    padding-top: 110px;
    margin-bottom: 150px;
  }
  #home-about .features-outline {
    position: relative;
  }
  #home-about .features-outline:before {
    content: "";
    display: block;
    width: calc((100% - 960px) / 2);
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    right: 0;
  }
  #home-about .features-outline .features-box > .one-block {
    display: flex;
    gap: 35px;
    padding-block: 78px 60px;
    position: relative;
  }
  #home-about .features-outline .features-box > .one-block:not(:last-of-type) {
    margin-bottom: 40px;
  }
  #home-about .features-outline .features-box > .one-block .text-box {
    flex: 1;
  }
  #home-about .features-outline .features-box > .one-block .image-box {
    margin-left: -28px;
    position: relative;
  }
  #home-about .features-outline .features-box > .one-block .image-box .image {
    margin-bottom: 0;
  }
  #home-about .features-outline .features-box > .one-block .image-box .image img {
    vertical-align: middle;
  }
  #home-about .features-outline .features-box > .one-block:nth-of-type(even) {
    flex-direction: row-reverse;
  }
  #home-about .features-outline .features-box > .one-block:nth-of-type(even) .image-box {
    margin-inline: 0 -28px;
  }
  #home-about .features-outline .features-box > .one-block .line-top {
    display: block;
    width: 100%;
    height: 1px;
    background: linear-gradient(to left, #ffffff 0, #ffffff 120px, #f22313 120px, #f22313 194px, #ffffff 194px, #ffffff 100%);
    position: absolute;
    top: 0;
    left: 0;
  }
  #home-about .features-outline .features-box > .one-block .line-top:before {
    content: "";
    display: block;
    width: 1px;
    height: 54px;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
  }
  #home-about .features-outline .features-box > .one-block .line-side {
    display: block;
    width: 1px;
    height: calc(100% - 6px);
    background: linear-gradient(to bottom, #ffffff 0, #ffffff 22px, #f22313 22px, #f22313 96px, #ffffff 96px, #ffffff 100%);
    position: absolute;
    top: 6px;
    left: -6px;
  }
  #home-about .features-outline .features-box > .one-block .line-side:before {
    content: "";
    display: block;
    width: 216px;
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
  }
  #home-about .features-outline .features-box > .one-block:nth-of-type(even) .line-top {
    background: linear-gradient(to right, #ffffff 0, #ffffff 146px, #f22313 146px, #f22313 220px, #ffffff 220px, #ffffff 100%);
  }
  #home-about .features-outline .features-box > .one-block:nth-of-type(even) .line-top:before {
    width: 288px;
    height: 1px;
    background: linear-gradient(to left, #f22313 0, #f22313 20px, #ffffff 20px, #ffffff 100%);
    position: absolute;
    top: -6px;
    left: auto;
    right: 6px;
  }
  #home-about .features-outline .features-box > .one-block:nth-of-type(even) .line-side {
    background: #ffffff;
    top: 0;
    left: auto;
    right: 0;
  }
  #home-about .features-outline .features-box > .one-block:nth-of-type(even) .line-side:before {
    width: 1px;
    height: calc(100% - 33px);
    background: linear-gradient(to bottom, #f22313 0, #f22313 56px, #ffffff 56px, #ffffff 100%);
    top: -6px;
    left: auto;
    right: 6px;
  }
  #home-about .features-outline .features-box > .one-block:first-of-type .line-top {
    width: calc(100% + 6px);
    background: linear-gradient(to right, #ffffff 0, #ffffff 252px, #f22313 252px, #f22313 326px, #ffffff 326px, #ffffff 100%);
    left: -6px;
  }
  #home-about .features-outline .features-box > .one-block:first-of-type .line-side {
    height: calc(100% + 6px);
    background: linear-gradient(to top, #ffffff 0, #ffffff 24px, #f22313 24px, #f22313 98px, #ffffff 98px, #ffffff 100%);
    top: -6px;
    left: 0;
  }
  #home-about .features-outline .features-box > .one-block:first-of-type .line-side:before {
    width: 220px;
  }
  #home-about .features-outline:after {
    content: "";
    display: block;
    width: calc((100% - 960px) / 2 - 6px);
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    bottom: 0;
  }
  #home-about .features-outline.end-left:after {
    left: 0;
  }
  #home-about .features-outline.end-right:after {
    width: calc((100% - 960px) / 2);
    bottom: 6px;
    right: 0;
  }
  /* HOME-RECRUIT */
  #home-recruit {
    padding-block: 105px 270px;
    background-color: #002950;
    position: relative;
    z-index: 2;
    overflow: hidden;
  }
  #home-recruit .h_titlebox01 {
    padding-bottom: 8px;
  }
  #home-recruit .h_titlebox01 .h_title01 {
    margin-bottom: 0;
  }
  #home-recruit:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/home/home_recruit-bg.webp) no-repeat top left/100% auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #home-recruit .main-box .gallery-box {
    width: 96.484375%;
    height: 300px;
    background-color: rgb(164, 164, 164);
    margin: 30px 0 55px;
    position: relative;
  }
  #home-recruit .main-box .gallery-box .images-box {
    display: flex;
  }
  #home-recruit .main-box .gallery-box .images-box .image {
    width: 450px !important;
    aspect-ratio: 450/300;
    margin-bottom: 0;
  }
  #home-recruit .main-box .gallery-box .images-box .image img {
    vertical-align: middle;
  }
  #home-recruit .main-box .gallery-box .line-top {
    display: block;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, #ffffff 0, #ffffff 116px, #f22313 116px, #f22313 190px, #ffffff 190px, #ffffff 100%);
    position: absolute;
    top: -30px;
    left: 0;
  }
  #home-recruit .main-box .gallery-box .line-top:after {
    content: "";
    display: block;
    width: 1px;
    height: 372px;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    right: 0;
  }
  #home-recruit .main-box .gallery-box .line-side {
    display: block;
    width: 1px;
    height: 110px;
    background-color: #ffffff;
    position: absolute;
    top: -23px;
    right: -6px;
  }
  #home-recruit .main-box .gallery-box .line-side:before {
    content: "";
    display: block;
    width: 70px;
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    right: 0;
  }
  #home-recruit .main-box .text-area {
    margin-bottom: 10px;
  }
  #home-recruit .main-box .text-area .inner-box {
    padding-bottom: 55px;
    position: relative;
  }
  #home-recruit .main-box .text-area .inner-box .line-bottom {
    display: block;
    width: 698px;
    height: 1px;
    background: linear-gradient(to left, #ffffff 0, #ffffff 31px, #f22313 31px, #f22313 145px, #ffffff 105px, #ffffff 100%);
    position: absolute;
    bottom: 0;
    left: -54px;
  }
  #home-recruit .main-box .text-area .inner-box .line-bottom:before {
    content: "";
    display: block;
    width: 1px;
    height: 85px;
    background-color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #home-recruit .main-box .text-area .inner-box .line-side {
    display: block;
    width: 1px;
    height: 244px;
    background-color: #ffffff;
    position: absolute;
    bottom: 6px;
    left: -60px;
  }
  #home-recruit .main-box .text-area .inner-box .line-side:after {
    content: "";
    display: block;
    width: 330px;
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  #home-recruit .home-voice .container-inner:has(.voice-titlebox) {
    position: relative;
  }
  #home-recruit .home-voice .container-inner:has(.voice-titlebox) .voice-titlebox {
    width: 523px;
    height: 280px;
    display: grid;
    place-items: center;
    border-right: 1px solid #ffffff;
    position: absolute;
    top: 0;
    right: -60px;
  }
  #home-recruit .home-voice .container-inner:has(.voice-titlebox) .voice-titlebox .h_title01 {
    padding-bottom: 23px;
    margin-bottom: 0;
  }
  #home-recruit .home-voice .container-inner:has(.voice-titlebox) .voice-titlebox .h_title01_en {
    writing-mode: vertical-rl;
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(calc(100% - 6px));
  }
  #home-recruit .home-voice .container-inner:has(.voice-titlebox) .voice-titlebox:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: linear-gradient(to left, #ffffff 0, #ffffff 70px, #f22313 70px, #f22313 145px, #ffffff 145px, #ffffff 100%);
    position: absolute;
    bottom: 0;
    right: 0;
  }
  #home-recruit .home-voice .container-inner:has(.voice-titlebox) .voice-titlebox:after {
    content: "";
    display: block;
    width: 1px;
    height: 240px;
    background-color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(100%);
  }
  #home-recruit .home-voice .h_voice-outframe {
    padding-top: 151px;
    position: relative;
  }
  #home-recruit .home-voice .h_voice-outframe:before {
    content: "";
    display: block;
    width: calc((100% - 960px) / 2 + 497px);
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    top: 519px;
    left: 0;
  }
  #home-recruit .home-voice .h_voice-outframe:after {
    content: "";
    display: block;
    width: calc((100% - 960px) / 2 - 20px);
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    top: 525px;
    left: 0;
  }
  #home-recruit .home-voice .h_voice-outframe .h_voice-box {
    display: flex;
    flex-wrap: wrap;
    gap: 155px 32px;
    margin: 0 -5px 0 31px;
  }
  #home-recruit .home-voice .h_voice-outframe .h_voice-box > .one-block {
    width: 451px;
    position: relative;
  }
  #home-recruit .home-voice .h_voice-outframe .h_voice-box > .one-block .image {
    margin-bottom: 10px;
  }
  #home-recruit .home-voice .h_voice-outframe .h_voice-box > .one-block .image img {
    vertical-align: middle;
  }
  #home-recruit .home-voice .h_voice-outframe .h_voice-box > .one-block .text-box {
    display: flex;
    justify-content: space-between;
  }
  #home-recruit .home-voice .h_voice-outframe .h_voice-box > .one-block .text-box .en_name {
    writing-mode: vertical-rl;
    line-height: 1;
    position: absolute;
    top: 0;
    right: -26px;
  }
  #home-recruit .home-voice .h_voice-outframe .h_voice-box > .one-block .text-box .name-area {
    display: flex;
    align-items: center;
    gap: 5px;
    gap: 0 14px;
    line-height: 1.5;
  }
  #home-recruit .home-voice .h_voice-outframe .h_voice-box > .one-block .text-box .name-area .name {
    display: block;
    font-size: 156.25%; /* 25px */
    font-weight: bold;
  }
  #home-recruit .home-voice .h_voice-outframe .h_voice-box > .one-block .text-box .name-area .join {
    display: block;
    margin-top: 5px;
  }
  #home-recruit .home-voice .h_voice-outframe .h_voice-box > .one-block:nth-of-type(even) {
    transform: translateY(145px);
  }
}
@media only screen and (max-width: 750px) {
  /* MAINV */
  #mainv video, #mainv img {
    width: 100%;
    aspect-ratio: 638/1080;
    vertical-align: middle;
  }
  /* COMMON */
  .h_title01 {
    font-size: 157.142857%; /* 22px */
    font-weight: bold;
    letter-spacing: 0.04em;
    line-height: 1.65;
  }
  .h_title01_en {
    display: block;
    font-size: 357.142857%; /* 50px */
    font-weight: bold;
    line-height: 1;
    letter-spacing: -0.04em;
    margin-bottom: 4px;
    color: rgba(255, 255, 255, 0.3);
  }
  .h_titlebox01 {
    text-align: center;
  }
  .h_textarea .title {
    font-size: 107.142857%; /* 15px */
    font-weight: bold;
    margin-bottom: 12px;
    line-height: 1.666666;
  }
  .h_textarea .text {
    line-height: 1.714285;
  }
  .h_textarea .ex_text {
    margin-bottom: 21px;
  }
  /* HOME-MESSAGE */
  #home-message {
    padding-top: 93px;
    margin-bottom: 82px;
    position: relative;
  }
  #home-message .message-titlebox {
    position: relative;
    margin-bottom: 17px;
  }
  #home-message .message-titlebox:before {
    content: "";
    display: block;
    width: calc(100% + 30px);
    height: 1px;
    background: linear-gradient(to right, #f22313 22px, #ffffff 22px, #ffffff 100%);
    position: absolute;
    top: 0;
    left: -15px;
  }
  #home-message .message-titlebox .h_title01_en {
    margin-bottom: 0;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, calc(-100% + 4.5px));
  }
  #home-message .message-titlebox .h_title01 {
    text-align: center;
    padding-top: 35px;
    margin-bottom: 0;
  }
  #home-message .text-box .message-box {
    position: relative;
    z-index: 5;
    padding-bottom: 30px;
  }
  #home-message .text-box .message-box .text-area .btn-type02 {
    text-align: center;
    padding-top: 300px;
    margin-bottom: 0;
  }
  #home-message .text-box .message-box .line-bottom {
    display: block;
    width: calc(100% + 43px);
    height: 1px;
    background: linear-gradient(to left, #ffffff 87px, #f22313 87px, #f22313 124px, #ffffff 124px, #ffffff 100%);
    position: absolute;
    left: -18px;
    bottom: 0;
  }
  #home-message .text-box .message-box .line-bottom:before {
    content: "";
    display: block;
    width: 1px;
    height: 86px;
    background-color: #ffffff;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  #home-message .text-box .message-box .line-side {
    display: block;
    width: 1px;
    height: calc(100% + 3px);
    background: linear-gradient(to bottom, #f22313 21px, #ffffff 21px, #ffffff 100%);
    position: absolute;
    left: -15px;
    top: 0;
  }
  #home-message .text-box .message-box .line-side:before {
    content: "";
    display: block;
    width: 50px;
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  #home-message .image-box {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(calc(-50% + 75px));
  }
  #home-message .image-box .image {
    margin-bottom: 0;
  }
  #home-message .image-box .image img {
    width: 193px;
    vertical-align: middle;
  }
  #home-message .image-box .name-area {
    margin-bottom: 0;
    position: absolute;
    left: -110px;
    bottom: 95px;
  }
  #home-message .image-box .name-area .status {
    font-size: 71.428571%; /* 10px */
    margin-right: 7px;
  }
  #home-message .image-box .name-area .name {
    font-size: 114.2857142%; /* 16px */
    font-weight: bold;
  }
  #home-message .image-box .en-text {
    font-size: 103.571428%; /* 14.5px */
    color: rgba(255, 255, 255, 0.3);
    line-height: 1;
    letter-spacing: 0.04em;
    margin-bottom: 0;
    font-weight: bold;
    position: absolute;
    left: -110px;
    bottom: 126px;
  }
  #home-message .back-image {
    display: block;
    position: absolute;
    left: 0;
    bottom: 77px;
    z-index: -2;
  }
  #home-message .back-image img {
    width: 297px;
  }
  /* HOME-NEWS */
  #home-news {
    position: relative;
    background-color: rgba(10, 89, 151, 0.8);
    padding: 0 0 45px;
    margin-bottom: 57px;
  }
  #home-news .news-titlebox .h_title01_en {
    margin-bottom: -8px;
    transform: translate(-4px, -9.5px);
  }
  #home-news .news-titlebox .h_title01 {
    text-align: center;
    margin-bottom: 16px;
  }
  #home-news .news-list {
    margin-bottom: 30px;
  }
  /* HOME-ABOUT */
  #home-about .features-outline {
    margin-bottom: 54px;
    position: relative;
  }
  #home-about .features-outline:before {
    content: "";
    display: block;
    width: 11px;
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    right: 0;
  }
  #home-about .features-outline .features-box > .one-block {
    position: relative;
    padding-block: 39px 32px;
  }
  #home-about .features-outline .features-box > .one-block:not(:last-of-type) {
    margin-bottom: 28px;
  }
  #home-about .features-outline .features-box > .one-block .image-box {
    margin-inline: -25px;
  }
  #home-about .features-outline .features-box > .one-block .image-box .image {
    margin-bottom: 25px;
  }
  #home-about .features-outline .features-box > .one-block .image-box .image img {
    width: 100%;
    vertical-align: middle;
  }
  #home-about .features-outline .features-box > .one-block .text-box .title {
    margin-bottom: 14px;
  }
  #home-about .features-outline .features-box > .one-block .text-box .text {
    margin-bottom: 24px;
  }
  #home-about .features-outline .features-box > .one-block .text-box .btn-type02 {
    text-align: center;
    margin-bottom: 0;
  }
  #home-about .features-outline .features-box > .one-block .line-top {
    display: block;
    width: calc(100% + 31px);
    height: 1px;
    background: linear-gradient(to left, #ffffff 0, #ffffff 33px, #f22313 33px, #f22313 70px, #ffffff 70px, #ffffff 100%);
    position: absolute;
    top: 0;
    right: -14px;
  }
  #home-about .features-outline .features-box > .one-block .line-top:before {
    content: "";
    display: block;
    width: 1px;
    height: 25px;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
  }
  #home-about .features-outline .features-box > .one-block .line-side {
    display: block;
    width: 1px;
    height: calc(100% + 3px);
    background: linear-gradient(to top, #f22313 0, #f22313 37px, #ffffff 37px, #ffffff 100%);
    position: absolute;
    top: -3px;
    left: -14px;
  }
  #home-about .features-outline .features-box > .one-block .line-side:before {
    content: "";
    display: block;
    width: 110px;
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
  }
  #home-about .features-outline .features-box > .one-block:nth-of-type(even) .line-top {
    background: linear-gradient(to right, #ffffff 73px, #f22313 73px, #f22313 110px, #ffffff 110px, #ffffff 100%);
    right: auto;
    left: -14px;
  }
  #home-about .features-outline .features-box > .one-block:nth-of-type(even) .line-top:before {
    background: linear-gradient(to left, #f22313 0, #f22313 10px, #ffffff 10px, #ffffff 100%);
    width: 144px;
    height: 1px;
    top: -3px;
    left: auto;
    right: 3px;
  }
  #home-about .features-outline .features-box > .one-block:nth-of-type(even) .line-side {
    width: 1px;
    height: 100%;
    background: linear-gradient(to bottom, #f22313 0, #f22313 29px, #ffffff 29px, #ffffff 100%);
    position: absolute;
    top: -3px;
    left: auto;
    right: -14px;
  }
  #home-about .features-outline .features-box > .one-block:nth-of-type(even) .line-side:before {
    width: 1px;
    height: 57.066666vw;
    top: 3px;
    left: auto;
    right: -3px;
  }
  /* HOME-RECRUIT */
  #home-recruit {
    padding-block: 55px 95px;
    background-color: #002950;
    position: relative;
    z-index: 2;
  }
  #home-recruit .h_titlebox01 {
    padding-bottom: 30px;
  }
  #home-recruit .h_titlebox01 .h_title01 {
    margin-bottom: 0;
  }
  #home-recruit:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/home/home_recruit-bg_sp.webp) no-repeat top left/100% auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #home-recruit .main-box {
    margin-bottom: 18px;
  }
  #home-recruit .main-box .gallery-box {
    width: 100%;
    height: 150px;
    background-color: rgb(164, 164, 164);
    position: relative;
  }
  #home-recruit .main-box .gallery-box .images-box {
    display: flex;
  }
  #home-recruit .main-box .gallery-box .images-box .image {
    width: 225px !important;
    aspect-ratio: 450/300;
    margin-bottom: 0;
  }
  #home-recruit .main-box .gallery-box .images-box .image img {
    vertical-align: middle;
  }
  #home-recruit .main-box .text-area .inner-box {
    padding-block: 21px 46px;
    position: relative;
  }
  #home-recruit .main-box .text-area .inner-box .btn-type02 {
    margin-bottom: 0;
  }
  #home-recruit .main-box .text-area .inner-box .line-bottom {
    display: block;
    width: calc(100% - 57px);
    height: 1px;
    background: linear-gradient(to left, #f22313 0, #f22313 37px, #ffffff 37px, #ffffff 100%);
    position: absolute;
    bottom: 0;
    left: 11px;
  }
  #home-recruit .main-box .text-area .inner-box .line-bottom:before {
    content: "";
    display: block;
    width: 52.201257%;
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    bottom: 3px;
    left: -3px;
  }
  #home-recruit .main-box .text-area .inner-box .line-side {
    display: block;
    width: 1px;
    height: calc(100% + 150px);
    background-color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 11px;
    z-index: 10;
  }
  #home-recruit .main-box .text-area .inner-box .line-side:before {
    content: "";
    display: block;
    width: 1px;
    height: 45px;
    background-color: #ffffff;
    position: absolute;
    left: -3px;
    bottom: 3px;
  }
  #home-recruit .home-voice .container-inner {
    padding-inline: 36px 46px;
  }
  #home-recruit .home-voice .voice-titlebox {
    display: grid;
    place-items: center;
    height: 140px;
    text-align: center;
    border-right: 1px solid #ffffff;
    position: relative;
  }
  #home-recruit .home-voice .voice-titlebox .h_title01 {
    padding-bottom: 14px;
    margin-bottom: 0;
  }
  #home-recruit .home-voice .voice-titlebox .h_title01_en {
    writing-mode: vertical-rl;
    font-size: 339.285714%; /* 47.5px */
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(calc(100% - 3px));
  }
  #home-recruit .home-voice .voice-titlebox:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: linear-gradient(to left, #ffffff 0, #ffffff 70px, #f22313 70px, #f22313 145px, #ffffff 145px, #ffffff 100%);
    position: absolute;
    bottom: 0;
    right: 0;
  }
  #home-recruit .home-voice .h_voice-outframe .h_voice-box {
    padding-top: 9px;
    border-left: 1px solid #ffffff;
    position: relative;
  }
  #home-recruit .home-voice .h_voice-outframe .h_voice-box:before {
    content: "";
    display: block;
    width: 36px;
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateX(-100%);
  }
  #home-recruit .home-voice .h_voice-outframe .h_voice-box > .one-block {
    margin-left: 10px;
    position: relative;
  }
  #home-recruit .home-voice .h_voice-outframe .h_voice-box > .one-block:not(:last-of-type) {
    margin-bottom: 50px;
  }
  #home-recruit .home-voice .h_voice-outframe .h_voice-box > .one-block .image {
    margin-bottom: 8px;
    text-align: center;
  }
  #home-recruit .home-voice .h_voice-outframe .h_voice-box > .one-block .image img {
    vertical-align: middle;
  }
  #home-recruit .home-voice .h_voice-outframe .h_voice-box > .one-block .text-box {
    text-align: center;
  }
  #home-recruit .home-voice .h_voice-outframe .h_voice-box > .one-block .text-box .en_name {
    writing-mode: vertical-rl;
    font-size: 78.571428%; /* 11px */
    line-height: 1;
    position: absolute;
    top: 0;
    right: -16px;
  }
  #home-recruit .home-voice .h_voice-outframe .h_voice-box > .one-block .text-box .name-area {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    gap: 0 9px;
    line-height: 1.5;
    margin-bottom: 9px;
  }
  #home-recruit .home-voice .h_voice-outframe .h_voice-box > .one-block .text-box .name-area .name {
    display: block;
    font-size: 107.142857%; /* 15px */
    font-weight: bold;
  }
  #home-recruit .home-voice .h_voice-outframe .h_voice-box > .one-block .text-box .name-area .join {
    display: block;
    font-size: 85.714285%; /* 12px */
    margin-top: 2px;
  }
  #home-recruit .home-voice .h_voice-outframe .h_voice-box > .one-block .text-box .btn-type02 {
    margin-bottom: 0;
  }
  #home-recruit .home-voice .h_voice-outframe .h_voice-box > .one-block .text-box .btn-type02 > a {
    width: 236px;
    padding: 14px 58px 14px 45px;
  }
}

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