@charset "UTF-8";
/* CSS Document */
/*----------------------------------------
変数
----------------------------------------*/
/*! sanitize.css v7.0.3 | CC0 License | github.com/csstools/sanitize.css */
/* Document
 * ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  background-repeat: no-repeat; /* 1 */
  box-sizing: border-box; /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Use the default user interface font in all browsers (opinionated).
 * 3. Correct the line height in all browsers.
 * 4. Use a 4-space tab width in all browsers (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  cursor: default; /* 1 */
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Oxygen, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 2 */
  line-height: 1.15; /* 3 */
  -moz-tab-size: 4; /* 4 */
  -o-tab-size: 4;
     tab-size: 4; /* 4 */
  -ms-text-size-adjust: 100%; /* 5 */
  -webkit-text-size-adjust: 100%; /* 5 */
  word-break: break-word; /* 6 */
}

/* Sections
 * ========================================================================== */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */
/**
 * 1. Add the correct sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * 1. Use the default monospace user interface font
 *    in all browsers (opinionated).
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: Menlo, Consolas, Roboto Mono, Ubuntu Monospace, Oxygen Mono, Liberation Mono, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

/**
 * Add the correct text decoration in Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

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

/**
 * 1. Use the default monospace user interface font
 *    in all browsers (opinionated).
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: Menlo, Consolas, Roboto Mono, Ubuntu Monospace, Oxygen Mono, Liberation Mono, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

/*
 * Remove the text shadow on text selections in Firefox 61- (opinionated).
 * 1. Restore the coloring undone by defining the text shadow
 *    in all browsers (opinionated).
 */
::-moz-selection {
  background-color: #b3d4fc; /* 1 */
  color: #000; /* 1 */
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* 1 */
  color: #000; /* 1 */
  text-shadow: none;
}

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
}

/* Forms
 * ========================================================================== */
/**
 * Inherit styling in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/**
 * Remove the margin in Safari.
 */
button,
input,
select {
  margin: 0;
}

input:focus,
textarea:focus,
select:focus,
button:focus {
  outline: none;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge, Firefox, and IE.
 */
button {
  overflow: visible; /* 1 */
  text-transform: none; /* 2 */
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * Show the overflow in Edge and IE.
 */
input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in Edge and IE.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  margin: 0; /* 1 */
  overflow: auto; /* 2 */
  resize: vertical; /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  padding: 0;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
::-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 */
}

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

/*
 * Add the correct styles in Edge, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

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

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay on clickable elements
      in all browsers (opinionated).
 * 2. Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] { /* 1 */
  touch-action: manipulation; /* 2 */
}

/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy=true] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled],
[disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

/*----------------------------------------
サイト共通 スタイルシート
----------------------------------------*/
body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  color: #333;
}

.index {
  font-size: 16px;
}

p {
  text-align: justify;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1rem;
  margin: 0;
}

h1.site-logo {
  z-index: 20000;
}

a {
  text-decoration: none;
  color: #2A1910;
}
a:visited {
  color: #2A1910;
}
a:hover {
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.6;
  }
}
@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}

picture {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

address {
  font-style: normal;
}

li {
  list-style: none;
}

@media screen and (max-width: 767px) {
  .spNone {
    display: none;
  }
}

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

.bg {
  background-color: #F5EFEA;
}

.text {
  font-size: 1.8rem;
  line-height: 1.83;
  letter-spacing: 0.09rem;
}
@media screen and (max-width: 767px) {
  .text {
    font-size: 1.6rem;
    line-height: 1.62;
    letter-spacing: 0.08rem;
  }
}

.textM {
  font-size: 2rem;
  line-height: 1.65;
  letter-spacing: 0.14rem;
}

.pageTitle {
  position: relative;
  width: 100%;
  padding-top: 10rem;
}
@media screen and (max-width: 960px) {
  .pageTitle {
    padding-top: 6rem;
  }
}
.pageTitle::before, .pageTitle::after {
  content: "";
  display: inline-block;
  position: fixed;
  top: 8.8rem;
  z-index: 1000;
}
@media screen and (max-width: 960px) {
  .pageTitle::before, .pageTitle::after {
    top: 6.4rem;
  }
}
.pageTitle span {
  display: block;
}
.pageTitle .ja {
  letter-spacing: 0.176rem;
  font-weight: 700;
}
.pageTitle .en {
  font-family: "Archivo Narrow", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  .pageTitle .titleArea {
    display: flex;
    justify-content: space-between;
  }
}
.pageTitle .image {
  max-width: 18rem;
  margin-left: auto;
  padding-top: 0.8rem;
}
@media screen and (min-width: 768px) {
  .pageTitle .image {
    padding-top: 4rem;
    max-width: 30rem;
    width: 30%;
  }
}

.JobTitle {
  padding: 10% 5% 3%;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .JobTitle {
    padding: 21% 5% 5% !important;
  }
}
@media screen and (max-width: 767px) {
  .JobTitle {
    padding: 20% 5% 5%;
  }
}
.JobTitle h2 {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
}
.JobTitle h2::before {
  content: "";
  position: absolute;
  top: -60px;
  left: -30px;
  width: 250px;
  height: 250px;
  background: url(../img/common/mv_circle.png) no-repeat;
  background-size: cover;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .JobTitle h2::before {
    top: 20px;
    left: 250px;
    width: 80px;
    height: 80px;
  }
}
.JobTitle h2 .en {
  font-size: 56px;
}
@media screen and (max-width: 767px) {
  .JobTitle h2 .en {
    font-size: 32px;
    line-height: 1;
    padding-bottom: 10px;
  }
}
.JobTitle h2 .ja {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .JobTitle h2 .ja {
    font-size: 18px;
  }
}

.message {
  padding: 8% 10%;
  line-height: 2;
  background-image: url(../img/common/mv_line.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center top;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .message {
    padding: 8% 5%;
  }
}
@media screen and (max-width: 767px) {
  .message {
    padding: 10% 5%;
    border-radius: 30px;
    line-height: 1.7;
    background-size: 200%;
    background-position: center -10px;
  }
}
.message .title {
  color: #FEAE0E;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .message .title {
    font-size: 20px;
  }
}

.btn {
  max-width: 290px;
  width: 100%;
  padding-top: 40px;
}
.btn a {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 1.8px;
}
@media screen and (max-width: 320px) {
  .btn a {
    font-size: 1.5rem;
  }
}

.fillBtn a {
  color: #fff;
  background-color: #AE831E;
  padding: 1.6rem 1rem 1.6rem 5.8rem;
}
.fillBtn a::before {
  content: "";
  display: inline-block;
  background: url(../img/common/mail.svg) no-repeat left top/contain;
  width: 2.2rem;
  height: 2.2rem;
  position: absolute;
  left: 2.4rem;
  top: 1.9rem;
}

.borderBtn a {
  padding: 15px 50px 16px 32px;
  background: #38BDF8;
  justify-content: center;
  color: #fff;
}
.borderBtn a::before, .borderBtn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.7rem;
  width: 1rem;
  height: 0.2rem;
  border-radius: 1rem;
  background-color: #fff;
  transform-origin: calc(100% - 0.1rem) 50%;
}
.borderBtn a::before {
  transform: rotate(45deg);
}
.borderBtn a::after {
  transform: rotate(-45deg);
}

