@charset "UTF-8";
/* トップページ
----------------------------------------------*/
/* === FV メインビジュアル（多層構造）=== */
.top_content {
  position: relative;
  overflow: hidden;
  background: url(../img/fv01.jpg) center/cover no-repeat, url("data:image/jpeg;base64,/9j/4AAQSkZJRgABAQABLAEsAAD/4QESRXhpZgAATU0AKgAAAAgACAEGAAMAAAABAAIAAAESAAMAAAABAAEAAAEaAAUAAAABAAAAbgEbAAUAAAABAAAAdgEoAAMAAAABAAIAAAExAAIAAAAhAAAAfgEyAAIAAAAUAAAAoIdpAAQAAAABAAAAtAAAAAAAAAEsAAAAAQAAASwAAAABQWRvYmUgUGhvdG9zaG9wIDI3LjYgKE1hY2ludG9zaCkAADIwMjY6MDU6MTggMTQ6MjQ6MDIAAAWQAAAHAAAABDAyMzGQBAACAAAAFAAAAPagAQADAAAAAQABAACgAgAEAAAAAQAAACCgAwAEAAAAAQAAABUAAAAAMjAyNjowNToxOCAxNDowODoyNgD/7QBkUGhvdG9zaG9wIDMuMAA4QklNBAQAAAAAACwcAVoAAxslRxwCAAACAAIcAj4ACDIwMjYwNTE4HAI/AAsxNDA4MjYrMDkwMDhCSU0EJQAAAAAAEHBiMKMmpK4ZS+XYbU4O0AT/wAARCAAVACADASIAAhEBAxEB/8QAHwAAAQUBAQEBAQEAAAAAAAAAAAECAwQFBgcICQoL/8QAtRAAAgEDAwIEAwUFBAQAAAF9AQIDAAQRBRIhMUEGE1FhByJxFDKBkaEII0KxwRVS0fAkM2JyggkKFhcYGRolJicoKSo0NTY3ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqDhIWGh4iJipKTlJWWl5iZmqKjpKWmp6ipqrKztLW2t7i5usLDxMXGx8jJytLT1NXW19jZ2uHi4+Tl5ufo6erx8vP09fb3+Pn6/8QAHwEAAwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoL/8QAtREAAgECBAQDBAcFBAQAAQJ3AAECAxEEBSExBhJBUQdhcRMiMoEIFEKRobHBCSMzUvAVYnLRChYkNOEl8RcYGRomJygpKjU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6goOEhYaHiImKkpOUlZaXmJmaoqOkpaanqKmqsrO0tba3uLm6wsPExcbHyMnK0tPU1dbX2Nna4uPk5ebn6Onq8vP09fb3+Pn6/9sAQwAMDAwMDAwUDAwUHRQUFB0nHR0dHScxJycnJycxOzExMTExMTs7Ozs7Ozs7R0dHR0dHU1NTU1NdXV1dXV1dXV1d/9sAQwEODw8YFhgoFhYoYUI2QmFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFh/90ABAAC/9oADAMBAAIRAxEAPwDrYrM9xV1LP2rnZL26mtzFKQASOVODxTIpb1A4inO1hhg3P5V3OMmcKcUdT9lGKha19q5u1n1W3jCwTKygnhqq3M+qSS7pJABtI+X1Iwf5UlCV9x80bH//0GiRivWniVgPrUK/dp3YfSvZseLcsrKwGBTXdiaYO31obrSA/9k=") center/cover no-repeat, #04173f;
}

/* ① スライダー層 */
.top_content-slider {
  position: absolute !important;
  inset: 0;
  z-index: 1;
}
.top_content-slider .swiper-wrapper {
  height: 100%;
}
.top_content-slider .swiper-slide {
  height: 100%;
  overflow: hidden;
}
.top_content-slider .-fv_img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  animation: fvKen 20s ease-in-out infinite alternate;
}

@keyframes fvKen {
  0% {
    transform: scale(1.06) translateX(0);
  }
  100% {
    transform: scale(1.16) translateX(-2.5%);
  }
}
@media print, screen and (max-width: 999px) {
  .top_content-slider .-fv_img {
    transform-origin: center top;
  }
  .top_content-slider .-fv_img.fv-img-06 {
    background-size: auto 130% !important;
    background-position: center top !important;
  }
}
/* ② 青グラデ層（左濃→右透明） */
.top_content-gradient {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(to right, rgb(19, 67, 228) 0%, rgba(19, 67, 228, 0) 50%);
}

/* ③ 光エフェクト層（上から透過の光） */
.top_content-light {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0) 42%);
  mix-blend-mode: screen;
}

/* ⑤ 波層（下端） */
.top_content-wave {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  z-index: 5;
  line-height: 0;
  pointer-events: none;
}
.top_content-wave .-fv_waves {
  width: 100%;
}
@media print, screen and (min-width: 1000px) {
  .top_content-wave .-fv_waves {
    height: 90px;
  }
}
@media print, screen and (max-width: 999px) {
  .top_content-wave .-fv_waves {
    height: 50px;
  }
}
.top_content-wave .-fv_waves-parallax > use {
  animation: fvWave 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}
.top_content-wave .-fv_waves-parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 22s;
}
.top_content-wave .-fv_waves-parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 28s;
}
.top_content-wave .-fv_waves-parallax > use:nth-child(3) {
  animation-delay: -1s;
  animation-duration: 18s;
}

@keyframes fvWave {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
/* FVテキスト画像：ヘッダー下を起点に縦中央・左寄せ配置 */
.fv-text-img {
  position: absolute;
  top: 42%;
  left: 13%;
  transform: translateY(-50%);
  height: 64%;
  width: auto;
  z-index: 4;
  pointer-events: none;
}
/* TB：ヘッダー(93px)分を考慮して下にずらす */
@media (min-width: 768px) and (max-width: 999px) {
  .fv-text-img {
    top: 54%;
  }
}
/* SP のみ：ヘッダー下の写真エリア縦中央・左寄せ */
@media (max-width: 767px) {
  .fv-text-img {
    height: 55%;
    left: 4%;
    top: 53%;
    transform: translateY(-50%);
  }
}

.top_content-area {
  position: relative;
  z-index: 4;
  color: #fff;
  font-weight: bold;
}
@media print, screen and (min-width: 1000px) {
  .top_content-area {
    margin: auto;
    padding: 0 20px;
    max-width: 1240px;
    box-sizing: border-box;
  }
}
@media print, screen and (min-width: 1000px) {
  .top_content-text {
    /* 1920px幅でFVが高くなりすぎないようclampで上限を設定 */
    padding-top: clamp(100px, 14vw, 180px);
    margin-bottom: clamp(60px, 12vw, 120px);
    /* fv_text.png に差し替えたため、元のh2(2行)+p(2行)相当の高さを確保 */
    min-height: 320px;
  }
}
/* #9修正: タブレット（768〜999px）では70vw上パディングが巨大になりすぎるため縮小 */
@media print, screen and (min-width: 768px) and (max-width: 999px) {
  .top_content-text {
    padding: 38vw 15px 12vw 20px;
  }
}
@media print, screen and (max-width: 767px) {
  /* Fix④: 70vwは375px以下で263px超になり過大なためclampで上限を260pxに抑制 */
  .top_content-text {
    padding: clamp(200px, 70vw, 260px) 15px 28vw 20px;
  }
}
.top_content-text h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.23;
  letter-spacing: 0.06em;
}
@media print, screen and (min-width: 1000px) {
  .top_content-text h2 {
    margin-bottom: 4rem;
    font-size: 4.5rem;
  }
}
@media print, screen and (max-width: 999px) {
  .top_content-text h2 {
    margin-bottom: 10px;
    font-size: 2.25rem;
    /* #10修正: 漢字の途中で行をまたがないようにする */
    word-break: keep-all;
    overflow-wrap: break-word;
  }
}
.top_content-text p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
}
@media print, screen and (min-width: 1000px) {
  .top_content-text p {
    font-size: 1.5rem;
  }
}
@media print, screen and (max-width: 999px) {
  .top_content-text p {
    font-size: 1.25rem;
  }
}

@media print, screen and (min-width: 1000px) {
  .top_content-news {
    padding: 10px 20px 25px;
    font-size: 0.75rem;
    border-top: 2px solid #fff;
  }
}
@media print, screen and (max-width: 999px) {
  .top_content-news {
    margin: 15px 25px 35px;
    padding-bottom: 25px;
    border-bottom: 1px solid #dbdbdb;
  }
}
.top_content-news h3 {
  font-weight: 500;
}
@media print, screen and (min-width: 1000px) {
  .top_content-news h3 {
    margin-bottom: 20px;
  }
}
@media print, screen and (max-width: 999px) {
  .top_content-news h3 {
    margin-bottom: 10px;
    font-size: 1.25rem;
  }
}

@media print, screen and (min-width: 1000px) {
  .-top_news-flex {
    display: flex;
    align-items: center;
  }
}
.-top_news-flex strong {
  margin-right: 10px;
  padding: 2px 15px;
  background: #1343e4;
}
@media print, screen and (max-width: 999px) {
  .-top_news-flex strong {
    color: #fff;
    border-radius: 4px;
    font-size: 0.65rem;
  }
}
@media print, screen and (max-width: 999px) {
  .-top_news-flex small {
    color: #4a4a4a;
    font-size: 0.75rem;
  }
}

@media print, screen and (max-width: 999px) {
  .--top_news-flex {
    margin-bottom: 5px;
    display: flex;
    align-items: center;
  }
}

@media print, screen and (min-width: 1000px) {
  .main_content-news_top {
    margin: 0 auto 5vw;
    padding: 40px 20px 0;
    max-width: 1040px;
    box-sizing: border-box;
  }
  .main_content-news_top h3 {
    margin-bottom: 14px;
    padding-bottom: 12px;
    color: #1343e4;
    font-size: 1.7rem;
    font-weight: bold;
    letter-spacing: 0.06em;
    border-bottom: 1px solid #1343E4;
  }
}

.-main_news_top-flex {
  transition: opacity 0.3s;
}
.-main_news_top-flex:hover {
  opacity: 0.6;
}
@media print, screen and (min-width: 1000px) {
  .-main_news_top-flex {
    display: flex;
    align-items: center;
    padding-bottom: 18px;
    border-bottom: 1px solid #1343E4;
    color: #1a1a2e;
    font-size: 0.95rem;
    font-weight: bold;
  }
  .-main_news_top-flex strong {
    flex-shrink: 0;
    margin-right: 18px;
    padding: 5px 20px;
    background: #1343e4;
    color: #fff;
    border-radius: 0;
    font-weight: bold;
    font-size: 0.8rem;
  }
  .-main_news_top-flex small {
    flex-shrink: 0;
    margin-right: 20px;
    color: #4a4a4a;
    font-weight: 500;
    font-size: 0.9rem;
  }
  .-main_news_top-flex p {
    color: #042443;
    font-weight: 500;
  }
}

.main_content {
  position: relative;
}
@media print, screen and (min-width: 1000px) {
  .main_content {
    overflow: hidden;
  }
}
.main_content::before {
  content: "";
  position: absolute;
  z-index: -1;
}
@media print, screen and (min-width: 1000px) {
  .main_content::before {
    width: 817px;
    height: 568px;
    background: url(../img/back_img01.png);
    background-size: cover;
    top: -30px;
    right: -30px;
    z-index: -1;
  }
}
@media print, screen and (max-width: 999px) {
  .main_content::before {
    margin: auto;
    width: 308px;
    height: 214px;
    background: url(../img/sp/back_img01.png);
    background-size: cover;
    top: 0;
    left: 0;
    right: 0;
    display: block;
  }
}

@media print, screen and (min-width: 1000px) {
  .main_content-top {
    margin-bottom: 5.8vw;
  }
}
@media print, screen and (min-width: 1000px) {
  .main_content-top-box {
    margin: 8.5vw auto 6vw;
    padding: 0 20px;
    max-width: 1040px;
    box-sizing: border-box;
  }
}
@media print, screen and (max-width: 999px) {
  .main_content-top-box {
    margin: 40px 25px 50px;
  }
}
.main_content-top-box h2 {
  color: #1343e4;
}
@media print, screen and (min-width: 1000px) {
  .main_content-top-box h2 {
    margin-bottom: 10px;
    font-size: 3rem;
    width: 80%;
  }
}
@media print, screen and (max-width: 999px) {
  .main_content-top-box h2 {
    margin-bottom: 15px;
    font-size: 1.7rem;
  }
}
@media print, screen and (min-width: 1000px) {
  .main_content-top-box h3 {
    margin-bottom: 25px;
  }
}
@media print, screen and (max-width: 999px) {
  .main_content-top-box h3 {
    margin-bottom: 15px;
  }
}

.-heading_box02 {
  color: #1343e4;
  font-weight: 500;
  display: flex;
  align-items: center;
}
@media print, screen and (min-width: 1000px) {
  .-heading_box02 {
    font-size: 1.25rem;
  }
}
.-heading_box02::before {
  content: "";
  margin-right: 10px;
  width: 11px;
  height: 11px;
  background: url(../img/icon_heading01.png);
  background-size: cover;
  display: block;
}

@media print, screen and (min-width: 1000px) {
  .main_content-top-flex {
    display: flex;
  }
}
@media print, screen and (min-width: 1000px) {
  .main_content-top-flex .-main_top-link {
    margin: 3.5rem 0 0 auto;
  }
}
@media print, screen and (max-width: 999px) {
  .main_content-top-flex .-main_top-link .-link_btn {
    margin: auto;
  }
}

