@charset "UTF-8";
:root {
  --baseWidth: 1140px;
  box-sizing: border-box; }

@media screen and (max-width: 959px) {
  :root {
    --baseWidth: auto; } }
/* CTC BLUE rgb(0,92,202) */
/* CTC DEEP BLUE rgb(0,61,134) */
/* 藤色 rgb(170,139,187) */
/* 橙色 rgb(213,132,57) */
/* 空色 rgb(121,196,216) */
/* 檸檬色 rgb(247,215,118) */
/* 青葉色 rgb(72,117,64) */
/* 藍色 rgb(29,35,72) */
/* Shadow Color rgb(31,67,140) */
/* $ctcDBlue:#003078; #figma */
body {
  font-size: 16px;
  font-family: "Noto Sans JP", YuGothic, "Material Symbols Outlined", sans-serif; }
  body a {
    text-decoration: none; }
    body a:visited {
      color: inherit; }
  body #head-kv.noAnimation {
    background: #1d2348 !important; }
  body #head-kv > div {
    margin: 0 1.5rem; }
    body #head-kv > div ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    body #head-kv > div a {
      color: #fff; }
      body #head-kv > div a:hover {
        text-decoration: none; }
    body #head-kv > div#firstArea {
      display: flex;
      padding: 1.5rem 0 0 0;
      justify-content: space-between;
      align-items: center; }
      body #head-kv > div#firstArea > a {
        padding: 0 1rem; }
        body #head-kv > div#firstArea > a img {
          width: 6.875rem;
          vertical-align: -50%; }
      body #head-kv > div#firstArea nav ul {
        display: flex;
        gap: 0.125rem; }
        body #head-kv > div#firstArea nav ul li a {
          display: block;
          padding: 0.875rem 1.25rem;
          font-size: 0.75rem;
          font-weight: bold;
          background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.65) 50%);
          background-size: 100% 200%;
          background-position: 0 0;
          transition: 0.3s ease-out;
          text-box-trim: trim-end; }
          body #head-kv > div#firstArea nav ul li a:hover {
            color: #003d86;
            background-position: 0 100%; }
          body #head-kv > div#firstArea nav ul li a[target] {
            padding-right: 2.5rem;
            position: relative; }
            body #head-kv > div#firstArea nav ul li a[target]:after {
              content: "\e895";
              font-family: "Material Symbols Outlined";
              font-weight: 300;
              font-size: 1rem;
              line-height: 1;
              position: absolute;
              top: 55%;
              right: 0.75rem;
              transform: translateY(-50%); }
    body #head-kv > div#secondArea {
      display: flex;
      padding: 0.5rem 0;
      justify-content: space-between;
      align-items: center; }
      body #head-kv > div#secondArea > ul {
        display: flex;
        flex: 1;
        gap: 0.5rem; }
        body #head-kv > div#secondArea > ul li a {
          padding: 0.5rem 0.5rem;
          font-size: 0.875rem;
          font-weight: bold;
          position: relative; }
          body #head-kv > div#secondArea > ul li a:after {
            content: "";
            display: block;
            width: 0;
            height: 2px;
            border-radius: 9999px;
            background: #fff;
            position: absolute;
            right: 50%;
            bottom: -0.25rem;
            transform: translateX(50%);
            transition: 0.3s; }
          body #head-kv > div#secondArea > ul li a:hover:after {
            width: 100%; }
      body #head-kv > div#secondArea > div {
        display: flex; }
        body #head-kv > div#secondArea > div > ul {
          display: flex;
          margin: 0.375rem 0.5rem 0.375rem 0;
          align-items: center; }
          body #head-kv > div#secondArea > div > ul > li > a {
            padding: 0.25rem 0.5rem;
            font-size: 0.75rem;
            position: relative; }
            body #head-kv > div#secondArea > div > ul > li > a:after {
              content: "";
              display: block;
              width: 0;
              height: 2px;
              border-radius: 9999px;
              background: #fff;
              position: absolute;
              right: 50%;
              bottom: -0.25rem;
              transform: translateX(50%);
              transition: 0.3s; }
            body #head-kv > div#secondArea > div > ul > li > a:hover:after {
              width: 100%; }
          body #head-kv > div#secondArea > div > ul > li:after {
            content: "●";
            padding: 0 0.5rem;
            color: rgba(255, 255, 255, 0.25);
            font-size: 0.25rem;
            vertical-align: middle; }
          body #head-kv > div#secondArea > div > ul > li:last-child:after {
            content: normal; }
        body #head-kv > div#secondArea > div .flexItem {
          width: 2.25rem;
          border-radius: 9999px;
          position: relative;
          transition: 0.6s; }
          body #head-kv > div#secondArea > div .flexItem > p {
            margin: 0;
            padding: 0;
            line-height: 1; }
            body #head-kv > div#secondArea > div .flexItem > p:after {
              content: "\e8b6";
              /*Search*/
              display: block;
              color: #fff;
              font-family: "Material Symbols Outlined";
              font-size: 1.5rem;
              line-height: 1;
              position: absolute;
              top: 52%;
              right: 0.5rem;
              transform: translateY(-50%); }
            body #head-kv > div#secondArea > div .flexItem > p:hover {
              cursor: pointer; }
          body #head-kv > div#secondArea > div .flexItem #modaalSearch .mf_finder_searchBox {
            display: none;
            transition: 0.6s; }
          body #head-kv > div#secondArea > div .flexItem #modaalSearch .mf_finder_searchBox_items {
            border: none; }
            body #head-kv > div#secondArea > div .flexItem #modaalSearch .mf_finder_searchBox_items > .mf_finder_searchBox_submit {
              position: absolute;
              top: 55%;
              left: 0.5rem;
              transform: translateY(-50%); }
              body #head-kv > div#secondArea > div .flexItem #modaalSearch .mf_finder_searchBox_items > .mf_finder_searchBox_submit:before {
                content: "\e8b6";
                /*Search*/
                color: #005cca;
                font-family: "Material Symbols Outlined";
                font-size: 1.25rem;
                line-height: 1;
                position: absolute;
                top: 80%;
                transform: translateY(-50%); }
            body #head-kv > div#secondArea > div .flexItem #modaalSearch .mf_finder_searchBox_items > .mf_finder_searchBox_query_wrap {
              position: absolute;
              top: 0;
              right: 0; }
            body #head-kv > div#secondArea > div .flexItem #modaalSearch .mf_finder_searchBox_items input {
              padding: 0.25rem 0 0 2.25rem; }
          body #head-kv > div#secondArea > div .flexItem.on {
            width: 240px;
            background: rgba(255, 255, 255, 0.75); }
            body #head-kv > div#secondArea > div .flexItem.on > p:after {
              content: "\e14c";
              /*Clear*/
              color: #000; }
            body #head-kv > div#secondArea > div .flexItem.on #modaalSearch .mf_finder_searchBox {
              display: block;
              color: #000; }
          body #head-kv > div#secondArea > div .flexItem .mf_finder_searchBox_query_input:focus {
            outline: none; }
          body #head-kv > div#secondArea > div .flexItem .mf_finder_searchBox_suggest_items {
            max-width: 100%;
            margin-top: 0.5rem;
            border: 1px #f3f3f3 solid;
            background: rgba(255, 255, 255, 0.75);
            backdrop-filter: blur(0.25rem); }
          body #head-kv > div#secondArea > div .flexItem .mf_finder_searchBox_suggest_item {
            display: block; }
            body #head-kv > div#secondArea > div .flexItem .mf_finder_searchBox_suggest_item a {
              color: #000; }
          body #head-kv > div#secondArea > div .flexItem .mf_finder_searchBox_suggest_item_hover {
            background: rgba(0, 61, 134, 0.5); }
            body #head-kv > div#secondArea > div .flexItem .mf_finder_searchBox_suggest_item_hover a {
              color: #fff; }
    body #head-kv > div#mainVisual {
      max-width: 100%;
      margin: 0; }
      body #head-kv > div#mainVisual #importantInformation {
        display: flex;
        margin: 3rem 10vw 0 10vw;
        padding: 0.5rem 1rem;
        vertical-align: middle;
        border-radius: 1rem;
        background: rgba(255, 255, 255, 0.85);
        box-shadow: 0 0.75rem 1.5rem rgba(31, 67, 140, 0.05);
        align-items: flex-start;
        gap: 1rem; }
        body #head-kv > div#mainVisual #importantInformation > div strong {
          display: block;
          margin-top: 0.5rem;
          padding: 0.5rem 0.5rem;
          color: #fff;
          font-size: 0.75rem;
          line-height: 1;
          border-radius: 9999px;
          background: #de8837; }
        body #head-kv > div#mainVisual #importantInformation > div[data-count='hide']:after, body #head-kv > div#mainVisual #importantInformation > div :not([data-count]):after {
          display: none; }
        body #head-kv > div#mainVisual #importantInformation ul {
          flex: 1; }
          body #head-kv > div#mainVisual #importantInformation ul li {
            width: 100%;
            border-top: 1px #999 solid; }
            body #head-kv > div#mainVisual #importantInformation ul li:first-child {
              border: none; }
              body #head-kv > div#mainVisual #importantInformation ul li:first-child a {
                padding-top: 0.425rem; }
            body #head-kv > div#mainVisual #importantInformation ul li a {
              display: block;
              padding: 0.5rem 0.25rem 0.25rem 0.25rem;
              color: #000;
              transition: 0.6s; }
              body #head-kv > div#mainVisual #importantInformation ul li a:hover {
                color: #005cca; }
      body #head-kv > div#mainVisual #catch {
        display: flex;
        max-width: var(--baseWidth);
        margin: 0 0 0 10vw;
        padding: 6rem 0 8rem 0;
        color: #fff;
        flex-direction: column;
        justify-content: center; }
        body #head-kv > div#mainVisual #catch strong {
          font-family: "Zen Old Mincho", serif;
          font-size: 5.5rem;
          font-weight: 600;
          line-height: 1; }
        body #head-kv > div#mainVisual #catch p {
          margin: 1.5rem 0 0 0;
          font-size: 1.2rem;
          line-height: 2; }
      body #head-kv > div#mainVisual #slider {
        padding-bottom: 10vh; }
        body #head-kv > div#mainVisual #slider .slick-track {
          padding-top: 1rem; }
        body #head-kv > div#mainVisual #slider .slick-slide {
          margin: 0 1.5rem 1.5rem 1.5rem; }
          body #head-kv > div#mainVisual #slider .slick-slide a {
            display: block;
            border-radius: 1rem;
            position: relative;
            overflow: hidden;
            transition: 0.6s; }
            body #head-kv > div#mainVisual #slider .slick-slide a div {
              text-shadow: 0 4px 8px rgba(0, 0, 0, 0.75);
              position: absolute;
              top: 3rem;
              left: 2.5rem;
              z-index: 50; }
              body #head-kv > div#mainVisual #slider .slick-slide a div strong {
                font-size: 1.5rem;
                font-weight: normal;
                line-height: 1.75; }
              body #head-kv > div#mainVisual #slider .slick-slide a div p {
                display: flex;
                align-items: center; }
                body #head-kv > div#mainVisual #slider .slick-slide a div p:after {
                  content: "\e5c8";
                  width: 1rem;
                  padding-left: 1rem;
                  font-family: "Material Symbols Outlined";
                  font-size: 1.75rem;
                  font-weight: 300;
                  transform: translateY(-0.0625rem); }
            body #head-kv > div#mainVisual #slider .slick-slide a img {
              width: 100%;
              border-radius: 1rem;
              box-shadow: 0 0.25rem 1.5rem rgba(31, 67, 140, 0.5);
              transition: 0.6s; }
            body #head-kv > div#mainVisual #slider .slick-slide a.overGrad:before {
              content: "";
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background: linear-gradient(to bottom, rgba(0, 48, 120, 0) 0, rgba(0, 48, 120, 0.7) 100%);
              z-index: 0; }
            body #head-kv > div#mainVisual #slider .slick-slide a:hover {
              transition: 1.6s;
              transform: translateY(-1rem); }
        body #head-kv > div#mainVisual #slider .slide-arrow {
          color: #fff; }
        body #head-kv > div#mainVisual #slider .ctrl_box {
          display: flex;
          justify-content: center; }
          body #head-kv > div#mainVisual #slider .ctrl_box .arrow_box {
            display: flex;
            vertical-align: middle;
            gap: 0.5rem; }
            body #head-kv > div#mainVisual #slider .ctrl_box .arrow_box .prev-arrow:before {
              content: "\e5c4";
              font-family: "Material Symbols Outlined"; }
            body #head-kv > div#mainVisual #slider .ctrl_box .arrow_box .next-arrow:before {
              content: "\e5c8";
              font-family: "Material Symbols Outlined"; }
            body #head-kv > div#mainVisual #slider .ctrl_box .arrow_box > button {
              padding: 0 1.25rem;
              vertical-align: middle;
              font-feature-settings: "palt";
              border-radius: 9999px;
              background: rgba(255, 255, 255, 0.2);
              transition: 0.6s; }
              body #head-kv > div#mainVisual #slider .ctrl_box .arrow_box > button:hover {
                color: #003d86;
                background: rgba(255, 255, 255, 0.7); }
          body #head-kv > div#mainVisual #slider .ctrl_box .dots_box ul {
            display: flex;
            align-items: center; }
            body #head-kv > div#mainVisual #slider .ctrl_box .dots_box ul li button {
              width: 6px;
              height: 6px;
              margin: 0 0.25rem;
              text-indent: -9999px;
              vertical-align: middle;
              border-radius: 100px;
              background: #fff;
              transition: 0.4s linear; }
            body #head-kv > div#mainVisual #slider .ctrl_box .dots_box ul .slick-active button {
              width: 80px;
              height: 10px; }
          body #head-kv > div#mainVisual #slider .ctrl_box .slick_pause {
            margin-left: 0.5rem;
            padding: 0 0.5rem;
            color: #fff;
            font-feature-settings: "palt";
            vertical-align: -0.25rem;
            border-radius: 9999px;
            background: rgba(255, 255, 255, 0.2);
            transition: 0.6s; }
            body #head-kv > div#mainVisual #slider .ctrl_box .slick_pause:after {
              content: "\e034";
              font-family: "Material Symbols Outlined";
              font-variation-settings: 'FILL' 1;
              transition: 0.6s; }
            body #head-kv > div#mainVisual #slider .ctrl_box .slick_pause.paused:after {
              content: "\e037"; }
  body article #bannerArea {
    overflow: hidden; }
    body article #bannerArea > div {
      max-width: var(--baseWidth);
      margin: auto; }
      body article #bannerArea > div > div {
        margin: 0;
        padding: 2.5rem 0;
        list-style: none; }
        body article #bannerArea > div > div > div {
          overflow: visible; }
          body article #bannerArea > div > div > div .slick-track {
            display: flex;
            padding-top: 1rem; }
            body article #bannerArea > div > div > div .slick-track a {
              display: flex;
              flex-direction: column;
              width: 360px;
              height: auto !important;
              margin: 0 15px;
              padding: 3.5rem 1.5rem 1rem 1.5rem;
              padding: 4rem 1.5rem 1rem 1.5rem;
              color: #fff;
              border-radius: 1rem;
              text-shadow: 0 4px 8px rgba(0, 0, 0, 0.75);
              box-shadow: 0 0.25rem 0.25rem rgba(31, 67, 140, 0.25);
              position: relative;
              z-index: 1;
              overflow: hidden;
              transition: 0.6s; }
              body article #bannerArea > div > div > div .slick-track a img {
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0;
                left: 0;
                z-index: -2;
                transition: 0.6s;
                object-fit: cover; }
              body article #bannerArea > div > div > div .slick-track a strong {
                display: block;
                margin-top: auto;
                margin-bottom: 0.5rem;
                font-size: 1.25rem;
                font-feature-settings: "palt";
                line-height: 1.5;
                z-index: 1; }
              body article #bannerArea > div > div > div .slick-track a p {
                line-height: 1.5;
                z-index: 2; }
              body article #bannerArea > div > div > div .slick-track a:before {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: linear-gradient(to bottom, rgba(31, 67, 140, 0) 40%, rgba(31, 67, 140, 0.8) 80%, rgba(31, 67, 140, 0.95) 100%);
                z-index: -1; }
              body article #bannerArea > div > div > div .slick-track a:hover {
                text-decoration: none;
                box-shadow: 0 0.75rem 2.25rem rgba(31, 67, 140, 0.25);
                transform: translateY(-0.25rem);
                opacity: 0.9; }
                body article #bannerArea > div > div > div .slick-track a:hover img {
                  transform: scale(1.125) translateY(0.5rem);
                  transition: 3.0s; }
              body article #bannerArea > div > div > div .slick-track a.noGrad:before {
                content: normal; }
              body article #bannerArea > div > div > div .slick-track a.cs {
                box-shadow: none;
                pointer-events: none; }
                body article #bannerArea > div > div > div .slick-track a.cs:before {
                  background: rgba(0, 0, 0, 0.5); }
                body article #bannerArea > div > div > div .slick-track a.cs strong {
                  font-size: 1rem;
                  font-weight: normal; }
  body article section {
    padding: 5rem 1.875rem; }
    body article section > div {
      max-width: var(--baseWidth);
      margin: auto; }
      body article section > div > *:last-child {
        margin-bottom: 0; }
      body article section > div h2 {
        color: #003d86;
        margin-bottom: 3rem;
        font-size: 1.75rem;
        word-break: auto-phrase; }
        body article section > div h2 span {
          display: block;
          padding-left: 0.125em;
          color: #005cca;
          font-size: 1rem;
          position: relative;
          						/*
          						&:before{
          							content: "●";
          							color:$ctcSora;
          							font-size:0.5rem;
          							position: absolute;
          							top: 0.125rem;
          							left: 0;
          						}
          						&:after{
          							content: "●";
          //							color:$ctcDBlue;
          							font-size:0.75rem;
          							position: absolute;
          							bottom: 0.125rem;
          							left: 0.5rem;
          						}
          						*/ }
      body article section > div .titleArea {
        position: relative; }
        body article section > div .titleArea > a {
          color: #000;
          font-weight: bold;
          vertical-align: -0.5rem;
          position: absolute;
          right: 0;
          bottom: 0.25rem;
          transition: 0.6s; }
          body article section > div .titleArea > a:after {
            content: "\e5c8";
            width: 1rem;
            padding-left: 1rem;
            font-family: "Material Symbols Outlined";
            font-size: 1.75rem;
            font-weight: 300;
            line-height: 1; }
          body article section > div .titleArea > a:hover {
            color: #de8837;
            text-decoration: none; }
    body article section section {
      margin: 1.875rem 0;
      padding: 0; }
    body article section#newsArea div ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      body article section#newsArea div ul li {
        margin: 0.25rem;
        padding: 0; }
        body article section#newsArea div ul li a {
          display: flex;
          padding: 1.5rem 1.25rem;
          color: #000;
          border: 1px #f0f0f0 solid;
          border-radius: 1rem;
          box-shadow: 0 0.75rem 1.5rem rgba(31, 67, 140, 0.05);
          align-items: center;
          justify-content: space-between;
          gap: 1rem;
          transition: 0.6s; }
          body article section#newsArea div ul li a time {
            font-size: 1rem; }
          body article section#newsArea div ul li a > span {
            display: inline-block;
            width: 9rem;
            padding: 0.5rem 0.75rem;
            font-size: 0.75rem;
            font-weight: 700;
            text-align: center;
            line-height: 1;
            border-radius: 9999px;
            background: #e6e6e6; }
          body article section#newsArea div ul li a p {
            display: inline;
            margin-right: 0.5rem;
            flex: 1;
            word-break: auto-phrase; }
          body article section#newsArea div ul li a:after {
            font-weight: 300;
            width: 1rem;
            font-family: "Material Symbols Outlined";
            font-size: 2rem;
            line-height: 1;
            transform: translate(-0.75rem, 0.125rem);
            transition: 0.6s; }
          body article section#newsArea div ul li a:hover {
            text-decoration: none;
            border-radius: 1rem;
            box-shadow: 0 0.75rem 2.25rem rgba(31, 67, 140, 0.25);
            transform: translateY(-0.25rem); }
      body article section#newsArea div ul.exInformation {
        margin-top: 1rem; }
        body article section#newsArea div ul.exInformation li a {
          display: block;
          padding: 1.5rem 1.25rem 1rem 3.25rem;
          position: relative;
          word-break: auto-phrase; }
          body article section#newsArea div ul.exInformation li a:before {
            content: "\e001";
            padding: 0 1rem 0 0;
            color: #de8837;
            font-family: "Material Symbols Outlined";
            font-size: 1.5rem;
            font-weight: 300;
            line-height: 1;
            position: absolute;
            top: 1.6rem;
            left: 1rem;
            transition: 0.6s;
            transform: translateY(0.0625rem); }
          body article section#newsArea div ul.exInformation li a span {
            width: auto;
            padding: 0;
            vertical-align: 2px;
            background: none; }
    body article section#recruitArea > div {
      padding: 8rem 4rem 8rem 4rem;
      border-radius: 1rem;
      background: #005cca;
      background: url("/renew/image/recruit/bg_recruit01.webp") 100% 50%/contain, url("/renew/image/recruit/bg_recruit02.webp") #005cca 50% -550%;
      background-repeat: no-repeat;
      box-shadow: 0 0.75rem 2.25rem rgba(31, 67, 140, 0.3); }
      body article section#recruitArea > div h2 {
        color: #fff;
        font-size: 4rem;
        letter-spacing: 0.25rem;
        text-shadow: 0 4px 8px rgba(0, 0, 0, 0.75);
        font-feature-settings: "palt";
        line-height: 1; }
        body article section#recruitArea > div h2 span {
          display: block;
          width: auto;
          margin: 0 0 2rem 0;
          color: #fff;
          font-size: 2rem;
          letter-spacing: normal; }
          body article section#recruitArea > div h2 span:before {
            color: #de8837; }
          body article section#recruitArea > div h2 span:after {
            color: #f7d776; }
      body article section#recruitArea > div ul {
        display: flex;
        margin: 0;
        padding: 0;
        list-style: none;
        gap: 1rem; }
        body article section#recruitArea > div ul li {
          margin: 0;
          padding: 0; }
          body article section#recruitArea > div ul li a {
            display: block;
            width: 15rem;
            padding: 0.25rem 1rem;
            color: #fff;
            text-align: center;
            border-radius: 9999px;
            background: rgba(255, 255, 255, 0.3);
            box-shadow: 0 7px 7px rgba(31, 67, 140, 0.125);
            position: relative;
            transition: 0.3s; }
            body article section#recruitArea > div ul li a:after {
              color: #fff;
              font-family: "Material Symbols Outlined";
              font-size: 1.5rem;
              line-height: 1;
              position: absolute;
              top: 50%;
              right: 0.5rem;
              transform: translateY(-50%);
              transition: 0.3s; }
            body article section#recruitArea > div ul li a:hover {
              text-decoration: none;
              background: rgba(72, 117, 64, 0.9);
              box-shadow: 0 4px 4px rgba(31, 67, 140, 0.5);
              transform: translateY(0.25rem); }
              body article section#recruitArea > div ul li a:hover:after {
                right: 0.25rem; }
    body article section#casecolumnArea {
      overflow: hidden; }
      body article section#casecolumnArea > div > div + div {
        max-width: var(--baseWidth);
        margin: auto; }
        body article section#casecolumnArea > div > div + div .slick-list {
          overflow: visible; }
        body article section#casecolumnArea > div > div + div .slick-track {
          display: flex;
          align-items: stretch;
          padding-top: 1rem; }
          body article section#casecolumnArea > div > div + div .slick-track a {
            width: 370px;
            height: 550px;
            margin: 0 0.5rem;
            padding: 2rem 1.5rem;
            color: #fff;
            border-radius: 1.5rem;
            box-shadow: 0 0.25rem 0.25rem rgba(31, 67, 140, 0.25);
            transition: 0.6s;
            position: relative;
            overflow: hidden;
            display: flex;
            flex-direction: column; }
            body article section#casecolumnArea > div > div + div .slick-track a strong {
              display: block;
              margin: auto 0 1.5rem 0;
              font-size: 1.25rem;
              position: relative;
              z-index: 1;
              word-break: auto-phrase; }
            body article section#casecolumnArea > div > div + div .slick-track a p {
              position: relative;
              z-index: 1; }
            body article section#casecolumnArea > div > div + div .slick-track a img {
              width: 100%;
              height: 100%;
              position: absolute;
              top: 0;
              left: 0;
              z-index: -1;
              transition: 0.6s;
              object-fit: cover; }
            body article section#casecolumnArea > div > div + div .slick-track a:before {
              content: "";
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background: linear-gradient(to bottom, rgba(31, 67, 140, 0) 40%, rgba(31, 67, 140, 0.8) 80%, rgba(31, 67, 140, 0.95) 100%);
              z-index: 0; }
            body article section#casecolumnArea > div > div + div .slick-track a:hover {
              text-decoration: none;
              box-shadow: 0 0.75rem 2.25rem rgba(31, 67, 140, 0.25);
              transform: translateY(-0.25rem);
              opacity: 0.9; }
              body article section#casecolumnArea > div > div + div .slick-track a:hover img {
                transform: scale(1.125) translateY(0.5rem);
                transition: 3.0s; }
            body article section#casecolumnArea > div > div + div .slick-track a.new strong:before {
              content: "NEW";
              display: block;
              width: 4rem;
              padding: 0.25rem 0;
              color: #fff;
              font-size: 0.75rem;
              font-weight: normal;
              text-align: center;
              line-height: 1;
              border-radius: 9999px;
              background: rgba(222, 136, 55, 0.3);
              transform: translateX(-0.125rem); }
            body article section#casecolumnArea > div > div + div .slick-track a.update strong:before {
              content: "UPDATE";
              display: block;
              width: 4rem;
              padding: 0.25rem 0;
              color: #fff;
              font-size: 0.75rem;
              font-weight: normal;
              text-align: center;
              line-height: 1;
              border-radius: 9999px;
              background: rgba(72, 117, 64, 0.3);
              transform: translateX(-0.125rem); }
    body article section#eventseminarArea div .noObjText {
      margin-bottom: 5rem;
      padding: 2rem;
      border-radius: 1rem;
      background: #f6f6f6; }
      body article section#eventseminarArea div .noObjText p {
        color: #003d86;
        font-weight: 700; }
    body article section#eventseminarArea div ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      body article section#eventseminarArea div ul li {
        margin: 1rem 0;
        padding: 0; }
        body article section#eventseminarArea div ul li a {
          display: flex;
          padding: 1.5rem 1.25rem;
          color: #000;
          border: 1px rgba(31, 67, 140, 0.075) solid;
          border-radius: 1.5rem;
          background: #fff;
          box-shadow: 0 0.75rem 1.5rem rgba(31, 67, 140, 0.05);
          justify-content: space-between;
          transition: 0.6s; }
          body article section#eventseminarArea div ul li a div:nth-of-type(1) {
            width: 12rem;
            padding: 2rem 1.5rem;
            color: #003d86;
            font-weight: bold; }
            body article section#eventseminarArea div ul li a div:nth-of-type(1) span {
              display: block;
              font-size: 0.875rem; }
            body article section#eventseminarArea div ul li a div:nth-of-type(1) time {
              display: block;
              font-size: 1.25rem; }
          body article section#eventseminarArea div ul li a div:nth-of-type(2) {
            padding: 2rem 3rem 2rem 0;
            word-break: auto-phrase;
            flex: 1; }
            body article section#eventseminarArea div ul li a div:nth-of-type(2) span {
              display: inline-block;
              padding: 0.25rem 0.75rem 0 0.5rem;
              color: #fff;
              font-size: 0.875rem;
              vertical-align: middle;
              border-radius: 9999px;
              background: #003d86; }
              body article section#eventseminarArea div ul li a div:nth-of-type(2) span.place:before {
                content: "\e0c8";
                padding-right: 0.25rem;
                font-size: 1rem;
                font-family: "Material Symbols Outlined"; }
              body article section#eventseminarArea div ul li a div:nth-of-type(2) span.web:before {
                content: "\e30a";
                padding-right: 0.25rem;
                font-size: 1rem;
                font-family: "Material Symbols Outlined"; }
            body article section#eventseminarArea div ul li a div:nth-of-type(2) h3 {
              margin: 1rem 0;
              color: #003d86;
              font-size: 1.5rem; }
            body article section#eventseminarArea div ul li a div:nth-of-type(2) p {
              font-weight: bold; }
          body article section#eventseminarArea div ul li a:after {
            width: 1rem;
            color: #003d86;
            font-family: "Material Symbols Outlined";
            font-size: 2.0rem;
            font-weight: 300;
            line-height: 1;
            transform: translate(-0.75rem, calc(50% - 1rem));
            transition: 0.6s; }
          body article section#eventseminarArea div ul li a:hover {
            text-decoration: none;
            box-shadow: 0 0.75rem 2.25rem rgba(31, 67, 140, 0.25);
            transform: translateY(-0.25rem); }
    body article section#solutionArea {
      padding: 5rem 0; }
      body article section#solutionArea > div {
        display: grid;
        grid-template-columns: auto minmax(0, 1fr);
        max-width: 100%;
        overflow: hidden;
        column-gap: 0; }
        body article section#solutionArea > div > div {
          width: 250px;
          position: static;
          margin-left: calc((100vw - 1140px) / 2); }
          body article section#solutionArea > div > div > a {
            position: static; }
          body article section#solutionArea > div > div + div {
            width: auto;
            margin-left: 0;
            overflow: visible; }
            body article section#solutionArea > div > div + div .slider_sol .slick-list {
              padding: 0 0 2rem 1.5rem; }
            body article section#solutionArea > div > div + div .slider_sol .slick-track {
              display: flex; }
            body article section#solutionArea > div > div + div .slider_sol a {
              width: 340px;
              height: auto;
              margin: 0 0.5rem;
              padding: 0 0 2rem 0;
              color: #000;
              border-radius: 1.5rem;
              transition: 0.6s;
              position: relative; }
              body article section#solutionArea > div > div + div .slider_sol a img {
                display: block;
                width: calc(100% - 2rem);
                height: 150px;
                margin: 1rem auto 2rem auto;
                padding: 2rem 1rem;
                border-radius: 1em;
                background: #fff;
                box-shadow: 0 3px 10px rgba(31, 67, 140, 0.25);
                transition: 0.6s;
                object-fit: contain; }
                body article section#solutionArea > div > div + div .slider_sol a img.full {
                  padding: 0;
                  object-fit: cover; }
              body article section#solutionArea > div > div + div .slider_sol a strong {
                display: block;
                margin: auto 0 0.5rem 0;
                padding: 0 1.125rem;
                color: #003d86;
                font-size: 1.25rem;
                overflow: hidden;
                position: relative;
                z-index: 1;
                flex-grow: 1;
                word-break: auto-phrase; }
                body article section#solutionArea > div > div + div .slider_sol a strong:after {
                  font-family: "Material Symbols Outlined";
                  font-weight: 300;
                  font-size: 1.75rem;
                  position: absolute;
                  right: 1rem;
                  transform: translateY(-0.25rem); }
              body article section#solutionArea > div > div + div .slider_sol a p {
                padding: 0 1.125rem;
                font-weight: bold;
                z-index: 1;
                /* line-clamp */
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 3;
                overflow: hidden; }
              body article section#solutionArea > div > div + div .slider_sol a:hover {
                text-decoration: none;
                box-shadow: 0 0.75rem 2.25rem rgba(31, 67, 140, 0.25);
                transform: translateY(-0.25rem);
                opacity: 0.9; }
                body article section#solutionArea > div > div + div .slider_sol a:hover img {
                  box-shadow: none;
                  transform: translateY(0.25rem); }
              body article section#solutionArea > div > div + div .slider_sol a.new strong:before {
                content: "NEW";
                display: block;
                width: 4rem;
                margin-bottom: 0.5rem;
                padding: 0.25rem 0;
                color: #000;
                font-size: 0.75rem;
                font-weight: normal;
                text-align: center;
                line-height: 1;
                border-radius: 9999px;
                background: rgba(72, 117, 64, 0.3);
                transform: translateX(-0.125rem); }
              body article section#solutionArea > div > div + div .slider_sol a.update strong:before {
                content: "UPDATE";
                display: block;
                width: 4rem;
                margin-bottom: 0.5rem;
                padding: 0.25rem 0;
                color: #000;
                font-size: 0.75rem;
                font-weight: normal;
                text-align: center;
                line-height: 1;
                border-radius: 9999px;
                background: rgba(247, 215, 118, 0.3);
                transform: translateX(-0.125rem); }
            body article section#solutionArea > div > div + div .ctrl_box02 {
              display: flex;
              padding-left: 1.5rem; }
              body article section#solutionArea > div > div + div .ctrl_box02 .arrow_box02 {
                display: flex;
                vertical-align: middle;
                gap: 0.5rem; }
                body article section#solutionArea > div > div + div .ctrl_box02 .arrow_box02 .prev-arrow:before {
                  content: "\e5c4";
                  font-family: "Material Symbols Outlined"; }
                body article section#solutionArea > div > div + div .ctrl_box02 .arrow_box02 .next-arrow:before {
                  content: "\e5c8";
                  font-family: "Material Symbols Outlined"; }
                body article section#solutionArea > div > div + div .ctrl_box02 .arrow_box02 > button {
                  padding: 0 1.25rem;
                  vertical-align: middle;
                  font-feature-settings: "palt";
                  border-radius: 9999px;
                  background: rgba(0, 0, 0, 0.05);
                  transition: 0.6s; }
                  body article section#solutionArea > div > div + div .ctrl_box02 .arrow_box02 > button:hover {
                    color: #fff;
                    background: rgba(0, 61, 134, 0.7); }
              body article section#solutionArea > div > div + div .ctrl_box02 .dots_box ul {
                display: flex;
                align-items: center; }
                body article section#solutionArea > div > div + div .ctrl_box02 .dots_box ul li button {
                  width: 6px;
                  height: 6px;
                  margin: 0 0.25rem;
                  text-indent: -9999px;
                  vertical-align: middle;
                  border-radius: 100px;
                  background: #fff;
                  transition: 0.4s linear; }
                body article section#solutionArea > div > div + div .ctrl_box02 .dots_box ul .slick-active button {
                  width: 80px;
                  height: 10px; }
            body article section#solutionArea > div > div + div.exScrollDesign::-webkit-scrollbar {
              height: 8px; }
            body article section#solutionArea > div > div + div.exScrollDesign::-webkit-scrollbar-track {
              background-color: #e8edf3;
              border-radius: 9999px;
              margin: 0 2rem; }
            body article section#solutionArea > div > div + div.exScrollDesign::-webkit-scrollbar-thumb {
              background-color: #005cca;
              border-radius: 9999px; }
  body aside {
    padding: 7.5rem 1.875rem; }
    body aside#bnrArea > div {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: auto;
      max-width: var(--baseWidth);
      margin: auto;
      flex-wrap: wrap;
      gap: 1rem; }
      body aside#bnrArea > div a {
        display: grid;
        grid-template-rows: subgrid;
        grid-row: span 2;
        padding: 10rem 2rem 2rem 2rem;
        color: #fff;
        border-radius: 1.5rem;
        box-shadow: 0 7px 7px rgba(31, 67, 140, 0.25);
        transition: 0.6s;
        position: relative;
        overflow: hidden;
        word-break: auto-phrase;
        /*
        &:nth-of-type(1){
        	background: $ctcSora;
        }
        &:nth-of-type(2){
        	background: $ctcAi;
        }
        &:nth-of-type(3){
        	background: $ctcAoba;
        }
        &:nth-of-type(4){
        	background: $ctcDai;
        }
        */ }
        body aside#bnrArea > div a strong {
          display: block;
          margin-top: auto;
          margin-bottom: 0.75rem;
          font-size: 1.5rem;
          z-index: 3;
          flex-grow: 1; }
        body aside#bnrArea > div a p {
          z-index: 3;
          flex-grow: 1; }
        body aside#bnrArea > div a img {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          z-index: 1;
          transition: 0.6s;
          object-fit: cover; }
        body aside#bnrArea > div a:hover {
          text-decoration: none;
          opacity: 0.9;
          box-shadow: 0 0.75rem 2.25rem rgba(31, 67, 140, 0.25);
          transform: translateY(-0.25rem); }
          body aside#bnrArea > div a:hover img {
            transform: scale(1.125) translateY(0.5rem);
            transition: 3.0s; }
        body aside#bnrArea > div a:before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: linear-gradient(to bottom, rgba(31, 67, 140, 0) 40%, rgba(31, 67, 140, 0.8) 80%, rgba(31, 67, 140, 0.95) 100%);
          z-index: 2; }
  body .grid2 {
    grid-template-columns: repeat(2, 1fr) !important; }
  body .grid3 {
    grid-template-columns: repeat(3, 1fr) !important; }
  body .grid4 {
    grid-template-columns: repeat(4, 1fr) !important; }
  body .spOnly {
    display: none; }
  body footer {
    color: #fff;
    background: #003d86; }
    body footer > div {
      max-width: var(--baseWidth);
      margin: auto;
      padding: 4rem 1rem 2.5rem 1rem; }
      body footer > div > *:last-child {
        margin-bottom: 0; }
      body footer > div > div a {
        color: #fff;
        transition: 0.6s; }
        body footer > div > div a img {
          transition: 0.6s; }
        body footer > div > div a:hover {
          color: #de8837;
          text-decoration: none; }
          body footer > div > div a:hover img {
            opacity: 0.7; }
      body footer > div > div.headArea {
        display: flex;
        line-height: 1;
        justify-content: space-between; }
        body footer > div > div.headArea p {
          display: flex;
          align-items: center; }
          body footer > div > div.headArea p img {
            height: 2.5rem;
            transform: translateY(0.2rem); }
            body footer > div > div.headArea p img + img {
              height: 1rem;
              margin-left: 1.5rem; }
        body footer > div > div.headArea a {
          display: block;
          padding: 1rem 2rem;
          color: #fff;
          font-size: 0.75rem;
          border-radius: 9999px;
          background: rgba(255, 255, 255, 0.3); }
          body footer > div > div.headArea a:hover {
            text-decoration: none;
            background: #487540; }
      body footer > div > div.linkArea {
        display: flex;
        margin: 3rem 0 4rem 0;
        gap: 3rem; }
        body footer > div > div.linkArea > ul {
          margin: 0;
          padding: 0;
          list-style: none;
          flex: 1; }
          body footer > div > div.linkArea > ul > li > a {
            display: flex;
            padding: 1rem 0;
            font-weight: bold;
            border-bottom: 1px rgba(255, 255, 255, 0.3) solid;
            justify-content: space-between; }
            body footer > div > div.linkArea > ul > li > a:after {
              content: "\e5c8";
              font-family: "Material Symbols Outlined";
              font-weight: 300;
              font-size: 1.75rem;
              line-height: 1;
              transform: translateY(0.125rem); }
            body footer > div > div.linkArea > ul > li > a[target]:after {
              content: "\e895";
              font-family: "Material Symbols Outlined"; }
            body footer > div > div.linkArea > ul > li > a:hover {
              color: #de8837 !important; }
          body footer > div > div.linkArea > ul > li ul {
            margin: 0;
            padding: 0.25rem 0 0 0;
            list-style: none; }
            body footer > div > div.linkArea > ul > li ul li {
              margin: 1.25rem 0;
              font-size: 0.875rem; }
              body footer > div > div.linkArea > ul > li ul li:last-child {
                margin-bottom: 0; }
      body footer > div > div.snsLink dl {
        display: flex;
        margin: 4rem 0;
        align-items: center;
        gap: 1rem; }
        body footer > div > div.snsLink dl dt {
          font-weight: bold;
          line-height: 1; }
        body footer > div > div.snsLink dl dd {
          line-height: 1; }
          body footer > div > div.snsLink dl dd a img {
            height: 1.25rem; }
          body footer > div > div.snsLink dl dd a:hover img {
            opacity: 0.7; }
      body footer > div > div.utilityLink ul {
        display: flex;
        list-style: none;
        margin: 2rem 0;
        padding: 0;
        justify-content: center;
        gap: 0; }
        body footer > div > div.utilityLink ul li {
          padding: 0 1.5rem;
          border-left: 1px rgba(255, 255, 255, 0.5) solid; }
          body footer > div > div.utilityLink ul li a {
            font-size: 0.75rem;
            vertical-align: text-bottom; }
          body footer > div > div.utilityLink ul li:first-child {
            border: none; }
      body footer > div > div.notesArea {
        color: #fff; }
        body footer > div > div.notesArea p {
          margin: 1rem 0;
          font-size: 0.75rem;
          word-break: auto-phrase; }
          body footer > div > div.notesArea p:last-child {
            margin-bottom: 0; }
  body .icon {
    font-size: 0.75rem;
    white-space: nowrap;
    line-height: 1;
    vertical-align: 0.1875rem; }
    body .icon i {
      margin-left: 0.5rem;
      font-family: "Material Symbols Outlined";
      font-size: 1.25rem;
      font-weight: 300;
      font-style: normal;
      vertical-align: -0.375rem; }
  body .link-pageTop {
    width: 3rem;
    height: 3rem; }
    body .link-pageTop a {
      text-decoration: none;
      border-radius: 0.75rem;
      background: #003d86; }
      body .link-pageTop a span {
        font-family: "Material Symbols Outlined";
        font-size: 1.5rem;
        line-height: 1;
        transition: 0.3s;
        transform: translateY(0.125rem); }
        body .link-pageTop a span:before {
          content: "";
          display: block;
          width: 1rem;
          height: 3px;
          margin: 0 auto;
          border-radius: 9990px;
          background: #fff;
          transition: 0.3s; }
      body .link-pageTop a:hover {
        text-decoration: none; }
        body .link-pageTop a:hover span {
          transform: translateY(-0.25rem); }
          body .link-pageTop a:hover span:before {
            transform: translateY(0.25rem); }

br.spBlock {
  display: none; }
br.spNone {
  display: block; }

@media screen and (max-width: 1140px) {
  body #bannerArea > div > div > div {
    padding: 0 2rem; }
  body article section#casecolumnArea {
    padding: 3rem 0; }
    body article section#casecolumnArea > div > div {
      margin-left: 1.875rem; }
  body article section#solutionArea > div > div {
    margin-left: 1.875rem; } }
@media screen and (max-width: 959px) {
  body #head-kv > div {
    margin: 0 0 0 0.5rem; }
    body #head-kv > div#firstArea {
      padding: 1rem 0 0 0; }
      body #head-kv > div#firstArea > a {
        padding: 0; }
        body #head-kv > div#firstArea > a img {
          width: 5.5rem;
          vertical-align: -30%; }
      body #head-kv > div#firstArea nav ul li a {
        padding: 0.5rem;
        font-size: 0.625rem; }
        body #head-kv > div#firstArea nav ul li a span {
          display: none; }
        body #head-kv > div#firstArea nav ul li a[target] {
          padding-right: 1.5rem; }
          body #head-kv > div#firstArea nav ul li a[target]:after {
            top: 54%;
            right: 0.25rem; }
    body #head-kv > div#secondArea {
      margin: 0;
      flex-direction: column; }
      body #head-kv > div#secondArea > ul:nth-of-type(1) {
        width: 100%;
        gap: 0.25rem;
        order: 2; }
        body #head-kv > div#secondArea > ul:nth-of-type(1) li {
          width: 33.3%;
          text-align: center; }
          body #head-kv > div#secondArea > ul:nth-of-type(1) li a {
            padding: 0; }
            body #head-kv > div#secondArea > ul:nth-of-type(1) li a span {
              display: none; }
      body #head-kv > div#secondArea > div {
        margin: 0 0.5rem 0.75rem auto;
        align-items: center;
        order: 1; }
        body #head-kv > div#secondArea > div ul li:after {
          content: normal; }
        body #head-kv > div#secondArea > div > div {
          margin: 0; }
          body #head-kv > div#secondArea > div > div p {
            display: none; }
          body #head-kv > div#secondArea > div > div .button-mfModaal {
            height: auto;
            margin: 0.25rem 1rem 0; }
            body #head-kv > div#secondArea > div > div .button-mfModaal > a > img {
              transform: translate(-10px, -2px); }
          body #head-kv > div#secondArea > div > div .mf_finder_searchBox_query_input {
            color: #fff; }
            body #head-kv > div#secondArea > div > div .mf_finder_searchBox_query_input:focus {
              outline: none; }
    body #head-kv > div#mainVisual #importantInformation {
      margin: 3rem 2.5rem 0 2.5rem;
      flex-direction: column;
      gap: 0; }
      body #head-kv > div#mainVisual #importantInformation > div {
        display: flex;
        width: 100%;
        margin-bottom: 0.5rem;
        align-items: center;
        justify-content: space-between; }
        body #head-kv > div#mainVisual #importantInformation > div strong {
          display: inline-block;
          margin: 0; }
      body #head-kv > div#mainVisual #importantInformation ul {
        width: 100%;
        transition: 0.6s; }
        body #head-kv > div#mainVisual #importantInformation ul li {
          width: 100%;
          border-top: 1px #999 solid; }
          body #head-kv > div#mainVisual #importantInformation ul li:first-child {
            border: none; }
            body #head-kv > div#mainVisual #importantInformation ul li:first-child a {
              padding: 0.425rem 0.25rem 0.425rem 0.25rem; }
          body #head-kv > div#mainVisual #importantInformation ul li a {
            display: block;
            padding: 0.5rem 0.25rem 0.25rem 0.25rem;
            color: #000;
            transition: 0.6s; }
            body #head-kv > div#mainVisual #importantInformation ul li a:hover {
              color: #005cca; }
    body #head-kv > div#mainVisual #catch {
      height: auto;
      min-height: inherit;
      margin: 0 2.5rem;
      padding: 4rem 0; }
      body #head-kv > div#mainVisual #catch strong {
        font-size: 8vw; }
      body #head-kv > div#mainVisual #catch p {
        margin-top: 3rem;
        font-size: 2.75vw;
        word-break: auto-phrase; }
    body #head-kv > div#mainVisual #slider {
      text-align: center;
      position: relative;
      overflow: hidden; }
      body #head-kv > div#mainVisual #slider .slick-list {
        padding-left: 1rem !important; }
      body #head-kv > div#mainVisual #slider .slick-slide {
        display: block;
        margin: 0 1rem 1rem 1rem; }
        body #head-kv > div#mainVisual #slider .slick-slide a div {
          text-align: left;
          top: 1.5rem;
          left: 1rem; }
          body #head-kv > div#mainVisual #slider .slick-slide a div strong {
            line-height: 1.25; }
        body #head-kv > div#mainVisual #slider .slick-slide a img {
          object-fit: contain; } }
      @media screen and (max-width: 959px) and (hover: hover) and (pointer: fine) {
        body #head-kv > div#mainVisual #slider .slick-slide a:hover {
          background: rgba(255, 255, 255, 0.7); }
          body #head-kv > div#mainVisual #slider .slick-slide a:hover:after {
            color: #003d86; } }
