/*----------------------------------------*/
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.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] {
  -webkit-text-decoration: underline dotted;
          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 */
  -moz-appearance: none;
       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 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

/*----------------------------------------*/
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  width: 100%;
  min-width: 1200px;
  background-color: #ffffff;
  font-family: "Barlow", "IBM Plex Sans JP", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0em;
  color: #161413;
}
@media screen and (max-width: 768px) {
  body {
    min-width: 100%;
  }
}

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

@media screen and (max-width: 768px) {
  .no-mobile {
    display: none !important;
  }
}

.l_header {
  position: sticky;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1200px;
  height: 80px;
  max-width: 100%;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .l_header {
    height: 72px;
    min-width: 100%;
  }
}
.l_headerInner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding-right: 0px;
  padding-left: 32px;
}
@media screen and (max-width: 768px) {
  .l_headerInner {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.l_headerLogo {
  width: 231px;
  transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
@media screen and (max-width: 768px) {
  .l_headerLogo {
    width: 231px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l_headerLogo:hover {
    opacity: 0.5;
  }
}
.l_headerNav {
  display: flex;
  align-items: center;
  height: 100%;
}
.l_headerList {
  display: flex;
  gap: 0 48px;
  margin-right: 48px;
}
.l_headerList__item {
  position: relative;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.l_headerList__item a {
  display: inline-block;
  width: 100%;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
}
.l_headerList__item a span {
  position: relative;
}
.l_headerList__item--current span::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: calc(100% + 16px);
  height: 4px;
  background-color: #28ACB8;
}
@media (hover: hover) and (pointer: fine) {
  .l_headerList__item:hover {
    opacity: 0.5;
  }
}
.l_headerInfo {
  display: flex;
  flex-direction: column;
  gap: 4px 0;
  text-align: center;
  margin-right: 16px;
}
.l_headerInfo__tel {
  transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
@media (hover: hover) and (pointer: fine) {
  .l_headerInfo__tel:hover {
    opacity: 0.5;
  }
}
.l_headerInfo__tel span {
  position: relative;
  display: flex;
  align-items: center;
  color: #28ACB8;
  font-family: "Barlow", sans-serif;
  font-size: 3.2rem;
  font-weight: 500;
}
.l_headerInfo__tel span::before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background: url(../img/icon_tel.svg) no-repeat center;
  background-size: 32px;
}
.l_headerInfo__read {
  display: inline-block;
  color: #2C2925;
  font-size: 1.2rem;
  font-weight: 400;
}
.l_headerContact {
  height: 100%;
  background: #28ACB8;
}
.l_headerContact a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-right: 24px;
  padding-left: 24px;
  transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
@media (hover: hover) and (pointer: fine) {
  .l_headerContact a:hover {
    opacity: 0.5;
  }
}
.l_headerContact a span {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0 8px;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 500;
}
.l_headerContact a span::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../img/icon_mail.svg) no-repeat center;
  background-size: 24px;
}
.l_headerNavToggle {
  display: none;
  position: fixed;
  z-index: 999;
  top: 8px;
  right: 20px;
  width: 56px;
  height: 56px;
  background: #28ACB8;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .l_headerNavToggle {
    display: block;
  }
}
.l_headerNavToggle span {
  display: block;
  position: absolute;
  left: calc(50% - 12px);
  width: 24px;
  height: 2px;
  border-radius: 1px;
  background: #ffffff;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.l_headerNavToggle span:nth-child(1) {
  top: 50%;
}
.l_headerNavToggle span:nth-child(2) {
  top: calc(50% - 6px);
}
.l_headerNavToggle span:nth-child(3) {
  top: calc(50% + 6px);
}
.l_headerNavToggle.is-open span:nth-child(1) {
  display: none;
}
.l_headerNavToggle.is-open span:nth-child(2) {
  top: calc(50% - 0px);
  transform: rotate(40deg);
}
.l_headerNavToggle.is-open span:nth-child(3) {
  top: calc(50% + 0px);
  transform: rotate(-40deg);
}
.l_headerSPNav {
  position: fixed;
  z-index: 998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(-100%);
  opacity: 0;
  background: rgba(255, 255, 255, 0.95);
  -webkit-backdrop-filter: blur(0px);
  backdrop-filter: blur(0px);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}
@media screen and (max-width: 768px) {
  .l_headerSPNav.is-open {
    transform: translateY(0%);
    opacity: 1;
    -webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(4px);
  }
}
.l_headerSPNavInner {
  padding-right: 40px;
  padding-left: 40px;
}
.l_headerSPNavButton {
  margin-top: 32px;
  padding-right: 40px;
  padding-left: 40px;
}
.l_headerSPList {
  padding-top: 96px;
}
.l_headerSPList__item {
  border-bottom: 1px solid rgba(22, 20, 19, 0.3);
}
.l_headerSPList__item a {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 56px 0 20px 24px;
  transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.l_headerSPList__item a span {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
}
.l_headerSPList__item a::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  width: 32px;
  height: 32px;
  background: url(../img/icon_sp-nav_btn.svg) no-repeat;
  background-size: 32px;
}

.l_footer {
  position: relative;
  min-height: 494px;
  background: #28ACB8;
}
@media screen and (max-width: 768px) {
  .l_footer {
    min-height: 100%;
  }
}
.l_footerInner {
  position: relative;
  height: 100%;
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .l_footerInner {
    padding-top: 28px;
    padding-bottom: 80px;
  }
}
.l_footerNav {
  display: flex;
  justify-content: end;
}
@media screen and (max-width: 768px) {
  .l_footerNav {
    display: block;
  }
}
.l_footerList {
  display: flex;
  gap: 0 32px;
}
@media screen and (max-width: 768px) {
  .l_footerList {
    justify-content: center;
    flex-wrap: wrap;
    gap: 0 24px;
  }
}
@media screen and (max-width: 768px) {
  .l_footerList::after {
    content: "";
    width: 100%;
  }
}
.l_footerList__item {
  transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
@media (hover: hover) and (pointer: fine) {
  .l_footerList__item:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 768px) {
  .l_footerList__item:nth-child(n+4) {
    order: 1;
    margin-top: 24px;
  }
}
.l_footerList__item a {
  color: #ffffff;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .l_footerList__item a {
    font-size: 1.5rem;
  }
}
.l_footerInfo {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .l_footerInfo {
    margin-top: 64px;
  }
}
.l_footerLogo {
  width: 413px;
  transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
@media screen and (max-width: 768px) {
  .l_footerLogo {
    width: 264px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l_footerLogo:hover {
    opacity: 0.5;
  }
}
.l_footerAddress {
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .l_footerAddress {
    font-size: 1.5rem;
    text-align: center;
  }
}
.l_footerAddress--primary {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .l_footerAddress--primary {
    margin-top: 16px;
  }
}
.l_footerAddress--secondary {
  margin-top: 8px;
}
.l_footerCopyright {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: #161413;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l_footerCopyright {
    position: relative;
    bottom: unset;
  }
}
.l_footerCopyright p {
  color: rgba(255, 255, 255, 0.3);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 40px;
}
@media screen and (max-width: 768px) {
  .l_footerCopyright p {
    font-size: 1.5rem;
  }
}

.l_wrapper {
  position: relative;
  width: 100%;
}

.l_content {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.l_contentWrap {
  position: relative;
  width: 100%;
  height: 100%;
}
.l_contentInner--primary {
  width: 100%;
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .l_contentInner--primary {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.l_contentInner--secondary {
  width: 100%;
  max-width: 992px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .l_contentInner--secondary {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.l_contentInner--tertiary {
  width: 100%;
  max-width: 560px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .l_contentInner--tertiary {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.l_contentInner--quaternary {
  width: 100%;
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .l_contentInner--quaternary {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.l_contentInner--quinary {
  width: 100%;
  max-width: 864px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .l_contentInner--quinary {
    padding-right: 20px;
    padding-left: 20px;
  }
}

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

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

.l_pageTitle {
  display: flex;
  align-items: center;
  width: 100%;
  height: 200px;
  background: url(../img/bg_page-title.webp) no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .l_pageTitle {
    height: 160px;
  }
}
.l_pageTitleInner {
  width: 100%;
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
}

.l_pageContact {
  width: 100%;
  max-width: 1144px;
  margin-right: auto;
  margin-left: auto;
  background: #FCF9F5;
}
.l_pageContactInner {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .l_pageContactInner {
    padding-top: 80px;
    padding-bottom: 120px;
  }
}
.l_pageContactBody {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .l_pageContactBody {
    flex-direction: column;
    margin-top: 28px;
  }
}
.l_pageContactText {
  width: 49%;
  padding-right: 56px;
}
@media screen and (max-width: 768px) {
  .l_pageContactText {
    width: 100%;
    padding-right: 0;
  }
}
.l_pageContactRead {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .l_pageContactRead {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}
.l_pageContactInfo {
  width: 51.35%;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .l_pageContactInfo {
    width: 100%;
    margin-top: 48px;
  }
}
.l_pageContactInfoInner {
  padding-top: 24px;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .l_pageContactInfoInner {
    padding-top: 20px;
    padding-bottom: 32px;
  }
}
.l_pageContactInfoHead {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}
.l_pageContactInfoBody {
  display: flex;
  flex-direction: column;
  gap: 8px 0;
  text-align: center;
}
.l_pageContactInfoBody__tel {
  display: flex;
  justify-content: center;
  transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  margin-top: 14px;
  transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
@media (hover: hover) and (pointer: fine) {
  .l_pageContactInfoBody__tel:hover {
    opacity: 0.5;
  }
}
.l_pageContactInfoBody__tel span {
  position: relative;
  display: flex;
  align-items: center;
  color: #28ACB8;
  font-family: "Barlow", sans-serif;
  font-size: 5.6rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .l_pageContactInfoBody__tel span {
    font-size: 4rem;
  }
}
.l_pageContactInfoBody__tel span::before {
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  background: url(../img/icon_tel.svg) no-repeat center;
  background-size: 48px;
}
@media screen and (max-width: 768px) {
  .l_pageContactInfoBody__tel span::before {
    width: 40px;
    height: 40px;
    background-size: 40px;
  }
}
.l_pageContactInfoBody__read {
  display: inline-block;
  color: #2C2925;
  font-size: 1.8rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .l_pageContactInfoBody__read {
    font-size: 1.5rem;
  }
}
.l_pageContact .c_primaryButton {
  width: 216px;
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .l_pageContact .c_primaryButton {
    width: 200px;
    margin-top: 16px;
  }
}

.l_pageAccess {
  position: relative;
  width: 100%;
  background: #FCF9F5;
  margin-right: auto;
  margin-left: auto;
}
.l_pageAccessInner {
  width: 100%;
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .l_pageAccessInner {
    padding-top: 24px;
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
  }
}
.l_pageAccessBody {
  display: flex;
  justify-content: space-between;
  gap: 0 40px;
}
@media screen and (max-width: 768px) {
  .l_pageAccessBody {
    flex-direction: column;
    gap: 28px 0;
  }
}
.l_pageAccessText {
  position: relative;
  width: calc(53.25% - 40px);
  padding-top: 97px;
}
@media screen and (max-width: 768px) {
  .l_pageAccessText {
    width: 100%;
    padding-top: 80px;
  }
}
.l_pageAccessText__read {
  letter-spacing: 0.08em;
}
.l_pageAccessText__read--large {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .l_pageAccessText__read--large {
    font-size: 2rem;
  }
}
.l_pageAccessText__read--small {
  font-size: 1.8rem;
  font-weight: 500;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .l_pageAccessText__read--small {
    font-size: 1.6rem;
    line-height: 1.4;
    margin-top: 12px;
  }
}
.l_pageAccessText__address {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .l_pageAccessText__address {
    margin-top: 24px;
  }
}
.l_pageAccessText__addressText {
  position: relative;
  display: flex;
  flex-direction: column;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  gap: 8px 0;
}
@media screen and (max-width: 768px) {
  .l_pageAccessText__addressText {
    font-size: 1.7rem;
    gap: 6px 0;
  }
}
.l_pageAccessText__addressText::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../img/icon_location_black.svg) no-repeat center;
  background-size: 24px;
}
@media screen and (max-width: 768px) {
  .l_pageAccessText__addressText::before {
    width: 20px;
    height: 20px;
    background-size: 20px;
  }
}
.l_pageAccessText--one::after {
  content: "";
  position: absolute;
  top: 48px;
  right: 64px;
  background: url(../img/icon_radiation.svg) no-repeat;
  width: 84px;
  height: 55px;
  transform: rotate(42.9deg);
}
@media screen and (max-width: 768px) {
  .l_pageAccessText--one::after {
    top: 14px;
    right: 6%;
  }
}
.l_pageAccessText--two::after {
  content: "";
  position: absolute;
  top: 48px;
  right: 160px;
  background: url(../img/icon_radiation.svg) no-repeat;
  width: 84px;
  height: 55px;
  transform: rotate(42.9deg);
}
@media screen and (max-width: 768px) {
  .l_pageAccessText--two::after {
    top: 36px;
    right: 24%;
  }
}
.l_pageAccessMap {
  width: 46.75%;
}
@media screen and (max-width: 768px) {
  .l_pageAccessMap {
    width: 100%;
  }
}
.l_pageAccess__unit {
  position: absolute;
  bottom: -40px;
  left: -20px;
  color: rgba(255, 255, 255, 0.15);
  font-family: "Montserrat", sans-serif;
  font-size: 16rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .l_pageAccess__unit {
    font-size: 8rem;
    bottom: -20px;
  }
}

.l_pageInfoText {
  text-align: center;
}
.l_pageInfoText__main {
  display: inline-block;
  position: relative;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.7;
  padding-right: 8px;
  padding-left: 8px;
}
@media screen and (max-width: 768px) {
  .l_pageInfoText__main {
    display: block;
    font-size: 2.6rem;
    line-height: 1.4;
  }
}
.l_pageInfoText__main::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  z-index: -1;
  width: 100%;
  height: 19px;
  background: rgba(255, 189, 76, 0.8);
}
@media screen and (max-width: 768px) {
  .l_pageInfoText__main::after {
    bottom: -2px;
    height: 18px;
  }
}
.l_pageInfoText__read {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.08em;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .l_pageInfoText__read {
    text-align: left;
  }
}

.l_pagePurchaseTitle {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l_pagePurchaseTitle {
    gap: 8px 0;
  }
}
.l_pagePurchaseTitle__icon {
  width: 24px;
}
.l_pagePurchaseTitle__main {
  position: relative;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .l_pagePurchaseTitle__main {
    font-size: 2.8rem;
  }
}
.l_pagePurchaseTitle__main::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -72px;
  transform: translateY(-50%);
  width: 56px;
  height: 56px;
  background: url(../img/deco_line_left.svg) no-repeat;
  background-size: 56px;
}
@media screen and (max-width: 768px) {
  .l_pagePurchaseTitle__main::before {
    top: auto;
    bottom: 0px;
    left: -49px;
    transform: none;
    width: 48px;
    height: 48px;
    background-size: 48px;
  }
}
.l_pagePurchaseTitle__main::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -72px;
  transform: translateY(-50%);
  width: 56px;
  height: 56px;
  background: url(../img/deco_line_right.svg) no-repeat;
  background-size: 56px;
}
@media screen and (max-width: 768px) {
  .l_pagePurchaseTitle__main::after {
    top: auto;
    bottom: 0px;
    right: -49px;
    transform: none;
    width: 48px;
    height: 48px;
    background-size: 48px;
  }
}
.l_pagePurchaseRead {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2;
  text-align: center;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .l_pagePurchaseRead {
    font-size: 1.5rem;
    text-align: left;
  }
}

.c_primaryButton {
  height: 48px;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
@media screen and (max-width: 768px) {
  .c_primaryButton {
    height: 48px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c_primaryButton:hover {
    opacity: 0.5;
  }
}
.c_primaryButton--primary {
  background: #161413;
}
.c_primaryButton--primary .c_primaryButton__title {
  color: #ffffff;
}
.c_primaryButton--primary .c_primaryButton__icon {
  background: url(../img/icon_btn_arrow_white.svg) no-repeat center;
}
.c_primaryButton--primary .c_primaryButton__mail {
  background: url(../img/icon_btn_mail.svg) no-repeat center;
}
.c_primaryButton--secondary {
  background: #ffffff;
}
.c_primaryButton--secondary .c_primaryButton__title {
  color: #28ACB8;
}
.c_primaryButton--secondary .c_primaryButton__icon {
  background: url(../img/icon_btn_arrow_green.svg) no-repeat center;
}
.c_primaryButton a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .c_primaryButton a {
    padding-right: 16px;
    padding-left: 16px;
  }
}
.c_primaryButton__title {
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .c_primaryButton__title {
    font-size: 1.5rem;
  }
}
.c_primaryButton__icon {
  width: 16px;
  height: 16px;
  background-size: 16px;
}
@media screen and (max-width: 768px) {
  .c_primaryButton__icon {
    width: 15px;
    height: 15px;
    background-size: 15px;
  }
}
.c_primaryButton__mail {
  width: 16px;
  height: 16px;
  background-size: 16px;
}
@media screen and (max-width: 768px) {
  .c_primaryButton__mail {
    width: 15px;
    height: 15px;
    background-size: 15px;
  }
}
.c_primaryButton--flex {
  display: flex;
  align-items: center;
  gap: 0 8px;
}

.c_secondaryButton {
  width: 100%;
  height: 72px;
  background: #28ACB8;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  margin-right: auto;
  margin-left: auto;
}
.c_secondaryButton a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
.c_secondaryButton__title {
  color: #ffffff;
  font-size: 2.4rem;
  font-weight: 500;
}
.c_secondaryButton__icon {
  background: url(../img/icon_sp_btn.svg);
  width: 32px;
  height: 32px;
  background-size: 32px;
}

.c_submitButton {
  width: 280px;
  height: 64px;
  cursor: pointer;
  color: #ffffff;
  background: #28ACB8;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  margin-right: auto;
  margin-left: auto;
}
@media (hover: hover) and (pointer: fine) {
  .c_submitButton:hover {
    opacity: 0.5;
  }
}
.c_submitButton input {
  display: block;
  width: 100%;
  background: url(../img/icon_form-submit_arrow.svg) no-repeat right 26px center;
  background-size: 18px auto;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 64px;
  padding-right: 32px;
  padding-left: 24px;
}

.c_section__primaryTitleMain {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  font-size: 2.4rem;
  font-weight: 500;
  gap: 8px 0;
}
@media screen and (max-width: 768px) {
  .c_section__primaryTitleMain {
    font-size: 2rem;
  }
}
.c_section__primaryTitleMain::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../img/icon_crown.svg) no-repeat center;
  background-size: 24px;
}
@media screen and (max-width: 768px) {
  .c_section__primaryTitleMain::before {
    width: 20px;
    height: 20px;
    background-size: 20px;
  }
}
.c_section__secondaryTitle {
  display: flex;
  flex-direction: column;
}
.c_section__secondaryTitleMain {
  font-family: "Montserrat", sans-serif;
  font-size: 4.8rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .c_section__secondaryTitleMain {
    font-size: 3.2rem;
  }
}
.c_section__secondaryTitleMain--one {
  color: #161413;
}
.c_section__secondaryTitleMain--two {
  color: #ffffff;
}
.c_section__secondaryTitleSub {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .c_section__secondaryTitleSub {
    font-size: 1.6rem;
  }
}
.c_section__secondaryTitleSub--one {
  color: #28ACB8;
}
.c_section__secondaryTitleSub--two {
  color: #ffffff;
}
.c_section__tertiaryTitle {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.c_section__tertiaryTitleMain {
  color: #161413;
  font-family: "Montserrat", sans-serif;
  font-size: 4rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .c_section__tertiaryTitleMain {
    font-size: 3.2rem;
  }
}
.c_section__tertiaryTitleSub {
  display: inline-block;
  color: #28ACB8;
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .c_section__tertiaryTitleSub {
    font-size: 1.6rem;
  }
}
.c_section__quaternaryTitle {
  display: flex;
  flex-direction: column;
}
.c_section__quaternaryTitleMain {
  color: #161413;
  font-family: "Montserrat", sans-serif;
  font-size: 4rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .c_section__quaternaryTitleMain {
    font-size: 3.2rem;
  }
}
.c_section__quaternaryTitleSub {
  display: inline-block;
  color: #28ACB8;
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .c_section__quaternaryTitleSub {
    font-size: 1.6rem;
  }
}
.c_section__quinaryTitle {
  position: relative;
  width: 100%;
  height: 200px;
  background: url(../img/bg_heading_01.webp) no-repeat;
  background-size: cover;
  background-position: center bottom;
}
@media screen and (max-width: 768px) {
  .c_section__quinaryTitle {
    height: 120px;
  }
}
.c_section__quinaryTitleInner {
  width: 100%;
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 64px;
}
@media screen and (max-width: 768px) {
  .c_section__quinaryTitleInner {
    padding-top: 32px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
.c_section__quinaryTitleMain {
  color: #ffffff;
  font-size: 4rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .c_section__quinaryTitleMain {
    font-size: 2.8rem;
  }
}
.c_section__quinaryTitleSub {
  position: absolute;
  bottom: 0;
  left: 0;
  font-family: "Montserrat", sans-serif;
  color: rgba(255, 255, 255, 0.15);
  font-size: 16rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .c_section__quinaryTitleSub {
    font-size: 8rem;
  }
}

.c_block__primaryTitleMain {
  position: relative;
  display: flex;
  flex-direction: column;
  font-size: 3.2rem;
  font-weight: 600;
  gap: 8px 0;
}
@media screen and (max-width: 768px) {
  .c_block__primaryTitleMain {
    font-size: 2.4rem;
  }
}
.c_block__primaryTitleMain::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../img/icon_crown.svg) no-repeat center;
  background-size: 24px;
}
@media screen and (max-width: 768px) {
  .c_block__primaryTitleMain::before {
    width: 20px;
    height: 20px;
    background-size: 20px;
  }
}
.c_block__primaryTitleMain--primary {
  color: #161413;
  line-height: 1.5;
}
.c_block__primaryTitleMain--secondary {
  color: #ffffff;
}
.c_block__secondaryTitle {
  position: relative;
  display: flex;
  flex-direction: column;
  font-size: 2.4rem;
  font-weight: 500;
  gap: 8px 0;
}
@media screen and (max-width: 768px) {
  .c_block__secondaryTitle {
    font-size: 2rem;
  }
}
.c_block__secondaryTitle::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../img/icon_crown.svg) no-repeat center;
  background-size: 24px;
}
@media screen and (max-width: 768px) {
  .c_block__secondaryTitle::before {
    width: 20px;
    height: 20px;
    background-size: 20px;
  }
}

.c_page__title {
  display: flex;
  flex-direction: column;
}
.c_page__titleMain {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 4.8rem;
  font-weight: 800;
}
@media screen and (max-width: 768px) {
  .c_page__titleMain {
    font-size: 3.6rem;
  }
}
.c_page__titleSub {
  display: inline-block;
  color: #ffffff;
  font-size: 2.4rem;
  font-weight: 500;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .c_page__titleSub {
    font-size: 1.8rem;
  }
}

.c_primaryTable {
  width: 100%;
  border-spacing: 0;
}
.c_primaryTable__th {
  position: relative;
  width: 17%;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  padding-top: 24px;
  padding-bottom: 24px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .c_primaryTable__th {
    display: block;
    width: 100%;
    font-size: 1.5rem;
    padding-top: 16px;
    padding-right: 16px;
    padding-bottom: 6px;
    padding-left: 16px;
  }
}
.c_primaryTable__th::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(40, 172, 184, 0.4);
}
@media screen and (max-width: 768px) {
  .c_primaryTable__th::after {
    display: none;
  }
}
.c_primaryTable__td {
  position: relative;
  width: 83%;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 80px;
}
@media screen and (max-width: 768px) {
  .c_primaryTable__td {
    display: block;
    width: 100%;
    font-size: 1.5rem;
    padding-top: 6px;
    padding-right: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
  }
}
.c_primaryTable__td::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(47, 54, 80, 0.1);
}

.c_rankTable {
  width: 100%;
  border: 2px solid #E2E2E2;
  border-spacing: 0;
}
.c_rankTableTitle {
  background: rgba(22, 20, 19, 0.8);
  color: #ffffff;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  padding-top: 16px;
  padding-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .c_rankTableTitle {
    font-size: 2rem;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.c_rankTableBox {
  display: flex;
  height: 64px;
}
@media screen and (max-width: 768px) {
  .c_rankTableBox {
    display: block;
    height: auto;
    border-bottom: 1px solid #B9B9B9;
  }
}
.c_rankTableBoxWrap {
  display: flex;
  width: 46.8%;
}
@media screen and (max-width: 768px) {
  .c_rankTableBoxWrap {
    width: 100%;
    height: 48px;
  }
}
.c_rankTableRank {
  width: 50%;
  background: #28ACB8;
  border-bottom: 1px solid #ffffff;
  font-family: "IBM Plex Sans JP", sans-serif;
  color: #ffffff;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 64px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c_rankTableRank {
    border-bottom: none;
    font-size: 2.4rem;
    line-height: 48px;
  }
}
.c_rankTableRank span {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .c_rankTableRank span {
    font-size: 1.6rem;
  }
}
.c_rankTableCondition {
  width: 50%;
  background: #F9FCF5;
  border-bottom: 1px solid #B9B9B9;
  font-size: 2rem;
  font-weight: 700;
  line-height: 64px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c_rankTableCondition {
    border-bottom: none;
    font-size: 1.6rem;
    line-height: 48px;
  }
}
.c_rankTableDetail {
  width: 53.2%;
  border-bottom: 1px solid #B9B9B9;
  font-size: 2rem;
  font-weight: 400;
  line-height: 64px;
  padding-left: 32px;
}
@media screen and (max-width: 768px) {
  .c_rankTableDetail {
    width: 100%;
    border-bottom: none;
    font-size: 1.5rem;
    line-height: 2;
    padding-top: 4px;
    padding-right: 12px;
    padding-bottom: 4px;
    padding-left: 12px;
  }
}

.c_primaryMapContainer {
  width: 100%;
  aspect-ratio: 256/75;
}

.c_secondaryMapContainer {
  width: 100%;
  aspect-ratio: 20/21;
}

.c_productList__title {
  width: 100%;
  height: 60px;
  background: rgba(22, 20, 19, 0.8);
  padding-left: 32px;
}
@media screen and (max-width: 768px) {
  .c_productList__title {
    height: 48px;
    padding-left: 28px;
  }
}
.c_productList__title span {
  color: #ffffff;
  font-size: 2rem;
  font-weight: 600;
  line-height: 60px;
}
@media screen and (max-width: 768px) {
  .c_productList__title span {
    font-size: 1.7rem;
    line-height: 48px;
  }
}
.c_productList__list {
  width: 100%;
  padding-top: 8px;
  padding-bottom: 40px;
  padding-left: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 0 4px;
}
.c_productList__item {
  position: relative;
  width: calc((100% - 12px) / 4);
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
}
@media screen and (max-width: 768px) {
  .c_productList__item {
    width: calc((100% - 12px) / 2);
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 8px;
  }
}
.c_productList__item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(22, 20, 19, 0.25);
}
.c_productList__item span {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .c_productList__item span {
    font-size: 1.5rem;
  }
}

.c_latest-arrivalListBox {
  width: 100%;
  border-spacing: 0;
}
.c_latest-arrivalList__list {
  display: flex;
  flex-wrap: wrap;
}
.c_latest-arrivalList__dt {
  position: relative;
  width: 13.3%;
  color: rgba(22, 20, 19, 0.5);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  padding-top: 25px;
  padding-bottom: 26px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .c_latest-arrivalList__dt {
    display: block;
    width: 100%;
    font-size: 1.5rem;
    padding-top: 16px;
    padding-right: 16px;
    padding-bottom: 6px;
    padding-left: 16px;
  }
}
.c_latest-arrivalList__dt::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(22, 20, 19, 0.1);
}
@media screen and (max-width: 768px) {
  .c_latest-arrivalList__dt::after {
    display: none;
  }
}
.c_latest-arrivalList__dd {
  position: relative;
  width: 86.7%;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.5;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  .c_latest-arrivalList__dd {
    display: block;
    width: 100%;
    font-size: 1.5rem;
    padding-top: 6px;
    padding-right: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
  }
}
.c_latest-arrivalList__dd::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(22, 20, 19, 0.1);
}

.c_new-arrivalCardList {
  display: flex;
  justify-content: space-between;
  gap: 0 16px;
}
@media screen and (max-width: 768px) {
  .c_new-arrivalCardList {
    flex-direction: column;
    gap: 16px 0;
  }
}
.c_new-arrivalCardItem {
  width: 33.3333333333%;
  transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
@media (hover: hover) and (pointer: fine) {
  .c_new-arrivalCardItem:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 768px) {
  .c_new-arrivalCardItem {
    width: 100%;
  }
}
.c_new-arrivalCardItem__image {
  border: 1px solid rgba(17, 40, 43, 0.1);
}
.c_new-arrivalCardItem__body {
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .c_new-arrivalCardItem__body {
    margin-top: 8px;
  }
}
.c_new-arrivalCardItem__time {
  color: rgba(22, 20, 19, 0.5);
  font-size: 1.6rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .c_new-arrivalCardItem__time {
    font-size: 1.4rem;
  }
}
.c_new-arrivalCardItem__text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 4px;
}
@media screen and (max-width: 768px) {
  .c_new-arrivalCardItem__text {
    font-size: 1.6rem;
  }
}

.c_new-productCard {
  width: calc(50% - 20px);
  height: 735px;
  background: #ffffff;
  padding-top: 48px;
  padding-right: 24px;
  padding-left: 24px;
}
@media screen and (max-width: 768px) {
  .c_new-productCard {
    width: 100%;
    height: auto;
    padding-top: 28px;
    padding-right: 0;
    padding-left: 0;
  }
}
.c_new-productCard__title {
  position: relative;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  padding-right: 16px;
  padding-bottom: 8px;
  padding-left: 16px;
}
@media screen and (max-width: 768px) {
  .c_new-productCard__title {
    font-size: 2rem;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }
}
.c_new-productCard__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #28ACB8;
}
@media screen and (max-width: 768px) {
  .c_new-productCard__title::after {
    height: 3px;
  }
}
.c_new-productCard__image {
  display: flex;
  justify-content: space-between;
  gap: 0 8px;
  margin-top: 16px;
}
.c_new-productCard__image img {
  width: calc(50% - 4px);
}
.c_new-productCard__image {
  display: flex;
  justify-content: space-between;
  gap: 0 8px;
  margin-top: 16px;
}
.c_new-productCard__image img {
  width: calc(50% - 4px);
  height: 163px;
  object-fit: cover;
}
.c_new-productCard__table {
  width: 100%;
  border-spacing: 0;
  margin-top: 16px;
}
.c_new-productCard__tableTh {
  position: relative;
  width: 21.6%;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  padding-top: 24px;
  padding-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .c_new-productCard__tableTh {
    display: block;
    width: 100%;
    font-size: 1.5rem;
    padding-top: 16px;
    padding-right: 10px;
    padding-bottom: 6px;
    padding-left: 10px;
  }
}
.c_new-productCard__tableTh::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(40, 172, 184, 0.4);
}
@media screen and (max-width: 768px) {
  .c_new-productCard__tableTh::after {
    display: none;
  }
}
.c_new-productCard__tableTd {
  position: relative;
  width: 78.4%;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  padding-top: 25px;
  padding-bottom: 23px;
  padding-left: 16px;
}
@media screen and (max-width: 768px) {
  .c_new-productCard__tableTd {
    display: block;
    width: 100%;
    font-size: 1.5rem;
    padding-top: 6px;
    padding-right: 10px;
    padding-bottom: 16px;
    padding-left: 10px;
  }
}
.c_new-productCard__tableTd::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(47, 54, 80, 0.1);
}