.inquiryBtn {
  max-width: 400px;
  width: 100%;
  padding-top: 40px;
}
.inquiryBtn a {
  padding: 15px 70px 16px 48px;
  background: #38BDF8;
  justify-content: center;
  color: #fff;
  border-radius: 100px;
}
.inquiryBtn a::before, .inquiryBtn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.7rem;
  width: 1rem;
  height: 0.2rem;
  border-radius: 1rem;
  background-color: #fff;
  transform-origin: calc(100% - 0.1rem) 50%;
}
.inquiryBtn a::before {
  transform: rotate(45deg);
}
.inquiryBtn a::after {
  transform: rotate(-45deg);
}

/* ヘッダー
---------------------------------------------- */
.site-header {
  background: #fff;
  padding: 32px 40px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10001;
}
@media screen and (max-width: 767px) {
  .site-header {
    padding: 16px 20px;
    height: 60px;
  }
}

.header-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-inner .site-logo img {
  height: 40px;
}
@media screen and (max-width: 767px) {
  .header-inner .site-logo img {
    height: 32px;
  }
}

.site-nav {
  z-index: 9999;
}
.site-nav ul {
  display: flex;
  gap: 3rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-nav ul li {
  position: relative;
}
.site-nav ul li a {
  display: inline-block;
  padding: 8px 12px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  text-decoration: none;
  transition: opacity 0.3s;
}
.site-nav ul li a:hover {
  opacity: 0.7;
}
.site-nav ul li .dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  min-width: 200px;
}
.site-nav ul li .dropdown li a {
  display: block;
  padding: 16px 64px 16px 16px;
  font-size: 14px;
  color: #333;
  text-align: left;
  white-space: nowrap;
}
.site-nav ul li .dropdown li a:hover {
  background: #f8f8f8;
}
.site-nav ul li.open .dropdown {
  display: block;
}
@media screen and (max-width: 767px) {
  .site-nav {
    display: none;
  }
}

.sp-nav {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 10000;
    padding-top: 80px;
    overflow-y: auto;
    background: linear-gradient(135deg, #cdefff, #fff7dc, #fbd8c0);
    background-size: 100% 150%;
  }
  .sp-nav.active {
    display: block;
  }
  .sp-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-weight: bold;
  }
  .sp-nav ul li {
    margin: 0 24px;
    padding: 16px 0;
    border-bottom: 1px solid #aaa;
    font-size: 16px;
  }
  .sp-nav ul li > a.dropdown-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
  }
  .sp-nav ul li > a.dropdown-toggle::after {
    content: "＋";
    font-size: 18px;
  }
  .sp-nav ul li.open > a.dropdown-toggle::after {
    content: "−";
  }
  .sp-nav ul li .dropdown {
    display: none;
  }
  .sp-nav ul li .dropdown li {
    border-bottom: 1px solid #ccc;
  }
  .sp-nav ul li .dropdown li a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 0;
    font-size: 14px;
    color: #2A1910;
    text-decoration: none;
  }
  .sp-nav ul li .dropdown li a::before {
    content: "→";
    color: #aaa;
  }
  .sp-nav ul li .dropdown li:last-child {
    border-bottom: none;
  }
  .sp-nav ul li.open .dropdown {
    display: block;
  }
}

.hamburger {
  display: none;
}
@media screen and (max-width: 767px) {
  .hamburger {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 18px;
    cursor: pointer;
    z-index: 10001;
  }
  .hamburger span {
    display: block;
    height: 2px;
    background: #333;
    border-radius: 2px;
  }
  .hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }
  .hamburger.active span:nth-child(2) {
    opacity: 0;
  }
  .hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }
}

body.sp-nav-open {
  overflow: hidden;
}
body.sp-nav-open .site-header {
  z-index: 10001 !important;
}
body.sp-nav-open .sp-nav {
  z-index: 10000;
}

/* フッター
---------------------------------------------- */
.contact {
  text-align: center;
  padding: 80px 20px;
  position: relative;
}
.contact .contact-title {
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 16px;
}
.contact .contact-title span {
  color: #F6A201;
}
@media screen and (max-width: 767px) {
  .contact .contact-title {
    font-size: 40px;
  }
}
.contact .contact-lead {
  text-align: center;
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .contact .contact-lead {
    margin-bottom: 24px;
  }
}
.contact .contact-action {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .contact .contact-action {
    gap: 40px;
    align-items: center !important;
    align-items: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .contact .contact-action {
    flex-direction: unset;
  }
}
.contact .contact-action .contact-image img {
  max-width: 250px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .contact .contact-action .contact-image img {
    max-width: 100px;
    gap: 8px;
  }
}
@media screen and (max-width: 767px) {
  .contact .contact-action .contact-btn-box {
    padding-bottom: 10px;
    min-width: 200px;
  }
}
.contact .contact-action .contact-btn-box .contact-btn {
  display: inline-block;
  background: #333;
  color: #fff;
  padding: 20px 40px;
  font-weight: bold;
  border-radius: 50px;
  position: relative;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .contact .contact-action .contact-btn-box .contact-btn {
    padding: 10px 20px;
    font-size: 16px;
  }
}
.contact .contact-action .contact-btn-box .contact-btn .arrow {
  margin-right: 12px;
  color: #F6A201;
}
.contact .contact-action .contact-plane {
  position: absolute;
  right: 440px;
  top: -10px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .contact .contact-action .contact-plane {
    right: 80px;
  }
}
@media screen and (max-width: 767px) {
  .contact .contact-action .contact-plane {
    right: 20px;
    top: -30px;
  }
}
.contact .contact-action .contact-plane img {
  width: 100px;
  height: auto;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .contact .contact-action .contact-plane img {
    max-width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .contact .contact-action .contact-plane img {
    width: 70px;
  }
}
.contact .contact-tel {
  background: rgb(255, 179, 0);
  color: #fff;
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 640px;
  margin: 0 auto;
}
.contact .contact-tel .tel-inner {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .contact .contact-tel .tel-inner {
    gap: 16px;
  }
}
.contact .contact-tel .tel-icon img {
  width: 70%;
}
.contact .contact-tel .tel-text {
  text-align: left;
}
.contact .contact-tel .tel-text .tel-number {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .contact .contact-tel .tel-text .tel-number {
    font-size: 18px;
  }
}
.contact .contact-tel .tel-text .tel-time {
  color: #fff;
  margin-top: 4px;
  font-size: 14px;
}

.footer {
  background: #151515;
  color: #fff;
  padding-top: 120px;
  padding-bottom: 40px;
  position: relative;
  font-size: 14px;
}
.footer .footer-wave {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.footer .footer-wave img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .footer .footer-wave img {
    width: 30%;
  }
}
.footer .footer-inner {
  position: relative;
  z-index: 2;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}
.footer .footer-grid {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .footer .footer-grid {
    flex-direction: column-reverse;
    gap: 50px;
  }
}
.footer .footer-grid .footer-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .footer .footer-grid .footer-left {
    flex-direction: column-reverse;
  }
}
.footer .footer-grid .footer-left .spNone img {
  width: 25%;
}
.footer .footer-grid .footer-left .footer-sns {
  display: flex;
  gap: 24px;
}
.footer .footer-grid .footer-left .footer-sns img {
  width: 80%;
}
.footer .footer-grid .footer-left .footer-nav {
  display: flex;
  gap: 24px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .footer .footer-grid .footer-left .footer-nav {
    flex-direction: column;
    gap: 16px;
  }
}
.footer .footer-grid .footer-left .footer-nav li a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}
.footer .footer-grid .footer-right {
  flex: 1;
  text-align: right;
  line-height: 1.8;
}
.footer .footer-grid .footer-right p {
  margin-top: 16px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .footer .footer-grid .footer-right {
    text-align: left;
  }
}
.footer .footer-copy {
  text-align: center;
  font-size: 12px;
  margin-top: 40px;
  color: #aaa;
}

