@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  line-height: 1.6;
  color: #000;
  background-color: #F8F7F4;
}

.home .main {
  background-size: 100%;
  background-position: top;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

svg {
  width: 100%;
  height: auto;
}

.container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 16px;
}

.u-sp-inline {
  display: none;
}
@media (max-width: 768px) {
  .u-sp-inline {
    display: inline;
  }
}

.header {
  height: min(12.0138888889vw, 173px);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .header {
    height: max(19.2vw, 72px);
  }
}
.header.scrolled {
  background-color: #fff;
  height: min(6.9444444444vw, 100px);
}
@media (max-width: 768px) {
  .header.scrolled {
    height: max(19.2vw, 72px);
    background-color: rgba(255, 255, 255, 0.9);
  }
}

.header_inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 min(5.5555555556vw, 80px);
}

.header_logo {
  width: min(9.375vw, 135px);
}
@media (max-width: 768px) {
  .header_logo {
    width: max(32.5333333333vw, 122px);
    z-index: 101;
  }
}

@media (max-width: 768px) {
  .header_nav {
    display: none;
  }
}

.header_navList {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: min(1.6666666667vw, 24px);
}

.header_navListItem a {
  font-size: min(0.9722222222vw, 14px);
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1;
  transition: all 0.3s ease;
}
.header_navListItem a:hover {
  text-decoration: underline;
}
.header_navListItem.--contact a {
  display: flex;
  align-items: center;
  gap: min(0.5555555556vw, 8px);
  background-color: #035BB2;
  border: 1px solid #035BB2;
  color: #fff;
  padding: min(0.6944444444vw, 10px) min(1.6666666667vw, 24px);
  border-radius: 100vh;
  transition: all 0.3s ease;
}
.header_navListItem.--contact a::after {
  content: "";
  display: block;
  width: min(1.4583333333vw, 21px);
  height: min(1.4583333333vw, 21px);
  background-image: url("../images/common/raising-hands.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.header_navListItem.--contact a:hover {
  background-color: #fff;
  color: #035BB2;
}

.header_nav--sp {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: all 0.3s ease;
  padding-top: max(19.2vw, 72px);
  padding-left: max(16vw, 60px);
  background-color: #F8F7F4;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
@media (max-width: 768px) {
  .header_nav--sp.is-open {
    opacity: 1;
    visibility: visible;
    z-index: 100;
  }
}
.header_nav--sp .header_navList {
  padding-top: max(11.7333333333vw, 44px);
  padding-bottom: max(22.9333333333vw, 86px);
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: max(5.8666666667vw, 22px);
}
.header_nav--sp .header_navListItem a {
  font-size: max(7.2vw, 27px);
}

.header_navBtnWrap {
  display: none;
}
@media (max-width: 768px) {
  .header_navBtnWrap {
    display: block;
  }
}

.header_navBtn .line {
  display: block;
  width: max(7.4666666667vw, 28px);
  width: 28px;
  height: max(0.5333333333vw, 2px);
  height: 2px;
  background-color: #000;
  transition: all 0.3s ease;
  position: relative;
  z-index: 101;
}
.header_navBtn .line:not(.bottom) {
  margin-bottom: max(1.8666666667vw, 7px);
  margin-bottom: 7px;
}
.header_navBtn.is-open .line.top {
  transform: translateY(9px) rotate(45deg);
}
.header_navBtn.is-open .line.middle {
  opacity: 0;
}
.header_navBtn.is-open .line.bottom {
  transform: translateY(-9px) rotate(-45deg);
}

.footer {
  padding: min(3.8888888889vw, 56px) min(4.4444444444vw, 64px);
  background-color: #000;
  color: #fff;
}
@media (max-width: 768px) {
  .footer {
    padding: max(14.9333333333vw, 56px) max(8.5333333333vw, 32px);
    position: relative;
  }
}

.footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .footer__inner {
    flex-direction: column;
    align-items: flex-start;
    row-gap: max(8.5333333333vw, 32px);
    padding-right: 0;
    padding-left: 0;
  }
}

.footer__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: min(2.2222222222vw, 32px);
}
@media (max-width: 768px) {
  .footer__info {
    row-gap: max(4.2666666667vw, 16px);
  }
}
.footer__info p {
  color: #AFB0B6;
  font-size: clamp(12px, 0.9722222222vw, 14px);
  line-height: 1.8;
}
@media (max-width: 768px) {
  .footer__info p {
    font-size: clamp(12px, 3.2vw, 24px);
    line-height: 1.5;
  }
}

