/*!
global > color
------------------------------
*/
/*!
global > mixin
------------------------------
*/
.u_d_none {
  display: none !important;
}

.u_d_inline {
  display: inline !important;
}

.u_d_inline_block {
  display: inline-block !important;
}

.u_d_block {
  display: block !important;
}

.u_d_flex {
  display: flex !important;
}
.f_30 {
  font-size: 1.125rem;
  font-size: clamp(1.125rem, 1.7897091723vw + 0.7670581655rem, 1.625rem);
}
/*!
global > color
------------------------------
*/
/*!
global > mixin
------------------------------
*/
/*!
foundation > reset
------------------------------
*/
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.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;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

/**
 * 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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
}

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

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

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

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

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  display: table; /* 1 */
  color: inherit; /* 2 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

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

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

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

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

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

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

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

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

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

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/*!
foundation > base
------------------------------
*/
body {
  color: #525252;
  font-size: 0.8125rem;
  font-weight: 400;
  font-family: "Shippori Mincho B1", serif;
  line-height: 1.7692307692;
}
body.hidden {
  overflow: hidden;
}

#wrapper {
  overflow: hidden;
  background-color: #fff;
}

.main {
  padding-top: 50px;
}
img {
  width: 100%;
}

a {
  cursor: pointer;
  transition: all 0.5s;
  text-decoration: none;
  text-underline-position: under;
}

.header {
  position: relative;
}

.header__main {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 50px;
  width: 100%;
  padding: 0 10px;
  background: url(../images/common/bg_header.jpg) no-repeat center/cover;
  transition: all 0.3s;
}
.p_scrolled .header__main {
  opacity: 0;
}

.header_fixed .header__main {
  opacity: 1;
  position: fixed;
}

.opennav .header__main {
  opacity: 1;
}

.header__left {
  position: relative;
  height: 100%;
  padding-top: 23px;
}
.header__title {
  position: absolute;
  top: 5px;
  left: 0;
  width: calc(100vw - 60px);
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.625rem;
  line-height: 1.75;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.header__logo {
  width: 150px;
  display: block;
  line-height: 1;
}
.header__contact {
  display: none;
}
.header__contact_tel {
  display: flex;
  flex-direction: column;
  color: #fff;
}
.header__contact_tel_num {
  font-family: "Jost", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.08em;
}
.header__contact_tel_txt {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.75rem;
  line-height: 1.4;
  letter-spacing: 0.06em;
}
.header__contact_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 52px;
  background-color: #b85356;
  border-radius: 5px;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  text-align: center;
  line-height: 1.75;
}
.footer {
  position: relative;
  z-index: 1;
  padding-bottom: 50px;
  background-color: #fff;
}
.footer__nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 28px 0;
}
.footer__nav_item {
  width: 33.33%;
  margin: 10px 0;
  padding-left: 8px;
}
.footer__nav_item_link {
  color: #b85356;
  font-size: 0.75rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 1.75;
}
.footer__logo {
  display: block;
  width: 170px;
  margin: 0 auto 12px;
  line-height: 1;
}
.footer__copy {
  font-size: 0.625rem;
  text-align: center;
  line-height: 1.75;
}

.totop {
  position: fixed;
  bottom: 15px;
  right: 10px;
  z-index: 9;
  opacity: 0;
  display: none;
  transition: all 0.5s;
}
.totop.active {
  opacity: 1;
  transform: translateY(0);
}

.totop a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: #b85356;
  border-radius: 100%;
}
.nav.active {
  top: 0;
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
}
.nav__item {
  display: block;
  margin-bottom: 20px;
  text-align: center;
}
.nav__item:first-child .nav__item_link {
  border-bottom: 1px solid #fff;
}
.nav__item:last-child {
  margin: 0;
}

.nav__item_link {
  display: inline-block;
  padding: 2px 45px;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.75;
}
.hamburger {
  position: fixed;
  top: 7px;
  right: 10px;
  z-index: 10;
  flex-shrink: 0;
  display: inline-block;
  width: 36px;
  height: 36px;
  background-color: #b85356;
  border-radius: 99px;
}
.hamburger::before, .hamburger::after,
.hamburger span::before,
.hamburger span::after {
  content: "";
  width: 21px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
}

.hamburger::before {
  top: 0;
  display: none;
}

.hamburger::after {
  bottom: 0;
  display: none;
}

.hamburger span::before {
  top: calc(50% - 4px);
}

.hamburger span::after {
  top: calc(50% + 4px);
}

.hamburger.active::before, .hamburger.active::after {
  opacity: 0;
}

.hamburger.active span::before {
  transform: translate(-50%, calc(50% + 2px)) rotate(45deg);
}

.hamburger.active span::after {
  transform: translate(-50%, calc(50% - 5px)) rotate(-45deg);
}

.hamburger.active {
  background-color: #fff;
}

.hamburger.active span::before, .hamburger.active span::after {
  background-color: #b85356;
}

