@charset "utf-8";

/*! destyle.css v2.0.2 | 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;
}

/* 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; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

@font-face {
  font-family: "Corporate Logo Bold";
  src: url("./fonts/Corporate-Logo-Bold-ver3.otf") format("opentype");
}

body {
  margin: 0;
  /* font-family: "Corporate Logo Bold", sans-serif; */
  font-family: "Noto Sans JP", sans-serif;
}

/**
 * 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;
  line-height: 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; /* 2 */
  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 */
}

/**
 * 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;
}

/* Embedded content */
/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */

/**
 * Reset form fields to make them styleable
 */

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */

[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */

select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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;
}

/**
 * 1. 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. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * 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] {
  outline: none;
}

/* Table */
/* ============================================ */

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

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

@charset "utf-8";

/********************/
/* 共通 */
/********************/

html {
  margin: 0;
}

.body {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #222222;
  line-height: normal;
}

h1,
h2,
h3,
h4,
p,
span {
  white-space: pre-line;
}

.main {
  width: 100%;
  overflow: hidden;
}

img {
  max-width: 100%;
}

a {
  display: inline-block;
  transition: 0.3s;
}

@media (hover: hover) {
  a:hover {
    opacity: 0.8;
  }
}

/********************/
/* カスタム共通 */
/********************/
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

@media screen and (max-width: 834px) {
  html {
    scroll-padding-top: 60px;
  }
}

section {
  overflow-x: hidden;
}

.under-line {
  background: linear-gradient(transparent 85%, #ffd84d 0%);
  display: inline;
  color: #222222;
}

.sp-large {
  display: block;
}

.pc-large {
  display: none;
}

.pc {
  display: none;
}

.sp {
  display: block;
}

@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }

  .sp {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .pc-large {
    display: block;
  }

  .sp-large {
    display: none;
  }
}

.swiper-wrapper {
  transition-timing-function: linear !important;
  will-change: transform;
}

.common-inner {
  padding: 0 20px;
  margin: 0 auto;
  max-width: 500px;
}

#craftsmen img {
  height: auto;
  /* width: fit-content; */
}

.cta-button {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 3px solid #fff;
  border-radius: 50px;

  font-weight: 900;
  font-size: 18px;
  display: flex;
  letter-spacing: 0.1em;
  height: 60px;
  padding: 16px 0;
  white-space: normal;
  color: #fff;
  white-space: nowrap;

  max-width: 350px;
  width: 100%;
  margin: 0 auto;

  transition: box-shadow transform 0.2s;
}

.cta-button:hover {
  box-shadow: 0px 0px 0px transparent !important;
  transform: translateY(10px);
}

.cta-button.primary {
  background: #2db7af;
  box-shadow: 0px 8px 0px #2db7af;
  font-size: clamp(18px, 2.5vw, 48px);
  max-width: fit-content;
  padding: 16px 32px;
}

@media screen and (min-width: 768px) {
  .cta-button.primary {
    padding: 48px 72px;
  }

  .cta-button.primary img {
    width: 48px;
    height: 48px;
  }
}

.cta-button.secondary {
  background: #2db7af;
  color: #fff;
  box-shadow: 0px 4px 0px #222222;
}

/* .cta-button {
  height: 90px;
  max-width: 500px;
  padding: 28px 87px;
  font-size: 24px;
} */

.cta-button02 {
  position: relative;
  height: 60px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  padding: 24px 16px;
  max-width: 350px;
  width: 100%;
  background: #06c755;
  box-shadow: 0px 3.58209px 3.58209px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  margin: 0 auto;
}

.cta-button02 .text {
  font-weight: 800;
  font-size: 18px;
  line-height: 1.44em;
  color: #fff;
  white-space: pre;
}

.cta-button02::before {
  position: absolute;
  content: "";
  background-image: url("/wp-content/themes/base/assets/img/lp-technical/cta-button02_ supplement.svg");
  background-position-x: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 35px;
  top: -18px;
}

.cta-button02:hover {
  opacity: 0.8;
  transition: opacity 0.2s;
}

.cta-button02 img {
  height: 30px;
  width: auto;
}

.floating-cta-button {
  position: fixed;
  z-index: 9;
  bottom: 18px;
  left: 50%;
  justify-content: center;
  width: 100%;
  padding: 12px 32px;
  align-items: center;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.5px;
  line-height: 100%;
  bottom: 0;
  backdrop-filter: blur(4px);
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 1px 1px 2px 0 rgb(0, 0, 0, 0.4);

  opacity: 0;
  transform: translateY(20px) translateX(-50%);

  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
}

@media screen and (min-width: 768px) {
  .cta-button02:hover {
    opacity: 0.8;
    transition: opacity 0.2s;
  }

  .cta-button02 img {
    height: 30px;
    width: auto;
  }

  .floating-cta-button {
    display: none;
  }
}

.occupations-list-container {
  max-height: 300px; /* 適切な高さに調整してください */
  overflow-y: auto;
}

main .scroll-hint-icon {
  height: 100px;
  top: calc(50% - 50px);
}

/********************/
/* ヘッダー */
/********************/

#header {
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
  background: #2db7af;
}

#header h1 {
  white-space: normal;
}

#header .header-container {
  height: 100px;
  padding: 0 20px 0 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

#header .header-container .logo-image {
  width: 237px;
  height: 50px;
}

#header .nav-container {
  display: flex;
}

#header .nav-container .nav-items {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 32px;
}

#header .nav-container .nav-item {
  width: max-content;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #fff;
}

#header .nav-container .nav-item.phone {
  height: 100px;
  display: flex;
  align-items: center;
}

#header .nav-container .nav-item.phone .cta-label {
  gap: 0;
}

#header .nav-container .nav-item .cta-message {
  margin-top: 4px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.4px;
}

#header .nav-container .nav-item.phone .phone-inner {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 21px;
  height: 100%;
  background: #ffd84d;
}

#header .nav-container .nav-item .phone-contents {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  column-gap: 6px;
  margin-top: 4px;
}

#header .nav-container .nav-item .phone-icon {
  width: 24px;
  height: 24px;
}

#header .nav-container .nav-item .phone-number {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1.6px;
}

#header .nav-container .nav-item .business-hours {
  margin-top: 4px;
  color: #000;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.4px;
}

#header .menu-button {
  display: none;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  z-index: 2;
  cursor: pointer;
}

#header .menu-button span {
  position: relative;
  background: #fff;
  width: 30px;
  height: 2px;
}

#header .menu-button span:nth-child(1) {
  transition: 0.5s all;
  transform-origin: 0;
}

#header .menu-button span:nth-child(2) {
  margin-top: 8px;
}

#header .menu-button span:nth-child(3) {
  margin-top: 8px;
  transition: 0.5s all;
  transform-origin: left bottom;
}