.c_primaryPagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.c_primaryPaginationNav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 8px;
}
@media screen and (max-width: 768px) {
  .c_primaryPaginationNav {
    gap: 0 12px;
  }
}
.c_primaryPagination__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
@media screen and (max-width: 768px) {
  .c_primaryPagination__item {
    font-size: 1.8rem;
  }
}
.c_primaryPagination__item--arrow span {
  font-size: 0;
}
.c_primaryPagination__item--back {
  background: #161413;
}
.c_primaryPagination__item--back span {
  display: block;
  width: 7px;
  height: 12px;
  background: url(../img/icon_pagination_arrow_back.svg) no-repeat center;
  background-size: 7px 12px;
}
.c_primaryPagination__item--next {
  background: #161413;
}
.c_primaryPagination__item--next span {
  display: block;
  width: 7px;
  height: 12px;
  background: url(../img/icon_pagination_arrow_next.svg) no-repeat center;
  background-size: 7px 12px;
}
.c_primaryPagination__item--current {
  background: #28ACB8;
  color: #ffffff;
}
.c_primaryPagination__item--page {
  background: #FCF9F5;
  color: #161413;
}
@media (hover: hover) and (pointer: fine) {
  .c_primaryPagination__item--hover:hover {
    opacity: 0.5;
  }
}