html.is_loading .loading {
  opacity: 1;
  visibility: visible;
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #b85356;
  z-index: 15;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

.loading__dot {
  position: relative;
  display: inline-block;
  height: 50px;
  width: 50px;
  animation: spin 2.75s infinite linear;
}

.loading__dot_item {
  position: absolute;
  height: 100%;
  width: 30%;
}

.loading__dot_item::after {
  content: "";
  position: absolute;
  height: 0%;
  width: 100%;
  padding-bottom: 100%;
  background-color: #fff;
  border-radius: 50%;
}

.loading__dot_item:nth-child(1) {
  bottom: 5%;
  left: 0;
  transform: rotate(60deg);
  transform-origin: 50% 85%;
}

.loading__dot_item:nth-child(1)::after {
  bottom: 0;
  left: 0;
  animation: wobble1 1.1s infinite ease-in-out;
  animation-delay: -0.33s;
}

.loading__dot_item:nth-child(2) {
  bottom: 5%;
  right: 0;
  transform: rotate(-60deg);
  transform-origin: 50% 85%;
}

.loading__dot_item:nth-child(2)::after {
  bottom: 0;
  left: 0;
  animation: wobble1 1.1s infinite -0.165s ease-in-out;
}

.loading__dot_item:nth-child(3) {
  bottom: -5%;
  left: 0;
  transform: translateX(116.666%);
}

.loading__dot_item:nth-child(3)::after {
  top: 0;
  left: 0;
  animation: wobble2 1.1s infinite ease-in-out;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes wobble1 {
  0%, 100% {
    transform: translateY(0%) scale(1);
    opacity: 1;
  }
  50% {
    transform: translateY(-66%) scale(0.65);
    opacity: 0.8;
  }
}
@keyframes wobble2 {
  0%, 100% {
    transform: translateY(0%) scale(1);
    opacity: 1;
  }
  50% {
    transform: translateY(66%) scale(0.65);
    opacity: 0.8;
  }
}
.cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 14;
  display: none;
  padding: 15px 0;
  background-color: #0a0c33;
}
.cookie__text {
  color: #fff;
  font-size: 0.875rem;
}

.cookie__close {
  flex-shrink: 0;
  margin-top: 10px;
}
.cookie__close a {
  display: inline-block;
  padding: 5px 15px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.5;
}

/*!
component > Other
*/
@keyframes scroll_text {
  0% {
    transform: translateX(0);
    z-index: auto;
  }
  100% {
    transform: translateX(calc(var(--total-width) * -1));
  }
}
.fadeInUp {
  opacity: 0;
  transition-property: all;
  transition-duration: 1.5s;
  transform: translate(0, 10px) rotate(0.0001deg);
}

.fadeInUp.animated {
  opacity: 1;
  transform: translate(0, 0) rotate(0deg);
}

.btn_fixed {
  position: fixed;
  bottom: -80px;
  left: 0;
  z-index: 5;
  display: flex;
  width: 100%;
  background-color: #fff;
  height: 40px;
  transition: all 0.5s;
}

.btn_fixed.active {
  bottom: 0;
}
.btn_fixed__link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: calc(50% - 20px);
  background-color: #b85356;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.06em;
}

.btn_fixed__link .sm {
  font-size: 0.625rem;
}

.btn_fixed__tel {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 20px);
  background-color: #c27a75;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.06em;
}

.btn_fixed__totop {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  border: 1px solid #b85356;
}

.btn_fixed__totop::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 7px;
  background: url(../images/common/icon_arrow_totop.svg) no-repeat center/contain;
}

/*!
layout > container
------------------------------
*/
.container {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 27.5px;
}
.container_lg {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 27.5px;
}
/*!
global > color
------------------------------
*/
/*!
global > mixin
------------------------------
*/
.mv {
  position: relative;
  z-index: 1;
  padding: 34px 0 27px;
  background-color: #fff;
}
.mv__img {
  position: relative;
  margin-bottom: 14px;
  padding: 0 37.5px;
  overflow: hidden;
}
.mv__img img {
  border-radius: 34px;
}
.mv__img_abs {
  position: absolute;
  top: 0;
  right: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
.mv__img_abs_txt {
  display: inline-block;
  padding: 18px 0;
  background-color: #fff;
  color: #b85356;
  font-family: "Jost", sans-serif;
  font-size: 0.625rem;
  letter-spacing: 0.28em;
  line-height: 1;
  -ms-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
}
.mv__img_abs::before, .mv__img_abs::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #b85356;
}
.mv__ttl {
  margin-bottom: 4px;
  margin-left: 37.5px;
  color: #232323;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5833333333;
  letter-spacing: 0.45em;
}
.mv__scroll {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 75px;
}
.mv__scroll_txt {
  margin-bottom: 9px;
  color: #b85356;
  font-family: "Jost", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.32em;
}
.mv__scroll_line {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  width: 1px;
  height: 54px;
  background-color: #b85356;
  animation: scroll 2s linear infinite;
}
.mv__banner {
  position: relative;
  z-index: 1;
  padding: 13px 37.5px 0 37.5px;
  background-color: #fff;
}
.mv__banner_main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 300px;
  margin: 0 auto;
  padding: 7px 16px 5px 9px;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #b85356;
}
.mv__banner_txt {
  margin-bottom: -1px;
  color: #b85356;
  font-size: 0.75rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.6;
  white-space: nowrap;
  letter-spacing: -0.15em;
}
.mv__banner_ttl {
  margin-bottom: -3px;
  color: #b85356;
  font-size: 0.9375rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
.mv__banner_data {
  color: #b85356;
  font-size: 0.625rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.6;
}
.mv__banner_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 115px;
  padding: 3px 10px;
  background-color: #b85356;
  border-radius: 100px;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.06em;
}

@keyframes scroll {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 50px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 100%;
    opacity: 0;
  }
}
.intro {
  position: relative;
  z-index: 1;
  padding: 43px 0 40px;
  background-color: #f9f2f3;
}
.intro__ttl {
  margin-bottom: 26px;
  color: #b85356;
  font-size: 1.125rem;
  text-align: center;
  line-height: 1.6666666667;
  letter-spacing: 0.12em;
}
.intro__anchor {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 9px 8px;
}
.intro__anchor_link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 60px;
  padding: 4px 20px;
  background-color: #fff;
  border: 1px solid #b85356;
  border-radius: 8px;
  color: #b85356;
  font-size: 0.850625rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.7494489346;
  letter-spacing: 0.08em;
}
.intro__anchor_link::before {
  content: "";
  position: absolute;
  top: calc(50% + 2px);
  right: 7px;
  transform: translateY(-50%);
  width: 12px;
  height: 10px;
  background: url(../images/common/icon_arrow.svg) no-repeat center/contain;
}

.heading {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 67px;
}
.heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 53px;
  background-color: #b85356;
  pointer-events: none;
}
.heading__jp {
  margin-bottom: 5px;
  color: #b85356;
  font-size: 1.125rem;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.12em;
}
.heading__en {
  color: #b85356;
  font-family: "Jost", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.32em;
}

