@charset "UTF-8";
/*! 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 .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: 24px;
  letter-spacing: 1.4px;
  line-height: 24px;
  line-height: 39.6px;
}
html body .about .fv h1 span, html body .service .fv h1 span, html body .access .fv h1 span, html body .contact .fv h1 span, html body .request .fv h1 span, html body .policy .fv h1 span {
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  font-weight: 600;
  color: #DD6B74;
}
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: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #DD6B74;
  margin-bottom: 0;
  margin-right: 3.5px;
  transform: translateY(12.5%);
}
html body .about .contact-cta, html body .service .contact-cta, html body .access .contact-cta, html body .contact .contact-cta, html body .request .contact-cta, html body .policy .contact-cta {
  margin-top: 75px;
}
html body .about .fv {
  width: calc(100vw - 25px);
  height: 125vw;
  margin-top: 60px;
  position: relative;
}
html body .about .fv .fv-bgImg {
  width: 100%;
  height: 100%;
  border-radius: 0 15px 15px 0;
}
html body .about .fv h1 {
  margin: 0 0 50px 5vw;
  color: #FFFFFF;
  text-shadow: 0 2.5px 2.5px rgba(85, 85, 85, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
}
html body .about .fv h1 span {
  text-shadow: 0 1.125px 1.125px rgba(85, 85, 85, 0.5);
}
html body .about .strong h2, html body .about .purpose h2, html body .about .vision h2 {
  font-size: 24px;
  letter-spacing: 1.4px;
  line-height: 24px;
  line-height: 39.6px;
}
html body .about .strong h2 span, html body .about .purpose h2 span, html body .about .vision h2 span {
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  font-weight: 600;
  color: #DD6B74;
}
html body .about .strong h2 span span, html body .about .purpose h2 span span, html body .about .vision h2 span span {
  width: 28px;
  height: 1px;
  background-color: #DD6B74;
  margin-left: 7px;
  transform: translateY(3.5px);
}
html body .about .strong h2 .h2-span, html body .about .purpose h2 .h2-span, html body .about .vision h2 .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 .about .strong p, html body .about .purpose p, html body .about .vision p {
  width: 100%;
  margin-top: 7.5px;
}
html body .about .strong .strong-img, html body .about .purpose .strong-img, html body .about .vision .strong-img {
  height: calc(67.5vw + 25px);
  margin-top: 25px;
}
html body .about .strong .strong-img .strong-img1, html body .about .strong .strong-img .strong-img2, html body .about .purpose .strong-img .strong-img1, html body .about .purpose .strong-img .strong-img2, html body .about .vision .strong-img .strong-img1, html body .about .vision .strong-img .strong-img2 {
  border-radius: 15px;
  background-color: #D9D9D9;
}
html body .about .strong .strong-img .strong-img1 img, html body .about .strong .strong-img .strong-img2 img, html body .about .purpose .strong-img .strong-img1 img, html body .about .purpose .strong-img .strong-img2 img, html body .about .vision .strong-img .strong-img1 img, html body .about .vision .strong-img .strong-img2 img {
  border-radius: 15px;
}
html body .about .strong .strong-img .strong-img1, html body .about .purpose .strong-img .strong-img1, html body .about .vision .strong-img .strong-img1 {
  width: 75vw;
  height: 45vw;
}
html body .about .strong .strong-img .strong-img2, html body .about .purpose .strong-img .strong-img2, html body .about .vision .strong-img .strong-img2 {
  width: 60vw;
  height: 84vw;
  margin-top: 25px;
  float: right;
}
html body .about .strong {
  width: 91%;
  margin: 50px auto 0 auto;
}
html body .about .purpose {
  width: 100%;
  padding: calc(42vw + 75px) 0 100px 0;
  margin: 75px auto 0 auto;
  background-color: #FFFFFF;
}
html body .about .purpose h2 {
  padding-left: 5vw;
  font-size: 24px;
  letter-spacing: 1.4px;
  line-height: 24px;
  line-height: 39.6px;
}
html body .about .purpose h2 span {
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  font-weight: 600;
  color: #DD6B74;
}
html body .about .purpose h2 span span {
  width: 28px;
  height: 1px;
  background-color: #DD6B74;
  margin-left: 7px;
  transform: translateY(3.5px);
}
html body .about .purpose h2 .span {
  display: inline-block;
  margin-bottom: 0;
  font-size: 24px;
  letter-spacing: 1.4px;
  line-height: 24px;
  font-weight: 400;
  color: #555555;
  line-height: 39.6px;
  position: relative;
  left: -12px;
}
html body .about .purpose p {
  width: 91%;
  margin: 12.5px auto 0 auto;
}
html body .about .purpose h3 {
  margin-top: 75px;
  font-size: 24px;
  letter-spacing: 1.4px;
  line-height: 24px;
  font-weight: 500;
  color: #DD6B74;
  text-align: center;
}
html body .about .purpose ul {
  width: 90%;
  margin: 25px auto 0 auto;
}
html body .about .purpose ul li {
  width: 100%;
  margin-top: 35px;
}
html body .about .purpose ul li article {
  width: 100%;
  border-radius: 15px;
  background-color: #F9F8F4;
  padding: 25px;
  position: relative;
}
html body .about .purpose ul li article .purpose-border {
  content: "";
  width: calc(100% - 12.5px);
  height: calc(100% - 12.5px);
  border: solid 1px #DD6B74;
  border-radius: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
html body .about .purpose ul li article .purpose-border .purpose-border1, html body .about .purpose ul li article .purpose-border .purpose-border2 {
  width: 17.5px;
  height: 17.5px;
  border-radius: 15px;
  background-color: #F9F8F4;
  z-index: 1;
}
html body .about .purpose ul li article .purpose-border .purpose-border1::after, html body .about .purpose ul li article .purpose-border .purpose-border2::after {
  content: "";
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background-color: #DD6B74;
  position: absolute;
}
html body .about .purpose ul li article .purpose-border .purpose-border1 {
  position: absolute;
  top: 0;
  left: 0;
}
html body .about .purpose ul li article .purpose-border .purpose-border1::after {
  top: 2.5px;
  left: 2.5px;
}
html body .about .purpose ul li article .purpose-border .purpose-border2 {
  position: absolute;
  bottom: 0;
  right: 0;
}
html body .about .purpose ul li article .purpose-border .purpose-border2::after {
  bottom: 2.5px;
  right: 2.5px;
}
html body .about .purpose ul li article .purpose-p {
  margin: 0 0 0 0;
  font-size: 12px;
  letter-spacing: 1.2px;
  line-height: 12px;
  color: #DD6B74;
  position: relative;
  opacity: 0.5;
  z-index: 1;
}
html body .about .purpose ul li article h4 {
  padding-bottom: 15px;
  margin-top: 12.5px;
  display: flex;
  justify-content: space-between;
  font-size: 24px;
  letter-spacing: 1.4px;
  line-height: 24px;
  font-weight: 500;
  position: relative;
  z-index: 1;
}
html body .about .purpose ul li article h4 span:nth-of-type(1) {
  margin-right: 14px;
}
html body .about .purpose ul li article h4 span:nth-of-type(1) span {
  margin-right: 0;
  font-size: 24px;
  letter-spacing: 1.4px;
  line-height: 24px;
  font-weight: 500;
}
html body .about .purpose ul li article h4 .purpose-button {
  margin-left: 14px;
  font-size: 24px;
  letter-spacing: 1.4px;
  line-height: 24px;
  font-weight: bold;
}
html body .about .purpose ul li article .purpose-p2 {
  height: 0;
  margin: 0 auto;
  overflow: hidden;
  transition: height 0.75s 0.25s;
}
html body .about .vision {
  width: 90%;
  margin: 100px auto 0 auto;
}
html body .about .vision h2 .vision-h2-span1, html body .about .vision h2 .vision-h2-span2 {
  margin-bottom: 0;
  font-size: 24px;
  letter-spacing: 1.4px;
  line-height: 24px;
  font-weight: 400;
  color: #555555;
  line-height: 39.6px;
}
html body .about .vision h2 .vision-h2-span1 {
  transform: translateX(-10.5px);
}
html body .about .vision h2 .vision-h2-span2 {
  transform: translateX(10.5px);
}
html body .about .vision .vision-img {
  width: 75vw;
  height: 75vw;
  margin: 25px auto 0 auto;
}
html body .about .vision .vision-img img {
  border-radius: 15px;
}
html body .about .vision p {
  width: 75vw;
  padding-left: 5px;
  margin: 25px auto 0 auto;
  font-size: 17.5px;
  letter-spacing: 1.4px;
  line-height: 17.5px;
  font-weight: 500;
  line-height: 28.875px;
}
html body .about .vision button {
  margin: 25px auto 0 auto;
  width: fit-content;
}
html body .about .vision 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 .about .vision 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 .about .company {
  width: 90%;
  margin: 75px auto 0 auto;
}
html body .about .company h2 {
  font-size: 24px;
  letter-spacing: 1.4px;
  line-height: 24px;
  line-height: 39.6px;
}
html body .about .company h2 span {
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  font-weight: 600;
  color: #DD6B74;
}
html body .about .company h2 span span {
  width: 28px;
  height: 1px;
  background-color: #DD6B74;
  margin-left: 7px;
  transform: translateY(3.5px);
}
html body .about .company ul {
  width: 100%;
  margin-top: 50px;
}
html body .about .company ul li {
  border-top: solid 1px rgba(85, 85, 85, 0.5);
  padding: 25px 0;
}
html body .about .company ul li table tr th, html body .about .company ul li table tr td {
  padding-left: 5px;
  line-height: 23.1px;
}
html body .about .company ul li table tr th {
  font-weight: 500;
  color: #DD6B74;
}
html body .about .company ul li:nth-of-type(4) table tr td {
  font-size: 15px;
}
html body .about .company ul li:nth-last-of-type(1) {
  border-bottom: solid 1px rgba(85, 85, 85, 0.5);
}
html body .service, html body .access, html body .contact, html body .request {
  margin-top: 150px;
}
html body .service .fv, html body .access .fv, html body .contact .fv, html body .request .fv {
  width: 90%;
  margin: 0 auto;
}
html body .service .fv p, html body .access .fv p, html body .contact .fv p, html body .request .fv p {
  margin-top: 7.5px;
}
html body .service .fv p span, html body .access .fv p span, html body .contact .fv p span, html body .request .fv p span {
  font-weight: 500;
  color: #DD6B74;
}
html body .service .transparent {
  opacity: 0 !important;
}
html body .service .fv p {
  margin-top: 7.5px;
}
html body .service .fv .side-nav {
  margin-top: 25px;
}
html body .service .fv .side-nav ul li {
  height: 48px;
  border: solid 1px #F39800;
  border-radius: 5px;
  background-color: #FFFFFF;
  padding: 0 16px;
  margin-top: 12.5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  color: #F39800;
}
html body .service .fv .side-nav ul li span {
  font-weight: 600;
  color: #F39800;
}
html body .service .fv .side-nav ul li:nth-of-type(1) {
  margin-top: 0;
}
html body .service .container {
  width: 100%;
  margin-top: 50px;
}
html body .service .container article {
  margin-top: 70px;
}
html body .service .container article h2 {
  width: fit-content;
  margin-left: 5vw;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 17.5px;
  letter-spacing: 1.4px;
  line-height: 17.5px;
  font-weight: 500;
}
html body .service .container article h2 span {
  display: block;
  width: 13.125px;
  height: 13.125px;
  border-radius: 50%;
  background-color: #F39800;
  margin-right: 5px;
  transform: translateY(1.5px);
}
html body .service .container article .service-img-container {
  width: 100%;
  height: 54vw;
  margin-top: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow-x: hidden;
}
html body .service .container article .service-img-container .service-img-arrow {
  display: flex;
  position: absolute;
  bottom: calc(5px + 2.5vw);
  right: 7.5vw;
  z-index: 2;
}
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: 12.5vw;
  height: 12.5vw;
  border-radius: 5px;
  background-color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
}
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.4px;
  line-height: 24px;
  font-weight: bold;
  color: #F39800;
}
html body .service .container article .service-img-container .service-img-arrow .service-img-prev span {
  transform: translateY(3px) rotate(180deg);
}
html body .service .container article .service-img-container .service-img-arrow .service-img-next {
  margin-left: 2.5vw;
}
html body .service .container article .service-img-container .service-img-con {
  width: 90%;
  border-radius: 15px;
  background-color: #D9D9D9;
  position: absolute;
  left: 50%;
}
html body .service .container article .service-img-container .service-img-con img {
  border-radius: 15px;
}
html body .service .container article .service-img-container .service-img-con:nth-of-type(2) {
  height: 90%;
  top: 50%;
  transform: translate(calc(-150% - 5px), -50%);
  opacity: 0.25;
}
html body .service .container article .service-img-container .service-img-con:nth-of-type(3) {
  height: 100%;
  top: 0;
  transform: translateX(-50%);
}
html body .service .container article .service-img-container .service-img-con:nth-of-type(4) {
  height: 100%;
  top: 0;
  transform: translateX(calc(50% + 5px));
}
html body .service .container article .service-text-container {
  width: 100%;
  background-color: #FFFFFF;
  padding-bottom: 30px;
  margin: 0 auto;
  transform: translateY(-5px);
}
html body .service .container article .service-text-container .service-icon {
  width: 20vw;
  height: 20vw;
  border-radius: 50%;
  background-color: #FFFFFF;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(-20px);
}
html body .service .container article .service-text-container .service-icon div {
  width: calc(100% - 15px);
  height: calc(100% - 15px);
  border-radius: 50%;
  background-color: #F39800;
  display: flex;
  justify-content: center;
  align-items: center;
}
html body .service .container article .service-text-container .service-icon div img {
  width: fit-content;
  height: 75%;
}
html body .service .container article .service-text-container p {
  transform: translateY(-20px);
}
html body .service .container article .service-text-container .service-motto {
  margin-top: 12.5px;
  font-size: 17.5px;
  letter-spacing: 1.4px;
  line-height: 17.5px;
  font-weight: 500;
  line-height: 28.875px;
  text-align: center;
}
html body .service .container article .service-text-container p:nth-of-type(2) {
  width: 91%;
  margin: 12.5px auto 0 auto;
}
html body .service .container article .service-text-container button {
  width: fit-content;
  margin: 35px auto 0 auto;
}
html body .service .container article .service-text-container button a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 17.5px;
  letter-spacing: 1.4px;
  line-height: 17.5px;
  font-weight: 500;
  color: #F39800;
  transform: translateY(-20px);
}
html body .service .container article .service-text-container button a span {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #F39800;
  margin-left: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 17.5px;
  letter-spacing: 1.4px;
  line-height: 17.5px;
  font-weight: 500;
  color: #FFFFFF;
}
html body .service .container article:nth-of-type(1) {
  margin-top: 0;
}
html body .service .container article:nth-of-type(1) button a {
  font-size: 16.5px;
  letter-spacing: 0;
  line-height: 16.5px;
}
html body .service .container article:nth-of-type(1) button a span {
  width: 33px;
  height: 33px;
  margin-left: 2.5px;
  font-size: 16.5px;
  letter-spacing: 0;
  line-height: 16.5px;
}
html body .service .container article:nth-of-type(2) .service-text-container .service-icon div img {
  width: 75%;
  height: fit-content;
}
html body .service .container article:nth-of-type(3) .service-text-container .service-icon div img {
  width: fit-content;
  height: 67.5%;
}
html body .access .container {
  width: 100%;
  margin-top: 50px;
}
html body .access .container article {
  width: 95%;
  margin: 65px 0 0 5vw;
}
html body .access .container article .status {
  display: flex;
  align-items: end;
}
html body .access .container article .status .flex {
  display: flex;
}
html body .access .container article .status p {
  border-radius: 5px;
  background-color: #FFFFFF;
  padding: 6.125px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 100%;
  text-align: center;
}
html body .access .container article .status p span {
  display: block;
  font-weight: 700;
  line-height: 100%;
}
html body .access .container article .status p span.lv1 {
  color: #DD6B74;
}
html body .access .container article .status p span.lv2 {
  color: #F39800;
}
html body .access .container article .status p span.lv3 {
  color: #548966;
}
html body .access .container article .status p span.lv4 {
  color: #692A6A;
}
html body .access .container article .status p.vacancy {
  border: solid 1px #F39800;
  color: #F39800;
}
html body .access .container article .status p.trial {
  border: solid 1px #548966;
  margin-left: 6.125px;
  color: #548966;
}
html body .access .container article .status p.update {
  background-color: transparent;
  padding: 0;
  margin-left: 6.125px;
  font-weight: 400;
  line-height: 165%;
}
html body .access .container article .access-con {
  width: 100%;
  margin-top: 6.125px;
  display: flex;
  justify-content: space-between;
}
html body .access .container article .access-con .access-img {
  width: 40vw;
  height: 40vw;
  border-radius: 15px;
  background-color: #D9D9D9;
}
html body .access .container article .access-con .access-img img {
  border-radius: 15px;
}
html body .access .container article .access-con .access-text {
  width: calc(100% - 41vw);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
html body .access .container article .access-con .access-text .access-text-space1, html body .access .container article .access-con .access-text .access-text-space2 {
  height: 26.5px;
}
html body .access .container article .access-con .access-text .access-text-space2 {
  display: none;
}
html body .access .container article .access-con .access-text .access-text-button a {
  display: flex;
  align-items: center;
}
html body .access .container article .access-con .access-text .access-text-button a h3 {
  font-size: 17.5px;
  letter-spacing: 1.4px;
  line-height: 17.5px;
  font-weight: 500;
  letter-spacing: 0;
}
html body .access .container article .access-con .access-text .access-text-button a span {
  display: block;
  width: 35px;
  height: 35px;
  border: solid 1px #555555;
  border-radius: 50%;
  margin-left: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 17.5px;
  letter-spacing: 1.4px;
  line-height: 17.5px;
  font-weight: 500;
  letter-spacing: 0;
}
html body .access .container article .access-con .access-text p {
  width: fit-content;
  height: 26px;
  border: solid 1px #F39800;
  border-radius: 15px;
  background-color: #FFFFFF;
  padding: 0 5px;
  margin-top: 5px;
}
html body .access .container article .access-con .access-text p a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  font-weight: 500;
  color: #F39800;
  line-height: 13px;
}
html body .access .container article .access-con .access-text p:nth-of-type(2) {
  display: none;
}
html body .access .container article table {
  margin-top: 25px;
}
html body .access .container article table tr th, html body .access .container article table tr td {
  font-size: 17.5px;
  letter-spacing: 1.4px;
  line-height: 17.5px;
  line-height: 28.875px;
}
html body .access .container article table tr th {
  font-weight: 500;
}
html body .access .container article table tr td {
  padding-left: 12.5px;
}
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: 12.5px;
}
html body .access .container article .access-button {
  width: fit-content;
  border-bottom: solid 1px #555555;
  padding-bottom: 5px;
  margin: 25px auto 0 auto;
  transform: translateX(-5vw);
}
html body .access .container article .access-button a {
  padding-bottom: 3.5px;
  font-size: 17.5px;
  letter-spacing: 1.4px;
  line-height: 17.5px;
  display: flex;
  font-weight: 500;
}
html body .access .container article .access-button a .map_icon {
  display: block;
  height: 17.5px;
  margin-right: 5px;
  transform: translateY(-10px);
}
html body .access .container article .access-button a .map_icon img {
  width: fit-content;
}
html body .access .container article:nth-of-type(1) {
  margin: 0 0 0 5vw;
}
html body .access .container article:nth-of-type(1) .access-con .access-text .access-text-space2 {
  display: block;
}
html body .access .container article:nth-of-type(1) .access-con .access-text p:nth-of-type(2) {
  display: flex;
}
html body .access .container article:nth-of-type(4) .access-con .access-text .access-text-button a h3 {
  line-height: 17.5px;
}
html body .contact .container, html body .request .container {
  width: 90%;
  margin: 50px auto 0 auto;
}
html body .contact .container form label, html body .request .container form label {
  width: 100%;
  margin-top: 30px;
  display: flex;
  align-items: center;
  font-size: 17.5px;
  letter-spacing: 1.4px;
  line-height: 17.5px;
  font-weight: 500;
  position: relative;
}
html body .contact .container form label span, html body .request .container form label span {
  margin-left: 2.5px;
  font-weight: 500;
  color: #DD6B74;
  line-height: 14px;
}
html body .contact .container form label .any, html body .request .container form label .any {
  color: rgba(85, 85, 85, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(-7.5%, -100%);
}
html body .contact .container form label:nth-of-type(1), html body .request .container form label:nth-of-type(1) {
  margin-top: 0;
}
html body .contact .container form .errormes, html body .request .container form .errormes {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 12px;
  letter-spacing: 1.2px;
  line-height: 12px;
  transform: translateY(225%);
  opacity: 0;
}
html body .contact .container form .errormes-on, html body .request .container form .errormes-on {
  opacity: 1;
}
html body .contact .container form input, html body .contact .container form textarea, html body .request .container form input, html body .request .container form textarea {
  width: 100%;
  border: solid 1px rgba(85, 85, 85, 0.1);
  border-radius: 5px;
  background-color: #FFFFFF;
  padding-left: 10px;
  margin-top: 15px;
  font-size: 17.5px;
  letter-spacing: 1.4px;
  line-height: 17.5px;
}
html body .contact .container form input, html body .request .container form input {
  height: 48px;
  display: flex;
  align-items: center;
}
html body .contact .container form input::placeholder, html body .contact .container form textarea::placeholder, html body .request .container form input::placeholder, html body .request .container form textarea::placeholder {
  opacity: 0.5;
}
html body .contact .container form ul li, html body .request .container form ul li {
  appearance: none;
  margin-top: 15px;
  display: flex;
  align-items: center;
  font-size: 17.5px;
  letter-spacing: 1.4px;
  line-height: 17.5px;
  position: relative;
}
html body .contact .container form ul li input[type=radio], html body .request .container form ul li input[type=radio] {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  margin-top: 0;
  margin-right: 5px;
}
html body .contact .container form input[type=radio]:checked::before, html body .request .container form input[type=radio]:checked::before {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #DD6B74;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(5px, -50%);
}
html body .contact .container form textarea, html body .request .container form textarea {
  height: 36vw;
  padding-top: 10px;
  resize: none;
}
html body .contact .container form .privacy-policy, html body .request .container form .privacy-policy {
  width: fit-content;
  margin-top: 35px;
  position: relative;
}
html body .contact .container form .privacy-policy input[type=checkbox], html body .request .container form .privacy-policy input[type=checkbox] {
  appearance: none;
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 5px;
  padding-left: 0;
  margin-top: 0;
  position: relative;
  transform: translateY(1.5px);
}
html body .contact .container form .privacy-policy input[type=checkbox]:checked::before, html body .request .container form .privacy-policy input[type=checkbox]:checked::before {
  content: "✔";
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background-color: #DD6B74;
  font-size: 17.5px;
  color: white;
  text-align: center;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
html body .contact .container form .privacy-policy a, html body .request .container form .privacy-policy a {
  display: block;
  width: fit-content;
  margin-left: 5px;
  font-size: 17.5px;
  letter-spacing: 1.4px;
  line-height: 17.5px;
  font-weight: 500;
  color: #DD6B74;
  position: relative;
}
html body .contact .container form .privacy-policy a::after, html body .request .container form .privacy-policy a::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #DD6B74;
  position: absolute;
  bottom: -2.5px;
  left: 0;
}
html body .contact .container form .privacy-policy .annotation, html body .request .container form .privacy-policy .annotation {
  font-weight: 500;
  color: #DD6B74;
  line-height: 14px;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(25%, -100%);
}
html body .contact .container form .privacy-policy .errormes, html body .request .container form .privacy-policy .errormes {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
  letter-spacing: 1.2px;
  line-height: 12px;
  transform: translateY(-14px);
}
html body .contact .container form .privacy-policy .errormes-on, html body .request .container form .privacy-policy .errormes-on {
  opacity: 1;
}
html body .contact .container form button, html body .request .container form button {
  width: 60vw;
  height: 48px;
  border-radius: 5px;
  background-color: #DD6B74;
  margin: 50px auto 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 17.5px;
  letter-spacing: 1.4px;
  line-height: 17.5px;
  color: #FFFFFF;
  font-weight: 500;
  transition-duration: 0.25s;
}
html body .policy {
  width: 100%;
  margin-top: 150px;
}
html body .policy .fv {
  width: 90%;
  margin: 0 auto;
}
html body .policy .fv p {
  margin-top: 7.5px;
}
html body .policy section {
  width: 90%;
  margin: 50px auto 0 auto;
}
html body .policy section article {
  margin-top: 50px;
}
html body .policy section article h2 {
  font-size: 21px;
  letter-spacing: 1.4px;
  line-height: 21px;
}
html body .policy section article h2 span {
  display: flex;
  align-items: center;
  font-weight: 500;
  color: #DD6B74;
}
html body .policy section article h2 span span {
  width: 32px;
  height: 1px;
  background-color: #DD6B74;
  margin-left: 7px;
  transform: translateY(1.125px);
}
html body .policy section article p {
  width: 101%;
  margin-top: 12.5px;
}
html body .policy section article:nth-of-type(1) {
  margin-top: 0;
}
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: 20px;
}
html body .policy .contact-cta {
  width: 100%;
}
html body .thanks {
  margin-top: 150px;
}
html body .thanks .fv {
  width: 90%;
  margin: 0 auto;
}
html body .thanks .fv h1 {
  font-size: 24px;
  letter-spacing: 1.4px;
  line-height: 24px;
  line-height: 39.6px;
  color: #DD6B74;
}
html body .thanks .fv h1 span {
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  font-weight: 600;
  color: #DD6B74;
}
html body .thanks .fv h1 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 .thanks .fv p {
  margin-top: 7.5px;
}