#header .menu-button.is-open span:nth-child(1) {
  width: 30px;
  transform: rotate(45deg);
}

#header .menu-button.is-open span:nth-child(2) {
  visibility: hidden;
}

#header .menu-button.is-open span:nth-child(3) {
  width: 30px;
  transform: rotate(-45deg);
}

.header__line {
  position: relative;
  height: 60px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  padding: 24px 24px;
  max-width: 350px;
  width: 100%;
  background: #06c755;
  box-shadow: 0px 3.58209px 3.58209px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}

.header__line__text {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.44em;
  color: #fff;
  white-space: pre;
}

@media screen and (max-width: 1150px) {
  #header .menu-button {
    display: flex;
  }

  #header .nav-container {
    flex-direction: column;
    /* display: none; */
    opacity: 0.5;
    visibility: hidden;
    z-index: 2;
    position: fixed;
    background: #fff;
    align-items: start;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 36px 4% 0 4%;
    transition: 0.5s;
    transform: translateX(100%);
  }

  #header .nav-container.is-open {
    /* display: block; */
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
  }

  #header .nav-container .nav-items {
    margin-top: 80px;

    flex-direction: column;
    align-items: start;
    gap: 24px;
    width: 100%;
  }

  #header .nav-container .nav-item {
    font-size: 20px;
    font-weight: 700;
    color: #2db7af;
    /* color: #fff; */
  }

  #header .nav-container .nav-item.offer {
    margin-top: 16px;
  }

  #header .nav-container .nav-item.offer,
  #header .nav-container .nav-item.contact {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  #header .nav-container .nav-item.offer .cta-label {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 270px;
    height: 64px;
    border-radius: 8px;
    color: #222;
    background: #ffd84d;
    padding: 24px 12px;
  }

  #header .nav-container .nav-item.contact .cta-label {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 270px;
    height: 72px;
    border-radius: 8px;
    color: #009088;
    background: #fff;
    padding: 24px 12px;
  }

  #header .nav-container .nav-item.contact .cta-label svg {
    fill: "#000";
  }

  #header .nav-container .nav-item.offer .cta-label::after,
  #header .nav-container .nav-item.contact .cta-label::after {
    display: none;
  }

  #header .menu-button.is-open span {
    background: #333;
  }

  #header .nav-container .nav-item.phone {
    position: absolute;
    background: transparent;
    bottom: 3%;
  }

  #header .nav-container .nav-item.phone .phone-inner {
    background: none;
  }

  #header .nav-container .nav-item .phone-icon path {
    fill: #fff;
  }

  #header .nav-container .nav-item .business-hours,
  #header .nav-container .nav-item .phone-number {
    color: #fff;
  }

  .nav-item:last-child {
    margin: 0 auto;
  }
}

@media screen and (max-width: 834px) {
  #header .header-container {
    height: 60px;
    padding: 0 12px 0 32px;
  }

  #header .header-container .logo-image {
    height: 27px;
    width: 125px;
  }
}

/********************/
/* ファーストビュー */
/********************/

#firstview {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 52px 20px 32px 20px;
  height: 100%;

  margin: 60px auto 0 auto;

  background-image: url("/wp-content/themes/base/assets/img/lp-technical/firstview_background_sp.jpg");
  background-position-x: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#firstview .contents-container {
  display: flex;
  row-gap: 122px;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}

#firstview .copy-container {
  row-gap: 12px;
}

#firstview .copy-container {
  display: flex;
  flex-direction: column;
  z-index: 1;
}

#firstview .copy-container .sub-title {
  display: flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  padding: 2px 10px;

  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  white-space: initial;
}

#firstview .copy-container .sub-title.green {
  font-size: 24px;
}

#firstview .copy-container .sub-title.green span {
  place-self: baseline;
}

#firstview .copy-container .main-title {
  width: fit-content;
  font-weight: 700;
  font-size: 16px;

  padding: 2px 10px;
  line-height: 100%;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;

  font-feature-settings: "palt";
  font-variant-east-asian: proportional-width;
  font-kerning: normal;
}

#firstview .copy-container .white {
  background: #ffffff;
  color: #2db7af;
  transform: matrix(1, 0, -0.17, 0.98, 0, 0);
}

#firstview .copy-container .green {
  background-color: #2db7af;
  color: #f5f5f5;
  clip-path: polygon(2% 0, 100% 0%, 98% 100%, 0% 100%);
  padding: 4px 24px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

#firstview .copy-container .logo {
  width: 107px;
  margin-top: 2px;
}

#firstview .copy-container .cross-icon {
  width: 14px;
}

#firstview .product-image.sp {
  display: flex;
  align-self: flex-end;
}

#firstview .product-image.pc {
  display: none;
}

@media screen and (min-width: 768px) {
  #firstview {
    background-image: url("/wp-content/themes/base/assets/img/lp-technical/firstview_background_pc.jpg");
    min-height: max-content;
    height: calc(100vh - 260px);
    /* height: calc(100vh - 100px); */
    padding: 0;
    margin: 0;
    margin-top: 100px;
    padding-bottom: 80px;
  }

  #firstview .contents-container {
    position: relative;
    max-width: 1118px;
    width: 95%;
    flex-direction: row;
    justify-content: space-between;
    margin: 94px auto 0 auto;
    align-items: start;
  }

  #firstview .copy-container {
    row-gap: 24px;
  }

  #firstview .copy-container .main-title {
    font-size: clamp(24px, 3.59375vw, 46px);
    padding: 4px 24px;
  }

  #firstview .copy-container .sub-title.white {
    font-size: clamp(16px, 2.8125vw, 36px);
    padding: 4px 24px;
  }

  #firstview .copy-container .sub-title.green {
    font-size: 36px;
    padding: 14px 24px;
  }

  #firstview .copy-container .logo {
    width: 184px;
  }

  #firstview .copy-container .cross-icon {
    width: 28px;
  }

  #firstview .product-image {
    width: 25%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  #firstview .product-image.sp {
    display: none;
  }
  #firstview .product-image.pc {
    display: flex;
    align-self: flex-end;
  }
}

@media screen and (max-width: 834px) {
  #firstview {
    margin-top: 60px;
  }
}

/********************/
/* 対象職種 */
/********************/

#occupations {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 0;

  background-image: url("/wp-content/themes/base/assets/img/lp-craftsmen_v2/occupations_background_sp.png");
  background-position-x: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#occupations .company-container {
  position: relative;
  display: flex;
  gap: 16px;
  flex-direction: column;
  align-items: center;
  column-gap: 2px;
}

#occupations .company-container::before {
  content: "";

  position: absolute;
  width: 453px;
  bottom: -20px;

  background-image: url("/wp-content/themes/base/assets/img/lp-craftsmen_v2/occupations_underline-long.svg");
  background-position-x: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 12px;
}

