<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@keyframes arrowbefore-beside {
  50% {
    margin-left: 5px;
    opacity: 0;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes arrowafter-beside {
  50% {
    margin-left: -5px;
    opacity: 0;
  }
  99% {
    margin-left: 0px;
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.top_more_link_btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: #273038;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .top_more_link_btn {
    gap: 20px;
    font-size: 1.6rem;
  }
}
.top_more_link_btn:hover .text {
  background-size: 100% 1px;
  transition-delay: 0.1s;
}
.top_more_link_btn:hover .arrow:before {
  animation: arrowbefore-beside 0.5s;
}
.top_more_link_btn:hover .arrow:after {
  animation: arrowafter-beside 0.5s;
}
.top_more_link_btn .text {
  background-image: linear-gradient(to right, #273038, #273038); /* 線の色 */
  background-size: 0 1px;
  background-position: bottom;
  background-repeat: no-repeat;
  box-decoration-break: slice; /* Firefox用に指定 */
  -webkit-box-decoration-break: slice; /* Firefox以外のブラウザ用に指定 */
  transition: 0.5s;
  padding-block: 2px;
  background-position: bottom left;
}
.top_more_link_btn .arrow {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 1000px;
  background: linear-gradient(135deg, #32cbe6, #2aaad9);
}
@media (min-width: 768px) {
  .top_more_link_btn .arrow {
    width: 60px;
    height: 60px;
  }
}
.top_more_link_btn .arrow::after, .top_more_link_btn .arrow::before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90a";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 8px;
  color: #fff;
}
@media (min-width: 768px) {
  .top_more_link_btn .arrow::after, .top_more_link_btn .arrow::before {
    font-size: 10px;
  }
}
.top_more_link_btn .arrow::after {
  margin-left: -10px;
  opacity: 0;
}

#wrap {
  padding-top: 0;
}
@media (min-width: 920px) {
  #wrap {
    padding-top: 0;
  }
}

.mv_area {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 80vw;
  padding-top: calc(60px + 25vw);
}
@media (min-width: 1025px) {
  .mv_area {
    flex-direction: row;
    align-items: center;
    height: 100vh;
    padding-top: 200px;
  }
}
@media (min-width: 1280px) {
  .mv_area {
    padding-top: 270px;
  }
}
.mv_area:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(80vw - (60px + 25vw) - 5.5vw);
  background: #fff;
}
@media (min-width: 1025px) {
  .mv_area:before {
    height: calc((100vh - 200px) / 2 + 80px);
  }
}
@media (min-width: 1280px) {
  .mv_area:before {
    height: calc((100vh - 270px) / 2 + 80px);
  }
}

.mv_title {
  width: 100%;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .mv_title {
    padding: 0 40px;
  }
}
@media (min-width: 1180px) {
  .mv_title {
    padding: 0 60px;
  }
}

.mv_catch {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 0.8vw;
  width: 100%;
  line-height: 1.4;
  z-index: 5;
}
@media (min-width: 920px) {
  .mv_catch {
    gap: 6px;
  }
}
.mv_catch .item {
  display: inline-block;
  text-box: trim-both cap alphabetic;
  font-feature-settings: "palt";
  color: #fff;
  line-height: 1;
  padding: 2.5vw 3vw;
  font-size: 8vw;
  font-weight: bold;
  background: linear-gradient(135deg, #32cbe6, #2aaad9);
}
@media (min-width: 920px) {
  .mv_catch .item {
    font-size: 6.3rem;
    padding: 22px 15px;
  }
}
.mv_catch .sub {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 4vw;
  font-weight: bold;
  line-height: 1;
  text-box: trim-both cap alphabetic;
  font-feature-settings: "palt";
  margin-top: 2.4vw;
}
@media (min-width: 920px) {
  .mv_catch .sub {
    gap: 5px;
    font-size: 2.8rem;
    margin-top: 25px;
  }
}
.mv_catch .sub .cross {
  position: relative;
  top: 1px;
  display: block;
  width: 4vw;
  height: 4vw;
}
@media (min-width: 920px) {
  .mv_catch .sub .cross {
    width: 27px;
    height: 27px;
  }
}
.mv_catch .sub .cross::before, .mv_catch .sub .cross::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 1px;
  background: #2ab7d9;
}
.mv_catch .sub .cross::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.mv_catch .sub .cross::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.mv_slider_wrap {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 82%;
  height: 100%;
}
@media (min-width: 1180px) {
  .mv_slider_wrap {
    width: 70%;
    width: calc(100vw - 470px);
  }
}