/* フェードイン
---------------------------------------------- */
.scroll_up {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease;
}
.scroll_up.on {
  opacity: 1;
  transform: translateY(0);
}

/* fv
---------------------------------------------- */
#fv {
  overflow: hidden;
  padding-top: 60px !important;
}
#fv .inner {
  position: relative;
}

div#fvTitle {
  position: absolute;
  top: 130px;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  div#fvTitle {
    top: 10px;
    right: 0;
    width: 100%;
  }
}
div#fvTitle h1 {
  font-size: 6rem;
  font-family: "Archivo Narrow", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  div#fvTitle h1 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  div#fvTitle h1 {
    font-size: 24px;
  }
}
div#fvTitle h1 .happy {
  text-align: center;
  color: #F6A201;
}
@media screen and (max-width: 767px) {
  div#fvTitle h1 .happy {
    padding: 4px 8px;
  }
}

#fvBox {
  padding-bottom: 64px;
}
@media screen and (max-width: 767px) {
  #fvBox {
    padding-bottom: 16px;
  }
}
#fvBox .bbs {
  align-items: center;
  font-weight: bold;
  padding-top: 64px;
  display: flex;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #fvBox .bbs {
    padding-top: 16px;
    padding-left: 32px;
  }
}
#fvBox .bbs ul {
  animation: flowing 45s linear infinite;
  transform: translateX(100%);
  margin: 0;
  padding: 0;
  font-family: "Archivo Narrow", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
#fvBox .bbs ul li {
  display: inline-block;
  padding-right: 24px;
  font-size: 5rem;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #fvBox .bbs ul li {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  #fvBox .bbs ul li {
    font-size: 2.5rem;
    padding-right: 10px;
  }
}
@keyframes flowing {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
#fvBox .fvinner {
  background: #fff;
  margin: 5% 10%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #fvBox .fvinner {
    padding: 5%;
  }
}
@media screen and (max-width: 767px) {
  #fvBox .fvinner {
    margin: 5%;
  }
}
#fvBox .fvinner p {
  line-height: 1.8;
  text-align: center;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #fvBox .fvinner p {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  #fvBox .fvinner p {
    font-size: 16px;
    text-align: left;
    font-weight: 500;
  }
}

@keyframes textFadeIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 私たちについて
---------------------------------------------- */
#abaut {
  margin-top: 120px;
  padding: 8% 10%;
  position: relative;
  background-image: url(../img/top/white.jpg);
  background-size: cover;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #abaut {
    padding: 10% 5%;
  }
}
@media screen and (max-width: 767px) {
  #abaut {
    padding: 16% 5% 15%;
    margin-top: 60px;
  }
}
#abaut h2 {
  display: flex;
  flex-direction: column;
  margin-bottom: 3%;
}
#abaut h2 .en {
  font-size: 56px;
}
@media screen and (max-width: 767px) {
  #abaut h2 .en {
    font-size: 40px;
  }
}
#abaut h2 .ja {
  font-size: 24px;
  color: #F6A201;
}
@media screen and (max-width: 767px) {
  #abaut h2 .ja {
    font-size: 16px;
  }
}
#abaut .inner {
  width: 52%;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #abaut .inner {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #abaut .inner {
    width: 100%;
    padding: 30px 0;
    margin: 5% 0 0;
  }
}
#abaut .inner .serviceBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
  position: relative;
}
#abaut .inner .textBox {
  font-weight: bold;
}
#abaut .inner .textBox .title {
  font-size: 24px;
  padding-bottom: 10px;
}
#abaut .inner .textBox p {
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  #abaut .inner .textBox p {
    font-weight: 500;
  }
}
#abaut img.topAbout {
  position: absolute;
  top: 120px;
  right: 100px;
  width: 41%;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #abaut img.topAbout {
    top: 40px;
    right: 50px;
    width: 37%;
  }
}
@media screen and (max-width: 767px) {
  #abaut img.topAbout {
    position: static;
    transform: none;
    width: 100%;
    margin-top: 0px;
  }
}

/* ビジネス
---------------------------------------------- */
#business {
  padding: 5% 10%;
  background-image: url(../img/common/mv_circle.png), url(../img/common/mv_line.png);
  background-position: right 90px top 130px, center 140px;
  background-size: 180px, 100%;
  background-repeat: no-repeat, no-repeat;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #business {
    padding: 5% !important;
    background-position: right 90px top 40px, center 140px;
    background-size: 130px, 260%;
  }
}
@media screen and (max-width: 767px) {
  #business {
    margin: 10% 5% 5%;
    padding: 0;
    background-position: right 0px top 0px, center 50px;
    background-size: 100px, 260%;
    background-repeat: no-repeat, no-repeat;
  }
}
#business .businessTitle {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
#business .businessTitle h2 {
  display: flex;
  flex-direction: column;
  margin-bottom: 3%;
}
#business .businessTitle h2 .en {
  font-size: 56px;
}
@media screen and (max-width: 767px) {
  #business .businessTitle h2 .en {
    font-size: 40px;
  }
}
#business .businessTitle h2 .ja {
  font-size: 24px;
  color: #F6A201;
}
@media screen and (max-width: 767px) {
  #business .businessTitle h2 .ja {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #business .businessTitle h2 {
    margin-bottom: 8%;
    margin-right: 0;
  }
}
#business .businessTitle h2 .mission {
  margin-top: 2%;
}
#business .businessBox {
  margin-top: 8%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 100px 20px;
  justify-items: center;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #business .businessBox {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  #business .businessBox {
    margin-top: 20%;
    grid-template-columns: 1fr;
    justify-content: center;
  }
}
#business .con {
  width: calc((100% - 40px) / 3);
  width: 355px;
  position: relative;
  transition: 1s all;
}
#business .con:hover {
  transform: scale(1.1, 1.1);
  transition: 0.4s all;
}
#business .con .conEX {
  background-color: #F7F7F7;
  padding: 70px 30px 30px 30px;
  border-radius: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #business .con .conEX {
    padding: 40px 24px 16px;
  }
}
#business .con .conEX .conTitle {
  color: #F6A201;
  font-weight: bold;
  font-size: 20px;
  text-align: center !important;
  padding-bottom: 6px;
}
#business .con .conEX p {
  text-align: center !important;
}
@media screen and (max-width: 767px) {
  #business .con .conEX p {
    font-size: 14px;
  }
}
#business .con img {
  width: 35%;
  position: absolute;
  bottom: 60%;
  right: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #business .con img {
    width: 28%;
    bottom: 70%;
  }
}

/* 企業理念
---------------------------------------------- */
#philosophy {
  padding: 3.5rem 0 14rem;
}
@media screen and (max-width: 767px) {
  #philosophy {
    padding: 4rem 0 7rem;
  }
}
@media screen and (min-width: 961px) {
  #philosophy .flexBox {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
  }
}
#philosophy .title01 {
  margin-top: 1.9rem;
}
@media screen and (min-width: 961px) {
  #philosophy .title01 {
    max-width: 41.4rem;
    width: 50%;
  }
}
@media screen and (max-width: 960px) {
  #philosophy .title01 {
    margin-bottom: 3.6rem;
  }
}
@media screen and (max-width: 767px) {
  #philosophy .title01 {
    margin-top: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  #philosophy .title01 span {
    letter-spacing: -0.54rem;
  }
}
@media screen and (min-width: 961px) {
  #philosophy .textBox {
    max-width: 72rem;
    width: 57%;
  }
}
#philosophy .textBox .text:not(:last-of-type) {
  margin-bottom: 2.8rem;
}