@media screen and (max-width: 959px) {
  body article section {
    padding: 3rem 1rem; }
    body article section > div .titleArea {
      margin-bottom: 2rem; }
      body article section > div .titleArea h2 {
        margin-bottom: 0; }
        body article section > div .titleArea h2 span {
          margin-bottom: 0.5rem; }
      body article section > div .titleArea > a {
        position: static; }
    body article section#newsArea div ul {
      display: block; }
      body article section#newsArea div ul li {
        margin: 1rem 0;
        padding: 1rem 0 0 0; }
        body article section#newsArea div ul li a {
          display: block;
          margin: 0;
          padding: 1rem;
          position: relative; }
          body article section#newsArea div ul li a time {
            font-size: 1.125rem;
            vertical-align: top; }
          body article section#newsArea div ul li a > span {
            float: right; }
          body article section#newsArea div ul li a p {
            display: block;
            margin-top: 1rem;
            clear: both; }
          body article section#newsArea div ul li a:after {
            position: absolute;
            right: 1rem;
            bottom: 1rem; }
    body article section#recruitArea > div {
      padding: 1rem;
      background: url("/renew/image/recruit/bg_recruit01.webp") no-repeat 50% 0/22.5rem, url("/renew/image/recruit/bg_recruit02.webp") no-repeat #005cca 50% 100%/contain; }
      body article section#recruitArea > div .titleArea {
        margin: 10rem 0 1.5rem 0; }
        body article section#recruitArea > div .titleArea h2 {
          font-size: 2rem;
          text-align: center;
          line-height: 1.5; }
          body article section#recruitArea > div .titleArea h2 span {
            display: block;
            width: auto;
            margin: 0 0 2rem 0;
            font-size: 1.5rem;
            text-align: center; }
      body article section#recruitArea > div ul {
        display: block;
        padding: 1rem 0 3rem 0; }
        body article section#recruitArea > div ul li {
          margin: 1rem auto; }
          body article section#recruitArea > div ul li a {
            min-width: 40%;
            margin: auto;
            text-align: center; }
    body article section#casecolumnArea > div > div + div {
      display: block; }
      body article section#casecolumnArea > div > div + div a {
        margin: 2rem 0;
        padding: 1rem; }
        body article section#casecolumnArea > div > div + div a p {
          word-break: normal; }
    body article section#eventseminarArea > div ul li {
      margin: 2rem 0; }
      body article section#eventseminarArea > div ul li a {
        display: block;
        padding: 1rem;
        position: relative; }
        body article section#eventseminarArea > div ul li a div:nth-of-type(1) {
          display: block;
          align-items: center;
          width: auto;
          margin-bottom: 1rem;
          padding: 0; }
          body article section#eventseminarArea > div ul li a div:nth-of-type(1) span {
            padding-right: 1.5rem;
            font-size: 1rem;
            flex: 1; }
          body article section#eventseminarArea > div ul li a div:nth-of-type(1) time {
            display: inline;
            font-size: 0.875rem; }
        body article section#eventseminarArea > div ul li a div:nth-of-type(2) {
          padding: 0; }
        body article section#eventseminarArea > div ul li a:after {
          font-size: 3rem;
          position: absolute;
          right: 1.5rem;
          bottom: 1rem; }
    body article section#solutionArea > div {
      display: block; }
      body article section#solutionArea > div .titleArea {
        width: auto; }
        body article section#solutionArea > div .titleArea h2 {
          margin-bottom: 1rem; }
          body article section#solutionArea > div .titleArea h2 br.SPcancel {
            display: none; }
        body article section#solutionArea > div .titleArea + div {
          margin-left: 0; }
          body article section#solutionArea > div .titleArea + div .slider_sol .slick-list {
            padding: 0 0 2rem 0.5rem; }
          body article section#solutionArea > div .titleArea + div .slider_sol a {
            width: 340px;
            margin: 0; }
  body aside {
    padding: 0 1rem 3rem 1rem; }
    body aside#bnrArea > div {
      grid-template-columns: repeat(2, 1fr); }
      body aside#bnrArea > div a {
        margin: 0.5rem 0;
        padding: 5rem 2rem 2rem 2rem;
        text-shadow: 0 2px 2px rgba(0, 0, 0, 0.75); }
        body aside#bnrArea > div a strong {
          margin-bottom: 0; }
        body aside#bnrArea > div a p br {
          display: none; }
  body .spOnly {
    display: block; }
  body footer {
    padding: 0 1rem; }
    body footer > div > div.headArea p img {
      vertical-align: -1.5rem; }
      body footer > div > div.headArea p img + img {
        display: none; }
    body footer > div > div.linkArea {
      display: block; }
      body footer > div > div.linkArea > ul li {
        margin: 2rem 0; }
        body footer > div > div.linkArea > ul li a.recruitLink {
          border: none;
          justify-content: flex-start;
          gap: 1rem; }
          body footer > div > div.linkArea > ul li a.recruitLink:after {
            transform: translateY(0.0625rem); }
        body footer > div > div.linkArea > ul li ul li {
          font-size: 1.125rem; }
    body footer > div > div.utilityLink ul {
      display: block; }
      body footer > div > div.utilityLink ul li {
        padding: 0;
        border: none; }
        body footer > div > div.utilityLink ul li a {
          font-size: 1rem; } }