.about {
  position: relative;
  z-index: 1;
  padding: 40px 0 68px;
  background: url(../images/top/bg_about_sp.jpg) no-repeat top 50% left/cover;
}
.about::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
  background-color: #b85356;
  opacity: 0.6;
  mix-blend-mode: multiply;
  pointer-events: none;
}
.about .heading {
  margin-bottom: 44px;
}
.about .heading::before {
  background-color: #fff;
}
.about .heading__jp, .about .heading__en {
  color: #fff;
}
.about__main {
  position: relative;
}
.about__box {
  margin-bottom: 16px;
}
.about__box_ttl {
  margin-bottom: 14px;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 0.12em;
}
.about__box_txt {
  color: #fff;
  font-size: 0.8125rem;
  line-height: 1.7692307692;
  letter-spacing: 0.04em;
}
.about__info_list {
  margin-bottom: 26px;
}
.about__info_item {
  display: flex;
  align-items: center;
  margin-bottom: 13px;
  padding: 5px 5px 5px 11px;
  background-color: rgba(184, 83, 86, 0.8);
  border-radius: 15px;
}
.about__info_item:last-child {
  margin-bottom: 0;
}
.about__info_item_num {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  margin-right: 16px;
  padding: 0 0 3px 3px;
  color: #fff;
  font-size: 1.17625rem;
  letter-spacing: 0.12em;
  line-height: 1;
}
.about__info_item_num::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/top/icon_about_circle.svg) no-repeat center/contain;
}
.about__info_item_txt {
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.6875rem;
  font-weight: 300;
  line-height: 1.9854545455;
}
.about__info_item_ttl {
  color: #ffffbc;
  font-size: 0.875rem;
  line-height: 1.8285714286;
  letter-spacing: 0.1em;
}
.about__info_box {
  padding: 10px 7px 11px 7px;
  border: 1px solid #fff;
}
.about__info_box_txt {
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: justify;
  line-height: 1.6666666667;
  font-size: 0.75rem;
}

.service {
  position: relative;
  z-index: 1;
  padding: 40px 0 70px;
  background-color: #fff;
}
.service .heading {
  margin-bottom: 42px;
}
.service__wrap {
  margin-bottom: 45px;
}
.service__wrap:last-child {
  margin-bottom: 0;
}
.service__wrap:nth-child(even) .service__sec_heading {
  left: auto;
  right: 23px;
}
.service__sec {
  position: relative;
  padding-top: 56px;
}
.service__sec_heading {
  position: absolute;
  top: 0;
  left: 31px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.service__sec_heading_en {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  color: #b85356;
  font-family: "Jost", sans-serif;
  font-weight: 500;
}
.service__sec_heading_en .num {
  margin-left: 2px;
  font-size: 1.8725rem;
  line-height: 1;
  letter-spacing: 0.06em;
}
.service__sec_heading_en .txt {
  font-size: 0.45875rem;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.14em;
  -ms-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
}
.service__sec_heading_jp {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  justify-content: center;
}
.service__sec_heading_jp span {
  padding: 3px;
  background-color: #b85356;
  color: #fff;
  font-size: 1.14625rem;
  line-height: 1;
  letter-spacing: 0.12em;
  -ms-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
}
.service__sec_heading_jp span:nth-child(2) {
  margin-right: 5px;
}
.service__sec_img {
  margin-bottom: 26px;
}
.service__sec_img img {
  border-radius: 17px;
}
.service__sec_ttl {
  margin-bottom: 10px;
  color: #232323;
  font-size: 1.25rem;
  line-height: 1.625;
  letter-spacing: 0.18em;
}
.service__sec_txt {
  margin-bottom: 10px;
  color: #333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.875rem;
  text-align: justify;
  line-height: 1.7391304348;
}
.service__sec_txt .cl {
  color: #b85356;
}
.service__sec_btn {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: flex-start;
}
.service__sec_btn_txt {
  border-bottom: 1px solid #b85356;
  color: #b85356;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.9375rem;
  font-weight: 300;
  line-height: 1.6;
}
.service__sec_btn::after {
  content: "";
  position: relative;
  top: 5px;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 10px;
  background: url(../images/common/icon_arrow_circle.svg) no-repeat center/contain;
}

.consultation {
  position: relative;
  z-index: 1;
  padding: 58px 0;
  background: url(../images/top/bg_consultation_sp.jpg) no-repeat top center/cover;
}
.consultation::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #b85356;
  opacity: 0.5;
  pointer-events: none;
}
.consultation__ttl {
  position: relative;
  max-width: 600px;
  margin: 0 auto 30px;
  padding-bottom: 18px;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
  line-height: 2;
  letter-spacing: 0.32em;
}
.consultation__txt {
  position: relative;
  color: #fff;
  font-size: 0.8125rem;
  text-align: center;
  line-height: 2.3076923077;
  letter-spacing: 0.06em;
}

