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

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

/*スマホファーストの書き方*/
html {
  scroll-behavior: smooth;
}

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

body {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  color: #2e2e2e;
  line-height: 1.6;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.inner {
  width: 92%;
  max-width: 1200px;
  margin-inline: auto;
}

.content {
  padding: 56px 0;
}
@media (min-width: 768px) {
  .content {
    padding: 100px 0;
  }
}

.en {
  font-family: "Cormorant Garamond", serif;
  text-transform: uppercase;
}

.jp {
  font-family: "Noto Sans JP", sans-serif;
}

.link {
  transition: all 0.3s;
}
.link:hover {
  opacity: 0.8;
}

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

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

.breadcrumb {
  padding-top: 10px;
  padding-bottom: 8px;
}
.breadcrumb ul {
  display: flex;
  color: #4d4d4d;
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.01em;
  gap: 4px;
}
@media (min-width: 768px) {
  .breadcrumb ul {
    font-size: 12px;
  }
}
.breadcrumb li {
  display: flex;
  align-items: center;
  gap: 4px;
}
.breadcrumb li:has(a)::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url(../images/icon/icon_right.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (min-width: 768px) {
  .breadcrumb li:has(a)::after {
    width: 13px;
    height: 13px;
  }
}

.header {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 9;
}

.header_logo {
  max-width: 200px;
}

.nav_wrapper {
  padding: 100px 4vw 32px;
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  overflow-y: scroll;
  transform: translateX(120%);
  transition: transform 0.3s linear;
  background-color: #ffffff;
  z-index: 8;
}

.hamburger {
  width: 60px;
  height: auto;
  aspect-ratio: 1;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 8px;
  right: 2vw;
  z-index: 9;
}

.hamburger .hamburger_inner {
  display: flex;
  flex-direction: column;
  align-items: end;
  row-gap: 8px;
}

.hamburger .hamburger_inner span {
  display: inline-block;
  position: relative;
  width: 26px;
  height: 1px;
  background-color: #2e2e2e;
  transition: all 0.4s;
}

.hamburger.active span:nth-child(1) {
  top: 9px;
  transform: rotate(45deg);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  top: -9px;
  transform: rotate(-45deg);
}

.active .nav_wrapper {
  transform: translateX(0%);
}

.header_nav {
  background-color: #4d4d4d;
  position: fixed;
  top: 0;
  z-index: 8;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  transform: translateX(100%);
  transition: ease 0.4s;
}
.header_nav.active {
  transform: translateX(0);
}

.header_nav_inner {
  width: 100%;
  height: 100%;
  max-width: 1000px;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header_nav_img {
  width: 45%;
  display: none;
}
@media (min-width: 768px) {
  .header_nav_img {
    display: block;
  }
}

.header_nav_wrapper {
  padding: 0px 16px;
}
@media (min-width: 768px) {
  .header_nav_wrapper {
    width: 35%;
  }
}

.header_nav_link {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #ffffff;
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: 500;
  font-size: 20px;
}
@media (min-width: 768px) {
  .header_nav_link {
    gap: 10px;
  }
}
.header_nav_link span {
  font-size: 16px;
}
@media (min-width: 768px) {
  .header_nav_link span {
    font-size: 22px;
  }
}
.header_nav_link .jp {
  font-family: "Zen Old Mincho", serif;
  position: relative;
  padding-left: 16px;
  font-size: 20px;
}
@media (min-width: 768px) {
  .header_nav_link .jp {
    font-size: 20px;
  }
}
.header_nav_link .jp::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  top: 50%;
}

.header_nav_list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 58px;
}

.header_sns_list {
  display: flex;
  align-items: center;
  gap: 18px;
}
.header_sns_list img {
  width: 30px;
}

.page_header {
  height: 250px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .page_header {
    height: 400px;
  }
}
.page_header img {
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.page_header .inner {
  position: relative;
}

.page_header_bg {
  height: 250px;
  width: auto;
  margin: 0 calc(50% - 50vw);
}
@media (min-width: 768px) {
  .page_header_bg {
    height: 400px;
    width: 69.4444444444vw;
    margin-left: auto;
  }
}

.page_header_bg_img {
  height: 100%;
  object-fit: cover;
}

.footer {
  background-color: #4d4d4d;
  padding-top: 56px;
}
@media (min-width: 768px) {
  .footer {
    padding-top: 80px;
  }
}

.footer_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  padding-bottom: 56px;
}
@media (min-width: 768px) {
  .footer_inner {
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 100px;
  }
}

.footer_nav_list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
  gap: 16px 0;
  align-self: stretch;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .footer_nav_list {
    margin-bottom: 40px;
    justify-content: flex-end;
  }
}

.footer_nav_item {
  padding: 0 16px;
  line-height: 1;
  border-right: 1px solid #ffffff;
}
.footer_nav_item:first-child {
  padding-left: 0;
}
.footer_nav_item:last-child {
  padding-right: 0;
  border-right: none;
}

.footer_nav_link {
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
}

.footer_logo {
  max-width: 230px;
}
@media (min-width: 768px) {
  .footer_logo {
    max-width: 250px;
  }
}

.footer_sns_list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
}
.footer_sns_list img {
  width: 20px;
}
@media (min-width: 768px) {
  .footer_sns_list {
    justify-content: flex-end;
  }
}

.footer_copy {
  display: flex;
  padding: 8px 10px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  width: 100%;
  border-top: 1px solid #ffffff;
  color: #ffffff;
  font-family: "Cormorant Garamond";
  letter-spacing: 0.1em;
  font-size: 10px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .footer_copy {
    font-size: 12px;
  }
}

