*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0
}

:where([hidden]:not([hidden=until-found])) {
  display: none !important
}

:where(html) {
  -webkit-text-size-adjust: none;
  color-scheme: light
}

@supports not (min-block-size:100dvb) {
  :where(html) {
    block-size: 100%
  }
}

@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth
  }
}

:where(body) {
  -webkit-font-smoothing: antialiased;
  block-size: 100%;
  block-size: 100 dvb;
  font-family: system-ui, sans-serif;
  line-height: 1.5
}

:where(input, button, textarea, select) {
  color: inherit;
  font: inherit
}

:where(textarea) {
  resize: vertical;
  resize: block
}

:where(button, label, select, summary, [role=button], [role=option]) {
  cursor: pointer
}

:where(:disabled) {
  cursor: not-allowed
}

:where(label:has(>input:disabled), label:has(+input:disabled)) {
  cursor: not-allowed
}

:where(button) {
  border-style: solid
}

:where(a) {
  text-underline-offset: .2ex
}

:where(ul, ol) {
  list-style: none
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block
}

:where(img, picture, svg) {
  block-size: auto;
  max-inline-size: 100%
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word
}

:where(hr) {
  -webkit-border-before: 1px solid;
  block-size: 0;
  border: none;
  border-block-start: 1px solid;
  color: inherit;
  overflow: visible
}

:where(:focus-visible) {
  outline: 2px solid var(--focus-color, Highlight);
  outline-offset: 2px
}

:where(.visually-hidden:not(:focus, :active, :focus-within, .not-visually-hidden)) {
  border: 0 !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important
}

#wpadminbar {
  display: none
}

body,
html {
  background: #fff;
  color: #1a1a1a;
  font-family: 'Noto Sans JP', sans-serif;
  font-style: normal;
  font-weight: 400;
  margin: 0 auto;
  padding: 0;
}

body *,
html * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

div,
span {
  margin: 0;
  padding: 0
}

address {
  font-style: normal
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  font-weight: 400
}

blockquote,
code,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
q,
span {
  margin: 0;
  padding: 0
}

article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block
}

cite,
code,
dfn,
em,
strong,
var {
  font-style: normal;
  font-weight: 400
}

del,
ins {
  text-decoration: none
}

abbr,
acronym {
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  border: 0;
  font-variant: normal
}

sup {
  vertical-align: top
}

sub {
  vertical-align: baseline
}

img {
  border: 0;
  vertical-align: bottom;
  width: 100%
}

figure,
picture {
  display: block;
  margin: 0;
  padding: 0
}

.bold {
  font-weight: 700
}

a,
a:active,
a:hover,
a:link,
a:visited {
  color: inherit;
  outline: 0;
  text-decoration: none
}

a.over:hover img,
a.over:hover p {
  zoom: 1;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  opacity: .8;
  -moz-opacity: .8
}

dd,
dl,
dt,
li,
ol,
ul {
  margin: 0;
  padding: 0
}

li {
  list-style: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

table,
tbody,
td,
tfoot,
th,
thead,
tr {
  margin: 0;
  padding: 0
}

caption,
th {
  font-weight: 400;
  text-align: left
}

.clearfix:after {
  clear: both;
  content: " ";
  display: block;
  height: 0;
  visibility: hidden
}

@media screen and (max-width: 767px) {
  body {
    font-size: 3.7333333333vw;
    line-height: 1.4285714286
  }
}

/*========================================header======================================== */
header {
  background: #fff;
  border-bottom: 5px solid #03a9f4;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000
}

header>.inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1400px;
  padding: 10px 12px;
  width: 100%
}

header h1 {
  width: 160px
}

header h1 a {
  display: block
}

header .nav ul {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  gap: 24px;
  justify-content: flex-end
}

header .nav ul li {
  cursor: pointer
}

header .nav ul li a {
  font-size: 14px
}

header .nav .header_contact a {
  display: block;
  width: 189px
}

.sp_nav,
header .nav_trigger {
  display: none
}

.float-btn {
  position: fixed;
  display: none;
  right: 0;
  top: 400px;
  z-index: 10;
}

.float-btn.show {
  display: block;
}

.float-btn img {
  width: 200px;
  height: auto;
}

.footer-address03 {
  padding-left: 10px;
}

.fv-video {
  pointer-events: none;
}

@media screen and (max-width: 1000px) {
  .footer-address03 {
    padding-left: 0px;
  }

  header .nav {
    display: none
  }

  header .nav_trigger {
    background: transparent;
    border: none;
    display: block;
    height: 16px;
    position: relative;
    -webkit-transform: translateY(1.5px);
    transform: translateY(1.5px);
    width: 17px
  }

  header .nav_trigger>span {
    background: #090a33;
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .3s;
    transition: .3s;
    width: 100%
  }

  header .nav_trigger>span:first-of-type {
    top: 0
  }

  header .nav_trigger>span:nth-of-type(2) {
    top: 50%
  }

  header .nav_trigger>span:nth-of-type(3) {
    top: 100%
  }

  header .nav_trigger u {
    bottom: 0;
    height: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    width: 0
  }

  .sp_nav {
    display: block;
    height: 100vh;
    left: 100vw;
    position: fixed;
    right: -100vw;
    top: 0;
    -webkit-transition: .3s;
    transition: .3s;
    width: 100vw;
    z-index: 1000
  }

  .sp_nav .bg {
    background: rgba(0, 0, 0, .64);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
  }

  .sp_nav .nav_inner {
    background: #fff;
    padding: 24px 0 30px;
    position: relative;
    z-index: 1
  }

  .sp_nav .nav_inner .close {
    cursor: pointer;
    display: block;
    height: 17px;
    position: absolute;
    right: 13.5px;
    top: 17.5px;
    width: 18px
  }

  .sp_nav .nav_inner .close svg {
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
  }

  .sp_nav .nav_inner .nav_logo {
    margin: 0 auto 16px;
    width: 194px
  }

  .sp_nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    justify-content: center
  }

  .sp_nav ul li {
    border-top: 1px solid #f5f5f5;
    width: 100%
  }

  .sp_nav ul li:last-of-type {
    padding: 32px 0 0
  }

  .sp_nav ul li>a {
    display: block;
    padding: 24px 20px 21px;
    position: relative
  }

  .sp_nav ul li>a:after {
    background: 50% no-repeat url(../img/common/btn_arrow.png);
    background-size: cover;
    content: "";
    display: block;
    height: 10px;
    pointer-events: none;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
  }

  .sp_nav ul li>p {
    font-size: 16px;
    font-weight: 500;
    position: relative
  }

  .sp_nav ul li.header_contact .cv>img {
    margin: 0 auto 4px;
    width: 204px
  }

  .sp_nav ul li.header_contact .cv a {
    display: block;
    margin: 0 auto;
    width: 280px
  }

  .sp_nav.is-current {
    left: 0;
    right: 0
  }
}