.parallax {
  position: relative;
  height: 253px;
}
.parallax__img {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100lvh;
  transition: all 0.5s;
}
.parallax__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.judicial {
  position: relative;
  z-index: 1;
  padding: 35px 0 37px;
  background-color: #f9f2f3;
}
.judicial .heading {
  margin-bottom: 33px;
}
.judicial__img {
  margin-bottom: 16px;
}
.judicial__img img {
  border-radius: 17px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.judicial__box {
  padding: 0 3px;
}
.judicial__pos {
  color: #232323;
  font-size: 0.9375rem;
  line-height: 1.75;
  letter-spacing: 0.22em;
}
.judicial__name {
  margin-bottom: 17px;
}
.judicial__name_jp {
  margin-bottom: 4px;
  color: #232323;
  font-size: 1.25rem;
  line-height: 1.75;
  letter-spacing: 0.22em;
}
.judicial__name_en {
  padding-bottom: 10px;
  border-bottom: 1px solid #b85356;
  color: #b85356;
  font-family: "Jost", sans-serif;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.32em;
}
.judicial__txt {
  margin-bottom: 5px;
  color: #333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.9375rem;
  font-weight: 300;
  line-height: 1.75;
}
.judicial__txt.one {
  color: #232323;
  margin-bottom: 10px;
}
.judicial__info {
  margin-bottom: 10px;
}
.judicial__info_item {
  display: flex;
  align-items: flex-start;
  margin-bottom: -2px;
}
.judicial__info_item:last-child {
  margin-bottom: 0;
}
.judicial__info_item_ttl {
  flex-shrink: 0;
  width: 112px;
  font-weight: 300;
}
.judicial__info_item .judicial__txt {
  margin-bottom: 0;
}

.access {
  position: relative;
  z-index: 1;
  padding: 50px 0 65px;
  background-color: #fff;
}
.access .heading {
  margin-bottom: 38px;
}
.access__box {
  margin-bottom: 15px;
}
.access__box_ttl {
  margin-bottom: 15px;
  color: #b85356;
  font-size: 1.125rem;
  line-height: 1.75;
  letter-spacing: 0.06em;
}
.access__box_txt {
  margin-bottom: 7px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1.6666666667;
  letter-spacing: 0.06em;
}
.access__box_txt.two {
  margin-bottom: 15px;
}
.access__box_txt.three {
  margin-bottom: 2px;
}
.access__box_txt.four {
  margin-bottom: 10px;
}
.access__box_note {
  margin-bottom: 10px;
  color: #b85356;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1.6666666667;
  letter-spacing: 0.06em;
}
.access__frame_map {
  position: relative;
  height: 200px;
  margin-bottom: 26px;
  background-color: #b85356;
}
.access__frame_map::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #b85356;
  opacity: 0.2;
  pointer-events: none;
}
.access__frame_map iframe {
  width: 100%;
  height: 100%;
  filter: grayscale(1);
  mix-blend-mode: hard-light;
}
.access__frame_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  width: 200px;
  height: 40px;
  margin: 0 auto;
  border-radius: 100px;
  border: 1px solid #b85356;
  color: #b85356;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.75;
  letter-spacing: 0.06em;
}

.convert {
  position: relative;
  z-index: 1;
  padding: 37px 0 30px;
  background-color: #fbfaf8;
}
.convert__ttl {
  position: relative;
  width: calc(100% + 20px);
  left: -10px;
  margin-bottom: 10px;
  color: #b85356;
  font-size: 1.125rem;
  text-align: center;
  line-height: 1.92;
  letter-spacing: 0.08em;
}
.convert__txt {
  margin-bottom: 11px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
  text-align: center;
  line-height: 1.5714285714;
}
.convert__btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.convert__btn_item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 260px;
  height: 54px;
  margin: 8px;
  border-radius: 100px;
  background-color: #b85356;
}
.convert__btn_item.tel {
  color: #fff;
  font-family: "Jost", sans-serif;
  font-size: 0.93375rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.2001338688;
  letter-spacing: 0.08em;
}
.convert__btn_item.link {
  display: flex;
  flex-direction: column;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  text-align: center;
  line-height: 1.75;
  letter-spacing: 0.06em;
}
.convert__btn_item.link .txt {
  font-size: 0.625rem;
}

/*!
global > color
------------------------------
*/
/*!
global > mixin
------------------------------
*/
.contact_container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 28px;
}

#mfp_loading,
#mfp_loading_screen,
#mfp_overlay_background,
#mfp_OperationCheck,
#mfp_hidden {
  display: none;
}