.btn {
  display: flex;
  width: 200px;
  padding: 14px 20px;
  justify-content: center;
  align-items: center;
  gap: 18px;
  border: 1px solid #2e2e2e;
  background: #ffffff;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .btn {
    width: 240px;
    height: 52px;
    padding: 16px 20px;
    gap: 24px;
    font-size: 16px;
  }
}
.btn::after {
  content: "";
  display: inline-block;
  background-image: url(../images/icon/icon_arrowRight.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 18px;
  height: 18px;
  transition: all 0.3s;
}
.btn:hover {
  background-color: #4d4d4d;
  color: #ffffff;
}
.btn:hover::after {
  filter: brightness(0) invert(1);
}

.btn_black {
  background-color: #4d4d4d;
  color: #ffffff;
}
.btn_black::after {
  filter: brightness(0) invert(1);
}
.btn_black:hover {
  background-color: #ffffff;
  color: #4d4d4d;
}
.btn_black:hover::after {
  filter: brightness(1) invert(0);
}

.cta {
  background-image: url(../images/common/image_cta.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  padding: 56px 0;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
}
@media (min-width: 768px) {
  .cta {
    padding: 80px 0;
  }
}

.cta_inner {
  display: flex;
  width: 90%;
  max-width: 980px;
  padding: 56px 0;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cta_inner {
    padding: 80px 0;
  }
}

.cta_links {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
@media (min-width: 768px) {
  .cta_links {
    flex-direction: row;
    align-items: center;
    gap: 56px;
  }
}

@media (min-width: 768px) {
  .cta_link {
    width: 50%;
    max-width: 350px;
  }
}

.cta_link_tel_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.cta_link_tel_inner a {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  font-size: 26px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .cta_link_tel_inner a {
    font-size: 30px;
  }
}
.cta_link_tel_inner a span {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  padding-bottom: 2px;
}
@media (min-width: 768px) {
  .cta_link_tel_inner a span {
    font-size: 20px;
  }
}

.cta_line {
  display: none;
}
@media (min-width: 768px) {
  .cta_line {
    display: block;
    width: 1px;
    height: 120px;
    background-color: #dddddd;
  }
}

.cta_time {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #4d4d4d;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .cta_time {
    font-size: 16px;
  }
}

.cta_link_form {
  display: flex;
  width: 100%;
  max-width: 300px;
  padding: 20px 30px;
  align-items: center;
  white-space: nowrap;
  gap: 19px;
  background-color: #7e0f09;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.1em;
  border: 1px solid #7e0f09;
  transition: all 0.3s;
}
.cta_link_form::after {
  content: "";
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(../images/icon/icon_arrowRight.svg);
  filter: brightness(0) invert(1);
  transition: all 0.3s;
}
.cta_link_form:hover {
  color: #7e0f09;
  background-color: #ffffff;
}
.cta_link_form:hover::after {
  filter: invert(16%) sepia(64%) saturate(4293%) hue-rotate(353deg) brightness(62%) contrast(101%);
}

.page_title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
  max-width: 250px;
  font-size: 26px;
  color: #2f406b;
  line-height: 1;
  letter-spacing: 0.2em;
  padding: 8px 16px 10px;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  bottom: -1px;
  margin-left: calc(50% - 50vw);
  white-space: nowrap;
  font-weight: 700;
}
@media (min-width: 768px) {
  .page_title {
    max-width: 440px;
    padding: 40px 24px;
    font-size: 40px;
    margin-left: initial;
  }
}
.page_title .en {
  color: #aec49c;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.15em;
}
@media (min-width: 768px) {
  .page_title .en {
    font-size: 24px;
  }
}

.title_main {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #2f406b;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .title_main {
    gap: 20px;
    font-size: 38px;
  }
}
.title_main .en {
  color: #aec49c;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.2em;
}
@media (min-width: 768px) {
  .title_main .en {
    font-size: 20px;
  }
}

.title_page_content {
  color: #2f406b;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .title_page_content {
    font-size: 32px;
    margin-bottom: 56px;
  }
}

.title_bar {
  color: #2f406b;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.6;
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .title_bar {
    font-size: 28px;
    gap: 29px;
    margin-bottom: 56px;
  }
}
.title_bar::after {
  content: "";
  width: 90px;
  height: 1px;
  background-color: #aec49c;
}
@media (min-width: 768px) {
  .title_bar::after {
    width: 108px;
  }
}

.title_bar_bottom {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  color: #2f406b;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 1px;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .title_bar_bottom {
    gap: 24px;
    font-size: 22px;
    margin-bottom: 56px;
  }
}
.title_bar_bottom::after {
  content: "";
  width: 84px;
  height: 1px;
  background-color: #aec49c;
}

.title_bar_bottom_ver2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  color: #2f406b;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1px;
  margin-bottom: 24px;
}
.title_bar_bottom_ver2 span {
  font-size: 16px;
  color: #4d4d4d;
  font-weight: 500;
}
@media (min-width: 768px) {
  .title_bar_bottom_ver2 {
    gap: 24px;
    font-size: 32px;
    margin-bottom: 56px;
  }
}
.title_bar_bottom_ver2::after {
  content: "";
  width: 84px;
  height: 1px;
  background-color: #aec49c;
}

.title_bar_bottom_ver2_hasText {
  gap: 0;
}
.title_bar_bottom_ver2_hasText span {
  display: inline-block;
  margin-top: 8px;
}
@media (min-width: 768px) {
  .title_bar_bottom_ver2_hasText span {
    margin-top: 16px;
  }
}
.title_bar_bottom_ver2_hasText::after {
  margin-top: 16px;
}
@media (min-width: 768px) {
  .title_bar_bottom_ver2_hasText::after {
    margin-top: 32px;
  }
}

.works-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 1000;
}
.works-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}
.works-modal__content {
  position: relative;
  width: 94%;
  max-width: 1200px;
  height: 90vh;
  background-color: #ffffff;
  padding: 50px 20px;
  z-index: 1001;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  margin-inline: auto;
  top: 40px;
}
@media (min-width: 1024px) {
  .works-modal__content {
    flex-direction: row;
    justify-content: center;
    gap: 24px;
  }
}
.works-modal__close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 3rem;
  color: #2e2e2e;
  background: none;
  border: none;
  cursor: pointer;
  line-height: 1;
  padding: 0;
}
.works-modal__close-btn:hover {
  color: #275a4c;
}

@media (min-width: 768px) {
  .works-modal__slider {
    flex-basis: 700px;
  }
}

@media (min-width: 768px) {
  .works-modal__slider__text {
    flex-basis: 280px;
  }
}

.works_modal_slider_title {
  font-size: 20px;
  font-weight: bold;
  color: #2f406b;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .works_modal_slider_title {
    font-size: 24px;
  }
}

.works_modal_slider_category {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .works_modal_slider_category {
    margin-bottom: 32px;
  }
}
.works_modal_slider_category li {
  padding: 4px 12px;
  color: #ffffff;
  background-color: #fdb19f;
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1;
}

.memo {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  margin-bottom: 24px;
}

.material,
.span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  margin-bottom: 24px;
}

.modal_subtitle {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #275a4c;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 20px;
}
.modal_subtitle::after {
  content: "";
  height: 1px;
  width: 160px;
  background-color: #dddddd;
}