.footer__infoLogo {
  width: min(8.4722222222vw, 122px);
}
@media (max-width: 768px) {
  .footer__infoLogo {
    width: max(32.5333333333vw, 122px);
  }
}

.footer__infoCopyright {
  margin-top: min(2.2222222222vw, 32px);
  color: #AFB0B6;
  font-size: clamp(12px, 0.7638888889vw, 11px);
}
@media (max-width: 768px) {
  .footer__infoCopyright {
    margin-top: max(8.5333333333vw, 32px);
    font-size: clamp(12px, 2.9333333333vw, 22px);
    padding-left: 0;
    padding-right: 0;
  }
}

.footer__navList {
  line-height: 1;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 10lh;
  column-gap: min(4.1666666667vw, 60px);
  font-size: min(0.9722222222vw, 14px);
  row-gap: min(1.1111111111vw, 16px);
}
@media (max-width: 768px) {
  .footer__navList {
    height: auto;
    row-gap: max(4.2666666667vw, 16px);
  }
}
.footer__navList.--service {
  height: 10lh;
}
@media (max-width: 768px) {
  .footer__navList.--service {
    height: auto;
  }
}

.footer__navItem a {
  font-size: clamp(12px, 0.9722222222vw, 14px);
  line-height: 1.8;
}
@media (max-width: 768px) {
  .footer__navItem a {
    font-size: clamp(12px, 3.2vw, 24px);
    line-height: 1.5;
  }
}

.footer__subNavList {
  margin-top: min(1.1111111111vw, 16px);
  display: flex;
  flex-direction: column;
  row-gap: min(1.1111111111vw, 16px);
  color: #AFB0B6;
}
@media (max-width: 768px) {
  .footer__subNavList {
    margin-top: max(4.2666666667vw, 16px);
    row-gap: max(4.2666666667vw, 16px);
  }
}

.footer__subNavItem a {
  font-size: clamp(12px, 0.9722222222vw, 14px);
  line-height: 1.8;
}
@media (max-width: 768px) {
  .footer__subNavItem a {
    font-size: clamp(12px, 3.2vw, 24px);
    line-height: 1.5;
  }
}

.c-section {
  padding-top: min(5.5555555556vw, 80px);
  padding-bottom: min(5.5555555556vw, 80px);
}

.c-section-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.c-section-title--ja {
  margin-bottom: min(0.5555555556vw, 8px);
  font-size: min(0.8333333333vw, 12px);
  font-weight: 500;
  line-height: 1;
  color: #AFB0B6;
}
@media (max-width: 768px) {
  .c-section-title--ja {
    font-size: clamp(12px, 3.2vw, 24px);
    margin-bottom: max(2.1333333333vw, 8px);
  }
}
.c-section-title--en {
  font-size: clamp(12.5px, 2.7777777778vw, 40px);
  font-weight: 500;
  line-height: 1.25;
}
@media (max-width: 768px) {
  .c-section-title--en {
    font-size: clamp(32px, 10.6666666667vw, 80px);
  }
  .c-section-title--en.--top {
    font-size: clamp(20px, 6.6666666667vw, 50px);
  }
}

.c-section-description {
  margin-top: min(5.5555555556vw, 80px);
  font-size: clamp(12px, 1.1111111111vw, 16px);
  font-weight: 400;
  line-height: 2;
}
@media (max-width: 768px) {
  .c-section-description {
    margin-top: max(12.8vw, 48px);
    font-size: clamp(12px, 3.7333333333vw, 28px);
    line-height: 1.8;
  }
}

.cta {
  padding: min(6.2847222222vw, 90.5px) 0;
}
@media (max-width: 768px) {
  .cta {
    padding: max(8.5333333333vw, 32px) max(12vw, 45px);
  }
}

.cta__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(2.7777777778vw, 40px);
}
@media (max-width: 768px) {
  .cta__inner {
    gap: max(6.4vw, 24px);
    padding-left: 0;
    padding-right: 0;
  }
}

.cta-title {
  font-size: min(3.4722222222vw, 50px);
  font-weight: 500;
  line-height: 1.26;
}
@media (max-width: 768px) {
  .cta-title {
    font-size: clamp(32px, 10.6666666667vw, 80px);
    line-height: 1;
  }
}