.p_contact .mfp_err {
  color: #b85356;
}
.p_contact.p_contact__thanks .contact_process {
  padding: 17px 0;
}
.p_contact .c_ttl {
  min-height: 170px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #B85356;
  padding-top: 10px;
}
.p_contact .c_ttl__jp {
  font-size: 1.125rem;
  letter-spacing: 0.12em;
  line-height: 1.7666666667;
  padding-bottom: 3px;
}
.p_contact .c_ttl__en {
  font-size: 0.75rem;
  letter-spacing: 0.32em;
  line-height: 1.2;
  font-family: "Jost", sans-serif;
}
.p_contact__content {
  padding: 37px 0 35px;
  background: #F9F2F3;
}
.p_contact__sub {
  text-align: center;
  letter-spacing: 0.03em;
  line-height: 1.7142857143;
  font-size: 0.875rem;
  font-feature-settings: "palt";
}
.p_contact__form .form_item {
  width: 100%;
  font-size: 1rem;
  margin-bottom: 10px;
}
.p_contact__form .form_name {
  display: flex;
  align-items: center;
  letter-spacing: 0.12em;
  width: 100%;
  padding-bottom: 6px;
}
.p_contact__form .form .tag {
  font-size: 0.75rem;
  width: 32px;
  height: 16px;
  background: #B85356;
  color: #FFF;
  display: inline-block;
  margin-left: 5px;
  line-height: 1.4;
  text-align: center;
}
.p_contact__form .form_input {
  width: 100%;
}
.p_contact__form .form_input input,
.p_contact__form .form_input textarea {
  width: 100%;
  outline: 0;
  padding: 13px 16px;
}
.p_contact__form .form_input input::placeholder,
.p_contact__form .form_input textarea::placeholder {
  color: #989898;
}
.p_contact__form .form_input input {
  min-height: 60px;
  background: #fff;
}
.p_contact__form .form_input textarea {
  background: #FFF;
  resize: 0;
  min-height: 204px;
}
.p_contact__form .form_inner {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  margin-top: 28px;
}
.p_contact__form .form_inner__content {
  background: #FFF;
  overflow: auto;
  height: 210px;
  padding: 30px 20px 31px 18px;
  border: 1px solid #989898;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 300;
}
.p_contact__form .form_inner__content::-webkit-scrollbar {
  width: 10px;
}
.p_contact__form .form_inner__content::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.p_contact__form .form_inner__content::-webkit-scrollbar-thumb {
  background: #888;
}
.p_contact__form .form_inner__ttl {
  text-align: center;
  padding-bottom: 13px;
  font-size: 0.875rem;
}
.p_contact__form .form_desc {
  font-size: 0.75rem;
  line-height: 1.7142857143;
}
.p_contact__form .form_desc__txt {
  font-feature-settings: "palt";
  padding-bottom: 21px;
  line-height: 1.8333333333;
}
.p_contact__form .form_desc__number {
  display: block;
}
.p_contact__form .form_submit {
  width: 100%;
  max-width: 260px;
  margin: 47px auto 0;
}
.p_contact__form .form_submit button {
  width: 100%;
  height: 58px;
  background: #B85356;
  color: #FFF;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.12em;
  border: 2px solid #B85356;
  border-width: 2px;
  transition: all 0.5s;
  padding: 9px 10px 8px;
}
.p_contact__form .form_submit button .small_txt {
  font-size: 0.75rem;
  line-height: 1;
}
.p_contact__form .form_link {
  color: #B85356;
}
.p_contact__top {
  width: 260.864px;
  height: 58.864px;
  position: relative;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 20px;
  border: 1px solid #b85356;
  font-weight: 400;
  letter-spacing: 0.12em;
  color: #b85356;
}
.p_contact__top::before {
  content: "";
  width: 11px;
  height: 11px;
  position: absolute;
  top: 50%;
  left: 13px;
  rotate: 45deg;
  translate: 0 -50%;
  border: 0;
  border-left: 1px solid #b85356;
  border-bottom: 1px solid #b85356;
  transition: 300ms ease-out;
}
.p_contact .contact_process {
  display: flex;
  gap: 16px;
  padding: 30px 0 15px;
}
.p_contact .contact_process .item {
  width: 33.33%;
  height: 48px;
  position: relative;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px 6px;
  color: #b85356;
}
.p_contact .contact_process .item::after, .p_contact .contact_process .item::before {
  content: "";
  position: absolute;
  top: 0;
  border-style: solid;
  border-width: 24px 0 24px 13px;
}
.p_contact .contact_process .item::before {
  left: -13px;
  border-color: #fff rgba(0, 0, 0, 0) #fff rgba(0, 0, 0, 0);
}
.p_contact .contact_process .item::after {
  right: -13px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff;
}
.p_contact .contact_process .item:first-child ::before {
  display: none;
}
.p_contact .contact_process .item:first-child::before {
  display: none;
}
.p_contact .contact_process .item:last-child::after {
  display: none;
}
.p_contact .contact_process .item.is_active {
  color: #fff;
  background-color: #b85356;
}
.p_contact .contact_process .item.is_active::after {
  border-left-color: #b85356;
}
.p_contact .contact_process .item.is_active::before {
  border-top-color: #b85356;
  border-bottom-color: #b85356;
}
.p_contact .contact_process .item__txt {
  font-weight: 400;
}
.p_contact .thanks {
  background-color: #f9f2f3;
  text-align: center;
}
.p_contact .thanks_ttl, .p_contact .thanks_txt {
  font-weight: 400;
  color: #585253;
  letter-spacing: 0.03em;
}
.p_contact .thanks_ttl {
  font-size: 1rem;
  line-height: 2.125;
}
.p_contact .thanks_txt {
  font-size: 0.8125rem;
  max-width: 825px;
  line-height: 1.7692307692;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
}
.p_contact #mfp_confirm_table .form_inner {
  display: none;
}
.p_contact #mfp_phase_confirm h4 {
  display: none;
}
.p_contact #mfp_phase_confirm #mfp_confirm_table {
  width: 100%;
}
.p_contact #mfp_phase_confirm tr {
  width: 100%;
  font-size: 1rem;
  display: block;
  margin-bottom: 15px;
}
.p_contact #mfp_phase_confirm th {
  letter-spacing: 0.12em;
  width: 100%;
  padding-bottom: 6px;
  display: block;
}
.p_contact #mfp_phase_confirm td {
  width: 100%;
  display: block;
  background: #fff;
  padding: 13px 16px;
}
.p_contact #mfp_phase_confirm td#td_frm05 {
  word-break: break-all;
}
.p_contact #mfp_phase_confirm .mfp_buttons {
  width: 100%;
  display: flex;
  position: relative;
}
.p_contact #mfp_phase_confirm .mfp_buttons #mfp_button_send {
  width: 100%;
  height: 58px;
  background: #B85356;
  color: #FFF;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.12em;
  border: 2px solid #B85356;
  border-width: 2px;
  transition: all 0.5s;
  padding: 9px 10px 8px;
  max-width: 260px;
  margin: 47px auto 0;
}
.p_contact #mfp_phase_confirm .mfp_buttons #mfp_button_cancel {
  position: absolute;
  left: 0;
  top: 0;
  color: #B85356;
}

#mfp_thanks {
  display: none;
}

@media screen and (min-width: 375px) {
  .u_d_xs_none {
    display: none !important;
  }
  .u_d_xs_inline {
    display: inline !important;
  }
  .u_d_xs_inline_block {
    display: inline-block !important;
  }
  .u_d_xs_block {
    display: block !important;
  }
  .u_d_xs_flex {
    display: flex !important;
  }
}

@media screen and (min-width: 425px) {
  .u_d_sm_none {
    display: none !important;
  }
  .u_d_sm_inline {
    display: inline !important;
  }
  .u_d_sm_inline_block {
    display: inline-block !important;
  }
  .u_d_sm_block {
    display: block !important;
  }
  .u_d_sm_flex {
    display: flex !important;
  }
}

