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

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

.pc {
  display: none;
}

* {
  font-family: "zen-maru-gothic", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #555555;
  letter-spacing: 0.1em;
  line-height: 200%;
}

html, body {
  width: 100vw;
}

header, footer, main, a, button, img {
  width: 100%;
}

img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}

button {
  display: block;
}

.none {
  display: none !important;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  * {
    font-size: 18px;
    letter-spacing: 0.1em;
  }
  a {
    transition-duration: 0.25s;
  }
  a:hover {
    opacity: 0.75;
  }
}
@media screen and (min-width: 768px) {
  html body header .header-container {
    height: 100px;
    box-shadow: 0 5px 10px rgba(85, 85, 85, 0.25);
  }
  html body header .header-container h1 a {
    font-size: 32px;
    letter-spacing: 1.6px;
    line-height: 32px;
  }
  html body header .header-container .drawer-btn {
    display: none;
  }
  html body header .header-container .g-nav {
    display: block;
    margin-right: 25px;
  }
  html body header .header-container .g-nav ul {
    display: flex;
    align-items: center;
  }
  html body header .header-container .g-nav ul li {
    margin-left: 25px;
  }
  html body header .header-container .g-nav ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 16px;
    letter-spacing: 1.6px;
    line-height: 16px;
    font-weight: 500;
    line-height: 16px;
  }
  html body header .header-container .g-nav ul li a span {
    display: block;
    margin-top: 5px;
    font-size: 14px;
    letter-spacing: 1.4px;
    line-height: 14px;
    font-weight: 600;
    color: #DD6B74;
  }
  html body header .header-container .g-nav ul li button {
    border: solid 1px transparent;
  }
  html body header .header-container .g-nav ul li button:hover a {
    border: solid 1px #548966;
    background-color: #FFFFFF;
    color: #548966;
    opacity: 1;
  }
  html body header .header-container .g-nav ul li button a {
    display: block;
    padding: 16px 16px;
    border: solid 1px #548966;
    border-radius: 5px;
    background-color: #548966;
    font-size: 14px;
    letter-spacing: 1.4px;
    line-height: 14px;
    font-weight: 600;
    color: #FFFFFF;
  }
  html body header .header-container .g-nav ul li:nth-of-type(1) {
    margin-left: 0;
  }
  html body header .header-container .g-nav ul li:nth-last-of-type(1) {
    margin-left: 12.5px;
  }
  html body .sticky-cta {
    width: 125px;
    height: 125px;
  }
  html body .sticky-cta a {
    font-size: 14px;
    letter-spacing: 1.4px;
    line-height: 14px;
  }
  html body .contact-cta {
    width: 90%;
    border-radius: 15px;
    padding: 125px 0 145px 0;
    margin: 150px auto 0 auto;
    flex-direction: row;
    justify-content: center;
  }
  html body .contact-cta .contact-cta-con {
    width: 35vw;
  }
  html body .contact-cta .contact-cta-con h2 {
    justify-content: initial;
    transform: translateX(0);
  }
  html body .contact-cta .contact-cta-con h2 span {
    width: 8px;
    height: 8px;
    margin-right: 5px;
  }
  html body .contact-cta .contact-cta-con p {
    margin: 40px 0 0 0;
    font-size: 16px;
    letter-spacing: 1.6px;
    line-height: 16px;
    line-height: 16px;
    transform: translateX(0);
  }
  html body .contact-cta .contact-cta-con .tel_btn {
    width: 100%;
    margin-top: 30px;
  }
  html body .contact-cta .contact-cta-con .tel_btn:hover a {
    opacity: 0.75;
  }
  html body .contact-cta .contact-cta-con .tel_btn a {
    padding: 30px 0;
    font-size: 48px;
  }
  html body .contact-cta .contact-cta-con .tel_btn a p {
    font-size: 14px;
    letter-spacing: 1.4px;
    line-height: 14px;
  }
  html body .contact-cta .contact-cta-con .tel_btn a .tel_icon {
    height: 40px;
    margin-right: 15px;
    transform: translateY(1.5px);
  }
  html body .contact-cta .cta_btn {
    margin: 0 0 0 5vw;
  }
  html body .contact-cta .cta_btn button {
    width: 20vw;
    border: solid 1px transparent;
    transition-duration: 0.25s;
  }
  html body .contact-cta .cta_btn button:hover {
    border: solid 1px #FFFFFF;
    background-color: #548966;
    color: #FFFFFF;
  }
  html body .contact-cta .cta_btn button:hover a {
    color: #FFFFFF;
  }
  html body .contact-cta .cta_btn button a {
    padding: 15px 0;
    font-weight: 600;
  }
  html body .contact-cta .cta_btn button:nth-of-type(2) {
    margin-top: 25px;
  }
  html body footer .footer-con {
    margin-bottom: 50px;
    display: flex;
  }
  html body footer .footer-con .footer-menu {
    width: 50%;
    padding: 0 5vw 0 10vw;
    margin: 0 0;
  }
  html body footer .footer-con .footer-menu li a {
    font-size: 24px;
    letter-spacing: 1.6px;
    line-height: 24px;
  }
  html body footer .footer-con .footer-menu li:nth-of-type(2) a {
    font-size: 24px;
    letter-spacing: 1.6px;
    line-height: 24px;
  }
  html body footer .footer-con .footer-co-info {
    width: 50%;
    border-top: solid 1px transparent;
    border-left: solid 1px rgba(85, 85, 85, 0.5);
    padding-left: 5vw;
  }
  html body footer .footer-con .footer-co-info li {
    margin-top: 20px;
    font-size: 20px;
    letter-spacing: 1.6px;
    line-height: 20px;
  }
  html body footer .footer-con .footer-co-info li span {
    font-size: 20px;
    letter-spacing: 1.6px;
    line-height: 20px;
  }
  html body footer .footer-con .footer-co-info li a {
    font-size: 20px;
    letter-spacing: 1.6px;
    line-height: 20px;
  }
  html body footer .footer-con .footer-co-info li:nth-of-type(2) {
    margin-top: 22.5px;
    font-size: 20px;
    letter-spacing: 1.6px;
    line-height: 20px;
  }
  html body footer .footer-con .footer-co-info li:nth-of-type(3) {
    border-bottom: solid 1px transparent;
    padding-bottom: 7.5px;
    position: relative;
    transition-duration: 0.25s;
  }
  html body footer .footer-con .footer-co-info li:nth-of-type(3)::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #555555;
    position: absolute;
    bottom: 0;
    left: 0;
    transition-duration: 0.25s;
  }
  html body footer .footer-con .footer-co-info li:nth-of-type(3):hover {
    transform: translate(5%, -5%) scale(1.1);
  }
  html body footer .footer-con .footer-co-info li:nth-of-type(3):hover::after {
    animation: map_icon 0.5s forwards;
  }
  @keyframes map_icon {
    from {
      width: 0;
    }
    to {
      width: 100%;
    }
  }
  html body footer .footer-con .footer-co-info li:nth-of-type(3) a .map_icon {
    height: 20px;
    margin-right: 7.5px;
  }
}
@media screen and (min-width: 768px) {
  html body .top .fv {
    margin-top: 75px;
  }
  html body .top .fv .fv-bgImg {
    height: calc(100vh + 12.5px);
    margin-bottom: 0;
  }
  html body .top .fv .fv-bgImg .fv-bgImg1 {
    width: 60%;
    height: 36vw;
  }
  html body .top .fv .fv-bgImg .fv-bgImg1 img {
    border-radius: 0 25px 25px 0;
  }
  html body .top .fv .fv-bgImg .fv-bgImg1 .fv-catchcopy {
    text-shadow: 2.5px 5px 7px rgba(85, 85, 85, 0.25);
    font-size: 28px;
    letter-spacing: 1.6px;
    line-height: 28px;
    letter-spacing: 0.2em;
    line-height: 200%;
    top: 5vw;
    right: 2.5vw;
  }
  html body .top .fv .fv-bgImg .fv-bgImg2 {
    width: 40vw;
    height: 30vw;
    border-top: solid 25px #F9F8F4;
    border-bottom: solid 25px #F9F8F4;
    border-left: solid 25px #F9F8F4;
    border-radius: 40px 0 0 40px;
    transform: translateY(0);
  }
  html body .top .fv .overflow-scroll {
    overflow-x: initial;
    overflow-y: initial;
    width: calc(35% - 25px);
    position: absolute;
    top: 37.5px;
    right: 5vw;
    transform: translateY(25px);
  }
  html body .top .fv .overflow-scroll .fv-icon-menu {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }
  html body .top .fv .overflow-scroll .fv-icon-menu li {
    width: calc(50% - 12.5px);
    padding: 0;
    margin-left: 0;
    transition-duration: 0.25s;
  }
  html body .top .fv .overflow-scroll .fv-icon-menu li:hover {
    transform: scale(1.05);
  }
  html body .top .fv .overflow-scroll .fv-icon-menu li:hover button {
    background-color: rgba(84, 137, 102, 0.1);
  }
  html body .top .fv .overflow-scroll .fv-icon-menu li:hover button a {
    opacity: 1;
  }
  html body .top .fv .overflow-scroll .fv-icon-menu li button {
    width: 100%;
    background-color: transparent;
    padding: 0;
    transition-duration: 0.25s;
  }
  html body .top .fv .overflow-scroll .fv-icon-menu li button a .iconmenu-img {
    height: 50px;
  }
  html body .top .fv .overflow-scroll .fv-icon-menu li button a span {
    margin-top: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    color: #F39800;
  }
  html body .top .fv .overflow-scroll .fv-icon-menu li button a p {
    margin-top: 2.5px;
    font-size: 16px;
    font-weight: 500;
    line-height: 165%;
  }
  html body .top .fv .overflow-scroll .fv-icon-menu li:nth-of-type(1) {
    margin-left: 0;
  }
  html body .top .fv .overflow-scroll .fv-icon-menu li:nth-of-type(1) button a span {
    font-size: 15px;
    line-height: 32px;
  }
  html body .top .fv .overflow-scroll .fv-icon-menu li:nth-of-type(2) {
    margin-left: 25px !important;
  }
  html body .top .fv .fv-scroll {
    width: fit-content;
    position: absolute;
    bottom: 25px;
    left: 5px;
  }
  html body .top .fv .fv-scroll p {
    writing-mode: vertical-rl;
    font-size: 20px;
    letter-spacing: 1.6px;
    line-height: 20px;
    font-weight: 500;
    color: #548966;
  }
  html body .top .fv .fv-scroll div {
    width: 2px;
    height: 150px;
    margin-top: 2.5px;
    transform: translateX(100%);
    position: relative;
  }
  html body .top .fv .fv-scroll div::after {
    content: "";
    width: 100%;
    background-color: #548966;
    position: absolute;
    top: 0;
    left: 0;
    animation: scroll 5s ease-in-out infinite;
  }
  @keyframes scroll {
    0% {
      height: 0;
      top: 0;
    }
    25% {
      height: 0;
    }
    50% {
      height: 150px;
      top: 0;
    }
    100% {
      height: 0;
      top: 150px;
    }
  }
  html body .top .about h2, html body .top .service h2, html body .top .access h2 {
    font-size: 32px;
    letter-spacing: 1.6px;
    line-height: 32px;
    line-height: 52.8px;
  }
  html body .top .about h2 span, html body .top .service h2 span, html body .top .access h2 span {
    margin-bottom: 7.5px;
  }
  html body .top .about h2 span span, html body .top .service h2 span span, html body .top .access h2 span span {
    width: 8px;
    height: 8px;
    margin-right: 5px;
    transform: translateY(25%);
  }
  html body .top .about {
    width: calc(95% - 25px);
    margin: 87.5px 0 0 calc(5vw + 25px);
    display: flex;
  }
  html body .top .about .about-copy {
    width: 50%;
  }
  html body .top .about .about-copy h2 .about-h2-span {
    font-size: 32px;
    letter-spacing: 1.6px;
    line-height: 32px;
    line-height: 52.8px;
  }
  html body .top .about .about-copy p {
    width: 75%;
  }
  html body .top .about .about-copy button {
    margin: 17.5px 0 0 0;
    transition-duration: 0.25s;
  }
  html body .top .about .about-copy button:hover {
    transform: scale(1.05);
  }
  html body .top .about .about-copy button:hover a {
    opacity: 1;
  }
  html body .top .about .about-copy button a {
    font-size: 28px;
    letter-spacing: 1.6px;
    line-height: 28px;
  }
  html body .top .about .about-copy button a span {
    width: 56px;
    height: 56px;
    font-size: 28px;
    letter-spacing: 1.6px;
    line-height: 28px;
    position: relative;
    transition-duration: 0.15s;
  }
  html body .top .about .about-img {
    width: 50%;
    margin-top: 0;
    position: relative;
  }
  html body .top .about .about-img .about-img1 {
    width: 45vw;
    height: 27vw;
    border-radius: 15px 0 0 15px;
    position: absolute;
    top: 0;
    right: 0;
  }
  html body .top .about .about-img .about-img2 {
    width: 35vw;
    height: 21vw;
    margin: 0 0 0 0;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate(-25%, 25%);
  }
  html body .top .service {
    width: 90%;
    margin: calc(150px + 5.25vw) auto 0 auto;
  }
  html body .top .service h2 {
    margin-left: 25px;
  }
  html body .top .service .service-container {
    display: flex;
    flex-wrap: wrap;
  }
  html body .top .service .service-container article {
    width: calc(50% - 2.5vw);
  }
  html body .top .service .service-container article .service-img {
    height: 25.5vw;
    transition-duration: 0.25s;
  }
  html body .top .service .service-container article .service-img:hover {
    transform: scale(1.025);
  }
  html body .top .service .service-container article .service-img:hover a {
    opacity: 1;
  }
  html body .top .service .service-container article h3 {
    margin-top: 25px;
    margin-left: 12.5px;
    font-size: 28px;
    letter-spacing: 1.6px;
    line-height: 28px;
  }
  html body .top .service .service-container article h3 span {
    width: 12px;
    height: 12px;
    margin-right: 7.5px;
  }
  html body .top .service .service-container article p {
    width: calc(100% - 25px);
    margin: 12.5px auto 0 auto;
  }
  html body .top .service .service-container article button {
    margin: 20px auto 0 auto;
    transition-duration: 0.25s;
  }
  html body .top .service .service-container article button:hover {
    transform: scale(1.05);
  }
  html body .top .service .service-container article button:hover a {
    opacity: 1;
  }
  html body .top .service .service-container article button a {
    font-size: 24px;
    letter-spacing: 1.6px;
    line-height: 24px;
  }
  html body .top .service .service-container article button a span {
    width: 48px;
    height: 48px;
    margin-left: 10px;
    font-size: 24px;
    letter-spacing: 1.6px;
    line-height: 24px;
    transition-duration: 0.15s;
  }
  html body .top .service .service-container article:nth-of-type(1) {
    margin-top: 50px;
    margin-left: 0;
  }
  html body .top .service .service-container article:nth-of-type(1) button a {
    font-size: 24px;
    letter-spacing: 1.6px;
    line-height: 24px;
  }
  html body .top .service .service-container article:nth-of-type(2) {
    margin-left: 5vw;
  }
  html body .top .service .service-container article:nth-of-type(3) {
    margin-top: 75px;
  }
  html body .top .access {
    padding: 150px 0 100px 5vw;
    margin-top: 150px;
  }
  html body .top .access h2 {
    margin-left: 25px;
  }
  html body .top .access .access-container {
    display: flex;
    flex-wrap: wrap;
  }
  html body .top .access .access-container article {
    width: 26.7vw;
    margin-top: 50px;
    margin-left: 5vw;
    display: block;
  }
  html body .top .access .access-container article .access-img {
    width: 100%;
    height: 16.02vw;
    transition-duration: 0.25s;
  }
  html body .top .access .access-container article .access-img:hover {
    transform: scale(1.025);
  }
  html body .top .access .access-container article .access-img:hover a {
    opacity: 1;
  }
  html body .top .access .access-container article .access-info {
    margin-top: 12.5px;
    display: block;
  }
  html body .top .access .access-container article .access-info button {
    margin-left: 12.5px;
    transition-duration: 0.25s;
  }
  html body .top .access .access-container article .access-info button:hover {
    transform: scale(1.05);
  }
  html body .top .access .access-container article .access-info button:hover a {
    opacity: 1;
  }
  html body .top .access .access-container article .access-info button a h3 {
    font-size: 20px;
    letter-spacing: 1.6px;
    line-height: 20px;
  }
  html body .top .access .access-container article .access-info button a span {
    width: 40px;
    height: 40px;
    margin-left: 5px;
    font-size: 20px;
    letter-spacing: 1.6px;
    line-height: 20px;
    transition-duration: 0.25s;
  }
  html body .top .access .access-container article .access-info p {
    padding: 3.5px 10px;
    margin: 7.5px 0 0 6.125px;
    transform: translateY(0);
    transition-duration: 0.25s;
  }
  html body .top .access .access-container article .access-info p:hover {
    transform: scale(1.05);
  }
  html body .top .access .access-container article .access-info p:hover a {
    opacity: 1;
  }
  html body .top .access .access-container article .access-info p a {
    font-size: 14px;
    letter-spacing: 1.4px;
    line-height: 14px;
  }
  html body .top .access .access-container article:nth-of-type(1) {
    margin-left: 0;
  }
  html body .top .access .access-container article:nth-of-type(1) .access-info div:nth-of-type(1) {
    display: none;
  }
  html body .top .access .access-container article:nth-of-type(1) .access-info div:nth-of-type(2) {
    display: none;
  }
  html body .top .access .access-container article:nth-of-type(2) .access-info div:nth-of-type(1), html body .top .access .access-container article:nth-of-type(3) .access-info div:nth-of-type(1), html body .top .access .access-container article:nth-of-type(4) .access-info div:nth-of-type(1) {
    display: none;
  }
  html body .top .access .access-container article:nth-of-type(4) {
    margin-left: 0;
  }
  html body .top .access .access-slick-pc {
    display: block;
    width: 100%;
    margin-top: 50px;
    display: flex;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(75%);
  }
  html body .top .access .access-slick-pc img {
    width: 97.5%;
    border-radius: 15px;
  }
  html body .top .access .access-slick-pc .slick-slide {
    position: relative;
  }
  html body .top .access .access-slick-pc .slick-slide .alt {
    position: absolute;
    top: 0;
    left: 0;
  }
  html body .top .contact-cta {
    margin: 150px auto 0 auto;
  }
}