/*! 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 .about .fv h1, html body .service .fv h1, html body .access .fv h1, html body .contact .fv h1, html body .request .fv h1, html body .policy .fv h1 {
    font-size: 28px;
    letter-spacing: 1.6px;
    line-height: 28px;
    color: #555555;
    line-height: 46.2px;
  }
  html body .about .fv h1 span span, html body .service .fv h1 span span, html body .access .fv h1 span span, html body .contact .fv h1 span span, html body .request .fv h1 span span, html body .policy .fv h1 span span {
    width: 8px;
    height: 8px;
    margin-right: 7px;
    transform: translateY(20%);
  }
  html body .about .fv {
    width: 75vw;
    height: 45vw;
    border-radius: 15px 15px 15px 15px;
    margin-top: 75px;
    margin-left: 2.5vw;
  }
  html body .about .fv .fv-bgImg {
    border-radius: 25px 25px 25px 25px;
  }
  html body .about .fv h1 {
    margin: 0 0 0 0;
    letter-spacing: 0;
    text-shadow: none;
    bottom: 0;
    left: initial;
    right: -20px;
    transform: translateX(100%);
  }
  html body .about .fv h1 span {
    text-shadow: none;
  }
  html body .about .strong h2, html body .about .purpose h2, html body .about .vision h2, html body .about .company h2 {
    font-size: 32px;
    letter-spacing: 1.6px;
    line-height: 32px;
    line-height: 52.8px;
  }
  html body .about .strong h2 span span, html body .about .purpose h2 span span, html body .about .vision h2 span span, html body .about .company h2 span span {
    width: 32px;
    margin-left: 8px;
  }
  html body .about .strong h2 .h2-span, html body .about .purpose h2 .h2-span, html body .about .vision h2 .h2-span, html body .about .company h2 .h2-span {
    display: inline-block;
    font-size: 32px;
    letter-spacing: 1.6px;
    line-height: 32px;
    font-weight: 400;
    color: #DD6B74;
    line-height: 52.8px;
  }
  html body .about .strong {
    width: 80vw;
    margin: 150px auto 0 auto;
    position: relative;
    z-index: 1;
  }
  html body .about .strong .strong-flex {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  html body .about .strong .strong-flex p {
    width: 60%;
    margin-top: 31.4px;
  }
  html body .about .strong .strong-flex p span {
    display: block;
  }
  html body .about .strong .strong-flex p span:nth-of-type(1) {
    width: 100%;
  }
  html body .about .strong .strong-flex p span:nth-of-type(2) {
    width: 60%;
    margin-top: 25px;
    float: right;
  }
  html body .about .strong .strong-img {
    width: 100%;
    height: calc(79vw + 25px);
    margin-top: 100px;
    position: relative;
  }
  html body .about .strong .strong-img img {
    border-radius: 25px;
  }
  html body .about .strong .strong-img .strong-img1, html body .about .strong .strong-img .strong-img4 {
    width: calc(48vw - 50px);
    height: 29vw;
    float: initial;
    position: absolute;
  }
  html body .about .strong .strong-img .strong-img2, html body .about .strong .strong-img .strong-img3 {
    width: calc(32vw - 50px);
    height: 40vw;
    float: initial;
    position: absolute;
  }
  html body .about .strong .strong-img .strong-img1 {
    position: absolute;
    top: 0;
    left: 0;
  }
  html body .about .strong .strong-img .strong-img2 {
    margin-top: 0;
    top: 10vw;
    right: 75px;
  }
  html body .about .strong .strong-img .strong-img3 {
    bottom: 10vw;
    left: 75px;
  }
  html body .about .strong .strong-img .strong-img4 {
    bottom: 0;
    right: 0;
  }
  html body .about .purpose {
    padding: 150px 0 200px 0;
    margin: 0 auto 0 auto;
    position: relative;
    z-index: 0;
  }
  html body .about .purpose::before {
    content: "";
    width: 100%;
    height: 200px;
    background-color: #FFFFFF;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-100%);
  }
  html body .about .purpose h2 {
    padding-left: 20vw;
  }
  html body .about .purpose h2 .span {
    font-size: 32px;
    letter-spacing: 1.6px;
    line-height: 32px;
    line-height: 52.8px;
    left: -18px;
  }
  html body .about .purpose h2 .span span span {
    width: 32px;
    margin-left: 8px;
  }
  html body .about .purpose p {
    width: 36vw;
    margin: 25px 0 0 20vw;
  }
  html body .about .purpose .purpose-epilogue2 {
    transform: translateX(75%);
  }
  html body .about .purpose .purpose-flex {
    width: 60vw;
    margin: 35px auto 0 auto;
    display: flex;
  }
  html body .about .purpose .purpose-flex div {
    width: calc(100% - 36vw - 25px);
  }
  html body .about .purpose .purpose-flex p.pc {
    width: calc(36vw + 25px);
    margin: 0 0 0 0;
  }
  html body .about .purpose h3 {
    margin-top: 200px;
    font-size: 32px;
    letter-spacing: 1.6px;
    line-height: 32px;
  }
  html body .about .purpose ul {
    margin: 75px auto 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  html body .about .purpose ul li {
    width: calc(33.3% - 16.5px);
    margin-top: 75px;
    margin-left: 25px;
  }
  html body .about .purpose ul li article {
    height: 400px;
    padding: 35px 35px 40px 35px;
  }
  html body .about .purpose ul li article .purpose-p {
    width: fit-content;
    font-size: 14px;
    letter-spacing: 1.4px;
    line-height: 14px;
  }
  html body .about .purpose ul li article h4 {
    padding-bottom: 0;
    margin-top: 25px;
    font-size: 28px;
    letter-spacing: 1.6px;
    line-height: 28px;
  }
  html body .about .purpose ul li article h4 span:nth-of-type(1) span {
    font-size: 28px;
    letter-spacing: 1.6px;
    line-height: 28px;
  }
  html body .about .purpose ul li article h4 .purpose-button {
    opacity: 0;
  }
  html body .about .purpose ul li article .purpose-p2 {
    width: 101%;
    margin-top: 17.5px;
  }
  html body .about .purpose ul li article p.pc {
    display: block;
    width: fit-content;
    margin: 15px 0 0 0;
    line-height: 26.4px;
  }
  html body .about .purpose ul li:nth-of-type(1), html body .about .purpose ul li:nth-of-type(2), html body .about .purpose ul li:nth-of-type(3) {
    margin-top: 0;
  }
  html body .about .purpose ul li:nth-of-type(1), html body .about .purpose ul li:nth-of-type(4), html body .about .purpose ul li:nth-of-type(7) {
    margin-left: 0;
  }
  html body .about .vision {
    width: 80vw;
    margin: 200px auto 0 auto;
  }
  html body .about .vision .vision-flex {
    display: flex;
    justify-content: space-between;
  }
  html body .about .vision .vision-flex .vision-text h2 {
    font-size: 32px;
    letter-spacing: 1.6px;
    line-height: 32px;
    line-height: 52.8px;
  }
  html body .about .vision .vision-flex .vision-text h2 span span {
    width: 32px;
    margin-left: 8px;
  }
  html body .about .vision .vision-flex .vision-text h2 .vision-h2-span1, html body .about .vision .vision-flex .vision-text h2 .vision-h2-span2 {
    font-size: 32px;
    letter-spacing: 1.6px;
    line-height: 32px;
    line-height: 52.8px;
  }
  html body .about .vision .vision-flex .vision-text h2 .vision-h2-span1 {
    transform: translateX(-16px);
  }
  html body .about .vision .vision-flex .vision-text h2 .vision-h2-span2 {
    transform: translateX(16px);
  }
  html body .about .vision .vision-flex .vision-text p {
    width: fit-content;
    padding-left: 0;
    margin: 25px 0 0 0;
    font-size: 20px;
    letter-spacing: 1.6px;
    line-height: 20px;
    line-height: 35px;
  }
  html body .about .vision .vision-flex .vision-img {
    width: 40vw;
    height: 24vw;
    margin: 0 0 0 0;
  }
  html body .about .vision .vision-flex .vision-img img {
    border-radius: 25px;
  }
  html body .about .vision button {
    margin: 75px auto 0 auto;
    transition-duration: 0.25s;
  }
  html body .about .vision button:hover {
    transform: scale(1.05);
  }
  html body .about .vision button:hover a {
    opacity: 1;
  }
  html body .about .vision button a {
    font-size: 28px;
    letter-spacing: 1.6px;
    line-height: 28px;
  }
  html body .about .vision 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 .about .company {
    margin: 100px auto 0 auto;
  }
  html body .about .company ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  html body .about .company ul li {
    width: calc(50% - 25px);
  }
  html body .about .company ul li table tr th, html body .about .company ul li table tr td {
    font-size: 20px;
    letter-spacing: 1.6px;
    line-height: 20px;
    line-height: 33px;
  }
  html body .about .company ul li:nth-of-type(4) table tr td {
    font-size: 20px;
    letter-spacing: 1.6px;
    line-height: 20px;
    line-height: 33px;
  }
  html body .about .company ul li:nth-last-of-type(2) {
    border-bottom: solid 1px rgba(85, 85, 85, 0.5);
  }
  html body .service, html body .access, html body .contact, html body .request {
    margin-top: 225px;
  }
  html body .service .fv p, html body .access .fv p, html body .contact .fv p, html body .request .fv p {
    margin-top: 12.5px;
  }
  html body .service .fv .side-nav {
    margin-top: 75px;
  }
  html body .service .fv .side-nav ul {
    display: flex;
    justify-content: space-between;
  }
  html body .service .fv .side-nav ul li {
    width: calc((100% - 25px) / 3);
    height: 48px;
    padding: 0 18px;
    margin-top: 0;
    transition-duration: 0.25s;
    cursor: pointer;
  }
  html body .service .fv .side-nav ul li:hover {
    transform: scale(1.025);
  }
  html body .service .fv .side-nav ul li:hover button {
    background-color: rgba(84, 137, 102, 0.1);
  }
  html body .service .fv .side-nav ul li:hover button a {
    opacity: 1;
  }
  html body .service .container {
    margin-top: 100px;
  }
  html body .service .container article {
    margin-top: 100px;
  }
  html body .service .container article h2 {
    margin-left: 20vw;
    font-size: 20px;
    letter-spacing: 1.6px;
    line-height: 20px;
  }
  html body .service .container article h2 span {
    width: 10px;
    height: 10px;
  }
  html body .service .container article .service-img-container {
    height: 36vw;
    margin-top: 50px;
  }
  html body .service .container article .service-img-container .service-img-arrow {
    bottom: 50px;
    right: 5vw;
  }
  html body .service .container article .service-img-container .service-img-arrow .service-img-prev, html body .service .container article .service-img-container .service-img-arrow .service-img-next {
    width: 60px;
    height: 60px;
    transition-duration: 0.25s;
  }
  html body .service .container article .service-img-container .service-img-arrow .service-img-prev:hover, html body .service .container article .service-img-container .service-img-arrow .service-img-next:hover {
    opacity: 0.75;
  }
  html body .service .container article .service-img-container .service-img-arrow .service-img-prev span, html body .service .container article .service-img-container .service-img-arrow .service-img-next span {
    font-size: 24px;
    letter-spacing: 1.6px;
    line-height: 24px;
  }
  html body .service .container article .service-img-container .service-img-arrow .service-img-next {
    margin-left: 12.5px;
  }
  html body .service .container article .service-img-container .service-img-con {
    width: 60vw;
  }
  html body .service .container article .service-img-container .service-img-con img {
    border-radius: 25px;
  }
  html body .service .container article .service-img-container .service-img-con:nth-of-type(2) {
    transform: translate(calc(-150% - 12.5px), -50%);
  }
  html body .service .container article .service-img-container .service-img-con:nth-of-type(4) {
    transform: translateX(calc(50% + 12.5px));
  }
  html body .service .container article .service-text-container {
    width: 90%;
    border-radius: 15px;
    padding-bottom: 50px;
    transform: translateY(-12.5px);
  }
  html body .service .container article .service-text-container .service-icon {
    width: 100px;
    height: 100px;
    transform: translateY(-60px);
  }
  html body .service .container article .service-text-container .service-icon div {
    width: calc(100% - 25px);
    height: calc(100% - 25px);
  }
  html body .service .container article .service-text-container p {
    text-align: center;
    transform: translateY(-60px);
  }
  html body .service .container article .service-text-container .service-motto {
    margin-top: 25px;
    font-size: 28px;
    letter-spacing: 1.6px;
    line-height: 28px;
    line-height: 46.2px;
  }
  html body .service .container article .service-text-container p:nth-of-type(2) {
    width: 54vw;
  }
  html body .service .container article .service-text-container p:nth-of-type(3) {
    width: 54vw;
    margin: 25px auto 0 auto;
  }
  html body .service .container article .service-text-container button {
    margin: 12.5px auto 0 auto;
    transition-duration: 0.25s;
  }
  html body .service .container article .service-text-container button:hover {
    transform: scale(1.05);
  }
  html body .service .container article .service-text-container button:hover a {
    opacity: 1;
  }
  html body .service .container article .service-text-container button a {
    font-size: 24px;
    letter-spacing: 1.6px;
    line-height: 24px;
  }
  html body .service .container article .service-text-container button a span {
    width: 48px;
    height: 48px;
    margin-left: 7.5px;
    font-size: 24px;
    letter-spacing: 1.6px;
    line-height: 24px;
    position: relative;
    transition-duration: 0.15s;
  }
  html body .access .container {
    width: 90%;
    margin-top: 100px;
    margin: 100px auto 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  html body .access .container article {
    width: calc(50% - 2.5vw);
    margin: 100px 0 0 5vw;
    position: relative;
  }
  html body .access .container article .status {
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 27vw;
    right: 0;
    transform: translateY(17.5px);
  }
  html body .access .container article .status p.update {
    font-size: 14px;
  }
  html body .access .container article .access-con {
    flex-direction: column;
    justify-content: initial;
  }
  html body .access .container article .access-con .access-img {
    width: 100%;
    height: 27vw;
    border-radius: 25px;
    transition-duration: 0.25s;
  }
  html body .access .container article .access-con .access-img:hover {
    transform: scale(1.025);
  }
  html body .access .container article .access-con .access-img:hover a {
    opacity: 1;
  }
  html body .access .container article .access-con .access-img img {
    border-radius: 25px;
  }
  html body .access .container article .access-con .access-text {
    width: auto;
    display: block;
  }
  html body .access .container article .access-con .access-text .access-text-space1 {
    display: none;
  }
  html body .access .container article .access-con .access-text .access-text-button {
    margin-top: 12.5px;
    transition-duration: 0.25s;
  }
  html body .access .container article .access-con .access-text .access-text-button:hover {
    transform: scale(1.025);
  }
  html body .access .container article .access-con .access-text .access-text-button:hover a {
    opacity: 1;
  }
  html body .access .container article .access-con .access-text .access-text-button a h3 {
    font-size: 24px;
    letter-spacing: 1.6px;
    line-height: 24px;
  }
  html body .access .container article .access-con .access-text .access-text-button a span {
    width: 48px;
    height: 48px;
    margin-left: 7.5px;
    font-size: 24px;
    letter-spacing: 1.6px;
    line-height: 24px;
  }
  html body .access .container article .access-con .access-text p {
    border-radius: 25px;
    transition-duration: 0.25s;
  }
  html body .access .container article .access-con .access-text p:hover {
    transform: scale(1.05);
  }
  html body .access .container article .access-con .access-text p:hover a {
    opacity: 1;
  }
  html body .access .container article .access-con .access-text p a {
    padding: 5px 10px;
    font-size: 16px;
    letter-spacing: 1.6px;
    line-height: 16px;
  }
  html body .access .container article table {
    margin-top: 17.5px;
  }
  html body .access .container article table tr th, html body .access .container article table tr td {
    font-size: 18px;
    line-height: 165%;
  }
  html body .access .container article table tr:nth-of-type(2) th, html body .access .container article table tr:nth-of-type(2) td {
    padding-top: 7.5px;
  }
  html body .access .container article .access-button {
    border-bottom: solid 1px transparent;
    transform: translateX(0);
    transition-duration: 0.25s;
  }
  html body .access .container article .access-button:hover {
    transform: scale(1.05);
  }
  html body .access .container article .access-button:hover a {
    opacity: 1;
  }
  html body .access .container article .access-button::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #555555;
    position: absolute;
    bottom: 0;
    left: 0;
    transition-duration: 0.25s;
  }
  html body .access .container article .access-button a .map_icon {
    height: 20px;
    transform: translateY(-15px);
  }
  html body .access .container article:nth-of-type(1) {
    margin: 0 0 0 0;
  }
  html body .access .container article:nth-of-type(1) .access-con .access-text .access-text-space2 {
    display: none;
  }
  html body .access .container article:nth-of-type(2) {
    margin: 0 0 0 5vw;
  }
  html body .access .container article:nth-of-type(2) .access-button {
    transform: translateY(31px);
  }
  html body .access .container article:nth-of-type(2) .access-button:hover {
    transform: translateY(31px) scale(1.05);
  }
  html body .access .container article:nth-of-type(3) {
    margin: 100px 0 0 0;
  }
  html body .access .container article:nth-of-type(4) .access-con .access-text .access-text-button a h3 {
    line-height: initial;
  }
  html body .contact .fv h1, html body .request .fv h1 {
    text-align: center;
  }
  html body .contact .fv h1 span, html body .request .fv h1 span {
    justify-content: center;
    transform: translateX(-4px);
  }
  html body .contact .flex, html body .request .flex {
    width: 90%;
    margin: 100px auto 0 auto;
    display: flex;
    justify-content: space-between;
  }
  html body .contact .flex .container, html body .request .flex .container {
    width: calc(50% - 50px);
    margin-top: 0;
  }
  html body .contact .flex .container p span, html body .request .flex .container p span {
    font-weight: 500;
    color: #DD6B74;
  }
  html body .contact .flex .container .contact-img, html body .contact .flex .container .request-img, html body .request .flex .container .contact-img, html body .request .flex .container .request-img {
    width: 100%;
    height: calc((45vw - 50px) * 0.6);
    margin-top: 12.5px;
  }
  html body .contact .flex .container .contact-img img, html body .contact .flex .container .request-img img, html body .request .flex .container .contact-img img, html body .request .flex .container .request-img img {
    border-radius: 25px;
  }
  html body .contact .flex .container form label, html body .request .flex .container form label {
    margin-top: 40px;
    font-size: 20px;
    letter-spacing: 1.6px;
    line-height: 20px;
  }
  html body .contact .flex .container form label .any, html body .request .flex .container form label .any {
    position: initial;
    transform: translate(-12.5%, 0);
  }
  html body .contact .flex .container form label:nth-of-type(1), html body .request .flex .container form label:nth-of-type(1) {
    margin-top: 0;
  }
  html body .contact .flex .container form .errormes, html body .request .flex .container form .errormes {
    font-size: 14px;
    letter-spacing: 1.4px;
    line-height: 14px;
  }
  html body .contact .flex .container form input, html body .contact .flex .container form textarea, html body .request .flex .container form input, html body .request .flex .container form textarea {
    font-size: 20px;
    letter-spacing: 1.6px;
    line-height: 20px;
  }
  html body .contact .flex .container form ul li, html body .request .flex .container form ul li {
    margin-top: 25px;
    font-size: 20px;
    letter-spacing: 1.6px;
    line-height: 20px;
    cursor: pointer;
  }
  html body .contact .flex .container form ul li input[type=radio], html body .request .flex .container form ul li input[type=radio] {
    margin-right: 10px;
    cursor: pointer;
  }
  html body .contact .flex .container form textarea, html body .request .flex .container form textarea {
    height: calc((45vw - 50px) * 0.6);
  }
  html body .contact .flex .container form .privacy-policy, html body .request .flex .container form .privacy-policy {
    margin-top: 40px;
    cursor: pointer;
  }
  html body .contact .flex .container form .privacy-policy input[type=checkbox], html body .request .flex .container form .privacy-policy input[type=checkbox] {
    cursor: pointer;
  }
  html body .contact .flex .container form .privacy-policy input[type=checkbox]:checked::before, html body .request .flex .container form .privacy-policy input[type=checkbox]:checked::before {
    font-size: 20px;
  }
  html body .contact .flex .container form .privacy-policy a, html body .request .flex .container form .privacy-policy a {
    font-size: 20px;
    letter-spacing: 1.6px;
    line-height: 20px;
  }
  html body .contact .flex .container form .privacy-policy .annotation, html body .request .flex .container form .privacy-policy .annotation {
    line-height: 16px;
    position: initial;
    transform: translate(-12.5%, 0);
  }
  html body .contact .flex .container form button, html body .request .flex .container form button {
    width: 60%;
  }
  html body .contact .flex .container form button:hover a, html body .request .flex .container form button:hover a {
    background-color: #FFFFFF;
    color: #DD6B74;
    opacity: 1;
  }
  html body .contact .flex .container form button a, html body .request .flex .container form button a {
    font-size: 20px;
    letter-spacing: 1.6px;
    line-height: 20px;
  }
  html body .policy {
    margin-top: 225px;
  }
  html body .policy section article {
    margin-top: 75px;
  }
  html body .policy section article h2 {
    font-size: 24px;
    letter-spacing: 1.6px;
    line-height: 24px;
    line-height: 34.5px;
  }
  html body .policy section article h2 span span {
    width: 36px;
  }
  html body .policy section article:nth-of-type(3) h2, html body .policy section article:nth-of-type(7) h2, html body .policy section article:nth-of-type(9) h2 {
    font-size: 24px;
    letter-spacing: 1.6px;
    line-height: 24px;
    line-height: 34.5px;
  }
  html body .policy .contact-cta {
    width: 90%;
    margin: 125px auto 0 auto;
  }
  html body .thanks {
    margin-top: 225px;
  }
  html body .thanks .fv h1 {
    font-size: 28px;
    letter-spacing: 1.6px;
    line-height: 28px;
    color: #555555;
    line-height: 46.2px;
    color: #DD6B74;
    text-align: center;
  }
  html body .thanks .fv h1 span span {
    width: 8px;
    height: 8px;
    margin-right: 7px;
    transform: translateY(20%);
  }
  html body .thanks .fv p {
    margin: 25px auto 0 auto;
    text-align: center;
  }
}