#occupations .company-container .sub-title {
  width: fit-content;
  transform: matrix(1, 0, -0.17, 0.98, 0, 0);
  font-weight: 700;
  font-size: 16px;
  color: #f5f5f5;
}

#occupations .company-container .sub-title span {
  background-color: #2db7af;
  transform: matrix(1, 0, -0.17, 0.98, 0, 0);
  padding: 6px 12px;
  line-height: 140%;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

#occupations .company-container .title {
  font-weight: 700;
  font-size: 32px;
  letter-spacing: 0em;
  transform: matrix(1, 0, -0.17, 0.98, 0, 0);
}

#occupations .title-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: end;
  column-gap: 2px;
}

#occupations .title-container::before {
  content: "";

  position: absolute;
  width: 174px;
  bottom: -8px;

  background-image: url("/wp-content/themes/base/assets/img/lp-craftsmen_v2/occupations_underline.svg");
  background-position-x: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 6px;
}

#occupations .title-container .title {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.06em;
  transform: matrix(1, 0, -0.17, 0.98, 0, 0);
}

#occupations .company-logo-container {
  padding: 60px 16px 76px 60px;
}

#occupations .company-logo-container .logo {
  height: 32px;
  width: auto;
}

#occupations .hot-occupations {
  position: relative;
  margin: 45px 12px 0 12px;
  display: flex;
  justify-content: center;
  column-gap: 8px;
  padding: 26px 12px 17px 12px;
  max-width: 1120px;
  width: 100%;
  align-self: center;

  background: #fff4cf;
}

#occupations .hot-occupations .hot-occupation {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;

  background: #2db7af;
  border-radius: 4px;
  padding: 8px 16px;
}

#occupations .hot-occupation .title {
  font-family: "Noto Sans JP";
  font-weight: 900;
  font-size: 10px;
  display: flex;
  align-items: center;
  color: #ffffff;
  white-space: nowrap;
}

#occupations .hot-occupation .title .hash-tag {
  font-size: 12px;
  margin-right: 4px;
}

#occupations .attention {
  position: absolute;
  width: auto;
  height: 31px;
  left: 50%;
  transform: translateX(-50%);
  top: -16px;
}

#occupations .occupations {
  margin: 16px 24px 16px 24px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 8px;
  row-gap: 8px;
}

#occupations .occupations .occupation {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px 12px;
  /* background: #2db7af; */
  border: 1px solid #2db7af;
  border-radius: 4px;

  font-weight: 900;
  font-size: 12px;
}

#occupations .cta-button.primary {
  margin-top: 24px;
}

#occupations .occupations .occupation .hash-tag {
  font-size: 15px;
  margin-right: 4px;
  color: #2db7af;
}

@media screen and (min-width: 768px) {
  #occupations {
    padding: 120px 0;
    background-image: url("/wp-content/themes/base/assets/img/lp-craftsmen_v2/occupations_background_pc.png");
  }

  #occupations .title-container {
    column-gap: 4px;
    max-width: 991px;
    width: 95%;
    margin: 0 auto;
  }

  #occupations .title-container::before {
    position: absolute;
    width: 362px;
    height: 12px;
    bottom: -12px;
  }

  #occupations .title-container .title {
    font-size: 48px;
  }

  #occupations .title-container .icon {
    width: 60px;
  }

  #occupations .hot-occupations {
    margin: 84px 75px 0 75px;

    column-gap: 16px;
    padding: 41px 25px 25px 25px;
  }

  #occupations .hot-occupations .hot-occupation {
    flex-direction: row;
    column-gap: 8px;
    justify-content: center;
    flex: 1;
    border-radius: 12px;
    padding: 19px 6px;
  }

  #occupations .hot-occupation .icon {
    width: 50px;
  }

  #occupations .hot-occupation .title {
    font-size: clamp(14px, 2vw, 36px);
  }

  #occupations .hot-occupation .title .hash-tag {
    font-size: clamp(16px, 3.33vw, 48px);
  }

  #occupations .attention {
    height: 51px;
    top: -26px;
  }

  #occupations .occupations {
    margin: 24px 100px 0 100px;

    column-gap: 22px;
    row-gap: 17px;
  }

  #occupations .occupations .occupation {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 24px;
    border-radius: 12px;
    border: 3px solid #2db7af;

    font-size: clamp(16px, 2.5vw, 32px);
  }

  #occupations .occupations .occupation .hash-tag {
    font-size: clamp(16px, 2.5vw, 32px);
  }
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

#occupations .company-logo-container {
  display: flex;
  overflow: hidden;
}

#occupations .company-lists-container {
  display: flex;
  flex-direction: row;
  padding-right: 24px;
  gap: 40px 24px;
}

#occupations .company-lists {
  display: flex;
  flex-direction: row;
  list-style: none;
  gap: 40px 24px;
}

#occupations .scroll-infinity {
  animation: infinity-scroll-left 20s infinite linear 0s both;
}

#occupations .company-list {
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
}

#occupations .company-list > img {
  height: 38px;
  width: auto;
  max-width: fit-content;
}

@media screen and (max-width: 768px) {
  #occupations .company-container::before {
    max-width: 313px;
    width: 80%;
  }

  #occupations .company-container .sub-title span {
    font-size: 13px;
  }

  #occupations .company-container .title {
    font-size: 20px;
  }

  #occupations .company-logo-container {
    padding-top: 48px;
    padding-bottom: 32px;
  }

  #occupations .company-list {
    height: 34px;
  }

  #occupations .company-list > img {
    height: 34px;
  }
}

@media screen and (max-width: 480px) {
  #occupations .company-lists-container {
    flex-direction: column;
  }
}

/********************/
/* 職人BASEとは？ */
/********************/

#about {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 0 24px 0;

  background-image: url("/wp-content/themes/base/assets/img/lp-technical/about_background-sp.png");
  background-position-x: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#about .about-inner {
  display: flex;
  flex-direction: column;
  column-gap: 30px;
  max-width: 1120px;
  width: 100%;
}

#about .title-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-weight: 900;
  font-size: 24px;
  background: #2db7af;
  padding: 24px 0;
  text-align: center;
  color: #fff;
}

#about .title {
  position: relative;
  width: fit-content;
  margin-left: -80px;
  font-weight: 800;
  font-size: 24px;
  color: #2db7af;
}

#about .title.sp {
  background: #2db7af;
  text-align: center;
  color: #fff;
}

#about .title .float {
  transform: rotate(-5deg);
  /* right: -16px;
  bottom: -36px; */
  position: absolute;
  width: max-content;
  color: #fff;
}

#about .craftsmen-image {
  width: 100%;
  /* margin: 38px auto 0 auto; */
}

#about .copy-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 8px;

  padding: 0 16px 44px 26px;
  margin-top: -14px;
}