.modal-close {
  height: 30px;
  width: 30px;
  background-color: #ffffff;
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.modal-close .icon-close {
  width: 100%;
  position: relative;
}
.modal-close .icon-close::before, .modal-close .icon-close::after {
  content: "";
  display: inline-block;
  background-color: #2e2e2e;
  width: 32px;
  height: 1px;
  transform-origin: center;
  position: absolute;
  top: 50%;
}
.modal-close .icon-close::before {
  transform: rotate(45deg);
}
.modal-close .icon-close::after {
  transform: rotate(-45deg);
}

.works-modal__noimage {
  height: fit-content;
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  max-width: 1000px;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .works-modal__noimage {
    width: 83.3333333333%;
  }
}
.works-modal__noimage > h2 {
  font-size: 20px;
  font-weight: bold;
  color: #2f406b;
}
@media (min-width: 768px) {
  .works-modal__noimage > h2 {
    font-size: 24px;
  }
}
.works-modal__noimage > ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
}
.works-modal__noimage > ul li {
  padding: 4px 12px;
  color: #ffffff;
  background-color: #fdb19f;
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1;
}

.works_imageList.slick-dotted.slick-slider {
  margin-bottom: 20px;
  text-align: center;
  max-width: 900px;
}
.works_imageList.slick-dotted.slick-slider .slick-track {
  display: flex;
}
.works_imageList.slick-dotted.slick-slider .slick-slide {
  height: auto !important;
}
.works_imageList.slick-dotted.slick-slider img {
  width: 100%;
  height: 100%;
  max-height: 65vh;
  object-fit: cover;
  object-position: center;
}
.works_imageList.slick-dotted.slick-slider .slick-dots {
  display: grid;
  max-width: 900px;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
  position: static;
  margin-top: 8px;
}
.works_imageList.slick-dotted.slick-slider .slick-dots li {
  width: 100%;
  height: 100%;
  opacity: 0.8;
}
.works_imageList.slick-dotted.slick-slider .slick-dots li.slick-active {
  opacity: 1;
}
.works_imageList.slick-dotted.slick-slider .slick-dots li.slick-active img {
  border: 1px solid #2e2e2e;
}
.works_imageList.slick-dotted.slick-slider .slick-dots img {
  width: 100%;
  aspect-ratio: 3/2;
  max-height: 150px;
  object-fit: cover;
  object-position: center;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid transparent;
  transition: border-color 0.3s ease;
}
.works_imageList.slick-dotted.slick-slider .slick-dots img.is-active {
  border-color: #275a4c;
}
.works_imageList.slick-dotted.slick-slider .slick-dots img:hover {
  opacity: 0.8;
}

.list_dot li {
  display: flex;
  align-items: center;
  line-height: 1.8;
  gap: 10px;
}
.list_dot li::before {
  content: "";
  width: 6px;
  height: 6px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #e0e098;
  flex-shrink: 0;
}
.list_dot li a {
  text-decoration: underline;
}

.list_dot_hasIcon li::before {
  width: 17px;
  height: 17px;
  aspect-ratio: 1/1;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.list_dot_hasIcon li:first-child::before {
  background-image: url(../images/icon/icon_num_01.svg);
}
.list_dot_hasIcon li:nth-child(2)::before {
  background-image: url(../images/icon/icon_num_02.svg);
}
.list_dot_hasIcon li:last-child::before {
  background-image: url(../images/icon/icon_num_03.svg);
}

.top_mv {
  position: relative;
  height: 100%;
  aspect-ratio: 16/9;
}

#bg-movie {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

iframe#iframe_bg-movie {
  margin-top: 0 !important;
  height: 100% !important;
}

.top_mv .inner {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 100vh;
  z-index: 5;
}

.top_mv_copy {
  position: absolute;
  bottom: 80px;
  left: 0;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .top_mv_copy {
    font-size: 48px;
    bottom: 110px;
  }
}

.sound {
  position: absolute;
  bottom: 16px;
  right: 2.5vw;
  display: flex;
  padding: 8px;
  flex-direction: column;
  align-items: center;
  background: rgba(255, 255, 255, 0.6);
  cursor: pointer;
}
.sound img {
  width: 24px;
}
@media (min-width: 768px) {
  .sound img {
    width: 28px;
  }
}

.sound_on {
  display: none;
}

.top_about {
  background-color: #4d4d4d;
  overflow-x: hidden;
  position: relative;
}
@media (min-width: 768px) {
  .top_about {
    padding-top: 80px;
  }
}
.top_about::after {
  content: "";
  display: inline-block;
  width: 247.426px;
  height: 238px;
  aspect-ratio: 247.43/238;
  background-image: url(../images/common/image_logo.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: -25px;
  left: -65px;
}
@media (min-width: 768px) {
  .top_about::after {
    width: 528px;
    height: 507.886px;
    aspect-ratio: 528/507.89;
    left: initial;
    right: -5px;
    top: 3px;
  }
}
.top_about .title_main {
  color: #ffffff;
  margin-bottom: 16px;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .top_about .title_main {
    writing-mode: vertical-rl;
    font-size: 48px;
    margin-bottom: 0;
    white-space: nowrap;
  }
}
.top_about .title_main .en {
  text-transform: capitalize;
  text-align: left;
  font-size: 20px;
}
@media (min-width: 768px) {
  .top_about .title_main .en {
    font-size: 24px;
    text-orientation: upright;
  }
}
.top_about .btn {
  margin-left: auto;
}

@media (min-width: 768px) {
  .top_about_wrapper {
    display: flex;
    flex-direction: row-reverse;
    gap: 48px;
    margin-bottom: 180px;
  }
}

.top_about_lead {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #ffffff;
}
@media (min-width: 768px) {
  .top_about_lead {
    writing-mode: vertical-rl;
    font-size: 32px;
    letter-spacing: 0.07em;
  }
}

.top_about_text {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  color: #ffffff;
}
@media (min-width: 768px) {
  .top_about_text {
    writing-mode: vertical-rl;
    font-size: 20px;
    line-height: 2;
    white-space: nowrap;
  }
}

@media (min-width: 768px) {
  .top_about_textArea {
    display: flex;
    flex-direction: row-reverse;
    gap: 48px;
  }
}

.top_about_textInner {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .top_about_textInner {
    display: flex;
    flex-direction: row-reverse;
    gap: 27px;
  }
}

.top_about_image {
  width: 91.8367346939%;
  margin-left: calc(50% - 50vw);
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .top_about_image {
    width: 70%;
    margin-left: initial;
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: 0;
    z-index: -1;
  }
}

.top_about_inner {
  position: relative;
  z-index: 2;
}

.top_works {
  background-color: #f9f9f9;
  overflow-x: hidden;
}
.top_works .title_main .en {
  text-align: left;
}
.top_works .btn_pc {
  display: none;
}
@media (min-width: 768px) {
  .top_works .btn_pc {
    display: flex;
  }
}
.top_works .btn_sp {
  margin-left: auto;
}
@media (min-width: 768px) {
  .top_works .btn_sp {
    display: none;
  }
}

.top_works_list {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  margin-bottom: 32px;
}

.top_works_item {
  margin-right: 4px;
  aspect-ratio: 300/225;
  overflow: hidden;
}
.top_works_item img {
  height: 100%;
  object-fit: cover;
}

.top_works_title {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .top_works_title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 56px;
  }
}