@media screen and (min-width: 768px) {
  .u_d_md_none {
    display: none !important;
  }
  .u_d_md_inline {
    display: inline !important;
  }
  .u_d_md_inline_block {
    display: inline-block !important;
  }
  .u_d_md_block {
    display: block !important;
  }
  .u_d_md_flex {
    display: flex !important;
  }
  .f_30 {
    font-size: clamp(1.625rem, 1.6826923077vw + 0.8173076923rem, 2.5rem);
  }
  body {
    font-size: 1rem;
    line-height: 2.125;
  }
  .header__main {
    padding: 0 10px 0 20px;
  }
  .header__title {
    font-size: 0.625rem;
  }
  .header__logo {
    width: clamp(10.625rem, 3.125vw + 8.625rem, 11.75rem);
    transition: all 0.5s;
  }
  .header__logo:hover {
    opacity: 0.7;
  }
  .footer__nav {
    padding: 35px 0 30px;
  }
  .footer__nav_item {
    width: auto;
    margin: 0 30px;
    padding-left: 0;
  }
  .footer__nav_item_link {
    font-size: 1rem;
    line-height: 1.75;
    transition: all 0.5s;
  }
  .footer__nav_item_link:hover {
    opacity: 0.7;
  }
  .footer__logo {
    width: 188px;
    margin-bottom: 14px;
    transition: all 0.5s;
  }
  .footer__logo:hover {
    opacity: 0.7;
  }
  .totop a {
    transition: all 0.5s;
  }
  .totop a:hover {
    opacity: 0.7;
  }
  .cookie__wrap {
    display: flex;
  }
  .cookie__close {
    margin: 0 0 0 30px;
  }
  .container {
    padding: 0 20px;
  }
  .container_lg {
    padding: 0 20px;
  }
  .mv {
    padding: 74px 0px 155px;
  }
  .mv__img {
    width: 100%;
    margin: 0;
    padding: 0 clamp(3.75rem, 13.2211538462vw + -2.5961538462rem, 10.625rem);
  }
  .mv__img img {
    border-radius: 40px;
  }
  .mv__img_abs {
    right: clamp(1.375rem, 1.4423076923vw + 0.6826923077rem, 2.125rem);
  }
  .mv__img_abs_txt {
    padding: 10px 0;
    font-size: 0.75rem;
  }
  .mv__ttl {
    position: absolute;
    left: clamp(1.875rem, 6.25vw + -1.125rem, 5.125rem);
    bottom: 122px;
    margin: 0;
    font-size: clamp(2rem, 1.5625vw + 1.25rem, 2.8125rem);
    line-height: 1.75;
  }
  .mv__scroll {
    position: absolute;
    bottom: 46px;
    height: 95px;
  }
  .mv__scroll_txt {
    margin-bottom: 7px;
    font-size: 1rem;
  }
  .mv__scroll_line {
    height: 72px;
  }
  .mv__banner {
    position: absolute;
    bottom: clamp(1.25rem, 10.5769230769vw + -3.8269230769rem, 6.75rem);
    right: 0;
    margin: 0;
    padding: 0;
    background-color: transparent;
    transition: all 0.5s;
  }
  .mv__banner.active {
    right: 0;
  }
  .mv__banner_main {
    display: block;
    padding: 20px 14px 18px;
  }
  .mv__banner_txt {
    margin-bottom: 3px;
    font-size: 0.75rem;
    letter-spacing: 0.04em;
  }
  .mv__banner_ttl {
    font-size: 1.25rem;
  }
  .mv__banner_data {
    margin-bottom: 10px;
    letter-spacing: 0.08em;
    font-size: 0.875rem;
  }
  .mv__banner_btn {
    width: 100%;
    padding: 9px 10px;
    transition: all 0.5s;
  }
  .mv__banner_btn:hover {
    opacity: 0.7;
  }
  .intro {
    padding: 100px 0 110px;
  }
  .intro__ttl {
    margin-bottom: 50px;
    font-size: 1.875rem;
    line-height: 1.7666666667;
  }
  .intro__anchor {
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 25px;
  }
  .intro__anchor_link {
    min-height: 88px;
    padding: 10px 20px;
    font-size: 1.25rem;
    line-height: 1.6;
    transition: all 0.5s;
  }
  .intro__anchor_link:hover {
    opacity: 0.7;
  }
  .intro__anchor_link::before {
    top: 50%;
    right: 12px;
    width: 16px;
    height: 12px;
  }
  .heading {
    padding-top: 62px;
  }
  .heading::before {
    height: 54px;
  }
  .heading__jp {
    margin-bottom: 5px;
    font-size: 1.875rem;
  }
  .heading__en {
    font-size: 1.25rem;
  }
  .about {
    padding: 86px 0 170px;
    background: url(../images/top/bg_about.jpg) no-repeat top left 30%/cover;
  }
  .about .heading {
    margin-bottom: 64px;
  }
  .about__main {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .about__box {
    width: 54.3333333333%;
    margin-bottom: 0;
  }
  .about__box_ttl {
    margin-bottom: 40px;
    font-size: 1.875rem;
    line-height: 1.8;
  }
  .about__box_txt {
    font-size: 1rem;
    line-height: 2.125;
    letter-spacing: 0.08em;
  }
  .about__info {
    width: 35.4166666667%;
    padding-top: 16px;
  }
  .about__info_list {
    margin-bottom: 52px;
  }
  .about__info_item {
    margin-bottom: 16px;
    padding: 10px 16px;
  }
  .about__info_item_num {
    width: 50px;
    height: 50px;
    margin-right: 22px;
    font-size: 1.5625rem;
  }
  .about__info_item_txt {
    margin-bottom: -6px;
    font-size: 0.875rem;
    line-height: 2.0714285714;
  }
  .about__info_item_ttl {
    font-size: 1.125rem;
    line-height: 1.8888888889;
  }
  .about__info_box {
    padding: 20px;
  }
  .about__info_box_txt {
    font-size: 0.875rem;
    line-height: 2.0714285714;
  }
  .service {
    padding: 88px 0 185px;
  }
  .service .heading {
    margin-bottom: 67px;
    padding-top: 75px;
  }
  .service__wrap {
    margin-bottom: 70px;
  }
  .service__wrap:nth-child(even) .service__sec {
    flex-direction: row-reverse;
  }
  .service__wrap:nth-child(even) .service__sec_heading {
    right: 55px;
  }
  .service__sec {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 82px;
  }
  .service__sec_heading {
    left: 65px;
  }
  .service__sec_heading_en {
    margin-bottom: 22px;
  }
  .service__sec_heading_en .num {
    font-size: 3.0625rem;
  }
  .service__sec_heading_en .txt {
    font-size: 0.75rem;
  }
  .service__sec_heading_jp span {
    padding: 3px 4px;
    font-size: 1.875rem;
  }
  .service__sec_img {
    width: 52.3333333333%;
    margin-bottom: 0;
    padding-top: 8px;
  }
  .service__sec_box {
    width: 41.6666666667%;
  }
  .service__sec_ttl {
    margin-bottom: 18px;
    font-size: 1.625rem;
    line-height: 1.5454545455;
  }
  .service__sec_txt {
    margin-bottom: 25px;
    font-size: 1.0625rem;
    font-weight: 300;
    line-height: 2.0714285714;
  }
  .service__sec_btn {
    transition: all 0.5s;
  }
  .service__sec_btn:hover .service__sec_btn_txt {
    border-bottom: none;
  }
  .service__sec_btn_txt {
    font-size: 1.0625rem;
    transition: all 0.5s;
  }
  .service__sec_btn::after {
    top: 6px;
  }
  .consultation {
    padding: clamp(4.375rem, 12.2596153846vw + -1.5096153846rem, 10.75rem) 0 clamp(4.375rem, 6.25vw + 1.375rem, 7.625rem);
    background: url(../images/top/bg_consultation.jpg) no-repeat top center/cover;
  }
  .consultation::before {
    content: none;
  }
  .consultation__ttl {
    margin-bottom: 42px;
    padding-bottom: 25px;
    font-size: 2.625rem;
    line-height: 1.1428571429;
  }
  .consultation__txt {
    font-size: 1.125rem;
    line-height: 2.3888888889;
    white-space: nowrap;
  }
  .parallax {
    height: clamp(25rem, 48.0769230769vw + 1.9230769231rem, 50rem);
  }
  .judicial {
    padding: 122px 0 140px;
  }
  .judicial .heading {
    margin-bottom: 73px;
    padding-top: 75px;
  }
  .judicial__main {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .judicial__img {
    width: 57.4166666667%;
    margin-bottom: 0;
  }
  .judicial__box {
    width: 37.5%;
    padding: 7px 0 0;
  }
  .judicial__pos {
    margin-bottom: -2px;
    font-size: 1.0625rem;
    line-height: 1.75;
  }
  .judicial__name {
    margin-bottom: 15px;
  }
  .judicial__name_jp {
    margin-bottom: 2px;
    font-size: 1.75rem;
    line-height: 1.75;
  }
  .judicial__name_en {
    font-size: 1.0625rem;
  }
  .judicial__txt {
    margin-bottom: 10px;
    font-size: 1.0625rem;
    line-height: 1.7314285714;
  }
  .judicial__txt.one {
    margin-bottom: 19px;
  }
  .judicial__info {
    margin-bottom: 38px;
  }
  .judicial__info_item {
    margin-bottom: 6px;
  }
  .judicial__info_item_ttl {
    width: 125px;
  }
  .access {
    padding: 122px 0 105px;
  }
  .access .heading {
    margin-bottom: 66px;
    padding-top: 75px;
  }
  .access__main {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .access__box {
    width: 33.3333333333%;
    margin-bottom: 0;
    padding-top: 36px;
  }
  .access__box_ttl {
    margin-bottom: 44px;
    font-size: 1.25rem;
    line-height: 1.75;
  }
  .access__box_txt {
    margin-bottom: 10px;
    font-size: 0.875rem;
    line-height: 1.735;
  }
  .access__box_txt.three {
    margin-bottom: 6px;
  }
  .access__box_txt.four {
    margin-bottom: 2px;
  }
  .access__box_note {
    margin-bottom: 21px;
    line-height: 2.0241666667;
  }
  .access__frame {
    width: 65%;
  }
  .access__frame_map {
    height: 490px;
    margin-bottom: 32px;
  }
  .access__frame_btn {
    width: 260px;
    height: 50px;
    font-size: 0.875rem;
    line-height: 1.75;
    transition: all 0.5s;
  }
  .access__frame_btn:hover {
    opacity: 0.7;
  }
  .convert {
    padding: 44px 0;
  }
  .convert__ttl {
    position: initial;
    width: 100%;
    margin-bottom: 8px;
    font-size: 1.5625rem;
  }
  .convert__txt {
    margin-bottom: 29px;
    line-height: 1.735;
  }
  .convert__btn {
    flex-direction: row;
  }
  .convert__btn_item {
    width: 348px;
    height: 72px;
    margin: 0 25px;
  }
  .convert__btn_item.tel {
    font-size: 1.25rem;
    line-height: 1.2;
    pointer-events: none;
  }
  .convert__btn_item.link {
    transition: all 0.5s;
  }
  .convert__btn_item.link:hover {
    opacity: 0.7;
  }
  .convert__btn_item.link .txt {
    font-size: 0.75rem;
  }
  .contact_container {
    padding: 0 20px;
  }
  .p_contact.contact_confirm .p_contact__form .form_submit {
    margin: 25px auto 0;
  }
  .p_contact .c_ttl {
    min-height: 270px;
    padding-top: 3px;
  }
  .p_contact .c_ttl__jp {
    padding-bottom: 5px;
    font-size: 1.875rem;
  }
  .p_contact .c_ttl__en {
    font-size: 1.25rem;
  }
  .p_contact__content {
    padding: 66px 0 60px;
  }
  .p_contact__sub {
    line-height: 2.125;
    font-size: 1rem;
  }
  .p_contact__form .form_item {
    display: flex;
    align-items: center;
    margin-bottom: 21px;
  }
  .p_contact__form .form_name {
    padding-bottom: 0;
    width: 240px;
  }
  .p_contact__form .form_input {
    width: calc(100% - 240px);
  }
  .p_contact__form .form_inner {
    margin-top: 67px;
  }
  .p_contact__form .form_inner__content {
    padding: 34px 23px;
  }
  .p_contact__form .form_inner__ttl {
    padding-bottom: 11px;
    font-size: 1rem;
  }
  .p_contact__form .form_desc {
    font-size: 0.875rem;
  }
  .p_contact__form .form_submit {
    max-width: 300px;
  }
  .p_contact__form .form_submit button {
    padding: 9px 10px;
    height: 66px;
  }
  .p_contact__form .form_submit button:hover {
    background: #FFF;
    color: #B85356;
  }
  .p_contact__form .form_link {
    margin-top: -14px;
  }
  .p_contact__top {
    width: 301px;
    height: 68.3424px;
    margin-top: 90px;
  }
  .p_contact__top:hover {
    color: #fff;
    background-color: #b85356;
  }
  .p_contact__top:hover::before {
    border-color: #fff;
  }
  .p_contact__top::before {
    left: 20px;
  }
  .p_contact .contact_process {
    gap: 20px;
    padding: 66px 0 43px;
  }
  .p_contact .contact_process .item {
    width: calc(33.33% - 10px);
    height: 60px;
  }
  .p_contact .contact_process .item::after, .p_contact .contact_process .item::before {
    border-width: 30px 0 30px 16px;
  }
  .p_contact .contact_process .item::before {
    left: -16px;
  }
  .p_contact .contact_process .item::after {
    right: -16px;
  }
  .p_contact .thanks_ttl {
    font-size: 1.125rem;
    line-height: 1.8888888889;
    margin-top: 56px;
  }
  .p_contact .thanks_txt {
    font-size: 1rem;
    line-height: 2.125;
    margin-top: 38px;
  }
  .p_contact #mfp_phase_confirm tr {
    display: flex;
    align-items: center;
    margin-bottom: 21px;
  }
  .p_contact #mfp_phase_confirm th {
    padding-bottom: 0;
    width: 240px;
    display: flex;
    align-items: center;
  }
  .p_contact #mfp_phase_confirm td {
    width: calc(100% - 240px);
    min-height: 60px;
  }
  .p_contact #mfp_phase_confirm td#td_frm05 {
    min-height: 204px;
  }
  .p_contact #mfp_phase_confirm .mfp_buttons #mfp_button_send {
    padding: 9px 10px;
    height: 66px;
    max-width: 300px;
  }
  .p_contact #mfp_phase_confirm .mfp_buttons #mfp_button_send:hover {
    background: #FFF;
    color: #B85356;
  }
  .p_contact #mfp_phase_confirm .mfp_buttons #mfp_button_cancel {
    top: -13px;
  }
}