#about .copy-container .copy-title {
  padding: 4px 14px;
  margin: 0 auto;
  width: fit-content;
  background: #2db7af;
  transform: matrix(1, 0, -0.17, 0.98, 0, 0);

  color: #fff;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.05em;
}

#about .copy-container .copy-description {
  font-weight: 700;
  font-size: 14px;
  line-height: 200%;
  text-align: center;
  color: #222222;
}

#about .copy-container .copy-description span {
  font-size: 12px;
  line-height: 140%;
}

#about .description {
  position: relative;
  font-weight: 900;
  font-size: 14px;
  line-height: 160%;
  background: #fff;
  margin-left: 16px;
  margin-right: 16px;
  padding: 24px 20px;
  border: 1px solid #2db7af;
}

#about .description span {
  background: linear-gradient(transparent 85%, #ffd84d 0%);
  display: inline;
}

#about .agreement-icon {
  position: absolute;
  left: 50%;
  top: -24px;
  transform: translateX(-50%);
}

@media screen and (min-width: 1024px) {
  #about {
    padding: 86px 28px 80px 28px;
    background-image: url("/wp-content/themes/base/assets/img/lp-technical/about_background-pc.png");
  }

  #about .about-inner {
    flex-direction: row;
    align-items: center;
  }

  #about .title-wrapper {
    flex: 1;
  }

  #about .contents-wrapper {
    flex: 1;
  }

  #about .title {
    font-size: 54px;
    margin-left: 0;
  }

  #about .title-container {
    background: transparent;
  }

  #about .title .float {
    position: absolute;
    transform: rotate(-5deg);
    color: #2db7af;
  }

  #about .logo {
    width: 353px;
  }

  #about .craftsmen-image {
    margin-top: 40px;
    max-width: 970px;
    width: 90%;
  }

  #about .copy-container {
    row-gap: 16px;
    padding: 64px 0 46px 0;
    text-align: center;
  }

  #about .copy-container .copy-title {
    padding: 15px 26px;
    font-size: 30px;
    width: fit-content;
    margin: 0 auto;
  }

  #about .copy-container .copy-title span {
    font-size: 20px;
  }

  #about .copy-container .copy-description {
    font-size: 24px;
  }

  #about .copy-container .copy-description span {
    font-size: 18px;
  }

  #about .description {
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 160%;
    padding: 46px 26px;
    margin: 0;
  }

  #about .description span {
    background: linear-gradient(transparent 85%, #ffd84d 0%);
    display: inline;
  }

  #about .agreement-icon {
    width: 83px;
    height: 83px;
    top: -41px;
  }
}

/********************/
/* 機能とメリット */
/********************/

#features {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  padding: 44px 18px;

  background-image: url("/wp-content/themes/base/assets/img/lp-technical/features_background-sp.png");
  background-position-x: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#features > .title {
  text-align: center;
  font-weight: 900;
  font-size: 24px;
  letter-spacing: 0.1em;
}

#features .merits {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}

#features .merit {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}

#features .merit .description {
  font-weight: 700;
  font-size: 14px;
  line-height: 180%;
}

@media screen and (min-width: 768px) {
  #features {
    row-gap: 80px;
    padding: 80px 28px 40px 28px;

    background-image: url("/wp-content/themes/base/assets/img/lp-technical/features_background-pc.png");
  }

  #features > .title {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 8px;
    font-size: 48px;
    letter-spacing: 0;
  }

  #features .logo {
    width: 290px;
  }

  #features .merits {
    max-width: 1092px;
    margin: 0 auto;
    row-gap: 80px;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  #features .merit {
    justify-content: start;
    align-items: start;
    flex-direction: column;
    row-gap: 24px;
    width: 46%;
  }

  #features .merit .merit-image {
    width: 100%;
  }

  #features .merit .description {
    font-size: 21px;
    text-align: left;
  }
}

/********************/
/* 掲載中の求人募集 */
/********************/
#job {
  padding: 90px 12px 135px 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  overflow: hidden;

  background-image: url("/wp-content/themes/base/assets/img/lp-technical/job_background_sp.jpg");
  background-position-x: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#job .sub-title {
  position: relative;

  color: white;
  font-weight: 900;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.2em;
  font-style: italic;
}

#job > .sub-title::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: -32px;
  height: 100%;
  width: 18px;

  background-image: url("/wp-content/themes/base/assets/img/lp-technical/job_leftbar.svg");
  background-position-x: center;
  background-size: contain;
  background-repeat: no-repeat;
}

#job > .sub-title::after {
  content: "";
  position: absolute;
  bottom: -8px;
  right: -44px;
  height: 100%;
  width: 18px;

  background-image: url("/wp-content/themes/base/assets/img/lp-technical/job_rightbar.svg");
  background-position-x: center;
  background-size: contain;
  background-repeat: no-repeat;
}

#job > .title {
  margin-top: 16px;

  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.2em;

  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;

  background: #fff;
  color: #222222;
  transform: matrix(1, 0, -0.17, 0.98, 0, 0);
}

#job > .description {
  margin-top: 16px;
  color: #fff;

  font-weight: 900;
  font-size: 16px;
  line-height: 200%;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.05em;
}

#job .job-image {
  width: 150vw;
  margin-inline: calc(50% - 50vw);
  max-width: none;
  margin-top: 38px;
}

#job > .cta-button {
  margin-top: 24px;
}

@media screen and (min-width: 768px) {
  #job {
    padding: 151px 0;
    background-image: url("/wp-content/themes/base/assets/img/lp-technical/job_background_pc.jpg");
  }

  #job .sub-title {
    font-size: 40px;
  }

  #job > .sub-title::before {
    bottom: -8px;
    left: -36px;
    height: 100%;
    width: 18px;
  }

  #job > .sub-title::after {
    content: "";
    position: absolute;
    bottom: -8px;
    right: -24px;
    height: 100%;
    width: 18px;
  }

  #job > .title {
    font-size: 48px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }

  #job > .description {
    margin-top: 40px;
    font-size: 24px;
  }

  #job .job-image {
    margin-top: 80px;
    max-width: 1230px;
    width: 100%;
    margin: 66px auto 0 auto;
  }

  #job > .cta-button {
    margin-top: 32px;
  }
}

#job .cases {
  margin-top: 40px;
  width: 100%;
}

#job .cases .case {
  padding: 0;
  background: white;
  box-shadow:
    0px 16px 32px -4px rgba(12, 12, 13, 0.1),
    0px 4px 4px -4px rgba(12, 12, 13, 0.05);
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
  height: auto;
}

#job .cases .case .swiper-slide-item {
  height: 100%;
}

#job .case .image-banner {
  width: 100%;
  max-width: none;
}
#job .case .operator-icon {
  position: absolute;
  right: 12px;
  top: -20px;
  width: 40px;
  height: 40px;
}