.top_service {
  position: relative;
}
.top_service::before {
  content: "";
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  background-image: url(../images/top/bg_top_service.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}
@media (min-width: 768px) {
  .top_service::before {
    width: 50%;
  }
}
.top_service .title_main {
  text-align: center;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .top_service .title_main {
    margin-bottom: 56px;
  }
}
.top_service .btn {
  margin-inline: auto;
}

.top_service_lead {
  font-size: 16px;
  line-height: 1.7;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .top_service_lead {
    font-size: 18px;
    margin-bottom: 56px;
  }
}

.top_service_item a {
  display: block;
  position: relative;
}
.top_service_item .top_service_item_name {
  display: flex;
  padding: 8px 0;
  justify-content: center;
  align-items: center;
  gap: 12px;
  align-self: stretch;
  background: rgba(46, 46, 46, 0.8);
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .top_service_item .top_service_item_name {
    font-size: 18px;
    padding: 9px 0;
  }
}
.top_service_item .top_service_item_name::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  aspect-ratio: 1/1;
  background-image: url(../images/icon/icon_CircleRight.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (min-width: 768px) {
  .top_service_item .top_service_item_name::after {
    width: 20px;
    height: 20px;
  }
}

.top_service_list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .top_service_list {
    flex-direction: row;
    gap: 80px;
    margin-bottom: 56px;
  }
}

.top_company .title_main {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .top_company .title_main {
    margin-bottom: 58px;
  }
}
.top_company .title_main .en {
  text-align: left;
}

@media (min-width: 768px) {
  .top_company_inner {
    display: flex;
    justify-content: space-between;
  }
}

@media (min-width: 768px) {
  .top_company_textArea {
    width: 50%;
    max-width: 580px;
  }
}

.top_company_lead {
  font-size: 22px;
  color: #2f406b;
  margin-bottom: 16px;
}

.top_company_text {
  margin-bottom: 40px;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .top_company_text {
    font-size: 18px;
  }
}

.top_company_item {
  height: 120px;
}
.top_company_item a {
  display: block;
  position: relative;
  height: 120px;
}
.top_company_item a img {
  height: 100%;
  object-fit: cover;
}
.top_company_item .top_company_item_name {
  display: flex;
  padding: 4px 16px;
  align-items: center;
  gap: 12px;
  align-self: stretch;
  background: rgba(46, 46, 46, 0.8);
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.top_company_item .top_company_item_name::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  aspect-ratio: 1/1;
  background-image: url(../images/icon/icon_CircleRight.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (min-width: 768px) {
  .top_company_item .top_company_item_name::after {
    width: 20px;
    height: 20px;
  }
}

.top_company_list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 768px) {
  .top_company_list {
    width: 41.6666666667%;
  }
}

.about_lead_inner p {
  margin-bottom: 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

@media (min-width: 768px) {
  .about_lead .content {
    display: flex;
    gap: 5.3333333333%;
  }
}

.philosophy {
  background-color: #f9f9f9;
  overflow-x: hidden;
}

.philosophy_subTitle {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.05em;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .philosophy_subTitle {
    font-size: 24px;
    margin-bottom: 56px;
  }
}

.philosophy_list {
  margin-bottom: 56px;
}

.philosophy_item {
  display: flex;
  padding: 24px 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  border-bottom: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .philosophy_item {
    flex-direction: row;
    gap: 32px;
    padding: 56px 0;
  }
}
.philosophy_item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.philosophy_item_title {
  color: #2f406b;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .philosophy_item_title {
    font-size: 22px;
    width: 260px;
    flex-shrink: 0;
  }
}

.philosophy_item_text {
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}

.philosophy_item_list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  margin-top: 16px;
}
@media (min-width: 768px) {
  .philosophy_item_list {
    margin-top: 0;
    gap: 40px;
  }
}

@media (min-width: 768px) {
  .philosophy_item_list_item {
    width: 100%;
  }
}

.philosophy_item_list_lead {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .philosophy_item_list_lead {
    font-size: 18px;
    margin-bottom: 32px;
  }
}

.philosophy_item_list_item_title {
  padding-bottom: 10px;
  font-weight: 700;
  border-bottom: 1px solid #999da0;
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 1;
  display: flex;
  align-items: flex-end;
  gap: 16px;
  color: #275a4c;
}
.philosophy_item_list_item_title span {
  font-size: 14px;
  color: #4d4d4d;
  font-weight: 500;
}
@media (min-width: 768px) {
  .philosophy_item_list_item_title span {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .philosophy_item_list_item_title {
    font-size: 20px;
    gap: 32px;
    margin-bottom: 8px;
  }
}

.philosophy_item_list_item_text {
  font-family: "Noto Sans JP", sans-serif;
}

.philosophy_item:not(:last-child) .philosophy_item_text {
  font-family: "Noto Sans JP", sans-serif;
}

.philosophy_image {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
.philosophy_image img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.philosophy_image_inner {
  width: 92%;
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  background-color: #aec49c;
  margin-inline: auto;
  color: #ffffff;
  margin-top: -130px;
  position: relative;
  z-index: 1;
  max-width: 900px;
}
@media (min-width: 768px) {
  .philosophy_image_inner {
    padding: 56px 32px;
    gap: 50px;
  }
}

.philosophy_image_title {
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  align-self: stretch;
}
@media (min-width: 768px) {
  .philosophy_image_title {
    gap: 24px;
  }
}
.philosophy_image_title::after {
  content: "";
  width: 100px;
  height: 1px;
  background-color: #ffffff;
}

.philosophy_image_text {
  color: var(--white, #FFF);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.8px;
}
@media (min-width: 768px) {
  .philosophy_image_text {
    font-size: 20px;
  }
}

.greeting {
  background-color: #f9f9f9;
  position: relative;
  padding-top: 0;
}
@media (min-width: 768px) {
  .greeting::after {
    content: "";
    display: inline-block;
    width: 12.5694444444vw;
    max-width: 181px;
    height: auto;
    aspect-ratio: 181/626;
    background-image: url(../images/about/logo_text_white.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0.7;
  }
}

.greeting_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding-bottom: 24px;
}
@media (min-width: 768px) {
  .greeting_content {
    max-width: 900px;
    margin-inline: auto;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 56px;
    padding-bottom: 32px;
  }
}

.greeeting_content_img {
  width: 75.8017492711%;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.08);
  max-width: 260px;
}

.greeting_content_title {
  font-size: 18px;
  color: #275a4c;
  margin-bottom: 8px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .greeting_content_title {
    font-size: 24px;
    margin-bottom: 16px;
  }
}

.greeting_content_text {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .greeting_content_text {
    font-size: 18px;
    margin-bottom: 56px;
  }
}

.greeting_content_nameArea {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  font-size: 14px;
}
.greeting_content_nameArea span {
  display: inline-block;
  font-size: 16px;
  margin-left: 4px;
}
@media (min-width: 768px) {
  .greeting_content_nameArea span {
    font-size: 18px;
  }
}

.career {
  padding: 32px 0 0 0;
}
@media (min-width: 768px) {
  .career {
    padding-top: 32px;
    position: relative;
    z-index: 1;
  }
}

.career_list {
  width: 100%;
  max-width: 900px;
  margin-inline: auto;
}

.career_item {
  display: flex;
  padding: 20px 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  border-top: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .career_item {
    flex-direction: row;
  }
}
.career_item dt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.15rem;
}
@media (min-width: 768px) {
  .career_item dt {
    width: 100px;
    flex-shrink: 0;
  }
}
.career_item dd {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
}

@media (min-width: 768px) {
  .career_item:nth-child(2) .list_dot {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(5, auto);
    column-gap: 40px;
  }
}

.contest {
  background: #4d4d4d;
  position: relative;
  overflow: hidden;
}
.contest::after, .contest::before {
  content: "";
  display: inline-block;
  width: 53.3333333333vw;
  max-width: 420px;
  height: auto;
  aspect-ratio: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../images/common/image_logo.png);
  position: absolute;
}
.contest::before {
  right: -30px;
  top: -9px;
}
.contest::after {
  left: -51px;
  bottom: -61px;
}
.contest .title_bar {
  color: #ffffff;
}
.contest .title_bar::after {
  background-color: #ffffff;
}

.contest_list {
  display: flex;
  flex-direction: column;
  gap: 32px;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .contest_list {
    gap: 80px;
  }
}

.contest_item,
.contest_item_01 {
  color: #ffffff;
}
@media (min-width: 768px) {
  .contest_item,
  .contest_item_01 {
    display: flex;
    gap: 5.75%;
  }
}
.contest_item .slick-dotted.slick-slider,
.contest_item_01 .slick-dotted.slick-slider {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .contest_item .slick-dotted.slick-slider,
  .contest_item_01 .slick-dotted.slick-slider {
    margin-bottom: 0;
  }
}

.contest_item_imageList {
  margin-bottom: 24px;
}
.contest_item_imageList .slider-for {
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .contest_item_imageList {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .contest_item_imageList .slick-list {
    width: 100%;
    max-width: 500px;
  }
}

.slider-nav .slick-slide {
  margin-left: 3px;
  border: none;
  opacity: 0.7;
}
@media (min-width: 768px) {
  .slider-nav .slick-slide {
    margin-left: 0;
    margin-bottom: 4px;
  }
}
.slider-nav .slick-slide.slick-current {
  opacity: 1;
  border: 1px solid #ffffff;
}
@media (min-width: 768px) {
  .slider-nav .slick-slide.slick-current {
    width: 110px !important;
  }
}
@media (min-width: 768px) {
  .slider-nav .slick-list {
    width: 110px;
  }
  .slider-nav .slick-list .slick-track {
    padding: 9px 0;
  }
}

.contest_item_title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  font-size: 18px;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .contest_item_title {
    font-size: 20px;
  }
}
.contest_item_title span {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
}

.contest_item_rank {
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 500;
}

.contest_item_text {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.contest_item_text p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
}

@media (min-width: 768px) {
  .contest_item_textArea {
    width: 42.0833333333%;
  }
}

.media {
  background-color: #f9f9f9;
}

.media_item {
  display: flex;
  align-items: flex-end;
  gap: 8px;
}

.media_item_image {
  width: 40.8163265306%;
}

.media_item_textArea {
  width: 56.8513119534%;
}

.media_item_title {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .media_item_title {
    font-size: 16px;
  }
}

.media_item_link {
  display: flex;
  padding: 4px 16px;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  border: 1px solid #999da0;
  background: #ffffff;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  width: fit-content;
}
.media_item_link::before {
  content: "";
  width: 15px;
  height: 15px;
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-image: url(../images/icon/icon-arrowSquareOut.svg);
  background-size: contain;
  background-position: center;
}

.media_list {
  display: grid;
  grid-template-columns: auto;
  gap: 40px 8px;
}
@media (min-width: 768px) {
  .media_list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.works_content {
  padding: 60px 0 80px;
}
@media (min-width: 768px) {
  .works_content {
    padding: 100px 0 150px;
  }
}

.works_lead {
  color: #2f406b;
  line-height: 1.6;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 40px;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .works_lead {
    font-size: 20px;
    margin-bottom: 90px;
    text-align: center;
  }
}

.works_list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 32px;
}
@media (min-width: 768px) {
  .works_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 80px;
  }
}