@media screen and (max-width: 767px) {
  header {
    border-bottom: .8vw solid #03a9f4
  }

  header .inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2.6666666667vw 3.2vw
  }

  header h1 {
    width: 27.7333333333vw
  }

  header h1 a {
    display: block
  }

  header .btn_search,
  header .nav {
    display: none
  }

  header .nav_trigger {
    background: transparent;
    border: none;
    display: block;
    height: 4.2666666667vw;
    position: relative;
    -webkit-transform: translateY(.4vw);
    transform: translateY(.4vw);
    width: 4.5333333333vw
  }

  header .nav_trigger>span {
    background: #090a33;
    display: block;
    height: .5333333333vw;
    left: 0;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .3s;
    transition: .3s;
    width: 100%
  }

  header .nav_trigger>span:first-of-type {
    top: 0
  }

  header .nav_trigger>span:nth-of-type(2) {
    top: 50%
  }

  header .nav_trigger>span:nth-of-type(3) {
    top: 100%
  }

  header .nav_trigger u {
    bottom: 0;
    height: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    width: 0
  }

  .sp_nav {
    display: block;
    height: 100vh;
    left: 100vw;
    position: fixed;
    right: -100vw;
    top: 0;
    -webkit-transition: .3s;
    transition: .3s;
    width: 100vw;
    z-index: 1000
  }

  .sp_nav .bg {
    background: rgba(0, 0, 0, .64);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
  }

  .sp_nav .nav_inner {
    background: #fff;
    padding: 6.4vw 0 8vw;
    position: relative;
    z-index: 1
  }

  .sp_nav .nav_inner .close {
    cursor: pointer;
    display: block;
    height: 4.5333333333vw;
    position: absolute;
    right: 3.6vw;
    top: 4.6666666667vw;
    width: 4.8vw
  }

  .sp_nav .nav_inner .close svg {
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
  }

  .sp_nav .nav_inner .nav_logo {
    margin: 0 auto 4.2666666667vw;
    width: 51.7333333333vw
  }

  .sp_nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    justify-content: center
  }

  .sp_nav ul li {
    border-top: 1px solid #f5f5f5;
    width: 100%
  }

  .sp_nav ul li:last-of-type {
    padding: 8.5333333333vw 0 0
  }

  .sp_nav ul li>a {
    display: block;
    padding: 6.4vw 5.3333333333vw 5.6vw;
    position: relative
  }

  .sp_nav ul li>a:after {
    background: 50% no-repeat url(../img/common/btn_arrow.png);
    background-size: cover;
    content: "";
    display: block;
    height: 2.6666666667vw;
    pointer-events: none;
    position: absolute;
    right: 5.3333333333vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 2.1333333333vw
  }

  .sp_nav ul li>p {
    font-size: 4.2666666667vw;
    font-weight: 500;
    position: relative
  }

  .sp_nav ul li.header_contact .cv>img {
    margin: 0 auto 1.0666666667vw;
    width: 54.4vw
  }

  .sp_nav ul li.header_contact .cv a {
    display: block;
    margin: 0 auto;
    width: 74.6666666667vw
  }

  .sp_nav.is-current {
    left: 0;
    right: 0
  }
}

/*========================================header======================================== */
a {
  transition: opacity .3s;
}

a:hover {
  opacity: .8;
}

section {
  width: 100%;
  overflow: hidden;
}

section.hero {
  padding: 0;
}

.hero-body {
  position: relative;
  display: flex;
  justify-content: center;
  padding-top: 170px;
  padding-bottom: 120px;
}

.logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 871px;
  height: 180px;
  z-index: 2;
}

.logo h1 {
  width: 309.2716px;
}

.logo-group {
  position: relative;
  background: linear-gradient(to right, rgba(230, 230, 230, 1) 0%, rgba(230, 230, 230, 1) 70%, rgba(230, 230, 230, 0) 100%);
  clip-path: polygon(0 100%, 0 0, 100% 0, 100% 0%);
  height: 100%;
  padding-left: 60px;
  padding-top: 30px;
}

.hero-video {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
}

h1 a:hover {
  opacity: 1;
}

.hero-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-content {
  position: relative;
  max-width: 1200px;
  width: 100%;
}

.hero-content-img {
  width: 722.8342px;
  height: auto;
  margin: 0 auto;
}

.hero-cv-btn {
  width: 100%;
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 50px;
}

.hero-cv-btn img {
  width: 591.1732px;
  height: 110.3246px;
}

/*=========================================hero========================================= */
.bg-top {
  position: relative;
}

.bg-top::before {
  background: linear-gradient(0deg, #FFF 0%, #FBFBFB 26%, #F1F1F1 48%, #E0E0E0 68%, #C8C8C8 87%, #B3B3B3 100%);
  ;
  opacity: 0.5;
  content: "";
  width: 100%;
  height: 75%;
  /* z-index: -1; */
  position: absolute;
  left: 0;
  top: 0;
}

/*=========================================sec01======================================== */
.sec-swiper {
  position: relative;
  padding: 150px 0px 0px 0px;
}

.sec-swiper::before {
  position: absolute;
  width: 100%;
  height: 100%;
  max-height: 350px;
  max-width: 1200px;
  left: 50%;
  transform: translateX(-50%);
  background: url('../img/sec01/bg.png') no-repeat center center;
  background-size: contain;
  content: "";
}

.swiper.swiper-3d.swiper-initialized.swiper-horizontal {
  width: 100%;
  padding-top: 0px;
  padding-bottom: 80px;
}

.swiper {
  overflow: visible !important;
}

.swiper-wrapper {
  overflow: visible !important;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  overflow: hidden;
}

.swiper-pagination-bullet {
  width: 36px !important;
  height: 36px !important;
  background: url('../img/sec01/pagination.svg') no-repeat center center !important;
  background-size: cover;
  border-radius: 0 !important;
  opacity: 1 !important;
  margin: 0 12px !important;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: url('../img/sec01/pagination-active.svg') no-repeat center center !important;
  background-size: cover;
}

.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0;
}

.sec-swiper .product .swiper-slide.swiper-slide-active {
  transform: scale(1.4) !important;
  z-index: 10;
}

.sec-swiper .product .swiper-slide {
  height: 350px;
  width: 390px;
  transition: transform 0.3s ease;
}

.swiper-slide img {
  height: 230px;
  width: auto;
  transition: height 0.3s ease;
}

.swiper-slide.swiper-slide-active .info {
  bottom: 0;
  opacity: 1;
}

.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-left {
  background-image: unset !important;
}