#job .case .title {
  position: relative;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 140%;
  text-align: center;

  color: #ffffff;
  background: #2fc6bd;
  padding: 8px 8px;
}

#job .case .salary-container {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 8px;
  padding: 9px 16px 20px 16px;
}

#job .salary-container .label {
  padding: 4px 0;
  border: 1px solid #333;
  writing-mode: vertical-lr;

  font-size: 12px;
  font-weight: bold;
  line-height: 140%;
  letter-spacing: 0.12em;
}

#job .salary-container .salary-numbers {
  display: flex;
  align-items: baseline;
  font-size: 15px;
  letter-spacing: 0.14em;
  font-weight: bold;
}

#job .salary-container .number {
  font-size: 28px;
  letter-spacing: 0.14em;
  margin-right: -0.14em;
  font-weight: bold;
  color: #ff0000;
  white-space: nowrap;
}

#job .salary-container .unit {
  font-size: 15px;
  letter-spacing: 0.14em;
  font-weight: bold;
}

#job .case .description-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 20px;
  width: 100%;
}

#job .case .description-container .title {
  font-size: 15px;
  letter-spacing: 0.2em;
  font-weight: bold;
  color: white;
  padding: 3px 16px;
  min-height: 29px;
  width: 70%;
  background-color: #2db7af;
  text-align: center;
  border-radius: 5px;
}

#job .case .description {
  font-weight: 800;
  font-size: 12px;
  line-height: 160%;
  letter-spacing: 0.2em;
  text-align: center;

  padding: 22px 18px;
  width: 100%;
  background: #eaeaea;
  border-radius: 5px;
  margin-top: -16px;
}

#job .case .tag-containers {
  padding: 16px 0 28px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 8px;
  row-gap: 8px;

  width: 90%;
  margin: 0 auto;
}

#job .case .tag-container {
  width: 48%;
  text-align: center;
}

#job .case .tag-container .tag {
  font-weight: 800;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  letter-spacing: 0.05em;

  padding: 2px 6px;
  background: #ffd74e;
  border-radius: 4px;
}

#job .case .tag-container .tag-content {
  font-weight: 700;
  font-size: 12px;
  line-height: 180%;
  letter-spacing: 0.2em;
}

#job .showmore {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;

  /* margin-top: 40px; */
  margin: 40px calc(50% - 50vw) 0 calc(50% - 50vw);
  width: 100vw;
  padding: 20% 0;

  background-image: url("/wp-content/themes/base/assets/img/lp-technical/cases_showmore.png");
  background-position-x: center;
  background-size: cover;
  background-repeat: no-repeat;

  aspect-ratio: 335/ 390;
}

#job .showmore .title {
  font-weight: 900;
  font-size: 20px;
  line-height: 200%;
  color: #ffffff;
  text-align: center;
}

#job .showmore .description {
  margin-top: 8px;

  font-weight: 900;
  font-size: 13px;
  line-height: 200%;
  letter-spacing: 0.05em;
  color: #ffffff;
}

#job .showmore .cta-link {
  margin-top: 27px;

  font-weight: 900;
  font-size: 13px;
  line-height: 200%;
  letter-spacing: 0.05em;
  color: #ffffff;
  text-decoration: underline;
}

/* #job .cases {
  margin-top: 40px;
  width: 100%;
}

#job .cases .case {
  background: white;
  box-shadow: 0px 16px 32px -4px rgba(12, 12, 13, 0.1),
    0px 4px 4px -4px rgba(12, 12, 13, 0.05);
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
  min-height: 400px;
}

#job .case .image-banner {
  width: 100%;
  max-width: none;
}
#job .case .operator-icon {
  position: absolute;
  right: 12px;
  top: -20px;
  width: 40px;
  height: 40px;
}

#job .case .title {
  position: relative;
  font-weight: 800;
  font-size: 15px;
  letter-spacing: 0.2em;

  color: #ffffff;
  background: #2fc6bd;
  padding: 5px 50px 10px 50px;
}

#job .case .description-container {
  display: flex;
  flex-direction: column;
  padding: 7px 20px;
  background: #f5f5f5;
}

#job .case .description {
  font-weight: 800;
  font-size: 12px;
  line-height: 180%;
  letter-spacing: 0.2em;
}

#job .case .tag-containers {
  padding: 7px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 8px;
}

#job .case .tag-container {
  width: 45%;
  text-align: center;
}

#job .case .tag-container .tag {
  font-weight: 800;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.05em;

  padding: 2px 10px;
  background: #ffd74e;
  border-radius: 4px;
}

#job .case .tag-container .tag-content {
  font-weight: 700;
  font-size: 12px;
  line-height: 180%;
  letter-spacing: 0.2em;
} */

@media screen and (min-width: 360px) {
  #job .cases .case {
    /* min-height: 380px; */
  }
}

@media screen and (min-width: 768px) {
  #job .cases .case {
    /* min-height: 400px; */
  }
}

#job {
  position: relative;
}

#job .floating-image-container {
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}

#job .floating {
  display: none;
  position: absolute;
  width: min(11vw, 146px);
  height: min(11vw, 146px);
}

#job .image01 {
  top: -32px;
  left: 0;
}

#job .image02 {
  top: 146px;
  left: 70px;
}

#job .image03 {
  top: -32px;
  right: 0;
}

#job .image04 {
  top: 146px;
  right: 70px;
}

@media screen and (max-width: 1024px) {
  #job .floating-image-container {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  #job .floating-image-container {
    display: flex;
    flex-direction: column;
  }

  #job .floating {
    position: relative;
    inset: 0;
    width: 78px;
    height: 78px;
    margin-bottom: 12px;
  }

  #job .floating-image-container .top {
    display: flex;
    justify-content: center;
    gap: 22px;
  }

  #job .floating-image-container .bottom {
    margin-top: -39px;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
}

/********************/
/* 職人BASEのはじめかた */
/********************/

#how-to-start {
  display: flex;
  flex-direction: column;
  padding: 46px 20px 40px 20px;
  background: #2db7af;

  background-image: url("/wp-content/themes/base/assets/img/lp-technical/about_background_sp.png");
  background-position-x: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#how-to-start .sub-title {
  font-weight: 800;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.1em;
  font-style: italic;
}

#how-to-start .sub-title em {
  font-size: 20px;
}

#how-to-start > .title {
  margin-top: 8px;
  display: flex;
  justify-content: center;
  align-items: baseline;
  column-gap: 8px;
  font-weight: 800;
  font-size: 20px;
}

#how-to-start .steps {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 42px;
  margin-top: 40px;
}

#how-to-start .step {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #f5f5f5;
  border: 1px solid #222222;
  border-radius: 20px;
  width: 100%;
  max-width: 300px;
}