.works_card {
  cursor: pointer;
}
.works_card_image {
  aspect-ratio: 45/33;
  overflow: hidden;
  margin-bottom: 8px;
}
.works_card_image img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.works_card_title {
  position: relative;
  font-weight: bold;
  font-size: 16px;
  padding-right: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 3em;
}
@media (min-width: 768px) {
  .works_card_title {
    font-size: 18px;
  }
}
.works_card_title::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(../images/icon/icon_plus.svg);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .works_card_title::after {
    width: 22px;
    height: 22px;
  }
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .nav-links {
    margin-top: 56px;
  }
}
.nav-links .page-numbers {
  display: flex;
  width: 32px;
  height: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  border: 1px solid #2e2e2e;
  color: var(--text-light, #4D4D4D);
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  padding-bottom: 4px;
}
@media (min-width: 768px) {
  .nav-links .page-numbers {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
}
.nav-links .page-numbers.current {
  background-color: #4d4d4d;
  color: #ffffff;
}
.nav-links .page-numbers.dots, .nav-links .page-numbers.next, .nav-links .page-numbers.prev {
  border: none;
}
.nav-links .page-numbers.next, .nav-links .page-numbers.prev {
  background-repeat: no-repeat;
  background-size: 6px;
  background-position: center;
  background-image: url(../images/icon/icon_next.svg);
}
@media (min-width: 768px) {
  .nav-links .page-numbers.next, .nav-links .page-numbers.prev {
    background-size: 9px;
  }
}
.nav-links .page-numbers.next {
  background-image: url(../images/icon/icon_next.svg);
}
.nav-links .page-numbers.prev {
  background-image: url(../images/icon/icon_prev.svg);
}

.wp-block-image :where(figcaption) {
  margin-bottom: 1em;
  margin-top: 0.5em;
  text-align: center;
}

@media (min-width: 768px) {
  .service_content {
    padding-top: 56px;
  }
}

.service_inner {
  max-width: 1080px;
  margin-inline: auto;
}

.service_lead {
  color: #2f406b;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .service_lead {
    font-size: 20px;
    margin-bottom: 24px;
  }
}

@media (min-width: 768px) {
  .service_lead_textArea {
    flex-basis: 696px;
  }
}

@media (min-width: 768px) {
  .service_lead_image {
    flex-basis: 360px;
  }
}

.service_lead_wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 32px;
  max-width: 1080px;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .service_lead_wrapper {
    flex-direction: row;
  }
}