/* 会社概要
---------------------------------------------- */
#overview {
  overflow-x: hidden;
  padding: 14.3rem 0 14rem;
}
@media screen and (max-width: 767px) {
  #overview {
    padding: 7rem 0;
  }
}
#overview .title04 {
  margin-bottom: 3.7rem;
}
@media screen and (max-width: 767px) {
  #overview .title04 {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 768px) {
  #overview dl div {
    display: flex;
    /* グーグルマップを表示させるときに有効にする
    &:not(:last-of-type) {
      margin-bottom: 2.8rem;

      @include bp(mq-767) {
        margin-bottom: 3.6rem;
      }*/
    /* グーグルマップを表示させるときに無効にする*/
    margin-bottom: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  #overview dl div {
    margin-bottom: 3.6rem;
  }
}
#overview dt,
#overview dd {
  font-size: 2rem;
  line-height: 1.45;
  letter-spacing: 0.14rem;
}
@media screen and (max-width: 767px) {
  #overview dt,
  #overview dd {
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0.08rem;
  }
}
@media screen and (min-width: 768px) {
  #overview dt {
    min-width: 14rem;
  }
}
@media screen and (min-width: 961px) {
  #overview dt {
    min-width: 21.5rem;
  }
}
@media screen and (max-width: 767px) {
  #overview dt {
    margin-bottom: 0.8rem;
  }
}
#overview dd {
  width: 100%;
}

#googleMap {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  #googleMap {
    margin-top: 2.4rem;
  }
}
#googleMap iframe {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #googleMap iframe {
    height: 24rem;
    width: calc(100% + 6rem);
    margin-left: -3rem;
  }
}

/* 共通
---------------------------------------------- */
.service .borderBtn a {
  justify-content: flex-start;
}

/* クローズドマーケット
---------------------------------------------- */
#market {
  padding: 3.5rem 0 14rem;
}
@media screen and (max-width: 767px) {
  #market {
    padding: 6rem 0 7rem;
  }
}
@media screen and (min-width: 961px) {
  #market .inner {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 961px) {
  #market .marketLogo {
    max-width: 42.4rem;
    width: 34%;
  }
}
@media screen and (max-width: 960px) {
  #market .marketLogo {
    margin-bottom: 3.6rem;
    text-align: center;
  }
}
@media screen and (min-width: 961px) {
  #market .rightBox {
    max-width: 73.6rem;
    width: 62%;
  }
}
#market .rightBox #mockup {
  padding-top: 8rem;
}
@media screen and (max-width: 960px) {
  #market .rightBox #mockup {
    padding-top: 5rem;
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  #market .rightBox #mockup {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    gap: 2rem;
  }
}
@media screen and (min-width: 961px) {
  #market .rightBox #mockup .textBox {
    max-width: 41.5rem;
    width: 58%;
  }
}
@media screen and (max-width: 960px) {
  #market .rightBox #mockup .textBox {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  #market .rightBox #mockup .textBox {
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  #market .rightBox #mockup .textBox .btnBox {
    width: calc(100vw - 6rem);
    display: flex;
    justify-content: center;
    gap: 3rem;
    position: absolute;
    inset: auto;
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  #market .rightBox #mockup .textBox .btnBox {
    position: relative;
    flex-direction: column;
    align-items: center;
    margin-top: 4rem;
  }
}
@media screen and (min-width: 961px) {
  #market .rightBox #mockup .textBox .borderBtn {
    margin: 4.8rem 0 4rem;
  }
}
@media screen and (max-width: 767px) {
  #market .rightBox #mockup .textBox .fillBtn {
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  #market .rightBox #mockup #mockupImage {
    max-width: 27.2rem;
  }
}
@media screen and (min-width: 961px) {
  #market .rightBox #mockup #mockupImage {
    width: 38%;
  }
}
@media screen and (max-width: 960px) {
  #market .rightBox #mockup #mockupImage {
    margin-bottom: 8rem;
  }
}
@media screen and (max-width: 767px) {
  #market .rightBox #mockup #mockupImage {
    text-align: center;
    margin: 0 auto 5rem;
    width: 53.5%;
  }
}

/* カテゴリー
---------------------------------------------- */
#category {
  padding: 14rem 0 8.7rem;
}
@media screen and (max-width: 767px) {
  #category {
    padding: 7rem 0;
  }
}
#category .title03 {
  padding-bottom: 5.2rem;
}
@media screen and (max-width: 767px) {
  #category .title03 {
    padding-bottom: 3.6rem;
  }
}
@media screen and (max-width: 960px) {
  #category .title03 .spNone {
    display: none;
  }
}
#category #categoryArea {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 2%;
}
@media screen and (max-width: 767px) {
  #category #categoryArea {
    flex-direction: column;
  }
}
#category #categoryArea .categoryBox {
  background-color: #fff;
  border-radius: 3rem;
  padding: 3.6rem 3.4rem;
}
@media screen and (min-width: 768px) {
  #category #categoryArea .categoryBox {
    max-width: 61.6rem;
    width: 49%;
    margin-bottom: 4.14%;
    padding: 3.75% 3.28% 2.11% 4.68%;
  }
}
@media screen and (max-width: 767px) {
  #category #categoryArea .categoryBox:not(:last-of-type) {
    margin-bottom: 3.2rem;
  }
}
#category #categoryArea .categoryBox .title05 {
  color: #439854;
  margin-bottom: 1.8rem;
}
@media screen and (max-width: 960px) {
  #category #categoryArea .categoryBox .title05 {
    text-align: center;
  }
}
@media screen and (min-width: 961px) {
  #category #categoryArea .categoryBox .title05 span {
    padding-left: 2.4rem;
  }
}
@media screen and (max-width: 960px) {
  #category #categoryArea .categoryBox .title05 span {
    display: block;
  }
}
@media screen and (min-width: 961px) {
  #category #categoryArea .categoryBox .flexBox {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  #category #categoryArea .categoryBox .text {
    line-height: 1.56;
  }
}
#category #categoryArea .categoryBox .image {
  max-width: 20rem;
}
@media screen and (min-width: 961px) {
  #category #categoryArea .categoryBox .image {
    width: 32%;
  }
}
@media screen and (min-width: 1201px) {
  #category #categoryArea .categoryBox .image {
    width: 39%;
  }
}
@media screen and (max-width: 960px) {
  #category #categoryArea .categoryBox .image {
    margin: 2rem auto 0;
  }
}
@media screen and (max-width: 767px) {
  #category #categoryArea .categoryBox .image {
    max-width: 18rem;
  }
}
#category #categoryArea .categoryBox .caution {
  display: block;
  font-size: 1.6rem;
  line-height: 1.72;
  letter-spacing: 0.08rem;
  margin-top: 1.2rem;
  padding-left: 1.6rem;
  text-indent: -1.6rem;
}
@media screen and (max-width: 767px) {
  #category #categoryArea .categoryBox .caution {
    font-size: 1.4rem;
    line-height: 1.53;
    letter-spacing: 0.07rem;
    margin-top: 1rem;
  }
}

/* エシカル視点
---------------------------------------------- */
#ethical {
  padding-bottom: 14rem;
}
@media screen and (max-width: 767px) {
  #ethical {
    padding: 7rem 0;
  }
}
@media screen and (max-width: 767px) {
  #ethical.bg {
    background-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  #ethical .title03 {
    padding-bottom: 2.4rem;
    line-height: 1.63;
  }
}
@media screen and (max-width: 960px) {
  #ethical .title03 .spNone {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #ethical .title03 .spNone {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #ethical .text {
    text-align: center;
  }
}
#ethical .btnBox {
  display: flex;
  gap: 4rem;
}
@media screen and (min-width: 768px) {
  #ethical .btnBox {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  #ethical .btnBox {
    flex-direction: column;
    align-items: center;
    gap: 3.2rem;
  }
}