#how-to-start .step::before {
  content: "";
  position: absolute;
  bottom: -30px;
  background-image: url("/wp-content/themes/base/assets/img/lp-technical/right-arrow.svg");
  background-image: url("/wp-content/themes/base/assets/img/lp-company/svg/right-arrow-padding.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
}

#how-to-start .step:last-child:before {
  display: none;
}

#how-to-start .title-container {
  display: flex;
  column-gap: 8px;
  align-items: center;
  background: #222222;
  padding: 9px 12px;
  border-radius: 16px 16px 0 0;
}

#how-to-start .title-container .step-count {
  font-family: "Roboto";
  font-weight: 700;
  font-size: 36px;
  color: #ffffff;
  font-style: italic;
}

#how-to-start .title-container .title {
  font-weight: 700;
  font-size: 18px;
  line-height: 180%;
  letter-spacing: 0.1em;

  color: #ffffff;
}

#how-to-start .image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 18px;
}

@media screen and (min-width: 768px) {
  #how-to-start {
    padding: 82px 28px;
    background-image: url("/wp-content/themes/base/assets/img/lp-technical/about_background_pc.png");
  }

  #how-to-start .sub-title {
    font-weight: 800;
    font-size: 32px;
  }

  #how-to-start .sub-title em {
    font-size: 40px;
    font-style: normal;
  }

  #how-to-start > .title {
    margin-top: 16px;
    column-gap: 12px;
    font-size: 40px;
  }

  #how-to-start .logo {
    width: 292px;
  }

  #how-to-start .steps {
    flex-direction: row;
    justify-content: center;
    column-gap: 80px;
    margin-top: 80px;
  }

  #how-to-start .step::before {
    bottom: auto;
    right: -55px;
    top: 50%;
    left: auto;
    transform: translateY(-50%);
  }

  #how-to-start .step:last-child:before {
    display: none;
  }

  #how-to-start .title-container {
    padding: 9px 0px 2px 8px;
  }

  #how-to-start .image-container img {
    height: 73px;
    width: auto;
  }
}

/********************/
/* 企業とつながるには？ */
/********************/

#connect-company {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  padding: 40px 48px;

  background-image: url("/wp-content/themes/base/assets/img/lp-technical/connect-company_background_sp.png");
  background-position-x: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#connect-company > .title {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  align-items: center;
  font-weight: 900;
  font-size: 24px;
  letter-spacing: 0.1em;
}

#connect-company > .title .first-line {
  display: flex;
  column-gap: 8px;
  justify-content: center;
  align-items: baseline;
}

#connect-company .cases {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}

#connect-company .case {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#connect-company .case .title {
  margin-top: 16px;

  font-weight: 700;
  font-size: 20px;
  color: #2db7af;
}

#connect-company .case .description {
  font-weight: 700;
  font-size: 13px;
  line-height: 180%;
}

@media screen and (min-width: 768px) {
  #connect-company {
    row-gap: 124px;
    padding: 80px 0;

    background-image: url("/wp-content/themes/base/assets/img/lp-technical/connect-company_background_pc.png");
  }

  #connect-company > .title {
    flex-direction: row;
    justify-content: center;
    align-items: baseline;
    font-size: 40px;
    letter-spacing: 0;
  }

  #connect-company > .title .first-line {
    display: flex;
    column-gap: 8px;
    justify-content: center;
    align-items: baseline;
  }

  #connect-company .logo {
    width: 290px;
  }

  #connect-company .cases {
    row-gap: 90px;
    max-width: 1080px;
    width: 90%;
    margin: 0 auto;
  }

  #connect-company .case {
    display: flex;
    justify-content: start;
    flex-direction: row;
    border: 1px solid #2db7af;
    border-radius: 8px;
    column-gap: 20px;
  }

  #connect-company .case .content-container {
    position: relative;

    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    row-gap: 8px;
    padding: 18px 20px;
  }

  #connect-company .case .step-bubble {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -18px;
  }

  #connect-company .case .color-box {
    position: relative;
    width: 20%;
    height: 140px;
    min-width: 20%;
    background-color: #2db7af;
    border-radius: 6px 0 0 6px;
  }

  #connect-company .color-box .app-image {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
  }

  #connect-company .case .title {
    font-family: "Corporate Logo Bold", sans-serif;
    margin: 0;
    font-size: min(max(16px, 2.5vw), 32px);
  }

  #connect-company .case .description {
    font-size: 16px;
    line-height: normal;
  }
}

@media screen and (min-width: 1024px) {
  #connect-company > .title {
    flex-direction: row;
    justify-content: center;
    font-size: 48px;
    letter-spacing: 0;
  }
}

/********************/
/* お客様の声 */
/********************/

#voice {
  padding: 84px 16px 132px 16px;
  background-image: url("/wp-content/themes/base/assets/img/lp-craftsmen_v2/voice_background.jpg");
  background-position-x: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#voice .voice-inner {
  max-width: 1048px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#voice .main-title {
  display: flex;
  flex-direction: row;
  align-items: end;
  gap: 12px;
  color: white;
  font-size: 32px;
}

#voice .main-title span {
  font-size: 64px;
  font-weight: 900;
  line-height: 100%;
  letter-spacing: 0.1em;
}

#voice .main-title span {
  transform: matrix(1, 0, -0.17, 0.98, 0, 0);
}

#voice .main-title .logo {
  width: 237px;
  height: 50px;
}

#voice .interview-container {
  position: relative;
  margin-top: 80px;
  display: flex;
  flex-direction: row;
  gap: 22px;
  padding: 20px 24px;
  background-color: #fff;
  border-radius: 8px;
}

#voice .interview-bubble {
  position: absolute;
  left: 40%;
  transform: translateX(-50%);
  top: -44px;
}

#voice .content-container {
  flex: 1;
  display: flex;
  flex-direction: column;
}

#voice .content-container .sub-title {
  transform: matrix(1, 0, -0.17, 0.98, 0, 0);
}

#voice .content-container .sub-title span {
  background-color: #2db7af;
  padding: 8px 45px;
  font-weight: 700;
  font-size: 32px;
  line-height: 190%;

  color: #f5f5f5;
}

#voice .tags {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;

  margin-top: 28px;
}

#voice .tag {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0.1em;
  padding: 8px 20px;

  background: rgba(45, 183, 175, 0.2);
  border-radius: 2px;
}

#voice .description {
  margin-top: 20px;

  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
}

#voice .tags.sp,
#voice .description.sp {
  display: none;
}

#voice .image-container {
  width: 222px;
}

#voice .voice-bubbles {
  margin-top: 44px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

#voice .voice-bubble {
  display: flex;
  gap: 53px;
}

#voice .voice-bubbles .voice-bubble:nth-child(2n) {
  flex-direction: row-reverse;
}

#voice .voice-bubbles .voice-bubble:nth-child(2n - 1) {
  flex-direction: row;
  align-items: center;
}

#voice .voice-bubble .bubble-icon {
  width: 116px;
  height: 116px;
}