.cta-btn a {
  display: flex;
  align-items: center;
  gap: min(0.5555555556vw, 8px);
  background-color: #fff;
  border-radius: 100vh;
  padding: min(1.2152777778vw, 17.5px) min(4.8611111111vw, 70px);
  font-size: min(1.25vw, 18px);
  font-weight: 500;
  line-height: 1;
  color: #000;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .cta-btn a {
    font-size: clamp(14.4px, 4.8vw, 36px);
    gap: max(2.1333333333vw, 8px);
    padding: max(4.5333333333vw, 17px) max(18.6666666667vw, 70px);
    background-color: #035BB2;
    color: #fff;
  }
}
.cta-btn a:hover {
  background-color: #035BB2;
  color: #fff;
}
.cta-btn a::after {
  content: "";
  display: block;
  width: min(1.8055555556vw, 26px);
  height: min(1.8055555556vw, 26px);
  background-image: url("../images/common/raising-hands.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 768px) {
  .cta-btn a::after {
    width: max(6.9333333333vw, 26px);
    height: max(6.9333333333vw, 26px);
  }
}

.cta-description {
  font-weight: 500;
  font-size: clamp(12px, 1.0416666667vw, 15px);
  line-height: 1;
}
@media (max-width: 768px) {
  .cta-description {
    font-size: clamp(12px, 4vw, 30px);
    line-height: 2;
    text-align: center;
  }
}

.sub-fv {
  height: min(25.9027777778vw, 373px);
  background-image: url("../images/common/mv.webp");
  background-size: 100%;
  background-position: top;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
@media (max-width: 768px) {
  .sub-fv {
    height: max(59.2vw, 222px);
    background-image: url("../images/common/mv-sp.webp");
  }
}

.sub-fv__text {
  position: absolute;
  z-index: -1;
  left: -9999px;
}

.home .main {
  position: relative;
}
.home .main::after {
  content: "";
  width: 100%;
  height: 100px;
  background-color: #F8F7F4;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.fv {
  height: min(82.0833333333vw, 1182px);
  background-image: url("../images/common/mv.webp");
  background-size: 100%;
  background-position: top;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .fv {
    height: max(138.6666666667vw, 520px);
    display: flex;
    background-image: url("../images/common/mv-sp.webp");
  }
}

.fv__copy {
  padding: min(4.4444444444vw, 64px) min(5.5555555556vw, 80px);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  height: min(47.9166666667vw, 690px);
}
@media (max-width: 768px) {
  .fv__copy {
    height: auto;
    align-items: flex-start;
    padding: max(8.5333333333vw, 32px);
  }
}
.fv__copy--ja {
  font-size: clamp(12px, 1.7361111111vw, 25px);
}
@media (max-width: 768px) {
  .fv__copy--ja {
    font-size: clamp(12px, 4vw, 30px);
  }
}
.fv__copy--en {
  font-size: clamp(23.4375px, 5.2083333333vw, 75px);
}
@media (max-width: 768px) {
  .fv__copy--en {
    font-size: clamp(44px, 14.6666666667vw, 110px);
    line-height: 1.25;
  }
}

.top-service {
  margin-top: max(-492px, -34.1666666667vw);
  background-color: #fff;
  border-radius: min(6.9444444444vw, 100px);
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .top-service {
    margin-top: 0;
    border-radius: max(8vw, 30px);
  }
}

.top-service__listWrap {
  margin-top: min(6.9444444444vw, 100px);
}
@media (max-width: 768px) {
  .top-service__listWrap {
    margin-top: max(8.5333333333vw, 32px);
  }
}

.top-service__list {
  display: flex;
  flex-direction: column;
  gap: min(10.4166666667vw, 150px);
}
@media (max-width: 768px) {
  .top-service__list {
    gap: max(14.9333333333vw, 56px);
  }
}

.top-service__listItem {
  display: grid;
  grid-template-areas: "num imageBlock" "title imageBlock" "tagList imageBlock" "description imageBlock" "btn imageBlock";
  grid-template-columns: 1fr 53.2%;
  grid-template-rows: auto auto auto auto 1fr;
  row-gap: min(2.7777777778vw, 40px);
  column-gap: min(5.9027777778vw, 85px);
  align-content: start;
}
@media (max-width: 768px) {
  .top-service__listItem {
    grid-template-areas: "num" "title" "imageBlock" "tagList" "description" "btn";
    grid-template-columns: 100%;
    grid-template-rows: auto auto auto auto auto auto;
    row-gap: max(8.5333333333vw, 32px);
    column-gap: 0;
  }
}
.top-service__listItem.sakutti, .top-service__listItem.ai {
  grid-template-areas: "num imageBlock" "title imageBlock" "description imageBlock" "btn imageBlock";
  grid-template-rows: auto auto auto 1fr;
}
@media (max-width: 768px) {
  .top-service__listItem.sakutti, .top-service__listItem.ai {
    grid-template-areas: "num" "title" "imageBlock" "description" "btn";
    grid-template-columns: 100%;
    grid-template-rows: auto auto auto auto auto auto;
    row-gap: max(8.5333333333vw, 32px);
    column-gap: 0;
  }
}
.top-service__listItem.sakutti .tagList, .top-service__listItem.ai .tagList {
  display: none;
}
@media (max-width: 768px) {
  .top-service__listItem {
    flex-direction: column-reverse;
  }
}
.top-service__listItem .num {
  grid-area: num;
}
.top-service__listItem .title {
  grid-area: title;
}
.top-service__listItem .tagList {
  grid-area: tagList;
}
.top-service__listItem .description {
  grid-area: description;
}
.top-service__listItem .btn {
  grid-area: btn;
}
.top-service__listItem .imageBlock {
  grid-area: imageBlock;
}
.top-service__listItem .num {
  padding: 4px 20px;
  background-color: #035BB2;
  color: #fff;
  width: fit-content;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  border-radius: 100vh;
}
@media (max-width: 768px) {
  .top-service__listItem .num {
    padding: max(1.0666666667vw, 4px) max(5.3333333333vw, 20px);
    font-size: clamp(12px, 3.2vw, 24px);
  }
}
.top-service__listItem .title {
  display: flex;
  flex-direction: column;
}
.top-service__listItem .title .logo.bsr {
  width: min(6.9444444444vw, 100px);
}
@media (max-width: 768px) {
  .top-service__listItem .title .logo.bsr {
    width: max(18.9333333333vw, 71px);
  }
}
.top-service__listItem .title .logo.sakutti {
  width: min(13.8888888889vw, 200px);
}
@media (max-width: 768px) {
  .top-service__listItem .title .logo.sakutti {
    width: max(66.1333333333vw, 248px);
  }
}
.top-service__listItem .title .text {
  font-size: clamp(12px, 1.0416666667vw, 15px);
  letter-spacing: 0.03em;
}
@media (max-width: 768px) {
  .top-service__listItem .title .text {
    font-size: clamp(12px, 4vw, 30px);
  }
}
.top-service__listItem .title .text.ai {
  font-size: clamp(12px, 2.4305555556vw, 35px);
  font-weight: 500;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .top-service__listItem .title .text.ai {
    font-size: clamp(28px, 9.3333333333vw, 70px);
  }
}
.top-service__listItem .tagList {
  display: flex;
  flex-wrap: wrap;
  gap: min(0.6944444444vw, 10px);
}
.top-service__listItem .tag {
  padding: min(0.1388888889vw, 2px) min(0.6944444444vw, 10px);
  border: 1px solid #000;
  border-radius: 100vh;
  display: flex;
  align-items: center;
  gap: min(0.2777777778vw, 4px);
  font-size: clamp(12px, 0.9027777778vw, 13px);
}
@media (max-width: 768px) {
  .top-service__listItem .tag {
    padding: max(0.5333333333vw, 2px) max(2.6666666667vw, 10px);
    gap: max(1.0666666667vw, 4px);
    font-size: clamp(12px, 3.4666666667vw, 26px);
  }
}
.top-service__listItem .tag::before {
  content: "";
  display: block;
  width: min(1.3888888889vw, 20px);
  height: min(1.3888888889vw, 20px);
  background-image: url("../images/common/ico-check.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 768px) {
  .top-service__listItem .tag::before {
    width: max(5.3333333333vw, 20px);
    height: max(5.3333333333vw, 20px);
  }
}
.top-service__listItem .description {
  text-align: justify;
  font-size: clamp(12px, 1.0416666667vw, 15px);
  line-height: 2;
}
@media (max-width: 768px) {
  .top-service__listItem .description {
    font-size: clamp(12px, 4vw, 30px);
  }
}
.top-service__listItem .btn a {
  width: min(20.4861111111vw, 295px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #000;
  color: #fff;
  padding: min(0.8333333333vw, 12px) min(1.3888888889vw, 20px);
  border-radius: 100vh;
  font-size: clamp(12px, 1.1111111111vw, 16px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.03em;
  border: 1px solid #000;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .top-service__listItem .btn a {
    margin-right: auto;
    margin-left: auto;
    width: max(78.6666666667vw, 295px);
    padding: max(3.2vw, 12px) max(5.3333333333vw, 20px);
    font-size: clamp(12.8px, 4.2666666667vw, 32px);
  }
}
.top-service__listItem .btn a::after {
  content: "";
  display: block;
  width: min(3.6111111111vw, 52px);
  height: min(0.5555555556vw, 8px);
  background-image: url("../images/common/ico-arrow-long.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .top-service__listItem .btn a::after {
    width: max(13.8666666667vw, 52px);
    height: max(2.1333333333vw, 8px);
  }
}
.top-service__listItem .btn a:hover {
  background-color: #fff;
  color: #000;
}
.top-service__listItem .btn a:hover::after {
  background-image: url("../images/common/ico-arrow-long-black.svg");
}
.service-contents {
  background-color: #fff;
  border-radius: min(6.9444444444vw, 100px);
  padding-bottom: min(5.5555555556vw, 80px);
}
@media (max-width: 768px) {
  .service-contents {
    margin-top: max(-8vw, -30px);
    border-radius: max(8vw, 30px);
    padding-top: max(18.6666666667vw, 70px);
    padding-bottom: max(18.6666666667vw, 70px);
  }
}

.service-contents__listWrap {
  margin-top: min(4.8611111111vw, 70px);
  display: flex;
  flex-direction: column;
  gap: min(4.8611111111vw, 70px);
}
@media (max-width: 768px) {
  .service-contents__listWrap {
    margin-top: max(12.8vw, 48px);
  }
}

.service-contents__list {
  display: flex;
  flex-direction: column;
  gap: min(8.3333333333vw, 120px);
}
@media (max-width: 768px) {
  .service-contents__list {
    gap: max(32vw, 120px);
  }
}

.service-contents__listItem {
  padding-top: min(6.9444444444vw, 100px);
  margin-top: min(-6.9444444444vw, -100px);
  margin-top: max(-100px, -6.9444444444vw);
  display: grid;
  grid-template-areas: "header header" "image text";
  grid-template-columns: 36% 1fr;
  grid-template-rows: auto auto;
  gap: min(3.3333333333vw, 48px);
}
@media (max-width: 768px) {
  .service-contents__listItem {
    padding-top: max(26.6666666667vw, 100px);
    margin-top: min(-100px, -26.6666666667vw);
    grid-template-areas: "header" "image" "text";
    grid-template-columns: 100%;
    gap: max(12.8vw, 48px);
  }
}
.service-contents__listItem .itemHeader {
  grid-area: header;
  display: flex;
  flex-direction: column;
  gap: min(2.7777777778vw, 40px);
}
@media (max-width: 768px) {
  .service-contents__listItem .itemHeader {
    gap: max(10.6666666667vw, 40px);
  }
}
.service-contents__listItem .itemHeader .num {
  padding: 4px 20px;
  background-color: #035BB2;
  color: #fff;
  width: fit-content;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  border-radius: 100vh;
}
.service-contents__listItem .itemHeader .title {
  display: flex;
  flex-direction: column;
  gap: min(0.5555555556vw, 8px);
}
@media (max-width: 768px) {
  .service-contents__listItem .itemHeader .title {
    gap: max(2.1333333333vw, 8px);
  }
}
.service-contents__listItem .itemHeader .logo.bsr {
  width: min(7.2916666667vw, 105px);
}
@media (max-width: 768px) {
  .service-contents__listItem .itemHeader .logo.bsr {
    width: max(28vw, 105px);
  }
}
.service-contents__listItem .itemHeader .logo.sakutti {
  width: min(17.2222222222vw, 248px);
}
@media (max-width: 768px) {
  .service-contents__listItem .itemHeader .logo.sakutti {
    width: max(66.1333333333vw, 248px);
  }
}
.service-contents__listItem .itemHeader .text {
  font-size: clamp(12px, 1.0416666667vw, 15px);
  letter-spacing: 0.03em;
}
@media (max-width: 768px) {
  .service-contents__listItem .itemHeader .text {
    font-size: clamp(12px, 4vw, 30px);
  }
}
.service-contents__listItem .itemHeader .text.ai {
  font-size: clamp(12px, 2.4305555556vw, 35px);
  font-weight: 500;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .service-contents__listItem .itemHeader .text.ai {
    font-size: clamp(28px, 9.3333333333vw, 70px);
  }
}
.service-contents__listItem .imageBlock {
  grid-area: image;
  display: flex;
  flex-direction: column;
  gap: min(2.2222222222vw, 32px);
}
@media (max-width: 768px) {
  .service-contents__listItem .imageBlock {
    gap: max(12.8vw, 48px);
  }
}
.service-contents__listItem .imageBlock .tagList {
  display: flex;
  flex-wrap: wrap;
  gap: min(0.6944444444vw, 10px);
}
@media (max-width: 768px) {
  .service-contents__listItem .imageBlock .tagList {
    gap: max(2.6666666667vw, 10px);
  }
}
.service-contents__listItem .imageBlock .tag {
  padding: min(0.1388888889vw, 2px) min(0.6944444444vw, 10px);
  border: 1px solid #000;
  border-radius: 100vh;
  display: flex;
  align-items: center;
  gap: min(0.2777777778vw, 4px);
  font-size: clamp(12px, 0.9027777778vw, 13px);
}
@media (max-width: 768px) {
  .service-contents__listItem .imageBlock .tag {
    padding: max(0.5333333333vw, 2px) max(2.6666666667vw, 10px);
    gap: max(1.0666666667vw, 4px);
    font-size: clamp(12px, 3.4666666667vw, 26px);
  }
}
.service-contents__listItem .imageBlock .tag::before {
  content: "";
  display: block;
  width: min(1.3888888889vw, 20px);
  height: min(1.3888888889vw, 20px);
  background-image: url("../images/common/ico-check.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 768px) {
  .service-contents__listItem .imageBlock .tag::before {
    width: max(5.3333333333vw, 20px);
    height: max(5.3333333333vw, 20px);
  }
}
.service-contents__listItem .textBlock {
  grid-area: text;
}
.service-contents__listItem .textBlock h4 {
  font-weight: 700;
  font-size: clamp(12px, 1.3888888889vw, 20px);
  line-height: 1.25;
  letter-spacing: 0.05em;
  color: #000;
}
@media (max-width: 768px) {
  .service-contents__listItem .textBlock h4 {
    font-size: clamp(16px, 5.3333333333vw, 40px);
  }
}
.service-contents__listItem .textBlock h4:not(:first-child) {
  margin-top: min(2.7777777778vw, 40px);
}
@media (max-width: 768px) {
  .service-contents__listItem .textBlock h4:not(:first-child) {
    margin-top: max(10.6666666667vw, 40px);
  }
}
.service-contents__listItem .textBlock p {
  font-weight: 400;
  font-size: clamp(12px, 1.0416666667vw, 15px);
  line-height: 2;
  letter-spacing: 0.05em;
  color: #000;
}
@media (max-width: 768px) {
  .service-contents__listItem .textBlock p {
    font-size: clamp(12px, 4vw, 30px);
  }
}

.about-contents {
  background-color: #fff;
  border-radius: min(2.0833333333vw, 30px);
}
@media (max-width: 768px) {
  .about-contents {
    margin-top: max(-8vw, -30px);
    border-radius: max(8vw, 30px);
    padding-top: max(10.6666666667vw, 40px);
    padding-bottom: max(10.6666666667vw, 40px);
  }
}
.about__greeting {
  margin-top: min(5.5555555556vw, 80px);
}
@media (max-width: 768px) {
  .about__greeting {
    margin-top: max(12.8vw, 48px);
  }
}
.about__greeting-list {
  margin-top: min(5.5555555556vw, 80px);
}
@media (max-width: 768px) {
  .about__greeting-list {
    margin-top: max(12.8vw, 48px);
  }
}
.about__greeting-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: min(4.4444444444vw, 64px);
}
@media (max-width: 768px) {
  .about__greeting-item {
    flex-direction: column;
    gap: max(8.5333333333vw, 32px);
  }
}
.about__greeting-item + li {
  margin-top: min(5.5555555556vw, 80px);
}
@media (max-width: 768px) {
  .about__greeting-item + li {
    margin-top: max(12.8vw, 48px);
  }
}
.about__greeting-item-image {
  width: min(24.4444444444vw, 352px);
  aspect-ratio: 1/1;
}
@media (max-width: 768px) {
  .about__greeting-item-image {
    width: 100%;
  }
}
.about__greeting-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about__greeting-item-content {
  flex: 1;
}
.about__greeting-item-content .position {
  font-size: clamp(12px, 1.1111111111vw, 16px);
  font-weight: 400;
  color: #AFB0B6;
}
@media (max-width: 768px) {
  .about__greeting-item-content .position {
    font-size: clamp(12.8px, 4.2666666667vw, 32px);
  }
}
.about__greeting-item-content .name {
  display: flex;
  flex-direction: column;
}
.about__greeting-item-content .name--ja {
  font-weight: 500;
  font-size: clamp(12px, 2.5vw, 36px);
  line-height: 1;
}
@media (max-width: 768px) {
  .about__greeting-item-content .name--ja {
    font-size: clamp(28.8px, 9.6vw, 72px);
  }
}
.about__greeting-item-content .name--en {
  font-size: clamp(12px, 1.1111111111vw, 16px);
  font-weight: 400;
  color: #AFB0B6;
}
@media (max-width: 768px) {
  .about__greeting-item-content .name--en {
    font-size: clamp(12.8px, 4.2666666667vw, 32px);
  }
}
.about__greeting-item-content .text {
  margin-top: min(1.6666666667vw, 24px);
  font-weight: 400;
  font-size: min(1.1111111111vw, 16px);
  line-height: 2;
}
@media (max-width: 768px) {
  .about__greeting-item-content .text {
    margin-top: max(6.4vw, 24px);
    font-size: clamp(12.8px, 4.2666666667vw, 32px);
  }
}

.company-contents {
  background-color: #fff;
  border-radius: min(2.0833333333vw, 30px);
}
@media (max-width: 768px) {
  .company-contents {
    margin-top: max(-8vw, -30px);
    border-radius: max(8vw, 30px);
    padding-top: max(10.6666666667vw, 40px);
    padding-bottom: max(10.6666666667vw, 40px);
  }
}
.company__table-wrap {
  margin-top: min(5.5555555556vw, 80px);
}
@media (max-width: 768px) {
  .company__table-wrap {
    margin-top: max(12.8vw, 48px);
  }
}
.company__table {
  width: 100%;
}
.company__table tr {
  border-top: 1px solid #AFB0B6;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.company__table tr:last-child {
  border-bottom: 1px solid #AFB0B6;
}
.company__table tr th {
  width: min(14.0972222222vw, 203px);
  padding: min(1.3888888889vw, 20px) min(2.7777777778vw, 40px);
  font-size: clamp(12px, 1.1111111111vw, 16px);
  font-weight: 700;
  line-height: 1;
  color: #AFB0B6;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 768px) {
  .company__table tr th {
    width: max(29.8666666667vw, 112px);
    padding: max(8.1333333333vw, 30.5px) max(5.3333333333vw, 20px);
    font-size: clamp(13.6px, 4.5333333333vw, 34px);
  }
}
.company__table tr td {
  padding: min(1.3888888889vw, 20px) min(0.6944444444vw, 10px);
  font-size: clamp(12px, 1.1111111111vw, 16px);
  font-weight: 400;
  line-height: 1;
  color: #000;
  flex: 1;
}
@media (max-width: 768px) {
  .company__table tr td {
    padding: max(5.3333333333vw, 20px) max(2.6666666667vw, 10px);
    font-size: clamp(13.6px, 4.5333333333vw, 34px);
    line-height: 1.24;
  }
}

.contact-contents {
  padding-bottom: min(10vw, 144px);
  background-color: #fff;
  border-radius: min(2.0833333333vw, 30px);
}
@media (max-width: 768px) {
  .contact-contents {
    margin-top: max(-8vw, -30px);
    border-radius: max(8vw, 30px);
    padding-top: max(34.4vw, 129px);
    padding-bottom: max(34.4vw, 129px);
  }
}
.contact .mw_wp_form {
  margin-top: min(5.5555555556vw, 80px);
  padding: 0 min(8.3333333333vw, 120px);
}
@media (max-width: 768px) {
  .contact .mw_wp_form {
    margin-top: max(12.8vw, 48px);
    padding: 0;
  }
}
.contact__item + .contact__item {
  margin-top: min(2.3611111111vw, 34px);
}
@media (max-width: 768px) {
  .contact__item + .contact__item {
    margin-top: max(9.0666666667vw, 34px);
  }
}
.contact__item input[type=text],
.contact__item input[type=email],
.contact__item textarea {
  border: 1px solid #AFB0B6;
  border-radius: min(0.5555555556vw, 8px);
  padding: min(0.6944444444vw, 10px);
  line-height: 1;
}
@media (max-width: 768px) {
  .contact__item input[type=text],
  .contact__item input[type=email],
  .contact__item textarea {
    padding: max(2.6666666667vw, 10px);
    border-radius: max(2.1333333333vw, 8px);
  }
}
.contact__item label:has(.error) input[type=text],
.contact__item label:has(.error) input[type=email],
.contact__item label:has(.error) textarea {
  border-color: #D32929;
}
.contact__item label {
  display: flex;
  flex-direction: column;
  font-size: clamp(12px, 1.1111111111vw, 16px);
  gap: min(1.1111111111vw, 16px);
  line-height: 1;
}
@media (max-width: 768px) {
  .contact__item label {
    font-size: clamp(12.8px, 4.2666666667vw, 32px);
    gap: max(4.2666666667vw, 16px);
  }
}
.contact__item label .error {
  color: #D32929;
}
.contact__item label *:first-child {
  order: 1;
}
.contact__item label *:nth-child(2) {
  order: 3;
}
.contact__item label *:last-child {
  order: 2;
}
.contact__item .required {
  color: #D32929;
}
.contact__item--checkbox label {
  position: relative;
  flex-direction: row;
  align-items: center;
  padding-left: min(0.8333333333vw, 12px);
}
@media (max-width: 768px) {
  .contact__item--checkbox label {
    padding-left: max(3.2vw, 12px);
  }
}
.contact__item--checkbox label::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("../images/contact/check-circle.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .contact__item--checkbox label::before {
    width: max(6.4vw, 24px);
    height: max(6.4vw, 24px);
  }
}
.contact__item--checkbox label::after {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("../images/contact/check-circle-checked.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: none;
}
@media (max-width: 768px) {
  .contact__item--checkbox label::after {
    width: max(6.4vw, 24px);
    height: max(6.4vw, 24px);
  }
}
.contact__item--checkbox label:has(input:checked)::after {
  display: block;
}
.contact__item--checkbox .mwform-checkbox-field-text::after {
  content: "（必須）";
  font-size: clamp(12px, 1.1111111111vw, 16px);
  color: red;
}
@media (max-width: 768px) {
  .contact__item--checkbox .mwform-checkbox-field-text::after {
    font-size: clamp(12.8px, 4.2666666667vw, 32px);
  }
}
.contact__item input[type=submit] {
  color: #AFB0B6;
  border: 1px solid #AFB0B6;
  border-radius: 100vh;
  padding: min(1.1111111111vw, 16px) min(1.6666666667vw, 24px);
  font-size: clamp(12px, 1.1111111111vw, 16px);
  line-height: 1;
}
@media (max-width: 768px) {
  .contact__item input[type=submit] {
    font-size: clamp(12.8px, 4.2666666667vw, 32px);
    padding: max(2.1333333333vw, 8px) max(6.4vw, 24px);
  }
}
.contact__item input[type=submit]:hover {
  color: #fff;
  background-color: #035BB2;
  border-color: #035BB2;
}

.privacy-policy-contents {
  padding-bottom: min(10vw, 144px);
  background-color: #fff;
  border-radius: min(2.0833333333vw, 30px);
}
@media (max-width: 768px) {
  .privacy-policy-contents {
    margin-top: max(-8vw, -30px);
    border-radius: max(8vw, 30px);
    padding-top: max(14.9333333333vw, 56px);
    padding-bottom: max(14.9333333333vw, 56px);
  }
}
.privacy-policy-contents__content {
  margin-top: min(5.5555555556vw, 80px);
  font-size: clamp(12px, 1.1111111111vw, 16px);
  line-height: 2;
}
@media (max-width: 768px) {
  .privacy-policy-contents__content {
    margin-top: max(12.8vw, 48px);
    font-size: clamp(12.8px, 4.2666666667vw, 32px);
  }
}
.privacy-policy-contents__content li::before {
  content: "・";
  font-weight: 700;
  margin-right: 0.2em;
}
.privacy-policy-contents__content .privacy-date {
  margin-top: 1lh;
}

/*# sourceMappingURL=main.css.map */