/* 個人情報保護方針
---------------------------------------------- */
.privacy_inner {
  margin: 5% 10%;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .privacy_inner {
    margin: 5%;
  }
}
@media screen and (max-width: 767px) {
  .privacy_inner {
    margin: 5%;
  }
}
.privacy_inner .privacy_top {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .privacy_inner .privacy_top {
    margin-bottom: 32px;
  }
}
.privacy_inner .p_title {
  font-size: 20px;
  font-weight: bold;
  padding-top: 40px;
  padding-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .privacy_inner .p_title {
    font-size: 18px;
  }
}
.privacy_inner .p_con {
  margin-bottom: 16px;
}

.Job_wrapper {
  padding: 8% 10% 2%;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .Job_wrapper {
    padding: 5% 5% 2%;
  }
}
@media screen and (max-width: 767px) {
  .Job_wrapper {
    padding: 8% 5% 2%;
  }
}

.worries {
  background-color: #F7F5F0;
  padding: 5% 7%;
  font-weight: bold;
  margin-bottom: 120px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .worries {
    padding: 10% 5%;
    margin-bottom: 56px;
  }
}
.worries::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-top: 64px solid #f8f6f2;
  border-left: 90px solid transparent;
  border-right: 90px solid transparent;
}
.worries .title {
  font-size: 24px;
  margin-bottom: 24px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .worries .title {
    font-size: 20px;
  }
}
.worries ul {
  line-height: 3;
}
@media screen and (max-width: 767px) {
  .worries ul li.lh {
    line-height: 1.6;
    padding-top: 8px;
    padding-bottom: 24px;
  }
}
.worries img {
  width: 30%;
  -o-object-fit: contain;
     object-fit: contain;
}
.worries .worries_con {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-items: center;
  justify-content: center;
  -moz-column-gap: 50px;
       column-gap: 50px;
}

.solution {
  margin: 5% 0% 20%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .solution {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }
}
.solution .title {
  color: #FEAE0E;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}
.solution .solutionBox {
  display: flex;
  flex-direction: row;
  gap: 190px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .solution .solutionBox {
    gap: 50px;
  }
}
@media screen and (max-width: 767px) {
  .solution .solutionBox {
    flex-direction: column;
    gap: 48px;
  }
}
.solution .solutionBox .solution_con {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.solution .solutionBox .solution_con img {
  margin-bottom: 30px;
  max-width: 60%;
}
@media screen and (max-width: 767px) {
  .solution .solutionBox .solution_con img {
    margin-bottom: 16px;
    width: 40%;
  }
}

/* 提案媒体
---------------------------------------------- */
#merchandise {
  padding: 5% 10%;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 0;
  background-color: #F3FBFF;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #merchandise {
    padding: 8% 5%;
  }
}
@media screen and (max-width: 767px) {
  #merchandise {
    padding: 5%;
  }
}
#merchandise::before, #merchandise::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 180px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #merchandise::before, #merchandise::after {
    background-size: contain;
  }
}
@media screen and (max-width: 767px) {
  #merchandise::before, #merchandise::after {
    height: 160px;
    background-size: contain;
  }
}
#merchandise::before {
  top: -17%;
  background-image: url("https://add-story.com/img/business/Job_advertisement/bgtop.png");
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #merchandise::before {
    top: -12%;
  }
}
@media screen and (max-width: 767px) {
  #merchandise::before {
    top: -4%;
  }
}
#merchandise::after {
  bottom: -16%;
  background-image: url("https://add-story.com/img/business/Job_advertisement/bgbottom.png");
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #merchandise::after {
    top: 93%;
  }
}
@media screen and (max-width: 767px) {
  #merchandise::after {
    bottom: -4%;
  }
}
#merchandise .title {
  color: #0054AC;
  font-size: 24px;
  font-weight: bold;
  border-bottom: 3px solid #054AC0;
  position: relative;
  display: inline-block;
}
#merchandise .title::after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 16px 16px 0 16px;
  border-style: solid;
  border-color: #054AC0 transparent transparent transparent;
}
#merchandise .box {
  margin-top: 4%;
}
@media screen and (max-width: 767px) {
  #merchandise .box {
    margin-top: 10%;
  }
}
#merchandise #media p {
  text-align: center;
}
#merchandise #media_box ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  #merchandise #media_box ul {
    flex-direction: column;
  }
}
#merchandise #media_box li {
  width: 32%;
  padding: 16px 24px 24px;
  margin-bottom: 1.5%;
  border-radius: 10px 10px 10px 10px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #merchandise #media_box li {
    width: auto;
    margin-bottom: 3%;
  }
}
#merchandise #media_box img {
  width: 40%;
}
#merchandise .mynavi {
  width: 60% !important;
}
#merchandise .media_box_text span {
  font-size: 1em;
  font-weight: bold;
}
#merchandise #media_box .part-time li {
  width: 24%;
  font-size: 0.9em;
  padding: 16px 24px 24px;
  margin-bottom: 1.5%;
  border-radius: 10px 10px 10px 10px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #merchandise #media_box .part-time li {
    width: auto;
    margin-bottom: 3%;
  }
}