.c_primaryFormInner {
  width: 720px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .c_primaryFormInner {
    max-width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
}
.c_primaryFormItem {
  width: 512px;
}
@media screen and (max-width: 768px) {
  .c_primaryFormItem {
    max-width: 100%;
  }
}
.c_primaryFormItem--wide {
  width: 720px;
}
@media screen and (max-width: 768px) {
  .c_primaryFormItem--wide {
    max-width: 100%;
  }
}
.c_primaryFormItem:not(:first-child) {
  margin-top: 22px;
}
.c_primaryFormItem__title {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 600;
  gap: 0 16px;
}
@media screen and (max-width: 768px) {
  .c_primaryFormItem__title {
    font-size: 1.7rem;
  }
}
.c_primaryFormItem__title span {
  height: 22px;
  background: #28ACB8;
  padding-right: 16px;
  padding-left: 16px;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 22px;
}
@media screen and (max-width: 768px) {
  .c_primaryFormItem__title span {
    font-size: 1.5rem;
  }
}
.c_primaryFormItem__body {
  margin-top: 16px;
}
/* .c_primaryFormItem__body span {
  display: block;
  color: rgba(22, 20, 19, 0.1);
  font-size: 1.6rem;
  font-weight: 500;
} */
@media screen and (max-width: 768px) {
  .c_primaryFormItem__body span {
    font-size: 1.5rem;
  }
}
.c_primaryFormItem__body select {
  width: 100%;
  height: 56px;
  padding-right: 32px;
  padding-left: 24px;
  color: #161413;
  border: 2px solid rgba(22, 20, 19, 0.15);
  background: url(../img/icon_form-select_arrow.svg) no-repeat right 32px center;
  background-size: 24px auto;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .c_primaryFormItem__body select {
    font-size: 1.5rem;
    padding-left: 16px;
  }
}
.c_primaryFormItem__body input {
  width: 100%;
  height: 56px;
  padding-right: 32px;
  padding-left: 24px;
  color: #161413;
  border: 2px solid rgba(22, 20, 19, 0.15);
  background: #ffffff;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .c_primaryFormItem__body input {
    font-size: 1.5rem;
    padding-left: 16px;
  }
}
.c_primaryFormItem__body textarea {
  width: 100%;
  height: 250px;
  padding: 16px 24px;
  color: #161413;
  border: 2px solid rgba(22, 20, 19, 0.15);
  background: #ffffff;
  font-size: 1.6rem;
  resize: none;
}
@media screen and (max-width: 768px) {
  .c_primaryFormItem__body textarea {
    height: 200px;
    font-size: 1.5rem;
    padding-left: 16px;
  }
}
.c_primaryFormItem__body select:focus, .c_primaryFormItem__body input:focus, .c_primaryFormItem__body textarea:focus {
  outline: 0;
}
.c_primaryFormItem__body select::-moz-placeholder, .c_primaryFormItem__body input::-moz-placeholder, .c_primaryFormItem__body textarea::-moz-placeholder {
  color: rgba(22, 20, 19, 0.1);
}
.c_primaryFormItem__body select::placeholder, .c_primaryFormItem__body input::placeholder, .c_primaryFormItem__body textarea::placeholder {
  color: rgba(22, 20, 19, 0.1);
}
.c_primaryFormItem__alert {
  color: #FE0000;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .c_primaryFormItem__alert {
    font-size: 1.5rem;
  }
}
.c_primaryFormPrivacy {
  margin-top: 46px;
}
@media screen and (max-width: 768px) {
  .c_primaryFormPrivacy {
    margin-top: 32px;
  }
}
.c_primaryFormPrivacy__title {
  font-size: 1.8rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .c_primaryFormPrivacy__title {
    font-size: 1.7rem;
  }
}
.c_primaryFormPrivacyBody {
  width: 100%;
  height: 272px;
  background: #FCF9F5;
  margin-top: 8px;
  padding: 32px;
  overflow-y: scroll;
}
@media screen and (max-width: 768px) {
  .c_primaryFormPrivacyBody {
    height: 240px;
    padding: 24px 18px;
  }
}
.c_primaryFormPrivacyBody::-webkit-scrollbar {
  width: 4px;
  height: 72px;
}
.c_primaryFormPrivacyBody::-webkit-scrollbar-track {
  background-color: #FCF9F5;
}
.c_primaryFormPrivacyBody::-webkit-scrollbar-thumb {
  background-color: #4D6BB8;
  border-radius: 2px;
}
.c_primaryFormPrivacy__read {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .c_primaryFormPrivacy__read {
    font-size: 1.5rem;
  }
}
/* .c_primaryFormPrivacyCheckbox {
  margin-top: 24px;
}
.c_primaryFormPrivacyCheckboxInner {
  display: flex;
  justify-content: center;
}
.c_primaryFormPrivacyCheckboxInner .check {
  display: none;
}
.c_primaryFormPrivacyCheckboxInner .check:checked + label:after {
  opacity: 1;
}
.c_primaryFormPrivacyCheckboxInner label {
  position: relative;
  padding-left: 26px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  cursor: pointer;
}
.c_primaryFormPrivacyCheckboxInner label:before, .c_primaryFormPrivacyCheckboxInner label:after {
  content: "";
  position: absolute;
  display: block;
}
.c_primaryFormPrivacyCheckboxInner label:before {
  top: calc(50% - 9px);
  left: 0;
  width: 18px;
  height: 18px;
  background-color: #161413;
  border-radius: 2px;
}
.c_primaryFormPrivacyCheckboxInner label:after {
  top: calc(50% - 6px);
  left: 5px;
  width: 8px;
  height: 12px;
  border-bottom: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  transform: rotate(45deg);
  opacity: 0;
} */
.c_primaryFormPrivacyCheckbox__alert {
  color: #FE0000;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .c_primaryFormPrivacyCheckbox__alert {
    font-size: 1.5rem;
  }
}
.c_primaryFormPrivacyCheckbox__alert br {
  display: none;
}
@media screen and (max-width: 768px) {
  .c_primaryFormPrivacyCheckbox__alert br {
    display: block;
  }
}
.c_primaryFormSubmit {
  margin-top: 46px;
}
.c_primaryFormSubmit__alert {
  color: #FE0000;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .c_primaryFormSubmit__alert {
    font-size: 1.5rem;
    line-height: 1.6;
  }
}
.c_primaryFormSubmit__alert br {
  display: none;
}
@media screen and (max-width: 768px) {
  .c_primaryFormSubmit__alert br {
    display: block;
  }
}