#voice .voice-bubble .bubble {
  position: relative;
  padding: 28px 56px;
  height: fit-content;
  background: #fff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 20px;

  font-size: 20px;
  font-weight: bold;
  line-height: 150%;
  white-space: normal;

  max-width: calc(100% - 116px * 2 - 53px * 2);
}

#voice .voice-bubbles .voice-bubble:nth-child(2n) .bubble::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  right: -13px;
  top: 36px;
  background-image: url("/wp-content/themes/base/assets/img/lp-craftsmen_v2/right-triangle.svg");
  background-position-x: center;
  background-size: contain;
  background-repeat: no-repeat;
}

#voice .voice-bubbles .voice-bubble:nth-child(2n-1) .bubble::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  left: -13px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("/wp-content/themes/base/assets/img/lp-craftsmen_v2/left-triangle.svg");
  background-position-x: center;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  #voice .main-title span {
    font-size: 34px;
    white-space: nowrap;
  }

  #voice .main-title .logo {
    width: 132px;
    height: 27px;
  }

  #voice .content-container .sub-title span {
    padding: 4px 16px;
  }

  #voice .image-container {
    width: 160px;
  }

  #voice .content-container .tag {
    font-size: 14px;
    padding: 6px;
  }
}

@media screen and (max-width: 480px) {
  #voice {
    padding: 40px 16px;
  }

  #voice .main-title {
    font-size: 24px;
  }

  #voice .main-title span {
    font-size: 22px;
    white-space: nowrap;
  }

  #voice .main-title .logo {
    width: 132px;
    height: 27px;
  }

  #voice .interview-container {
    margin-top: 80px;
    flex-direction: column;
    gap: 12px;
    padding: 32px 16 20px 16px;
  }

  #voice .interview-bubble {
    left: 50%;
  }

  #voice .content-container {
    flex: 1;
    display: flex;
    flex-direction: column;
  }

  #voice .sub-title span {
    font-size: 26px;
  }

  #voice .tags {
    gap: 4px;
    margin-top: 12px;
  }

  #voice .tag {
    font-size: 14px;
    line-height: 120%;
    padding: 6px;
  }

  #voice .description {
    margin-top: 16px;
  }

  #voice .tags.sp,
  #voice .description.sp {
    display: flex;
  }

  #voice .tags.pc,
  #voice .description.pc {
    display: none;
  }

  #voice .image-container {
    width: 100%;
  }

  #voice .image-container .user-image {
    width: 100%;
  }

  #voice .voice-bubbles {
    margin-top: 44px;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  #voice .voice-bubble {
    gap: 16px;
  }

  #voice .voice-bubble .bubble-icon {
    width: 73px;
    height: 73px;
  }

  #voice .voice-bubble .bubble {
    position: relative;
    padding: 12px 20px;

    font-size: 16px;
    max-width: 100%;
  }

  #voice .voice-bubbles .voice-bubble:nth-child(2n) .bubble::before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    right: -13px;
    top: 36px;
    background-image: url("/wp-content/themes/base/assets/img/lp-craftsmen_v2/right-triangle.svg");
    background-position-x: center;
    background-size: contain;
    background-repeat: no-repeat;
  }

  #voice .voice-bubbles .voice-bubble:nth-child(2n-1) .bubble::before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    left: -13px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url("/wp-content/themes/base/assets/img/lp-craftsmen_v2/left-triangle.svg");
    background-position-x: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
}

/********************/
/* よくある質問 */
/********************/

#faq {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
  padding: 32px 20px 68px 20px;
  max-width: 1000px;
  margin: 0 auto;
}

#faq > .title {
  text-align: center;
  font-weight: 900;
  font-size: 24px;
  letter-spacing: 0.1em;
}

#faq .faqs {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}

#faq .faqs .faq {
  display: flex;
  flex-direction: column;
  column-gap: 8px;
  row-gap: 8px;
}

#faq .question-container {
  display: flex;
  box-shadow: 0px 0.5px 1px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  overflow: hidden;
}

#faq .question-container .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;

  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #ffffff;
  background: #2db7af;
}

#faq .question-container .title {
  font-weight: 700;
  font-size: 16px;

  padding: 10px 12px;
}

#faq .answer-container {
  display: flex;
  box-shadow: 0px 0.5px 1px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  overflow: hidden;
}

#faq .answer-container .icon {
  display: flex;
  justify-content: center;
  padding: 24px 10px;

  color: #2db7af;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 20px;
}

#faq .answer-container .description {
  overflow: hidden;
  font-weight: 700;
  font-size: 14px;
  line-height: 180%;

  padding: 24px 8px 24px 12px;
}

#faq .description .attention {
  color: #2db7af;
  font-size: 12px;
}

#faq .description .occupations-list-container {
  min-height: 350px;
  overflow: auto;
}

#faq .description .occupations-list {
  width: 100%;
  max-width: auto;
  min-width: 600px;
}

@media screen and (min-width: 768px) {
  #faq {
    row-gap: 80px;
    padding: 80px 0;
  }

  #faq > .title {
    font-size: 48px;
  }

  #faq .faqs {
    row-gap: 80px;
    max-width: 1180px;
    width: 95%;
    margin: 0 auto;
  }

  #faq .question-container .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 32px;

    font-size: 40px;
  }

  #faq .question-container .title {
    font-size: 20px;

    padding: 25px 27px;
  }

  #faq .answer-container .icon {
    padding: 0 32px;

    font-size: 40px;
  }

  #faq .answer-container .description {
    font-size: 20px;
    padding: 25px 27px;
  }

  #faq .description .attention {
    color: #2db7af;
    font-size: 16px;
  }

  #faq .description .occupations-list-container {
    min-height: 500px;
    overflow: auto;
  }

  #faq .description .occupations-list {
    margin-top: 32px;
  }
}

#faq .question-container {
  cursor: pointer;
  position: relative;
}

#faq .toggle-icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
}

#faq .toggle-icon::before,
#faq .toggle-icon::after {
  content: "";
  position: absolute;
  background-color: #2db7af;
  transition: transform 0.3s ease;
}

#faq .toggle-icon::before {
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  transform: translateY(-50%);
}

#faq .toggle-icon::after {
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  transform: translateX(-50%);
}

#faq .question-container.active .toggle-icon::after {
  transform: translateX(-50%) rotate(90deg);
}

#faq .answer-container {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

#faq .answer-container.active {
  max-height: 1000px;
  transition: max-height 0.5s ease-in;
}

/********************/
/* CTA */
/********************/

#cta {
  padding: 40px 64px;
  background-image: url("/wp-content/themes/base/assets/img/lp-craftsmen_v2/cta_background-pc.jpg");
  background-position-x: center;
  background-size: cover;
  background-repeat: no-repeat;

  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