.swiper-slide {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

/*======================================================== sec01======================================================== */
/*=================================================case========================================= */
.case {
  padding: 150px 20px 150px 20px;
  position: relative;
  z-index: 2;
}

/* .case::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url('../img/case/bg.png') no-repeat center center;
  background-size: contain;
  z-index: -1;
} */
.case-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.case-bg img {
  width: 100%;
  height: 100%;
}

.case-body {
  max-width: 1683px;
  width: 100%;
  margin: 0 auto;
}

.case .case-body .swiper-pagination {
  display: none;
}

.case .title-en {
  display: flex;
  justify-content: center;
}

.title-wrap {
  text-align: center;
}

.case .title-en img {
  width: 249.48px;
  height: 65.4727px;
}

.title-sub {
  font-weight: 700;
  font-size: 26.56px;
  letter-spacing: 0.3em;
  line-height: 30px;
  margin-top: 5px;
}

.swiper-case .case-item-wrap .swiper-slide.case-item {
  background: #ffffff;
  width: 24%;
  max-width: 398.5px;
  height: 555px;
  border-radius: 72.69px;
  box-shadow: 0px 0px 10px rgb(104, 104, 104, 0.3);
  position: relative;
  display: block !important;
}

.swiper-case .case-item-wrap .swiper-slide.case-item img {
  width: 100%;
  height: auto;
}

.case-etc {
  position: absolute;
  bottom: 40px;
  right: 70px;
  font-size: 19px;
  letter-spacing: 0.05em;
  font-weight: 500;
}

.case-item-wrap {
  margin-top: 70px;
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.case-title {
  font-weight: 700;
  font-size: 27px;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 10px;
}

.case-line {
  width: 83%;
  margin: 0 auto;
}

.case-txt-wrap {
  padding-left: calc(75px / 1920px * 100vw);
  margin-top: 10px;
}

.case-txt {
  font-size: 19px;
  font-weight: 500;
  line-height: 33.25px;
  letter-spacing: 0.05em;
  position: relative;
}

.case-txt::before {
  background: 100% no-repeat url(../img/case/txt.svg);
  background-size: contain;
  content: "";
  display: inline-block;
  height: 14.7816px;
  width: 12.8013px;
  margin-right: 10px;
}

/*=================================================case========================================= */
/*=================================================cta========================================= */
.l-cta {
  position: relative;
  z-index: 2;
  margin-top: -50px;
  padding-left: 20px;
  padding-right: 20px;
}

.cta-body {
  max-width: 1683px;
  width: 100%;
  margin: 0 auto;
  background: linear-gradient(90deg, #0B6CBF 38%, #1368C1 43%, #295EC7 52%, #4E4ED0 63%, #8037DD 75%, #C11BEE 88%, #F0F 100%);
  border-radius: 113.123px;
}

.cta-wrap {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  padding-bottom: 120px;
}

.cta-title img {
  width: 566.5801px;
  height: 82.5293px;
  margin: 0 auto;
}

.cta-btn-wrap {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-top: 90px;
}

.cta-btn-wrap img {
  width: 591.1732px;
  height: 110.3246px;
  border-radius: 55.24px;
  box-shadow: 0px 0px 12.008px rgb(255, 255, 255, 0.4);
}

.cta-btn-wrap p {
  text-align: center;
  color: #ffffff;
  font-size: 31.39px;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-bottom: 15px;
  position: relative;
}

.cta-btn-wrap p::after,
.cta-btn-wrap p::before {
  background: 100% no-repeat url(../img/cta/arrow.svg);
  background-size: contain;
  content: "";
  display: inline-block;
  height: 21px;
  width: 11px;
}

.cta-btn-wrap p::after {
  margin-left: 20px;
  transform: scaleY(-1);
}

.cta-btn-wrap p::before {
  margin-right: 20px;
}

.cta-btn-wrap .cta-phone-btn p::after {
  margin-left: 30px;
}

.cta-btn-wrap .cta-phone-btn p::before {
  margin-right: 30px;
}

/*=================================================cta========================================= */
/*=================================================poin========================================*/
.poin {
  position: relative;
  z-index: 3;
  padding: 150px 20px 100px 20px;
}

.poin-body {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.poin .title-en img {
  width: 296.6958px;
  height: 66.5527px;
  margin: 0 auto;
}

.title-txt {
  text-align: center;
  margin-top: 35px;
}

.title-txt p {
  font-size: 22px;
  font-weight: 500;
  line-height: 46px;
  letter-spacing: 0.1em;
}

.point-item-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 70px;
  gap: 100px 0px;
}

.point-item {
  width: 46.7%;
}

.point-item-txt-group {
  margin-top: 45px;
  position: relative;
}

.point-item-img img {
  width: 100%;
}

.point-item-img .point-content-img {
  width: auto;
  height: 402px;
}

.point-item-img {
  position: relative;
}

.point-num {
  position: absolute;
  left: -30px;
  bottom: -135px;
  background: #fff;
  width: 211px;
  height: 211px;
  border-radius: 100%;
  padding-top: 40px;
}

.point-num img {
  height: 63.0093px;
  width: auto;
  margin: 0 auto;
}

.point-item-title {
  display: flex;
}

.point-item-title p {
  font-size: 28.26px;
  font-weight: 700;
  line-height: 48.99px;
  letter-spacing: 0.1em;
}

.point-item-title-outstanding {
  padding: 0px 35px;
  height: 48.9865px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: linear-gradient(90deg, #0B6CBF 38%, #1368C1 43%, #295EC7 52%, #4E4ED0 63%, #8037DD 75%, #C11BEE 88%, #F0F 100%);
  ;
  border-radius: 24.493px;
  margin-left: 15px;
}

.point-item02 .point-item-title-outstanding {
  margin-left: 0;
  margin-right: 15px;
}

.point-02 .point-item-title {
  min-height: 97.97px;
}

.point-item-txt {
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 33.91px;
  margin-top: 15px;
  padding-right: 16px;
}

.point-item04 .point-item-txt {
  padding-right: 17px;
}

.point-note {
  width: 100%;
  border-radius: 111.33px;
  margin-top: 100px;
  box-shadow: 0px 0px 30px 10px rgb(0, 255, 255, 0.35);
  padding: 100px 110px;
  position: relative;
}

.point-note::before {
  content: "";
  background: url(../img/point/pin.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -15px;
  width: 38.3924px;
  height: 73.698px;
}

.point-note-title {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.075em;
  text-align: center;
  margin-bottom: 10px;
}

.point-note-title-outstanding {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.075em;
  /* background: linear-gradient(76deg, #F0F 4.27%, #D611F4 6.1%, #AC24E9 8.84%, #8535DF 10.67%, #6444D6 14.33%, #4850CF 17.07%, #315AC9 20.73%, #2062C4 24.39%, #1368C1 28.96%, #0C6BBF 36.28%, #0B6CBF 52.74%, #0F6AC0 57.32%, #1C64C3 62.8%, #325AC9 69.21%, #504DD1 74.69%, #773BDB 80.18%, #A726E8 86.58%, #DE0EF6 92.99%, #F0F 95.73%); */
  width: 434.131px;
  height: 63.4675px;
  background: url(../img/point/btn-bg.png) center center no-repeat;
  background-size: contain;
  margin: 0 auto;
  border-radius: 31.73px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.point-note-txt-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.point-note-txt {
  width: 47%;
}

.point-note-img {
  width: 47%;
}

.point-note-txt p {
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 33.91px;
  margin-top: 30px;
}

.point-note-txt p:first-child {
  margin-top: 0;
}

/*=================================================poin========================================*/
/*================================================cta02========================================*/
.l-cta02 {
  padding: 100px 20px;
  position: relative;
  overflow: visible;
  z-index: 2;
}

.l-cta02::before {
  content: "";
  position: absolute;
  left: 0;
  top: -100px;
  width: 100%;
  height: calc(100% + 200px);
  background: url(../img/cta/bg.png) no-repeat;
  background-position: center;
  background-size: 100% 100%;
  pointer-events: none;
  z-index: 1;
}

.l-cta02::after {
  background: linear-gradient(180deg, #FFF 0%, #FBFBFB 26%, #F1F1F1 48%, #E0E0E0 68%, #C8C8C8 87%, #b3b3b3 100%);
  opacity: 0.5;
  content: "";
  width: 100%;
  height: calc(100% + 200px);
  z-index: -1;
  position: absolute;
  left: 0;
  bottom: 100px;
}

.l-cta02 .cta-body {
  position: relative;
  z-index: 2;
}

/*================================================cta02============================================*/
/*================================================strengths========================================*/
.strengths {
  position: relative;
  padding: 100px 20px 250px 20px;
  overflow: visible;
}

.strengths-img {
  position: absolute;
  right: 0;
  top: 30px;
  width: 45%;
  height: 100%;
}

.strengths-body {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.strengths .title-en img {
  width: 484.4795px;
  height: 85.0791px;
}

.strengths .title-sub {
  text-align: left;
}

.strengths-txt {
  font-size: 22px;
  font-weight: 500;
  line-height: 46px;
  letter-spacing: 0.1em;
  margin-top: 45px;
  width: 51.5%;
}

/*================================================strengths========================================*/
.bg-bottom {
  position: relative;
  border-bottom-right-radius: 270.755px;
  border-bottom-left-radius: 270.755px;
}

.bg-bottom::before {
  position: absolute;
  top: -100px;
  left: 0;
  background: linear-gradient(180deg, #0B6CBF 38%, #1368C1 43%, #295EC7 52%, #4E4ED0 63%, #8037DD 75%, #C11BEE 88%, #F0F 100%);
  opacity: 0.2;
  width: 100%;
  height: calc(100% + 100px);
  content: "";
  border-bottom-right-radius: 270.755px;
  border-bottom-left-radius: 270.755px;
}

/*================================================flow=============================================*/
.flow {
  position: relative;
  padding: 100px 20px;
  padding-top: 55px;
}

.flow-body {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.flow .title-en img {
  width: 210.4502px;
  height: 67.7217px;
}

.flow .title-sub {
  text-align: left;
}

.flow-item-group {
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
  align-items: center;
}

.title-flow-group p {
  font-size: 26.56px;
  letter-spacing: 0.3em;
  font-weight: 700;
}

.title-flow-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
}

.title-flow-group::before,
.title-flow-group::after {
  content: "";
  flex: 1;
  height: 2px;
  background: #1a1a1a;
}

.flow-item06 .title-flow-group::after,
.flow-item06 .title-flow-group::before {
  content: unset;
}

.flow-item06 .title-flow-group p {
  color: #fff;
}

.title-flow-group p {
  margin: 0;
  white-space: nowrap;
}

.flow-item-wrap {
  display: flex;
  gap: 10px;
}

.flow-item .item-img {
  margin: 20px auto;
}

.flow-item01 .item-img img {
  width: 66.0515px;
  margin: 0 auto;
}

.flow-item02 .item-img img {
  width: 67.274px;
  margin: 0 auto;
}

.flow-item03 .item-img img {
  width: 51.9051px;
  margin: 0 auto;
}

.flow-item04 .item-img img {
  width: 48.3593px;
  margin: 0 auto;
}

.flow-item05 .item-img img {
  width: 52.2186px;
  margin: 0 auto;
}

.flow-item06 .item-img img {
  width: 66px;
  margin: 0 auto;
}

.flow-item .item-step {
  padding: 0px 17px 20px 17px;
  border-bottom: 1px solid #1a1a1a;
}

.flow-item .item-step img {
  width: 74.5176px;
}

.flow-item .item-txt {
  writing-mode: vertical-rl;
  font-size: 31.39px;
  font-weight: 700;
  letter-spacing: 0.15em;
  justify-content: center;
  display: flex;
  align-items: center;
  width: 100%;
}

/* .flow-item .item-step p{
  background: linear-gradient(90deg, #ff00ff 0%, #0b6cbf 20%, #ff00ff 100%);;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-family: "acumin-variable", sans-serif;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 0.05em;
  width: fit-content;
} */
.flow-item {
  height: 540px;
  background: #fff;
  padding: 30px 25px;
  border-radius: 29.966px;
}

.item-txt span {
  margin: -7px 0px -7px 0px;
}

.flow-item-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 60px;
}

.flow-item-arrow img {
  width: 26.6299px;
  height: 34.5483px;
}

.flow-group.flow-item06 {
  background: linear-gradient(350deg, #0B6CBF 1.75%, #0F6AC0 13.33%, #1C64C3 24.91%, #325AC9 38.42%, #504DD1 50.97%, #773BDB 64.48%, #A726E8 77.99%, #DE0EF6 91.5%, #F0F 98.25%);
  padding: 25px 20px;
  border-radius: 33.183px;
}

/*================================================flow==============-----==========================*/
/*=================================================faq========================================= */
.l-faq {
  background-size: cover;
  position: relative;
  padding: 100px 20px 200px 20px;
}

.faq-body {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 100px;
}

.l-faq .title-en img {
  width: 184.9102px;
  margin: 0 auto;
}

.faq {
  margin-top: 70px;
}

.faq-question {
  position: relative;
  cursor: pointer;
  background: linear-gradient(90deg, #0B6CBF 0%, #0F6AC0 12%, #1C64C3 24%, #325AC9 38%, #504DD1 51%, #773BDB 65%, #A726E8 79%, #DE0EF6 93%, #F0F 100%);
  border-radius: 40px;
  height: 80px;
  display: flex;
  align-items: center;
  padding: 0px 50px;
}

.faq-item {
  margin-bottom: 45px;
}

.faq-item:last-child {
  margin-bottom: 0;
}

.faq-item .faq-head::after,
.faq-item .faq-head::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
  width: 23.3119px;
  height: 2px;
  background: #fff;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.faq-item .faq-head::after {
  opacity: 1;
  transform: rotate(0deg);
  z-index: 2;
}

.faq-item .faq-head::before {
  opacity: 1;
  transform: rotate(90deg);
  z-index: 1;
}

.faq-item.active .faq-head::before {
  opacity: 1;
  transform: rotate(0deg);
}

.faq-item.active .faq-head::after {
  opacity: 0;
  transform: rotate(0deg);
}

.faq-answer-group,
.faq-head-group {
  display: flex;
}

.faq-head-q {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  font-family: 'Jost', sans-serif;
  letter-spacing: 0.3em;
  line-height: 1;
}

.faq-head-txt {
  font-size: 26.56px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
  padding-left: 10px;
}

.faq-body-txt {
  padding-top: 20px;
}

.faq-answer {
  display: none;
  padding: 80px 50px 40px 50px;
  background: #fff;
  margin-top: -40px;
  border-bottom-left-radius: 49.441px;
  border-bottom-right-radius: 49.441px;
}

.faq-answer-txt {
  font-size: 18px;
  line-height: 33px;
  letter-spacing: 0.1em;
  padding-left: 10px;
}

.faq-answer-a {
  font-size: 30px;
  font-weight: 700;
  color: #1b1464;
  font-family: 'Jost', sans-serif;
  letter-spacing: 0.3em;
  line-height: 1;
  padding-top: 5px;
}

/*=======================================================faq=========================================================*/
/*=======================================================contact=====================================================*/
.contact {
  padding: 100px 20px;
}

.contact-body {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.contact .title-en img {
  width: 456.8774px;
  margin: 0 auto;
}

form#c_form {
  margin-top: 70px;
}

label {
  display: flex;
  margin-bottom: 40px;
}

.radio-group label {
  margin-bottom: 0;
}

p.title-input {
  width: 30%;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.title-input span {
  padding-left: 5px;
  color: #ff0000;
}

.form-input-wrap {
  width: 70%;
}

textarea,
input {
  border: 1px solid #1a1a1a;
  border-radius: 5.76px;
  padding-left: 25px;
  color: #1a1a1a;
  font-size: 22px;
  letter-spacing: 0.1em;
  line-height: 56px;
  box-sizing: border-box;
  font-weight: 500;
  width: 100%;
}

textarea {
  line-height: 33px;
}

input {
  height: 56px;
}

input::placeholder {
  color: #b3b3b3;
  font-size: 22px;
  letter-spacing: 0.1em;
  line-height: normal;
  font-weight: 500;
}

input:focus {
  outline: none;
  border: 1px solid #1a1a1a;
}

label.form-item-checkbox {
  margin-bottom: 50px;
}

.radio-group {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.radio-group label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.radio-group label span {
  line-height: 22px;
}

input[type="submit"] {
  background: linear-gradient(330deg, #0B6CBF 5.17%, #0F6AC0 15.93%, #1C64C3 26.69%, #325AC9 39.24%, #504DD1 50.9%, #773BDB 63.45%, #A726E8 76%, #DE0EF6 88.56%, #F0F 94.83%);
  ;
  color: #fff;
  font-size: 30.02px;
  letter-spacing: 0.075em;
  width: 590.7932px;
  height: 105px;
  text-align: center;
  position: relative;
  border: none;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 55.237px;
}

input[type="radio"] {
  width: 20px;
  height: 20px;
  padding: 0;
}

.btn-sub {
  width: 590.7932px;
  margin: 70px auto 0;
}

.btn-submit {
  width: 100%;
  /* fit-content をやめる */
  display: flex;
  justify-content: center;
  /* 中央寄せ */
}

/* inputがdisplay:flexなので念のため中央固定 */
.btn-submit input[type="submit"] {
  margin: 0 auto;
}

.form-note {
  font-weight: 500;
  margin-top: 10px;
  font-size: 18px;
  letter-spacing: 0.1em;
  text-align: center;
}

.label-input {
  align-items: center;
}

/*=======================================================contact=====================================================*/
/*==================================================footer================================================== */
.footer strong {
  font-weight: 700;
}

.footer,
.footer * {
  font-family: 'Noto Sans JP', sans-serif;
}

.footer .footer-left01,
.footer .footer-left02,
.footer .copyright {
  font-weight: 700;
}

.footer .footer-left01 *,
.footer .footer-left02 *,
.footer .copyright * {
  font-weight: inherit;
  font-size: inherit;
}

.footer .footer-left01,
.footer .footer-left01 p,
.footer .footer-left01 a,
.footer .footer-left01 span {
  font-size: 17px;
  letter-spacing: .1em;
  font-weight: 600;
}

.footer .footer-left02,
.footer .footer-left02 p,
.footer .footer-left02 a,
.footer .footer-left02 span {
  font-size: 18px;
  font-weight: 600;
}

@media (max-width:1000px) {

  .footer .footer-left01,
  .footer .footer-left01 p,
  .footer .footer-left01 a,
  .footer .footer-left01 span {
    font-size: 15px;
    font-weight: 500;
  }

  .footer .footer-left02,
  .footer .footer-left02 p,
  .footer .footer-left02 a,
  .footer .footer-left02 span {
    font-size: 15px;
    font-weight: 500;
  }
}

.footer {
  position: relative;
  padding: 105px 0px;
  background: rgba(0, 0, 0, 0.7);
}

.footer-body {
  max-width: 1500px;
  width: calc(100% - 100px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: end;
  position: relative;
}

.footer-logo {
  width: 300px;
}

.footer-left01 {
  color: #fff;
  margin-top: 30px;
  font-size: 28px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  position: relative;
  padding-bottom: 20px;
}

.footer-left01::before {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  width: 50%;
  height: 1px;
  content: "";
}

.footer-left02 {
  padding-top: 20px;
  letter-spacing: 0.05em;
  font-size: 28px;
  line-height: 1.6;
  color: #fff;
}

.footer-phone img {
  max-width: 400px;
}

.footer-btn {
  width: 100%;
  height: auto;
}

.footer-btn {
  margin-top: 5px;
}

.copyright {
  font-size: 20px;
  letter-spacing: 0.05em;
  margin-top: 20px;
  text-align: center;
  font-size: 18px;
  color: #fff;
}

.footer-left {
  width: calc(100% - 500px);
}

.footer-right {
  width: 475px;
  display: flex;
  flex-direction: column;
}

.comma-footer {
  padding: 0px 8px;
}

.footer-phone2 {
  padding-left: 70px;
}

.colon {
  padding: 0px 2px;
}

.comma {
  letter-spacing: -9px;
}

.circle {
  margin-left: -5.5px;
  margin-right: -5.5px;
}

.error {
  color: #ff0000;
}

/*==================================================footer================================================== */
.is-sp {
  display: none;
}

.thanks {
  padding-top: 200px;
  padding-bottom: 50px;
}

.thanks-body {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  padding: 0px 20px;
}

.thanks .title-en img {
  width: 581.2539px;
  margin: 0 auto;
}

.thanks-txt {
  margin-top: 70px;
}

.thanks-txt p {
  font-size: 21.77px;
  line-height: 40px;
  letter-spacing: 0.1em;
  color: #000;
}

.thanks-txt p+p {
  margin-top: 50px;
}

.top-back {
  text-align: center;
  font-size: 21.77px;
  letter-spacing: 0.1em;
  margin: 90px 0px 50px 0px;
}

.thanks {
  position: relative;
}

.thanks::before {
  content: "";
  background: linear-gradient(90deg, #fff 0%, #b3b3b3 100%);
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}

.thanks-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
  z-index: 1;
}

.thanks-bg img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1000px) {
  .float-btn.show {
    display: none;
  }

  .is-pc {
    display: none;
  }

  .is-sp {
    display: block;
  }

  .sp_nav.is-current {
    left: 0;
    right: 0;
  }

  .contact-btn-wrapper.information {
    display: none;
  }

  .hero-body {
    /* background: url(../img/hero/mv_sp.jpg) 50% no-repeat;
    background-size: cover; */
    /* height: 100vw; */
    /* margin-top: 14.13vw; */
    min-height: unset;
    padding: 90px 0px 90px 0px;
  }

  /* .hero-content{
    width: 74.4vw;
  } */
  .section-body {
    padding-left: 5.3vw;
    padding-right: 5.3vw;
  }

  .hero-cv-btn img,
  .hero-cv-btn img {
    width: 100%;
    height: auto;
    max-width: 325.5px;
  }

  .hero-cv-btn {
    padding: 0px 25px;
    flex-wrap: wrap;
  }

  .logo-group {
    padding-left: 15px;
    padding-top: 15px;
  }

  .logo h1 {
    width: 137.8541px;
    padding-left: 0;
    padding-top: 0;
  }

  .logo {
    width: 100%;
    height: 85.3261px;
  }

  .hero-content-img {
    width: 100%;
    max-width: 722.8342px;
    height: auto;
    margin: 0 auto;
  }

  .swiper-pagination-bullet {
    width: 20px !important;
    height: 20px !important;
    margin: 0 8px !important;
  }

  .sec-swiper {
    padding: 50px 0px;
  }

  .sec-swiper::before {
    position: absolute;
    width: 100%;
    height: 100%;
    max-height: 271.0058px;
    max-width: 374.1357px;
    left: 50%;
    transform: translateX(-50%);
    background: url('../img/sec01/bg-sp.png') no-repeat center center;
    background-size: contain;
    content: "";
  }

  .sec-swiper .product .swiper-slide.swiper-slide-active {
    transform: scale(2.0) !important;
    z-index: 10;
  }

  .sec-swiper .product .swiper-slide {
    height: 271.0058px;
    width: 190px;
    transition: transform 0.3s ease;
  }

  .swiper-slide img {
    height: 120px;
    width: auto;
    transition: height 0.3s ease;
  }

  .swiper.swiper-3d.swiper-initialized.swiper-horizontal {
    padding-bottom: 70px;
  }

  .case .title-en img {
    width: 191.4063px;
    height: 50.2322px;
  }

  .title-sub {
    font-size: 20px;
    line-height: 32px;
    margin-top: 10px;
  }

  .case {
    padding: 50px 30px 50px 30px;
  }

  .swiper-case .case-item-wrap .swiper-slide.case-item {
    width: 100%;
    height: auto;
    display: block !important;
    border-radius: 57.23px;
    box-shadow: 0px 0px 7.87px rgb(104, 104, 104, 0.3);
    padding-bottom: 30px;
    /* max-width: 315px !important; */
    max-width: 100%;
  }

  .swiper-case .case-item-wrap .swiper-slide.case-item img {
    width: 100%;
    height: auto;
  }

  .case-title {
    font-size: 22px;
    margin-top: 15px;
  }

  .case-txt::before {
    height: 11.6378px;
    width: 10.0787px;
    margin-right: 8x;
  }

  .case-txt {
    font-size: 15px;
    line-height: 26.25px;
  }

  .case::before {
    background: url(../img/case/bg-sp.png) no-repeat center center;
    background-size: contain;
    top: 15px;
  }

  .title-txt p .comma.comma-no-sp {
    letter-spacing: 0;
  }

  .case-item-wrap.swiper-wrapper {
    margin-top: 30px;
  }

  .circle {
    margin-left: 0;
    margin-right: 0;
  }

  .point-item04 .point-item-txt {
    padding-right: 0px;
  }

  .comma {
    letter-spacing: 0px;
  }

  .swiper-case {
    overflow: hidden !important;
    padding-bottom: 50px;
  }

  .swiper-case .swiper-slide-active {
    transform: unset !important;
  }

  .case-txt-wrap {
    padding-left: 55px;
  }

  p.case-etc {
    font-size: 15px;
    right: 50px;
  }

  .case .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: linear-gradient(90deg, #ff00ff 0%, #0b6cbf 50%, #ff00ff 100%) !important;
    width: 25% !important;
    height: 7px !important;
  }

  .case .swiper-pagination-bullet {
    background: #999999 !important;
    width: 25% !important;
    height: 7px !important;
    margin: 0px !important;
  }

  .case .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0;
    height: 7px;
    position: relative;
    margin-top: 20px;
  }

  .case .swiper-pagination-bullet:first-child {
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
  }

  .case .swiper-pagination-bullet:last-child {
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
  }

  .cta-body {
    border-radius: 48.341px;
  }

  .cta-btn-wrap {
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin-top: 50px;
  }

  .cta-title img {
    width: 350.5205px;
    height: 51.0596px;
  }

  .cta-btn-wrap p {
    font-size: 19.11px;
    margin-bottom: 10px;
  }

  .cta-btn-wrap p::after,
  .cta-btn-wrap p::before {
    height: 16px;
    width: 9px;
  }

  .cta-btn-wrap p::after {
    margin-left: 5px;
  }

  .cta-btn-wrap p::before {
    margin-right: 5px;
  }

  .cta-btn-wrap img {
    width: 100%;
    height: auto;
    max-width: 332.3929px;
    margin: 0 auto;
  }

  .cta-btn-wrap .cta-phone-btn p::before {
    margin-right: 5px;
  }

  .cta-btn-wrap .cta-phone-btn p::after {
    margin-left: 5px;
  }

  .l-cta {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .cta-wrap {
    padding-bottom: 70px;
  }

  .poin .title-en img {
    width: 227.6299px;
    height: 51.0596px;
  }

  .title-txt p {
    font-size: 17px;
    line-height: 31px;
  }

  section.poin {
    padding: 100px 25px 50px 25px;
  }

  .title-txt {
    margin-top: 20px;
  }

  .point-item {
    width: 100%;
  }

  .point-item-title p {
    font-size: 23px;
    display: flex;
    align-items: center;
    line-height: 1;
  }

  .point-item-title-outstanding {
    margin-left: 0px;
    padding: 0px 15px 1px 15px;
    height: 38.1306px;
    border-radius: 19.065px;
    margin-right: 4px;
  }

  .point-item-title02 {
    margin-top: 10px;
  }

  .point-num {
    width: 110px;
    height: 110px;
    bottom: -50px;
    left: -15px;
    padding-top: 25px;
  }

  .point-num img {
    height: 31.9487px;
  }

  .point-item-txt-group {
    margin-top: 15px;
  }

  .point-item-txt {
    padding-right: 0px;
    font-size: 15px;
    line-height: 25px;
  }

  .title-txt p .comma {
    letter-spacing: -5px;
  }

  .poin .title-txt {
    margin-left: -3px;
    margin-right: -3px;
  }

  .point-item-wrap {
    margin-top: 50px;
    gap: 50px;
  }

  .point-item02 .point-item-title-outstanding {
    margin-right: 5px;
  }

  .point-item03 .point-item-title-outstanding {
    margin-right: 0px;
    margin-left: 5px;
  }

  .point-note {
    border-radius: 33.182px;
    padding: 50px 16px;
    margin-top: 50px;
  }

  .point-note-txt-wrap .circle {
    margin-left: -2px;
    margin-right: -2px;
  }

  .l-faq .title-txt p {
    margin-left: -3px;
    margin-right: -3px;
  }

  .point-note::before {
    width: 23.2177px;
    height: 44.5685px;
  }

  .point-note-title {
    font-size: 23px;
    line-height: 30px;
  }

  .point-note-title-outstanding {
    height: 38.1306px;
    font-size: 23px;
    width: 244.1315px;
    border-radius: 19.065px;
    background: linear-gradient(90deg, #0b6cbf 60%, #ff00ff 100%);
    border-radius: 19.065px;
  }

  .point-note-txt-wrap {
    margin-top: 30px;
    flex-wrap: wrap;
  }

  .point-note-img {
    width: 100%;
    order: 0;
  }

  .point-note-txt {
    width: 100%;
    order: 1;
  }

  .point-note-txt p:first-child {
    margin-top: 15px;
  }

  .point-note-txt p {
    font-size: 15px;
    line-height: 25px;
    margin-top: 20px;
  }

  .l-cta02 {
    padding: 50px 0px;
  }

  .l-cta02::before {
    top: -60px;
    width: 100%;
    height: calc(100% + 100px);
  }

  section.strengths {
    padding: 0px 20px;
  }

  .strengths .title-en img {
    width: 330.2979px;
    height: 65.2744px;
  }

  .strengths .title-sub {
    margin-right: -4px;
  }

  .strengths-txt {
    width: 100%;
    font-size: 15px;
    line-height: 25px;
    margin-top: 25px;
    padding-left: 11px;
    padding-right: 11px;
  }

  .strengths-txt p {
    margin-top: 15px;
  }

  .strengths-txt p:first-child {
    margin-top: 0px;
  }

  .strengths-content img {
    transform: translateX(20px);
  }

  section.flow {
    padding: 50px 30px;
  }

  .flow .title-en img {
    width: 161.4609px;
    height: auto;
  }

  .flow-item-group {
    flex-wrap: wrap;
    margin-top: 30px;
  }

  .flow-group {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-left: 10px;
  }

  .title-flow-group {
    writing-mode: vertical-rl;
    width: 20px;
    margin-bottom: 0;
    gap: 5px;
  }

  .title-flow-group p {
    font-size: 17px;
    letter-spacing: 0.15em;
    line-height: 29.75px;
    padding: 0;
  }

  .flow-item-wrap {
    flex-direction: column;
    width: calc(100% - 33px);
  }

  .flow-item {
    width: 100%;
    height: auto;
    padding: 15px 25px;
    border-radius: 17.369px;
  }

  .flow-item .item-txt {
    writing-mode: unset;
    font-size: 17px;
    justify-content: left;
    padding-left: 10px;
  }

  .item-txt span {
    margin: 0 -5px 0px -5px;
  }

  .flow-item01 .item-img img {
    width: 45px;
    margin: 0;
  }

  .item-step-txt-sp {
    display: flex;
    margin-top: 10px;
  }

  .flow-item .item-step img {
    width: auto;
    height: 12.375px;
  }

  .flow-item .item-step {
    width: fit-content;
    padding: 0px 0px 8px 0px;
  }

  .flow-item .item-img {
    margin: 0;
  }

  .flow-item02 .item-img img {
    width: auto;
    height: 29px;
  }

  .flow-item03 .item-img img {
    width: auto;
    height: 35.4235px;
  }

  .title-flow-group::before,
  .title-flow-group::after {
    height: unset;
    width: 2px;
  }

  .flow-item-arrow {
    width: 100%;
    padding: 15px 0px 15px 43px;
  }

  .flow-item-arrow img {
    width: 20px;
    height: 23px;
    transform: rotate(90deg);
  }

  .flow-item04 .item-img img {
    width: 37.023px;
  }

  .flow-item05 .item-img img {
    width: 37.023px;
  }

  .flow-group.flow-item06 {
    border-radius: 24.84px;
    padding: 15px 10px;
  }

  .flow-item06 .item-img img {
    width: 45px;
  }

  .bg-bottom::before {
    border-bottom-right-radius: 57.679px;
    border-bottom-left-radius: 57.679px;
  }

  .faq-head-txt {
    font-size: 20px;
    line-height: 28px;
    padding-left: 0px;
  }

  .faq-head-q {
    font-size: 25px;
  }

  .faq-item {
    margin-bottom: 30px;
  }

  .faq-item:last-child {
    margin-bottom: 0;
  }

  .faq-body {
    padding-bottom: 50px;
  }

  .faq-answer {
    padding: 50px 20px 30px 20px;
    border-bottom-left-radius: 48.99px;
    border-bottom-right-radius: 48.99px;
  }

  .faq-head.faq-question {
    height: auto;
    padding: 17px 45px 17px 20px;
    border-radius: 45.498px;
  }

  .faq-item .faq-head::after,
  .faq-item .faq-head::before {
    right: 20px;
    width: 20px;
  }

  .faq-answer-txt {
    font-size: 15px;
    line-height: 25px;
    padding-left: 0;
  }

  .faq-answer-a {
    font-size: 25px;
  }

  .l-faq {
    padding: 50px 25px;
  }

  .faq-answer-group {
    align-items: flex-start;
  }

  label.form-item {
    display: block;
    margin-bottom: 25px;
  }

  p.title-input {
    width: 100%;
    letter-spacing: 0.05em;
    font-size: 17px;
    margin-bottom: 5px;
  }

  .form-input-wrap {
    width: 100%;
  }

  .radio-group label {
    font-size: 17px;
    letter-spacing: 0.05em;
    gap: 8px;
  }

  input[type="radio"] {
    width: 18px;
    height: 18px;
    padding: 0;
  }

  input {
    height: 41.7669px;
  }

  textarea,
  input {
    border-radius: 2.34px;
    font-size: 15.85px;
    letter-spacing: 0.05em;
    padding-left: 10px;
  }

  input::placeholder {
    color: #b3b3b3;
    font-size: 15.85px;
    letter-spacing: 0.05em;
  }

  .contact .title-en img {
    width: 329.8193px;
  }

  .contact {
    padding: 50px 25px;
  }

  form#c_form {
    margin-top: 30px;
  }

  .btn-submit {
    width: 100%;
  }

  input[type="submit"] {
    width: 100%;
    font-size: 20px;
    border-radius: 42.82px;
    height: 85.64px;
    padding-left: 0px;
  }

  p.form-note {
    font-size: 15px;
    letter-spacing: 0.05em;
    font-weight: 500;
  }

  .btn-sub {
    width: 100%;
    margin-top: 40px;
  }

  .footer-logo {
    width: 275px;
    height: auto;
    margin: 0 auto 0 0;
  }

  .point-item-img .point-content-img {
    width: 100%;
    height: auto;
  }

  .footer {
    padding: 85px 0px 90px;
  }

  .footer-body {
    display: block;
    width: calc(100% - 40px);
  }

  .footer-phone2,
  span.footer-address02 {
    padding-left: 0px;
  }

  .footer-left01 {
    font-size: 15px;
    margin-top: 35px;
    line-height: 1.6;
    padding-bottom: 20px;
  }

  .comma-footer {
    padding: 0px 0px;
  }

  .footer-left01::before {
    width: 100%;
  }

  .thanks-txt p {
    font-size: 15px;
    line-height: 25px;
  }

  .thanks .title-en img {
    width: 253.6426px;
  }

  .thanks-body {
    padding: 0px 25px;
  }

  .comma-sp {
    letter-spacing: -5px;
  }

  .top-back {
    font-size: 15px;
    margin: 50px 0px 50px 0px;
  }

  .thanks-txt {
    margin-top: 50px;
  }

  .thanks-txt p+p {
    margin-top: 30px;
  }

  .thanks-bg {
    bottom: -300px;
    top: unset;
  }

  .l-follow {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: none;
    z-index: 20;
  }

  .l-follow.show {
    display: flex;
  }

  .l-follow a {
    width: 50%;
  }

  .point-02 .point-item-title {
    min-height: unset;
  }

  .bg-top::before {
    background: linear-gradient(180deg, #B3B3B3 0%, #FBFBFB 87%, #FFF 100%);
    height: 100%;
  }

  textarea,
  input {
    padding-left: 18px;
  }

  .case .case-body .swiper-pagination {
    display: flex;
  }
}

@media screen and (min-width: 550px) and (max-width:800px) {

  .cta-body,
  .contact-body,
  .faq-body,
  .thanks-body,
  .flow-body,
  .strengths-body,
  .cta-wrap,
  .poin-body {
    width: 90%;
  }
}

@media screen and (min-width: 801px) and (max-width:1000px) {

  .cta-body,
  .contact-body,
  .faq-body,
  .thanks-body,
  .flow-body,
  .strengths-body,
  .cta-wrap,
  .poin-body {
    width: 80%;
  }
}

@media screen and (min-width: 1001px) and (max-width:1300px) {
  .swiper-case .case-item-wrap .swiper-slide.case-item {
    height: 480px;
  }

  .case-etc {
    bottom: 20px;
  }
}

@media screen and (min-width: 1000px) and (max-width:1700px) {
  .hero-cv-btn img {
    width: calc(591.1732px / 1920px * 100vw);
    height: calc(110.3246px / 1920px * 100vw);
  }

  /*===================================HERO==============================*/
  .sec-swiper::before {
    /* max-height: calc(350px  / 1920px * 100vw); */
    max-width: calc(1200px / 1920px * 100vw);
  }

  .case-body {
    max-width: calc(1683px / 1920px * 100vw);
  }

  .case .title-en img {
    width: calc(249.48px / 1920px * 100vw);
    height: calc(65.4727px / 1920px * 100vw);
  }

  .title-sub {
    font-size: calc(26.56px / 1920px * 100vw);
    line-height: calc(30px / 1920px * 100vw);
    letter-spacing: calc(0.3em / 1920px * 100vw);
  }

  .swiper-case .case-item-wrap .swiper-slide.case-item {
    height: calc(555px / 1920px * 100vw);
    border-radius: calc(72.69px / 1920px * 100vw);
    max-width: calc(398.5px / 1920px * 100vw);
  }

  .case-title {
    font-size: calc(27px / 1920px * 100vw);
    margin-top: calc(25px / 1920px * 100vw);
    margin-bottom: calc(10px / 1920px * 100vw);
    letter-spacing: calc(0.1em / 1920px * 100vw);
  }

  .case-txt {
    font-size: calc(19px / 1920px * 100vw);
    line-height: calc(33.25px / 1920px * 100vw);
    letter-spacing: calc(0.05em / 1920px * 100vw);
  }

  .case-txt::before {
    height: calc(14.7816px / 1920px * 100vw);
    width: calc(12.8013px / 1920px * 100vw);
    margin-right: calc(10px / 1920px * 100vw);
  }

  .case-etc {
    bottom: calc(40px / 1920px * 100vw);
    right: calc(70px / 1920px * 100vw);
    font-size: calc(19px / 1920px * 100vw);
    letter-spacing: calc(0.05em / 1920px * 100vw);
  }

  .case {
    padding: calc(150px / 1920px * 100vw) 20px calc(150px / 1920px * 100vw) 20px;
  }

  /*================================contact============================= */
  .cta-body {
    max-width: calc(1683px / 1920px * 100vw);
    border-radius: calc(113.123px / 1920px * 100vw);
  }

  .cta-title img {
    width: calc(566.5801px / 1920px * 100vw);
    height: calc(82.5293px / 1920px * 100vw);
  }

  .cta-btn-wrap p {
    font-size: calc(31.39px / 1920px * 100vw);
    margin-bottom: calc(15px / 1920px * 100vw);
    letter-spacing: calc(0.1em / 1920px * 100vw);
  }

  .cta-btn-wrap img {
    width: calc(591.1732px / 1920px * 100vw);
    height: calc(110.3246px / 1920px * 100vw);
    border-radius: calc(55.24px / 1920px * 100vw);
  }

  .cta-wrap {
    max-width: calc(1200px / 1920px * 100vw);
    padding-bottom: calc(120px / 1920px * 100vw);
  }

  .l-cta {
    margin-top: calc(-50px / 1920px * 100vw);
  }

  /*=======================================point==========================================*/
  .poin {
    padding: calc(150px / 1920px * 100vw) 20px calc(100px / 1920px * 100vw) 20px;
  }

  .poin .title-en img {
    width: calc(296.6958px / 1920px * 100vw);
    height: calc(66.5527px / 1920px * 100vw);
  }

  .title-txt {
    margin-top: calc(35px / 1920px * 100vw);
  }

  .point-item-txt {
    font-size: calc(18px / 1920px * 100vw);
    line-height: calc(33.91px / 1920px * 100vw);
    letter-spacing: calc(0.1em / 1920px * 100vw);
  }

  .title-txt p {
    font-size: calc(22px / 1920px * 100vw);
    line-height: calc(46px / 1920px * 100vw);
    letter-spacing: calc(0.1em / 1920px * 100vw);
  }

  .point-item-title p {
    font-size: calc(28.26px / 1920px * 100vw);
    line-height: calc(48.99px / 1920px * 100vw);
    letter-spacing: calc(0.1em / 1920px * 100vw);
  }

  .poin-body {
    max-width: calc(1200px / 1920px * 100vw);
  }

  .point-item-title-outstanding {
    padding: 0px calc(35px / 1920px * 100vw);
    height: calc(48.9865px / 1920px * 100vw);
    margin-left: calc(15px / 1920px * 100vw);
    ;
  }

  .point-num {
    left: calc(-30px / 1920px * 100vw);
    bottom: calc(-135px / 1920px * 100vw);
    width: calc(211px / 1920px * 100vw);
    height: calc(211px / 1920px * 100vw);
    padding-top: calc(40px / 1920px * 100vw);
  }

  .point-num img {
    height: calc(63.0093px / 1920px * 100vw);
  }

  .point-item-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: calc(70px / 1920px * 100vw);
    gap: calc(100px / 1920px * 100vw) 0px;
  }

  .point-note {
    border-radius: calc(111.33px / 1920px * 100vw);
    margin-top: calc(100px / 1920px * 100vw);
    padding: calc(100px / 1920px * 100vw) calc(110px / 1920px * 100vw);
  }

  .point-note::before {
    top: calc(-15px / 1920px * 100vw);
    width: calc(38.3924px / 1920px * 100vw);
    height: calc(73.698px / 1920px * 100vw);
  }

  .point-note-title {
    font-size: calc(36px / 1920px * 100vw);
    margin-bottom: calc(10px / 1920px * 100vw);
    letter-spacing: calc(0.075em / 1920px * 100vw);
  }

  .point-note-title-outstanding {
    font-size: calc(36px / 1920px * 100vw);
    width: calc(434.131px / 1920px * 100vw);
    height: calc(63.4675px / 1920px * 100vw);
    border-radius: calc(31.73px / 1920px * 100vw);
    letter-spacing: calc(0.075em / 1920px * 100vw);
  }

  .point-note-txt p {
    font-size: calc(18px / 1920px * 100vw);
    line-height: calc(33.91px / 1920px * 100vw);
    margin-top: calc(30px / 1920px * 100vw);
    letter-spacing: calc(0.1em / 1920px * 100vw);
  }

  /*===========================================strengths==============================*/
  .strengths {
    padding: calc(100px / 1920px * 100vw) 20px calc(250px / 1920px * 100vw) 20px;
  }

  .strengths .title-en img {
    width: calc(484.4795px / 1920px * 100vw);
    height: calc(85.0791px / 1920px * 100vw);
  }

  .strengths-txt {
    font-size: calc(22px / 1920px * 100vw);
    line-height: calc(46px / 1920px * 100vw);
    margin-top: calc(45px / 1920px * 100vw);
    letter-spacing: calc(0.1em / 1920px * 100vw);
  }

  .strengths-img {
    top: calc(30px / 1920px * 100vw);
  }

  .strengths-body {
    max-width: calc(1200px / 1920px * 100vw);
  }

  /*===========================================fflow==============================*/
  .flow {
    padding: calc(100px / 1920px * 100vw) 20px;
  }

  .flow-body {
    max-width: calc(1200px / 1920px * 100vw);
  }

  .flow .title-en img {
    width: calc(210.4502px / 1920px * 100vw);
    height: calc(67.7217px / 1920px * 100vw);
  }

  .title-flow-group {
    gap: calc(20px / 1920px * 100vw);
    margin-bottom: calc(30px / 1920px * 100vw);
  }

  .title-flow-group p {
    font-size: calc(26.56px / 1920px * 100vw);
    letter-spacing: calc(0.3em / 1920px * 100vw);
  }

  .flow-item {
    height: calc(540px / 1920px * 100vw);
    padding: calc(30px / 1920px * 100vw) calc(25px / 1920px * 100vw);
    border-radius: calc(29.966px / 1920px * 100vw);
  }

  .flow-item .item-step {
    padding: 0px calc(17px / 1920px * 100vw) calc(20px / 1920px * 100vw) calc(17px / 1920px * 100vw);
  }

  .flow-item .item-step img {
    width: calc(74.5176px / 1920px * 100vw);
  }

  .flow-item01 .item-img img {
    width: calc(66.0515px / 1920px * 100vw);
  }

  .flow-item .item-txt {
    font-size: calc(31.39px / 1920px * 100vw);
    letter-spacing: calc(0.15em / 1920px * 100vw);
  }

  .flow-item-wrap {
    gap: calc(10px / 1920px * 100vw);
  }

  .flow-item02 .item-img img {
    width: calc(67.274px / 1920px * 100vw);
  }

  .flow-item03 .item-img img {
    width: calc(51.9051px / 1920px * 100vw);
  }

  .flow-item-arrow img {
    width: calc(26.6299px / 1920px * 100vw);
    height: calc(34.5483px / 1920px * 100vw);
  }

  .flow-item04 .item-img img {
    width: calc(48.3593px / 1920px * 100vw);
  }

  .flow-item05 .item-img img {
    width: calc(52.2186px / 1920px * 100vw);
  }

  .flow-group.flow-item06 {
    padding: calc(25px / 1920px * 100vw) calc(20px / 1920px * 100vw);
    border-radius: calc(33.183px / 1920px * 100vw);
  }

  .flow-item06 .item-img img {
    width: calc(66px / 1920px * 100vw);
  }

  /*================================================faq=======================================*/
  .l-faq {
    background-size: cover;
    position: relative;
    padding: calc(100px / 1920px * 100vw) 20px calc(200px / 1920px * 100vw) 20px;
  }

  .l-faq .title-en img {
    width: calc(184.9102px / 1920px * 100vw);
    margin: 0 auto;
  }

  .faq-body {
    max-width: calc(1200px / 1920px * 100vw);
  }

  .faq {
    margin-top: calc(70px / 1920px * 100vw);
  }

  .faq-question {
    border-radius: calc(40px / 1920px * 100vw);
    height: calc(80px / 1920px * 100vw);
    padding: 0px calc(50px / 1920px * 100vw);
  }

  .faq-head-q {
    font-size: calc(30px / 1920px * 100vw);
    letter-spacing: calc(0.3em / 1920px * 100vw);
  }

  .faq-head-txt {
    font-size: calc(26.56px / 1920px * 100vw);
    letter-spacing: calc(0.1em / 1920px * 100vw);
    padding-left: calc(10px / 1920px * 100vw);
  }

  .faq-answer {
    padding: calc(80px / 1920px * 100vw) calc(50px / 1920px * 100vw) calc(40px / 1920px * 100vw) calc(50px / 1920px * 100vw);
    margin-top: calc(-40px / 1920px * 100vw);
    border-bottom-left-radius: calc(49.441px / 1920px * 100vw);
    border-bottom-right-radius: calc(49.441px / 1920px * 100vw);
  }

  .faq-answer-a {
    font-size: calc(30px / 1920px * 100vw);
    letter-spacing: calc(0.3em / 1920px * 100vw);
    padding-top: calc(5px / 1920px * 100vw);
  }

  .faq-answer-txt {
    font-size: calc(18px / 1920px * 100vw);
    line-height: calc(33px / 1920px * 100vw);
    letter-spacing: calc(0.1em / 1920px * 100vw);
    padding-left: calc(10px / 1920px * 100vw);
  }

  /*==================================l-contact============================*/
  .contact {
    padding: calc(100px / 1920px * 100vw) 20px;
  }

  .contact-body {
    max-width: calc(1200px / 1920px * 100vw);
  }

  .contact .title-en img {
    width: calc(456.8774px / 1920px * 100vw);
    margin: 0 auto;
  }

  p.title-input {
    font-size: calc(22px / 1920px * 100vw);
    letter-spacing: calc(0.1em / 1920px * 100vw);
  }

  .title-input span {
    padding-left: calc(5px / 1920px * 100vw);
  }

  .radio-group label {
    gap: calc(10px / 1920px * 100vw);
    font-size: calc(22px / 1920px * 100vw);
    letter-spacing: calc(0.1em / 1920px * 100vw);
  }

  input[type="radio"] {
    width: calc(20px / 1920px * 100vw);
    height: calc(20px / 1920px * 100vw);
  }

  textarea,
  input {
    border-radius: calc(5.76px / 1920px * 100vw);
    padding-left: calc(25px / 1920px * 100vw);
    font-size: calc(22px / 1920px * 100vw);
    letter-spacing: calc(0.1em / 1920px * 100vw);
    line-height: calc(56px / 1920px * 100vw);
  }

  input {
    height: calc(56px / 1920px * 100vw);
  }

  input::placeholder {
    font-size: calc(22px / 1920px * 100vw);
    letter-spacing: calc(0.1em / 1920px * 100vw);
  }

  label.form-item-checkbox {
    margin-bottom: calc(50px / 1920px * 100vw);
  }

  input[type="submit"] {
    font-size: calc(30.02px / 1920px * 100vw);
    letter-spacing: calc(0.075em / 1920px * 100vw);
    width: calc(590.7932px / 1920px * 100vw);
    height: calc(105px / 1920px * 100vw);
    border-radius: calc(55.237px / 1920px * 100vw);
  }

  .form-note {
    margin-top: calc(10px / 1920px * 100vw);
    font-size: calc(18px / 1920px * 100vw);
    letter-spacing: calc(0.1em / 1920px * 100vw);
  }

  .comma {
    letter-spacing: calc(-5px / 1920px * 100vw);
  }

  .circle {
    margin-left: calc(-4px / 1920px * 100vw);
    margin-right: calc(-4px / 1920px * 100vw);
  }

  .point-02 .point-item-title {
    min-height: calc(97.97px / 1920px * 100vw);
  }

  .point-item-img .point-content-img {
    width: auto;
    height: calc(402px / 1920px * 100vw);
  }

  .thanks .title-en img {
    width: calc(581.2539px / 1920px * 100vw);
  }

  .thanks-txt p {
    font-size: calc(21.77px / 1920px * 100vw);
    line-height: calc(40px / 1920px * 100vw);
    letter-spacing: calc(0.1em / 1920px * 100vw);
  }

  .thanks-txt p+p {
    margin-top: calc(50px / 1920px * 100vw);
  }

  .thanks-body {
    max-width: calc(1200px / 1920px * 100vw);
    padding: 0px calc(20px / 1920px * 100vw);
  }

  .top-back {
    font-size: calc(21.77px / 1920px * 100vw);
    letter-spacing: calc(0.1em / 1920px * 100vw);
    margin: calc(90px / 1920px * 100vw) 0px calc(50px / 1920px * 100vw) 0px;
  }
}

@media screen and (max-width:900px) {

  /* SPではフッターのボタンを非表示（電話・CTA） */
  .footer-right .footer-phone,
  .footer-right .footer-btn {
    display: none;
  }
}

@media screen and (max-width: 1000px) {
  .l-follow.is-hidden-by-cta {
    display: none !important;
  }
}


/* ===== footer SP崩れ修正：左カラムが極細になるのを防ぐ ===== */
@media screen and (max-width: 1000px) {
  .footer-left,
  .footer-right {
    width: 100% !important;
  }

  /* 右側は縦に積む想定（必要なら） */
  .footer-right {
    margin-top: 25px;
    align-items: center;
  }
}


@media screen and (max-width: 1000px) {
  .copyright {
    font-size: 12px;      /* ←1つ目に合わせたいサイズに調整 */
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
}