/**  Mixins */ /*------------------------------------*\
    breakpoint vars
\*------------------------------------*/
/*------------------------------------*\
    breakpoint mixin
\*------------------------------------*/
/** Break desktop first**/
/** Global **/
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Noto+Sans+JP:wght@100..900&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #6096c4;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

:root {
  --white: #ffffff;
  --black: #000000;
  --smoke: #f4f5ef;
  --gray: #e5e5e5;
  --primary: #243a3b;
  --second: #19929a;
  --text-body: #243a3b;
  --radius: 5px;
}

/* Base Setting
---------------------------------------- */
html {
  font-size: 2.13vw;
}
@media only screen and (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

body {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  overflow-wrap: break-word;
  font-weight: 400;
  color: var(--text-body);
  overflow-x: hidden;
  line-height: 1.5;
  position: relative;
  width: 100%;
  background: var(--white);
  letter-spacing: 0.15em;
}

a {
  transition: all 0.3s;
  color: var(--text-body);
  outline: none !important;
}
a:hover {
  opacity: 0.8;
  color: var(--primary);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: var(--primary);
  letter-spacing: 0.08em;
}

h1 {
  font-size: 2.25rem;
  line-height: 1.3;
}
@media (min-width: 48em) {
  h1 {
    font-size: 2.875rem;
  }
}

h2 {
  font-size: 2.5rem;
  line-height: 1.15;
}
@media (min-width: 48em) {
  h2 {
    font-size: 3.5rem;
  }
}

h3 {
  font-size: 2.125rem;
  line-height: 1.16;
}
@media (min-width: 48em) {
  h3 {
    font-size: 2.5rem;
  }
}

h4 {
  font-size: 1.75rem;
  line-height: 1.16;
}
@media (min-width: 48em) {
  h4 {
    font-size: 2.25rem;
  }
}

h5 {
  font-size: 1.25rem;
  line-height: 1.2;
}
@media (min-width: 48em) {
  h5 {
    font-size: 1.5rem;
  }
}

h6 {
  font-size: 1.125rem;
  line-height: 1.3;
}
@media (min-width: 48em) {
  h6 {
    font-size: 1.25rem;
  }
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.container-fluid, .container {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
  position: relative;
  padding-inline: 2.5rem;
}
@media only screen and (min-width: 768px) {
  .container-fluid, .container {
    padding-inline: 20px;
  }
}

.service-row__labels ul, .breadcrumb ul, .site-footer__main ul, .nav-toggle ul, .site-header__socials {
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-row, .service-content, .overlay-content__inner, .section-heading {
  font-size: 1.75rem;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .service-row, .service-content, .overlay-content__inner, .section-heading {
    font-size: 16px;
  }
}
.service-row p, .service-content p, .overlay-content__inner p, .section-heading p {
  margin-bottom: 2.625rem;
}
@media only screen and (min-width: 768px) {
  .service-row p, .service-content p, .overlay-content__inner p, .section-heading p {
    margin-bottom: 24px;
  }
}

input[type=text],
input[type=email],
input[type=password],
input[type=phone],
input[type=search],
textarea,
select {
  border: 1px solid var(--gray);
  border-radius: var(--radius);
  padding: 15px 24px;
  outline: none !important;
}

.btn,
button,
input[type=button],
input[type=submit] {
  transition: all 0.3s;
  color: var(--white);
  padding: 16px 25px;
  min-width: 230px;
  text-align: center;
  font-weight: 700;
  display: inline-block;
  outline: none !important;
  border-radius: var(--radius);
  background: var(--primary);
  text-transform: uppercase;
  border: 0;
}
.btn:hover,
button:hover,
input[type=button]:hover,
input[type=submit]:hover {
  opacity: 0.9;
  color: var(--white);
}
.btn svg,
button svg,
input[type=button] svg,
input[type=submit] svg {
  margin-right: 15px;
  max-height: 20px;
}
.btn.btn-white,
button.btn-white,
input[type=button].btn-white,
input[type=submit].btn-white {
  color: var(--primary);
  background: var(--white);
}

.btn-outline {
  transition: all 0.3s;
  color: var(--primary);
  padding: 15px 25px;
  min-width: 230px;
  text-align: center;
  font-weight: 700;
  display: inline-block;
  outline: none !important;
  border-radius: var(--radius);
  background: none;
  text-transform: uppercase;
  border: 1px solid var(--primary);
}
.btn-outline:hover {
  opacity: 0.9;
  color: var(--white);
}
.btn-outline svg {
  margin-right: 15px;
  max-height: 20px;
}
.btn-outline.btn-white {
  border-color: var(--white);
  color: var(--white);
}

.container-fluid {
  max-width: 1920px;
}
@media (min-width: 48em) {
  .container-fluid {
    padding: 0 64px;
  }
}

.section {
  padding-block: 3.75rem;
}
@media only screen and (min-width: 768px) {
  .section {
    padding-block: 60px;
  }
}

.section-padding-top-lg {
  padding-top: 7.5rem;
}
@media only screen and (min-width: 768px) {
  .section-padding-top-lg {
    padding-top: 120px;
  }
}

.section-padding-bottom-lg {
  padding-bottom: 7.5rem;
}
@media only screen and (min-width: 768px) {
  .section-padding-bottom-lg {
    padding-bottom: 120px;
  }
}

.section-gray {
  background: #F3F9FA;
}

.section-heading {
  margin-bottom: 3.125rem;
}
@media only screen and (min-width: 768px) {
  .section-heading {
    margin-bottom: 30px;
  }
}
.section-heading h2 {
  margin: 0 0 1.875rem;
  font-family: "Libre Baskerville", sans-serif;
  font-weight: 400;
  font-size: 5.625rem;
}
@media only screen and (min-width: 768px) {
  .section-heading h2 {
    font-size: 42px;
    margin: 0 0 20px;
  }
}
@media only screen and (min-width: 992px) {
  .section-heading h2 {
    font-size: 64px;
  }
}
.section-heading > a {
  display: inline-flex;
  font-weight: 700;
  border-bottom: 1px solid var(--primary);
}
@media only screen and (min-width: 768px) {
  .section-heading > a {
    margin-top: 10px;
  }
}
.section-heading small {
  font-size: 1.25rem;
}
@media only screen and (min-width: 768px) {
  .section-heading small {
    font-size: 12px;
  }
}

.btn-circle {
  background: rgba(36, 58, 59, 0.5);
  border-radius: 100%;
  font-size: 2.25rem;
  font-weight: 400;
  color: var(--white);
  letter-spacing: 0.08em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Libre Baskerville", sans-serif;
  flex-direction: column;
  gap: 0.5rem;
  width: 18.75rem;
  height: 18.75rem;
}
@media only screen and (min-width: 768px) {
  .btn-circle {
    width: 214px;
    height: 214px;
    gap: 4px;
    font-size: 24px;
  }
}
.btn-circle::after {
  content: "";
  width: 4.8vw;
  height: 3.87vw;
  background: url("../images/arrow-white.png") no-repeat 0 50%/100%;
}
@media only screen and (min-width: 768px) {
  .btn-circle::after {
    width: 20px;
    height: 16px;
  }
}
.btn-circle:hover {
  color: var(--white);
}

.hamburger {
  position: relative;
  width: 7.5rem;
  height: 7.5rem;
  line-height: 1;
  cursor: pointer;
  display: block;
  right: 0;
  z-index: 99;
  opacity: 1;
  background: var(--primary);
}
@media only screen and (min-width: 768px) {
  .hamburger {
    width: 90px;
    height: 90px;
  }
}
.hamburger span {
  width: 2.5rem;
  height: 2.5rem;
  backface-visibility: hidden;
  position: absolute;
  display: block;
  margin: auto;
  top: calc(50% - 2.67vw);
  left: calc(50% - 2.67vw);
}
@media only screen and (min-width: 768px) {
  .hamburger span {
    width: 30px;
    height: 30px;
    top: calc(50% - 15px);
    left: calc(50% - 15px);
  }
}
.hamburger span::before, .hamburger span::after {
  content: "";
  transform-origin: center center;
  width: 100%;
  height: 1px;
  background: #fff;
  backface-visibility: hidden;
  position: absolute;
  left: 0;
  top: calc(50% - 0.8vw);
  transition: 0.3s all ease;
}
@media only screen and (min-width: 768px) {
  .hamburger span::before, .hamburger span::after {
    top: calc(50% - 5px);
  }
}
.hamburger span::after {
  top: calc(50% + 0.8vw);
  width: 65%;
}
@media only screen and (min-width: 768px) {
  .hamburger span::after {
    top: calc(50% + 5px);
    width: 66%;
  }
}
.hamburger.active span::before {
  transform: rotate(-135deg);
  top: 50%;
}
.hamburger.active span::after {
  top: 50%;
  width: 100%;
  transform: rotate(135deg);
}

@media screen and (min-width: 1024px) {
  .pcbr {
    display: block;
  }
  .spbr {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .pcbr {
    display: none;
  }
  .spbr {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .hide-pc {
    display: none;
  }
}

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

#wpadminbar {
  position: fixed;
  top: 0;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.site-header__inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1.875rem;
}
@media only screen and (min-width: 768px) {
  .site-header__inner {
    gap: 30px;
  }
}
.site-header__socials {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
@media only screen and (min-width: 768px) {
  .site-header__socials {
    gap: 8px;
  }
}
.site-header__socials img {
  width: 3.75rem;
}
@media only screen and (min-width: 768px) {
  .site-header__socials img {
    width: 40px;
  }
}
.site-header__controls {
  display: flex;
}
.site-header__controls--btn {
  width: 7.5rem;
  height: 7.5rem;
  background: #19929A;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 1.0625rem;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .site-header__controls--btn {
    width: 90px;
    height: 90px;
    font-size: 14px;
  }
}
.site-header__controls--btn img {
  max-width: 2.5625rem;
}
@media only screen and (min-width: 768px) {
  .site-header__controls--btn img {
    max-width: 31px;
  }
}
.site-header__controls--btn:hover {
  color: var(--white);
}

.nav-toggle {
  background: rgba(255, 255, 255, 0.95);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  padding-block: 7.5rem;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}
@media only screen and (min-width: 768px) {
  .nav-toggle {
    padding-block: 90px;
  }
}
.nav-toggle .container {
  height: 100%;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .nav-toggle .container {
    justify-content: flex-end;
  }
}
.nav-toggle ul {
  font-weight: 700;
  max-height: 100%;
  overflow-y: auto;
  font-size: 2.625rem;
  padding-left: 3.125rem;
}
@media only screen and (min-width: 768px) {
  .nav-toggle ul {
    font-size: 20px;
    padding-left: 0;
    font-family: "kozuka-gothic-pro", sans-serif;
    font-weight: 500;
  }
}
.nav-toggle ul li + li {
  margin-top: 2.875rem;
}
@media only screen and (min-width: 768px) {
  .nav-toggle ul li + li {
    margin-top: 30px;
  }
}
.nav-toggle.show {
  opacity: 1;
  visibility: visible;
}

.quick-links {
  padding: 2.1875rem 1.875rem;
}
@media only screen and (min-width: 768px) {
  .quick-links {
    padding: 20px;
  }
}
.quick-links__inner {
  display: flex;
  flex-direction: column;
  border: 0.125rem solid var(--primary);
}
@media only screen and (min-width: 768px) {
  .quick-links__inner {
    flex-direction: row;
    border-width: 1px;
  }
}
.quick-links a {
  font-size: 2.625rem;
  color: var(--primary);
  font-family: "Libre Baskerville", sans-serif;
  font-weight: 400;
  background: url("../images/arrow-black.png") no-repeat calc(100% - 5.33vw) 50%/1.87vw;
  padding: 1.25rem 4.375rem;
  text-align: center;
  min-height: 13.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .quick-links a {
    flex-basis: 0;
    flex-grow: 1;
    font-size: 20px;
    min-height: 100px;
    padding: 20px 50px;
    background-size: 8px;
    background-position: calc(100% - 30px) 50%;
  }
}
@media only screen and (min-width: 992px) {
  .quick-links a {
    min-height: 140px;
  }
}
@media only screen and (max-width: 767px) {
  .quick-links a + a {
    border-top: 0.125rem solid var(--primary);
  }
}
@media only screen and (min-width: 768px) {
  .quick-links a + a {
    border-left: 1px solid var(--primary);
  }
}

.site-footer {
  background: var(--primary);
  color: var(--white);
}
.site-footer a {
  color: var(--white);
}
.site-footer__main {
  padding: 5.625rem 1.875rem 2.5rem;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .site-footer__main {
    padding: 55px 20px 25px;
  }
}
.site-footer__main h2 {
  color: var(--white);
  margin: 0 0 2.8125rem;
  font-family: "Libre Baskerville", sans-serif;
  font-weight: 400;
  font-size: 2.375rem;
  letter-spacing: 0.06em;
}
@media only screen and (min-width: 768px) {
  .site-footer__main h2 {
    font-size: 23px;
    margin: 0 0 36px;
  }
}
.site-footer__main ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 1.5rem;
  color: #a7adad;
  flex-direction: column;
  gap: 1.625rem;
}
@media only screen and (min-width: 768px) {
  .site-footer__main ul {
    font-size: 14px;
    font-family: "kozuka-gothic-pro", sans-serif;
    font-weight: 500;
    flex-direction: row;
    gap: 0;
  }
}
@media only screen and (min-width: 768px) {
  .site-footer__main ul li + li::before {
    content: "/";
    margin-inline: 9px 4px;
  }
}
.site-footer__main ul li a {
  color: #a7adad;
}
.site-footer__main ul li a:hover {
  color: var(--white);
}
.site-footer__main h3 {
  color: var(--white);
  text-align: center;
  font-weight: 500;
  font-family: "kozuka-gothic-pro", sans-serif;
  margin: 3.5rem 0 0;
  line-height: 1.5;
  font-size: 1.75rem;
}
@media only screen and (min-width: 768px) {
  .site-footer__main h3 {
    font-size: 18px;
    margin: 56px 0 0;
  }
}
.site-footer__hotline {
  border-block: 1px solid #4a6061;
}
@media only screen and (min-width: 768px) {
  .site-footer__hotline {
    display: flex;
    flex-wrap: wrap;
  }
}
.site-footer__hotline a {
  line-height: 1.2;
  display: flex;
  align-items: center;
  font-weight: 700;
  color: #A7ADAD;
  padding: 2.75rem 2.5rem;
  font-size: 2rem;
  gap: 0.75rem;
  justify-content: flex-start;
}
@media only screen and (min-width: 768px) {
  .site-footer__hotline a {
    width: 50%;
    font-size: 18px;
    gap: 8px;
    padding: 24px 20px;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .site-footer__hotline a {
    background: url("../images/arrow-gray.png") no-repeat calc(100% - 5.33vw) 50%/1.87vw;
  }
}
@media only screen and (min-width: 768px) {
  .site-footer__hotline a:nth-child(2n) {
    border-left: 1px solid #4a6061;
  }
}
@media only screen and (max-width: 767px) {
  .site-footer__hotline a + a {
    border-top: 1px solid #4a6061;
  }
}
.site-footer__hotline a img {
  max-width: 2rem;
}
@media only screen and (min-width: 768px) {
  .site-footer__hotline a img {
    max-width: 22px;
  }
}
.site-footer__hotline a strong {
  font-family: "Libre Baskerville", sans-serif;
  font-weight: 400;
  color: var(--white);
  letter-spacing: 0.06em;
  margin-left: 0.9375rem;
  font-size: 3.25rem;
}
@media only screen and (min-width: 768px) {
  .site-footer__hotline a strong {
    font-size: 26px;
    margin-left: 12px;
  }
}
@media only screen and (min-width: 992px) {
  .site-footer__hotline a strong {
    font-size: 32px;
  }
}
.site-footer__bottom {
  text-align: center;
  font-weight: 500;
  font-family: "kozuka-gothic-pro", sans-serif;
  color: #687b7c;
  font-size: 1.25rem;
  padding: 2.5rem 1.875rem;
}
@media only screen and (min-width: 768px) {
  .site-footer__bottom {
    font-size: 10px;
    padding: 28px 20px;
  }
}
.site-footer__bottom p {
  margin: 0;
}

/** Pages */
.banner {
  padding-top: 11.25rem;
}
@media only screen and (min-width: 768px) {
  .banner {
    padding-top: 125px;
  }
}
.banner .container {
  z-index: 3;
}
.banner__inner h1 {
  font-family: "Libre Baskerville", sans-serif;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.05;
  font-size: 7.875rem;
  margin: 1.25rem 0 0;
}
@media only screen and (min-width: 768px) {
  .banner__inner h1 {
    font-size: 100px;
    margin: 0;
  }
}
@media only screen and (min-width: 992px) {
  .banner__inner h1 {
    font-size: 158px;
  }
}
.banner__inner--body {
  font-weight: 700;
  line-height: 2;
  font-size: 1.25rem;
}
@media only screen and (min-width: 768px) {
  .banner__inner--body {
    float: right;
    max-width: calc(100% - 320px);
    font-size: 12px;
    min-height: 90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media only screen and (min-width: 992px) {
  .banner__inner--body {
    max-width: calc(100% - 420px);
    min-height: 110px;
  }
}
.banner__inner--body p:last-of-type {
  margin: 0;
}
.banner picture {
  margin-top: -10.75rem;
  display: inline-block;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .banner picture {
    margin-top: -145px;
  }
}
@media only screen and (min-width: 992px) {
  .banner picture {
    margin-top: -234px;
  }
}
.banner picture img {
  width: 100%;
}

.about-section {
  padding-bottom: 14rem;
}
@media only screen and (min-width: 768px) {
  .about-section {
    padding-bottom: 130px;
  }
}
.about-section h2 {
  font-family: "Libre Baskerville", sans-serif;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.05;
  font-size: 10.625rem;
  color: var(--second);
  opacity: 0.2;
  text-align: right;
  margin: 0 -2.5rem 3.125rem 0;
}
@media only screen and (min-width: 768px) {
  .about-section h2 {
    font-size: 170px;
    margin: 0 0 -60px;
  }
}
.about-section__inner {
  max-width: 780px;
  margin-inline: auto;
  line-height: 1.5;
  font-size: 1.75rem;
}
@media only screen and (min-width: 768px) {
  .about-section__inner {
    font-size: 16px;
  }
}
.about-section__inner h3 {
  font-size: 2.5rem;
  line-height: 1.5;
  font-weight: 700;
  color: var(--primary);
  margin: 0 0 3.125rem;
}
@media only screen and (min-width: 768px) {
  .about-section__inner h3 {
    font-size: 22px;
    margin: 0 0 25px;
  }
}
.about-section figure img {
  width: 100%;
}
.about-section__image {
  position: relative;
  text-align: center;
  margin-top: 3.4375rem;
  max-width: 28.125rem;
  margin-inline: auto;
}
@media only screen and (min-width: 768px) {
  .about-section__image {
    max-width: 380px;
    margin-top: 40px;
  }
}
.about-section__image .btn-circle {
  position: absolute;
  right: -5.625rem;
  bottom: -5.625rem;
}
@media only screen and (min-width: 768px) {
  .about-section__image .btn-circle {
    right: -110px;
    bottom: -50px;
  }
}

.overlay-content {
  position: relative;
  z-index: 1;
}
.overlay-content picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.overlay-content picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.overlay-content__inner {
  padding-block: 120px;
}
.overlay-content__inner .container {
  min-height: 68.75rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .overlay-content__inner .container {
    min-height: 570px;
  }
}
.overlay-content__button {
  margin-top: auto;
}
@media only screen and (min-width: 768px) {
  .overlay-content__button {
    text-align: right;
  }
}

.image-link {
  overflow: hidden;
}
.image-link__inner {
  position: relative;
}
.image-link__inner picture {
  display: block;
  width: calc(100% + 5.33vw);
}
@media only screen and (min-width: 768px) {
  .image-link__inner picture {
    width: calc(100% + 20px);
  }
}
@media only screen and (min-width: 1020px) {
  .image-link__inner picture {
    width: calc(100% + 50vw - 496px);
  }
}
.image-link__inner picture img {
  width: 100%;
}
.image-link__inner .btn-circle {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: -3.75rem;
}
@media only screen and (min-width: 768px) {
  .image-link__inner .btn-circle {
    bottom: -50px;
  }
}

@media only screen and (min-width: 768px) {
  .news .container {
    display: flex;
  }
}
@media only screen and (min-width: 768px) {
  .news .section-heading {
    width: 33%;
  }
}
@media only screen and (min-width: 768px) {
  .news__list {
    width: 67%;
  }
}
.news__item {
  border-top: 1px solid #d8d8d8;
}
.news__item:last-child {
  border-bottom: 1px solid #d8d8d8;
}
.news__item a {
  background: url("../images/arrow-black.png") no-repeat calc(100% - 2.67vw) 50%/1.33vw;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  padding: 1.25rem 3.75rem 1.25rem 1.25rem;
  font-size: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .news__item a {
    font-size: 14px;
    flex-direction: row;
    padding: 20px 30px 20px 10px;
    gap: 0;
    background-size: 6px;
    background-position: calc(100% - 10px);
  }
}
.news__item a time {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--second);
}
@media only screen and (min-width: 768px) {
  .news__item a time {
    font-size: 12px;
    width: 120px;
    padding-right: 10px;
  }
}
.news__item a span {
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .news__item a span {
    width: calc(100% - 120px);
  }
}

.dress-shop picture {
  margin-bottom: 1.875rem;
  display: block;
}
@media only screen and (min-width: 768px) {
  .dress-shop picture {
    margin-bottom: 20px;
  }
}
.dress-shop picture img {
  width: 100%;
}

.page-banner {
  margin-top: 14.375rem;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .page-banner {
    margin-top: 170px;
  }
}
.page-banner picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-banner picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-banner__inner {
  min-height: 33.75rem;
  font-size: 1.5rem;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .page-banner__inner {
    min-height: 340px;
    font-size: 14px;
  }
}
.page-banner__inner h1 {
  font-size: 6.25rem;
  font-family: "Libre Baskerville", sans-serif;
  font-weight: 400;
  margin: -4.125rem 0 1.25rem;
  display: inline-block;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .page-banner__inner h1 {
    font-size: 60px;
    margin: -56px 0 10px;
  }
}
@media only screen and (min-width: 768px) {
  .page-banner__inner h1 {
    font-size: 80px;
  }
}

.breadcrumb {
  padding-block: 1rem;
}
@media only screen and (min-width: 768px) {
  .breadcrumb {
    padding-block: 10px;
  }
}
.breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.25rem;
}
@media only screen and (min-width: 768px) {
  .breadcrumb ul {
    font-size: 10px;
  }
}
.breadcrumb ul li + li {
  margin-left: 8px;
}
.breadcrumb ul li + li::before {
  content: ">";
}
.breadcrumb ul li a {
  display: flex;
  align-items: center;
  gap: 8px;
}
.breadcrumb ul li a img {
  width: 0.875rem;
}
@media only screen and (min-width: 768px) {
  .breadcrumb ul li a img {
    width: 11px;
  }
}

.service-content {
  padding-block: 5.625rem 3.5rem;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .service-content {
    padding-block: 100px 60px;
  }
}
.service-content h2 {
  text-align: center;
  font-weight: 700;
  font-size: 2.5rem;
  margin: 0 0 2rem;
  letter-spacing: 0.15em;
}
@media only screen and (min-width: 768px) {
  .service-content h2 {
    font-size: 22px;
    margin: 0 0 20px;
  }
}
.service-content__content {
  padding-inline: 1.875rem;
}
.service-content__buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.25rem;
  margin-top: 5.375rem;
}
@media only screen and (min-width: 768px) {
  .service-content__buttons {
    margin-top: 100px;
    gap: 22px;
  }
}
.service-content__buttons a {
  background: var(--second);
  color: var(--white);
  font-size: 1.875rem;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  min-width: 19.0625rem;
  min-height: 7.8125rem;
  align-items: center;
  justify-content: center;
  padding: 1.25rem 1.25rem 2.25rem;
  text-align: center;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .service-content__buttons a {
    padding: 22px 10px 28px;
    font-size: 18px;
    min-width: 314px;
    min-height: 86px;
  }
}
.service-content__buttons a::after {
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  border-bottom: 1px solid var(--white);
  border-right: 1px solid var(--white);
  transform: rotate(45deg) translateX(-50%);
  position: absolute;
  bottom: 1rem;
  left: 50%;
}
@media only screen and (min-width: 768px) {
  .service-content__buttons a::after {
    width: 8px;
    height: 8px;
    bottom: 10px;
  }
}

.service-row {
  padding-block: 6.875rem 1.875rem;
}
@media only screen and (min-width: 768px) {
  .service-row {
    padding-block: 110px 20px;
  }
}
.service-row h3 {
  font-size: 2.5rem;
  font-weight: 700;
  margin: 0 0 2.1875rem;
  line-height: 1.5;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .service-row h3 {
    font-size: 22px;
    margin: 0 0 20px;
    text-align: left;
  }
}
.service-row > picture {
  padding: 4.375rem 1.875rem 0;
  display: block;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .service-row > picture {
    padding: 60px 20px 0;
  }
}
.service-row > picture img {
  width: 100%;
}
.service-row__labels {
  display: flex;
  gap: 0.625rem 1.25rem;
  align-items: center;
  margin-bottom: 3.5rem;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .service-row__labels {
    gap: 10px 30px;
    margin-bottom: 60px;
  }
}
.service-row__labels h4 {
  font-size: 2.5rem;
  font-weight: 700;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .service-row__labels h4 {
    font-size: 22px;
  }
}
.service-row__labels ul {
  display: flex;
  gap: 0.625rem;
}
@media only screen and (min-width: 768px) {
  .service-row__labels ul {
    gap: 5px;
  }
}
.service-row__labels ul li {
  background: var(--primary);
  color: var(--white);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  padding: 0.25rem 0.75rem;
}
@media only screen and (min-width: 768px) {
  .service-row__labels ul li {
    font-size: 12px;
    padding: 2px 10px;
  }
}
.service-row__top {
  margin-bottom: 4.375rem;
}
@media only screen and (min-width: 768px) {
  .service-row__top {
    margin: 0;
    display: flex;
  }
}
.service-row__top h2 {
  font-size: 5.625rem;
  font-weight: 400;
  font-family: "Libre Baskerville", sans-serif;
  margin: 0 0 0.875rem;
  letter-spacing: 0.06em;
}
@media only screen and (min-width: 768px) {
  .service-row__top h2 {
    font-size: 54px;
    margin: 0 0 20px;
  }
}
@media only screen and (min-width: 992px) {
  .service-row__top h2 {
    font-size: 64px;
  }
}
.service-row__top figure {
  max-width: 23.75rem;
  margin: 0 auto 3.375rem;
}
@media only screen and (min-width: 768px) {
  .service-row__top figure {
    max-width: 270px;
    margin: 0;
  }
}
.service-row__top figure img {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .service-row__top--left {
    width: 36%;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .service-row__top--right {
    width: 64%;
  }
}
@media only screen and (min-width: 992px) {
  .service-row__top--right {
    padding-top: 90px;
  }
}
@media only screen and (min-width: 768px) {
  .service-row__content {
    display: flex;
    margin-top: -50px;
    align-items: flex-end;
  }
}
@media only screen and (min-width: 992px) {
  .service-row__content {
    margin-top: -110px;
  }
}
.service-row__content figure {
  max-width: 31.25rem;
  margin: 0 auto 3.375rem;
}
@media only screen and (min-width: 768px) {
  .service-row__content figure {
    max-width: none;
    width: 50%;
    order: 2;
    margin: 0 0 0 -30px;
  }
}
@media only screen and (min-width: 992px) {
  .service-row__content figure {
    margin: 0 0 0 -50px;
  }
}
.service-row__content figure img {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .service-row__content--body {
    width: 50%;
  }
}
@media only screen and (min-width: 992px) {
  .service-row__content--body {
    padding-bottom: 35px;
  }
}

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

@media screen and (min-width: 768px){
.pcbr { display:block; }
.spbr { display:none; }
}
@media screen and (max-width: 767px){
.pcbr { display:none; }
.spbr { display:block; }
}