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

html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

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

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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;
  text-transform: inherit;
}

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

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

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

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

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

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

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-collapse: collapse;
  border-color: inherit;
}

caption {
  text-align: left;
}

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

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

* {
  box-sizing: border-box;
  line-height: 1.6;
  color: #3F3E3D;
  font-size: min(3.7333333333vw, 1.75rem);
}
@media screen and (min-width: 769px) {
  * {
    font-size: clamp(0.75rem, 1.0810810811vw, 1rem);
  }
}

html {
  scrollbar-gutter: stable;
}

html, body {
  height: 100%;
}

body {
  opacity: 0;
  transition: opacity 0.5s ease;
  font-family: "Noto Sans JP", sans-serif;
  margin: 0;
  padding: 0;
  line-height: 1.8;
  overflow-x: clip;
}
[data-drawer-open=true] body {
  overflow: clip;
}
@media screen and (min-width: 769px) {
  body {
    font-size: clamp(0.75rem, 1.0810810811vw, 1rem);
  }
}

body.is-show {
  opacity: 1;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}

.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1;
  padding-top: min(19.2vw, 144px);
}
@media screen and (min-width: 769px) {
  main {
    padding-top: 88px;
  }
}

main::before {
  content: "";
  position: fixed;
  top: min(19.2vw, 144px);
  left: 0;
  width: 100%;
  height: 100vh;
  background: url(../images/top/bg.jpg) no-repeat center center/cover;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  main::before {
    top: 0;
    height: 100%;
  }
}

a {
  transition: all 0.3s ease-in-out;
}

@media screen and (min-width: 769px) {
  a:hover {
    opacity: 0.6;
  }
}

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

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

@media screen and (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.js-fade {
  opacity: 0;
  transition: opacity 1.5s ease, transform 1.5s ease, filter 1.5s ease;
}

.js-fadeUp {
  opacity: 0;
  transition: opacity 1s ease, transform 1s ease, filter 1s ease;
}

.js-fade {
  transform: none;
  filter: blur(8px);
}

.js-fadeUp {
  transform: translateY(20px);
  filter: blur(8px);
}

.js-fade.is-show,
.js-fadeUp.is-show {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: min(19.2vw, 144px);
  background: #FFF;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 999;
  padding: 0 min(5.3333333333vw, 40px);
}
@media screen and (min-width: 769px) {
  .l-header {
    height: 88px;
    padding: 0 min(1.7857142857vw, 30px);
  }
}

.l-header-logo__wrap {
  display: flex;
  align-items: center;
  gap: min(2.6666666667vw, 20px);
}
@media screen and (min-width: 769px) {
  .l-header-logo__wrap {
    gap: min(2.9761904762vw, 50px);
  }
}

.l-header-logo img {
  display: block;
  width: min(34.6666666667vw, 260px);
  height: min(10.6666666667vw, 80px);
  width: min(34.6666666667vw, 260px);
}
@media screen and (min-width: 769px) {
  .l-header-logo img {
    width: min(10.7142857143vw, 180px);
  }
}

.l-header-catch {
  font-size: min(2.6666666667vw, 1.25rem);
}
@media screen and (min-width: 769px) {
  .l-header-catch {
    font-size: clamp(0.75rem, 0.9523809524vw, 1rem);
    text-shadow: 0px min(0.1785714286vw, 3px) min(1.1904761905vw, 20px) rgba(0, 0, 0, 0.1607843137);
    letter-spacing: 0.1em;
  }
}

.l-header-link__wrap {
  display: none;
}
@media screen and (min-width: 769px) {
  .l-header-link__wrap {
    display: flex;
    gap: min(2.9761904762vw, 50px);
  }
}

.global-nav {
  display: flex;
  align-items: center;
}

.global-nav p {
  text-align: center;
}

.global-nav p a {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 0 min(1.4880952381vw, 25px);
  text-decoration: none;
}

.nav-wrap {
  display: block;
  position: relative;
  line-height: 2.4;
}

.nav-text {
  display: block;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  font-size: clamp(0.625rem, 0.8333333333vw, 0.875rem);
  font-weight: 500;
  letter-spacing: 0.1em;
}

.nav-text .en {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: clamp(0.875rem, 1.0714285714vw, 1.125rem);
}

.nav-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(-100%);
}

.nav-text:not(.nav-hover) {
  transform: translateY(0);
}

.global-nav p a:hover {
  opacity: 1;
}

.global-nav p a:hover .nav-text:not(.nav-hover) {
  transform: translateY(100%);
}

.global-nav p a:hover .nav-hover {
  transform: translateY(0);
}

.l-header-link__button a {
  display: none;
}
@media screen and (min-width: 769px) {
  .l-header-link__button a {
    display: block;
    text-align: center;
    width: min(13.3333333333vw, 224px);
    padding: min(0.9523809524vw, 16px) 0;
    background: #3F3E3D;
    color: #FFF;
    border-radius: min(0.2380952381vw, 4px);
    letter-spacing: 0.1em;
    font-size: clamp(0.75rem, 0.9523809524vw, 1rem);
  }
}

.l-header-link__button a:hover {
  opacity: 1;
  background: #3F4B73;
}

/* MENU */
#menu-button {
  position: fixed;
  top: min(1.6vw, 12px);
  right: min(1.6vw, 12px);
  display: grid;
  place-items: center;
  width: min(16vw, 120px);
  height: min(16vw, 120px);
  background: #3F3E3D;
  border: none;
  border-radius: min(1.0666666667vw, 8px);
  cursor: pointer;
  z-index: 1001;
}
@media screen and (min-width: 769px) {
  #menu-button {
    display: none;
  }
}