.service_lead_text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.service_lead_content {
  padding: 24px 16px;
  background-color: #f9f9f9;
  margin-bottom: 24px;
  max-width: 1080px;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .service_lead_content {
    padding: 40px;
    margin-bottom: 48px;
  }
}

.service_lead_content_images {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .service_lead_content_images {
    max-width: 753px;
    margin-inline: auto;
    flex-direction: row;
  }
}

.service_arrow {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../images/icon/icon_arrow_green.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: rotate(90deg);
  transform-origin: center;
}
@media (min-width: 768px) {
  .service_arrow {
    transform: rotate(0);
    width: 37px;
    height: 37px;
  }
}

.service_before {
  width: 90%;
  max-width: 300px;
}

.service_before,
.service_after {
  position: relative;
}
.service_before::after,
.service_after::after {
  content: attr(data-en);
  display: inline-block;
  width: 100%;
  padding: 8px 0;
  background-color: rgba(46, 46, 46, 0.8);
  color: #ffffff;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  font-weight: bold;
  font-family: "Cormorant Garamond", serif;
  font-size: 16px;
  line-height: 1;
}

.service_lead_contactBox {
  border: 1px solid #dddddd;
  background-color: #ffffff;
  padding: 24px 16px;
  max-width: 900px;
  margin-inline: auto;
}
.service_lead_contactBox_title {
  margin-bottom: 24px;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 768px) {
  .service_lead_contactBox_title {
    font-size: 18px;
  }
}
.service_lead_contactBox .contact_line_text {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .service_lead_contactBox .contact_line_text {
    font-size: 16px;
  }
}
.service_lead_contactBox .contact_line_link {
  padding: 10px 24px;
  margin-bottom: 0;
}

.service_list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 24px;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .service_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 24px;
    margin-bottom: 56px;
  }
}

.service_item {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (min-width: 768px) {
  .service_item {
    gap: 24px;
  }
}

.service_item_image {
  width: 43.7317784257%;
}
@media (min-width: 768px) {
  .service_item_image {
    width: 46.1538461538%;
    max-width: 240px;
  }
}

.service_item_textArea {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.service_item_title {
  color: #2f406b;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .service_item_title {
    font-size: 22px;
  }
}

.service_item_text {
  color: var(--text-light, #4D4D4D);
  font-family: "Noto Serif JP";
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media (min-width: 768px) {
  .service_item_text {
    font-size: 16px;
    gap: 8px;
  }
}
.service_item_text span {
  font-size: 12px;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media (min-width: 768px) {
  .service_item_text span {
    font-size: 14px;
  }
}

.servise_price {
  width: 100%;
  max-width: 1080px;
  margin-inline: auto;
  background-color: #f9f9f9;
  padding: 24px 16px;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .servise_price {
    padding: 40px;
    margin-bottom: 56px;
  }
}
.servise_price_title {
  font-size: 18px;
  font-weight: 600;
  color: #2f406b;
  line-height: 1;
  padding-bottom: 8px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .servise_price_title {
    padding-bottom: 16px;
    font-size: 22px;
    margin-bottom: 32px;
  }
}
.servise_price_title > span {
  font-size: 14px;
}

.servise_price_content:not(:last-child) {
  margin-bottom: 24px;
}
.servise_price_content_title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #2f406b;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .servise_price_content_title {
    font-size: 20px;
  }
}
.servise_price_content_title span {
  font-size: 14px;
}
@media (min-width: 768px) {
  .servise_price_content_title span {
    font-size: 16px;
  }
}
.servise_price_content .note {
  font-size: 13px;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 8px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .servise_price_content .note {
    font-size: 14px;
  }
}

.servise_price_list_inner {
  display: flex;
  padding: 10px;
  border-bottom: 1px solid #dddddd;
}
.servise_price_list_title {
  width: 60%;
  max-width: 240px;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.servise_price_box {
  padding: 24px 16px;
  border: 1px solid #dddddd;
}
.servise_price_box li {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  font-weight: 400;
}
.servise_price_box li:not(:last-child) {
  margin-bottom: 4px;
}
.servise_price_box .note {
  margin-top: 16px;
}

.isyoku {
  max-width: 1080px;
  margin-inline: auto;
}
.isyoku_title {
  color: #2f406b;
  font-weight: 600;
  font-size: 18px;
  padding-bottom: 8px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 16px;
  letter-spacing: 0.1em;
}
.isyoku_title span {
  font-size: 14px;
}
@media (min-width: 768px) {
  .isyoku_title {
    font-size: 22px;
    margin-bottom: 32px;
  }
}
.isyoku_topContent {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .isyoku_topContent {
    flex-direction: row;
    align-items: flex-start;
    gap: 56px;
    margin-bottom: 24px;
  }
}
.isyoku_topContent_text {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 768px) {
  .isyoku_topContent_text {
    gap: 16px;
    flex-basis: 824px;
  }
}
.isyoku_topContent_text .small {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.isyoku_topContent_image {
  width: 70%;
}
@media (min-width: 768px) {
  .isyoku_topContent_image {
    flex-basis: 200px;
  }
}
.isyoku_bottomContent {
  padding: 24px 16px;
  background-color: #f9f9f9;
}
@media (min-width: 768px) {
  .isyoku_bottomContent {
    padding: 40px;
  }
}
.isyoku_flow {
  width: 60%;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .isyoku_flow {
    flex-direction: row;
    width: 100%;
  }
}
.isyoku_flow span.arrow {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../images/icon/icon_arrow_green.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: rotate(90deg);
  transform-origin: center;
}
@media (min-width: 768px) {
  .isyoku_flow span.arrow {
    width: 37px;
    height: 37px;
    transform: rotate(0deg);
  }
}
.isyoku_flow_item {
  position: relative;
}
.isyoku_flow_item::after {
  content: attr(data-en);
  display: inline-block;
  width: 100%;
  padding: 4px 0;
  text-align: center;
  background-color: rgba(46, 46, 46, 0.8);
  color: #ffffff;
  position: absolute;
  left: 0;
  bottom: 0;
  font-weight: bold;
}
.isyoku_desc {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.01em;
  margin-bottom: 16px;
}
.isyoku_voice {
  padding: 16px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .isyoku_voice {
    padding: 24px;
  }
}
.isyoku_voice_title {
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-size: 16px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .isyoku_voice_title {
    margin-bottom: 16px;
  }
}
.isyoku_voice_text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.gardenService_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 24px;
}
@media (min-width: 768px) {
  .gardenService_list {
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
  }
}

.gardenService_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
@media (min-width: 768px) {
  .gardenService_item {
    gap: 16px;
  }
}

.gardenService_item_title {
  color: #2f406b;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .gardenService_item_title {
    font-size: 22px;
    margin-bottom: 16px;
  }
}

.gardenService_item_text {
  color: #4d4d4d;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .gardenService_item_text {
    font-size: 16px;
  }
}

.gardenService {
  background-color: #f9f9f9;
}

.step {
  position: relative;
  overflow: hidden;
}
.step::before, .step::after {
  content: "";
  display: inline-block;
  width: 198px;
  height: 200px;
  aspect-ratio: 99/100;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../images/common/image_logo.png);
  position: absolute;
  z-index: -1;
}
@media (min-width: 768px) {
  .step::before, .step::after {
    width: 876px;
    height: 884px;
    aspect-ratio: 219/221;
  }
}
.step::before {
  right: -79px;
  top: -18px;
}
@media (min-width: 768px) {
  .step::before {
    right: -308px;
    top: -294px;
  }
}
.step::after {
  left: -99px;
  bottom: -16px;
}
@media (min-width: 768px) {
  .step::after {
    left: -324px;
    bottom: -308px;
  }
}

