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

html body {
  background-color: #F9F8F4;
}
html body header .header-container {
  width: 90%;
  height: 75px;
  border-radius: 15px;
  background-color: #FFFFFF;
  box-shadow: 0 2.5px 5px rgba(85, 85, 85, 0.25);
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  transition-duration: 0.3s;
}
html body header .header-container h1 {
  margin-left: 25px;
}
html body header .header-container h1 a {
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-style: italic;
  font-size: 28px;
  letter-spacing: 1.4px;
  line-height: 28px;
  font-weight: 600;
  color: #DD6B74;
  letter-spacing: 0;
}
html body header .header-container .drawer-btn {
  width: 50px;
  height: 50px;
  border-radius: 5px;
  background-color: #548966;
  margin-right: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 4;
}
html body header .header-container .drawer-btn div {
  width: 25px;
  height: 3px;
  background-color: #FFFFFF;
  transition-duration: 0.3s;
}
html body header .header-container .drawer-btn div:nth-of-type(2) {
  margin: 6px 0;
}
html body header .header-container .drawer-btn_on div {
  height: 4px;
}
html body header .header-container .drawer-btn_on div:nth-of-type(1) {
  transform: translateY(10px) rotate(45deg);
}
html body header .header-container .drawer-btn_on div:nth-of-type(2) {
  opacity: 0;
}
html body header .header-container .drawer-btn_on div:nth-of-type(3) {
  transform: translateY(-10px) rotate(-45deg);
}
html body header .header-container .g-nav {
  display: none;
}
html body header .header-container_on {
  background-color: #548966;
  box-shadow: 0 0 0 transparent;
}
html body header .header-container_on h1 {
  opacity: 0;
}
html body header .drawer-menu {
  width: 50px;
  height: 50px;
  background-color: #548966;
  position: absolute;
  top: 0;
  right: 25px;
  opacity: 0;
  z-index: 0;
  transition-duration: 0.3s;
}
html body header .drawer-menu ul {
  width: 90%;
  margin: 125px auto 0 auto;
}
html body header .drawer-menu ul li {
  width: 100%;
  border-top: solid 1px rgba(255, 255, 255, 0.5);
}
html body header .drawer-menu ul li a {
  display: none;
  height: 90px;
  padding-bottom: 12.5px;
  font-size: 17.5px;
  letter-spacing: 1.4px;
  line-height: 17.5px;
  font-weight: 600;
  color: #FFFFFF;
}
html body header .drawer-menu ul li a span {
  display: flex;
  align-items: center;
  font-weight: 600;
  color: #DD6B74;
}
html body header .drawer-menu ul li a span span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #DD6B74;
  margin-bottom: 0;
  margin-right: 3.5px;
  transform: translateY(12.5%);
}
html body header .drawer-menu ul li:nth-last-of-type(1) {
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
}
html body header .drawer-menu_on {
  width: 100vw;
  height: 100vh;
  top: 0;
  right: 0;
  transform: translate(5vw, -25px);
  opacity: 1;
  z-index: 3;
}
html body header .drawer-menu_on ul li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
html body .sticky-cta {
  width: 100px;
  height: 100px;
  border-radius: 15px;
  background-color: rgba(84, 137, 102, 0.9);
  box-shadow: 0 2.5px 5px rgba(85, 85, 85, 0.2);
  position: fixed;
  right: 5vw;
  bottom: 25px;
  z-index: 9999;
}
html body .sticky-cta a {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 12px;
  letter-spacing: 1.2px;
  line-height: 12px;
  color: #FFFFFF;
  font-weight: 600;
  text-align: center;
}
html body .sticky-cta a img {
  width: 50px;
  height: fit-content;
  margin-bottom: 5px;
}
html body .contact-cta {
  width: 100%;
  background-color: #548966;
  padding: 60px 0 75px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
html body .contact-cta .contact-cta-con h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  color: #DD6B74;
  transform: translateX(-2.5px);
}
html body .contact-cta .contact-cta-con h2 span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #DD6B74;
  margin-bottom: 0;
  margin-right: 3.5px;
  transform: translateY(12.5%);
}
html body .contact-cta .contact-cta-con p {
  width: fit-content;
  margin: 20px auto 0 auto;
  font-size: 17.5px;
  letter-spacing: 1.4px;
  line-height: 17.5px;
  color: #FFFFFF;
  line-height: 25.375px;
  transform: translateX(8.75px);
}
html body .contact-cta .contact-cta-con .tel_btn {
  width: 75vw;
  border-top: solid 1px #FFFFFF;
  border-bottom: solid 1px #FFFFFF;
  margin-top: 15px;
  position: relative;
}
html body .contact-cta .contact-cta-con .tel_btn a {
  padding: 15px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  letter-spacing: 1.4px;
  line-height: 28px;
  font-weight: 500;
  color: #FFFFFF;
}
html body .contact-cta .contact-cta-con .tel_btn a p {
  margin-top: 0;
  font-size: 10.5px;
  letter-spacing: 1.05px;
  line-height: 10.5px;
  color: #FFFFFF;
  position: absolute;
  top: 0;
  right: 0;
}
html body .contact-cta .contact-cta-con .tel_btn a .tel_icon {
  height: 28px;
  margin-right: 10px;
}
html body .contact-cta .contact-cta-con .tel_btn a .tel_icon img {
  width: fit-content;
  height: 100%;
}
html body .contact-cta .cta_btn {
  width: fit-content;
  margin: 20px auto 0 auto;
}
html body .contact-cta .cta_btn button {
  width: 60vw;
  border-radius: 5px;
  background-color: #FFFFFF;
}
html body .contact-cta .cta_btn button a {
  display: block;
  padding: 10px 0;
  font-weight: 500;
  color: #548966;
  text-align: center;
}
html body .contact-cta .cta_btn button:nth-of-type(2) {
  margin-top: 15px;
}
html body footer {
  margin-top: 50px;
}
html body footer .footer-con .footer-menu {
  width: 90%;
  padding-bottom: 50px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
html body footer .footer-con .footer-menu li {
  width: 50%;
}
html body footer .footer-con .footer-menu li a {
  display: block;
  padding: 12.5px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 17.5px;
  letter-spacing: 1.4px;
  line-height: 17.5px;
  font-weight: 500;
}
html body footer .footer-con .footer-menu li a span {
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  font-weight: 600;
  color: #DD6B74;
}
html body footer .footer-con .footer-menu li a span span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #DD6B74;
  margin-bottom: 0;
  margin-right: 3.5px;
  transform: translateY(12.5%);
}
html body footer .footer-con .footer-menu li:nth-of-type(1) a {
  padding: 0 0 12.5px 0;
}
html body footer .footer-con .footer-menu li:nth-of-type(2) a {
  padding: 0 0 12.5px 0;
  font-size: 16px;
  letter-spacing: 1.4px;
}
html body footer .footer-con .footer-co-info {
  width: 90%;
  border-top: solid 1px rgba(85, 85, 85, 0.5);
  padding: 50px 0 65px 0;
  margin: 0 auto;
}
html body footer .footer-con .footer-co-info li {
  margin-top: 12.5px;
  font-size: 17.5px;
  letter-spacing: 1.4px;
  line-height: 17.5px;
  font-weight: 500;
}
html body footer .footer-con .footer-co-info li span {
  font-size: 17.5px;
  letter-spacing: 1.4px;
  line-height: 17.5px;
  font-weight: 500;
}
html body footer .footer-con .footer-co-info li a {
  font-size: 17.5px;
  letter-spacing: 1.4px;
  line-height: 17.5px;
  font-weight: 500;
}
html body footer .footer-con .footer-co-info li:nth-of-type(1) {
  margin-top: 0;
  display: flex;
  align-items: center;
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-style: italic;
  font-size: 28px;
  letter-spacing: 1.4px;
  line-height: 28px;
  font-weight: 600;
  color: #692A6A;
  letter-spacing: 0;
}
html body footer .footer-con .footer-co-info li:nth-of-type(1) span {
  margin-right: 2.8px;
  font-style: normal;
  transform: translateY(2.8px);
}
html body footer .footer-con .footer-co-info li:nth-of-type(2) {
  margin-top: 15px;
  font-size: 16px;
}
html body footer .footer-con .footer-co-info li:nth-of-type(3) {
  width: fit-content;
  border-bottom: solid 1px #555555;
  padding-bottom: 5px;
}
html body footer .footer-con .footer-co-info li:nth-of-type(3) a {
  padding-bottom: 3.5px;
  display: flex;
  font-weight: 600;
}
html body footer .footer-con .footer-co-info li:nth-of-type(3) a .map_icon {
  display: block;
  height: 17.5px;
  margin-right: 5px;
}
html body footer .footer-con .footer-co-info li:nth-of-type(3) a .map_icon img {
  width: fit-content;
}
html body footer .copyright {
  width: 90%;
  border-top: solid 1px rgba(85, 85, 85, 0.5);
  padding: 25px 0 35px 0;
  margin: 0 auto;
}
html body footer .copyright li {
  color: rgba(85, 85, 85, 0.5);
  text-align: center;
}
html body footer .copyright li a {
  text-decoration: underline;
}