.mv_slider {
  height: 100%;
}

.mv_slider_slide {
  height: 100%;
}
.mv_slider_slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-slide-active img,
.swiper-slide-duplicate-active img,
.swiper-slide-prev img {
  animation: zoom-in 12s linear 0s 1 normal both;
}

@keyframes zoom-in {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
.mv_scroll_text {
  position: absolute;
  left: 0;
  top: 10px;
  width: 100%;
  overflow: hidden;
  z-index: 2;
  mix-blend-mode: overlay;
  top: calc(60px + 2vw);
}
@media (min-width: 1025px) {
  .mv_scroll_text {
    top: 110px;
  }
}
@media (min-width: 1280px) {
  .mv_scroll_text {
    top: 140px;
  }
}

.mv_scroll_text__inner {
  display: flex;
  align-items: center;
  gap: 30px;
}
.mv_scroll_text__inner span {
  display: flex;
  flex-shrink: 0;
  text-wrap: nowrap;
  word-break: keep-all;
  animation: scrollAnime 45s infinite linear 0.1s both;
}
.mv_scroll_text__inner span img {
  height: 17vw;
}
@media (min-width: 1025px) {
  .mv_scroll_text__inner span img {
    height: 120px;
  }
}
@media (min-width: 1280px) {
  .mv_scroll_text__inner span img {
    height: 140px;
  }
}

@keyframes scrollAnime {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes scrollAnimeReverse {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0%);
  }
}
.top_sec_title,
.top_sec_title_m {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 3vw;
}
@media (min-width: 1280px) {
  .top_sec_title,
  .top_sec_title_m {
    gap: 17px;
  }
}
.top_sec_title .main,
.top_sec_title_m .main {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1vw;
  text-box: trim-both cap alphabetic;
  font-family: "Oswald", sans-serif;
  font-size: 10vw;
  font-weight: 400;
  line-height: 1;
}
@media (min-width: 768px) {
  .top_sec_title .main,
  .top_sec_title_m .main {
    gap: 8px;
    font-size: 7rem;
  }
}
.top_sec_title .main .cross,
.top_sec_title_m .main .cross {
  position: relative;
  top: 0.5vw;
  display: block;
  width: 7vw;
  height: 7vw;
}
@media (min-width: 768px) {
  .top_sec_title .main .cross,
  .top_sec_title_m .main .cross {
    top: 3px;
    width: 43px;
    height: 43px;
  }
}
.top_sec_title .main .cross img,
.top_sec_title_m .main .cross img {
  width: 100%;
}
.top_sec_title .sub,
.top_sec_title_m .sub {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1vw;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #0069aa;
}
@media (min-width: 768px) {
  .top_sec_title .sub,
  .top_sec_title_m .sub {
    gap: 10px;
    font-size: 1.8rem;
  }
}
.top_sec_title .sub::before,
.top_sec_title_m .sub::before {
  content: "";
  display: block;
  position: relative;
  top: 0.3vw;
  width: 5vw;
  aspect-ratio: 1.68/1;
  background: url(../img/common/under_only_title_infinity.svg) no-repeat 0 0;
  background-size: 5vw;
}
@media (min-width: 768px) {
  .top_sec_title .sub::before,
  .top_sec_title_m .sub::before {
    top: 1px;
    width: 21px;
    background-size: 21px;
  }
}