/* 掲載の流れ
---------------------------------------------- */
.process {
  margin: 16% 10% 5%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background: #fff;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .process {
    margin: 8% 5% 5%;
  }
}
@media screen and (max-width: 767px) {
  .process {
    margin: 20% 5% 5%;
    gap: 30px 0 0;
  }
}
.process .title {
  color: #0054AC;
  font-size: 24px;
  font-weight: bold;
  border-bottom: 3px solid #054AC0;
  position: relative;
  display: inline-block;
}
.process .title::after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 16px 16px 0 16px;
  border-style: solid;
  border-color: #054AC0 transparent transparent transparent;
}
.process .conBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 50px 20px;
  margin-top: 4%;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .process .conBox {
    gap: 20px 10px;
  }
}
@media screen and (max-width: 767px) {
  .process .conBox {
    flex-direction: column;
    gap: 20px 20px;
    margin-top: 10%;
  }
}
.process .conBox .con {
  width: 27%;
  border: solid 1px #0054AC;
}
@media screen and (max-width: 767px) {
  .process .conBox .con {
    width: auto;
  }
}
.process .conBox .con .conEX {
  padding: 30px;
  text-align: center;
  height: 300px;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .process .conBox .con .conEX {
    padding: 15px;
  }
}
@media screen and (max-width: 767px) {
  .process .conBox .con .conEX {
    padding: 16px;
    height: auto;
  }
}
.process .conBox .con .conEX .conTitle {
  color: #0054AC;
  font-weight: bold;
  font-size: 20px;
  text-align: center !important;
  padding-bottom: 6px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .process .conBox .con .conEX .conTitle {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .process .conBox .con .conEX p {
    font-size: 14px;
  }
}
.process .conBox .con .conEX hr {
  height: 1px;
  width: 100%;
  border: solid 1.5px #0054AC;
  margin: 10px 0 15px;
}
.process .conBox .con img {
  width: 40%;
  margin: auto;
  padding-top: 24px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .process .conBox .con img {
    width: 45%;
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .process .conBox .con img {
    width: 28%;
    bottom: 70%;
  }
}

.con_triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 20px;
  border-left-color: #D9D9D9;
  transform-origin: top left;
}
@media screen and (max-width: 767px) {
  .con_triangle {
    border-width: 20px 20px 0 20px;
    border-color: #D9D9D9 transparent transparent transparent;
    border-left-color: transparent;
  }
}

/* わがまま転職が選ばれる理由
---------------------------------------------- */
.reason {
  padding: 5% 10%;
  background-image: url(https://add-story.com/img/business/recruit/bg.jpg);
  background-size: cover;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .reason {
    padding: 8% 5%;
  }
}
@media screen and (max-width: 767px) {
  .reason {
    padding: 10% 5% 15%;
  }
}
.reason p.reason_title {
  font-size: 24px;
  font-weight: bold;
  color: #FEAE0E;
  text-align: center;
  padding-bottom: 16px;
}
.reason .reason_Box {
  display: flex;
  gap: 50px;
  align-items: center;
  padding: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .reason .reason_Box {
    padding: 32px 0;
  }
}
@media screen and (max-width: 767px) {
  .reason .reason_Box {
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
  }
}
.reason .reason_Box .reverse {
  flex-direction: row-reverse;
}
.reason .reason_Box .left_con {
  width: 25%;
}
@media screen and (max-width: 767px) {
  .reason .reason_Box .left_con {
    width: 40%;
  }
}
.reason .reason_Box .right_con h3.con_title {
  font-size: 20px;
  padding-bottom: 16px;
}
.reason .reason_Box .right_con h3.con_title span.orange {
  color: #FEAE0E;
}
@media screen and (max-width: 767px) {
  .reason .reason_Box .right_con h3.con_title {
    text-align: center;
  }
}

/* ボタンデザイン
---------------------------------------------- */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
}

.wagamama_block {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 48px;
  flex-wrap: wrap;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .wagamama_block {
    flex-direction: column-reverse;
  }
}
.wagamama_block .snsBox {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
}
.wagamama_block .snsBox .snsIcons {
  display: flex;
  justify-content: center;
  gap: 16px;
  padding: 0rem 5rem 1rem 3rem;
}
.wagamama_block .snsBox .snsIcons a img {
  width: auto;
  height: auto;
  transition: 0.3s;
}
.wagamama_block .snsBox .snsIcons a img:hover {
  opacity: 1;
  transform: scale(1.1);
}
.wagamama_block .Label {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
}
.wagamama_block .btnBox {
  text-align: center;
}
.wagamama_block .btnBox a.btn {
  font-size: 1.8rem;
  padding: 1.3rem 5rem 1.3rem 3rem;
  border-radius: 100vh;
  background-color: #ffbf3e;
  color: #333;
  font-weight: bold;
  position: relative;
  display: inline-block;
  text-decoration: none;
  border-bottom: 5px solid #9e6c05;
  transition: 0.3s;
}
.wagamama_block .btnBox a.btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-right: 3px solid #000;
  border-top: 3px solid #000;
}
.wagamama_block .btnBox a.btn:hover {
  margin-top: 3px;
  border-bottom: 2px solid #ffbf3e;
}

/* ご利用の流れ
---------------------------------------------- */
.flowSection {
  margin: 8% 10% 5%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background: #fff;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .flowSection {
    margin: 8% 5% 5%;
  }
}
@media screen and (max-width: 767px) {
  .flowSection {
    margin: 15% 5% 5%;
    gap: 30px 0 0;
  }
}
.flowSection .sectionTitle {
  color: #0054AC;
  font-size: 24px;
  font-weight: bold;
  border-bottom: 3px solid #054AC0;
  position: relative;
  display: inline-block;
}
.flowSection .sectionTitle::after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 16px 16px 0 16px;
  border-style: solid;
  border-color: #054AC0 transparent transparent transparent;
}
.flowSection .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.flowSection .h4 {
  color: #0054AC;
  font-size: 24px;
  font-weight: bold;
  border-bottom: 3px solid #054AC0;
  position: relative;
  display: inline-block;
}
.flowSection .h4::after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 16px 16px 0 16px;
  border-style: solid;
  border-color: #054AC0 transparent transparent transparent;
}
.flowSection .flowGrid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 50px 20px;
  margin-top: 4%;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .flowSection .flowGrid {
    gap: 20px 10px;
  }
}
@media screen and (max-width: 767px) {
  .flowSection .flowGrid {
    flex-direction: column;
    gap: 20px 20px;
    margin-top: 10%;
  }
}
.flowSection .flowGrid .flowBox {
  width: 27%;
  border: solid 1px #0054AC;
  padding: 30px;
  text-align: center;
  height: 300px;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .flowSection .flowGrid .flowBox {
    padding: 15px;
  }
}
@media screen and (max-width: 767px) {
  .flowSection .flowGrid .flowBox {
    width: auto;
    padding: 16px;
    height: auto;
  }
}
.flowSection .flowGrid .flowBox hr {
  height: 1px;
  width: 100%;
  border: solid 1.5px #0054AC;
  margin: 10px 0 15px;
}
.flowSection .flowGrid .flowBox h4 {
  color: #0054AC;
  font-weight: bold;
  font-size: 20px;
  text-align: center !important;
  padding-bottom: 6px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .flowSection .flowGrid .flowBox h4 {
    font-size: 18px;
  }
}
.flowSection .flowGrid .flowBox img {
  width: 40%;
  margin: auto;
  padding-top: 24px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .flowSection .flowGrid .flowBox img {
    width: 45%;
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .flowSection .flowGrid .flowBox img {
    width: 28%;
    bottom: 70%;
  }
}
@media screen and (max-width: 767px) {
  .flowSection p {
    font-size: 14px;
  }
}

.con_triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 20px;
  border-left-color: #D9D9D9;
  transform-origin: top left;
}
@media screen and (max-width: 767px) {
  .con_triangle {
    border-width: 20px 20px 0 20px;
    border-color: #D9D9D9 transparent transparent transparent;
    border-left-color: transparent;
  }
}

/* サービス内容
---------------------------------------------- */
#consulting h3 {
  font-size: 1.5em;
  text-align: center;
  margin-bottom: 3%;
}

.fv-area {
  background: linear-gradient(to bottom, #f4f9ff 0%, #ffffff 100%);
  padding: 5% 10%;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .fv-area {
    padding: 8% 5%;
  }
}
@media screen and (max-width: 767px) {
  .fv-area {
    padding: 10% 5%;
  }
}
.fv-area .fv-inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .fv-area .fv-inner {
    flex-direction: column;
  }
}
.fv-area .fv-text {
  max-width: 50%;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .fv-area .fv-text {
    max-width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .fv-area .fv-text {
    max-width: 100%;
    text-align: center;
  }
}
.fv-area .fv-text .speech-bubble {
  display: inline-block;
  background: #e0f3ff;
  color: #333;
  padding: 12px 20px;
  border-radius: 20px;
  position: relative;
  font-size: 15px;
  margin-bottom: 20px;
}
.fv-area .fv-text .speech-bubble::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 30px;
  border: 10px solid transparent;
  border-top-color: #e0f3ff;
}
.fv-area .fv-text .fv-heading {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 24px;
}
.fv-area .fv-text .fv-heading span {
  color: #005bac;
}
@media screen and (max-width: 767px) {
  .fv-area .fv-text .fv-heading {
    font-size: 20px;
  }
}
.fv-area .fv-text .fv-lead {
  line-height: 1.8;
  margin-bottom: 32px;
}
.fv-area .fv-text .btn-main {
  display: inline-block;
  padding: 12px 24px;
  background: #005bac;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  border-radius: 30px;
  font-weight: bold;
  transition: background 0.3s;
}
.fv-area .fv-text .btn-main:hover {
  background: #004080;
}
.fv-area .fv-image {
  max-width: 45%;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .fv-area .fv-image {
    width: 35%;
  }
}
@media screen and (max-width: 767px) {
  .fv-area .fv-image {
    max-width: 80%;
    margin: 40px auto 0 auto;
    text-align: center;
  }
}
.fv-area .fv-image img {
  margin: 0 auto;
}