@media screen and (max-width: 650px) {
  body aside {
    padding: 0 1rem 3rem 1rem; }
    body aside#bnrArea > div {
      grid-template-columns: repeat(1, 1fr); }
      body aside#bnrArea > div a {
        margin: 0;
        padding: 5rem 2rem 2rem 2rem;
        text-shadow: 0 2px 2px rgba(0, 0, 0, 0.75); }
        body aside#bnrArea > div a strong {
          margin-bottom: 0; }
        body aside#bnrArea > div a p br {
          display: none; } }
@media screen and (max-width: 500px) {
  pointer-events: none !important;
  br.spBlock {
    display: block; }
  br.spNone {
    display: none; }

  body #head-kv > div#mainVisual #catch strong {
    font-size: 7.5vw; }
  body #head-kv > div#mainVisual #catch p {
    font-size: 4vw; }
    body #head-kv > div#mainVisual #catch p:after {
      line-height: 1; }
  body #head-kv > div#mainVisual #slider .slick-slide a div {
    line-height: 1.5; }
    body #head-kv > div#mainVisual #slider .slick-slide a div strong {
      font-size: 1.125rem; }
    body #head-kv > div#mainVisual #slider .slick-slide a div p {
      margin-top: 0.5rem;
      font-size: 0.75rem; }
      body #head-kv > div#mainVisual #slider .slick-slide a div p:after {
        font-size: 1.25rem;
        line-height: 1;
        transform: translate(-0.5rem, 0.0625rem); }
  body article #bannerArea {
    padding: 3rem 0; }
    body article #bannerArea > div > div {
      padding: 0;
      grid-template-columns: 1fr; }
      body article #bannerArea > div > div > div {
        padding: 0 0 0 1rem; }
        body article #bannerArea > div > div > div .slick-track a {
          width: 80vw;
          height: auto;
          margin: 0 1rem 0 0; }
          body article #bannerArea > div > div > div .slick-track a strong {
            font-size: 1.5rem; }
  body article section#casecolumnArea > div .titleArea {
    margin: 0 1rem 1rem 1rem; }
  body article section#casecolumnArea > div > div > div {
    padding-left: 1rem; }
    body article section#casecolumnArea > div > div > div .slick-track a {
      width: 80vw;
      margin: 0 1rem 0 0; } }
@media screen and (max-width: 374px) {
  body article section#solutionArea > div .titleArea + div .slider_sol a {
    width: 280px; } }
/* テスト用 */