#cta .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 200%;
  letter-spacing: 0.05em;
  text-align: center;
}

#cta .tel-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

#cta .business-hours {
  font-weight: 500;
  font-size: 24px;
  line-height: 144%;
  color: #2db7af;
}

#cta .tel {
  font-weight: 900;
  font-size: 30px;
  line-height: 144%;
  color: #2db7af;
  padding: 0;
  margin: 0 !important;
  border: none;
}

#cta .tel-cta-button {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 18px 58px;
  background: #2db7af;
  color: #fff;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.25);
  border-radius: 37.5px;
}

#cta .tel-cta-button .tel-icon {
  height: 25px;
  width: 25px;
}

@media screen and (max-width: 480px) {
  #cta {
    padding: 35px 16px 144px 16px;
    background-image: url("/wp-content/themes/base/assets/img/lp-craftsmen_v2/cta_background-sp.jpg");
    background-position: bottom;
    gap: 26px;
  }

  #cta .title {
    font-size: 16px;
  }

  #cta .business-hours {
    font-size: 18px;
  }

  #cta .tel {
    font-size: 22px;
  }

  #cta .tel-cta-button {
    padding: 18px 58px;
    font-size: 16px;
    margin-top: 12px;
  }
}

/********************/
/* フッター */
/********************/

.footer {
  padding: 40px 0px;
  background-color: #2fc6bd;
}

@media screen and (max-width: 768px) {
  .footer {
    padding: 40px 0 122px;
  }
}

.footer__text {
  padding-bottom: 14px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  border-bottom: 1px solid #fff;
  white-space: normal;
}
.footer_address,
.footer__copy {
  margin-top: 10px;
  display: block;
  text-align: center;
  font-size: 11px;
  color: #fff;
}

/************************************************************/
/* CONTACT */
/************************************************************/

/********************/
/* お問い合わせ */
/********************/

.K3_headline {
  display: none;
}

#contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 15px;
  background: #2db7af;
}

#contact .title {
  font-weight: 900;
  font-size: 24px;
  letter-spacing: 0.1em;
  color: #ffffff;
}

#contact .description {
  margin-top: 20px;
  font-weight: 900;
  font-size: 16px;
  line-height: 200%;
  letter-spacing: 0.05em;
  color: #ffffff;

  text-align: center;
}

#contact .contact__form {
  margin-top: 40px;
  max-width: 1120px;
  width: 95%;
  background: #fff;
}

#contact .wpcf7 {
  padding: 20px;
}

@media screen and (min-width: 767px) {
  #contact {
    padding: 80px 15px;
  }

  #contact .title {
    font-size: 48px;
  }

  #contact .description {
    margin-top: 40px;
    font-size: 24px;
  }

  #contact .contact__form {
    margin-top: 40px;
    max-width: 1120px;
    width: 95%;
    background: #fff;
  }

  #contact .wpcf7 {
    padding: 40px;
  }
}

.contact__field__input--area {
  height: 160px;
}

.contact__privacy {
  margin-top: 8px;
  height: 145px;
}

.contact__form__check {
  margin-top: 10px;
}

.contact__field__button {
  margin-top: 50px;
}

.contact-form {
  margin-top: 16px;
}

.contact-form table {
  max-width: 100%;
  width: 100%;
}

.contact-form tbody {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}

.contact-form tr {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}

.contact-form td {
  font-size: 16px;
  font-family:
    Noto Sans JP,
    sans-serif;
  font-weight: 500;
  line-height: 1;
  display: flex;
  column-gap: 4px;
  width: 100%;
}

.contact-form td.td {
  display: block;
}

.contact-form .required,
.contact-form .optional {
  font-size: 10px;
  padding: 4px;
  color: #fff;
  border-radius: 4px;
}

.contact-form .required {
  background: #db7161;
}

.contact-form .optional {
  background: #f3b65a;
}

.contact-form input,
.contact-form textarea {
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 100%;
  padding: 4px 8px;
}

.contact-form input {
  height: 36px;
}

.contact-form textarea {
  height: 80px;
}

.contact-form .privacy-text {
  margin-top: 8px;
  font-size: 12px;
}

.contact-form .privacy-text a {
  text-decoration: underline;
  color: #6298cd;
}

.contact-form input[type="submit"],
.contact-form input.wpcf7-submit {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 42px;
  height: auto;
  width: 320px;
  padding: 7px 16px;

  color: #fff;
  background: #f2ac1f;
  border: none;

  display: flex;
  margin: 16px auto 0 auto;
  text-align: center;
  transition: 0.3s;
}

.contact-form input[type="submit"]:hover,
.contact-form input.wpcf7-submit:hover {
  opacity: 0.8;
}

.wpcf7-not-valid-tip {
  margin-top: 4px;
  font-size: 12px;
  color: red;
}

.screen-reader-response ul {
  display: none;
}

.wpcf7-response-output {
  display: none;
}

@media screen and (max-width: 768px) {
  .contact-form input[type="submit"],
  .contact-form input.wpcf7-submit {
    width: 100%;
  }
}

@media screen and (max-width: 1199px) {
  #contact {
    scroll-margin-top: 60px;
  }
  .order-contact-area {
    padding-bottom: 8vh;
  }
  .order-contact-info-text {
    font-size: 1.6rem;
    line-height: 2;
  }
  .order-price-pricetable-title1::before {
    padding: 20px 10px;
    top: -3%;
    left: -10px;
    font-size: 18px;
  }
  .order-price-pricetable-title1 {
    padding: 4.3vw 0;
  }
  .order-contact-info {
    width: 90vw;
    font-size: 0.7em;
    margin: 3vh auto;
  }

  .contact-form table,
  .contact-form .privacy-policy_wrapper,
  .contact-form .wpcf7-form-control.wpcf7-submit {
  }
  .order-contact-content {
    width: 90vw;
  }
  .contact-form tr {
    margin-bottom: 20px !important;
  }
}

.contact-form select {
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 100%;
  padding: 4px 8px;
  height: 36px;
  font-size: 16px;
  font-family:
    Noto Sans JP,
    sans-serif;
  background-color: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 16px;
  padding-right: 32px;
}

.contact-form select::-ms-expand {
  display: none;
}

@media screen and (max-width: 768px) {
  .contact-form select {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .ambassador__photo {
    top: auto;
    bottom: 60px;
    right: 57%;
    width: 50%;
    transform: translateX(50%);
  }
}

@media screen and (max-width: 649px) {
  .ambassador__photo {
    top: auto;
    bottom: 100px;
    width: 50%;
  }
}

@media screen and (max-width: 480px) {
  .ambassador__photo {
    top: auto;
    bottom: 90px;
    width: 79%;
  }
}

@media screen and (max-width: 374px) {
  .ambassador__photo {
    top: auto;
    bottom: 130px;
    width: 79%;
  }
}