.bar,
.bar::before,
.bar::after {
  width: min(6.6666666667vw, 50px);
  height: min(0.4vw, 3px);
  background-color: #FFF;
  border-radius: 999px;
  transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
  margin-left: max(-10px, -1.3333333333vw);
}

.bar {
  position: relative;
  display: block;
  width: min(6.6666666667vw, 50px);
}

.bar::before,
.bar::after {
  content: "";
  position: absolute;
  left: min(1.3333333333vw, 10px);
}

.bar::before {
  top: max(-14px, -1.8666666667vw);
  width: min(5.3333333333vw, 40px);
}

.bar::after {
  top: min(1.8666666667vw, 14px);
  width: min(8vw, 60px);
}

[data-drawer-open=true] .bar {
  background-color: transparent;
}

[data-drawer-open=true] .bar::before {
  top: 0;
  transform: rotate(35deg);
  width: min(8vw, 60px);
}

[data-drawer-open=true] .bar::after {
  top: 0;
  transform: rotate(-35deg);
  width: min(8vw, 60px);
}

.menu-label {
  display: none;
}

#overlay {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 997;
  transition: visibility 0.3s, opacity 0.3s;
}
[data-drawer-open=true] #overlay {
  visibility: visible;
  opacity: 1;
}

#menu {
  position: fixed;
  height: auto;
  width: 100%;
  background-color: #FFF;
  right: 0;
  top: min(19.2vw, 144px);
  z-index: 998;
  overflow-y: auto;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: none;
  transition: visibility 0.3s, opacity 0.3s ease;
  padding: min(10.6666666667vw, 80px);
}

[data-drawer-open=true] #menu {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.l-header-menu__list {
  margin-bottom: min(14vw, 105px);
}

.l-header-menu__link:not(:last-child) {
  margin-bottom: min(6.6666666667vw, 50px);
}

.l-header-menu__link a {
  font-size: min(3.7333333333vw, 1.75rem);
  letter-spacing: 0.1em;
  font-weight: 500;
}

.l-header-menu__link a span {
  font-family: "Montserrat", sans-serif;
  font-size: min(4.2666666667vw, 2rem);
  font-weight: 600;
  margin-right: min(5.3333333333vw, 40px);
}

.l-header-menu__button--wrap {
  position: relative;
}

.l-header-menu__button--text {
  position: absolute;
  display: inline-block;
  text-align: center;
  background: #3F4B73;
  color: #FFF;
  position: absolute;
  top: max(-26px, -3.4666666667vw);
  left: 50%;
  transform: translateX(-50%);
  letter-spacing: 0.1em;
  width: max-content;
  border-radius: min(0.5333333333vw, 4px);
  padding: min(1.0666666667vw, 8px) min(5.3333333333vw, 40px);
  font-size: min(3.2vw, 1.5rem);
  letter-spacing: 0.1em;
}

.l-header-menu__button--link {
  width: 100%;
}

.l-header-menu__button--link a {
  display: block;
  text-align: center;
  background: #3F3E3D;
  color: #FFF;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding: min(4.9333333333vw, 37px) 0;
  border-radius: min(1.0666666667vw, 8px);
  font-size: min(4.2666666667vw, 2rem);
}

.l-header-link__lang {
  border-bottom: #3F3E3D 2px dotted;
  padding-bottom: min(2.6666666667vw, 20px);
  margin-bottom: min(10.6666666667vw, 80px);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: min(5.3333333333vw, 40px);
}
@media screen and (min-width: 769px) {
  .l-header-link__lang {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
    gap: min(2.2023809524vw, 37px);
  }
}

.l-header-link__lang li {
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: min(4.2666666667vw, 2rem);
  letter-spacing: 0.1em;
  color: #3F3E3D;
}
@media screen and (min-width: 769px) {
  .l-header-link__lang li {
    font-size: clamp(0.875rem, 1.0714285714vw, 1.125rem);
  }
}

.l-header-link__lang li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: min(2.6666666667vw, 20px);
  background: #999;
  right: max(-20px, -2.6666666667vw);
}
@media screen and (min-width: 769px) {
  .l-header-link__lang li:not(:last-child)::after {
    right: max(-20px, -1.1904761905vw);
    height: min(0.8333333333vw, 14px);
  }
}

.l-header-link__lang li a {
  color: rgba(63, 62, 61, 0.5);
  font-size: min(4.2666666667vw, 2rem);
}
@media screen and (min-width: 769px) {
  .l-header-link__lang li a {
    font-size: clamp(0.875rem, 1.0714285714vw, 1.125rem);
  }
}

.l-header-link__lang li a:hover {
  opacity: 1;
  color: #4B6CD4;
}

.l-aside * {
  color: #FFF;
}

.l-aside {
  position: relative;
  background: url(../images/aside/aside_bg_sp.jpg) center center/cover no-repeat;
}
@media screen and (min-width: 769px) {
  .l-aside {
    background: url(../images/aside/aside_bg.jpg) center center/cover no-repeat;
  }
}