.step_list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  max-width: 900px;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .step_list {
    gap: 32px;
  }
}

.step_item {
  display: flex;
  padding: 24px 16px;
  flex-direction: column-reverse;
  align-items: flex-start;
  gap: 24px;
  background: #f9f9f9;
  width: 100%;
}
@media (min-width: 768px) {
  .step_item {
    flex-direction: row;
    gap: 24px;
    padding: 40px;
  }
}

.step_item_title {
  display: flex;
  padding-bottom: 16px;
  align-items: center;
  gap: 8px;
  line-height: 1;
  border-bottom: 1px solid #dddddd;
  color: #2f406b;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .step_item_title {
    font-size: 22px;
    margin-bottom: 32px;
    gap: 16px;
  }
}
.step_item_title p {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  color: #aec49c;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .step_item_title p {
    font-size: 16px;
    gap: 8px;
  }
}
.step_item_title p span {
  font-size: 18px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .step_item_title p span {
    font-size: 22px;
  }
}

.step_item_text {
  display: flex;
  flex-direction: column;
  gap: 24px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .step_item_text {
    font-size: 16px;
  }
}
.step_item_text .text_light {
  color: #4d4d4d;
}

.step_item_inner {
  display: flex;
  padding: 16px 8px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  border: 1px solid #dddddd;
}
.step_item_inner li {
  font-family: "Noto Sans JP", sans-serif;
}
@media (min-width: 768px) {
  .step_item_inner li {
    font-size: 16px;
  }
}

.step_item_inner_title {
  color: #000;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .step_item_inner_title {
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  .step_img {
    flex-basis: 200px;
    max-width: 200px;
  }
}

@media (min-width: 768px) {
  .step_textArea {
    flex-basis: 596px;
  }
}

.guarantee {
  background: #f9f9f9;
}
.guarantee .service_lead {
  text-align: center;
}

.guarantee_list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 900px;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .guarantee_list {
    gap: 48px;
  }
}

.guarantee_item {
  display: flex;
  padding: 30px 16px;
  flex-direction: column;
  gap: 16px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .guarantee_item {
    gap: 0;
    padding: 30px;
  }
}

.guarantee_item_title {
  color: #2f406b;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.1em;
  padding-bottom: 8px;
  border-bottom: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .guarantee_item_title {
    font-size: 22px;
    margin-bottom: 32px;
  }
}