@media print, screen and (max-width: 999px) {
  .-main_top-text {
    margin-bottom: 50px;
  }
}
.-main_top-text h4 {
  margin-bottom: 20px;
  font-weight: bold;
}
@media print, screen and (min-width: 1000px) {
  .-main_top-text h4 {
    font-size: 1.9rem;
  }
}
@media print, screen and (max-width: 999px) {
  .-main_top-text h4 {
    font-size: 1.4rem;
  }
}

.main_content-top-scroll {
  width: 100%;
  overflow: hidden;
}
@media print, screen and (max-width: 999px) {
  .main_content-top-scroll {
    margin-bottom: 50px;
  }
}

.-main_top-scroll-flex {
  width: -moz-max-content;
  width: max-content;
  display: flex;
  animation: scrollLoop 20s linear infinite;
}
@media print, screen and (min-width: 1000px) {
  .-main_top-scroll-flex {
    gap: 0 40px;
  }
}
@media print, screen and (max-width: 999px) {
  .-main_top-scroll-flex {
    gap: 0 20px;
  }
}

.-main_top-scroll-list {
  flex-shrink: 0;
}
@media print, screen and (min-width: 1000px) {
  .-main_top-scroll-list {
    width: 300px;
  }
}
@media print, screen and (max-width: 999px) {
  .-main_top-scroll-list {
    width: 162px;
  }
}

@media print, screen and (min-width: 1000px) {
  .-scroll_even {
    margin-top: 85px;
  }
}
@media print, screen and (max-width: 999px) {
  .-scroll_even {
    margin-top: 50px;
  }
}

@keyframes scrollLoop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-50% - 10px));
  }
}
.-main_top-scroll-flex.-top_scroll {
  gap: 0;
  animation-name: scrollLoopTop;
  animation-duration: 100s;
}
@media print, screen and (min-width: 1000px) {
  .-main_top-scroll-flex.-top_scroll .-main_top-scroll-list {
    margin-right: 40px;
  }
}
@media print, screen and (max-width: 999px) {
  .-main_top-scroll-flex.-top_scroll .-main_top-scroll-list {
    margin-right: 20px;
  }
}
.-main_top-scroll-flex.-top_scroll .-main_top-scroll-list img {
  width: 100%;
  height: auto;
  aspect-ratio: 3/4;
  -o-object-fit: cover;
     object-fit: cover;
}

@keyframes scrollLoopTop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/* セクション間の波（main_content-top と main_content-service の間） */
.main_content-wave {
  width: 100%;
  margin-bottom: 10vh;
  line-height: 0;
  overflow: hidden;
}
.main_content-wave .-fv_waves {
  width: 100%;
}
@media print, screen and (min-width: 1000px) {
  .main_content-wave .-fv_waves {
    height: 90px;
  }
}
@media print, screen and (max-width: 999px) {
  .main_content-wave .-fv_waves {
    height: 50px;
  }
}
.main_content-wave .-mc_waves-parallax > use {
  animation: fvWave 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}
.main_content-wave .-mc_waves-parallax > use:nth-child(1) {
  animation-delay: -5s;
  animation-duration: 21s;
}
.main_content-wave .-mc_waves-parallax > use:nth-child(2) {
  animation-delay: -7s;
  animation-duration: 17s;
}
.main_content-wave .-mc_waves-parallax > use:nth-child(3) {
  animation-delay: -3s;
  animation-duration: 13s;
  animation-direction: reverse;
}

.main_content-service {
  background: #f7f7f7;
}
@media print, screen and (min-width: 1000px) {
  .main_content-service {
    margin-bottom: 5.8vw;
    margin-left: 7.5vw;
    padding: 5.6vw 20px 5vw 5.6vw;
    border-radius: 100px 0 0 100px;
  }
}
@media print, screen and (max-width: 999px) {
  .main_content-service {
    padding: 50px 25px 60px;
  }
}

@media print, screen and (min-width: 1000px) {
  .main_content-service-top {
    margin: 0 auto 8vw;
    padding: 0 20px;
    max-width: 1040px;
    box-sizing: border-box;
  }
}
@media print, screen and (max-width: 999px) {
  .main_content-service-top {
    margin-bottom: 35px;
  }
}

@media print, screen and (min-width: 1000px) {
  .-service_top-flex {
    display: flex;
    justify-content: space-between;
  }
}
.-service_top-flex-text h2 {
  font-weight: 500;
}
@media print, screen and (min-width: 1000px) {
  .-service_top-flex-text h2 {
    font-size: 4.4rem;
  }
}
@media print, screen and (max-width: 999px) {
  .-service_top-flex-text h2 {
    font-size: 3rem;
  }
}
@media print, screen and (min-width: 1000px) {
  .-service_top-flex-text h3 {
    margin-bottom: 30px;
  }
}
@media print, screen and (max-width: 999px) {
  .-service_top-flex-text h3 {
    margin-bottom: 20px;
  }
}
.-service_top-flex-text strong {
  font-weight: bold;
  display: block;
}
@media print, screen and (min-width: 1000px) {
  .-service_top-flex-text strong {
    margin-bottom: 20px;
    font-size: 1.9rem;
  }
}
@media print, screen and (max-width: 999px) {
  .-service_top-flex-text strong {
    margin-bottom: 15px;
    font-size: 1.4rem;
  }
}

@media print, screen and (min-width: 1000px) {
  .-service_top-flex-link {
    margin-top: 30px;
  }
}
@media print, screen and (max-width: 999px) {
  .-service_top-flex-link .-link_btn {
    margin: auto;
  }
}

@media print, screen and (min-width: 1000px) {
  .-service_top-area {
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
  }
}
@media print, screen and (min-width: 1000px) {
  .-service_top-area-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 3.8vw 40px;
  }
}
@media print, screen and (max-width: 999px) {
  .-service_top-area-flex {
    margin-bottom: 30px;
  }
}