.top_sec_title_m .main {
  font-size: 7vw;
}
@media (min-width: 768px) {
  .top_sec_title_m .main {
    font-size: 5rem;
  }
}
.top_sec_title_m .main .cross {
  width: 5vw;
  height: 5vw;
}
@media (min-width: 768px) {
  .top_sec_title_m .main .cross {
    width: 38px;
    height: 38px;
  }
}
.top_sec_title_m .sub {
  font-size: 2rem;
  font-weight: 500;
}

.top_sec_catch {
  display: inline-flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 5px;
  margin-top: 16px;
}
@media (min-width: 1280px) {
  .top_sec_catch {
    background: linear-gradient(135deg, #32cbe6, #2aaad9);
    padding: 14px 20px 14px;
    margin-top: 20px;
    gap: 12px;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.top_sec_catch span {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 8px;
  color: #fff;
  text-box: trim-both cap alphabetic;
  padding: 8px 13px 8px;
  line-height: 1.3;
  font-size: min(5vw, 3.6rem);
  font-weight: bold;
  background: linear-gradient(135deg, #32cbe6, #2aaad9);
}
@media (min-width: 1280px) {
  .top_sec_catch span {
    padding: 0;
    font-size: 3.6rem;
    background: none;
  }
}
.top_sec_catch span .center_line {
  display: block;
  width: 0.8em;
  height: 2px;
  background: #fff;
}

.offshore {
  position: relative;
  padding: 140px 0 60px;
}
@media (min-width: 1025px) {
  .offshore {
    padding: 220px 0 120px;
  }
}
.offshore::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 300px;
  background: #fff;
}

.offshore__head {
  position: relative;
  z-index: 1;
}
.offshore__head &gt; * {
  position: relative;
  z-index: 2;
}
.offshore__head::after {
  content: "";
  display: block;
  position: absolute;
  left: -60px;
  top: -60px;
  width: 100%;
  height: 300px;
  background: #efefef;
}
@media (min-width: 1025px) {
  .offshore__head::after {
    border-radius: 60px;
    left: -60px;
    top: -90px;
  }
}
.offshore__head .offshore__link_btn {
  display: none;
}
@media (min-width: 920px) {
  .offshore__head .offshore__link_btn {
    display: inline-flex;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}

.offshore__catch_text {
  margin-top: 20px;
}
@media (min-width: 1025px) {
  .offshore__catch_text {
    margin-top: 30px;
  }
}

.offshore_merit {
  position: relative;
  display: grid;
  align-items: flex-start;
  grid-template-columns: repeat(1, 1fr);
  gap: 15px;
  z-index: 1;
  margin-top: 30px;
}
@media (min-width: 920px) {
  .offshore_merit {
    gap: 30px;
    grid-template-columns: repeat(3, 1fr);
  }
}

.offshore_merit__item {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #fff;
  padding: 15px 15px 25px 15px;
  color: #273038;
  text-decoration: none;
}
@media (min-width: 920px) {
  .offshore_merit__item {
    padding: 28px 28px 38px 28px;
  }
}

.offshore_merit__img {
  margin: 20px;
  margin-bottom: 18px;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
@media (min-width: 920px) {
  .offshore_merit__img {
    margin: 25px;
    margin-bottom: 24px;
  }
}
.offshore_merit__img img {
  width: 100%;
}

.offshore_merit__title {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.offshore_merit__title .en {
  display: flex;
  justify-content: center;
  gap: 0.5em;
  font-family: "Oswald", sans-serif;
  line-height: 1;
  letter-spacing: 0em;
  font-size: 1.4rem;
  font-weight: 500;
}
@media (min-width: 920px) {
  .offshore_merit__title .en {
    font-size: 1.6rem;
  }
}
.offshore_merit__title .en span {
  color: #2ab7d9;
}
.offshore_merit__title .title {
  line-height: 1.4;
  font-size: 1.7rem;
  font-weight: bold;
  text-align: center;
  font-feature-settings: "palt";
}
@media (min-width: 920px) {
  .offshore_merit__title .title {
    font-size: 2.1rem;
  }
}

.offshore__link_btn_wrap {
  text-align: right;
  margin-top: 30px;
}
@media (min-width: 920px) {
  .offshore__link_btn_wrap {
    display: none;
  }
}

.ai_example {
  position: relative;
  padding: 60px 0;
  background: linear-gradient(-135deg, #aaeeff, rgba(162, 219, 255, 0) 80%);
}
@media (min-width: 1025px) {
  .ai_example {
    padding: 120px 0;
  }
}
.ai_example::after {
  content: "";
  position: absolute;
  right: -15px;
  top: 100px;
  width: min(44vw, 560px);
  aspect-ratio: 1.38/1;
  background: url(../img/common/underlayer_title_bg.svg) no-repeat 0 0;
  background-size: 100%;
  pointer-events: none;
}
@media (min-width: 768px) {
  .ai_example::after {
    right: -30px;
  }
}
@media (min-width: 1025px) {
  .ai_example::after {
    width: 712px;
    right: -40px;
  }
}

.ai_example__head {
  position: relative;
  z-index: 1;
}
.ai_example__head .ai_example__link_btn {
  display: none;
}
@media (min-width: 920px) {
  .ai_example__head .ai_example__link_btn {
    display: inline-flex;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}

.ai_example__link_btn_wrap {
  text-align: right;
  margin-top: 30px;
}
@media (min-width: 920px) {
  .ai_example__link_btn_wrap {
    display: none;
  }
}

.ai_example__catch_text {
  margin-top: 20px;
}
@media (min-width: 1025px) {
  .ai_example__catch_text {
    margin-top: 30px;
  }
}

.ai_example_case {
  position: relative;
  display: grid;
  align-items: flex-start;
  grid-template-columns: repeat(1, 1fr);
  gap: 15px;
  z-index: 1;
  margin-top: 30px;
}
@media (min-width: 920px) {
  .ai_example_case {
    gap: 30px;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1025px) {
  .ai_example_case:has(.ai_example_case__item:hover) .ai_example_case__item:not(:hover) {
    opacity: 0.3;
  }
}

.ai_example_case__item {
  position: relative;
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 16px;
  box-shadow: 0 10px 20px rgba(0, 40, 147, 0.16);
  padding: 15px 15px 25px 15px;
  color: #273038;
  text-decoration: none;
}
@media (min-width: 920px) {
  .ai_example_case__item {
    padding: 28px 28px 38px 28px;
  }
}
.ai_example_case__item::after {
  content: "";
  position: absolute;
  bottom: 8px;
  right: 8px;
  width: 22px;
  height: 22px;
  border-radius: 100px;
  border: 1px solid #2ab7d9;
}
@media (min-width: 920px) {
  .ai_example_case__item::after {
    bottom: 8px;
    right: 8px;
    width: 28px;
    height: 28px;
  }
}
.ai_example_case__item::before {
  content: "";
  position: absolute;
  bottom: 16px;
  right: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 6px solid #2ab7d9;
  border-right: 0;
}
@media (min-width: 920px) {
  .ai_example_case__item::before {
    bottom: 17px;
    right: 16px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 9px solid #2ab7d9;
  }
}
@media (min-width: 920px) {
  .ai_example_case__item:nth-of-type(1) {
    margin-top: 120px;
  }
}
@media (min-width: 920px) {
  .ai_example_case__item:nth-of-type(2) {
    margin-top: 60px;
  }
}
@media (min-width: 1025px) {
  .ai_example_case__item:hover {
    transform: scale(1.05);
  }
}

.ai_example_case__img {
  margin-bottom: 18px;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
@media (min-width: 920px) {
  .ai_example_case__img {
    margin-bottom: 24px;
  }
}
.ai_example_case__img img {
  width: 100%;
}

.ai_example_case__title {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.ai_example_case__title .en {
  display: flex;
  gap: 0.5em;
  font-family: "Oswald", sans-serif;
  line-height: 1;
  letter-spacing: 0em;
  font-size: 1.4rem;
  font-weight: 500;
}
@media (min-width: 920px) {
  .ai_example_case__title .en {
    font-size: 1.6rem;
  }
}
.ai_example_case__title .en span {
  color: #2ab7d9;
}
.ai_example_case__title .title {
  line-height: 1.4;
  font-size: 2rem;
  font-weight: bold;
}
@media (min-width: 920px) {
  .ai_example_case__title .title {
    font-size: 2.4rem;
  }
}
.ai_example_case__title .title span {
  font-size: 1.6rem;
}
@media (min-width: 920px) {
  .ai_example_case__title .title span {
    font-size: 1.9rem;
  }
}

.ai_example_case__text {
  margin-top: 10px;
}

.about {
  padding-top: 0;
}
@media (min-width: 920px) {
  .about {
    padding-top: 90px;
  }
}

.about__flex {
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
  gap: 30px;
}
@media (min-width: 920px) {
  .about__flex {
    gap: 40px;
    flex-direction: row;
    padding-bottom: 40px;
  }
}
@media (min-width: 1025px) {
  .about__flex {
    gap: 70px;
  }
}

@media (min-width: 920px) {
  .about__flex_img {
    flex: 1;
  }
}
@media (min-width: 1025px) {
  .about__flex_img {
    flex: 1.2;
  }
}

@media (min-width: 920px) {
  .about__flex_content {
    flex: 1;
    flex-shrink: 0;
  }
}
@media (min-width: 1180px) {
  .about__flex_content {
    padding-right: 70px;
  }
}

.about__sec_title {
  font-family: "Oswald", sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  color: #0069aa;
  line-height: 1.4;
  letter-spacing: 0em;
}

.about__sec_catch {
  margin-top: 20px;
}
@media (min-width: 1025px) {
  .about__sec_catch {
    margin-top: 40px;
  }
}

.about__catch_text {
  margin-top: 20px;
}
@media (min-width: 1025px) {
  .about__catch_text {
    margin-top: 40px;
  }
}

.about__more_link_btn_wrap {
  text-align: right;
  margin-top: 20px;
}
@media (min-width: 920px) {
  .about__more_link_btn_wrap {
    text-align: left;
  }
}
@media (min-width: 1025px) {
  .about__more_link_btn_wrap {
    margin-top: 48px;
  }
}

.about__footer_text_wrap {
  overflow: hidden;
}

.about__footer_text {
  display: flex;
  align-items: center;
  gap: 0;
  margin-bottom: -10px;
}
.about__footer_text span {
  display: flex;
  flex-shrink: 0;
  text-wrap: nowrap;
  word-break: keep-all;
  animation: scrollAnime 60s infinite linear 0.1s both;
  font-size: 10rem;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0em;
  line-height: 1;
  color: #fff;
}
@media (min-width: 1025px) {
  .about__footer_text span {
    font-size: 16.2rem;
  }
}

.business {
  padding-top: 60px;
  padding-bottom: 40px;
  background: #fff;
}
@media (min-width: 1025px) {
  .business {
    padding-block: 120px;
  }
}

.business__flex {
  display: flex;
  gap: 92px;
}

.business__flex_img {
  display: none;
}
@media (min-width: 1025px) {
  .business__flex_img {
    display: block;
    position: relative;
    flex: 1;
    margin-left: calc(50% - 50vw);
  }
  .business__flex_img img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
}

.business__flex_content {
  flex: 1.5;
}

.business_list {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
@media (min-width: 1025px) {
  .business_list {
    margin-top: 0;
  }
}

.business_list__item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-block: 15px;
  text-decoration: none;
  color: #273038;
}
@media (min-width: 1025px) {
  .business_list__item {
    gap: 30px;
    padding-block: 23px;
  }
}
.business_list__item:not(:first-child) {
  border-top: 1px solid #2ab7d9;
}

.business_list__content {
  flex: 1;
}

.business_list__title .sub {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.4;
  color: #0069aa;
}
@media (min-width: 768px) {
  .business_list__title .sub {
    font-size: 1.6rem;
  }
}
.business_list__title .title {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  color: #0069aa;
  padding-top: 0.1em;
}
@media (min-width: 768px) {
  .business_list__title .title {
    padding-top: 0.3em;
    font-size: 3.2rem;
  }
}

.business_list__text {
  margin-top: 12px;
  font-size: 1.1rem;
}
@media (min-width: 768px) {
  .business_list__text {
    margin-top: 18px;
    font-size: 1.5rem;
  }
}
@media (min-width: 920px) {
  .business_list__text {
    margin-top: 24px;
  }
}

.business_list__img {
  position: relative;
  width: 30%;
  border-radius: 6px;
  overflow: hidden;
}
.business_list__img::after {
  content: "";
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 18px;
  height: 18px;
  border-radius: 100px;
  background: #fff;
}
.business_list__img::before {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #2ab7d9;
  border-right: 0;
  z-index: 1;
}
@media (min-width: 1025px) {
  .business_list__img {
    border-radius: 12px;
    width: 275px;
  }
}
.business_list__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service {
  padding-block: 60px;
}
@media (min-width: 1025px) {
  .service {
    padding-block: 120px;
  }
}

.service__sec_title {
  flex-direction: column;
  align-items: flex-start;
  gap: 13px;
}
@media (min-width: 1025px) {
  .service__sec_title {
    gap: 26px;
  }
}
.service__sec_title .main .cross {
  margin-left: 5px;
  padding-right: 5px;
}
@media (min-width: 1025px) {
  .service__sec_title .main .cross {
    margin-left: 10px;
    padding-right: 0;
  }
}
.service__sec_title .sub {
  color: #273038;
}
.service__sec_title .sub::before {
  content: none;
}

.service__more_link_btn_wrap {
  text-align: right;
  margin-top: 30px;
}
@media (min-width: 1025px) {
  .service__more_link_btn_wrap {
    display: none;
  }
}

.service__flex {
  position: relative;
  padding-bottom: 30px;
}
@media (min-width: 1025px) {
  .service__flex {
    display: flex;
    gap: 64px;
    padding-bottom: 60px;
  }
}

@media (min-width: 1025px) {
  .service__flex_title {
    width: 255px;
    flex-shrink: 0;
  }
}
.service__flex_title .service__more_link_btn_wrap {
  display: none;
}
@media (min-width: 1025px) {
  .service__flex_title .service__more_link_btn_wrap {
    display: block;
    text-align: left;
    margin-top: 60px;
  }
}

.service__flex_content {
  width: calc(100% + 20px);
}
@media (min-width: 920px) {
  .service__flex_content {
    width: calc(100% + 40px);
  }
}
@media (min-width: 1025px) {
  .service__flex_content {
    width: calc(100% - 255px - 64px + 50vw - 50%);
  }
}

.service_slider {
  padding-left: 1px;
  margin-top: 30px;
}
@media (min-width: 920px) {
  .service_slider {
    margin-top: 50px;
  }
}
@media (min-width: 1025px) {
  .service_slider {
    margin-top: 0;
  }
}

.service_slider__item {
  display: block;
  overflow: hidden;
  color: #273038;
  text-decoration: none;
}

.service_slider__img {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.service_slider__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service_slider__img::after {
  content: "";
  position: absolute;
  bottom: 8px;
  right: 8px;
  width: 18px;
  height: 18px;
  border-radius: 100px;
  background: #2ab7d9;
}
.service_slider__img::before {
  content: "";
  position: absolute;
  bottom: 13px;
  right: 13px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #fff;
  border-right: 0;
  z-index: 1;
}

.service_slider__text {
  margin-top: 16px;
  line-height: 1.4;
  padding-bottom: 2px;
}
.service_slider__text .title {
  font-size: 1.6rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .service_slider__text .title {
    font-size: 1.9rem;
  }
}
.service_slider__text .text {
  margin-top: 12px;
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .service_slider__text .text {
    font-size: 1.4rem;
  }
}
.service_slider__text .category {
  margin-bottom: 10px;
  display: inline-block;
  text-box: trim-both cap alphabetic;
  font-feature-settings: "palt";
  line-height: 1;
  padding: 6px 12px;
  border-radius: 200px;
  background: #2ab7d9;
  color: #fff;
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .service_slider__text .category {
    font-size: 1.4rem;
  }
}

.service_slider__pagination {
  top: auto !important;
  bottom: 0;
  left: auto !important;
  right: 0;
  width: 100% !important;
  height: 2px !important;
  background-color: #c7c7c7;
}
@media (min-width: 1025px) {
  .service_slider__pagination {
    width: calc(100% - 255px - 64px) !important;
  }
}
.service_slider__pagination .swiper-pagination-progressbar-fill {
  background-color: #2ab7d9 !important;
}

.service__logo_list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .service__logo_list {
    gap: 20px;
  }
}
@media (min-width: 920px) {
  .service__logo_list {
    margin-top: 60px;
  }
}
@media (min-width: 1025px) {
  .service__logo_list {
    margin-top: 120px;
  }
}
.service__logo_list ul {
  display: flex;
  flex-shrink: 0;
  text-wrap: nowrap;
  word-break: keep-all;
  animation: scrollAnime 40s infinite linear 0.1s both;
  gap: 12px;
}
@media (min-width: 768px) {
  .service__logo_list ul {
    gap: 20px;
  }
}
.service__logo_list ul li {
  width: 200px;
}
@media (min-width: 768px) {
  .service__logo_list ul li {
    width: 257px;
  }
}
.service__logo_list .logo_top,
.service__logo_list .logo_bottom {
  display: flex;
  align-items: center;
  gap: 20px;
}
.service__logo_list .logo_bottom ul {
  animation: scrollAnimeReverse 40s infinite linear 0.1s both;
}

.news {
  padding-block: 60px;
  background-color: #fff;
}

.news__head {
  position: relative;
}
.news__head .news__more_link_btn {
  display: none;
}
@media (min-width: 1025px) {
  .news__head .news__more_link_btn {
    display: inline-flex;
    position: absolute;
    right: 0;
    top: 0;
  }
}

.news__more_link_btn_wrap {
  display: block;
  text-align: right;
  margin-top: 30px;
}
@media (min-width: 1025px) {
  .news__more_link_btn_wrap {
    display: none;
  }
}

.news__body {
  margin-top: 36px;
}
@media (min-width: 1180px) {
  .news__body {
    padding-inline: 70px;
  }
}

.column {
  padding-block: 60px;
  background: linear-gradient(-135deg, #aaeeff, rgba(162, 219, 255, 0) 80%);
}
@media (min-width: 1025px) {
  .column {
    padding-block: 120px;
  }
}

.column__head {
  position: relative;
}
.column__head .column__more_link_btn {
  display: none;
}
@media (min-width: 1025px) {
  .column__head .column__more_link_btn {
    display: inline-flex;
    position: absolute;
    top: 0;
    right: 0;
  }
}

.column__more_link_btn_wrap {
  text-align: right;
  margin-top: 30px;
}
@media (min-width: 1025px) {
  .column__more_link_btn_wrap {
    display: none;
  }
}

.column_list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
  margin-top: 30px;
}
@media (min-width: 920px) {
  .column_list {
    gap: 30px;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 36px;
  }
}
@media (min-width: 1180px) {
  .column_list {
    padding-inline: 70px;
  }
}
@media (min-width: 1025px) {
  .column_list:has(.column_list__item:hover) .column_list__item:not(:hover) {
    opacity: 0.3;
  }
}

.column_list__item {
  position: relative;
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 16px;
  box-shadow: 0 10px 20px rgba(0, 40, 147, 0.16);
  padding: 15px 15px 25px 15px;
  color: #273038;
  text-decoration: none;
}
@media (min-width: 920px) {
  .column_list__item {
    padding: 28px 28px 38px 28px;
  }
}
.column_list__item::after {
  content: "";
  position: absolute;
  bottom: 8px;
  right: 8px;
  width: 22px;
  height: 22px;
  border-radius: 100px;
  border: 1px solid #2ab7d9;
}
@media (min-width: 920px) {
  .column_list__item::after {
    bottom: 8px;
    right: 8px;
    width: 28px;
    height: 28px;
  }
}
.column_list__item::before {
  content: "";
  position: absolute;
  bottom: 16px;
  right: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 6px solid #2ab7d9;
  border-right: 0;
}
@media (min-width: 920px) {
  .column_list__item::before {
    bottom: 17px;
    right: 16px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 9px solid #2ab7d9;
  }
}
@media (min-width: 1025px) {
  .column_list__item:hover {
    transform: scale(1.05);
  }
}

.column_list__img img {
  width: 100%;
}

.column_list__category {
  margin-top: 12px;
}
@media (min-width: 920px) {
  .column_list__category {
    margin-top: 15px;
  }
}
.column_list__category span {
  display: inline-block;
  text-box: trim-both cap alphabetic;
  font-feature-settings: "palt";
  line-height: 1;
  padding: 6px 12px;
  border-radius: 200px;
  background: #2ab7d9;
  color: #fff;
}

.column_list__title {
  margin-top: 6px;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.6;
}

.recruit {
  padding-top: 60px;
  background: linear-gradient(to right top, #346aaa, #4e9fd2);
}
@media (min-width: 1025px) {
  .recruit {
    padding-top: 80px;
  }
}

.recruit__sec_title .main {
  color: #fff;
}
.recruit__sec_title .sub {
  color: #fff;
}
.recruit__sec_title .sub::before {
  background-image: url(../img/common/under_only_title_infinity_w.svg);
}

.recruit__catch_text {
  margin-top: 20px;
  color: #fff;
}
@media (min-width: 1025px) {
  .recruit__catch_text {
    margin-top: 26px;
  }
}

.recruit__more_link {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  margin-top: 30px;
}
@media (min-width: 768px) {
  .recruit__more_link {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1025px) {
  .recruit__more_link {
    margin-top: 60px;
  }
}
.recruit__more_link .link {
  position: relative;
  overflow: hidden;
}
.recruit__more_link .link::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(39, 48, 56, 0.5);
  transition: 0.3s;
}
.recruit__more_link .link .arrow {
  position: absolute;
  display: block;
  bottom: 12px;
  right: 12px;
  width: 28px;
  height: 28px;
  border-radius: 100px;
  border: 1px solid #fff;
  z-index: 1;
}
.recruit__more_link .link .arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50% + 1px);
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 9px solid #fff;
  border-right: 0;
}
.recruit__more_link .link .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.recruit__more_link .link .title {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 5px;
  bottom: 15px;
  left: 20px;
  z-index: 1;
  color: #fff;
}
@media (min-width: 768px) {
  .recruit__more_link .link .title {
    bottom: 35px;
    left: 50px;
  }
}
.recruit__more_link .link .title .en {
  font-family: "Oswald", sans-serif;
  line-height: 1;
  font-size: 3.8rem;
}
@media (min-width: 768px) {
  .recruit__more_link .link .title .en {
    font-size: 4.5rem;
  }
}
.recruit__more_link .link .title .ja {
  font-size: 2.2rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  .recruit__more_link .link .title .ja {
    font-size: 2.6rem;
  }
}
.recruit__more_link .link:hover::after {
  opacity: 0;
}
.recruit__more_link .link:hover .img {
  transform: scale(1.05);
}</pre></body></html>