.guarantee_item_text {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
@media (min-width: 768px) {
  .guarantee_item_text {
    font-size: 18px;
    margin-bottom: 24px;
  }
}

.guarantee_item_inner {
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  border: 1px solid #dddddd;
  width: fit-content;
}
.guarantee_item_inner p {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
.guarantee_item_inner li {
  color: var(--text-normal, #2E2E2E);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .guarantee_item_inner li {
    font-size: 16px;
  }
}
.guarantee_item_inner .small {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #4d4d4d;
}

.company {
  position: relative;
}
.company::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 59px;
  aspect-ratio: 375/59;
  background-image: url(../images/company/logo_text_grey.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (min-width: 1024px) {
  .company::after {
    width: 727px;
    height: 115px;
    transform: rotate(90deg) translate(-92%, -50%);
    transform-origin: left;
    z-index: -1;
  }
}

.company_content {
  padding-bottom: 80px;
}

.company_info {
  max-width: 800px;
  margin-inline: auto;
}

.company_info_item {
  display: flex;
  padding: 16px 0;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  gap: 10px;
  border-bottom: 1px solid #dddddd;
  position: relative;
}
@media (min-width: 768px) {
  .company_info_item {
    flex-direction: row;
    padding: 20px 0;
  }
  .company_info_item::after {
    content: "";
    display: inline-block;
    width: 190px;
    height: 1px;
    background-color: #aec49c;
    position: absolute;
    left: 0;
    bottom: -1px;
  }
}
.company_info_item dt {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}
@media (min-width: 768px) {
  .company_info_item dt {
    width: 190px;
    padding-left: 10px;
    font-size: 16px;
  }
}
.company_info_item dd {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.company_info_item dd a {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .company_info_item dd {
    width: calc(100% - 190px);
  }
}

.erea {
  background-color: #f9f9f9;
}

.erea_inner {
  max-width: 800px;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .erea_inner {
    position: relative;
  }
}

.erea_subTitle {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .erea_subTitle {
    font-size: 18px;
  }
}
.erea_subTitle::before {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #e0e098;
}

.erea_text {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
}
@media (min-width: 768px) {
  .erea_text {
    font-size: 16px;
    position: relative;
    z-index: 1;
  }
}

.erea_map {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 90%;
  max-width: 400px;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .erea_map {
    width: 45%;
    max-width: 360px;
    position: absolute;
    top: -108px;
    right: 0;
  }
}

@media (min-width: 768px) {
  .erea_text_bottom {
    margin-top: 48px;
    text-align: center;
    font-size: 18px;
  }
}

.access {
  padding-bottom: 0;
  overflow-x: hidden;
}

.access_textArea h3 {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .access_textArea h3 {
    font-size: 28px;
    margin-bottom: 40px;
  }
}
.access_textArea .access_text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.access_textArea .access_text p {
  font-size: 16px;
  line-height: 1.7;
}
@media (min-width: 768px) {
  .access_textArea .access_text p {
    font-size: 18px;
  }
}

.access_inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 800px;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .access_inner {
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .access_img {
    max-width: 390px;
  }
}

.access_map {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  min-height: 280px;
  aspect-ratio: 375/280;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .access_map {
    margin-top: 56px;
    aspect-ratio: 1440/580;
  }
}

.recruit .company_info_item dd {
  gap: 0;
}
@media (min-width: 768px) {
  .recruit .company_info_item dd {
    gap: 24px;
  }
}
.recruit .company_info_item dt {
  font-size: 16px;
}
.recruit .company_info_item .small {
  font-size: 14px;
}

.recruit_inner {
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  background: #f9f9f9;
  margin-top: 40px;
  max-width: 800px;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .recruit_inner {
    padding: 30px;
    gap: 32px;
  }
}
.recruit_inner h3 {
  color: #2f406b;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.6;
  padding-bottom: 8px;
  border-bottom: 1px solid #dddddd;
  width: 100%;
}
@media (min-width: 768px) {
  .recruit_inner h3 {
    ont-size: 22px;
  }
}
.recruit_inner .recruit_text {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
@media (min-width: 768px) {
  .recruit_inner .recruit_text {
    font-size: 18px;
  }
}

.entry {
  background: #F9F9F9;
}

.entry_list {
  max-width: 800px;
}

.entry_lead {
  color: #2e2e2e;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.7;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .entry_lead {
    font-size: 20px;
    margin-bottom: 48px;
  }
}

.contact_inner {
  display: flex;
  padding: 24px 16px;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  background: #f9f9f9;
  max-width: 900px;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .contact_inner {
    gap: 8px;
    padding: 40px;
  }
}

.contact_tel_text {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .contact_tel_text {
    font-size: 18px;
  }
}

.contact_tel_number {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.contact_line_text {
  text-align: center;
  font-weight: 600;
  line-height: 1.5;
  font-size: 15px;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .contact_line_text {
    font-size: 16px;
  }
}

.contact_line_link {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #08BF5A;
  color: #ffffff;
  gap: 12px;
  padding: 10px 38px;
  font-size: 18px;
  font-weight: bold;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 32px;
  transition: all 0.3s;
}
.contact_line_link:hover {
  filter: brightness(1.1);
}
@media (min-width: 768px) {
  .contact_line_link {
    margin-bottom: 56px;
  }
}
.contact_line_link img {
  width: 26px;
}

.contact_content:nth-last-of-type(2) {
  padding-top: 56px;
  padding-bottom: 32px;
}
@media (min-width: 768px) {
  .contact_content:nth-last-of-type(2) {
    padding: 80px 0;
  }
}

.contact_content:last-child {
  padding-top: 32px;
}
@media (min-width: 768px) {
  .contact_content:last-child {
    padding-top: 56px;
  }
}
@media (min-width: 768px) {
  .contact_content:last-child .contact_inner {
    padding: 80px 100px;
  }
}

.contact_content .btn_black {
  margin-inline: auto;
  margin-top: 32px;
}
@media (min-width: 768px) {
  .contact_content .btn_black {
    margin-top: 48px;
  }
}

.contact_tel_link {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  color: #275a4c;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .contact_tel_link {
    font-size: 34px;
  }
}
.contact_tel_link span {
  color: #2e2e2e;
  font-family: "Cormorant Garamond", serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
}
@media (min-width: 768px) {
  .contact_tel_link span {
    font-size: 20px;
  }
}

.contact_tel_time {
  color: #4d4d4d;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  display: flex;
  gap: 4px;
}
@media (min-width: 768px) {
  .contact_tel_time {
    font-size: 14px;
  }
}

.form_label {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #2e2e2e;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .form_label {
    font-size: 20px;
  }
}

.form_required {
  display: flex;
  padding: 4px 8px;
  justify-content: center;
  align-items: center;
  background: #EA9B88;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}

span.wpcf7-list-item-label {
  color: #2e2e2e;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

/* --- テキスト入力、メール、電話番号 --- */
.form input[type=text],
.form input[type=email],
.form input[type=tel],
.form input[type=date],
.form input[type=number],
.form select,
.form textarea {
  width: 100%;
  height: 100%;
  border-radius: 3px;
  border: 1px solid #dddddd;
  background: #ffffff;
  min-height: 40px;
  padding: 4px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

/* --- テキストエリア --- */
.form textarea {
  min-height: 200px;
  resize: vertical;
}

/* チェックボックス */
.form input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  min-width: 16px;
  height: 16px;
  aspect-ratio: 1;
  border: 1px solid #dddddd;
  border-radius: 3px;
  background-color: #ffffff;
  cursor: pointer;
  position: relative;
}

/* 選択時のスタイル */
.form input[type=checkbox]:checked::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 12px;
  height: 12px;
  background-image: url(../images/icon/icon_check.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.form .privacy {
  height: 300px;
  border: 1px solid #dddddd;
  border-radius: 3px;
  background-color: #ffffff;
  padding: 4px;
  overflow-y: scroll;
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media (min-width: 768px) {
  .form .privacy {
    font-size: 16px;
  }
}

.form .privacy_inner {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 8px;
}

.wpcf7-list-item {
  margin-left: 0;
}

span.wpcf7-form-control.wpcf7-checkbox {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.checkboxList .wpcf7-list-item:nth-child(6) .wpcf7-list-item-label::after, .checkboxList .wpcf7-list-item:nth-child(7) .wpcf7-list-item-label::after {
  content: "（※相談内容へ年齢、性別、職歴をご入力ください。）";
  display: inline-block;
  font-size: 14px;
}

.form_group {
  margin-bottom: 24px;
}
.form_group:last-of-type {
  margin-bottom: 40px;
}

.privacy_bottom_text {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .privacy_bottom_text {
    font-size: 16px;
  }
}

input[type=submit] {
  display: flex;
  width: 300px;
  padding: 18px 40px;
  justify-content: center;
  align-items: center;
  gap: 80px;
  border: 1px solid #ffffff;
  background: #275a4c;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  margin-inline: auto;
  line-height: 1;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  input[type=submit] {
    width: 350px;
    padding: 24px;
    font-size: 18px;
  }
}
input[type=submit]:hover {
  background-color: #ffffff;
  color: #275a4c;
  border: 1px solid #275a4c;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}/*# sourceMappingURL=styles.css.map */