/* 流れ
---------------------------------------------- */
#start {
  padding: 5% 10% 10%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #start {
    padding: 5% 5% 8%;
  }
}
@media screen and (max-width: 767px) {
  #start {
    padding: 10% 5%;
  }
}

.consultingFlow li {
  line-height: 2;
}
.consultingFlow li img {
  width: 4% !important;
  margin-right: 2%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .consultingFlow li {
    text-indent: -1.5em;
    margin-left: 2em;
  }
}

.consultingBox {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .consultingBox {
    flex-direction: column-reverse;
    gap: 10px;
  }
}
.consultingBox img {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .consultingBox img {
    width: 100%;
    height: 140px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.consultingGrid {
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: nowrap;
  text-align: center;
  list-style: none;
  padding: 0;
  margin-bottom: 16px;
}
.consultingGrid li {
  position: relative;
  width: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.consultingGrid li:not(:last-child)::after {
  content: "➔";
  position: absolute;
  right: -18px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: #D9D9D9;
}
.consultingGrid li img {
  width: 50%;
  padding-bottom: 10%;
}
.consultingGrid li p {
  margin-top: 8px;
  font-size: 14px;
  color: #333;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .consultingGrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: auto;
    row-gap: 16px;
    -moz-column-gap: 12px;
         column-gap: 12px;
    justify-items: center;
    margin-bottom: 5%;
    margin-top: 6%;
  }
  .consultingGrid li {
    width: 100%;
    flex-direction: column;
  }
  .consultingGrid li::after {
    content: "➔";
    position: absolute;
    right: -12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #D9D9D9;
  }
  .consultingGrid li:nth-child(3)::after {
    content: none;
  }
  .consultingGrid li:last-child::after {
    content: none;
  }
  .consultingGrid li img {
    width: 60%;
    padding-bottom: 6%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .consultingGrid li img {
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .consultingGrid li p {
    font-size: 13px;
    text-align: center;
  }
}

/* プラン
---------------------------------------------- */
#plan {
  padding: 7% 10% 10%;
  background: #f4f9ff;
  display: flex;
  flex-direction: column;
  row-gap: 48px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #plan {
    padding: 8% 5% 10%;
  }
}
@media screen and (max-width: 767px) {
  #plan {
    padding: 10% 5% 20%;
  }
}

.plan_box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.plan_box p.con_title {
  color: #005bac;
  font-size: 40px;
  font-weight: bold;
  line-height: 0.8;
  margin-bottom: 24px;
}
.plan_box p.con_title span {
  font-size: 16px;
  font-weight: normal;
}

.plan_con {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: center;
}
.plan_con .menu {
  width: 370px;
  background: #ffffff;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 4px 12px rgba(0, 63, 120, 0.08);
  border: 2px solid #d3e4f8;
  position: relative;
  transition: transform 0.3s;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .plan_con .menu {
    width: 100%;
  }
}
.plan_con .menu:hover {
  transform: translateY(-7px);
}
.plan_con .menu:nth-child(1) .plan_name1 {
  background: #e6f0fa;
  color: #005bac;
}
.plan_con .menu:nth-child(2) .plan_name2 {
  background: #d0e3f9;
  color: #005bac;
}
.plan_con .menu:nth-child(3) .plan_name3 {
  background: #b1d3f6;
  color: #003f78;
}
.plan_con .menu .plan_name1,
.plan_con .menu .plan_name2,
.plan_con .menu .plan_name3 {
  font-size: 20px;
  font-weight: bold;
  padding: 12px;
  border-radius: 12px;
  text-align: center;
  margin-bottom: 16px;
  background: #e0ecf8;
}
.plan_con .menu .lead {
  margin-bottom: 24px;
  line-height: 1.6;
  font-weight: 500;
}
.plan_con .menu ul {
  list-style: disc;
  color: #333;
}
.plan_con .menu ul li {
  margin-bottom: 8px;
}
.plan_con .menu ul li .u_line {
  text-decoration: none;
  border-bottom: 2px solid #003f78;
  padding-bottom: 2px;
  color: #003f78;
  font-weight: bold;
}
@media (max-width: 767px) {
  .plan_con {
    flex-direction: column;
    align-items: center;
  }
  .plan_con .menu {
    width: 100%;
    max-width: 360px;
  }
}

/* 選ばれる理由
---------------------------------------------- */
.reasons {
  text-align: center;
  padding: 10% 5%;
  background-color: #f7f7f7;
}
@media screen and (max-width: 767px) {
  .reasons {
    padding: 15% 5%;
  }
}
.reasons h2 {
  margin-bottom: 40px;
  font-size: 24px;
  color: #333;
}
@media screen and (max-width: 767px) {
  .reasons h2 {
    margin-bottom: 20px;
  }
}
.reasons .reason-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 40px;
}
.reasons .reason-list .reason-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 355px;
  padding: 24px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  text-align: left;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .reasons .reason-list .reason-box {
    max-width: 100%;
  }
}
.reasons .reason-list .reason-box img {
  width: 100px;
  margin-bottom: 16px;
}
.reasons .reason-list .reason-box h3 {
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 18px;
}

.arrow-down {
  width: 0;
  height: 0;
  margin: 0 auto;
  border-left: 100px solid transparent;
  border-right: 100px solid transparent;
  border-top: 60px solid #f7f7f7;
  position: relative;
  top: -90px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .arrow-down {
    border-top: 80px solid #f7f7f7;
  }
}
@media screen and (max-width: 767px) {
  .arrow-down {
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 40px solid #f7f7f7;
    top: -30px;
  }
}