.-service_top-area-list {
  background: #fff;
  border-radius: 30px;
  cursor: pointer;
}
@media print, screen and (min-width: 1000px) {
  .-service_top-area-list {
    width: calc(50% - 20px);
    min-height: clamp(300px, 30vw, 380px);
    display: flex;
    flex-direction: column;
  }
  .-service_top-area-list .-service_list-flex {
    flex: 1;
    display: flex;
    flex-direction: column;
  }
  .-service_top-area-list .-service_list-flex-text {
    flex: 1;
    position: relative;
    padding-bottom: 75px;
  }
  .-service_top-area-list small.-link_btn-small {
    position: absolute;
    bottom: 30px;
    right: 30px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 999px) {
  .-service_top-area-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 30px;
  }
  /* Fix③: heightを固定値にするとテキスト量が多いカードで内容が溢れるためmin-heightに変更 */
  .-service_top-area-list {
    width: calc(50% - 15px);
    min-height: 220px;
    height: auto;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 1000px) {
  .--sub_service-list {
    height: auto;
  }
  .--sub_service-list .-service_list-flex {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .--sub_service-list .-service_list-flex-text {
    flex: 1;
    position: relative;
    padding-bottom: 110px;
  }
  .--sub_service-list small.-link_btn-small {
    position: absolute;
    bottom: 30px;
    right: 30px;
  }
}
.-service_desc {
  margin-top: 10px;
  font-size: 0.85rem;
  line-height: 1.7;
  color: #032443;
}
@media print, screen and (max-width: 999px) {
  .-service_top-area-list {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 1000px) {
  .-service_top-area-list :hover .-link_btn {
    background-color: #042443;
  }
}

.-service_list-flex-text {
  box-sizing: border-box;
  position: relative;
}
@media print, screen and (min-width: 1000px) {
  .-service_list-flex-text {
    padding: 25px 30px 30px 35px;
  }
}
@media print, screen and (max-width: 999px) {
  .-service_list-flex-text {
    padding: 20px 10px 20px 15px;
    flex-grow: 1;
  }
}
.-service_list-flex-text h3 {
  margin-bottom: 5px;
  font-weight: bold;
}
@media print, screen and (min-width: 1000px) {
  .-service_list-flex-text h3 {
    font-size: 2rem;
  }
}
@media print, screen and (max-width: 999px) {
  .-service_list-flex-text h3 {
    font-size: 1.25rem;
  }
}
.-service_list-flex-text h4 {
  color: #1343e4;
  font-size: 0.6rem;
}
@media print, screen and (min-width: 1000px) {
  .-service_list-flex-text h4 {
    margin-bottom: 20px;
  }
}
.-service_list-flex-text h5 {
  margin-bottom: 10px;
  font-weight: bold;
}
@media print, screen and (min-width: 1000px) {
  .-service_list-flex-text h5 {
    font-size: 1.1rem;
  }
}
@media print, screen and (max-width: 999px) {
  .-service_list-flex-text .pc_none {
    position: absolute;
    width: 28px;
    height: 28px;
    top: 34%;
    right: 10px;
  }
}

@media print, screen and (min-width: 1000px) {
  .-link_btn-small {
    position: absolute;
  }
}

.main_content-company {
  display: flex;
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 1000px) {
  .main_content-company {
    justify-content: flex-end;
  }
}
@media print, screen and (max-width: 999px) {
  .main_content-company {
    margin-bottom: 50px;
    flex-direction: column-reverse;
  }
}

@media print, screen and (min-width: 1000px) {
  .main_content-company-text {
    margin: 5.8vw 13vw 0 0;
    max-width: 500px;
  }
}
@media print, screen and (max-width: 999px) {
  .main_content-company-text {
    margin: 45px 25px 0;
  }
}
.main_content-company-text h2 {
  font-weight: 500;
}
@media print, screen and (min-width: 1000px) {
  .main_content-company-text h2 {
    font-size: 4.4rem;
  }
}
@media print, screen and (max-width: 999px) {
  .main_content-company-text h2 {
    font-size: 3rem;
  }
}
.main_content-company-text h3 {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 1000px) {
  .main_content-company-text p:not(.-link_btn) {
    line-height: 2;
  }
}
.-company_text-flex {
  display: flex;
}
@media print, screen and (min-width: 1000px) {
  .-company_text-flex {
    margin-top: 30px;
    gap: 0 20px;
  }
}
@media print, screen and (max-width: 999px) {
  .-company_text-flex {
    margin-top: 40px;
    justify-content: center;
    gap: 0 10px;
  }
}
@media print, screen and (max-width: 999px) {
  .-company_text-flex .-link_btn {
    width: 158px;
  }
}

@media print, screen and (min-width: 1000px) {
  .main_content-company-illust {
    max-width: 520px;
  }
}
@media print, screen and (max-width: 999px) {
  .main_content-company-illust {
    text-align: center;
  }
}

.main_content-news {
  background: #f7f7f7;
}
@media print, screen and (min-width: 1000px) {
  .main_content-news {
    margin-top: -7.5vw;
    margin-bottom: 7vw;
    margin-left: 7.5vw;
    padding: 5.6vw 20px 3.6vw 0;
    border-radius: 100px 0 0 100px;
  }
}
@media print, screen and (max-width: 999px) {
  .main_content-news {
    padding: 50px 25px 55px;
  }
}

@media print, screen and (min-width: 1000px) {
  .main_content-news-area {
    margin: auto;
    padding: 0 20px;
    max-width: 1040px;
    box-sizing: border-box;
  }
}
.main_content-news-area h2 {
  font-weight: 500;
}
@media print, screen and (min-width: 1000px) {
  .main_content-news-area h2 {
    font-size: 3.3rem;
  }
}
@media print, screen and (max-width: 999px) {
  .main_content-news-area h2 {
    font-size: 3rem;
  }
}
@media print, screen and (min-width: 1000px) {
  .main_content-news-area h3 {
    margin-bottom: 20px;
  }
}
@media print, screen and (max-width: 999px) {
  .main_content-news-area h3 {
    margin-bottom: 40px;
  }
}

@media print, screen and (min-width: 1000px) {
  .-news_area-box {
    margin-left: auto;
    width: 800px;
  }
}
.--news_box-list-flex {
  border-bottom: 1px solid #707070;
}
.--news_box-list-flex a {
  transition: opacity 0.3s;
}
.--news_box-list-flex a:hover {
  opacity: 0.6;
}
@media print, screen and (min-width: 1000px) {
  .--news_box-list-flex {
    margin-bottom: 40px;
    padding-bottom: 35px;
    display: flex;
  }
}
@media print, screen and (max-width: 999px) {
  .--news_box-list-flex {
    margin-bottom: 30px;
    padding-bottom: 25px;
  }
}
@media print, screen and (min-width: 1000px) {
  .--news_box-list-flex h4, .--news_box-list-flex h5 {
    font-size: 0.75rem;
  }
}
.--news_box-list-flex h4 {
  margin-right: 20px;
}
.--news_box-list-flex h5 {
  margin-right: 10px;
  padding: 0 13px;
  color: #fff;
  background: #848484;
  border-radius: 4px;
}
.--news_box-list-flex p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media print, screen and (min-width: 1000px) {
  .--news_box-list-flex p {
    width: 635px;
  }
}
@media print, screen and (min-width: 1000px) {
  .--news_box-list-flex .pc_none {
    display: none;
  }
}
@media print, screen and (min-width: 1000px) {
  .--news_box-list-flex .sp_none {
    display: flex;
  }
}

@media print, screen and (max-width: 999px) {
  .-news_top-flex-link .-link_btn {
    margin: auto;
  }
}

/* 経営方針イラスト：5パーツ重ね＋時差フェードイン
----------------------------------------------*/
/* 経営方針イラスト（5枚PNG重ね） */
.about-policy-illust-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 988 / 870;
}
.about-policy-layer {
  position: absolute;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.7s ease, transform 0.7s ease;
  height: auto;
}
.about-policy-layer.is-visible {
  opacity: 1;
  transform: translateY(0);
}
/* 顧客：上中央 */
.apl-customer {
  width: 26%;
  top: 0;
  left: calc(50% - 13%);
  z-index: 1;
}
/* 社員：右下 */
.apl-employee {
  width: 26%;
  bottom: 0;
  right: 0;
  z-index: 1;
}
/* 社会：左下 */
.apl-society {
  width: 26%;
  bottom: 0;
  left: 0;
  z-index: 1;
}
/* 三方良し中央（グローブ＋テキスト＋線） */
.apl-triple {
  width: 80%;
  top: 10%;
  left: 10%;
  z-index: 0;
}
/* Fulfillロゴ */
.apl-logo {
  width: 35%;
  top: 44%;
  left: 33%;
}

/* FULFILLについて
----------------------------------------------*/
@media print, screen and (max-width: 999px) {
  .about_content-top {
    margin-bottom: 55px;
  }
}

/* ABOUT FV：合成画像を背景に、タイトルを中央配置（色味は画像のまま） */
.-about_fv {
  position: relative;
  aspect-ratio: 2400/1600;
  background-color: #1343e4;
  background-image: url(../img/about/about_fv02.png);
  background-image: -webkit-image-set(url("../img/about/about_fv02.webp") type("image/webp"), url("../img/about/about_fv02.png") type("image/png"));
  background-image: image-set(url("../img/about/about_fv02.webp") type("image/webp"), url("../img/about/about_fv02.png") type("image/png"));
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  overflow: visible;
}
@media print, screen and (min-width: 1000px) {
  .-about_fv {
    aspect-ratio: auto;
    height: calc(-115px + 90vh);
    min-height: 500px;
    background-position: center 30%;
    margin-bottom: 6.5vw;
  }
}
.-about_fv .top_content-wave {
  bottom: -10px;
}
@media print, screen and (min-width: 1000px) {
  .-about_fv .top_content-wave {
    bottom: -25px;
  }
}
.-about_fv .about_content-top-title {
  margin: 0;
  padding: 0;
  max-width: none;
  width: 100%;
}
.-about_fv .about_content-top-title h2 {
  letter-spacing: 0.05em;
  line-height: 1.1;
}
@media print, screen and (min-width: 1000px) {
  .-about_fv .about_content-top-title h2 {
    font-size: 8rem;
  }
}
@media print, screen and (max-width: 999px) {
  .-about_fv .about_content-top-title h2 {
    font-size: 2.5rem;
  }
}
.-about_fv .about_content-top-title .-heading_box02 {
  justify-content: center;
  letter-spacing: 0.15em;
  margin-top: 1rem;
}
@media print, screen and (max-width: 999px) {
  .-about_fv .about_content-top-title .-heading_box02 {
    margin-top: 0.5rem;
  }
}

@media print, screen and (min-width: 1000px) {
  .about_content-top-title {
    margin: 4.2vw auto 6vw;
  }
}
@media print, screen and (max-width: 999px) {
  .about_content-top-title {
    margin: 40px 25px 40px;
  }
}
.about_content-top-title h2 {
  font-weight: bold;
}
@media print, screen and (min-width: 1000px) {
  .about_content-top-title h2 {
    font-size: 6rem;
  }
}
.about_content-top-scroll {
  position: relative;
}
@media print, screen and (min-width: 1000px) {
  .about_content-top-scroll {
    margin-bottom: 9.6rem;
  }
}
.about_content-top-scroll strong {
  position: absolute;
}
@media print, screen and (min-width: 1000px) {
  .about_content-top-scroll strong {
    font-size: 5rem;
    bottom: -50px;
  }
}
@media print, screen and (max-width: 999px) {
  .about_content-top-scroll strong {
    margin-left: -300px;
    font-size: 2.5rem;
    width: 690px;
    bottom: -25px;
  }
  /* #17修正: 690px固定幅の装飾テキストが375px画面をはみ出すためclipする */
  .about_content-top-scroll {
    overflow: hidden;
  }
}

@media print, screen and (min-width: 1000px) {
  .about_content-link {
    margin: 0 auto 8.5vw;
  }
}
@media print, screen and (max-width: 999px) {
  .about_content-link {
    margin: 0 25px 35px;
  }
}

.about_content-link-flex {
  display: flex;
  align-items: center;
}
@media print, screen and (min-width: 1000px) {
  .about_content-link-flex {
    gap: 0 60px;
  }
}
@media print, screen and (max-width: 999px) {
  .about_content-link-flex {
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

.-top_line {
  border-top: 1px solid #c3c3c3;
  position: relative;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
@media print, screen and (min-width: 1000px) {
  .-top_line {
    padding-top: 45px;
  }
}
@media print, screen and (max-width: 999px) {
  .-top_line {
    padding-top: 25px;
  }
}
.-top_line::before {
  content: "";
  width: 60px;
  height: 5px;
  background: #1343e4;
  position: absolute;
  top: -3.5px;
  left: 0;
}

.is_show {
  opacity: 1;
  transform: translateY(0);
}
.is_show .js_text span {
  animation: textFade 0.6s ease forwards;
}

.js_text span {
  display: inline-block;
  opacity: 0;
  transform: translateY(10px);
}

@keyframes textFade {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.-blue_title {
  font-weight: bold;
  display: flex;
  align-items: center;
}
@media print, screen and (min-width: 1000px) {
  .-blue_title {
    font-size: 2.2rem;
  }
}
@media print, screen and (max-width: 999px) {
  .-blue_title {
    font-size: 1.25rem;
  }
}
.-blue_title .js_text {
  margin-left: 20px;
  color: #1343e4;
  font-weight: 500;
}
@media print, screen and (min-width: 1000px) {
  .-blue_title .js_text {
    font-size: 1.25rem;
  }
}
@media print, screen and (max-width: 999px) {
  .-blue_title .js_text {
    font-size: 0.75rem;
  }
}

.--about_heading {
  font-size: 0.75rem;
  font-weight: bold;
}
@media print, screen and (max-width: 999px) {
  .--about_heading {
    line-height: 1;
  }
}
.--about_heading span {
  font-weight: 500;
}
@media print, screen and (min-width: 1000px) {
  .--about_heading span {
    font-size: 1rem;
  }
}
@media print, screen and (max-width: 999px) {
  .--about_heading span {
    margin-right: 5px;
    font-size: 0.88rem;
  }
}

@media print, screen and (min-width: 1000px) {
  .about_content-philosophy {
    margin: 0 auto 6.4vw;
    padding: 0 20px;
    max-width: 1040px;
    box-sizing: border-box;
  }
}
@media print, screen and (max-width: 999px) {
  .about_content-philosophy {
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 1000px) {
  .about_content-philosophy h2 {
    margin-bottom: 3vw;
  }
}
@media print, screen and (max-width: 999px) {
  .about_content-philosophy h2 {
    margin-bottom: 25px;
  }
}

.-about_philosophy-flex {
  display: flex;
}
@media print, screen and (min-width: 1000px) {
  .-about_philosophy-flex {
    height: 29vw;
    max-height: 500px;
    align-items: center;
    position: relative;
    overflow: visible;
  }
}
@media print, screen and (max-width: 999px) {
  .-about_philosophy-flex {
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 1000px) {
  .-about_philosophy-flex p {
    line-height: 2;
  }
}
@media print, screen and (min-width: 1000px) {
  .--about_philosophy-right {
    margin-bottom: 6.5vw;
  }
}
@media print, screen and (max-width: 999px) {
  .--about_philosophy-right {
    margin: 0 25px 55px;
  }
}
@media print, screen and (min-width: 1000px) {
  .--about_philosophy-right .-about_philosophy-illust {
    /* コンテナのpadding+余白分だけ右に押し出して画面右端へ */
    right: calc(-1 * max(20px, (100vw - 1040px) / 2 + 20px));
  }
}
@media print, screen and (min-width: 1000px) {
  .--about_philosophy-right h4 {
    margin-bottom: 10px;
  }
}
@media print, screen and (max-width: 999px) {
  .--about_philosophy-right h4 {
    margin-bottom: 15px;
  }
}

@media print, screen and (min-width: 1000px) {
  .--about_philosophy-left {
    margin-bottom: 70px;
    justify-content: flex-end;
  }
}
@media print, screen and (max-width: 999px) {
  .--about_philosophy-left {
    margin: 0 25px 40px;
  }
}
@media print, screen and (max-width: 999px) {
  .--about_philosophy-left .--about_philosophy-text h4 {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 1000px) {
  .--about_philosophy-left .-about_philosophy-illust {
    /* コンテナのpadding+余白分だけ左に押し出して画面左端へ */
    left: calc(-1 * max(20px, (100vw - 1040px) / 2 + 20px));
  }
}
.--about_philosophy-left h4 {
  margin-bottom: 25px;
}

@media print, screen and (min-width: 1000px) {
  .--about_philosophy-text {
    max-width: 500px;
  }
}
.--about_philosophy-text h3 {
  margin-bottom: 20px;
}
.--about_philosophy-text h4 {
  font-weight: bold;
}
@media print, screen and (min-width: 1000px) {
  .--about_philosophy-text h4 {
    font-size: 2.2rem;
  }
}
@media print, screen and (max-width: 999px) {
  .--about_philosophy-text h4 {
    font-size: 2.4rem;
  }
}

.--about_heading-strong {
  margin-bottom: 25px;
  font-weight: bold;
  display: block;
}
@media print, screen and (min-width: 1000px) {
  .--about_heading-strong {
    font-size: 1.2rem;
  }
}
@media print, screen and (max-width: 999px) {
  .--about_heading-strong {
    font-size: 1.4rem;
  }
}

@media print, screen and (min-width: 1000px) {
  .-about_philosophy-illust {
    width: 45vw;
    max-width: 720px;
    position: absolute;
    height: 100%;
    object-fit: cover;
  }
  .-about_philosophy-illust img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media print, screen and (max-width: 999px) {
  .-about_philosophy-illust {
    margin: 0 auto 30px;
    max-width: 652px;
  }
}

.--about_philosophy-text-list {
  margin: 15px 0;
}
.--about_philosophy-text-list li {
  display: flex;
}
@media print, screen and (min-width: 1000px) {
  .--about_philosophy-text-list li {
    align-items: center;
  }
}
.--about_philosophy-text-li {
  font-weight: bold;
}
@media print, screen and (max-width: 999px) {
  .--about_philosophy-text-li {
    width: 80%;
  }
}
.--about_philosophy-text-li span {
  color: #1343e4;
}

.--about_text-sp-line {
  margin-right: 15px;
  width: 15px;
  height: 4px;
  background: #1343e4;
}
@media print, screen and (max-width: 999px) {
  .--about_text-sp-line {
    margin-top: 0.5rem;
  }
}

@media print, screen and (max-width: 999px) {
  .-about_philosophy-value {
    padding: 50px 25px 65px;
    background: #f7f7f7;
  }
}
.-about_philosophy-value h3 {
  margin-bottom: 30px;
}

.-about_philosophy-value-area {
  background: #f7f7f7;
}
@media print, screen and (min-width: 1000px) {
  .-about_philosophy-value-area {
    padding: 3.3vw 6.5vw 3.9vw;
    border-radius: 50px;
  }
}
@media print, screen and (min-width: 1000px) {
  .-about_philosophy-value-area h4 {
    margin-bottom: 3vw;
  }
}
@media print, screen and (max-width: 999px) {
  .-about_philosophy-value-area h4 {
    margin-bottom: 40px;
  }
}

@media print, screen and (min-width: 1000px) {
  .--about_value-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.--about_value-flex-list {
  display: flex;
  align-items: baseline;
}
@media print, screen and (min-width: 1000px) {
  .--about_value-flex-list {
    width: 50%;
  }
}
@media print, screen and (max-width: 999px) {
  .--about_value-flex-list {
    position: relative;
  }
}
.--about_value-flex-list:not(:last-of-type) {
  margin-bottom: 30px;
}
.--about_value-flex-list strong {
  color: #fff;
  background: #1343e4;
  border-radius: 50%;
}
@media print, screen and (min-width: 1000px) {
  .--about_value-flex-list strong {
    margin-right: 20px;
    padding: 14px 15px 12px;
  }
}
@media print, screen and (max-width: 999px) {
  .--about_value-flex-list strong {
    padding: 10px;
    line-height: 1;
    position: absolute;
    top: 4px;
    left: 0;
  }
}

.--about_value-flex-text h5 {
  margin-bottom: 5px;
  font-weight: bold;
  color: #1343e4;
}
@media print, screen and (min-width: 1000px) {
  .--about_value-flex-text h5 {
    font-size: 1.1rem;
  }
}
@media print, screen and (max-width: 999px) {
  .--about_value-flex-text h5 {
    margin-left: 3rem;
    font-size: 1.75rem;
  }
}
@media print, screen and (max-width: 999px) {
  .--about_value-flex-text p {
    font-size: 0.8rem;
  }
}

@media print, screen and (min-width: 1000px) {
  .about_content-message {
    margin: 0 auto 7vw;
    padding: 0 20px;
    max-width: 1040px;
    box-sizing: border-box;
  }
}
@media print, screen and (min-width: 1000px) {
  .about_content-message h2 {
    margin-bottom: 2.5vw;
  }
}
@media print, screen and (max-width: 999px) {
  .about_content-message h2 {
    margin: 0 25px 25px;
  }
}

@media print, screen and (min-width: 1000px) {
  .-about_message-flex {
    border-radius: 0 20px 20px 0;
    background: #1343e4;
    display: flex;
  }
}
@media print, screen and (min-width: 1000px) {
  .-about_message-flex div {
    width: 50%;
    box-sizing: border-box;
  }
}
@media print, screen and (max-width: 999px) {
  .-about_message-illust {
    margin: 0 25px 20px;
    max-width: 652px;
    position: relative;
    z-index: 100;
  }
}

.-about_message-text {
  color: #fff;
  position: relative;
}
@media print, screen and (min-width: 1000px) {
  .-about_message-text {
    padding: 4.9vw 3.7vw 3.3vw;
    position: relative;
  }
}
@media print, screen and (max-width: 999px) {
  .-about_message-text {
    margin-top: -58vw;
    padding: 60vw 25px 60px;
    background: #1343e4;
  }
}
.-about_message-text::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
}
@media print, screen and (min-width: 1000px) {
  .-about_message-text::after {
    background: url(../img/about/back_img01.png);
    background-size: cover;
    width: 414px;
    height: 393px;
  }
}
@media print, screen and (max-width: 999px) {
  .-about_message-text::after {
    background: url(../img/about/sp/back_img01.png);
    background-size: cover;
    width: 324px;
    height: 308px;
  }
}
.-about_message-text h3 {
  margin-bottom: 15px;
  font-weight: bold;
}
@media print, screen and (min-width: 1000px) {
  .-about_message-text h3 {
    font-size: 1.8rem;
  }
}
@media print, screen and (max-width: 999px) {
  .-about_message-text h3 {
    font-size: 1.4rem;
  }
}

.-about_message-text-p {
  margin-bottom: 10px;
}
@media print, screen and (min-width: 1000px) {
  .-about_message-text-p {
    line-height: 2;
  }
}
@media print, screen and (max-width: 999px) {
  .-about_message-text-p {
    margin-bottom: 70px;
  }
}

.--about_message-profile {
  padding-right: 15px;
  border-right: 6px solid #fff;
  font-weight: bold;
  text-align: right;
  position: absolute;
}
@media print, screen and (min-width: 1000px) {
  .--about_message-profile {
    bottom: 3.3vw;
    right: 3.7vw;
  }
}
@media print, screen and (max-width: 999px) {
  .--about_message-profile {
    font-size: 0.75rem;
    bottom: 60px;
    right: 25px;
  }
}

@media print, screen and (min-width: 1000px) {
  .about_content-policy {
    margin: 0 auto 8vw;
    padding: 0 20px;
    max-width: 1040px;
    box-sizing: border-box;
  }
}
@media print, screen and (max-width: 999px) {
  .about_content-policy {
    margin: 60px 25px 55px;
  }
}
@media print, screen and (min-width: 1000px) {
  .about_content-policy h2 {
    margin-bottom: 10vw;
  }
}
@media print, screen and (max-width: 999px) {
  .about_content-policy h2 {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 1000px) {
  .about_content-policy .-about_policy-text, .about_content-policy .-about_policy-illust {
    width: 50%;
  }
}
.-about_policy-flex {
  display: flex;
}
@media print, screen and (max-width: 999px) {
  .-about_policy-flex {
    flex-direction: column-reverse;
  }
}

.-about_policy-text h3 {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 1000px) {
  .-about_policy-text p {
    line-height: 2;
  }
}
@media print, screen and (min-width: 1000px) {
  .-about_policy-illust {
    margin-top: -7rem;
  }
}
@media print, screen and (max-width: 999px) {
  .-about_policy-illust {
    width: 100%;
    margin: 0 auto 40px;
    max-width: 624px;
  }
}

/* 会社概要
----------------------------------------------*/
@media print, screen and (min-width: 1000px) {
  .company_content-top {
    margin-bottom: 4vw;
  }
}
@media print, screen and (min-width: 1000px) {
  .company_content-link {
    margin: 0 auto 7vw;
  }
}
@media print, screen and (max-width: 999px) {
  .company_content-link {
    margin: 40px 25px 45px;
  }
}

@media print, screen and (min-width: 1000px) {
  .company_content-corporate {
    margin: 0 auto 7.5vw;
    padding: 0 20px;
    max-width: 1040px;
    box-sizing: border-box;
  }
}
@media print, screen and (max-width: 999px) {
  .company_content-corporate {
    margin: 0 25px 100px;
  }
}
@media print, screen and (min-width: 1000px) {
  .company_content-corporate h2 {
    margin-bottom: 4vw;
  }
}
@media print, screen and (max-width: 999px) {
  .company_content-corporate h2 {
    margin-bottom: 20px;
  }
}

@media print, screen and (min-width: 1000px) {
  .-company_corporate-list {
    margin: auto;
    max-width: 800px;
  }
}
@media print, screen and (min-width: 1000px) {
  .-company_corporate-list-flex {
    display: flex;
    gap: 0 55px;
  }
}
@media print, screen and (max-width: 999px) {
  .-company_corporate-list-flex {
    margin-bottom: 15px;
  }
}
.-company_corporate-list-flex:not(:last-of-type) {
  margin-bottom: 30px;
}
.-company_corporate-list-flex dt {
  color: #1343e4;
}
@media print, screen and (min-width: 1000px) {
  .-company_corporate-list-flex dt {
    width: 13%;
  }
}
@media print, screen and (max-width: 999px) {
  .-company_corporate-list-flex dt {
    margin-bottom: 5px;
  }
}
@media print, screen and (min-width: 1000px) {
  .-company_corporate-list-flex dd {
    width: 87%;
    line-height: 1.8;
  }
}
@media print, screen and (max-width: 999px) {
  .-company_corporate-list-flex dd {
    margin-left: 0.8rem;
    font-size: 0.8rem;
  }
}

.--margin_bot {
  margin-bottom: 30px;
}

@media print, screen and (min-width: 1000px) {
  .company_content-member {
    margin: 0 auto 7.5vw;
    padding: 0 20px;
    max-width: 1040px;
    box-sizing: border-box;
  }
}
@media print, screen and (max-width: 999px) {
  .company_content-member {
    margin: 0 25px 70px;
  }
}
@media print, screen and (min-width: 1000px) {
  .company_content-member h2 {
    margin-bottom: 3.8vw;
  }
}
@media print, screen and (max-width: 999px) {
  .company_content-member h2 {
    margin-bottom: 25px;
  }
}

@media print, screen and (min-width: 1000px) {
  .-company_member-flex {
    display: flex;
    gap: 0 50px;
  }
}
@media print, screen and (min-width: 1000px) {
  .-company_member-list {
    width: 300px;
  }
}
@media print, screen and (max-width: 999px) {
  .-company_member-list {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
  }
}
.-company_member-list img {
  display: block;
}
@media print, screen and (min-width: 1000px) {
  .-company_member-list img {
    margin-bottom: 25px;
  }
}
@media print, screen and (max-width: 999px) {
  .-company_member-list img {
    width: 163px;
  }
}
@media print, screen and (max-width: 999px) {
  .-company_member-list div {
    margin-left: 20px;
  }
}
.-company_member-list h3, .-company_member-list small {
  color: #1343e4;
}
.-company_member-list h3 {
  font-weight: bold;
}
@media print, screen and (min-width: 1000px) {
  .-company_member-list h3 {
    font-size: 2rem;
  }
}
@media print, screen and (max-width: 999px) {
  .-company_member-list h3 {
    font-size: 1.5rem;
  }
}
.-company_member-list small {
  display: block;
}
@media print, screen and (min-width: 1000px) {
  .-company_member-list small {
    margin-bottom: 10px;
  }
}
@media print, screen and (max-width: 999px) {
  .-company_member-list small {
    margin-bottom: 5px;
    font-size: 0.75rem;
  }
}
@media print, screen and (min-width: 1000px) {
  .-company_member-list strong {
    font-size: 1.6rem;
  }
}
@media print, screen and (max-width: 999px) {
  .-company_member-list strong {
    font-size: 1.15rem;
  }
}

@media print, screen and (min-width: 1000px) {
  .company_content-history {
    margin: 0 auto 7.5vw;
    padding: 0 20px;
    max-width: 1040px;
    box-sizing: border-box;
  }
}
@media print, screen and (max-width: 999px) {
  .company_content-history {
    margin: 0 25px 65px;
  }
}
@media print, screen and (min-width: 1000px) {
  .company_content-history h2 {
    margin-bottom: 3vw;
  }
}
@media print, screen and (max-width: 999px) {
  .company_content-history h2 {
    margin-bottom: 25px;
  }
}

@media print, screen and (min-width: 1000px) {
  .-company_history-area {
    margin-left: 5.8rem;
  }
}
.-company_history-area-flex {
  display: flex;
  gap: 0 20px;
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.-company_history-area-flex:not(:last-of-type) dt {
  position: relative;
}
.-company_history-area-flex:not(:last-of-type) dt::before {
  content: "";
  width: 1px;
  height: 100%;
  background: #707070;
  position: absolute;
  top: 0;
  right: 50%;
  z-index: -1;
}
.-company_history-area-flex:not(:last-of-type) dd {
  padding-bottom: 30px;
}
.-company_history-area-flex + .history_show {
  opacity: 1;
  transform: translateX(0);
}
.-company_history-area-flex dt p {
  width: 45px;
  height: 45px;
  color: #fff;
  background: #1343e4;
  font-weight: bold;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.-company_history-area-flex dd {
  margin-top: 5px;
}
@media print, screen and (max-width: 999px) {
  .-company_history-area-flex dd p {
    font-size: 0.8rem;
  }
}
.-company_history-area-flex h4 {
  font-size: 0.75rem;
  font-weight: 500;
  color: #1343e4;
}
@media print, screen and (min-width: 1000px) {
  .company_content-group {
    margin: 0 auto 7.5vw;
    padding: 0 20px;
    max-width: 1040px;
    box-sizing: border-box;
  }
}
@media print, screen and (max-width: 999px) {
  .company_content-group {
    margin: 0 25px 65px;
  }
}
@media print, screen and (min-width: 1000px) {
  .company_content-group h2 {
    margin-bottom: 3vw;
  }
}
@media print, screen and (max-width: 999px) {
  .company_content-group h2 {
    margin-bottom: 20px;
  }
}

@media print, screen and (min-width: 1000px) {
  .-company_group-flex {
    display: flex;
    gap: 0 40px;
  }
}
@media print, screen and (min-width: 1000px) {
  .-company_group-list {
    width: 50%;
  }
}
@media print, screen and (max-width: 999px) {
  .-company_group-list {
    margin-bottom: 40px;
  }
}
@media print, screen and (max-width: 999px) {
  .-company_group-list img {
    margin: 0 auto 15px;
    max-width: 624px;
    width: 100%;
    display: block;
  }
}
.-company_group-list h3 {
  margin: 15px 0;
  font-weight: bold;
}
@media print, screen and (min-width: 1000px) {
  .-company_group-list h3 {
    font-size: 1.6rem;
  }
}
@media print, screen and (max-width: 999px) {
  .-company_group-list h3 {
    font-size: 1.1rem;
  }
}
@media print, screen and (min-width: 1000px) {
  .-company_group-list p {
    line-height: 2;
  }
}
@media print, screen and (min-width: 1000px) {
  .company_content-office {
    margin: 0 auto 7.5vw;
    padding: 0 20px;
    max-width: 1040px;
    box-sizing: border-box;
  }
}
@media print, screen and (min-width: 1000px) {
  .company_content-office h2 {
    margin-bottom: 3vw;
  }
}
@media print, screen and (max-width: 999px) {
  .company_content-office h2 {
    margin: 0 25px 25px;
  }
}

@media print, screen and (max-width: 999px) {
  .-company_office-area {
    margin-bottom: 50px;
  }
}

@media print, screen and (min-width: 1000px) {
  .--company_office-margin {
    margin-bottom: 6rem;
  }
}
@media print, screen and (min-width: 1000px) {
  .--company_office-box {
    margin-bottom: 3rem;
  }
}
@media print, screen and (max-width: 999px) {
  .--company_office-box {
    margin: 0 25px 50px;
  }
}

@media print, screen and (min-width: 1000px) {
  .--company_office-box-flex {
    display: flex;
    gap: 0 50px;
  }
}
@media print, screen and (min-width: 1000px) {
  .--company_office-box-flex dt {
    width: 300px;
  }
}
@media print, screen and (max-width: 999px) {
  .--company_office-box-flex dt {
    margin-bottom: 25px;
  }
}
.--company_office-box-flex h3 {
  margin-bottom: 15px;
  font-weight: bold;
}
@media print, screen and (min-width: 1000px) {
  .--company_office-box-flex h3 {
    font-size: 1.6rem;
  }
}
@media print, screen and (max-width: 999px) {
  .--company_office-box-flex h3 {
    font-size: 1.1rem;
  }
}
@media print, screen and (max-width: 999px) {
  .--company_office-box-flex p {
    font-size: 0.8rem;
  }
}

@media print, screen and (max-width: 999px) {
  .--company_office-map {
    margin: auto;
    max-width: 624px;
    height: 250px;
  }
}
@media print, screen and (max-width: 999px) {
  .--company_office-map iframe {
    height: 100%;
  }
}

.--company_office-box-margin {
  margin-bottom: 20px;
}

/* 事業内容
----------------------------------------------*/
@media print, screen and (min-width: 1000px) {
  .service_content-top {
    margin-bottom: 7.5vw;
  }
}
/* SERVICE FV（写真＋青グラデ＋波） */
.-service_fv {
  position: relative;
  overflow: hidden;
  color: #fff;
  background-color: #1343e4;
}
@media print, screen and (min-width: 1000px) {
  .-service_fv {
    min-height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media print, screen and (max-width: 999px) {
  .-service_fv {
    margin-bottom: 0;
    min-height: 240px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.-service_fv .-service_fv-img {
  position: absolute;
  inset: 0;
  z-index: 1;
  background-size: 120% auto;
  background-position: 0% 74%;
}
.-service_fv .-service_fv-light {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0) 42%);
  mix-blend-mode: screen;
}
.-service_fv .-share_title {
  position: relative;
  z-index: 4;
  width: 100%;
}
@media print, screen and (min-width: 1000px) {
  .-service_fv .-share_title {
    padding-top: 0;
    padding-bottom: 0;
    transform: translateY(-65px);
  }
}
@media print, screen and (max-width: 999px) {
  .-service_fv .-share_title {
    transform: translateY(-25px);
    padding-right: 25px;
    box-sizing: border-box;
  }
}
.-service_fv .-share_title h3 {
  margin-top: -10px;
}
.-service_fv .-share_title h2 {
  font-family: "Google Sans", "Montserrat", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 1000px) {
  .-service_fv .-share_title h2 {
    font-size: 6.5rem;
  }
}
.-service_fv .-service_fv-wave {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  z-index: 5;
  line-height: 0;
  pointer-events: none;
}
.-service_fv .-service_fv-wave .-fv_waves {
  width: 100%;
}
@media print, screen and (min-width: 1000px) {
  .-service_fv .-service_fv-wave .-fv_waves {
    height: 90px;
  }
}
@media print, screen and (max-width: 999px) {
  .-service_fv .-service_fv-wave .-fv_waves {
    height: 50px;
  }
}
.-service_fv .-service_fv-wave .-fv_waves-parallax > use {
  animation: fvWave 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}
.-service_fv .-service_fv-wave .-fv_waves-parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 22s;
}
.-service_fv .-service_fv-wave .-fv_waves-parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 28s;
}
.-service_fv .-service_fv-wave .-fv_waves-parallax > use:nth-child(3) {
  animation-delay: -1s;
  animation-duration: 18s;
}

/* FV背景画像：WebP優先・JPEGフォールバック（image-set） */
.service_content-top.-service_fv .-service_fv-img {
  background-image: url(../img/service/service_fv.jpg);
  background-image: -webkit-image-set(url("../img/service/service_fv.webp") type("image/webp"), url("../img/service/service_fv.jpg") type("image/jpeg"));
  background-image: image-set(url("../img/service/service_fv.webp") type("image/webp"), url("../img/service/service_fv.jpg") type("image/jpeg"));
}

/* NEWS FV：写真なし（ブルー1色）＋波。全幅にする */
@media print, screen and (min-width: 1000px) {
  .news_content-top.-service_fv {
    margin: 0 0 6.5vw;
  }
}
@media print, screen and (max-width: 999px) {
  .news_content-top.-service_fv {
    margin: 0 0 40px;
  }
}

.company_content-top.-service_fv .-service_fv-img {
  background-image: url(../img/company/company_fv.jpg);
  background-image: -webkit-image-set(url("../img/company/company_fv.webp") type("image/webp"), url("../img/company/company_fv.jpg") type("image/jpeg"));
  background-image: image-set(url("../img/company/company_fv.webp") type("image/webp"), url("../img/company/company_fv.jpg") type("image/jpeg"));
  background-size: 110% auto;
  background-position: 63% 72%;
}

@media print, screen and (min-width: 1000px) {
  .service_content-concept {
    margin: 0 auto 6vw;
    padding: 0 20px;
    max-width: 1040px;
    box-sizing: border-box;
  }
}
@media print, screen and (max-width: 999px) {
  .service_content-concept {
    margin: 50px 25px 65px;
  }
}
@media print, screen and (min-width: 1000px) {
  .service_content-concept h2 {
    margin-bottom: 1.5vw;
  }
}
@media print, screen and (max-width: 999px) {
  .service_content-concept h2 {
    margin-bottom: 30px;
  }
}
.service_content-concept h2 span {
  margin-left: 0;
}
@media print, screen and (max-width: 999px) {
  .service_content-concept h3 {
    margin-bottom: 25px;
  }
}

@media print, screen and (min-width: 1000px) {
  .-service_concept-text {
    margin-top: 15px;
    margin-left: auto;
    max-width: 500px;
    line-height: 2;
  }
}
.service_content-main {
  background: #f7f7f7;
}
@media print, screen and (min-width: 1000px) {
  .service_content-main {
    padding: 4vw 0 5vw;
  }
}
@media print, screen and (min-width: 1000px) {
  .service_content-main-area {
    margin: auto;
    padding: 0 20px;
    max-width: 1290px;
    box-sizing: border-box;
  }
}
@media print, screen and (max-width: 999px) {
  .service_content-main-area {
    padding: 50px 25px 60px;
  }
}
@media print, screen and (max-width: 999px) {
  .service_content-main-area .-service_top-area-list {
    margin-bottom: 50px;
    background: transparent;
  }
}
@media print, screen and (max-width: 999px) {
  .service_content-main-area .-service_list-flex {
    margin-bottom: 20px;
    background: #fff;
    border-radius: 30px;
  }
}
@media print, screen and (max-width: 999px) {
  .service_content-main-area h5 {
    margin: 0 10px 10px;
    font-size: 1.15rem;
    font-weight: bold;
  }
}
@media print, screen and (max-width: 999px) {
  .service_content-main-area p {
    margin: 0 10px;
  }
}

@media print, screen and (min-width: 1000px) {
  .--sub_service-flex {
    gap: 3.8vw 50px;
  }
  .--sub_service-flex .-service_top-area-list {
    width: calc(50% - 25px);
  }
}
@media print, screen and (min-width: 768px) and (max-width: 999px) {
  .--sub_service-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 30px;
  }
  /* Fix⑤: サービス詳細ページのTBカードも同様にmin-heightへ変更 */
  .--sub_service-flex .-service_top-area-list {
    width: calc(50% - 15px);
    min-height: 220px;
    height: auto;
    margin-bottom: 0;
    background: #fff;
    border-radius: 30px;
  }
  .--sub_service-flex .-service_list-flex {
    background: transparent;
    border-radius: 0;
    margin-bottom: 0;
  }
}
/* DX事業
----------------------------------------------*/
@media print, screen and (max-width: 999px) {
  .dx_content-top {
    padding-bottom: 15vw;
  }
}
@media print, screen and (max-width: 999px) {
  .dx_content-top .dx_content-top-title h2 {
    font-size: 2rem;
  }
}

@media print, screen and (max-width: 999px) {
  /* Fix⑥: -22vwは375px以下で-82px超になるためmax()で下限-80pxに設定 */
  .dx_content-main {
    margin: max(-22vw, -80px) 25px 65px;
  }
}
@media print, screen and (max-width: 999px) {
  .dx_content-main h2 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

/* 事業詳細FV：白背景・紺タイトル・青小見出し＋画像中央に波（index同型） */
.-fv_white .-share_title-sub .-heading_box02 {
  color: #1343e4;
}
.-fv_white .-share_title-sub .-heading_box02::before {
  background-image: url(../img/icon_heading01.png);
  background-size: cover;
}

.-fv_img_wrap {
  position: relative;
}
.-fv_img_wrap > img {
  position: relative;
  z-index: 1;
}

.-fv_wave {
  position: absolute;
  top: 33%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  z-index: 0;
  line-height: 0;
  pointer-events: none;
}
.-fv_wave .-fv_waves {
  width: 100%;
  display: block;
}
@media print, screen and (min-width: 1000px) {
  .-fv_wave .-fv_waves {
    height: 90px;
  }
}
@media print, screen and (max-width: 999px) {
  .-fv_wave .-fv_waves {
    height: 50px;
  }
}
.-fv_wave .-fv_waves-parallax > use {
  animation: fvWave 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}
.-fv_wave .-fv_waves-parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 22s;
}
.-fv_wave .-fv_waves-parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 28s;
}
.-fv_wave .-fv_waves-parallax > use:nth-child(3) {
  animation-delay: -1s;
  animation-duration: 18s;
}

@media print, screen and (min-width: 1000px) {
  .dx_content-link {
    margin: 0 auto 5.5vw;
  }
}
@media print, screen and (max-width: 999px) {
  .dx_content-link a {
    position: relative;
  }
}
@media print, screen and (max-width: 999px) {
  .dx_content-link span {
    font-size: 0.7rem;
    position: absolute;
    top: 1.5rem;
    left: 1.4rem;
  }
}

/* クリエイティブ事業
----------------------------------------------*/
@media print, screen and (min-width: 1000px) {
  .creative_content .creative_content-top-title {
    padding: 9vw 20px 6vw;
  }
}
@media print, screen and (max-width: 999px) {
  .creative_content .creative_content-top-title {
    padding: 45px 25px 0;
  }
}
@media print, screen and (max-width: 999px) {
  .creative_content .creative_content-top-title h2 {
    font-size: 2rem;
  }
}

@media print, screen and (min-width: 1000px) {
  .creative_content-concept {
    margin: 0 auto 10vw;
    padding: 0 20px;
    max-width: 1040px;
    width: 100%;
  }
}
@media print, screen and (max-width: 999px) {
  .creative_content-concept {
    padding: 0 25px 10vw;
  }
}

.-creative_concept-illust {
  margin-bottom: 6vw;
}

.-creative_concept-text {
  text-align: center;
}
.-creative_concept-text h3 {
  margin-bottom: 6vw;
  color: #999;
}
@media print, screen and (min-width: 1000px) {
  .-creative_concept-text h3 {
    font-size: 4rem;
  }
}
@media print, screen and (max-width: 999px) {
  .-creative_concept-text h3 {
    font-size: 2rem;
  }
}
.-creative_concept-text img {
  margin: auto;
  max-width: 570px;
  width: 100%;
}

/* 人材事業
----------------------------------------------*/
@media print, screen and (min-width: 1000px) {
  .resources_content .resources_content-top-title {
    padding: 7vw 20px 2.5vw;
  }
}
@media print, screen and (max-width: 999px) {
  .resources_content .resources_content-top-title h2 {
    font-size: 2rem;
  }
}

@media print, screen and (max-width: 999px) {
  .resources_content-top-title {
    padding: 45px 25px 0;
  }
}

.resources_content-concept {
  margin-bottom: 5.8vw;
}
@media print, screen and (max-width: 999px) {
  .resources_content-concept {
    padding: 0 25px;
  }
}
@media print, screen and (max-width: 999px) {
  .resources_content-concept p {
    font-size: 0.8rem;
  }
}

.-resources_concept-illust {
  margin-bottom: 3vw;
}

.-resources_concept-text h3 {
  margin-bottom: 20px;
  font-weight: bold;
}
@media print, screen and (min-width: 1000px) {
  .-resources_concept-text h3 {
    font-size: 2.2rem;
  }
}
@media print, screen and (max-width: 999px) {
  .-resources_concept-text h3 {
    font-size: 1.4rem;
  }
}
.-resources_concept-text p {
  font-weight: 500;
}

.resources_content-main {
  margin: 0 auto 10vw;
  max-width: 780px;
  width: 100%;
}
@media print, screen and (max-width: 999px) {
  .resources_content-main {
    padding: 0 25px;
    box-sizing: border-box;
  }
}
.resources_content-main .-link_btn {
  margin: 20px 0 0 auto;
}

/* お知らせ
----------------------------------------------*/
@media print, screen and (max-width: 999px) {
  .news_content-top {
    margin: 40px 25px;
  }
}

@media print, screen and (min-width: 1000px) {
  .news_content-area {
    margin: 0 auto 4.7vw;
    padding: 0 20px;
    max-width: 1240px;
    box-sizing: border-box;
  }
}
@media print, screen and (max-width: 999px) {
  .news_content-area {
    margin: 0 25px 80px;
  }
}

@media print, screen and (min-width: 1000px) {
  .-news_area-flex {
    display: flex;
    gap: 0 100px;
    align-items: flex-start;
  }
}
@media print, screen and (min-width: 1000px) {
  .-news_area-category {
    width: 200px;
  }
}
@media print, screen and (min-width: 1000px) {
  .-news_area-category-box {
    padding-bottom: 2.5vw;
    margin-bottom: 2vw;
    border-bottom: 1px solid #707070;
  }
}
@media print, screen and (max-width: 999px) {
  .-news_area-category {
    margin-bottom: 50px;
  }
}
.-news_area-category h3 {
  color: #1343e4;
  font-weight: bold;
}
@media print, screen and (min-width: 1000px) {
  .-news_area-category h3 {
    margin-bottom: 30px;
  }
}
@media print, screen and (max-width: 999px) {
  .-news_area-category-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

.-news_area-category-list:not(:last-of-type) {
  margin-bottom: 10px;
}
.-news_area-category-list p {
  width: 150px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #1343e4;
  border-radius: 35px;
  box-sizing: border-box;
  font-size: 0.75rem;
  font-weight: bold;
  text-align: center;
}
.-news_area-category-list .--active_btn {
  background: #1343e4;
}
.-news_area-category-list .--active_btn a {
  color: #fff;
}

@media print, screen and (min-width: 1000px) {
  .-news_area-article {
    max-width: 900px;
  }
}
@media print, screen and (min-width: 1000px) {
  .-news_area-article-flex {
    display: flex;
    flex-wrap: wrap;
    /* gap が大きくなりすぎると 414px×2+gap > 900px となり1カラムに折れるため上限を設定 */
    gap: 0 clamp(20px, 4.68vw, 70px);
  }
}
@media print, screen and (min-width: 1000px) {
  .-news_area-article-list {
    margin-bottom: 3.8vw;
    max-width: 414px;
    width: 29vw;
  }
}
@media print, screen and (max-width: 999px) {
  .-news_area-article-list {
    margin-bottom: 40px;
  }
}
.-news_area-article-list strong {
  font-weight: bold;
}
.-news_area-article-list a img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  border-radius: 20px;
}
@media print, screen and (min-width: 1000px) {
  .-news_area-article-list a img {
    height: 260px;
  }
}

.--news_article-list-flex {
  margin-bottom: 10px;
}
@media print, screen and (min-width: 1000px) {
  .--news_article-list-flex {
    margin-top: 20px;
  }
}
@media print, screen and (max-width: 999px) {
  .--news_article-list-flex {
    margin-top: 30px;
  }
}

/* ① TB (768-999px): 記事2カラム */
@media print, screen and (min-width: 768px) and (max-width: 999px) {
  .-news_area-article-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  .-news_area-article-list {
    width: calc(50% - 10px);
    margin-bottom: 0;
  }
}

/* ② SP (767px以下): CATEGORY/YEAR非表示 */
@media print, screen and (max-width: 767px) {
  .-news_area-category {
    display: none;
  }
}

/* ③ ページネーション */
.news-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 3vw;
}
@media print, screen and (max-width: 999px) {
  .news-pagination {
    margin-top: 40px;
  }
}
.news-pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid #1343e4;
  border-radius: 50%;
  color: #1343e4;
  font-size: 0.9rem;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.2s, color 0.2s;
}
.news-pagination .page-numbers.current {
  background: #1343e4;
  color: #fff;
}
.news-pagination .page-numbers:hover {
  background: #1343e4;
  color: #fff;
}
.news-pagination .page-numbers.prev,
.news-pagination .page-numbers.next {
  width: auto;
  padding: 0 16px;
  border-radius: 22px;
  font-size: 0.85rem;
}

.news-de_content-area {
  background: #f7f7f7;
}
@media print, screen and (min-width: 1000px) {
  .news-de_content-area {
    padding: 3.3vw 0 11vw;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 999px) {
  .news-de_content-area {
    padding: 40px 25px 13vw;
  }
}
@media print, screen and (max-width: 767px) {
  .news-de_content-area {
    padding: 40px 25px 120px;
  }
}

@media print, screen and (min-width: 1000px) {
  .-news-de_content-box {
    margin: auto;
    max-width: 800px;
  }
}
.-news-de_content-box .--share_news-list-flex {
  margin-bottom: 20px;
}
.-news-de_content-box strong {
  font-weight: bold;
}
@media print, screen and (min-width: 1000px) {
  .-news-de_content-box strong {
    font-size: 2rem;
  }
}
@media print, screen and (max-width: 999px) {
  .-news-de_content-box strong {
    font-size: 1.4rem;
  }
}

@media print, screen and (min-width: 1000px) {
  .news-de_content-main {
    /* #14修正: 過大なネガティブマージンを抑制（ビューポート幅によってコンテンツが重ならないよう上限設定） */
    margin: max(-11.5vw, -100px) auto 9.5vw;
    max-width: 800px;
  }
}
@media print, screen and (max-width: 999px) {
  .news-de_content-main {
    /* #14修正: SPの-28vwは375px未満で極端になるため-80px固定を下限に */
    margin: max(-28vw, -80px) 25px 120px;
  }
}

@media print, screen and (min-width: 1000px) {
  .-news-de_main-img {
    margin-bottom: 3vw;
  }
}
@media print, screen and (max-width: 999px) {
  .-news-de_main-img {
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 1000px) {
  .-news-de_main-img p {
    margin: 2.5vw 0 4.6vw;
    line-height: 2;
  }
}
@media print, screen and (max-width: 999px) {
  .-news-de_main-img p {
    margin-top: 25px;
  }
}

@media print, screen and (min-width: 1000px) {
  .-news-de_main-text {
    margin-bottom: 2.5vw;
  }
}
@media print, screen and (max-width: 999px) {
  .-news-de_main-text {
    margin-bottom: 35px;
  }
}
.-news-de_main-text h2 {
  margin-bottom: 25px;
}
.-news-de_main-text a {
  display: inline;
  color: #1343e4;
  text-decoration: underline;
}
@media print, screen and (min-width: 1000px) {
  .-news-de_main-text p {
    line-height: 2;
  }
}
.-news-de_main-back {
  display: flex;
  justify-content: center;
}
@media print, screen and (min-width: 1000px) {
  .-news-de_main-back {
    margin-top: 3vw;
  }
}
@media print, screen and (max-width: 999px) {
  .-news-de_main-back {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 1000px) {
  .-news-de_main-article p {
    line-height: 2;
  }
}
.--news-de_article-box {
  background: #f7f7f7;
}
@media print, screen and (min-width: 1000px) {
  .--news-de_article-box {
    margin-bottom: 2vw;
    padding: 45px 60px;
  }
}
@media print, screen and (max-width: 999px) {
  .--news-de_article-box {
    margin-bottom: 45px;
    padding: 25px;
  }
}

/* 採用情報
----------------------------------------------*/
@media print, screen and (min-width: 1000px) {
  .recruit_content {
    margin-top: -100px;
  }
}
@media print, screen and (min-width: 1000px) {
  .recruit_main {
    margin-top: -10vw;
  }
}
.recruit_content-top {
  position: relative;
}
@media print, screen and (max-width: 999px) {
  .recruit_content-top {
    background: #fff;
  }
}
@media print, screen and (min-width: 1000px) {
  .recruit_content-top {
    margin-bottom: calc(11vw + 210px);
  }
}
@media print, screen and (min-width: 1000px) {
  .recruit_content-top-title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: none;
    padding: 0;
    box-sizing: border-box;
  }
}
@media print, screen and (max-width: 999px) {
  /* Fix⑨: -91vwは479px以下でFV画像高さと乖離するためmax()で下限-341px（375px基準）に設定 */
  .recruit_content-top-title {
    margin: max(-91vw, -341px) auto 50px;
    position: relative;
  }
}
.recruit_content-top-title h2 {
  color: #1343e4;
  font-weight: 500;
}
@media print, screen and (min-width: 1000px) {
  .recruit_content-top-title h2 {
    position: absolute;
    top: 27%;
    left: 24.4%;
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 1000px) and (max-width: 1440px) {
  .recruit_content-top-title h2 {
    top: 25%;
    left: 20%;
    font-size: 1.7rem;
  }
}
@media print, screen and (max-width: 999px) {
  .recruit_content-top-title h2 {
    margin-bottom: 40px;
    font-size: 1.25rem;
    text-align: center;
  }
}
.recruit_content-top-title h3 {
  font-weight: 500;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}
@media print, screen and (min-width: 1000px) {
  .recruit_content-top-title h3 {
    font-size: min(2.35vw, 35px);
  }
}
@media print, screen and (max-width: 999px) {
  .recruit_content-top-title h3 {
    margin-bottom: 70px;
    font-size: 1.5rem;
    text-align: center;
  }
}
.recruit_fv-text-img {
  display: block;
  height: auto;
}
@media print, screen and (min-width: 1000px) {
  .recruit_fv-text-img {
    position: absolute;
    top: 53%;
    left: 50.5%;
    transform: translate(-50%, -50%);
    width: min(46vw, 600px);
  }
}
@media print, screen and (max-width: 767px) {
  .recruit_fv-text-img {
    width: 87vw;
    max-width: 87vw;
    margin: 55px auto 70px;
    transform: translateX(3vw);
  }
}
@media print, screen and (min-width: 768px) and (max-width: 999px) {
  .recruit_fv-text-img {
    width: 60vw;
    max-width: 60vw;
    margin: 65px auto 70px;
    transform: translateX(4vw);
  }
}
@media print, screen and (min-width: 426px) and (max-width: 768px) {
  .recruit_fv-text-img {
    width: 66%;
    max-width: 430px;
    margin: 55px auto 70px;
    transform: translateX(4vw);
  }
  .-recruit_content-text {
    margin-top: calc(var(--fvh) - 225px);
  }
}
@media print, screen and (min-width: 1000px) {
  .recruit_content-top-title span {
    font-size: min(4.45vw, 66px);
  }
}
@media print, screen and (max-width: 999px) {
  .recruit_content-top-title span {
    font-size: 2.9rem;
  }
}

.-recruit_content-text {
  color: #fff;
  background: #1343e4;
  border-radius: 20px;
}
@media print, screen and (min-width: 1000px) {
  .-recruit_content-text {
    max-width: 810px;
    width: 95%;
    margin-top: calc(45.2vw + 50px);
    margin-left: auto;
    margin-right: auto;
    padding: 3vw 4vw;
  }
}
@media print, screen and (max-width: 999px) {
  /* Fix⑩: 青ボックス位置もFV高さに連動させmax()でmin側を保証 */
  .-recruit_content-text {
    margin: min(calc(91vw - 125px), 216px) 25px 0;
    padding: 25px;
    line-height: 2;
  }
}

@media print, screen and (min-width: 1000px) {
  .recruit_content-link {
    margin: 0 auto 2.5vw;
    padding: 0 20px;
    max-width: 1040px;
    box-sizing: border-box;
  }
}
@media print, screen and (max-width: 999px) {
  .recruit_content-link {
    margin: 0 25px 65px;
  }
}
@media print, screen and (min-width: 1000px) {
  .recruit_content-link .about_content-link-flex {
    flex-wrap: wrap;
  }
}
@media print, screen and (min-width: 1000px) {
  .recruit_content-link .-share_link-list {
    margin-bottom: 2.5vw;
    min-width: calc(25% - 100px);
  }
}
@media print, screen and (min-width: 1000px) {
  .recruit_content-working {
    margin: 0 auto 6vw;
    padding: 0 20px;
    max-width: 1040px;
    box-sizing: border-box;
  }
}
@media print, screen and (max-width: 999px) {
  .recruit_content-working {
    margin: 0 25px 65px;
  }
}
@media print, screen and (min-width: 1000px) {
  .recruit_content-working h2 {
    margin-bottom: 2.4vw;
  }
}
@media print, screen and (max-width: 999px) {
  .recruit_content-working h2 {
    margin-bottom: 25px;
  }
}
@media print, screen and (max-width: 999px) {
  .recruit_content-working img {
    margin: 0 auto 30px;
    max-width: 652px;
    width: 100%;
  }
}
@media print, screen and (max-width: 999px) {
  .recruit_content-working img:not(.sp_none) {
    display: block;
  }
}
.recruit_content-working h3 {
  color: #1343e4;
  font-weight: bold;
}
@media print, screen and (min-width: 1000px) {
  .recruit_content-working h3 {
    margin-top: 2.4vw;
    margin-bottom: 1vw;
    font-size: 1.75rem;
  }
}
@media print, screen and (max-width: 999px) {
  .recruit_content-working h3 {
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
}

@media print, screen and (min-width: 1000px) {
  .recruit_content-working-article {
    margin-top: 1.8vw;
    margin-bottom: 1.2vw;
  }
}
@media print, screen and (max-width: 999px) {
  .recruit_content-working-article {
    margin-top: 40px;
  }
}
@media print, screen and (max-width: 999px) {
  .recruit_content-working-article li:not(:last-of-type) {
    margin-bottom: 10px;
  }
}

@media print, screen and (min-width: 1000px) {
  .recruit_content-numbers {
    margin: 0 auto 6vw;
    padding: 0 20px;
    max-width: 1040px;
    box-sizing: border-box;
  }
}
@media print, screen and (max-width: 999px) {
  .recruit_content-numbers {
    margin: 0 25px 65px;
  }
}
@media print, screen and (min-width: 1000px) {
  .recruit_content-numbers h2 {
    margin-bottom: 2.4vw;
  }
}
@media print, screen and (max-width: 999px) {
  .recruit_content-numbers h2 {
    margin-bottom: 30px;
  }
}

@media print, screen and (max-width: 999px) {
  .recruit_content-numbers-table {
    margin: auto;
    max-width: 652px;
  }
}

@media print, screen and (min-width: 1000px) {
  .recruit_content-training {
    margin: 0 auto 6vw;
    padding: 0 20px;
    max-width: 1040px;
    box-sizing: border-box;
  }
}
@media print, screen and (max-width: 999px) {
  .recruit_content-training {
    margin: 0 25px 65px;
  }
}
@media print, screen and (min-width: 1000px) {
  .recruit_content-training h2 {
    margin-bottom: 3vw;
  }
}
@media print, screen and (max-width: 999px) {
  .recruit_content-training h2 {
    margin-bottom: 25px;
  }
}

@media print, screen and (min-width: 1000px) {
  .recruit_content-training-flex {
    margin-bottom: 3vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0 50px;
  }
}
@media print, screen and (max-width: 999px) {
  .recruit_content-training-flex {
    margin-bottom: 45px;
  }
}

@media print, screen and (min-width: 1000px) {
  .-recruit_training-illust {
    max-width: 450px;
  }
}
@media print, screen and (max-width: 999px) {
  .-recruit_training-illust {
    margin: 0 auto 25px;
    max-width: 652px;
  }
}

@media print, screen and (min-width: 1000px) {
  .-recruit_training-text h3 {
    margin-bottom: 1.2vw;
  }
}
@media print, screen and (max-width: 999px) {
  .-recruit_training-text h3 {
    margin-bottom: 15px;
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 1000px) {
  .-recruit_training-text p {
    line-height: 2;
  }
}
.--recruit_title-font {
  color: #1343e4;
  font-weight: bold;
}
@media print, screen and (min-width: 1000px) {
  .--recruit_title-font {
    font-size: 2.2rem;
  }
}
@media print, screen and (min-width: 1000px) {
  .recruit_content-training-box {
    padding: 3vw 6.5vw;
    background: #f7f7f7;
  }
}
@media print, screen and (max-width: 999px) {
  .recruit_content-training-box strong {
    padding: 15px;
  }
}
@media print, screen and (max-width: 999px) {
  .recruit_content-training-box .--about_value-flex-text {
    margin-left: 10px;
  }
}
@media print, screen and (max-width: 999px) {
  .recruit_content-training-box h5 {
    font-size: 1rem;
  }
}
@media print, screen and (max-width: 999px) {
  .recruit_content-training-box p {
    margin-left: 3rem;
    font-size: 14px;
  }
}

@media print, screen and (min-width: 1000px) {
  .recruit_content-culture {
    margin: 0 auto 6vw;
    padding: 0 20px;
    max-width: 1040px;
    box-sizing: border-box;
  }
}
@media print, screen and (max-width: 999px) {
  .recruit_content-culture {
    margin: 0 25px 65px;
  }
}
@media print, screen and (min-width: 1000px) {
  .recruit_content-culture h2 {
    margin-bottom: 3vw;
  }
}
@media print, screen and (max-width: 999px) {
  .recruit_content-culture h2 {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 1000px) {
  .recruit_content-culture h3 {
    margin-bottom: 1.2vw;
  }
}
@media print, screen and (max-width: 999px) {
  .recruit_content-culture h3 {
    margin-bottom: 15px;
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 1000px) {
  .recruit_content-culture p {
    line-height: 2;
  }
}
@media print, screen and (min-width: 1000px) {
  .recruit_content-culture-scroll {
    margin-bottom: 2.5vw;
    width: 100vw;
    transform: translateX(-18vw);
  }
}
@media print, screen and (max-width: 999px) {
  .recruit_content-culture-scroll {
    margin-bottom: 30px;
  }
}
.recruit_content-culture-scroll .-main_top-scroll-flex {
  animation-duration: 85s;
}
@media print, screen and (max-width: 999px) {
  .recruit_content-culture-scroll .-main_top-scroll-flex {
    margin-left: -1020px;
    width: 1396px;
  }
}

@media print, screen and (min-width: 1000px) {
  .-recruit_content-scroll-list {
    width: 360px;
  }
}
@media print, screen and (max-width: 999px) {
  .-recruit_content-scroll-list {
    width: 267px;
  }
}

@media print, screen and (min-width: 1000px) {
  .recruit_content-member {
    margin: 0 auto 6vw;
    padding: 0 20px;
    max-width: 1040px;
    box-sizing: border-box;
  }
}
@media print, screen and (max-width: 999px) {
  .recruit_content-member {
    margin: 0 25px 65px;
  }
}
@media print, screen and (min-width: 1000px) {
  .recruit_content-member h2 {
    margin-bottom: 2vw;
  }
}
@media print, screen and (max-width: 999px) {
  .recruit_content-member h2 {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 1000px) {
  .recruit_content-member h3 {
    margin-bottom: 2.8vw;
  }
}
@media print, screen and (max-width: 999px) {
  .recruit_content-member h3 {
    margin-bottom: 35px;
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 1000px) {
  .recruit_content-member .-link_btn {
    margin-top: 20px;
    margin-left: auto;
  }
}
@media print, screen and (max-width: 999px) {
  .recruit_content-member .-link_btn {
    margin: auto;
  }
}

@media print, screen and (min-width: 1000px) {
  .-recruit_member-flex {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 0 40px;
  }
}
@media print, screen and (min-width: 1000px) {
  .-recruit_member-list {
    margin-bottom: 3vw;
    width: calc(50% - 20px);
  }
}
@media print, screen and (max-width: 999px) {
  .-recruit_member-list {
    margin-bottom: 55px;
  }
}
.-recruit_member-list h4 {
  margin-bottom: 10px;
  color: #1343e4;
}
@media print, screen and (min-width: 1000px) {
  .-recruit_member-list h4 {
    margin-top: 15px;
  }
}
@media print, screen and (max-width: 999px) {
  .-recruit_member-list h4 {
    margin-top: 20px;
    font-size: 0.75rem;
  }
}
.-recruit_member-list strong {
  margin-bottom: 20px;
  display: block;
}
@media print, screen and (min-width: 1000px) {
  .-recruit_member-list strong {
    font-size: 1.7vw;
  }
}
@media print, screen and (max-width: 999px) {
  .-recruit_member-list strong {
    font-size: 1.4rem;
  }
}

@media print, screen and (min-width: 1000px) {
  .recruit_content-qa {
    margin: 0 auto 8.4vw;
    padding: 0 20px;
    max-width: 1040px;
    box-sizing: border-box;
  }
}
@media print, screen and (max-width: 999px) {
  .recruit_content-qa {
    margin: 0 25px 65px;
  }
}
@media print, screen and (min-width: 1000px) {
  .recruit_content-qa h2 {
    margin-bottom: 3.2vw;
  }
}
@media print, screen and (max-width: 999px) {
  .recruit_content-qa h2 {
    margin-bottom: 30px;
  }
}

@media print, screen and (min-width: 1000px) {
  .recruit_link-area {
    padding: 9.2vw 0 11.2vw;
    background: url(../img/recruit/back_img02.jpg);
    background-size: cover;
  }
}
@media print, screen and (max-width: 999px) {
  .recruit_link-area {
    padding: 21vw 10px 14vw;
    background: url(../img/recruit/sp/back_img02.png);
    background-size: cover;
  }
}

.recruit_link-box {
  color: #fff;
  text-align: center;
}
@media print, screen and (min-width: 1000px) {
  .recruit_link-box {
    margin: auto;
    max-width: 800px;
  }
}
@media print, screen and (min-width: 1000px) {
  .recruit_link-box img {
    max-width: 516px;
  }
}
@media print, screen and (max-width: 999px) {
  .recruit_link-box img {
    margin: auto;
    width: 316px;
  }
}
@media print, screen and (min-width: 1000px) {
  .recruit_link-box h4 {
    margin-bottom: 3vw;
    font-size: 1.4rem;
  }
}
@media print, screen and (max-width: 999px) {
  .recruit_link-box h4 {
    margin-bottom: 20px;
  }
}
.recruit_link-box strong {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: 500;
  display: block;
}
@media print, screen and (min-width: 1000px) {
  .recruit_link-box strong {
    margin-bottom: 1.8vw;
    font-size: 1.75rem;
  }
}
@media print, screen and (max-width: 999px) {
  .recruit_link-box strong {
    font-size: 1.5rem;
    line-height: 2;
  }
}
@media print, screen and (min-width: 1000px) {
  .recruit_link-box span {
    font-size: 3.2rem;
  }
}
@media print, screen and (max-width: 999px) {
  .recruit_link-box span {
    font-size: 2.6rem;
    line-height: 1.3;
    display: inline-block;
  }
}
.recruit_link-box .-link_btn {
  font-weight: bold;
  background: #fff;
}
@media print, screen and (min-width: 1000px) {
  .recruit_link-box .-link_btn {
    margin: auto;
    width: 400px;
  }
}
@media print, screen and (max-width: 999px) {
  .recruit_link-box .-link_btn {
    margin: 30px auto 0;
    width: 264px;
  }
}
.recruit_link-box .-link_btn a {
  color: #1343e4;
}
.recruit_link-box .-link_btn a::before {
  background: #1343e4;
}
.recruit_link-box .-link_btn a::after {
  border-top: 3px solid #1343e4;
  border-right: 3px solid #1343e4;
}
@media print, screen and (max-width: 999px) {
  .recruit_link-box .-link_btn a {
    padding-left: 0;
  }
}

@media print, screen and (max-width: 999px) {
  .recruiting_content {
    margin-top: -70px;
  }
}
@media print, screen and (min-width: 1000px) {
  .recruiting_content h2 {
    margin-bottom: 2vw;
  }
}
@media print, screen and (max-width: 999px) {
  .recruiting_content h2 {
    margin-bottom: 20px;
  }
}

@media print, screen and (min-width: 1000px) {
  .recruiting_content-top {
    margin-bottom: 15vw;
  }
}
@media print, screen and (max-width: 999px) {
  .recruiting_content-top {
    margin-bottom: 16vw;
  }
}
.recruiting_content-top .recruiting_content-top-title {
  color: #fff;
  position: relative;
}
@media print, screen and (min-width: 1000px) {
  .recruiting_content-top .recruiting_content-top-title {
    margin-top: -21.6vw;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media print, screen and (max-width: 999px) {
  /* Fix⑬: -50vwは375px以下で-187pxになりFV画像からはみ出す可能性があるためmax()で下限設定 */
  .recruiting_content-top .recruiting_content-top-title {
    margin-top: max(-50vw, -187px);
  }
}

@media print, screen and (min-width: 1000px) {
  .recruiting_content-link {
    margin: 0 auto 7vw;
  }
}
@media print, screen and (max-width: 999px) {
  .recruiting_content-link {
    margin: 0 25px 50px;
  }
}

@media print, screen and (min-width: 1000px) {
  .recruiting_content-new {
    margin: 0 auto 7vw;
    padding: 0 20px;
    max-width: 1040px;
    box-sizing: border-box;
  }
}
@media print, screen and (max-width: 999px) {
  .recruiting_content-new {
    margin: 0 25px 55px;
  }
}

.-recruiting_qa-list:not(:first-child) {
  margin-top: 30px;
}

@media print, screen and (min-width: 1000px) {
  .recruiting_content-career {
    margin: 0 auto 9vw;
    padding: 0 20px;
    max-width: 1040px;
    box-sizing: border-box;
  }
}
@media print, screen and (max-width: 999px) {
  .recruiting_content-career {
    margin: 0 25px 75px;
  }
}

.--recruiting_text-q.is-open {
  border-radius: 20px 20px 0 0;
}
@media print, screen and (min-width: 1000px) {
  .--recruiting_text-q.is-open {
    padding: 20px 30px 20px 35px;
  }
}
.--recruiting_text-a {
  margin-top: 0;
  border-radius: 0 0 20px 20px;
}
@media print, screen and (min-width: 1000px) {
  .--recruiting_text-a.is-open {
    padding: 20px 6.5vw 3.7vw;
  }
}
.--recruiting_text-a .-link_btn {
  font-weight: bold;
}
@media print, screen and (min-width: 1000px) {
  .--recruiting_text-a .-link_btn {
    margin: 40px auto 0;
    max-width: 600px;
    width: 100%;
    text-align: center;
  }
}
@media print, screen and (max-width: 999px) {
  .--recruiting_text-a .-link_btn {
    margin: 50px auto 0;
    text-align: center;
  }
}
@media print, screen and (max-width: 999px) {
  .--recruiting_text-a .-link_btn a {
    padding-left: 0;
  }
}
.--recruiting_text-a .-link_btn span {
  color: #fff;
  font-weight: bold;
}
@media print, screen and (min-width: 1000px) {
  .--recruiting_text-a .-link_btn span {
    margin-right: 0;
    font-size: 1.1rem;
  }
}

.--recruiting_text-a-box {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.--recruiting_text-dl {
  border-bottom: 1px solid #ccc;
}
@media print, screen and (min-width: 1000px) {
  .--recruiting_text-dl {
    display: flex;
  }
}
.--recruiting_text-dl dt {
  padding: 10px 20px;
  font-weight: bold;
  background: #ebebeb;
  border-right: 1px solid #ccc;
  box-sizing: border-box;
}
@media print, screen and (min-width: 1000px) {
  .--recruiting_text-dl dt {
    width: 22%;
    font-size: 1rem;
  }
}
.--recruiting_text-dl dd {
  padding: 10px 20px;
  background: #fff;
  box-sizing: border-box;
}
@media print, screen and (min-width: 1000px) {
  .--recruiting_text-dl dd {
    width: 78%;
    font-size: 1rem;
  }
}
.--recruiting_text-margin {
  margin-top: 15px;
}

/* エントリー
----------------------------------------------*/
@media print, screen and (min-width: 1000px) {
  .entry_content {
    margin-bottom: 8.8vw;
  }
}
@media print, screen and (max-width: 999px) {
  .entry_content {
    margin: 35px 25px 85px;
  }
}

@media print, screen and (max-width: 999px) {
  .entry_content-top {
    margin-bottom: 35px;
  }
}

.entry_content-top.-service_fv {
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .entry_content-top.-service_fv {
    margin-bottom: 50px;
  }
}

@media print, screen and (min-width: 1000px) {
  .entry_content-switch {
    margin: 0 auto 3vw;
    padding: 0 20px;
    max-width: 1040px;
    box-sizing: border-box;
  }
}
@media print, screen and (min-width: 1000px) {
  .entry_content-switch-area {
    display: flex;
    justify-content: center;
  }
}
@media print, screen and (max-width: 999px) {
  .entry_content-switch {
    margin-bottom: 30px;
  }
}

@media print, screen and (min-width: 1000px) {
  .-entry_switch-dl {
    display: flex;
  }
}
.-entry_switch-dl dt {
  color: #fff;
  background: #1343e4;
  font-weight: bold;
}
@media print, screen and (min-width: 1000px) {
  .-entry_switch-dl dt {
    max-width: 230px;
    width: 15vw;
    font-size: 1.6rem;
    border-radius: 20px 0 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media print, screen and (max-width: 999px) {
  .-entry_switch-dl dt {
    padding: 15px 0 12px;
    font-size: 1.25rem;
    border-radius: 20px 20px 0 0;
    text-align: center;
  }
}
.-entry_switch-dl dd {
  background: #f7f7f7;
  font-weight: bold;
  box-sizing: border-box;
}
@media print, screen and (min-width: 1000px) {
  .-entry_switch-dl dd {
    padding: 2.8vw 2.5vw;
    max-width: 770px;
    width: 50vw;
    font-size: 1.12rem;
    border-radius: 0 20px 20px 0;
  }
}
@media print, screen and (max-width: 999px) {
  .-entry_switch-dl dd {
    padding: 30px 20px 35px;
    border-radius: 20px;
  }
}

.-entry_switch-dl-box {
  display: flex;
  align-items: center;
}
.-entry_switch-dl-box:not(:last-of-type) {
  margin-bottom: 20px;
}

@media print, screen and (min-width: 1000px) {
  .form_container {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1040px;
    box-sizing: border-box;
  }
}
@media print, screen and (min-width: 1000px) {
  .form_container-area {
    padding: 3vw 6.5vw;
    background: #f7f7f7;
    border-radius: 20px;
  }
}
@media print, screen and (min-width: 1000px) {
  .-form_area-margin {
    margin-bottom: 30px;
  }
}
@media print, screen and (max-width: 999px) {
  .-form_area-margin {
    margin-bottom: 45px;
  }
}

@media print, screen and (min-width: 1000px) {
  .-form_container-box {
    margin: auto;
    width: 600px;
  }
}
.-form_container-dl:not(:first-of-type) {
  margin-top: 30px;
}

.-form_container-dt {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.-form_container-dt p {
  font-size: 1rem;
  font-weight: bold;
}
.-form_container-dt small {
  margin-left: 10px;
  padding: 2px 9px;
  font-size: 0.7rem;
  color: #fff;
  background: #e4132b;
  border-radius: 11px;
}

.-form_container-dd input, .-form_container-dd select, .-form_container-dd textarea {
  width: 100%;
  border: 2px solid #e0e0e0;
  border-radius: 4px;
  box-sizing: border-box;
}
@media print, screen and (min-width: 1000px) {
  .-form_container-dd input, .-form_container-dd select, .-form_container-dd textarea {
    padding: 12px 20px;
  }
}
@media print, screen and (max-width: 999px) {
  .-form_container-dd input, .-form_container-dd select, .-form_container-dd textarea {
    padding: 15px 10px;
  }
}
.-form_container-dd select:has(option:checked[value=""]) {
  color: #939393;
}

@media print, screen and (min-width: 1000px) {
  .-form_container-link {
    margin-top: 50px;
  }
}
@media print, screen and (max-width: 999px) {
  .-form_container-link {
    margin-top: 20px;
  }
}
.-form_container-link p {
  margin-bottom: 20px;
  text-align: center;
}
.-form_container-link p a {
  display: inline;
}
@media print, screen and (min-width: 1000px) {
  .-form_container-link p {
    font-size: 1.12rem;
  }
}
.-form_container-link a {
  color: #00b1ff;
  border-bottom: 2px solid #00b1ff;
}

.-form_container-btn,
.wpcf7-submit {
  margin: auto;
  height: 60px;
  line-height: 60px;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  background: #1343e4;
  border: 0;
  border-radius: 120px;
  display: block;
  text-align: center;
  -webkit-appearance: none;
  appearance: none;
}
@media print, screen and (min-width: 1000px) {
  .-form_container-btn,
  .wpcf7-submit {
    width: 320px;
    cursor: pointer;
  }
}
@media print, screen and (max-width: 999px) {
  .-form_container-btn,
  .wpcf7-submit {
    width: min(306px, 100%);
  }
}

/* 共有
----------------------------------------------*/
.-share_content-top {
  color: #fff;
  background: #1343e4;
}

@media print, screen and (min-width: 1000px) {
  .-share_title {
    margin: auto;
    padding: 4.2vw 20px 11vw;
    max-width: 1040px;
    box-sizing: border-box;
  }
}
.-share_title h2 {
  font-weight: 500;
  letter-spacing: 0.06rem;
}
@media print, screen and (min-width: 1000px) {
  .-share_title h2 {
    font-size: 6rem;
  }
}
@media print, screen and (max-width: 999px) {
  .-share_title h2 {
    font-size: 3rem;
  }
}

@media print, screen and (max-width: 999px) {
  .-share_title-sub {
    padding: 45px 25px 55px;
  }
}
.-share_title-sub .-heading_box02 {
  color: #fff;
}
.-share_title-sub .-heading_box02::before {
  background: url(../img/icon_heading02.png);
  background-size: cover;
}

@media print, screen and (min-width: 1000px) {
  .-share_link {
    padding: 0 20px;
    max-width: 1040px;
    box-sizing: border-box;
  }
}
@media print, screen and (max-width: 999px) {
  .-share_link-list {
    margin-bottom: 20px;
    width: 50%;
  }
}
.-share_link-list p {
  font-size: 1.1rem;
  font-weight: bold;
}
.-share_link-list a {
  display: flex;
  align-items: flex-start;
}
@media print, screen and (max-width: 999px) {
  .-share_link-list a {
    align-items: center;
  }
}
.-share_link-list a::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/icon_heading03.png);
  background-size: cover;
}
@media print, screen and (min-width: 1000px) {
  .-share_link-list a::before {
    margin-right: 20px;
  }
}
@media print, screen and (max-width: 999px) {
  .-share_link-list a::before {
    margin-right: 10px;
    flex-shrink: 0;
    margin-top: 2px;
  }
}

@media print, screen and (min-width: 1000px) {
  .-share_title-sub02 {
    padding-bottom: 7.2vw;
  }
}
@media print, screen and (min-width: 1000px) {
  .-share_title-sub02 h2 {
    line-height: 1.2;
  }
}
@media print, screen and (min-width: 1000px) {
  .sub_content-top {
    margin: -50px auto 6.5vw;
    padding: 0 20px;
    max-width: 1040px;
    box-sizing: border-box;
  }
}
@media print, screen and (min-width: 1000px) {
  .sub_content-top img {
    margin-bottom: 2.5vw;
  }
}
@media print, screen and (min-width: 1000px) {
  .sub_content-top h2 {
    margin-bottom: 1.5vw;
  }
}
@media print, screen and (min-width: 1000px) {
  .-share_article-top {
    margin-bottom: 8vw;
  }
}
@media print, screen and (max-width: 999px) {
  .-share_article-top {
    margin: 0 25px 65px;
  }
}
@media print, screen and (max-width: 999px) {
  .-share_article-top h2 {
    margin-bottom: 25px;
  }
}

@media print, screen and (min-width: 1000px) {
  .-share_article-container {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1040px;
    box-sizing: border-box;
  }
}
@media print, screen and (min-width: 1000px) {
  .-share_article-container h2 {
    margin-bottom: 3.2vw;
  }
}
.-share_article-container .-share_article-span {
  color: #042443;
  font-weight: bold;
}
@media print, screen and (min-width: 1000px) {
  .-share_article-container .-share_article-span {
    margin-left: 0;
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 1000px) {
  .--share_article-area-margin {
    margin-bottom: 6.5vw;
  }
}
@media print, screen and (max-width: 999px) {
  .--share_article-area-margin {
    margin-bottom: 70px;
  }
}

@media print, screen and (min-width: 1000px) {
  .-share_article-area-flex {
    margin-bottom: 2.5vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0 50px;
  }
}
@media print, screen and (max-width: 999px) {
  .-share_article-area-flex {
    margin-bottom: 30px;
  }
}

.-share_article-area-illust {
  max-width: 450px;
}
@media print, screen and (max-width: 999px) {
  .-share_article-area-illust {
    margin: 0 auto 20px;
  }
}

@media print, screen and (min-width: 1000px) {
  .-share_article-area-text {
    max-width: 500px;
  }
}
.-share_article-area-text h3 {
  margin-bottom: 15px;
  font-weight: bold;
}
@media print, screen and (min-width: 1000px) {
  .-share_article-area-text h3 {
    font-size: 2.25rem;
  }
}
@media print, screen and (max-width: 999px) {
  .-share_article-area-text h3 {
    font-size: 1.15rem;
  }
}
@media print, screen and (min-width: 1000px) {
  .-share_article-area-text p {
    line-height: 2;
  }
}
.-share_article-area-menu h3 {
  margin-bottom: 15px;
}
@media print, screen and (min-width: 1000px) {
  .-share_article-area-menu h3 {
    font-size: 1rem;
  }
}
.--share_article-menu-area {
  font-size: 1rem;
  font-weight: bold;
  background: #f7f7f7;
}
/* js-bg-slide-up 内では ::before が背景を担うため ol 自身の背景を外す */
.js-bg-slide-up .--share_article-menu-area {
  background: transparent !important;
}
@media print, screen and (min-width: 1000px) {
  .recruit_content-working-article.js-bg-slide-up {
    border-radius: 50px;
  }
}
@media print, screen and (min-width: 1000px) {
  .recruit_content-training-box.js-bg-slide-up {
    border-radius: 50px;
  }
}
@media print, screen and (min-width: 1000px) {
  .--share_article-menu-area {
    padding: 40px 6.5vw 40px 7vw;
    list-style: disc;
  }
}
@media print, screen and (max-width: 999px) {
  .--share_article-menu-area {
    padding: 25px 20px 30px;
  }
}
@media print, screen and (max-width: 999px) {
  .--share_article-menu-area li {
    margin-left: 1.5rem;
    position: relative;
  }
}
.--share_article-menu-area li::marker {
  color: #1343e4;
}
@media print, screen and (max-width: 999px) {
  .--share_article-menu-area li::before {
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #1343e4;
    position: absolute;
    top: 0.2rem;
    left: -1.5rem;
  }
}

.--share_news-list-flex {
  display: flex;
  align-items: center;
}
@media print, screen and (min-width: 1000px) {
  .--share_news-list-flex {
    font-size: 0.75rem;
  }
}
.--share_news-list-flex p {
  margin-left: 10px;
  padding: 1px 12px 2px;
  color: #fff;
  background: #848484;
  border-radius: 4px;
}

.--font_blue {
  color: #1343e4;
}

.text_anima .char-outer {
  display: inline-block;
  overflow: hidden;
  vertical-align: bottom;
}
.text_anima .char-outer span {
  display: inline-block;
  transform: translateY(110%);
}
.text_anima.is_show .char-outer span {
  transform: translateY(0);
  transition: transform 1s cubic-bezier(0.08, 0.92, 0.35, 1);
  transition-delay: calc(var(--ci) * 0.035s);
}

/* RECRUIT FV 波（index.htmlのFVと同じ色味・アニメーション） */
.recruit_content-illust {
  position: relative;
  line-height: 0;
}
.-recruit_fv-wave {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  z-index: 5;
  line-height: 0;
  pointer-events: none;
}
.-recruit_fv-wave .-fv_waves {
  width: 100%;
}
@media print, screen and (min-width: 1000px) {
  .-recruit_fv-wave .-fv_waves {
    height: 90px;
  }
}
@media print, screen and (max-width: 999px) {
  .-recruit_fv-wave .-fv_waves {
    height: 50px;
  }
  /* SP/TB：FV画像を画面幅いっぱいに表示（タブレットでの右側余白・途切れ防止） */
  .recruit_content-illust img {
    width: 100%;
  }
}
.-recruit_fv-wave .-fv_waves-parallax > use {
  animation: fvWave 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}
.-recruit_fv-wave .-fv_waves-parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 22s;
}
.-recruit_fv-wave .-fv_waves-parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 28s;
}
.-recruit_fv-wave .-fv_waves-parallax > use:nth-child(3) {
  animation-delay: -1s;
  animation-duration: 18s;
}
/* RECRUIT 紹介文（青ボックス内）：タイトルと同じ明朝フォント／サイズはリンク（数字で見るFulfill）と同等の18px */
.-recruit_content-text p {
  font-size: 18px;
  line-height: 32px;
}
@media print, screen and (max-width: 999px) {
  .-recruit_content-text p {
    font-size: 16px;
    line-height: 29px;
  }
}
/* RECRUIT FV タブレット（480〜999px）：SP用画像が縦に伸びすぎるため高さを抑え、見出し下の余白を調整 */
/* --fvh でFV画像の高さを一元管理し、見出し位置・青ボックス位置を連動させる */
@media print, screen and (min-width: 480px) and (max-width: 999px) {
  .recruit_content-top {
    --fvh: clamp(400px, 55vw, 460px);
  }
  .recruit_content-illust img {
    height: var(--fvh);
    object-fit: cover;
  }
  .recruit_content-top-title {
    margin-top: calc(60px - var(--fvh));
  }
  .-recruit_content-text {
    margin-top: calc(var(--fvh) - 182px);
  }
}
/*# sourceMappingURL=style.css.map */
/* ============================================
   法務ページ（プライバシーポリシー等）本文
   ============================================ */
.-privacy_content {
  line-height: 1.9;
  color: #042443;
}
.-privacy_content .-blue_title {
  margin-top: 64px;
}
.-privacy_content .-blue_title:first-child {
  margin-top: 0;
}
.-privacy_block {
  margin: 24px 0 0;
}
.-privacy_content h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin: 32px 0 10px;
  padding-left: 14px;
  border-left: 4px solid #7ecef4;
  line-height: 1.5;
}
.-privacy_content p {
  margin: 0 0 18px;
}
.-privacy_date {
  font-size: 0.9rem;
  color: #6b7a8d;
  text-align: right;
}
.-privacy_window {
  margin: 24px 0 0;
  padding: 20px 24px;
  background: #f4f7fb;
  border-radius: 6px;
}
.-privacy_window p {
  margin: 0 0 8px;
}
.-privacy_window p:last-child {
  margin-bottom: 0;
}
.-privacy_measure dd p {
  margin: 0 0 6px;
}
.-privacy_end {
  text-align: right;
  margin-top: 32px;
}
.-privacy_signature {
  text-align: right;
  margin-top: 24px;
}
.-privacy_list {
  list-style: decimal;
  padding-left: 1.6em;
  margin: 0 0 18px;
}
.-privacy_list li {
  margin-bottom: 10px;
}
.-privacy_measure {
  margin: 8px 0 0;
}
.-privacy_measure dt {
  font-weight: 700;
  margin-top: 18px;
}
.-privacy_measure dd {
  margin: 6px 0 0;
  padding-left: 1.2em;
}
@media screen and (max-width: 767px) {
  .-privacy_content .-blue_title {
    margin-top: 48px;
  }
  .-privacy_content h3 {
    font-size: 1rem;
    margin: 24px 0 8px;
  }
}

/* Fix⑭: FVタイトルが2行に折り返す場合の行間調整をSP（≤767px）のみに限定 */
/* TBでは通常の行間で問題ないため、≤999pxから≤767pxへ変更 */
@media print, screen and (max-width: 767px) {
  .news_content-top-title h2.-font_montserrat {
    line-height: 1.15;
    margin-bottom: 10px;
  }
}