.p_topPageKvInner {
  position: relative;
}
.p_topPageKvImage {
  width: 100%;
  height: auto;
}
.p_topPageKvImage img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p_topPageKvBody {
  position: absolute;
  top: 160px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .p_topPageKvBody {
    display: flex;
    justify-content: center;
    max-width: 100%;
  }
}
.p_topPageKvTitle {
  width: 631px;
}
@media screen and (max-width: 768px) {
  .p_topPageKvTitle {
    width: 299px;
  }
}
.p_topPageInfoInner {
  padding-top: 64px;
}
@media screen and (max-width: 768px) {
  .p_topPageInfoInner {
    padding-top: 40px;
  }
}
.p_topPageInfoBody {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p_topPageInfoBody {
    margin-top: 28px;
  }
}
.p_topPageInfo .c_primaryButton {
  width: 192px;
  margin-top: 80px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .p_topPageInfo .c_primaryButton {
    width: 176px;
    margin-top: 64px;
  }
}
.p_topPageCompanyInner {
  padding-top: 162px;
}
@media screen and (max-width: 768px) {
  .p_topPageCompanyInner {
    padding-top: 80px;
  }
}
.p_topPageCompany .c_primaryButton {
  width: 176px;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p_topPageCompany .c_primaryButton {
    width: 160px;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
  }
}
.p_topPageSale-lease {
  padding-top: 82px;
}
@media screen and (max-width: 768px) {
  .p_topPageSale-lease {
    padding-top: 80px;
  }
}
.p_topPageSale-leaseInner {
  position: relative;
  background: #28ACB8;
  padding-top: 236px;
  padding-bottom: 207px;
}
@media screen and (max-width: 768px) {
  .p_topPageSale-leaseInner {
    padding-top: 56px;
    padding-bottom: 98px;
  }
}
.p_topPageSale-leaseInner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/bg_section_01-1.webp) no-repeat;
  background-position: top;
  width: 100%;
  height: 148px;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .p_topPageSale-leaseInner::before {
    background-position: center top;
    height: 100px;
  }
}
.p_topPageSale-leaseInner::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../img/bg_section_01-2.webp) no-repeat;
  background-position: bottom;
  width: 100%;
  height: 148px;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .p_topPageSale-leaseInner::after {
    background-position: center top;
    height: 100px;
  }
}
.p_topPageSale-leaseWrap {
  position: relative;
  z-index: 1;
}
.p_topPageSale-lease .c_primaryButton {
  width: 256px;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p_topPageSale-lease .c_primaryButton {
    width: 240px;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
  }
}
.p_topPage .l_pagePurchase {
  padding-top: 160px;
}
@media screen and (max-width: 768px) {
  .p_topPage .l_pagePurchase {
    padding-top: 64px;
  }
}
.p_topPageBlock {
  height: 113px;
  background: #FCF9F5;
}
@media screen and (max-width: 768px) {
  .p_topPageBlock {
    height: 56.5px;
  }
}
.p_topPage .l_pageContact {
  margin-top: 80px;
  margin-bottom: 160px;
}
@media screen and (max-width: 768px) {
  .p_topPage .l_pageContact {
    margin-top: 64px;
    margin-bottom: 80px;
  }
}
.p_topPageCommonInner {
  display: flex;
  align-items: flex-end;
  gap: 0 40px;
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .p_topPageCommonInner {
    flex-direction: column;
    gap: 16px 0;
    margin-top: 28px;
  }
}
.p_topPageCommonImage {
  width: calc(53.2% - 40px);
}
@media screen and (max-width: 768px) {
  .p_topPageCommonImage {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p_topPageCommonImage img {
    height: 200px;
  }
}
.p_topPageCommonBody {
  width: 46.8%;
}
@media screen and (max-width: 768px) {
  .p_topPageCommonBody {
    width: 100%;
  }
}
.p_topPageCommonRead {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .p_topPageCommonRead {
    font-size: 1.5rem;
    line-height: 1.8;
    margin-top: 14px;
  }
}
.p_topPageCommonRead--primary {
  color: #161413;
}
.p_topPageCommonRead--secondary {
  color: #ffffff;
}

.p_companyPageGreeting {
  position: relative;
}
.p_companyPageGreeting::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/bg_section_02-1.webp) no-repeat;
  width: 418px;
  height: 638px;
  background-position: top left;
  background-size: contain;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p_companyPageGreeting::before {
    display: none;
  }
}
.p_companyPageGreeting::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(../img/bg_section_02-2.webp) no-repeat;
  width: 418px;
  height: 638px;
  background-position: bottom right;
  background-size: contain;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p_companyPageGreeting::after {
    width: 100%;
    height: 100%;
  }
}
.p_companyPageGreetingInner {
  padding-top: 64px;
  padding-bottom: 40px;
}
.p_companyPageGreetingBody {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p_companyPageGreetingBody {
    margin-top: 28px;
  }
}
.p_companyPageGreetingRead {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.4;
}
@media screen and (max-width: 768px) {
  .p_companyPageGreetingRead {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}
.p_companyPageGreetingName {
  display: flex;
  flex-direction: column;
  gap: 8px 0;
  font-size: 1.8rem;
  font-weight: 500;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p_companyPageGreetingName {
    font-size: 1.5rem;
    margin-top: 28px;
  }
}
.p_companyPageCompanyInner {
  padding-top: 160px;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p_companyPageCompanyInner {
    padding-top: 64px;
    padding-bottom: 40px;
  }
}
.p_companyPageCompanyBody {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p_companyPageCompanyBody {
    margin-top: 28px;
  }
}
.p_companyPageMap {
  padding-bottom: 160px;
}
@media screen and (max-width: 768px) {
  .p_companyPageMap {
    padding-bottom: 80px;
  }
}
.p_companyPage .l_pageContact {
  margin-bottom: 160px;
}
@media screen and (max-width: 768px) {
  .p_companyPage .l_pageContact {
    margin-bottom: 80px;
  }
}

.p_arrivalPageArrival {
  background: #FCF9F5;
}
.p_arrivalPageArrivalInner {
  padding-top: 64px;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .p_arrivalPageArrivalInner {
    padding-top: 40px;
    padding-bottom: 64px;
  }
}
.p_arrivalPageArrivalBody {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p_arrivalPageArrivalBody {
    margin-top: 28px;
  }
}
.p_arrivalPageItemInner {
  padding-top: 80px;
  padding-bottom: 0px;
}
@media screen and (max-width: 768px) {
  .p_arrivalPageItemInner {
    padding-top: 56px;
    padding-bottom: 80px;
  }
}
.p_arrivalPageItemBody {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p_arrivalPageItemBody {
    margin-top: 16px;
  }
}
.p_arrivalPageItemBodyInner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 128px 40px;
}
@media screen and (max-width: 768px) {
  .p_arrivalPageItemBodyInner {
    gap: 40px 0px;
  }
}
.p_arrivalPageRank {
  margin-top: 128px;
}
@media screen and (max-width: 768px) {
  .p_arrivalPageRank {
    margin-top: 0px;
  }
}
.p_arrivalPage .l_pageInfo {
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .p_arrivalPage .l_pageInfo {
    padding-top: 64px;
  }
}
.p_arrivalPage .l_pageContact {
  margin-top: 80px;
  margin-bottom: 160px;
}
@media screen and (max-width: 768px) {
  .p_arrivalPage .l_pageContact {
    margin-top: 64px;
    margin-bottom: 64px;
  }
}
.p_arrivalPage .l_pagePurchase {
  margin-bottom: 160px;
}
@media screen and (max-width: 768px) {
  .p_arrivalPage .l_pagePurchase {
    margin-bottom: 64px;
  }
}