/* QA
---------------------------------------------- */
.faq {
  padding: 5% 18% 5%;
  background-color: #e7f2fb;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .faq {
    padding: 5%;
  }
}
@media screen and (max-width: 767px) {
  .faq {
    padding: 5%;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.faq .qa_Title {
  text-align: center;
  margin: 0 auto 40px;
  padding: 0 20px;
}
.faq .qa_Title p {
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  padding: 0 40px;
}
.faq .qa_Title p::before, .faq .qa_Title p::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 40px;
  height: 1px;
  background-color: #333;
  transform: translateY(-50%);
}
.faq .qa_Title p::before {
  left: -50px;
}
.faq .qa_Title p::after {
  right: -50px;
}
@media screen and (max-width: 767px) {
  .faq .qa_Title p {
    font-size: 18px;
    padding: 0 20px;
  }
  .faq .qa_Title p::before {
    width: 24px;
    left: -30px;
  }
  .faq .qa_Title p::after {
    width: 24px;
    right: -30px;
  }
}
@media screen and (max-width: 767px) {
  .faq .qa_Title {
    margin-bottom: 20px;
  }
}
.faq .qa-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 64px;
}
.faq .qa-item .icon {
  width: 60px;
  flex-shrink: 0;
}
.faq .qa-item .icon img {
  width: 100%;
  border-radius: 50%;
}
.faq .qa-item .qa_text {
  background: #d0e7ff;
  border-radius: 12px;
  padding: 20px;
  margin-left: 16px;
  position: relative;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.faq .qa-item .qa_text .desc {
  line-height: 1.6;
}
.faq .qa-item .qa_text::after {
  content: "";
  position: absolute;
  top: 24px;
  left: -29px;
  border: 16px solid transparent;
  border-right-color: #d0e7ff;
}
.faq .qa-item.left {
  margin-bottom: 16px;
}
.faq .qa-item.right {
  flex-direction: row-reverse;
}
.faq .qa-item.right .qa_text {
  margin-left: 0;
  margin-right: 16px;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.faq .qa-item.right .qa_text::after {
  left: auto;
  right: -29px;
  border: 16px solid transparent;
  border-left-color: #fff;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.1));
}

/*特徴
---------------------------------------------- */
section.C_solution {
  margin: 5% 10%;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  section.C_solution {
    margin: 5%;
  }
}
@media screen and (max-width: 767px) {
  section.C_solution {
    margin: 5%;
  }
}
section.C_solution p.sectionTitle {
  font-weight: bold;
  font-size: 20px;
  color: #22ac38;
  margin-bottom: 24px;
  padding: 1rem 2rem;
  border-left: 5px solid #22ac38;
  background: #e3f5d8;
}
@media screen and (max-width: 767px) {
  section.C_solution p.sectionTitle {
    margin-bottom: 16px;
    font-size: 18px;
  }
}
section.C_solution p.sectionLead {
  line-height: 1.8;
}
section.C_solution .C_solutionBox .left_con {
  width: 600px;
}
@media screen and (max-width: 767px) {
  section.C_solution .C_solutionBox .left_con {
    width: auto;
  }
}
section.C_solution .C_solutionBox .C_con_a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 0px 50px;
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  section.C_solution .C_solutionBox .C_con_a {
    flex-direction: column;
    row-gap: 8px;
  }
}
section.C_solution .C_solutionBox .C_con_b {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  gap: 0 50px;
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  section.C_solution .C_solutionBox .C_con_b {
    flex-direction: column;
    row-gap: 8px;
  }
}

/*メッセージ
---------------------------------------------- */
.cleaning-message {
  background: linear-gradient(to bottom, #e3f5d8 0%, #ffffff 100%);
  padding: 10% 10% 5%;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .cleaning-message {
    padding: 8% 5% 5%;
  }
}
@media screen and (max-width: 767px) {
  .cleaning-message {
    padding: 10% 5%;
  }
}
.cleaning-message .inner {
  max-width: 1080px;
  margin: 0 auto;
}
.cleaning-message .message-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .cleaning-message .message-wrap {
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .cleaning-message .message-wrap {
    flex-direction: column;
    text-align: center;
  }
}
.cleaning-message .message-text {
  flex: 1;
}
.cleaning-message .message-text h3 {
  font-size: 24px;
  color: #2e4b37;
  font-weight: bold;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .cleaning-message .message-text h3 {
    font-size: 20px;
  }
}
.cleaning-message .message-text p {
  color: #333;
  line-height: 1.8;
  margin-bottom: 16px;
}
.cleaning-message .message-image {
  flex: 0 0 40%;
  text-align: center;
}
.cleaning-message .message-image img {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .cleaning-message .message-image img {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .cleaning-message .message-image img {
    width: 100%;
  }
}

/*特徴
---------------------------------------------- */
/* SNS運用の流れセクション */
.sns-flow {
  background: #fbeccc;
  padding: 8% 10% 0%;
}
@media screen and (max-width: 767px) {
  .sns-flow {
    padding: 10% 5% 0%;
  }
}
.sns-flow p.flow_title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 10px;
}

.sns-box {
  display: flex;
  flex-direction: column;
  gap: 30px;
  background: #fbeccc;
  padding: 3% 0 8%;
}
@media screen and (max-width: 767px) {
  .sns-box {
    padding: 5% 0 15%;
  }
}

.sns-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #fff;
  border-radius: 40px;
  padding: 20px 40px;
}
.sns-item.reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .sns-item {
    flex-direction: column;
  }
  .sns-item.reverse {
    flex-direction: column;
  }
}

.sns-img {
  flex: 1;
  max-width: 400px;
}
.sns-img img {
  width: 100%;
  height: auto;
  display: block;
}

.sns-text {
  flex: 1;
  max-width: 600px;
}
.sns-text .sns-label {
  display: inline-block;
  background: #f39c12;
  color: #fff;
  padding: 8px 46px;
  font-weight: bold;
  border-radius: 20px;
  margin-bottom: 10px;
  font-size: 20px;
}
.sns-text .sns-label span {
  margin-left: 4px;
  font-size: 22px;
}
.sns-text .sns-title {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin: 10px 0;
  border-bottom: solid 3px #f8f8f8;
}
.sns-text .sns-desc {
  line-height: 1.8;
}

.company_about {
  margin: 5% 10%;
  display: flex;
  row-gap: 64px;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .company_about {
    margin: 10% 5%;
  }
}
@media screen and (max-width: 767px) {
  .company_about {
    margin: 10% 5%;
  }
}
.company_about th {
  width: 35%;
  padding-left: 70px;
  padding-right: 30px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .company_about th {
    width: 32%;
    padding-left: 10px;
  }
}
.company_about td {
  width: 70%;
  padding-right: 70px;
}
@media screen and (max-width: 767px) {
  .company_about td {
    padding-right: 0;
  }
}
.company_about th,
.company_about td {
  display: table-cell;
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #d9d9d6;
  line-height: 1.8;
}
.company_about .gmap {
  width: 65%;
}
@media screen and (max-width: 767px) {
  .company_about .gmap {
    width: 100%;
  }
}

.messageBox {
  margin: 5% 10%;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .messageBox {
    margin: 10% 5%;
  }
}
@media screen and (max-width: 767px) {
  .messageBox {
    margin: 5%;
  }
}
.messageBox .note {
  font-size: 14px;
}
.messageBox .message-img-wrap {
  margin: 0 auto 32px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .messageBox .message-img-wrap {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .messageBox .message-img-wrap {
    height: auto;
  }
}
.messageBox img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin-top: -300px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .messageBox img {
    margin-top: -130px;
  }
}
@media screen and (max-width: 767px) {
  .messageBox img {
    margin-top: 0;
  }
}
.messageBox p {
  line-height: 1.8;
  margin: 0 auto;
}

.index .mvv_inner {
  padding: 8% 10%;
  background: linear-gradient(to bottom, #Fff 0%, #F8F8F7 100%);
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .index .mvv_inner {
    padding: 8% 5%;
  }
}
@media screen and (max-width: 767px) {
  .index .mvv_inner {
    padding: 10% 5%;
  }
}
.index .mvv_con {
  margin-bottom: 80px;
  background-color: #fff;
  padding: 54px 40px;
  border-radius: 30px;
  box-shadow: 8px 10px 16px rgba(149, 152, 153, 0.3);
}
@media screen and (max-width: 767px) {
  .index .mvv_con {
    margin-bottom: 48px;
    padding: 32px 24px;
  }
}
.index .mvv {
  font-size: 32px;
  font-weight: bold;
  padding-bottom: 16px;
  padding: 0.8rem 0;
  margin-bottom: 24px;
  background-image: linear-gradient(90deg, #bdf2ff 0 0%, #f5f5f5 20%);
  background-repeat: no-repeat;
  background-size: 100% 10%;
  background-position: bottom;
}
.index .mvv_title {
  color: #FEAE0E;
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 16px;
}

.vision-section {
  background: #e6f7ff;
  padding: 60px 20px;
}
.vision-section .vision-box {
  background: #fff;
  padding: 40px;
  border-radius: 16px;
  box-shadow: 8px 8px 16px rgba(135, 206, 250, 0.3);
  max-width: 800px;
  margin: 0 auto;
}
.vision-section .vision-box h2 {
  font-size: 2.4rem;
  margin-bottom: 20px;
  text-align: left;
}
.vision-section .vision-box p {
  font-size: 1.6rem;
  line-height: 2;
  color: #333;
}/*# sourceMappingURL=styles.css.map */