html body .top .fv {
  width: 100%;
  margin-top: 60px;
  position: relative;
}
html body .top .fv .fv-bgImg {
  width: 100%;
  height: 90vw;
  margin-bottom: calc(28.125vw - 12.5px);
  position: relative;
}
html body .top .fv .fv-bgImg .fv-bgImg1, html body .top .fv .fv-bgImg .fv-bgImg2 {
  position: relative;
}
html body .top .fv .fv-bgImg .fv-bgImg1::after, html body .top .fv .fv-bgImg .fv-bgImg2::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(85, 85, 85, 0.1);
  position: absolute;
  top: 0;
  left: 0;
}
html body .top .fv .fv-bgImg .fv-bgImg1 {
  width: 94.5vw;
  height: calc(100vw - 25px);
  border-radius: 0 25px 0 0;
}
html body .top .fv .fv-bgImg .fv-bgImg1::after {
  border-radius: 0 25px 25px 0;
}
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: 1.125px 2.5px 3.5px rgba(85, 85, 85, 0.5);
  writing-mode: vertical-rl;
  font-weight: 600;
  color: #FFFFFF;
  letter-spacing: 0.165em;
  position: absolute;
  top: 5vw;
  right: 3vw;
  transform: translateY(37.5px);
  z-index: 1;
}
html body .top .fv .fv-bgImg .fv-bgImg2 {
  width: 75vw;
  height: 56.25vw;
  border-top: solid 12.5px #F9F8F4;
  border-bottom: solid 12.5px #F9F8F4;
  border-left: solid 12.5px #F9F8F4;
  border-radius: 40px 0 0 15px;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateY(50%);
}
html body .top .fv .fv-bgImg .fv-bgImg2::after {
  border-radius: 25px 0 0 25px;
}
html body .top .fv .fv-bgImg .fv-bgImg2 img {
  border-radius: 25px 0 0 25px;
}
html body .top .fv .overflow-scroll {
  overflow-x: scroll;
  overflow-y: hidden;
  width: 100vw;
}
html body .top .fv .overflow-scroll .fv-icon-menu {
  width: fit-content;
  margin: 12.5px 5vw 0 0;
  display: flex;
  white-space: nowrap;
}
html body .top .fv .overflow-scroll .fv-icon-menu li {
  margin-left: 5vw;
}
html body .top .fv .overflow-scroll .fv-icon-menu li button {
  width: 225px;
  border-radius: 15px;
  background-color: rgba(84, 137, 102, 0.1);
  padding: 15px;
}
html body .top .fv .overflow-scroll .fv-icon-menu li button a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
html body .top .fv .overflow-scroll .fv-icon-menu li button a .iconmenu-img {
  max-width: 100%;
  height: 75px;
}
html body .top .fv .overflow-scroll .fv-icon-menu li button a .iconmenu-img img {
  width: fit-content;
  height: 100%;
}
html body .top .fv .overflow-scroll .fv-icon-menu li button a span, html body .top .fv .overflow-scroll .fv-icon-menu li button a p {
  text-align: center;
}
html body .top .fv .overflow-scroll .fv-icon-menu li button a span {
  display: block;
  width: 100%;
  border: solid 1.5px #F39800;
  border-radius: 7.5px;
  margin-top: 7.5px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: #F39800;
}
html body .top .fv .overflow-scroll .fv-icon-menu li button a p {
  margin-top: 5px;
  font-weight: 500;
  line-height: 165%;
}
html body .top .fv .overflow-scroll .fv-icon-menu li:nth-of-type(1) {
  margin-left: 5vw;
}
html body .top .fv .overflow-scroll .fv-icon-menu li:nth-of-type(1) button a span {
  font-size: 13px;
  line-height: 28px;
}
html body .top .about h2, html body .top .service h2, html body .top .access h2 {
  font-size: 24px;
  letter-spacing: 1.4px;
  line-height: 24px;
  line-height: 39.6px;
}
html body .top .about h2 span, html body .top .service h2 span, html body .top .access h2 span {
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  font-weight: 600;
  color: #DD6B74;
}
html body .top .about h2 span span, html body .top .service h2 span span, html body .top .access h2 span span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #DD6B74;
  margin-bottom: 0;
  margin-right: 3.5px;
  transform: translateY(12.5%);
}
html body .top .about {
  width: 91%;
  margin: 50px auto 0 auto;
}
html body .top .about .about-copy h2 .about-h2-span {
  display: inline-block;
  font-size: 24px;
  letter-spacing: 1.4px;
  line-height: 24px;
  font-weight: 400;
  color: #DD6B74;
  line-height: 39.6px;
}
html body .top .about .about-copy p {
  width: 100%;
  margin-top: 7.5px;
}
html body .top .about .about-copy button {
  margin: 17.5px auto 0 auto;
  width: fit-content;
}
html body .top .about .about-copy button a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  letter-spacing: 1.4px;
  line-height: 24px;
  font-weight: 500;
  color: #DD6B74;
}
html body .top .about .about-copy button a span {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #DD6B74;
  margin-left: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  letter-spacing: 1.4px;
  line-height: 24px;
  font-weight: 500;
  color: #FFFFFF;
}
html body .top .about .about-img {
  margin-top: 35px;
}
html body .top .about .about-img .about-img1 img, html body .top .about .about-img .about-img2 img {
  border-radius: 15px;
}
html body .top .about .about-img .about-img1 {
  width: 60vw;
  height: 36vw;
}
html body .top .about .about-img .about-img2 {
  width: 60vw;
  height: 80vw;
  margin: 15px 0 0 30vw;
}
html body .top .service {
  width: 91%;
  margin: 75px auto 0 auto;
}
html body .top .service .service-container article {
  width: 100%;
  margin-top: 50px;
}
html body .top .service .service-container article .service-img {
  width: 100%;
  height: 54vw;
  position: relative;
}
html body .top .service .service-container article .service-img .img-frame {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
html body .top .service .service-container article .service-img img {
  border-radius: 15px;
}
html body .top .service .service-container article h3 {
  margin-top: 20px;
  display: flex;
  align-items: center;
  font-size: 21px;
  letter-spacing: 1.4px;
  line-height: 21px;
}
html body .top .service .service-container article h3 span {
  display: block;
  width: 10.5px;
  height: 10.5px;
  border-radius: 50%;
  background-color: #F39800;
  margin-right: 6px;
  transform: translateY(12.5%);
}
html body .top .service .service-container article p {
  margin-top: 12.5px;
}
html body .top .service .service-container article button {
  width: fit-content;
  margin: 12.5px auto 0 auto;
}
html body .top .service .service-container article button a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 21px;
  letter-spacing: 1.4px;
  line-height: 21px;
  font-weight: 500;
  color: #F39800;
}
html body .top .service .service-container article button a span {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #F39800;
  margin-left: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 21px;
  letter-spacing: 1.4px;
  line-height: 21px;
  font-weight: 500;
  color: #FFFFFF;
}
html body .top .service .service-container article:nth-of-type(1) {
  margin-top: 25px;
}
html body .top .service .service-container article:nth-of-type(1) button a {
  font-size: 16.5px;
}
html body .top .access {
  width: 100%;
  background-color: #FFFFFF;
  padding: 75px 0 75px 5vw;
  margin-top: 75px;
  position: relative;
}
html body .top .access .access-container article {
  width: 100%;
  margin-top: 50px;
  display: flex;
}
html body .top .access .access-container article .access-img {
  width: 40vw;
  height: 40vw;
  border-radius: 15px;
  background-color: #D9D9D9;
  position: relative;
}
html body .top .access .access-container article .access-img .img-frame {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
html body .top .access .access-container article .access-img img {
  border-radius: 15px;
}
html body .top .access .access-container article .access-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
html body .top .access .access-container article .access-info div {
  height: 26px;
}
html body .top .access .access-container article .access-info button {
  margin-left: 5px;
}
html body .top .access .access-container article .access-info button a {
  display: flex;
  align-items: center;
}
html body .top .access .access-container article .access-info button a h3 {
  font-size: 17.5px;
  letter-spacing: 1.4px;
  line-height: 17.5px;
  font-weight: 500;
}
html body .top .access .access-container article .access-info button a span {
  display: block;
  width: 30.625px;
  height: 30.625px;
  border: solid 1px #555555;
  border-radius: 50%;
  margin-left: 2.5px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
}
html body .top .access .access-container article .access-info p {
  width: fit-content;
  height: 26px;
  border: solid 1px #F39800;
  border-radius: 15px;
  background-color: #F9F8F4;
  padding: 0 5px;
  margin: 5px 0 0 5px;
}
html body .top .access .access-container article .access-info p a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: 500;
  color: #F39800;
  line-height: 13px;
}
html body .top .access .access-container article:nth-of-type(2) .access-info div:nth-of-type(2), html body .top .access .access-container article:nth-of-type(3) .access-info div:nth-of-type(2), html body .top .access .access-container article:nth-of-type(4) .access-info div:nth-of-type(2) {
  display: none;
}
html body .top .access .access-container article:nth-of-type(2) .access-info p:nth-of-type(2), html body .top .access .access-container article:nth-of-type(3) .access-info p:nth-of-type(2), html body .top .access .access-container article:nth-of-type(4) .access-info p:nth-of-type(2) {
  display: none !important;
}