.p_sale-leasePageSaleBody {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p_sale-leasePageSaleBody {
    margin-top: 28px;
  }
}
.p_sale-leasePageSaleBox__body {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .p_sale-leasePageSaleBox__body {
    margin-top: 16px;
  }
}
.p_sale-leasePageLease {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .p_sale-leasePageLease {
    margin-top: 28px;
  }
}
.p_sale-leasePageLeaseBody {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p_sale-leasePageLeaseBody {
    margin-top: 28px;
  }
}
.p_sale-leasePageLeaseBox__body {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .p_sale-leasePageLeaseBox__body {
    margin-top: 16px;
  }
}
.p_sale-leasePage .l_pageInfo {
  padding-top: 96px;
}
@media screen and (max-width: 768px) {
  .p_sale-leasePage .l_pageInfo {
    padding-top: 40px;
  }
}
.p_sale-leasePage .l_pageAccess {
  margin-top: 160px;
}
@media screen and (max-width: 768px) {
  .p_sale-leasePage .l_pageAccess {
    margin-top: 56px;
  }
}
.p_sale-leasePage .l_pageContact {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p_sale-leasePage .l_pageContact {
    margin-top: 56px;
  }
}

.p_contactPageFormRead {
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .p_contactPageFormRead {
    margin-top: 40px;
  }
}
.p_contactPageFormReadInner {
  width: 720px;
}
@media screen and (max-width: 768px) {
  .p_contactPageFormReadInner {
    max-width: 100%;
  }
}
.p_contactPageFormReadInner p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p_contactPageFormReadInner p {
    font-size: 1.5rem;
  }
}
.p_contactPageFormBody {
  margin-top: 80px;
  padding-bottom: 118px;
}
@media screen and (max-width: 768px) {
  .p_contactPageFormBody {
    margin-top: 56px;
    padding-bottom: 80px;
  }
}/*# sourceMappingURL=style.css.map */

/**/
.form-acceptance {
  text-align: center;
  margin-top: 24px;
}

.wpcf7-list-item-label {
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  cursor: pointer;
}

.form-acceptance input[type=checkbox] {
  position: absolute;
  top: 54%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
  margin: 0;
  width: 18px;
  height: 18px;
  cursor: pointer;
  opacity: 0;
}

.form-acceptance .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 54%;
  left: -1.5em;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: #2F3650;
  border-radius: 2px;
  cursor: pointer;
}

.form-acceptance .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 54%;
  left: -1.5em;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: url(../img/form_arrow.svg) no-repeat center center / contain;
  cursor: pointer;
  opacity: 0;
}

input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  opacity: 0;
}