/* A Modern CSS Reset */
*, *::before, *::after {
  box-sizing: border-box;
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

ul[role=list], ol[role=list] {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img, picture {
  max-width: 100%;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
html, body {
  overflow-x: hidden;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  --header-h: 0px;
  background: #F3F5F6;
}
@media screen and (max-width: 749px) {
  body.is-sp-menu-open {
    overflow: hidden;
    touch-action: none;
  }
}
body .sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
body ul {
  padding-inline-start: 0px;
  margin-block-end: 0em;
  margin-block-start: 0em;
}
body li {
  list-style: none;
}
body a {
  text-decoration: none;
  color: unset;
}
body .pcInner {
  display: block;
}
@media screen and (max-width: 749px) {
  body .pcInner {
    display: none;
  }
}
body .spInner {
  display: none;
}
@media screen and (max-width: 749px) {
  body .spInner {
    display: block;
  }
}
body .noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
body .figtree {
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
body .zen-kaku-gothic-new-regular {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}
body .wrapper .contants_innner {
  padding: 0 115px;
  margin: auto;
  max-width: 1440px;
}
@media screen and (max-width: 749px) {
  body .wrapper .contants_innner {
    padding: 0 17px;
  }
}
body .wrapper .lightgray {
  color: #E0E5EB;
}
body .wrapper .blue {
  color: #0072D4;
}
body .wrapper .lightblue {
  color: #8CC1F6;
}
body .wrapper .white {
  color: #fff;
}
body .wrapper .h2_title_area {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 749px) {
  body .wrapper .h2_title_area {
    justify-content: unset;
    align-items: unset;
    flex-direction: column;
  }
}
body .wrapper .h2_title_area .h2_title {
  font-size: clamp(72px, 72px + 50 * (100vw - 375px) / 375, 122px);
  line-height: 0.8;
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  letter-spacing: -3%;
}
@media screen and (max-width: 749px) {
  body .wrapper .h2_title_area .h2_title {
    line-height: 0.9;
  }
}
body .wrapper .h2_title_area .intro {
  font-weight: 300;
  line-height: 1.7;
}
body .wrapper .h2_title_area .intro h3 {
  font-size: clamp(24px, 24px + 8 * (100vw - 375px) / 375, 32px);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 5%;
  margin-bottom: 16px;
}
body .wrapper .h2_title_area .intro p {
  font-size: clamp(14px, 14px + 2 * (100vw - 375px) / 375, 16px);
  letter-spacing: 4%;
}
body .wrapper header {
  display: flex;
  justify-content: space-between;
  padding: 26px 80px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 11111;
}
@media screen and (max-width: 749px) {
  body .wrapper header {
    align-items: center;
    background: #fff;
    width: calc(100% - 16px);
    margin: 8px;
    padding: 0 12px 0 16px;
    min-height: 56px;
    box-sizing: border-box;
    border-radius: 4px;
  }
}
body .wrapper header .header_logo img {
  display: block;
}
@media screen and (max-width: 749px) {
  body .wrapper header .header_logo {
    flex-shrink: 0;
  }
  body .wrapper header .header_logo img {
    height: 40px;
    width: auto;
  }
}
body .wrapper header .header_right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1;
  min-width: 0;
}
@media screen and (max-width: 749px) {
  body .wrapper header .header_right {
    flex: 1;
    justify-content: flex-end;
    gap: 8px;
  }
}
body .wrapper header .header_menu_btn {
  display: none;
}
@media screen and (max-width: 749px) {
  body .wrapper header .header_menu_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    padding: 0;
    border: none;
    border-radius: 4px;
    background: #E8F1FA;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    pointer-events: none;
  }
}
body .wrapper header .header_menu_grid {
  display: grid;
  grid-template-columns: repeat(2, 4px);
  grid-template-rows: repeat(2, 4px);
  gap: 4px;
}
body .wrapper header .header_menu_grid span {
  display: block;
  width: 4px;
  height: 4px;
  background: #0072D4;
}
body .wrapper header .header_navi {
  background: #F2F3F9;
  border: 1px solid #D7DCE6;
  border-radius: 12px;
  padding: 0px 240px 0px 6px;
  display: flex;
  position: relative;
  font-size: 14px;
}
@media screen and (max-width: 749px) {
  body .wrapper header .header_navi {
    background: none;
    border: none;
    padding: 0;
    flex: 0 1 auto;
  }
}
@media screen and (max-width: 749px) {
  body .wrapper header .header_navi li:nth-of-type(-n + 2) {
    display: none;
  }
}
body .wrapper header .header_navi a {
  padding: 17px 16px;
  display: block;
}
body .wrapper header .header_navi .nav_contact a {
  background: #0072D4;
  color: #fff;
  border-radius: 11px;
  padding: 17px;
  position: absolute;
  top: 0px;
  right: 0px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 749px) {
  body .wrapper header .header_navi .nav_contact a {
    position: static;
    padding: 10px 10px 10px 14px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.02em;
    white-space: nowrap;
  }
}
body .wrapper header .header_navi .nav_contact a::after {
  content: "";
  background: url(../images/contact_arrow.webp);
  background-size: cover;
  width: 20px;
  height: 20px;
  display: block;
  margin-left: 12px;
  flex-shrink: 0;
}
@media screen and (max-width: 749px) {
  body .wrapper header .header_navi .nav_contact a::after {
    margin-left: 21px;
    width: 16px;
    height: 16px;
    background-image: url(../images/contact_arrow.webp) no-repeat center;
  }
}
body .wrapper .header_drawer_backdrop {
  display: none;
}
@media screen and (max-width: 749px) {
  body .wrapper .header_drawer_backdrop {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 11102;
    background: rgba(26, 26, 26, 0.45);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease, visibility 0.2s ease;
  }
  body .wrapper .header_drawer_backdrop.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
body .wrapper .header_drawer {
  display: none;
}
@media screen and (max-width: 749px) {
  body .wrapper .header_drawer {
    display: block;
    position: fixed;
    top: 72px;
    right: 0;
    bottom: 0;
    border-radius: 15px 0 0 0;
    width: min(88vw, 320px);
    z-index: 11103;
    background: #fff;
    padding: 24px 24px 40px;
    box-shadow: -4px 0 24px rgba(0, 0, 0, 0.08);
    transform: translateX(100%);
    visibility: hidden;
    transition: transform 0.28s ease, visibility 0.28s ease;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  body .wrapper .header_drawer.is-open {
    transform: translateX(0);
    visibility: visible;
  }
}
body .wrapper .header_drawer .header_drawer_list li {
  border-bottom: 1px solid #D7DCE6;
}
body .wrapper .header_drawer .header_drawer_list li:last-child {
  border-bottom: none;
}
body .wrapper .header_drawer .header_drawer_list li a {
  display: block;
  padding: 18px 0;
  font-size: 16px;
  color: #2B2C2D;
}
body .wrapper .header_drawer .header_drawer_list .header_drawer_contact {
  margin-top: 8px;
}
body .wrapper .header_drawer .header_drawer_list .header_drawer_contact a {
  padding: 14px 20px;
  background: #0072D4;
  color: #fff;
  border-radius: 10px;
  text-align: center;
  font-weight: 500;
}
body .wrapper #main_visual {
  height: 100vh;
  padding: 0 80px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  overflow: hidden;
}
body .wrapper #main_visual::before {
  content: "";
  width: 100%;
  height: 100vh;
  background: url(../images/mv_object.webp);
  background-size: cover;
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
@media screen and (max-width: 749px) {
  body .wrapper #main_visual::before {
    display: none;
  }
}
@media screen and (max-width: 749px) {
  body .wrapper #main_visual {
    padding: 112px 0px 33px 20px;
    min-height: 100vh;
    height: auto;
    width: 100%;
    background: none;
  }
}
body .wrapper #main_visual .mv_masked_video {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  -webkit-mask-image: url("../images/bg_mv.webp");
  mask-image: url("../images/bg_mv.webp");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: left top;
  mask-position: left top;
  -webkit-mask-size: cover;
  mask-size: cover;
}
@media screen and (max-width: 749px) {
  body .wrapper #main_visual .mv_masked_video {
    display: none;
  }
}
body .wrapper #main_visual .mv_masked_video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 450px center;
}
body .wrapper #main_visual .main_visual_copy {
  position: relative;
  z-index: 2;
}
body .wrapper #main_visual .main_visual_copy h1 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(34px, 34px + 22 * (100vw - 375px) / 375, 56px);
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 32px;
}
body .wrapper #main_visual .main_visual_copy p:not(.spinner) {
  font-size: clamp(14px, 14px + 2 * (100vw - 375px) / 375, 16px);
  letter-spacing: 4px;
  line-height: 1.7;
  margin-bottom: 48px;
  font-weight: 300;
}
@media screen and (max-width: 749px) {
  body .wrapper #main_visual .main_visual_copy p:not(.spinner) {
    margin-bottom: 28px;
  }
}
body .wrapper #main_visual .main_visual_copy .sp_video_area {
  margin-left: -30px;
  margin-right: 0px;
  margin-bottom: 28px;
  line-height: 0;
  aspect-ratio: 750/788;
  position: relative;
}
body .wrapper #main_visual .main_visual_copy .sp_video_area::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/mv_object_sp.webp);
  background-size: cover;
  display: block;
  z-index: 1;
  position: absolute;
  inset: 0;
  pointer-events: none;
}
body .wrapper #main_visual .main_visual_copy .sp_video_area video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  -webkit-mask-image: url("../images/bg_mv_sp.webp");
  mask-image: url("../images/bg_mv_sp.webp");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center top;
  mask-position: center top;
  -webkit-mask-size: contain;
  mask-size: contain;
  position: relative;
  z-index: 0;
  object-position: 10px center;
}
body .wrapper #main_visual .main_visual_copy .spinner {
  display: none;
  margin: 0;
}
@media screen and (max-width: 749px) {
  body .wrapper #main_visual .main_visual_copy .spinner {
    display: block;
    margin-left: -20px;
    margin-right: -10px;
    margin-bottom: 28px;
    line-height: 0;
  }
}
body .wrapper #main_visual .main_visual_copy .spinner img {
  width: 100%;
  height: auto;
  display: block;
}
body .wrapper #main_visual .main_visual_copy a.mv_contact {
  display: block;
  background: #0072D4;
  color: #fff;
  width: 384px;
  height: 76px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  padding: 0 24px;
  letter-spacing: 1px;
  position: relative;
}
@media screen and (max-width: 749px) {
  body .wrapper #main_visual .main_visual_copy a.mv_contact {
    width: calc(100% - 16px);
    margin-right: 17px;
  }
}
body .wrapper #main_visual .main_visual_copy a.mv_contact span {
  display: flex;
  align-items: center;
}
body .wrapper #main_visual .main_visual_copy a.mv_contact span::after {
  content: "";
  background: url(../images/contact_arrow.webp);
  background-size: cover;
  width: 20px;
  height: 20px;
  display: block;
  margin-left: 12px;
}
@media screen and (max-width: 749px) {
  body .wrapper #main_visual .main_visual_copy a.mv_contact span::after {
    position: absolute;
    right: 17px;
  }
}
body .wrapper #client {
  background: #E5EBF2;
  padding: 40px 0;
}
@media screen and (max-width: 749px) {
  body .wrapper #client {
    padding: 24px 0;
  }
}
body .wrapper #client .splide .splide__track .splide__list .splide__slide {
  width: 127px;
  height: 67px;
}
body .wrapper #client .splide .splide__track .splide__list .splide__slide img {
  object-fit: cover;
  width: 100%;
  height: auto;
}
body .wrapper #problem {
  background: #1A1A1A;
  color: #DCE2E9;
}
body .wrapper #problem .contants_innner {
  padding: 72px 130px;
}
@media screen and (max-width: 749px) {
  body .wrapper #problem .contants_innner {
    padding: 68px 18px;
  }
}
body .wrapper #problem .contants_innner .h2_title_problem {
  margin-bottom: 68px;
  text-align: center;
}
@media screen and (max-width: 749px) {
  body .wrapper #problem .contants_innner .h2_title_problem {
    margin-bottom: 48px;
  }
}
body .wrapper #problem .contants_innner .h2_title_problem h2 {
  font-size: clamp(32px, 32px + 8 * (100vw - 375px) / 375, 40px);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  margin-bottom: 12px;
}
body .wrapper #problem .contants_innner .h2_title_problem h2 span {
  font-size: 14px;
  display: block;
  font-family: "Figtree", sans-serif;
  font-weight: 500;
  color: #0072D4;
}
body .wrapper #problem .contants_innner .h2_title_problem p {
  letter-spacing: 1px;
  font-size: clamp(14px, 14px + 1 * (100vw - 375px) / 375, 15px);
}
@media screen and (max-width: 749px) {
  body .wrapper #problem .contants_innner .h2_title_problem p {
    text-align: left;
  }
}
body .wrapper #problem .contants_innner ul {
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 749px) {
  body .wrapper #problem .contants_innner ul {
    flex-direction: column;
    gap: 28px;
  }
}
body .wrapper #problem .contants_innner ul li {
  background: #2C2C2C;
  padding: 85px 13px 25px 13px;
  border-radius: 8px;
  position: relative;
  text-align: center;
  min-width: 280px;
}
@media screen and (max-width: 749px) {
  body .wrapper #problem .contants_innner ul li {
    min-width: auto;
    width: 100%;
  }
}
body .wrapper #problem .contants_innner ul li::before {
  content: "";
  background: url(../images/problem01.webp);
  background-size: cover;
  width: 82px;
  height: 82px;
  display: block;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