@media screen and (min-width: 769px) {
  .l-aside::before {
    content: "";
    background: rgba(51, 51, 51, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    transition: all 0.5s ease;
  }
}

@media screen and (min-width: 769px) {
  .l-aside:hover::before {
    content: "";
    background: rgba(43, 47, 61, 0.8);
  }
}

.l-aside a {
  position: relative;
  display: block;
  z-index: 1;
  opacity: 1;
  padding: min(16vw, 120px) min(5.3333333333vw, 40px) min(18.6666666667vw, 140px);
}
@media screen and (min-width: 769px) {
  .l-aside a {
    padding: min(10.1351351351vw, 150px);
  }
}

@media screen and (min-width: 769px) {
  .l-aside-inner {
    width: min(81.0810810811vw, 1200px);
    margin: 0 auto;
  }
}

.l-aside-title {
  text-align: center;
  font-weight: 700;
  line-height: 1.4;
  font-size: min(6.9333333333vw, 3.25rem);
  margin-bottom: min(5.3333333333vw, 40px);
}
@media screen and (min-width: 769px) {
  .l-aside-title {
    font-size: clamp(1.875rem, 2.7027027027vw, 2.5rem);
    margin-bottom: min(3.3783783784vw, 50px);
  }
}

.l-aside-text {
  text-align: center;
  font-size: min(4.2666666667vw, 2rem);
  margin-bottom: min(8vw, 60px);
}
@media screen and (min-width: 769px) {
  .l-aside-text {
    font-size: clamp(0.875rem, 1.3513513514vw, 1.25rem);
    margin-bottom: min(3.3783783784vw, 50px);
  }
}

.l-aside-button {
  width: min(78.6666666667vw, 590px);
  margin: 0 auto;
  text-align: center;
  background: #FFF;
  color: #3F3E3D;
  font-weight: 500;
  transition: all 0.4s ease;
  letter-spacing: 0.1em;
  border-radius: min(1.0666666667vw, 8px);
  font-size: min(4.2666666667vw, 2rem);
  padding: min(5.3333333333vw, 40px) 0;
}
@media screen and (min-width: 769px) {
  .l-aside-button {
    width: min(28.3783783784vw, 420px);
    border-radius: min(0.2702702703vw, 4px);
    font-size: clamp(0.875rem, 1.3513513514vw, 1.25rem);
    padding: min(1.6216216216vw, 24px) 0;
  }
}

@media screen and (min-width: 769px) {
  .l-aside:hover .l-aside-button {
    background: #3F4B73;
    color: #FFF;
  }
}

.l-footer * {
  color: #FFF;
}

.l-footer {
  background: #1B1A1A;
}

.l-footer-inner {
  position: relative;
  margin: 0 auto;
  padding: min(21.3333333333vw, 160px) min(5.3333333333vw, 40px) min(32vw, 240px);
}
@media screen and (min-width: 769px) {
  .l-footer-inner {
    width: min(81.0810810811vw, 1200px);
    padding: min(8.1081081081vw, 120px) 0;
  }
}

.l-footer-top {
  background: url(../images/footer/top_sp.png) center/cover no-repeat;
  cursor: pointer;
  position: absolute;
  top: max(-75px, -10vw);
  right: min(3.0666666667vw, 23px);
  transition: all 0.5s ease-in-out;
  z-index: 10;
  width: min(24.8vw, 186px);
  height: min(12.2666666667vw, 92px);
}
@media screen and (min-width: 769px) {
  .l-footer-top {
    background: url(../images/footer/top.png) center/cover no-repeat;
    width: min(12.5675675676vw, 186px);
    height: min(6.2162162162vw, 92px);
    top: max(-80px, -5.4054054054vw);
  }
}

@media screen and (min-width: 769px) {
  .l-footer-top:hover {
    opacity: 0.7;
  }
}

.l-footer-wrap {
  display: flex;
  flex-direction: column;
  gap: min(8vw, 60px);
  margin-bottom: min(8vw, 60px);
}
@media screen and (min-width: 769px) {
  .l-footer-wrap {
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.l-footer-logo {
  width: min(34.6666666667vw, 260px);
  margin-bottom: min(3.2vw, 24px);
}
@media screen and (min-width: 769px) {
  .l-footer-logo {
    width: min(14.8648648649vw, 220px);
    margin-bottom: min(1.6216216216vw, 24px);
  }
}

.l-footer-logo img {
  width: min(34.6666666667vw, 260px);
}
@media screen and (min-width: 769px) {
  .l-footer-logo img {
    width: min(14.8648648649vw, 220px);
  }
}

.l-footer-address {
  letter-spacing: 0.1em;
  margin-bottom: min(5.3333333333vw, 40px);
}
@media screen and (min-width: 769px) {
  .l-footer-address {
    margin-bottom: min(0.8108108108vw, 12px);
  }
}

.l-footer-map {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  position: relative;
  letter-spacing: 0.1em;
  padding-left: min(5.3333333333vw, 40px);
}
@media screen and (min-width: 769px) {
  .l-footer-map {
    padding-left: min(2.027027027vw, 30px);
  }
}

.l-footer-map::before {
  content: "";
  background: url(../images/footer/icon_map.svg) 0 0/cover no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: min(3.7333333333vw, 28px);
  height: min(4.2666666667vw, 32px);
}
@media screen and (min-width: 769px) {
  .l-footer-map::before {
    width: min(1.4189189189vw, 21px);
    height: min(1.6216216216vw, 24px);
  }
}

.l-footer-map a {
  position: relative;
  font-size: min(3.2vw, 1.5rem);
}
@media screen and (min-width: 769px) {
  .l-footer-map a {
    font-size: clamp(0.75rem, 1.0810810811vw, 1rem);
  }
}

.l-footer-map a::after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background: #FFF;
  position: absolute;
  bottom: max(-10px, -0.6756756757vw);
  left: 0;
  transform: scale(0, 1);
  transition: 0.3s;
}

.l-footer-map a:hover {
  opacity: 1;
}

.l-footer-map a:hover::after {
  transform: scale(1, 1);
}

.l-footer-list {
  display: flex;
  gap: min(2.6666666667vw, 20px);
}
@media screen and (min-width: 769px) {
  .l-footer-list {
    gap: min(1.3513513514vw, 20px);
    margin: min(2.027027027vw, 30px) 0 0;
  }
}

.l-footer-list li,
.l-footer-list li img {
  width: min(16vw, 120px);
}
@media screen and (min-width: 769px) {
  .l-footer-list li,
  .l-footer-list li img {
    width: min(6.7567567568vw, 100px);
  }
}

.l-footer-copy {
  font-family: "Montserrat", sans-serif;
  text-align: right;
  letter-spacing: 0.1em;
  font-size: min(3.2vw, 1.5rem);
}
@media screen and (min-width: 769px) {
  .l-footer-copy {
    font-weight: 500;
    position: absolute;
    right: 0;
    bottom: min(3.3783783784vw, 50px);
    font-size: clamp(0.75rem, 1.0810810811vw, 1rem);
  }
}

.p-top-common__title {
  display: flex;
  align-items: center;
  gap: min(5.3333333333vw, 40px);
  margin-bottom: min(5.3333333333vw, 40px);
}
@media screen and (min-width: 769px) {
  .p-top-common__title {
    gap: min(2.1621621622vw, 32px);
    margin-bottom: min(2.027027027vw, 30px);
  }
}

.p-top-common__title--en {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.2;
  font-size: min(10.6666666667vw, 5rem);
}
@media screen and (min-width: 769px) {
  .p-top-common__title--en {
    font-size: clamp(2.5rem, 5.4054054054vw, 5rem);
  }
}

.p-top-common__title--en.js-split span {
  display: inline-block;
  opacity: 0;
  transform: translateY(10px);
  filter: blur(6px);
  transition: opacity 0.5s ease, transform 0.5s ease, filter 0.5s ease;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.2;
  font-size: min(10.6666666667vw, 5rem);
}
@media screen and (min-width: 769px) {
  .p-top-common__title--en.js-split span {
    font-size: clamp(2.5rem, 5.4054054054vw, 5rem);
  }
}

.p-top-common__title--en.js-split span.is-show {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

.p-top-common__title--jp {
  font-weight: 700;
  line-height: 1.6;
  font-size: min(3.7333333333vw, 1.75rem);
  transform: translateY(min(1.0666666667vw, 8px));
}
@media screen and (min-width: 769px) {
  .p-top-common__title--jp {
    font-size: clamp(0.875rem, 1.2162162162vw, 1.125rem);
    transform: translateY(min(0.5405405405vw, 8px));
  }
}

.p-top-common_read {
  font-weight: 500;
  font-size: min(4.2666666667vw, 2rem);
  margin-bottom: min(8vw, 60px);
}
@media screen and (min-width: 769px) {
  .p-top-common_read {
    font-size: clamp(1.125rem, 1.6216216216vw, 1.5rem);
    margin-bottom: min(5.4054054054vw, 80px);
  }
}

.p-top-mv {
  position: relative;
  background: url(../images/top/mv_sp.png) center top/contain no-repeat;
  margin: 0 min(2.6666666667vw, 20px);
  height: min(133.3333333333vw, 1000px);
}
@media screen and (min-width: 769px) {
  .p-top-mv {
    background: url(../images/top/mv.png) center top/contain no-repeat;
    margin: 0 min(1.5625vw, 30px);
    height: min(35.4166666667vw, 680px);
  }
}

.p-top-mv__wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-top-mv__wrap--inner {
  position: relative;
  margin: 0 auto;
  height: 100%;
  padding: min(8vw, 60px) min(5.3333333333vw, 40px);
}
@media screen and (min-width: 769px) {
  .p-top-mv__wrap--inner {
    max-width: min(62.5vw, 1200px);
    padding: 0;
  }
}

.p-top-mv__wrap--inner::after {
  content: "";
  background: url(../images/top/mv_image_sp.png) 0 0/cover no-repeat;
  position: absolute;
  bottom: min(3.4666666667vw, 26px);
  left: 50%;
  transform: translateX(-50%);
  width: min(78.6666666667vw, 590px);
  height: min(74.1333333333vw, 556px);
}
@media screen and (min-width: 769px) {
  .p-top-mv__wrap--inner::after {
    background: url(../images/top/mv_image.png) 0 0/cover no-repeat;
    bottom: inherit;
    left: inherit;
    top: 50%;
    right: max(-78px, -4.0625vw);
    transform: translate(0, -50%);
    width: min(41.6145833333vw, 799px);
    height: min(30.9375vw, 594px);
  }
}

@media screen and (min-width: 769px) {
  .p-top-mv__wrap--detail {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }
}

.p-top-mv__title {
  font-weight: 700;
  font-size: min(6.9333333333vw, 3.25rem);
  margin-bottom: min(3.2vw, 24px);
}
@media screen and (min-width: 769px) {
  .p-top-mv__title {
    font-size: clamp(2.5rem, 2.8125vw, 3.375rem);
    margin-bottom: min(2.0833333333vw, 40px);
  }
}

.p-top-mv__read {
  font-weight: 500;
  font-size: min(3.7333333333vw, 1.75rem);
}
@media screen and (min-width: 769px) {
  .p-top-mv__read {
    line-height: 1.8;
    font-size: clamp(0.875rem, 0.9375vw, 1.125rem);
    margin-bottom: min(3.125vw, 60px);
  }
}

.p-top-mv__button--wrap {
  display: none;
}
@media screen and (min-width: 769px) {
  .p-top-mv__button--wrap {
    display: block;
    position: relative;
    width: fit-content;
  }
}

.p-top-mv__text {
  position: absolute;
  display: inline-block;
  text-align: center;
  background: #3F4B73;
  color: #FFF;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  letter-spacing: 0.1em;
  width: max-content;
}
@media screen and (min-width: 769px) {
  .p-top-mv__text {
    border-radius: min(0.2083333333vw, 4px);
    padding: min(0.3125vw, 6px) min(1.5625vw, 30px);
    top: max(-18px, -0.9375vw);
    font-size: clamp(0.75rem, 0.8333333333vw, 1rem);
  }
}

.p-top-mv__button {
  display: inline-block;
}

.p-top-mv__button a {
  display: block;
  background: #3F3E3D;
  color: #FFF;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 769px) {
  .p-top-mv__button a {
    padding: min(1.5625vw, 30px) min(5.2083333333vw, 100px);
    border-radius: min(0.2083333333vw, 4px);
    font-size: clamp(0.875rem, 1.0416666667vw, 1.25rem);
  }
}

.p-top-mv__button a:hover {
  opacity: 1;
}
@media screen and (min-width: 769px) {
  .p-top-mv__button a:hover {
    background: #FFF;
    color: #3F3E3D;
  }
}

.p-top-service {
  padding: min(21.3333333333vw, 160px) min(5.3333333333vw, 40px) min(16vw, 120px);
}
@media screen and (min-width: 769px) {
  .p-top-service {
    padding: min(6.7567567568vw, 100px) 0 min(8.1081081081vw, 120px);
  }
}

.p-top-service__inner {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .p-top-service__inner {
    width: min(81.0810810811vw, 1200px);
  }
}

.p-top-service__wrap {
  display: flex;
  flex-direction: column;
  gap: min(16vw, 120px);
}
@media screen and (min-width: 769px) {
  .p-top-service__wrap {
    gap: min(8.1081081081vw, 120px);
  }
}

.p-top-service__title--wrap * {
  color: #FFF;
}

.p-top-service__title--wrap {
  background: #3F3E3D;
  display: flex;
  flex-direction: column;
  border-radius: min(1.0666666667vw, 8px);
  gap: min(2.6666666667vw, 20px);
  padding: min(4vw, 30px) min(5.3333333333vw, 40px);
  margin-bottom: min(10.6666666667vw, 80px);
}
@media screen and (min-width: 769px) {
  .p-top-service__title--wrap {
    flex-direction: row;
    align-items: center;
    border-radius: min(0.2702702703vw, 4px);
    gap: min(2.027027027vw, 30px);
    padding: min(1.3513513514vw, 20px) min(2.7027027027vw, 40px);
    margin-bottom: min(5.4054054054vw, 80px);
  }
}

.p-top-service__title--num {
  white-space: nowrap;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-size: min(2.9333333333vw, 1.375rem);
}
@media screen and (min-width: 769px) {
  .p-top-service__title--num {
    font-size: clamp(0.875rem, 1.2162162162vw, 1.125rem);
  }
}

.p-top-service__title--num span {
  letter-spacing: 0;
  font-size: min(3.7333333333vw, 1.75rem);
  margin-left: min(2.9333333333vw, 22px);
}
@media screen and (min-width: 769px) {
  .p-top-service__title--num span {
    font-size: clamp(0.875rem, 1.2162162162vw, 1.125rem);
    margin-left: min(0.5405405405vw, 8px);
  }
}

.p-top-service__title--wrap h3 {
  display: flex;
  flex-direction: column;
  gap: min(2.1333333333vw, 16px);
}
@media screen and (min-width: 769px) {
  .p-top-service__title--wrap h3 {
    flex-direction: row;
    align-items: center;
    gap: min(3.3783783784vw, 50px);
  }
}

.p-top-service__title--jp,
.p-top-service__title--en {
  white-space: nowrap;
}

.p-top-service__title--jp {
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: min(4.8vw, 2.25rem);
  line-height: 1.6;
}
@media screen and (min-width: 769px) {
  .p-top-service__title--jp {
    font-size: clamp(1.5rem, 2.1621621622vw, 2rem);
  }
}

.p-top-service__title--en {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.1em;
  font-size: min(2.6666666667vw, 1.25rem);
}
@media screen and (min-width: 769px) {
  .p-top-service__title--en {
    font-size: clamp(0.625rem, 0.9459459459vw, 0.875rem);
  }
}

.p-top-service__flow {
  display: flex;
  flex-direction: column;
  margin-bottom: min(5.3333333333vw, 40px);
}
@media screen and (min-width: 769px) {
  .p-top-service__flow {
    flex-direction: row;
    justify-content: center;
    gap: min(5.4054054054vw, 80px);
    margin-bottom: min(4.0540540541vw, 60px);
  }
}

.p-top-service__assignment {
  position: relative;
  padding-bottom: min(62.4vw, 468px);
}
@media screen and (min-width: 769px) {
  .p-top-service__assignment {
    width: min(25.6756756757vw, 380px);
    padding-bottom: 0;
  }
}

.p-top-service__assignment::before {
  content: "";
  background: url(../images/top/icon_arrow_sp.svg) 0 0/cover no-repeat;
  position: absolute;
  bottom: min(7.4666666667vw, 56px);
  left: 50%;
  transform: translateX(-50%);
  width: min(13.2vw, 99px);
  height: min(5.8666666667vw, 44px);
}
@media screen and (min-width: 769px) {
  .p-top-service__assignment::before {
    display: none;
  }
}

.p-top-service__assignment.service01::after {
  content: "";
  background: url(../images/top/service_image01.png) 0 0/cover no-repeat;
  position: absolute;
  bottom: min(17.0666666667vw, 128px);
  left: 50%;
  transform: translateX(-50%);
  width: min(64vw, 480px);
  height: min(40vw, 300px);
}
@media screen and (min-width: 769px) {
  .p-top-service__assignment.service01::after {
    top: min(12.5675675676vw, 186px);
    width: min(16.2162162162vw, 240px);
    height: min(10.1351351351vw, 150px);
  }
}

.p-top-service__assignment.service02::after {
  content: "";
  background: url(../images/top/service_image02.png) 0 0/cover no-repeat;
  position: absolute;
  bottom: min(17.0666666667vw, 128px);
  left: 50%;
  transform: translateX(-50%);
  width: min(64vw, 480px);
  height: min(40vw, 300px);
}
@media screen and (min-width: 769px) {
  .p-top-service__assignment.service02::after {
    top: min(11.4864864865vw, 170px);
    width: min(16.2162162162vw, 240px);
    height: min(10.1351351351vw, 150px);
  }
}

.p-top-service__assignment.service03::after {
  content: "";
  background: url(../images/top/service_image03.png) 0 0/cover no-repeat;
  position: absolute;
  bottom: min(17.0666666667vw, 128px);
  left: 50%;
  transform: translateX(-50%);
  width: min(64vw, 480px);
  height: min(40vw, 300px);
}
@media screen and (min-width: 769px) {
  .p-top-service__assignment.service03::after {
    top: min(10.5405405405vw, 156px);
    width: min(16.2162162162vw, 240px);
    height: min(10.1351351351vw, 150px);
  }
}

.p-top-service__assignment--inner {
  position: relative;
  background: #FFF;
  border: #3F4B73 1px solid;
  padding: min(8vw, 60px) min(5.3333333333vw, 40px) min(5.3333333333vw, 40px);
  border-radius: min(1.0666666667vw, 8px);
}
@media screen and (min-width: 769px) {
  .p-top-service__assignment--inner {
    padding: min(4.0540540541vw, 60px) min(2.5675675676vw, 38px) min(2.7027027027vw, 40px);
    border-radius: min(0.2702702703vw, 4px);
  }
}

@media screen and (min-width: 769px) {
  .p-top-service__assignment--inner::after {
    content: "";
    background: url(../images/top/icon_arrow.svg) 0 0/cover no-repeat;
    position: absolute;
    top: 50%;
    right: max(-50px, -3.3783783784vw);
    transform: translateY(-50%);
    width: min(1.4864864865vw, 22px);
    height: min(3.3108108108vw, 49px);
  }
}

.p-top-service__assignment h4 {
  display: inline-block;
  text-align: center;
  background: #3F3E3D;
  color: #FFF;
  position: absolute;
  top: max(-30px, -4vw);
  left: 50%;
  transform: translateX(-50%);
  border-radius: min(1.0666666667vw, 8px);
  padding: min(1.0666666667vw, 8px) min(6.6666666667vw, 50px);
  font-size: min(4.2666666667vw, 2rem);
}
@media screen and (min-width: 769px) {
  .p-top-service__assignment h4 {
    border-radius: min(0.2702702703vw, 4px);
    width: min(9.4594594595vw, 140px);
    padding: min(0.6756756757vw, 10px);
    font-size: clamp(0.875rem, 1.3513513514vw, 1.25rem);
    top: max(-22px, -1.4864864865vw);
  }
}

.p-top-service__assignment ul li {
  position: relative;
  line-height: 1.6;
  padding-left: min(7.4666666667vw, 56px);
}
@media screen and (min-width: 769px) {
  .p-top-service__assignment ul li {
    padding-left: min(1.8918918919vw, 28px);
  }
}

.p-top-service__assignment ul li::before {
  content: "";
  background: url(../images/top/icon_check_black.svg) 0 0/cover no-repeat;
  position: absolute;
  top: min(1.3333333333vw, 10px);
  left: 0;
  width: min(5.3333333333vw, 40px);
  height: min(4.2666666667vw, 32px);
}
@media screen and (min-width: 769px) {
  .p-top-service__assignment ul li::before {
    top: min(0.3378378378vw, 5px);
    width: min(1.3513513514vw, 20px);
    height: min(1.0810810811vw, 16px);
  }
}

.p-top-service__assignment ul li:not(:last-child) {
  margin-bottom: min(2.6666666667vw, 20px);
}
@media screen and (min-width: 769px) {
  .p-top-service__assignment ul li:not(:last-child) {
    margin-bottom: min(1.3513513514vw, 20px);
  }
}

.p-top-service__support {
  position: relative;
  background: #FFF;
  border: #3F4B73 1px solid;
  border-radius: min(1.0666666667vw, 8px);
  padding: min(9.0666666667vw, 68px) min(5.0666666667vw, 38px) min(5.3333333333vw, 40px);
}
@media screen and (min-width: 769px) {
  .p-top-service__support {
    border-radius: min(0.2702702703vw, 4px);
    width: min(39.1891891892vw, 580px);
    padding: min(4.0540540541vw, 60px) min(4.0540540541vw, 60px) min(2.7027027027vw, 40px);
  }
}

.p-top-service__support h4 {
  display: inline-block;
  text-align: center;
  background: #3F4B73;
  color: #FFF;
  width: max-content;
  position: absolute;
  top: max(-30px, -4vw);
  left: 50%;
  transform: translateX(-50%);
  border-radius: min(1.0666666667vw, 8px);
  padding: min(1.0666666667vw, 8px) min(5.3333333333vw, 40px);
  font-size: min(4.2666666667vw, 2rem);
}
@media screen and (min-width: 769px) {
  .p-top-service__support h4 {
    border-radius: min(0.2702702703vw, 4px);
    padding: min(0.6756756757vw, 10px) min(5.4054054054vw, 80px);
    font-size: clamp(0.875rem, 1.3513513514vw, 1.25rem);
    top: max(-22px, -1.4864864865vw);
  }
}

.p-top-service__support dl dt {
  text-align: center;
  font-weight: 700;
  font-size: min(4.2666666667vw, 2rem);
  margin-bottom: min(5.3333333333vw, 40px);
}
@media screen and (min-width: 769px) {
  .p-top-service__support dl dt {
    text-align: left;
    font-size: clamp(0.875rem, 1.3513513514vw, 1.25rem);
    margin-bottom: min(2.027027027vw, 30px);
  }
}

.p-top-service__support dl dt span {
  color: #B04600;
  vertical-align: text-top;
}

.p-top-service__support dl dd {
  position: relative;
  padding-left: min(7.4666666667vw, 56px);
}
@media screen and (min-width: 769px) {
  .p-top-service__support dl dd {
    padding-left: min(1.8918918919vw, 28px);
  }
}

.p-top-service__support dl dd::before {
  content: "";
  background: url(../images/top/icon_check_navy.svg) 0 0/cover no-repeat;
  position: absolute;
  top: min(1.3333333333vw, 10px);
  left: 0;
  width: min(5.3333333333vw, 40px);
  height: min(4.2666666667vw, 32px);
}
@media screen and (min-width: 769px) {
  .p-top-service__support dl dd::before {
    top: min(0.3378378378vw, 5px);
    width: min(1.3513513514vw, 20px);
    height: min(1.0810810811vw, 16px);
  }
}

.p-top-service__support dl dd:not(:last-child) {
  margin-bottom: min(2.1333333333vw, 16px);
}
@media screen and (min-width: 769px) {
  .p-top-service__support dl dd:not(:last-child) {
    margin-bottom: min(0.5405405405vw, 8px);
  }
}

.p-top-service__support p {
  margin-top: min(5.3333333333vw, 40px);
  font-size: min(3.2vw, 1.5rem);
}
@media screen and (min-width: 769px) {
  .p-top-service__support p {
    margin-top: min(2.027027027vw, 30px);
    font-size: clamp(0.625rem, 0.9459459459vw, 0.875rem);
  }
}

.p-top-service__support p span {
  color: #B04600;
  display: contents;
  vertical-align: text-top;
}

.p-top-service__case {
  background: #E5E7EF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: min(4.2666666667vw, 32px);
  padding: min(5.3333333333vw, 40px);
}
@media screen and (min-width: 769px) {
  .p-top-service__case {
    flex-direction: row;
    border-radius: min(0.2702702703vw, 4px);
    gap: min(2.027027027vw, 30px);
    padding: min(1.6216216216vw, 24px);
  }
}

.p-top-service__case--title {
  display: inline-block;
  white-space: nowrap;
  background: #3F4B73;
  color: #FFF;
  text-align: center;
  font-size: min(4.2666666667vw, 2rem);
  border-radius: min(1.0666666667vw, 8px);
  padding: min(1.0666666667vw, 8px) min(5.3333333333vw, 40px);
}
@media screen and (min-width: 769px) {
  .p-top-service__case--title {
    font-size: clamp(0.875rem, 1.2162162162vw, 1.125rem);
    border-radius: min(0.2702702703vw, 4px);
    padding: min(0.2702702703vw, 4px) min(0.6756756757vw, 10px);
  }
}

.p-top-service__case--text {
  font-size: min(3.7333333333vw, 1.75rem);
}
@media screen and (min-width: 769px) {
  .p-top-service__case--text {
    font-size: clamp(0.875rem, 1.2162162162vw, 1.125rem);
  }
}

.p-top-member {
  background: rgba(0, 0, 0, 0.1);
  padding: min(14.6666666667vw, 110px) min(5.3333333333vw, 40px) min(16vw, 120px);
}
@media screen and (min-width: 769px) {
  .p-top-member {
    padding: min(8.1081081081vw, 120px) 0;
  }
}

.p-top-member__inner {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .p-top-member__inner {
    width: min(81.0810810811vw, 1200px);
  }
}

.p-top-member__wrap {
  display: flex;
  flex-direction: column;
  gap: min(5.3333333333vw, 40px);
}
@media screen and (min-width: 769px) {
  .p-top-member__wrap {
    gap: min(2.027027027vw, 30px);
  }
}

.p-top-member__card {
  position: relative;
  background: #FFF;
  border-radius: min(1.0666666667vw, 8px);
  padding: min(8vw, 60px) min(5.3333333333vw, 40px);
  box-shadow: 0px min(0.4vw, 3px) min(4vw, 30px) rgba(0, 0, 0, 0.08);
}
@media screen and (min-width: 769px) {
  .p-top-member__card {
    display: grid;
    grid-template-columns: min(12.1621621622vw, 180px) 1fr;
    column-gap: min(5.6081081081vw, 83px);
    align-items: start;
    border-radius: min(0.2702702703vw, 4px);
    padding: min(4.0540540541vw, 60px) min(4.7297297297vw, 70px);
    box-shadow: 0px min(0.2027027027vw, 3px) min(2.027027027vw, 30px) rgba(0, 0, 0, 0.08);
  }
}

.p-top-member__head--label {
  display: inline-block;
  white-space: nowrap;
  background: #3F4B73;
  color: #FFF;
  font-weight: 500;
  letter-spacing: 0.1em;
  border-radius: min(0.5405405405vw, 8px);
  padding: min(0.5333333333vw, 4px) min(2.6666666667vw, 20px);
  font-size: min(3.7333333333vw, 1.75rem);
  margin-bottom: min(2.6666666667vw, 20px);
}
@media screen and (min-width: 769px) {
  .p-top-member__head--label {
    border-radius: min(0.2702702703vw, 4px);
    padding: min(0.2702702703vw, 4px) min(0.6756756757vw, 10px);
    font-size: clamp(0.75rem, 1.0810810811vw, 1rem);
    margin-bottom: min(1.3513513514vw, 20px);
  }
}

.p-top-member__name {
  display: flex;
  align-items: baseline;
  gap: min(5.3333333333vw, 40px);
}
@media screen and (min-width: 769px) {
  .p-top-member__name {
    flex-direction: column;
    gap: min(0.6756756757vw, 10px);
  }
}

.p-top-member__name--ja {
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: min(5.8666666667vw, 2.75rem);
}
@media screen and (min-width: 769px) {
  .p-top-member__name--ja {
    font-size: clamp(1.375rem, 2.027027027vw, 1.875rem);
  }
}

.p-top-member__name--en {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1.3;
  font-size: min(3.2vw, 1.5rem);
}
@media screen and (min-width: 769px) {
  .p-top-member__name--en {
    font-size: clamp(0.75rem, 1.0810810811vw, 1rem);
  }
}

.p-top-member__body {
  margin-top: min(5.3333333333vw, 40px);
}
@media screen and (min-width: 769px) {
  .p-top-member__body {
    margin-top: 0;
  }
}

.p-top-member__text {
  line-height: 1.6;
}
@media screen and (min-width: 769px) {
  .p-top-member__text {
    line-height: 1.8;
  }
}

.p-top-member__toggle {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  color: #444;
  font-size: 16px;
  line-height: 1.4;
}

.p-top-member__toggle--open,
.p-top-member__toggle--close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: min(5.3333333333vw, 40px);
}
@media screen and (min-width: 769px) {
  .p-top-member__toggle--open,
  .p-top-member__toggle--close {
    display: none;
  }
}

.p-top-member__icon {
  position: relative;
  display: inline-block;
  width: min(5.3333333333vw, 40px);
  height: min(5.3333333333vw, 40px);
  margin-left: min(2.6666666667vw, 20px);
  border-radius: min(1.0666666667vw, 8px);
  background: #3F3E3D;
  vertical-align: middle;
}

.p-top-member__icon::before,
.p-top-member__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
}

.p-top-member__icon--plus::before,
.p-top-member__icon--minus::before {
  width: min(2.6666666667vw, 20px);
  height: min(0.2666666667vw, 2px);
}

.p-top-member__icon--plus::after {
  width: min(0.2666666667vw, 2px);
  height: min(2.6666666667vw, 20px);
}

.p-top-member__icon--minus::after {
  display: none;
}

.p-top-member__toggle--open {
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 24px;
}

.p-top-member__card:not(.is-open) .p-top-member__body {
  display: none;
}

.p-top-member__card:not(.is-open) .p-top-member__toggle--open {
  display: inline-flex;
}

.p-top-member__card.is-open .p-top-member__toggle--open {
  display: none;
}

.js-fixed-contact {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: min(2.6666666667vw, 20px);
  z-index: 900;
}
@media screen and (min-width: 769px) {
  .js-fixed-contact {
    display: none;
  }
}

.js-fixed-contact.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.p-top-contact__btn--wrap {
  position: relative;
}

.p-top-contact__btn--text {
  position: absolute;
  display: inline-block;
  text-align: center;
  background: #3F4B73;
  color: #FFF;
  position: absolute;
  top: max(-26px, -3.4666666667vw);
  left: 50%;
  transform: translateX(-50%);
  letter-spacing: 0.1em;
  width: max-content;
  border-radius: min(0.5333333333vw, 4px);
  padding: min(1.0666666667vw, 8px) min(5.3333333333vw, 40px);
  font-size: min(3.2vw, 1.5rem);
  letter-spacing: 0.1em;
}

.p-top-contact__btn--link {
  width: min(78.6666666667vw, 590px);
  margin: 0 auto;
}

.p-top-contact__btn--link a {
  display: block;
  text-align: center;
  background: #3F3E3D;
  border: #FFF min(0.2666666667vw, 2px) solid;
  color: #FFF;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding: min(4.9333333333vw, 37px) 0;
  border-radius: min(1.0666666667vw, 8px);
  font-size: min(4.2666666667vw, 2rem);
  box-shadow: 0px min(0.2666666667vw, 2px) min(0.8vw, 6px) rgba(0, 0, 0, 0.5);
}

/*# sourceMappingURL=style.css.map */