@media screen and (min-width: 1024px) {
  .u_d_lg_none {
    display: none !important;
  }
  .u_d_lg_inline {
    display: inline !important;
  }
  .u_d_lg_inline_block {
    display: inline-block !important;
  }
  .u_d_lg_block {
    display: block !important;
  }
  .u_d_lg_flex {
    display: flex !important;
  }
  .main {
    padding-top: 70px;
  }
  .header__main {
    height: 70px;
  }
  .header__left {
    margin-right: clamp(0.9375rem, 18.9236111111vw + -11.1736111111rem, 7.75rem);
    padding-top: 27px;
  }
  .header__contact {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
  }
  .header__contact_tel {
    margin-right: clamp(0.625rem, 0.8680555556vw + 0.0694444444rem, 0.9375rem);
  }
  .header__contact_tel_num {
    font-size: clamp(1.125rem, 0.3472222222vw + 0.9027777778rem, 1.25rem);
    pointer-events: none;
  }
  .header__contact_tel_txt {
    font-size: 0.75rem;
  }
  .header__contact_btn {
    width: clamp(5.625rem, 5.2083333333vw + 2.2916666667rem, 7.5rem);
    height: 52px;
    font-size: clamp(0.75rem, 0.3472222222vw + 0.5277777778rem, 0.875rem);
    transition: all 0.5s;
  }
  .header__contact_btn:hover {
    opacity: 0.7;
  }
  .footer {
    padding-bottom: 5px;
  }
  .totop {
    display: block;
    bottom: 50px;
    right: 30px;
    transform: translateY(-20px);
  }
  .nav {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .nav__list {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .nav__item {
    display: inline-block;
    margin-right: clamp(0.9375rem, 8.1597222222vw + -4.2847222222rem, 3.875rem);
    margin-bottom: 0;
  }
  .nav__item:first-child .nav__item_link {
    border-bottom: none;
  }
  .nav__item_link {
    padding: 0;
    font-size: clamp(0.875rem, 0.3472222222vw + 0.6527777778rem, 1rem);
  }
  .nav__item_link:hover {
    opacity: 0.7;
  }
  .hamburger {
    display: none;
  }
  .btn_fixed {
    display: none;
  }
  .about {
    background-position: top center;
  }
  .parallax__img {
    top: 70px;
  }
}

@media screen and (min-width: 1200px) {
  .u_d_xl_none {
    display: none !important;
  }
  .u_d_xl_inline {
    display: inline !important;
  }
  .u_d_xl_inline_block {
    display: inline-block !important;
  }
  .u_d_xl_block {
    display: block !important;
  }
  .u_d_xl_flex {
    display: flex !important;
  }
}

@media screen and (min-width: 1440px) {
  .u_d_xxl_none {
    display: none !important;
  }
  .u_d_xxl_inline {
    display: inline !important;
  }
  .u_d_xxl_inline_block {
    display: inline-block !important;
  }
  .u_d_xxl_block {
    display: block !important;
  }
  .u_d_xxl_flex {
    display: flex !important;
  }
}

@media screen and (min-width: 1520px) {
  .u_d_xxxl_none {
    display: none !important;
  }
  .u_d_xxxl_inline {
    display: inline !important;
  }
  .u_d_xxxl_inline_block {
    display: inline-block !important;
  }
  .u_d_xxxl_block {
    display: block !important;
  }
  .u_d_xxxl_flex {
    display: flex !important;
  }
}

@media screen and (max-width: 1023px) {
  .u_d_maxlg_none {
    display: none !important;
  }
  .u_d_maxlg_inline {
    display: inline !important;
  }
  .u_d_maxlg_inline_block {
    display: inline-block !important;
  }
  .u_d_maxlg_block {
    display: block !important;
  }
  .u_d_maxlg_flex {
    display: flex !important;
  }
  .nav {
    position: fixed;
    top: 200px;
    left: 0;
    width: 100%;
    height: 100vh;
    padding: 50px 0 80px;
    background-color: rgba(184, 83, 86, 0.9);
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
  }
}

@media screen and (max-width: 767px) {
  .u_d_maxmd_none {
    display: none !important;
  }
  .u_d_maxmd_inline {
    display: inline !important;
  }
  .u_d_maxmd_inline_block {
    display: inline-block !important;
  }
  .u_d_maxmd_block {
    display: block !important;
  }
  .u_d_maxmd_flex {
    display: flex !important;
  }
}
/*# sourceMappingURL=style.css.map */