body .wrapper #problem .contants_innner ul li:nth-of-type(2)::before {
  content: "";
  background: url(../images/problem02.webp);
  background-size: cover;
}
body .wrapper #problem .contants_innner ul li:nth-of-type(3)::before {
  content: "";
  background: url(../images/problem03.webp);
  background-size: cover;
}
body .wrapper #problem .contants_innner ul li:nth-of-type(4)::before {
  content: "";
  background: url(../images/problem04.webp);
  background-size: cover;
}
body .wrapper #strength {
  background: #F3F5F6;
  padding: 86px 0 180px;
  border-radius: 0 0 60px 60px;
  position: relative;
}
@media screen and (max-width: 749px) {
  body .wrapper #strength {
    border-radius: 0 0 20px 20px;
    padding: 96px 17px 180px;
  }
}
body .wrapper #strength .object::before {
  content: "";
  background: url(../images/strength_object01.webp) no-repeat top right;
  background-size: cover;
  display: block;
  width: 195px;
  height: 106px;
  position: absolute;
  top: 60px;
  right: 0;
  z-index: 3;
}
@media screen and (max-width: 749px) {
  body .wrapper #strength .object::before {
    background: url(../images/strength_object_sp01.webp) no-repeat;
    background-size: cover;
    height: 55px;
    width: 102px;
    top: 10vw;
    right: 0;
  }
}
body .wrapper #strength .object::after {
  content: "";
  background: url(../images/strength_object02.webp) no-repeat;
  background-size: cover;
  display: block;
  width: 304px;
  height: 101px;
  position: absolute;
  bottom: 55px;
  right: 0;
}
@media screen and (max-width: 749px) {
  body .wrapper #strength .object::after {
    background: url(../images/strength_object_sp02.webp) no-repeat;
    background-size: cover;
    height: 78px;
    width: 162px;
    bottom: 55px;
    right: 0;
  }
}
body .wrapper #strength::before {
  content: "";
  background: url(../images/strength_object03.webp) no-repeat;
  background-size: cover;
  display: block;
  width: 256px;
  height: 114px;
  position: absolute;
  bottom: 120px;
  left: 0;
  z-index: 3;
}
@media screen and (max-width: 749px) {
  body .wrapper #strength::before {
    background: url(../images/strength_object_sp03.webp) no-repeat;
    background-size: cover;
    height: 102px;
    width: 102px;
    bottom: 135px;
    left: 0;
    z-index: 1;
  }
}
body .wrapper #strength::after {
  content: "";
  height: 150px;
  width: 100%;
  display: block;
  z-index: -1;
  background: #0072D4;
  position: absolute;
  bottom: 0;
}
body .wrapper #strength .contants_innner {
  z-index: 1;
  background: #F3F5F6;
  position: relative;
}
@media screen and (max-width: 749px) {
  body .wrapper #strength .contants_innner {
    padding: 0;
    background: none;
  }
}
body .wrapper #strength .contants_innner .h2_title_area {
  margin-bottom: 80px;
}
body .wrapper #strength .contants_innner .h2_title_area .intro {
  padding-left: 16.666vw;
  padding-top: 60px;
}
@media screen and (max-width: 749px) {
  body .wrapper #strength .contants_innner .h2_title_area .intro {
    padding-left: 0;
  }
}
body .wrapper #strength .contants_innner .strength_list {
  display: flex;
  justify-content: center;
  gap: 12px;
}
@media screen and (max-width: 749px) {
  body .wrapper #strength .contants_innner .strength_list {
    justify-content: unset;
    align-items: unset;
    flex-direction: column;
  }
}
body .wrapper #strength .contants_innner .strength_list li {
  border-radius: 10px;
  background: #fff;
  padding: 40px 32px 56px 48px;
  min-width: 400px;
}
@media screen and (max-width: 749px) {
  body .wrapper #strength .contants_innner .strength_list li {
    min-width: auto;
    padding: 40px 32px 32px 32px;
  }
}
body .wrapper #strength .contants_innner .strength_list li .strength_number {
  position: relative;
  display: flex;
  justify-content: space-between;
}
body .wrapper #strength .contants_innner .strength_list li .strength_number img {
  width: 55px;
  height: auto;
}
body .wrapper #strength .contants_innner .strength_list li picture {
  min-height: 200px;
}
body .wrapper #strength .contants_innner .strength_list li h4 {
  font-size: clamp(20px, 20px + 4 * (100vw - 375px) / 375, 24px);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 5%;
  margin-bottom: 20px;
}
body .wrapper #strength .contants_innner .strength_list li:nth-of-type(2) {
  background: #292B2D;
  color: #fff;
}
body .wrapper #strength .contants_innner .strength_list li:nth-of-type(3) {
  background: #0072D4;
  color: #fff;
}
body .wrapper #strength .contants_innner .strength_list li p {
  font-weight: 300;
}
body .wrapper #strength .contants_innner .strength_list li:nth-of-type(2) p {
  color: #9BA5AF;
}
body .wrapper #service {
  position: relative;
  z-index: 0;
  background: #0072D4;
  padding-top: 130px;
  padding-bottom: 108px;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 749px) {
  body .wrapper #service {
    padding-top: 86px;
    z-index: 1;
  }
}
body .wrapper #service::before {
  content: "";
  background: url(../images/bg_service01.webp) no-repeat;
  background-size: cover;
  height: 824px;
  width: 334px;
  position: absolute;
  top: 290px;
  left: 0;
}
@media screen and (max-width: 749px) {
  body .wrapper #service::before {
    background: url(../images/bg_service_sp01.webp) no-repeat;
    background-size: cover;
    height: 161px;
    width: 248px;
    top: 376vw;
    left: 0;
  }
}
body .wrapper #service::after {
  content: "";
  background: url(../images/bg_service02.webp) no-repeat;
  background-size: cover;
  height: 655px;
  width: 432px;
  position: absolute;
  top: 280px;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 749px) {
  body .wrapper #service::after {
    background: url(../images/bg_service_sp02.webp) no-repeat;
    background-size: cover;
    height: 161px;
    width: 173px;
    position: absolute;
    top: 180px;
    right: 0;
  }
}
body .wrapper #service .contants_innner {
  position: relative;
}
@media screen and (max-width: 749px) {
  body .wrapper #service .contants_innner::before {
    content: "";
    background: url(../images/bg_service_sp03.webp) no-repeat;
    background-size: cover;
    height: 318px;
    width: 177px;
    position: absolute;
    top: 473vw;
    right: 0;
  }
}
body .wrapper #service .contants_innner .h2_title_area {
  margin-bottom: 98px;
}
@media screen and (max-width: 749px) {
  body .wrapper #service .contants_innner .h2_title_area {
    margin-bottom: 24px;
  }
}
body .wrapper #service .contants_innner .h2_title_area .h2_title {
  position: relative;
  top: -30px;
  left: 0px;
}
@media screen and (max-width: 749px) {
  body .wrapper #service .contants_innner .h2_title_area .h2_title {
    margin-bottom: 60px;
    top: 0px;
  }
}
body .wrapper #service .contants_innner .h2_title_area .h2_title .white {
  padding-left: 50px;
}
body .wrapper #service .contants_innner .h2_title_area .intro {
  padding-left: 217px;
}
@media screen and (max-width: 749px) {
  body .wrapper #service .contants_innner .h2_title_area .intro {
    padding-left: 0;
  }
}
body .wrapper #service .contants_innner .service_list {
  padding-left: 70px;
}
@media screen and (max-width: 749px) {
  body .wrapper #service .contants_innner .service_list {
    padding-left: 0;
  }
}
body .wrapper #service .contants_innner .service_list li {
  padding: 55px 0;
  border-top: 1px solid #8CC1F6;
  display: flex;
  justify-content: space-between;
  position: relative;
  gap: 60px;
}
body .wrapper #service .contants_innner .service_list li:hover .service_li_title {
  transform: translateX(-50px);
}
body .wrapper #service .contants_innner .service_list li:hover .service_li_title h4 {
  color: #fff;
}
body .wrapper #service .contants_innner .service_list li:hover .service_li_title img {
  display: block;
  right: -180px;
}
@media screen and (max-width: 749px) {
  body .wrapper #service .contants_innner .service_list li:hover .service_li_title img {
    display: block;
  }
}
body .wrapper #service .contants_innner .service_list li:hover::before {
  content: "01.";
  left: -50px;
}
@media screen and (max-width: 749px) {
  body .wrapper #service .contants_innner .service_list li:hover::before {
    left: 0px;
  }
}
@media screen and (max-width: 749px) {
  body .wrapper #service .contants_innner .service_list li {
    justify-content: unset;
    align-items: unset;
    flex-direction: column;
    gap: 20px;
    padding: 60px 0 40px;
    pointer-events: none;
  }
}
body .wrapper #service .contants_innner .service_list li::before {
  content: "01.";
  font-size: 32px;
  position: absolute;
  top: 20px;
  left: 0;
  transition: left 0.3s ease;
}
@media screen and (max-width: 749px) {
  body .wrapper #service .contants_innner .service_list li::before {
    font-size: 24px;
    top: 30px;
  }
}
body .wrapper #service .contants_innner .service_list li:nth-of-type(2)::before {
  content: "02.";
}
body .wrapper #service .contants_innner .service_list li:nth-of-type(2):hover .service_li_title img {
  right: -170px;
}
body .wrapper #service .contants_innner .service_list li:nth-of-type(3)::before {
  content: "03.";
}
body .wrapper #service .contants_innner .service_list li:nth-of-type(4)::before {
  content: "04.";
}
body .wrapper #service .contants_innner .service_list li:nth-of-type(4):hover .service_li_title img {
  right: -160px;
}
body .wrapper #service .contants_innner .service_list li:nth-of-type(4) .service_li_title h4 {
  font-size: clamp(57px, 57px + 7 * (100vw - 375px) / 375, 64px);
}
body .wrapper #service .contants_innner .service_list li:nth-of-type(5)::before {
  content: "05.";
}
body .wrapper #service .contants_innner .service_list li:nth-of-type(5) .service_li_title h4 {
  font-size: clamp(57px, 57px + 7 * (100vw - 375px) / 375, 64px);
}
body .wrapper #service .contants_innner .service_list li .service_li_title {
  padding-left: 70px;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 749px) {
  body .wrapper #service .contants_innner .service_list li .service_li_title {
    padding-left: 0;
  }
}
body .wrapper #service .contants_innner .service_list li .service_li_title h4 {
  display: flex;
  flex-direction: column;
  font-size: clamp(61px, 61px + 11 * (100vw - 375px) / 375, 72px);
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  letter-spacing: -3%;
  color: #8CC1F6;
}
@media screen and (max-width: 749px) {
  body .wrapper #service .contants_innner .service_list li .service_li_title h4 {
    margin-bottom: 20px;
  }
}
body .wrapper #service .contants_innner .service_list li .service_li_title h4 span {
  font-size: clamp(14px, 14px + 2 * (100vw - 375px) / 375, 16px);
  color: #fff;
}
@media screen and (max-width: 749px) {
  body .wrapper #service .contants_innner .service_list li .service_li_title h4 span {
    position: absolute;
    top: 42px;
    left: 48px;
  }
}
body .wrapper #service .contants_innner .service_list li .service_li_title img {
  display: none;
  width: 200px;
  height: 140px;
  position: absolute;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 749px) {
  body .wrapper #service .contants_innner .service_list li .service_li_title img {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    right: auto;
    width: 100%;
    height: auto;
    z-index: 1;
  }
}
body .wrapper #service .contants_innner .service_list li p {
  width: 530px;
  font-weight: 300;
  line-height: 1.7;
  z-index: 1;
}
@media screen and (max-width: 749px) {
  body .wrapper #service .contants_innner .service_list li p {
    width: 100%;
    font-size: 14px;
    letter-spacing: 6%;
  }
}
body .wrapper #news {
  margin-top: -60px;
  padding: 103px 0 108px;
  margin-bottom: 136px;
  position: relative;
  z-index: 3;
  background: #E9EDF0;
  border-radius: 60px;
  overflow: hidden;
}
@media screen and (max-width: 749px) {
  body .wrapper #news {
    border-radius: 20px 20px 0 0;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 749px) {
  body .wrapper #news:before {
    content: "";
    background: url(../images/news_bg.webp);
    background-size: cover;
    width: 140px;
    height: 100px;
    position: absolute;
    top: 46px;
    right: 0;
  }
}
body .wrapper #news .contants_innner {
  padding: 0 115px;
}
@media screen and (max-width: 749px) {
  body .wrapper #news .contants_innner {
    padding: 50px 17px 0;
  }
}
body .wrapper #news .contants_innner .h2_title_area {
  margin-bottom: 108px;
}
@media screen and (max-width: 749px) {
  body .wrapper #news .contants_innner .h2_title_area {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 749px) {
  body .wrapper #news .contants_innner .h2_title_area .h2_title {
    position: relative;
    bottom: 58px;
    line-height: 0.9;
  }
}
body .wrapper #news .contants_innner .h2_title_area h3 {
  font-size: clamp(24px, 24px + 8 * (100vw - 375px) / 375, 32px);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  margin-bottom: 16px;
}
body .wrapper #news .contants_innner .news_area {
  width: 890px;
  margin-left: auto;
  border-bottom: 1px solid #A9BFCF;
}
body .wrapper #news .contants_innner .news_area li {
  padding: 27px 0;
  border-top: 1px solid #A9BFCF;
  position: relative;
}
body .wrapper #news .contants_innner .news_area li a::after {
  content: "";
  background: url(../images/contact_arrow_white.webp) no-repeat;
  background-size: cover;
  width: 32px;
  height: 32px;
  position: absolute;
  right: 20px;
  top: 23px;
}
@media screen and (max-width: 749px) {
  body .wrapper #news .contants_innner .news_area li a::after {
    display: none;
  }
}
body .wrapper #news .contants_innner .news_area li a.nolink::after {
  display: none;
}
body .wrapper #news .contants_innner .news_area li a .date {
  padding: 0 40px 0 20px;
}
@media screen and (max-width: 749px) {
  body .wrapper #news .contants_innner .news_area li a .date {
    padding: 0 20px 0 0px;
  }
}
body .wrapper #news .contants_innner .news_area li a .tag {
  margin-right: 88px;
  background: #fff;
  color: #0072D4;
  text-align: center;
  padding: 3px 20px;
  border-radius: 20px;
}
body .wrapper #news .contants_innner .news_area li a p {
  display: inline-block;
}
@media screen and (max-width: 749px) {
  body .wrapper #news .contants_innner .news_area li a p {
    display: block;
    margin-top: 12px;
  }
}
body .wrapper #company {
  margin-bottom: 127px;
}
@media screen and (max-width: 749px) {
  body .wrapper #company {
    margin-bottom: 0px;
  }
}
body .wrapper #company .contants_innner .h2_title_compay {
  margin-bottom: 60px;
}
@media screen and (max-width: 749px) {
  body .wrapper #company .contants_innner .h2_title_compay {
    margin-bottom: 56px;
  }
}
body .wrapper #company .contants_innner .h2_title_compay .h2_title {
  color: #0072D4;
  font-size: clamp(72px, 72px + 50 * (100vw - 375px) / 375, 122px);
  line-height: 0.8;
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  letter-spacing: -3%;
}
body .wrapper #company .contants_innner .h2_title_compay .h2_title span {
  display: block;
  color: #2B2C2D;
  font-size: 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  margin-top: 45px;
}
@media screen and (max-width: 749px) {
  body .wrapper #company .contants_innner .h2_title_compay .h2_title span {
    margin-top: 25px;
  }
}
body .wrapper #company .contants_innner .company_infomation {
  display: flex;
  justify-content: space-between;
  gap: 80px;
}
@media screen and (max-width: 749px) {
  body .wrapper #company .contants_innner .company_infomation {
    justify-content: unset;
    align-items: unset;
    flex-direction: column;
    gap: 47px;
  }
}
body .wrapper #company .contants_innner .company_infomation table {
  text-align: left;
  border-collapse: collapse;
  border-bottom: 1px solid #D3DDE4;
}
body .wrapper #company .contants_innner .company_infomation table tr th {
  border-top: 1px solid #D3DDE4;
  padding: 22px 0;
  min-width: 140px;
  font-weight: 400;
  font-size: clamp(14px, 14px + 2 * (100vw - 375px) / 375, 16px);
}
@media screen and (max-width: 749px) {
  body .wrapper #company .contants_innner .company_infomation table tr th {
    display: block;
    padding: 20px 0 6px;
  }
}
body .wrapper #company .contants_innner .company_infomation table tr td {
  border-top: 1px solid #D3DDE4;
  font-weight: 400;
  font-size: clamp(14px, 14px + 2 * (100vw - 375px) / 375, 16px);
  font-weight: 300;
}
@media screen and (max-width: 749px) {
  body .wrapper #company .contants_innner .company_infomation table tr td {
    border-top: none;
    display: block;
    padding: 0 0 20px;
  }
}
body .wrapper #company .contants_innner .company_infomation .map {
  width: 620px;
  height: 449px;
}
@media screen and (max-width: 749px) {
  body .wrapper #company .contants_innner .company_infomation .map {
    width: calc(100% + 17px + 17px);
    max-width: none;
    margin-left: -17px;
    margin-right: -17px;
    height: 274px;
  }
}
body .wrapper #company .contants_innner .company_infomation .map iframe {
  width: 100%;
  height: 100%;
}
body .wrapper #contact {
  margin-bottom: 140px;
}
@media screen and (max-width: 749px) {
  body .wrapper #contact {
    margin-bottom: 0px;
  }
}
body .wrapper #contact .contants_innner {
  padding: 0 70px;
}
@media screen and (max-width: 749px) {
  body .wrapper #contact .contants_innner {
    padding: 0;
  }
}
body .wrapper #contact a {
  background: #0072D4 url(../images/bg_contact.webp) no-repeat center left;
  background-size: cover;
  background-position-y: -1.2vw;
}
@media screen and (min-width: 1440px) {
  body .wrapper #contact a {
    background-size: min(100%, 1440px) auto;
    background-position-y: -1.2vw;
  }
}
@media screen and (max-width: 749px) {
  body .wrapper #contact a {
    background: #0072D4 url(../images/bg_contact_sp.webp) no-repeat left top;
    background-size: cover;
    background-position-y: -5.8vw;
  }
}
body .wrapper #contact a {
  border-radius: 20px;
  display: block;
  color: #fff;
  padding: 84px 80px 87px 96px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 749px) {
  body .wrapper #contact a {
    border-radius: 0px;
    justify-content: unset;
    align-items: unset;
    flex-direction: column;
    padding: 84px 17px 150px 17px;
  }
}
body .wrapper #contact a div h2 {
  font-size: clamp(72px, 72px + 30 * (100vw - 375px) / 375, 102px);
  line-height: 0.8;
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  letter-spacing: -3%;
  margin-bottom: 40px;
}
@media screen and (max-width: 749px) {
  body .wrapper #contact a div h2 {
    margin-bottom: 50px;
  }
}
body .wrapper #contact a div h3 {
  font-size: clamp(24px, 24px + 8 * (100vw - 375px) / 375, 32px);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  margin-bottom: 10px;
}
@media screen and (max-width: 749px) {
  body .wrapper #contact a div h3 {
    margin-bottom: 18px;
  }
}
body .wrapper #contact a div p {
  font-weight: 300;
  line-height: 1.7;
  font-size: 14px;
}
body .wrapper #contact a .contact_arrow_btn {
  height: 80px;
  width: 80px;
}
@media screen and (max-width: 749px) {
  body .wrapper #contact a .contact_arrow_btn {
    height: 60px;
    width: 60px;
    position: absolute;
    right: 18px;
    bottom: 32px;
  }
}
body .wrapper #contact a .contact_arrow_btn img {
  width: 100%;
  height: auto;
}
body .wrapper footer {
  padding-top: 87px;
  border-top: 1px solid #A9BFCF;
  margin-bottom: 120px;
}
@media screen and (max-width: 749px) {
  body .wrapper footer {
    margin-bottom: 60px;
    padding-top: 53px;
  }
}
body .wrapper footer .footer_navi_area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 749px) {
  body .wrapper footer .footer_navi_area {
    justify-content: unset;
    align-items: unset;
    flex-direction: column;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 749px) {
  body .wrapper footer .footer_navi_area .footer_logo {
    width: 85px;
    height: 85px;
    margin-bottom: 60px;
  }
}
body .wrapper footer .footer_navi_area ul {
  display: flex;
  flex-wrap: wrap;
  max-width: 30vw;
  min-width: 600px;
  gap: 32px;
  justify-content: flex-end;
}
@media screen and (max-width: 749px) {
  body .wrapper footer .footer_navi_area ul {
    max-width: 100%;
    min-width: auto;
    justify-content: flex-start;
  }
}
body .wrapper footer .footer_navi_area ul li {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: clamp(30px, 30px + 10 * (100vw - 375px) / 375, 40px);
  white-space: nowrap;
}
@media screen and (max-width: 749px) {
  body .wrapper footer .footer_navi_area ul li:nth-of-type(2) {
    margin-right: 3vw;
  }
}
@media screen and (max-width: 749px) {
  body .wrapper footer .footer_navi_area ul li:nth-of-type(4) {
    margin-right: 3vw;
  }
}
body .wrapper footer small {
  font-size: 16px;
}